@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*font-family: 'Bebas Neue', cursive;*/

@font-face {
  font-family: 'Tw Cen MT Std';
  src: url('../fonts/TwCenMTStd.eot');
  src: url('../fonts/TwCenMTStd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TwCenMTStd.woff2') format('woff2'),
    url('../fonts/TwCenMTStd.woff') format('woff'),
    url('../fonts/TwCenMTStd.ttf') format('truetype'),
    url('../fonts/TwCenMTStd.svg#TwCenMTStd') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT Std';
  src: url('../fonts/TwCenMTStd-Bold.eot');
  src: url('../fonts/TwCenMTStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TwCenMTStd-Bold.woff2') format('woff2'),
    url('../fonts/TwCenMTStd-Bold.woff') format('woff'),
    url('../fonts/TwCenMTStd-Bold.ttf') format('truetype'),
    url('../fonts/TwCenMTStd-Bold.svg#TwCenMTStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Tw Cen MT Std';
  color: #00095b;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  background: #f5f5f5;
}

.container {
  max-width: 1280px;
}

img {
  max-width: 100%;
}

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

a:hover {
  text-decoration: none;
}

.theme-btn {
  background: #2f00ff;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 8px 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.theme-btn:hover {
  background: #ffffff;
  color: #2f00ff;
}

/*header*/

/*header fixed*/

@keyframes slide-down {
  0% {
    /*opacity: 0;*/
    transform: translateY(-100%);
  }

  100% {
    /*opacity: 0.9;*/
    transform: translateY(0);
  }
}

header {
  background: none;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
  min-height: 80px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.cbp-af-header-shrink {
  background-color: #fff;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  animation: slide-down 0.7s;
  background: rgba(255, 255, 255, 0.98);
  right: 0;
}

.site-nav-col.cbp-af-header-shrink {
  min-height: 75px;
}

/*header_fixend*/

.cbt_top_bar {
  background: #00095b;
}

.cbt_top_bar .bg-light {
  background: none !important;
}

.site-nav-col .menu .navbar-brand img {
  transition: all 0.5s ease;
}

.site-nav-col.cbp-af-header-shrink .menu .navbar-brand img {
  transition: all 0.5s ease;
  width: auto;
}

.cbt_top_bar .navbar-light .navbar-nav a.nav-link {
  color: #fff;
  transition: all 0.5s ease;
}

.cbt_top_bar .navbar-light .navbar-nav a.nav-link:hover {
  color: #a80cdd;
}

.nav-link.wc_icon img {
  width: 65px;
  margin-top: -15px;
}

.cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link {
  margin: 0 5px;
}

.cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link a.nav-link {
  background: rgb(37, 1, 113);
  background: linear-gradient(90deg,
      rgba(101, 0, 119, 1) 0%,
      rgba(37, 1, 113, 1) 100%);
  border: solid 1px #60348e;
  border-radius: 35px;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}

.cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link a.nav-link:hover {
  background: linear-gradient(90deg,
      rgba(37, 1, 113, 1) 0%,
      rgba(101, 0, 119, 1) 100%);
  color: #fff;
}

.cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link.dropdown a.nav-link {
  background: #912bf7;
}

.menu .dropdown-item {
  transition: all 0.5s ease;
  font-size: 15px;
  padding: 8px 25px 8px 35px;
  position: relative;
  z-index: 1;
}

.menu .dropdown-item::after {
  background: url(../images/tourna-link_icon.png) left top no-repeat;
  width: 19px;
  position: absolute;
  left: 8px;
  top: 11px;
  z-index: -1;
  content: '';
  height: 19px;
  background-size: 19px 19px;
}

.menu .dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5c0076;
}

.menu .dropdown-menu {
  padding: 0;
}

.cbt_visitors {
  color: #fff;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

li.nav-item.ipl_link.dropdown:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
}

li.nav-item.ipl_link.dropdown .dropdown-menu {
  top: 93%;
}

.top_t20new {
  background: #8a10b3;
  padding: 5px 0;
  color: #fff;
  text-align: right;
}

.head_btm {
  background: #e8970b;
  padding: 8px 0;
}

.top_links {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.top_phones a {
  color: #fff;
  text-decoration: none;
  margin: 0 6px;
  transition: all 0.5s ease;
}

.top_phones a:hover {
  color: #3612d5;
}

.menu .navbar-nav {
  margin-top: 15px;
}

.top_expert_phones a {
  background: #3612d5;
  border-radius: 35px;
  color: #fff;
  padding: 9px 13px;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.top_expert_phones a:hover {
  background: #250c95;
}

.top_phones img {
  background: #3612d5;
  border-radius: 3px;
  padding: 7px 8px;
}

.top_t20new a {
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  position: relative;
  z-index: 1;
  background: transparent;
  border-top: solid 2px #cb36f9;
  /* border-radius: 3px; */
  border-bottom: solid 2px #cb36f9;
  height: 24px;
}

.menu .navbar-light .navbar-toggler .wc_icon {
  display: none;
}

.navbar-light .navbar-toggler-icon::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 9px;
  background: #cb36f9;
  height: 2px;
  content: '';
}

/*header end*/

/*footer*/

footer {
  background: #0d0643;
  padding: 25px 0 10px 0;
}

.footer_topin {
  background: #2a0b65;
  border-radius: 10px;
  padding: 9px;
}

.footer_topin .fotr_logo {
  text-align: left;
  padding: 9px 9px 9px 20px;
}

.fotr_links {
  text-align: right;
  padding: 0px 20px 0 0;
  display: flex;
  justify-content: flex-end;
  height: 93px;
  align-items: center;
}

.fotr_links a {
  color: #fff;
  text-decoration: none;
  padding: 18px 15px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.fotr_copy {
  color: #fff;
  padding-top: 18px;
}

.social_links {
  text-align: right;
}

.social_links a {
  padding: 15px 8px;
  display: inline-block;
  transition: all 0.5s ease;
}

.social_links a img {
  transition: all 0.5s ease;
}

/*footer*/

/* Banner Css Start */
.row.banner-row {
  display: flex;
  align-items: end;
}

.banner-section {
  background: url('../images/banner-bg-2025.png');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section ul.ul-list-1 {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.banner-section ul.ul-list-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;

}

.banner-section ul.ul-list-3 {
  gap: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.team-logo {
  width: 160px;
  height: auto;
  /* border-radius: 5px; */
  overflow: hidden;
  /* border: 1px solid rgba(255, 255, 255, 35%); */
}

.bann_contt_bannr img {
  width: 265px;
}

.team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* object-position: center; */
  /* max-width: none; */
}

.team-logo {
  display: inline-block;
}

.all-teams {
  display: flex;
  justify-content: space-between;
}

.inner-banner {
  padding: 20px 0px;
}

.inner-banner.ipl24_banner {
  padding: 20px 0px 80px 0;
}

.banner-text {
  width: 50%;
  margin: 30px auto 0px;
}

.cuprow {
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
}

.cup-text h1 {
  font-size: 71px;
  font-family: 'Bebas Neue', cursive;
  margin: 0;
  font-weight: bold;
  color: #fff;
  line-height: 75px;
  margin: 62px 0 0 0;
}

.border-text {
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
}

.cup-text span.border-text {
  font-size: 72px;
}


.cup-text p {
  padding: 2px 0px;
  border-top: 1px solid #d8dfee;
  border-bottom: 1px solid #d8dfee;
  margin: 0;
  font-size: 26px;
  display: inline-block;
  color: #fff;
}

.cup-img {
  display: flex;
  justify-content: end;
}

.cup-img img {
  object-fit: fill;
  width: 100%;
}

.banner-text.banner-newcols-ch.ban-new {}

/* Banner Css End */

/* Glimpses Css Start */
.heading {
  font-size: 36px;
  color: #00095b;
}

.bold-heading {
  font-weight: bold;
}

.glimpses-section .heading {
  text-align: center;
  margin-bottom: 25px;
}

.glimpses-section {
  padding-top: 40px;
}

.glimpses-table .table thead th {
  border-bottom: 0px;
  padding: 15px;
}

.glimpses-table .table td,
.glimpses-table .table th {
  border-top: 0px;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #fff;
}

.glimpses-table .table th:last-child,
.glimpses-table .table td:last-child {
  border-right: 0px;
}

.glimpses-table .table th {
  border-top: 0px;
  font-weight: 400;
  /* background: #1e58aa; */
  color: #fff;
  background: #8A10B3 !important;
}

.glimpses-table .table {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  margin: 0px;
}

.glimpses-table .table td {
  /* background: #eef1f8; */
  color: #00095b;
  font-size: 18px;
  padding: 0.75rem 0.5rem;
  background: #FCF3FF !important;
}

/* New Table Glimpse Css Start */
.check_cross {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

td.flags_imgs img {
  width: 24px;
  height: 24px;
}

td.flags_imgs {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.number {
  width: 25px;
}

.check_cross .cross .fa-circle-xmark {
  color: #e93b2c;
}

.check_cross .check .fa-circle-check {
  color: #3aa757;
}

span.fr_tn {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}

/* New Table Glimpse Css End */
/* Glimpses Css End */

/* Latest News Css Start */
.latest-new {
  padding-top: 50px;
}

.latest-new .heading {
  display: inline-block;
}

.heading-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 20px;
}

.new-input {
  width: 40%;
  display: inline-block;
}

.new-input .form-control {
  background: #eef1f8;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
  padding: 0px 25px;
  height: 50px;
  transition: all 0.3s;
  font-size: 20px;
  color: #00095b;
  position: relative;
}

.new-input ::placeholder {
  color: #a4aab6;
  font-size: 18px;
  font-family: 'Tw Cen MT Std';
}

.new-input .form-control:focus {
  box-shadow: none;
  border: 2px solid #00095b;
  outline: 4px solid #c7cdfa;
}

.search-icon {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}

.new-input>.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.champ-trophy {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  object-fit: fill;
}

.champ-trophy img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.champ-text h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 34px;
  margin-top: 12px;
}

.champ-text p,
.champ-contain p {
  color: #777777;
  font-size: 18px;
  margin: 0px;
}

.new-info {
  padding-top: 20px;
}

.champ-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  background: #eef1f8;
}

.cham-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: fill;
}

.cham-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.champ-contain h4 {
  font-weight: bold;
  margin: 0px;
  font-size: 20px;
}

.champ-contain {
  padding: 10px;
}

.new-btn {
  display: flex;
  width: 45%;
  margin: 25px auto 0px;
}

.new-btn a {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-size: 25px;
}

.new-btn a:hover {
  background: #000e8c;
  color: #fff;
}

.table-heading h4,
.table-heading span {
  display: inline-block;
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.table-heading {
  display: flex;
  justify-content: space-between;
  /* background: #1e58aa; */
  padding: 10px 15px;
  align-items: center;
  background: #8A10B3 !important;
}

.table-heading span {
  font-size: 18px;
}

.winner-table {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.winner-table .table {
  margin: 0px;
}

.winner-table .table td,
.winner-table .table th {
  text-align: center;
  border: 0px;
  padding: 8px 10px;
}

.winner-table .table th {
  background: #d8dfee;
  /* color: #1e58aa; */
  color: #8A10B3 !important;
}

.winner-table .table td {
  /* background: #eef1f8; */
  color: #4c4c4c;
  background: #FCF3FF !important;
}

.table td a {

  color: #8A10B3 !important;
}

.table td {
  background: #FCF3FF !important;
}

.winner-table tbody tr {
  border-bottom: 1px solid #fff;
}

/* Latest News Css End */

/* Sign Up Banner Css Start */
.sign-up-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sign-up-banner-img {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.sign-up-banner-img img {
  width: 100%;
  height: 100%;
}

/* Sign Up Banner Css End */

/* IPL Number Css Start */
.numer-card {
  /* background: radial-gradient(circle,
      rgba(158, 32, 237, 1) 0%,
      rgba(0, 14, 140, 1) 100%); */
  text-align: center;
  color: #fff;
  height: 510px;
  padding: 20px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  background-image: url('../images/black-bg-img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.num-1 {
  background-image: url('../images/batter-bowler-1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.num-2 {
  background-image: url('../images/batter-bowler-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0B0B0B;
}

.num-3 {
  background-image: url('../images/batter-bowler-3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.num-4 {
  background-image: url('../images/batter-bowler-4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0B0B0B;

}



.numer-card h4 {
  font-size: 26px;
  margin: 0px;
}

.numer-card p {
  font-size: 20px;
  padding: 2px 0px;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
  display: inline-block;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #9A20EB 0%, #2713A4 100%);
  color: #ffffff;

}

.ipl-number {
  padding-top: 50px;
}

.winner-contain {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.winner-logo {
  padding-top: 25px;
  height: auto;
  display: flex;
  /* align-items: center; */
  /* justify-content: normal; */
}

.winner-contain .winner-logo {
  height: auto;
}

.number-heading .heading {
  display: inline-block;
  margin-bottom: 0px;
}

.number-heading {
  padding-bottom: 10px;
  border-bottom: 5px solid #eeeeee;
}

.number-slider {
  padding-top: 20px;
}

.reletive {
  position: relative;
}

.number-slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0px;
}

.owl-carousel.number-slider .owl-nav button.owl-next,
.owl-carousel.number-slider .owl-nav button.owl-prev {
  font-size: 0px;
  width: 35px;
  height: 35px;
  border: 1px solid #d8dfee;
  background: #eef1f8;
  position: relative;
}

.number-slider.number-slider .owl-nav button.owl-prev {
  margin-right: 10px;
}

.number-slider.number-slider .owl-nav button:focus {
  outline: 0px;
  border: 1px solid #000e8c;
}

.number-slider.number-slider .owl-nav button.owl-prev::after {
  content: '';
  position: absolute;
  background: url('../images/prev.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 4px;
  right: 0;
  margin: auto;
}

.number-slider.number-slider .owl-nav button.owl-next::after {
  content: '';
  position: absolute;
  background: url('../images/next.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 0px;
  right: -10px;
  margin: auto;
}

/* IPL Number Css End */

/* IPL Teams Css Start */
.ipl-team {
  padding-top: 50px;
}

.ipl-team .heading {
  text-align: center;
}

.ipl-team .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 50px;
  padding: 0px;
}

.team-logo-img img {
  width: 100%;
  height: 100%;
}

.team-logo-img {
  height: 192px;
  width: 192px;
  overflow: hidden;
  border-radius: 1200px;
}

.team-text {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

.team-text a {
  color: #383838;
}

.team-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px 0px 0px 0px;
}

.team-section {
  width: 90%;
  margin: auto;
}

/* IPL Teams Css End */

/* IPL Latest New Css Start */
.video-slider .video-card {
  width: 100%;
  height: 251px;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.video-text {
  background: rgb(0 0 0 / 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 10px;
  padding: 0px 20px;
}

.video-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-img img {
  height: 100%;
}

.video-text a img {
  width: 30px !important;
  height: 30px;
  overflow: hidden;
  margin: auto;
}

.video-text p {
  margin: 20px 0px 0px 0px;
}

/* IPL Latest New Css End */

/* Partners Css Start */
.partner-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partner-section .heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.partner-list {
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: space-between;
}

.bottom-list {
  width: 80%;
  margin-top: 25px;
}

/* Partners Css End */

/* new squad Css Start */

.banner_section {
  background: url('../images/team_squads_banner.jpg');
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.bann_contt {
  text-align: right;
  height: 350px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.banner_section .bann_contt h3 {
  color: #fff;
  font-size: 105px;
  text-transform: uppercase;
  line-height: 110px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: 'Bebas Neue', cursive;
}

.banner_section .bann_contt h3 span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.squads_plysec .sqds_hd {
  padding: 30px 0;
}

.squads_plysec .sqds_hd h3 {
  text-align: center;
  font-size: 36px;
  color: #00095b;
}

.squads_plysec .sqds_hd h3 span {
  font-weight: bold;
}

.sqdsply_block {
  margin: 0 0 0px 0;
}

.squads_plysec .plyr_blk {
  margin-bottom: 42px;
}

.sqdsply_block .plyr_circlbx {
  border-radius: 100%;
  width: 270px;
  height: 288px;
  overflow: hidden;
  margin: 9px auto 10px auto;
  background: transparent;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}

.sqdsply_block .plyr_imgbx {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 286px;
  margin: 0px auto 0px auto;
}

.sqdsply_block .plyr_imgbx img {
  transition: all 0.5s ease;
}

.sqdsply_block .plyr_imgbx .wk_icon {
  position: absolute;
  left: 60px;
  top: 80px;
  z-index: 2;
}

.sqdsply_block .plyr_info {
  text-align: center;
  padding-top: 28px;
}

.sqdsply_block .plyr_info h5 {
  color: #0B0B0B;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 130px;
  margin: 0 auto;
}

.sqdsply_block .plyr_info p {
  font-size: 18px;
  color: #0B0B0B;
  font-weight: 600;
  margin: 0;
}

/* new squad Css End */

/* new IPL_stats Css Start */

.banner_sec {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.banner_sec .iplsq_ban {
  text-align: center;
  height: 350px;
}

.banner_sec .iplsq_contt h3 {
  color: #fff;
  font-size: 95px;
  text-transform: uppercase;
  line-height: 110px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: 'Bebas Neue', cursive;
  padding-top: 7px;
}

.banner_sec .iplsq_contt h3 span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.teamsqd_list .team_crd {
  background: radial-gradient(circle,
      rgba(255, 226, 89, 1) 0%,
      rgba(255, 126, 0, 1) 100%);
  border-radius: 15px;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.teamsqd_list .team_crd.tm_bg1 {
  background: radial-gradient(circle,
      rgba(45, 158, 224, 1) 0%,
      rgba(47, 128, 237, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg2 {
  background: radial-gradient(circle,
      rgba(96, 125, 139, 1) 0%,
      rgba(0, 12, 64, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg3 {
  background: radial-gradient(circle,
      rgba(148, 0, 211, 1) 0%,
      rgba(75, 0, 130, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg4 {
  background: radial-gradient(circle,
      rgba(255, 81, 47, 1) 0%,
      rgba(240, 152, 25, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg5 {
  background: radial-gradient(circle,
      rgba(114, 198, 239, 1) 0%,
      rgba(0, 78, 143, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg6 {
  background: radial-gradient(circle,
      rgba(255, 105, 100, 1) 0%,
      rgba(179, 18, 23, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg7 {
  background: radial-gradient(circle,
      rgba(252, 103, 103, 1) 0%,
      rgba(236, 0, 140, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg8 {
  background: radial-gradient(circle,
      rgba(255, 197, 0, 1) 0%,
      rgba(194, 21, 0, 1) 100%);
}

.teamsqd_list .team_crd.tm_bg9 {
  background: radial-gradient(circle,
      rgba(74, 86, 157, 1) 0%,
      rgba(220, 36, 36, 1) 100%);
}

.teamsqd_list .tm_logo {
  margin-bottom: 20px;
}

.teamsqd_list .team_crd .tm_hd h5 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
}

.teamsqd_list .team_crd .tm_tag p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.teamsqd_list .team_crd .tm_tag {
  min-height: 110px;
  padding: 8px 0;
}

/* new IPL_stats Css End */

.fs-section {
  padding-top: 50px;
}

/* new mumbai Css start*** 27 jan */

/* .sqdsply_block .plyr_circlbx.mumbai_cir {
  background: radial-gradient(circle,
      rgb(114, 198, 239) 0%,
      rgb(0, 78, 143) 100%);
} */

.banner_section .bann_blk {
  padding: 20px 0;
}

.sqdsply_block .plyr_imgbx.plyr_imgavtar img {
  width: 249px;
  transform: translateX(25px);
}

.sqdsply_block .plyr_imgbx.plyr_imgavtar .wk_icon img {
  width: auto;
  transform: inherit;
}

/* .sqdsply_block.sqdsply_gujrat_tit_block .plyr_circlbx {
  background: radial-gradient(circle,
      rgba(96, 125, 139, 1) 0%,
      rgba(0, 12, 64, 1) 100%);
} */

.main-slider {
  padding-top: 20px;
}

.main-slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0px;
}

.owl-carousel.main-slider .owl-nav button.owl-next,
.owl-carousel.main-slider .owl-nav button.owl-prev {
  font-size: 0px;
  width: 35px;
  height: 35px;
  border: 1px solid #d8dfee;
  background: #eef1f8;
  position: relative;
}

.main-slider.main-slider .owl-nav button.owl-prev {
  margin-right: 10px;
}

.main-slider.main-slider .owl-nav button:focus {
  outline: 0px;
  border: 1px solid #000e8c;
}

.main-slider.main-slider .owl-nav button.owl-prev::after {
  content: '';
  position: absolute;
  background: url('../images/prev.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 4px;
  right: 0;
  margin: auto;
}

.main-slider.main-slider .owl-nav button.owl-next::after {
  content: '';
  position: absolute;
  background: url('../images/next.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 0px;
  right: -10px;
  margin: auto;
}

.stats_card_1 {
  background: radial-gradient(circle, #2f80ed 0%, #0047a7 100%);
}

.stats_card_2 {
  background: radial-gradient(circle, #f9d423 0%, #e65c00 100%);
}

.stats_card_3 {
  background: radial-gradient(circle, #9e20ed 0%, #000e8c 100%);
}

.stats_card_4 {
  background: radial-gradient(circle, #6fb1fc 0%, #0052d4 100%);
}

.stats_card_5 {
  background: radial-gradient(circle, #cc2b5e 0%, #5b1771 100%);
}

.gallery_imgs {
  margin-bottom: 20px;
}

.gallery_imgs img {
  border-radius: 10px;
}

.gallery_imgs:last-child {
  margin-bottom: 0;
}

/*IPL history & Winners*/

.ipl_history {
  background-size: cover !important;
}

.ipl_history_title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 93px;
  line-height: 85px;
  font-family: 'Bebas Neue', cursive;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ipl_history_title span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.ipl_htabs .nav-tabs {
  justify-content: center;
}

.ipl_htabs {
  text-align: center;
}

.ipl_htabs .nav-tabs .nav-link {
  color: #000e8c;
  border: solid 1px #000e8c;
  border-radius: 35px;
  padding: 4px 15px;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
}

.ipl_htabs .nav-tabs .nav-item {
  margin: 0px 7px 0 7px;
}

.ipl_htabs .nav-tabs .nav-link:hover,
.ipl_htabs .nav-tabs .nav-link.active {
  background: #000e8c;
  color: #fff;
}

.ipl_histry_infos p {
  text-align: justify;
}

.ipl_histry_infos h4 {
  font-size: 36px;
}

.ipl_histry_infos h4 span {
  font-weight: bold;
}

.ipl_winners_all {
  padding: 50px 0;
}

.ipl_titlemain {
  text-align: center;
  font-size: 36px;
}

.ipl_titlemain span {
  font-weight: bold;
}

.ipl_winlist {
  padding-top: 20px;
}

.win_listinfos {
  background: rgb(252, 103, 103);
  background: radial-gradient(circle,
      rgba(252, 103, 103, 1) 0%,
      rgba(236, 0, 140, 1) 100%);
  border-radius: 8px;
  padding: 17px 27px;
  margin-bottom: 20px;
}

.ipl_tlogo img {
  width: 136px;
}

.ipl_winyear {
  color: #fff;
  font-size: 60px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.win_reinfos {
  color: #fff;
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.win_reinfos h4 {
  font-size: 24px;
}

.win_reinfos h5 {
  text-transform: uppercase;
  font-size: 18px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 9px 0;
}

.ipl_winlogoinfos.ipl_winlogright .row {
  flex-direction: row-reverse;
}

.ipl_tlogo {
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ipl_blu_ad {
  margin: 30px 0;
}

.win_listinfos.win_iplgrey {
  background: rgb(83, 105, 118);
  background: radial-gradient(circle,
      rgba(83, 105, 118, 1) 0%,
      rgba(41, 46, 73, 1) 100%);
}

.win_listinfos.win_iplyellow {
  background: rgb(249, 212, 35);
  background: radial-gradient(circle,
      rgba(249, 212, 35, 1) 0%,
      rgba(230, 92, 0, 1) 100%);
}

.win_listinfos.win_iplpurple {
  background: rgb(148, 0, 211);
  background: radial-gradient(circle,
      rgba(148, 0, 211, 1) 0%,
      rgba(75, 0, 130, 1) 100%);
}

.ipl_loadmore {
  text-align: center;
}

.ipl_loadmore a {
  color: #ffff;
  background: #0224ca;
  border-radius: 35px;
  padding: 13px 29px;
  width: 50%;
  display: inline-block;
  margin: 30px 0 0 0;
  transition: all 0.5s ease;
}

.ipl_loadmore a:hover {
  background: #082091;
}

.partner-section.iplteam_partner {
  padding-top: 0;
}

.ipl_hisinfos {
  padding-top: 30px;
}

.ipl_history_tabs {
  padding-top: 50px;
}

.win_listinfos .col-md-2 {
  padding: 0;
}

.partner-list.s_partner li {
  width: auto;
  text-align: center;
  margin: 0 10px;
  background: #ffffff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  padding: 4px 10px;
  margin-bottom: 20px;
}

.partner-list.s_partner li img {
  max-width: 130px;
  transition: 0.4s;
}

.partner-list.s_partner li img:hover {
  transform: scale(0.9);
  /* cursor: pointer; */
}

ul.partner-list.s_partner {
  margin-top: 0px;
  width: 100%;
  justify-content: center;
}

ul.partner-list.s_partner.partner_tpm {
  margin-top: 25px;
}

.news_boxe {
  margin-bottom: 40px;
}

.news_small_boxes .champ-card {
  margin-bottom: 30px;
}

/* Responsive Css Start */

.sign-up-banner.signup_hmb .sign-up-banner-img {
  height: auto;
}

.sign-up-banner.signup_hmb {
  padding-bottom: 0;
}

.champ_main a {
  color: #0111a6;
  transition: all 0.5s ease;
}

.champ_main a:hover {
  color: #00095b;
}

@keyframes mymove {
  from {
    width: 20%;
  }

  to {
    width: 100%;
  }
}

.champ_main.champ_blur .champ-trophy {
  height: 340px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: linear;
}

.champ_main.champ_blur .champ-trophy img {
  visibility: hidden;
}

.champ_main.champ_blur .champ-text h2 {
  height: 50px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
}

.champ_main.champ_blur .champ-text p {
  height: 30px;
  background-color: #ddd;
  animation: mymove 2s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
}

.champ_main.champ_blur_right .cham-img {
  height: 155px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: linear;
}

.champ_main.champ_blur_right .cham-img img {
  visibility: hidden;
}

.champ_main.champ_blur_right .champ-contain h4 {
  height: 45px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
}

.champ_main.champ_blur_right .champ-contain p {
  height: 30px;
  background-color: #ddd;
  animation: mymove 2s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
  margin-top: 5px;
}

.ipl-number .owl-nav {
  display: none;
}

/*ipl onsite content*/

.ipl_main_content p {
  color: #333;
  text-align: justify;
}

.cbtf_table {
  margin: 10px 0 10px 0;
}

.cbtf_table .table {
  border: solid 1px #ddd;
}

.cbtf_table .table thead tr {
  background: #00095b;
  color: #fff;
}

.cbtf_table .table tbody tr td,
.cbtf_table .table thead tr th {
  border: none;
  padding: 11px 19px;
}

.cbtf_table .table tbody tr {
  background: #fff;
}

.cbtf_table .table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

/* 16 feb */
/* crousal icon css start */
.ipl-number .owl-nav {
  display: block;
}

.owl_cutom .owl-nav {
  position: absolute;
  top: -73px;
  right: 0px;
}

.owl-carousel.owl_cutom .owl-nav button.owl-next,
.owl-carousel.owl_cutom .owl-nav button.owl-prev {
  font-size: 0px;
  width: 35px;
  height: 35px;
  border: 1px solid #d8dfee;
  background: #eef1f8;
  position: relative;
  /* transform: rotate(180deg); */
}

.live_score_section .owl-carousel.owl_cutom .owl-nav button.owl-next,
.live_score_section .owl-carousel.owl_cutom .owl-nav button.owl-prev {
  transform: rotate(180deg);
}

.owl-carousel.owl_cutom .owl-nav button.owl-prev {
  margin-right: 10px;
}

.owl-carousel.owl_cutom .owl-nav button:focus {
  outline: 0px;
  border: 1px solid #000e8c;
}

.owl-carousel.owl_cutom .owl-nav .owl-prev::after {
  content: '';
  position: absolute;
  background: url('https://cbtfspeednews.com/assets/front/images/tournament/prev.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 4px;
  right: 0;
  margin: auto;
}

.owl-carousel.owl_cutom .owl-nav .owl-next::after {
  content: '';
  position: absolute;
  background: url('https://cbtfspeednews.com/assets/front/images/tournament/next.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  left: 0px;
  right: -10px;
  margin: auto;
}

.winner-logo {
  background: transparent;
  border-radius: 100%;
  overflow: hidden;
}

/* crousal icon css end */
.small-img .winner-logo {
  height: auto;
  /* opacity: 0.1; */
  margin: 0 0 8px 0;
}

.small-img .numer-card {
  height: 441px;
  overflow: hidden;
}

.small-img .numer-card.winner-contain {
  padding-bottom: 50px;
}

/* .small-img .numer-card h4 {
    margin-bottom: 10px;
} */
.league_box {
  background: #D7D9F2;
  padding: 13px;
  border-radius: 10px;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 25px;
}

.league_box h4 {
  margin-bottom: 5px;
  font-size: 21px;
}

.league_box p {
  margin-bottom: 0;
  font-size: 21px;
}

.blue_clr {
  /* background: #1e58aa; */
  background: #D7D9F2;
  color: #5C5C5C;

}

.orange_clr {
  background: #D7D9F2;
  color: #5C5C5C;

}

.purple_clr {
  background: #D7D9F2;
  color: #5C5C5C;

}

/* .clr_1 {
  background: #d7e2ea;
}

.clr_2 {
  background: #e1e1e1;
}

.clr_3 {
  background: #d8f1ee;
}

.clr_4 {
  background: #bbfff3;
}

.clr_5 {
  background: #f7e8d2;
}

.clr_6 {
  background: #b7ceff;
} */

.inner_league h3 {
  margin-bottom: 0;
}

.left_txt {
  text-align: left;
}

.right_txt {
  text-align: right;
}

.row.tab_space {
  width: 100%;
}

.for_box_heights .league_box {
  min-height: 151px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bondries_run {
  position: relative;
}

.bondries_run:before {
  position: absolute;
  content: '';
  background: url(../images/line.png) center center no-repeat;
  width: 70px;
  height: 8px;
  right: 100px;
  top: 11px;
  background-size: cover;
  transform: rotate(180deg);
}

.bondries_run:after {
  position: absolute;
  content: '';
  background: url(../images/line.png) center center no-repeat;
  width: 70px;
  height: 8px;
  left: 100px;
  top: 11px;
  background-size: cover;
}

/* 16 march start */
section.cbt_cricket_quiz {
  padding: 50px 0 60px;
  background: #fff;
}

.quiz-heading {
  /* margin-bottom: 25px; */
  text-align: center;
}

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

.cbt_cricket_quiz .cbt_title {
  color: #272727;
  font-size: 42px;
  text-align: left;
  border-bottom: solid 5px #eeeeee;
  margin: 0 0 0px 0;
  padding-bottom: 15px;
  line-height: 48px;
}

.quiz_img {
  width: 100%;
  height: 270px;
  /* object-fit: fill; */
}

.quiz_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz_infos {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.quiz_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 5px 7px 5px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz_gridblock {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.quiz_gridblock::after {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 37%,
      rgba(0, 0, 0, 1) 100%);
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
}

.quiz_options span {
  font-size: 14px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-weight: 500;
  padding: 5px 8px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.25);
  transition: all 0.5s ease;
}

.quiz_options span:hover {
  background: rgba(2, 36, 202, 0.55);
}

.quiz_infos .ans {
  display: none;
}

.quiz_options {
  display: block;
  padding: 0 10px;
  float: left;
  width: 100%;
}

.quiz_options span {
  width: 220px;
  margin: 2px;
  cursor: pointer;
  float: left;
  width: 48%;
}

.quiz_options span.wrong_ans {
  background: red;
  color: #fff;
}

.quiz_options span.right_ans {
  background: #0cb70c;
  color: #fff;
}

.ipl-number.ipl_number_padding {
  padding-bottom: 60px;
}

/* 16 march end */
/* 22 march  start*/
.custom_table_scroll {
  overflow-y: auto;
  max-height: 578px;
}

.custom_table_scroll thead {
  position: sticky;
  top: 0;
}

.schedule-table thead tr th {
  font-weight: 400;
  color: #fff;
  padding: 15px;
  border: 1px solid;
  background-color: #8A10B3 !important;
}

.schedule-table {
  background: #eef1f8;
  border-radius: 15px 0 0 0;
}

/* stadium section */
.stadium_block {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.stadium_block:after {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 37%,
      rgba(0, 0, 0, 1) 100%);
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
}

.stadium_dtl {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 0 16px 9px 16px;
}

.stadium_title a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.stadium_infos {
  font-size: 16px;
  line-height: normal;
}

/* live match start */
.live_score_heading {
  background: #1e58aa;
  color: #fff;
  text-align: center;
  padding: 9px;
}

.live_score_heading h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.live_team_style img {
  max-width: 90px;
  width: 100% !important;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #00095b;
  padding: 2px;
  width: 90px;
  height: 90px;
}

.live_team_style {
  text-align: center;
  display: inline-block;
  max-width: 150px;
}

.score_teams {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 20px;
}

.score_block {
  background: #eef1f8;
  border: 1px solid #12055512;
}

.score_img {
  margin-bottom: 10px;
}

.score_data h5 {
  margin-bottom: 2px;
}

.score_data p {
  font-weight: 600;
}

.score_data p span {
  color: #646464;
  font-weight: 400;
}

.date_location {
  background: #e4e9f4;
  padding: 10px;
  text-align: left;
  min-height: 101px;
}

.date_location span {
  display: flex;
  align-items: center;
}

.date_location span img {
  max-height: 20px;
  max-width: 20px;
  width: auto !important;
  margin-right: 11px;
}

.fw {
  font-weight: 600;
}

.vs_style {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8970b;
  border-radius: 100%;
}

.vs_style h5 {
  color: #fff;
  margin-bottom: 0;
}

section.glimpses-section.live_score_section {
  background: url(../images/score-banner.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 0 65px;
}

.live_score_section .owl_cutom .owl-nav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.live_score_section button.owl-prev {
  left: -50px;
}

.live_score_section button.owl-next {
  right: -50px;
}

/* live match end */

/* 22 march  end*/
/* 23 march  start*/

.ipl_main_content {
  padding-bottom: 50px;
}

/* faq section start */
#custom-faq {
  margin: 50px 0;
}

#custom-faq #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#custom-faq #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}

#custom-faq #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ffffff;
  color: #222;
  padding: 10px 20px;
  font-size: 24px;
  line-height: normal;
  white-space: unset;
}

#custom-faq #faq .card .card-header .btn-header-link span {
  width: 93%;
  display: inline-block;
}

#custom-faq #faq .card .card-header .btn-header-link:focus {
  box-shadow: none;
}

#custom-faq #faq .card .card-header .btn-header-link:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#custom-faq #faq .card .card-header .btn-header-link.collapsed {
  background: #ffffff;
  color: #000;
}

#custom-faq #faq .card .card-header .btn-header-link.collapsed:after {
  content: '\f106';
}

#custom-faq #faq .card .collapsing {
  background: #eef1f8;
  line-height: 30px;
}

#custom-faq #faq .card .collapse {
  border: 0;
}

#custom-faq #faq .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

#custom-faq #faq .card .collapse .card-body {
  padding: 10px 20px;
  padding-top: 0;
  line-height: 26px;
}

.faq-section {
  padding: 60px 0;
  background: #f5f5f5;
  margin: 0 !important;
}

.faq-section h1.heading {
  text-align: center;
  margin-bottom: 40px;
}

#custom-faq #faq .card .card-header .btn-header-link:after {
  background: url(../images/faq-arrow.png) center center no-repeat;
  background-size: contain;
  content: '' !important;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}

/* faq section end */
/* blog section start */
section.blog_section {
  padding: 60px 0;
  background: #ffffff;
}

.blog-category {
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 3px;
  line-height: 14px;
}

.blog-category a {
  color: #fff;
}

.blog-head {
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 3px;
}

.blog-head a {
  color: #000;
}

.blog-head a:hover {
  color: #00095b;
  text-decoration: underline;
}

.blog-admin {
  color: #6b7074;
  margin-bottom: 0;
  font-size: 18px;
}

.blog-admin a {
  color: #6b7074;
}

.blog_section .number-heading {
  margin-bottom: 35px;
}

.blogs_box {
  margin-bottom: 20px;
  background: #fbfbfb;
  padding: 10px;
  border-radius: 7px;
}

.blogs_img img {
  max-height: 118px;
  max-width: 177px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/* blog section end */
/* 23 march  end*/
/* 29 march  start*/
/* .bn-tip-img {
  max-width: 140px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.bn-tip-img img {
  max-width: 100%;
} */

.bn-tip-txt {
  display: inline-block;
  /* width: calc(100% - 170px); */
  /* float: left; */
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.bn-tip-txt:last-child {
  border-bottom: none !important;
}

.live_score_section .score-slider .owl-nav.disabled {
  display: none;
}

.bn-tip-btn a {
  background: #3612d5;
  border-radius: 35px;
  color: #fff;
  padding: 10px 23px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: normal;
}

.bn-tip-btn a:hover {
  background: #250c95;
}

.bn-tip-btn {
  text-align: right;
}

.bn-tip-txt .blog-head {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.live_score_section .owl_cutom .owl-nav {
  top: 107%;
  left: 0;
  transform: translate(0, 0);
  width: auto;
  display: flex;
  justify-content: center;
}

/* .live_score_section button.owl-prev {
  left: -5px;
}
.live_score_section button.owl-next {
  right: -5px;
} */
.live_score_section button.owl-prev {
  left: 10px;
}

.live_score_section button.owl-next {
  right: 10px;
}

.bn-tips {
  box-shadow: 0 0 30px #ccc;
  padding: 20px;
  border-radius: 10px;
  background: #ffff;
  height: 362px;
}

div#tips_blog_div {
  max-height: 275px;
  overflow: auto;
  margin-bottom: 20px;
  background: #f7f7f7eb;
  padding: 20px;
}

div#tips_blog_div::-webkit-scrollbar {
  width: 10px;
}

/* Track */
div#tips_blog_div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div#tips_blog_div::-webkit-scrollbar-thumb {
  background: #1e58aa;
  border-radius: 10px;
}

/* Handle on hover */
div#tips_blog_div::-webkit-scrollbar-thumb:hover {
  background: #00095B;
}

.crousal_bg_form {
  box-shadow: 0 0 30px #ccc;
  padding: 20px 20px 2px;
  border-radius: 10px;
  background: #ffff;
  height: 385px;
}

.heading.ls-text {
  text-align: left;
}

.tip_blur h3 {
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: linear;
  height: 30px;
  margin-bottom: 10px !important;
}

.tip_blur p {
  background-color: #ddd;
  animation: mymove 3s infinite;
  animation-timing-function: linear;
  height: 30px;
}

/* tip-page start */
.tip_box {
  box-shadow: 0 0 10px #ccc;
  padding: 35px 40px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}

section.tips_news {
  padding: 70px 0;
}

.ns-tip-btn a {
  background: #3612d5;
  border-radius: 35px;
  color: #fff;
  padding: 10px 23px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: normal;
}

.ns-tip-btn a:hover {
  background: #250c95;
}

.ns-tip-btn {
  text-align: right;
  margin-top: 10px;
}

section.tip-detail {
  padding: 70px 0;
}

.tip_detail_heading h2 {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 25px;
}

.schedule-table .table tr td span {
  display: block;
  color: #912bf7;
  font-size: 16px;
  font-weight: 500;
}

/* tip-page end */
/* 29 march  end*/

/* 20 april start*/
/* .winner-detail {
    margin-top: 30px;
} */

.winner-detail h4 {
  margin-bottom: 10px;
  border-bottom: 2px solid #5c598a;
  padding-bottom: 8px;
}

.winner-team-logo {
  background: #fff;
  padding: 15px;
  max-width: 150px;
  max-height: 150px;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winner-team-logo img {
  max-height: 110px;
  max-width: 110px;
  width: auto !important;
}

.winner-detail {
  min-height: 116px !important;
}

/*new css 30 may*/


.banner-newcols .banner-text {
  max-width: 44%;
  width: auto;
  flex: 0 0 44%;
  margin: 40px 0 0 0;
}

.banner-newcols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-newcols .banner_winner_placed {
  max-width: 50%;
  flex: 0 0 50%;
}

.banner-section .row.banner-row {
  margin-right: 165px;
}

.banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  font-weight: bold;
  margin: 62px 0 0 0;
}

.banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h4 {
  font-size: 48px;
  color: #ffd14a;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.55);
}

.banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h3 {
  font-size: 64px;
  line-height: 66px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.55);
}

.banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h3 span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.bann_img_winnr {
  padding: 23px 0px 0 0;
}

.banner-newcols .banner-text p {
  display: none;
}

.cup-img {
  justify-content: start;
}

.cup-text {
  text-align: left;
  margin-left: 16px;
}

.ipl_righbanner {
  margin: 20px 0 0 0;
}

.ipl_righbanner img {
  width: 100%;
}

.banner-newcols {
  align-items: center;
  margin: 0px -45% 0 auto;
  max-width: 860px;
}

.banner-newcols-ch {
  flex: 0 0 44% !important;
  max-width: 44% !important;
}

.cup-text.ipl_squad_text {
  margin-left: 0px;
}

.cup-img.ipl_squad_img img {
  object-fit: contain;
  width: 40%;
}

.cup-img.ipl_squad_img {
  justify-content: end;
}

.bann_contt_bannr.ipl_sq_logo_ban img {
  width: 40%;
}

.cup-text.ipl_squad_text h1 {
  font-size: 60px;
}

.banner-newcols.banner-ipl-sq .banner_winner_placed {
  max-width: 37%;
  flex: 0 0 37%;
}

.banner-newcols.banner-ipl-sq .banner-text {
  max-width: 37%;
  width: auto;
  flex: 0 0 37%;
  margin: 40px 0 0 0;
}

.cup-text.ipl_squad_text h1 span {
  display: block;
}

.banner-newcols.banner-ipl-sq {
  padding: 50px 0px 50px 0px;
}

.banner_sec.new-ban-ipl {
  overflow: hidden;
}

.dropdown-item.viewall_arc {
  text-align: center;
  background: #3612d5;
  color: #fff;
}

.nav-link.wc_icon img {
  width: 51px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  top: 6px;
}

.cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link a.nav-link {
  background: rgb(37, 1, 113);
  background: linear-gradient(90deg, rgba(37, 1, 113, 1) 0%, rgba(101, 0, 119, 1) 100%);
  border: solid 1px #60348e;
  border-radius: 35px;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
}

.cbtf_ipl_24_heading {
  width: max-content !important;
}

.for_box_heights .league_box.clr_1 {
  width: auto;
}

.plyr_blk {
  background-image: url('../images/channai_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 287px 421px;
  height: 420px;
}

.ipl_punjab .plyr_blk {
  background-image: url('../images/punjab_kings_bg.png');
  background-position: center;
}

.ipl_punjab .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ipl_punjab .sqdsply_block .plyr_info p {
  color: #fff;
}

.ipl_gujrat .plyr_blk {
  background-image: url('../images/titans_bg.png');
  background-position: center;
}


.ipl_gujrat .sqdsply_block.sqdsply_gujrat_tit_block .plyr_circlbx .plyr_imgbx {
  bottom: -13px;
}

.ipl_knight .sqdsply_block .plyr_circlbx .plyr_imgbx {
  bottom: -13px;
}

.ipl_lucknow .sqdsply_block .plyr_circlbx {
  width: 280px;
  height: 288px;
}

.ip_mumbai .sqdsply_block .plyr_circlbx {
  width: 280px;
  height: 288px;
}

.ipl_lucknow .sqdsply_block .plyr_circlbx .plyr_imgbx {
  bottom: -9px;
}

.ip_mumbai .sqdsply_block .plyr_circlbx .plyr_imgbx {
  bottom: -10px;
}


.ipl_delhi .plyr_blk {
  background-image: url('../images/delhi_capitals_bg.png');
  background-position: center;
}

.ipl_delhi .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ipl_delhi .sqdsply_block .plyr_info p {
  color: #fff;
}

.ipl_knight .plyr_blk {
  background-image: url('../images/knight_riders.png');
  background-position: center;
}

.ipl_knight .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ipl_knight .sqdsply_block .plyr_info p {
  color: #fff;
}

.ipl_lucknow .plyr_blk {
  background-image: url('../images/lucknow_super_kingsbg.png');
  background-position: center;
}

.ip_mumbai .plyr_blk {
  background-image: url('../images/mumbai_indians_bg.png');
  background-position: center;
}

.ip_mumbai .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ip_mumbai .sqdsply_block .plyr_info p {
  color: #fff;
}


.ipl_channai .sqdsply_block .plyr_imgbx {
  bottom: -21px;
}

.ipl_royal .plyr_blk {
  background-image: url('../images/Royal-Challengersbg.png');
  background-position: center;
}

.ipl_royal .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ipl_royal .sqdsply_block .plyr_info p {
  color: #fff;
}

.ipl_royal .sqdsply_block .plyr_imgbx {
  bottom: -20px;
}

.ipl_sunrise .sqdsply_block .plyr_imgbx {
  bottom: -20px;
}

.ipl_rajashthan .sqdsply_block .plyr_imgbx {
  bottom: -20px;
}


.ipl_sunrise .plyr_blk {
  background-image: url('../images/sun_risers.png');
  background-position: center;
}

.ipl_sunrise .sqdsply_block .plyr_info h5 {
  color: #fff;
}

.ipl_sunrise .sqdsply_block .plyr_info p {
  color: #fff;
}

.ipl_rajashthan .plyr_blk {
  background-image: url('../images/Rajasthan_royal.png');
  background-position: center;
}

.partner-list.s_partner li.part_white img {
  filter: brightness(0) invert(0);
}

.partner-list.s_partner li.part_white {
  display: flex;
  align-items: center;
}

.partner-list.s_partner li.partnr_small img {
  height: 80px;
  padding: 8px;
}

.numer-card.num-4.bx-1 .most {
  font-size: 1.75rem;
  margin: 0px 10px;
  
}

.numer-card.bx-1 {
  height: 441px;
}

.numer-card.bx-1 .winner-logo {
  align-items: center;
  justify-content: center;
  height: 240px;
  position: relative;
  z-index: 1;
  bottom: 7px;
}



.owl-carousel .owl-item .numer-card.bx-1 .winner-logo img {
  width: 194px;
  margin-top: -22px;
}


/*new whatsapp css */


.head_btm .button-box {
  padding-top: 57px;
  
}

.top_links .button-box .btn-common {
  background: #fff;
  padding: 8px 45px;
  font-weight: 500;
  text-decoration: none;
}

.button-box.btn-common {
  position: relative;
  padding-left: 48px;
  font-size: 18px;
  padding: 8px 20px;
  padding-left: 50px;
}

.btn-common {
  background: var(--yellow);
  color: var(--black) !important;
  border-radius: 50px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-transform: uppercase;
}

.button-box a img {
  position: absolute;
  left: -23px;
  top: 48%;
  transform: translateY(-50%);
  max-width: 55px;
}

.head_btm .button-box {
  padding-top: 6px;
  position: relative;
  z-index: 1;
  padding-bottom: 7px;
  margin: 0 20px 0 0;
}

.btn-common img {
 
  margin-right: 10px;
}

span {
  display: inline-block;
}

.sticky .button-box {
  position: fixed !important;
  bottom: 20%;
  right: 15px;
  z-index: 9999;
}

.sticky .button-box .btn-common{
 padding: 7px !important;
 text-decoration: none;
}

.sticky .button-box .btn-common span{
  font-weight: 500;
 }


.sticky .button-box a img {
  position: absolute;
  left: -45px;
  top: 48%;
  transform: translateY(-50%);
  max-width: 55px;
}


.top_links.top_links_wp{
  display: flex;
  justify-content: space-between;
}

.top_links_right {
  display: flex;
  align-items: center;
}

.footer_topin .row {
  align-items: center;
}
.linktree_icon {
	position: fixed;
	bottom: 4%;
	right: 15px;
	z-index: 9999;
}

@media screen and (max-width: 1600px) {
  .sqdsply_block .plyr_circlbx {
    width: 280px;
    height: 280px;
  }

  .sqdsply_block .plyr_imgbx img {
    transform: scale(0.95) translateY(10px);
  }

  .sqdsply_block .plyr_imgbx.plyr_imgavtar img {
    width: 209px;
    transform: scale(0.95) translateY(10px) translateX(30px);
  }

  .ipl_history_title {
    font-size: 89px;
    line-height: 94px;
    height: 330px;
  }

  .ipl_winyear {
    font-size: 52px;
  }

  .league_box h4 {
    font-size: 24px;
  }

  .league_box p {
    font-size: 24px;
  }

  .league_box h4 {
    margin-bottom: 2px;
  }

  .ipl-number.ipl_number_padding {
    padding-bottom: 50px;
  }

  section.cbt_cricket_quiz {
    padding: 45px 0;
  }

  /* 23 march start */
  /* blog section start */
  .blog-head {
    font-weight: 500;
  }

  section.blog_section {
    padding: 50px 0;
  }

  /* blog section end */
  /* faq section start */
  .faq-section {
    padding: 50px 0;
  }

  /* faq section end */
  /* 23 march end */

  /* 29 march  start*/
  section.tips_news {
    padding: 60px 0 30px;
  }

  /* 29 march  end*/

  .team-logo {
    width: 150px;
  }

  .bann_contt_bannr img {
    width: 235px;
  }

  .cup-text span.border-text {
    font-size: 66px;
  }

  .cup-text h1 {
    font-size: 60px;
    line-height: 66px;
  }

  .banner-newcols {
    max-width: 800px;
  }

}

@media screen and (max-width: 1455px) {
  .ipl_history_title {
    font-size: 82px;
    line-height: 84px;
  }

  .banner-newcols.banner-ipl-sq .banner-text {
    max-width: 45%;
    width: auto;
    flex: 0 0 45%;
    margin: 40px 0 0 0;
  }

  .banner-newcols.banner-ipl-sq .banner_winner_placed {
    max-width: 45%;
    flex: 0 0 45%;
  }

  .team-logo {
    width: 110px;
  }

  .banner-newcols {
    max-width: 690px;
  }

  .bann_contt_bannr img {
    width: 215px;
  }

  .cup-text span.border-text {
    font-size: 60px;
  }

  .cup-text h1 {
    font-size: 55px;
  }

  .cup-img img {
    width: 309px;
  }

}

@media screen and (max-width: 1366px) {
  .banner_section .bann_contt h3 {
    font-size: 88px;
    line-height: 88px;
  }

  .sqdsply_block .plyr_imgbx .wk_icon {
    left: 50px;
    top: 60px;
  }

  .banner_sec .iplsq_contt h3 {
    font-size: 88px;
    line-height: 96px;
  }

  .league_box {
    padding: 18px;
  }

  section.cbt_cricket_quiz {
    padding: 40px 0 45px;
  }

  /* 23 march start */
  /* blog section start */
  section.blog_section {
    padding: 40px 0;
  }

  .blog-head {
    font-size: 19px;
  }

  /* blog section end */
  /* faq section start */
  .faq-section {
    padding: 40px 0;
  }

  /* faq section end */
  /* 23 march end */


  /* 29 march  start*/
  section.tips_news {
    padding: 55px 0 25px;
  }

  /* 29 march  end*/

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h4 {
    font-size: 42px;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h3 {
    font-size: 54px;
    line-height: 56px;
  }

  .cup-text h1 {
    font-size: 59px;
  }

  .bann_contt_bannr img {
    width: 202px;
  }

  .cup-img img {
    width: 229px;
  }

  .banner-newcols {
    max-width: 650px;
  }

  .banner-section .row.banner-row {
    margin-right: 105px;
  }


}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 1170px;
  }

  .sqdsply_block .plyr_circlbx {
    width: 250px;
    height: 250px;
  }

  .winner-logo {
    height: 330px;
  }

  .teamsqd_list .team_crd {
    padding: 35px 15px;
  }

  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 26px;
    line-height: 34px;
  }

  .teamsqd_list .team_crd .tm_tag p {
    font-size: 19px;
  }

  .teamsqd_list .team_crd .tm_tag {
    min-height: 105px;
  }

  .ipl_history_title {
    font-size: 75px;
    line-height: 80px;
    height: 310px;
  }

  .ipl_winyear {
    font-size: 45px;
  }

  .ipl_winyear {
    font-size: 36px;
  }

  .news_small_boxes .champ-contain h4 {
    font-size: 21px;
  }

  .news_small_boxes .champ-card {
    margin-bottom: 25px;
  }

  .news_boxe {
    margin-bottom: 25px;
  }

  .news_boxe .champ-text h2 {
    font-size: 26px;
    line-height: normal;
    margin-top: 12px;
  }

  .bondries_run:before {
    width: 60px;
    height: 8px;
    right: 155px;
  }

  .bondries_run:after {
    width: 60px;
    height: 8px;
    left: 155px;
  }

  div#tips_blog_div {
    max-height: 203px;
  }

  .bn-tips {
    height: 328px;
  }

  .numer-card.bx-1 {
    background-size: 267px 440px;
}


}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 950px;
  }

  .banner-newcols.banner-ipl-sq .banner_winner_placed {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .banner-newcols.banner-ipl-sq .banner-text {
    max-width: 50%;
    width: auto;
    flex: 0 0 50%;
    margin: 40px 0 0 0;
  }

  .cup-text.ipl_squad_text h1 {
    font-size: 48px;
  }

  .bann_contt_bannr.ipl_sq_logo_ban img {
    width: 70%;
  }

  .cup-img.ipl_squad_img img {
    object-fit: contain;
    width: 70%;
  }

  .sqdsply_block .plyr_circlbx {
    width: 200px;
    height: 200px;
  }

  .sqdsply_block .plyr_info p {
    font-size: 18px;
  }

  .sqdsply_block .plyr_info h5 {
    font-size: 19px;
  }

  .banner_section .bann_contt h3 {
    font-size: 77px;
    line-height: 77px;
  }

  .sqdsply_block .plyr_imgbx .wk_icon {
    left: 38px;
    top: 45px;
  }

  .sqdsply_block .plyr_imgbx .wk_icon img {
    transform: scale(0.75) translateY(10px);
  }

  .winner-logo {
    height: 270px;
  }

  .teamsqd_list .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .banner_sec .iplsq_contt h3 {
    font-size: 77px;
    line-height: 86px;
    padding-top: 13px;
  }

  .sqdsply_block .plyr_imgbx.plyr_imgavtar img {
    width: 209px;
    transform: scale(0.85) translateY(0px) translateX(30px);
  }

  .win_listinfos {
    padding: 10px 13px;
  }

  .ipl_history_title {
    font-size: 64px;
    line-height: 70px;
    height: 300px;
  }

  .win_reinfos h5 {
    font-size: 16px;
  }

  .win_reinfos h4 {
    font-size: 22px;
  }

  ul.partner-list.s_partner {
    flex-wrap: wrap;
  }

  .news_small_boxes .champ-contain h4 {
    font-size: 19px;
    line-height: normal;
  }

  .news_small_boxes .champ-contain p {
    font-size: 17px;
  }

  .league_box {
    padding: 17px;
  }

  .league_box h4 {
    font-size: 23px;
  }

  .league_box p {
    font-size: 23px;
  }

  .bondries_run:before {
    width: 50px;
    height: 6px;
    right: 120px;
  }

  .bondries_run:after {
    width: 50px;
    height: 6px;
    left: 120px;
  }

  section.cbt_cricket_quiz {
    padding: 35px 0 45px;
  }

  /* 23 march start */
  /* blog section start */
  section.blog_section {
    padding: 35px 0;
  }

  .blog-head {
    font-size: 18px;
    max-height: 45px;
    overflow: hidden;
  }

  .blog-category {
    padding: 4px 10px;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .blog-admin {
    font-size: 16px;
  }

  /* blog section end */
  /* faq section start */
  .faq-section {
    padding: 35px 0;
  }

  /* faq section end */
  /* 23 march end */

  /* 29 march  start*/
  .crousal_bg_form {
    padding: 20px;
  }

  section.tips_news {
    padding: 50px 0 25px;
  }

  .tip_box {
    padding: 30px 30px;
    margin-bottom: 25px;
  }

  /* 29march  end*/
  /* 20 april start*/
  .winner-team-logo img {
    max-height: 95px;
    max-width: 95px;
  }

  .winner-team-logo {
    max-width: 135px;
    max-height: 135px;
  }

  .winner-name h4 {
    font-size: 20px;
  }

  .winner-detail h4 {
    font-size: 24px;
  }

  .winner-detail h5 {
    font-size: 18px;
  }

  .team-winner-section.small-img .numer-card {
    height: 370px;
  }

  .cup-img img {
    width: 170px;
  }

  .cup-text {
    margin-left: 11px;
  }

  .cup-text h1 {
    font-size: 59px;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h4 {
    font-size: 34px;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h3 {
    font-size: 44px;
    line-height: 46px;
  }

  .cup-img {
    height: 250px;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .bann_img_winnr {
    padding: 72px 0px 0 0;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .bn-tips {
    height: 308px;
  }

  .ipl_righbanner img {
    height: 301px;
    object-fit: cover;
  }

  .cuprow {
    padding: 0 0 30px 20px;
  }

  .banner-newcols {
    max-width: 690px;
  }


}

@media screen and (max-width: 1100px) {
  .overlay {
    background: rgba(0, 0, 0, 0.8);
    filter: blur(0.9px);
    -webkit-filter: blur(0.9px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .overlay.show-overlay {
    left: 0;
  }

  .fa-banner {
    background-size: cover;
    border-radius: 20px;
  }

  .social-icon {
    justify-content: center;
    padding: 20px;
  }

  .sign-up-banner-img {
    height: auto;
  }

  .team-logo {
    margin: 0px 5px;
  }

  .partner-list {
    width: 77%;
  }

  .partner-list li {
    margin: 0px 8px;
  }

  .bottom-list {
    width: 95%;
  }

  .banner-section .row.banner-row {
    margin-right: 15px;
  }

  .team-logo {
    width: 90px;
  }

  .bann_contt_bannr img {
    width: 190px;
  }

  .banner-newcols {
    max-width: 640px;
  }

}

@media (max-width: 991px) {
  /*header*/

  .menu .navbar-light .navbar-toggler {
    display: flex;
    align-items: center;
  }

  .banner-newcols-ch {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  .menu .navbar-light .navbar-toggler .wc_icon {
    display: block;
  }

  .cbt_top_bar .navbar-light .navbar-nav a.nav-link.wc_icon {
    display: none;
  }

  .cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link {
    margin: 0;
  }

  .cbt_top_bar .navbar-light .navbar-nav .nav-item.ipl_link a.nav-link {
    display: inline-block;
  }

  .cbt_visitors {
    color: #fff;
    padding: 0.5rem 0;
  }

  .head_btm {
    display: none;
  }

  .menu .navbar-brand img {
    width: 115px;
  }

  .nav-link.wc_icon img {
    margin-top: 0;
  }

  /*header end*/

  .sqdsply_block .col-md-3 {
    flex: 0 0 33.33%;
    max-width: 33%;
  }

  .banner_section .bann_contt h3 {
    font-size: 62px;
    line-height: 62px;
  }

  .bann_contt {
    height: 290px;
  }

  .owl-carousel .owl-item .winner-logo img {
    width: auto;
    height: 100%;
  }

  .winner-logo {
    height: 270px;
    justify-content: center;
    align-items: center;
  }

  .champ-text h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .bann_contt {
    text-align: center;
    justify-content: center;
  }

  .banner_sec .iplsq_contt h3 {
    font-size: 64px;
    line-height: 73px;
    padding-top: 20px;
  }

  .news_boxe .champ-text h2 {
    font-size: 24px;
  }

  .news_small_boxes .champ-contain h4 {
    font-size: 24px;
  }

  .media-sticky {
    position: sticky;
    top: 150px;
    height: 100%;
  }

  .cham-img {
    height: auto;
  }

  .champ-trophy {
    height: auto;
  }

  .league_box h4 {
    font-size: 22px;
  }

  .league_box p {
    font-size: 22px;
  }

  .inner_league h3 {
    font-size: 24px;
  }

  .inner_league p {
    font-size: 20px;
  }

  .bondries_run:before {
    width: 43px;
    height: 6px;
    right: 105px;
  }

  .bondries_run:after {
    width: 43px;
    height: 6px;
    left: 105px;
  }

  section.cbt_cricket_quiz {
    padding: 30px 0 45px;
  }

  /* 29 march  start*/
  .tip_box {
    padding: 20px;
  }

  section.tips_news {
    padding: 45px 0 20px;
  }

  /* 29march  end*/

  .live_team_style {
    max-width: 110px;
  }

  .live_score_section .owl_cutom .owl-nav {
    top: 90%;
  }

  .lt-tip {
    margin-top: 30px;
  }

  .ipl_righbanner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /*media*/

  .banner-newcols {
    margin: 0 auto;
  }

  .banner-section .row.banner-row {
    flex-direction: column-reverse;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
    margin-top: 8px;
  }

  .cup-img img {
    width: 220px;
  }

  .banner-section ul.ul-list-1 {
    justify-content: center;
  }

  .banner-section ul.ul-list-3 {
    justify-content: center;
  }

  .inner-banner.ipl24_banner {
    padding: 40px 0px 37px 0;
  }



}

@media screen and (max-width: 900px) {
  .bondries_run:before {
    display: none;
  }

  .bondries_run:after {
    display: none;
  }

  .bondries_run {
    background: #00095b;
    padding: 5px 25px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
  }
}

@media screen and (max-width: 840px) {
  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 820px) {
  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .all-teams {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner_sec.new-ban-ipl .cup-img {
    height: auto;
  }

  .banner_sec.new-ban-ipl .banner-newcols.banner-ipl-sq {
    padding: 0px 0px 50px 0px;
  }

  .banner-newcols.banner-ipl-sq .banner-text {
    max-width: 100%;
    width: auto;
    flex: 0 0 100%;
    margin: 40px 0 0 0;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
    margin: 30px 0 0 0 !important;
  }

  .cup-text.ipl_squad_text h1 {
    text-align: left;
  }

  .banner_sec.new-ban-ipl .banner-newcols {
    flex-wrap: wrap;
    flex-direction: inherit;
  }

  .banner-newcols.banner-ipl-sq .banner_winner_placed {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cup-img.ipl_squad_img img {
    object-fit: contain;
    width: 60%;
  }

  .bann_contt_bannr.ipl_sq_logo_ban img {
    width: 50%;
  }

  .team-logo {
    margin: 10px;
  }

  .cup-text h1 {
    font-size: 60px;
  }

  .cup-text p {
    font-size: 20px;
  }

  .bottom-nav ul li {
    padding: 0px 6px;
  }

  .banner-text {
    width: 100%;
  }

  .cup-img {
    justify-content: center;
  }

  .cup-text {
    text-align: center;
  }

  .glimpses-table {
    overflow-x: auto;
  }

  .glimpses-table .table thead th {
    vertical-align: middle;
  }

  .glimpses-table .table td,
  .glimpses-table .table th {
    white-space: nowrap;
  }

  .heading-info {
    flex-flow: column;
  }

  .new-input {
    width: 100%;
  }

  .new-btn {
    width: 100%;
    margin: 25px auto 25px;
  }

  .sign-up-banner {
    padding-top: 25px;
  }

  .heading {
    font-size: 26px;
  }

  .wc-text h1 {
    font-size: 30px;
    line-height: 15px;
  }

  .wc-text span {
    font-size: 35px;
  }

  .join-now-btn {
    margin-bottom: 20px;
  }

  .fa-banner {
    background: none;
  }

  .fs-section {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 0, 91, 1) 100%); */
    padding-top: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

  .partner-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-list li {
    margin: 10px;
  }

  .bottom-list {
    margin-top: 10px;
  }

  .team-logo-img {
    height: auto;
    width: auto;
  }

  /*header*/

  .top_t20new {
    text-align: center;
  }

  /*header end*/

  /*footer*/
  .footer_topin .col-md-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .footer_topin .col-md-8 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .fotr_logo img {
    width: auto;
    max-width: inherit;
}

  .fotr_copy {
    text-align: center;
  }

  .social_links {
    text-align: center;
  }

  /*footer end*/

  .banner_section .bann_contt {
    height: auto;
    justify-content: center;
  }

  .banner_section .bann_img {
    text-align: center;
  }

  .banner_section .bann_blk .row {
    flex-direction: column-reverse;
  }

  .banner_section .bann_blk {
    padding: 20px 0;
  }

  .banner_section .bann_contt h3 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .banner_section .bann_img img {
    width: 30%;
  }

  .squads_plysec .sqds_hd h3 {
    font-size: 32px;
  }

  .sqdsply_block .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cham-img {
    height: auto;
  }

  .champ-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .banner_section .bann_contt h3 span {
    -webkit-text-stroke: 1px #fff;
  }

  .teamsqd_list .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner_sec .iplsq_contt h3 {
    font-size: 44px;
    line-height: 49px;
    padding-top: 10px;
  }

  .banner_sec .iplsq_ban {
    text-align: center;
    height: 236px;
  }

  .bann_img img {
    width: 160px;
  }

  .win_listinfos .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .win_listinfos .ipl_winlogoinfos .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .win_listinfos .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ipl_tags_ad {
    padding-top: 40px;
    text-align: center;
  }

  .ipl_pink_ad {
    text-align: center;
  }

  .ipl_blu_ad {
    margin: 30px 0;
    text-align: center;
  }

  .ip_hisimage img {
    width: 280px;
  }

  .ip_hisimage {
    text-align: center;
    padding: 0 0 30px 0;
  }

  .ipl_histry_infos {
    text-align: center;
  }

  .fs-section.ipl_hisad {
    margin-top: 10px;
  }

  .ipl_winners_all {
    padding: 30px 0;
  }

  .news_boxe .champ-text h2 {
    font-size: 22px;
  }

  .news_small_boxes .champ-contain h4 {
    font-size: 22px;
  }

  .col-md-12:last-child .champ-card {
    margin-bottom: 5px;
  }

  .media-sticky {
    position: relative;
    top: 0;
  }

  .partner-list.s_partner li img {
    max-width: 115px;
  }

  .partner-list.s_partner li {
    margin: 0 7px;
    margin-bottom: 14px;
  }

  .champ-trophy img {
    height: auto;
  }

  .cham-img img {
    height: auto;
  }

  .champ-card {
    margin-top: 20px;
  }

  .league_box h4 {
    font-size: 21px;
  }

  .league_box p {
    font-size: 21px;
  }

  .tab_space {
    margin-top: 10px;
  }

  .for_box_heights .league_box {
    min-height: auto;
  }

  .ipl-number.ipl_number_padding {
    padding-bottom: 30px;
  }

  /* 22 march */
  .live_score_section .owl_cutom .owl-nav {
    top: 107%;
    left: 0;
    transform: translate(0, 0);
    width: auto;
    display: flex;
    justify-content: center;
  }

  /* .live_score_section button.owl-prev {
    left: -5px;
  }
  .live_score_section button.owl-next {
    right: -5px;
  } */
  section.glimpses-section.live_score_section {
    padding: 35px 0 90px;
  }

  /* 23 march start */
  /* blog section start */
  section.blog_section {
    padding: 30px 0;
  }

  .blogs_img {
    margin-bottom: 13px;
  }

  .blog_section .number-heading {
    margin-bottom: 27px;
  }

  .blogs_box {
    margin-bottom: 15px;
  }

  .blogs_img img {
    max-height: inherit;
    max-width: inherit;
  }

  /* blog section end */
  /* faq section start */
  .faq-section h1.heading {
    margin-bottom: 30px;
  }

  .faq-section {
    padding: 30px 0;
  }

  #custom-faq #faq .card .card-header .btn-header-link {
    font-size: 20px;
  }

  #custom-faq #faq .card .card-header .btn-header-link:after {
    width: 16px;
    height: 16px;
    top: 3px;
  }

  /* faq section end */
  /* 23 march end */


  /* 29 march  start*/
  .crousal_bg_form {
    padding: 20px 20px 70px;
    height: auto;
  }

  .bn-tips {
    height: auto;
  }

  div#tips_blog_div {
    max-height: inherit;
    overflow: unset;
    margin-bottom: 20px;
  }

  .lt-tip {
    margin-top: 30px;
  }

  .heading.ls-text {
    text-align: center;
  }

  .bn-tip-btn {
    text-align: center;
  }

  section.glimpses-section.live_score_section {
    padding: 35px 0 60px;
  }

  /* 29 march  end*/
  .live_team_style {
    max-width: 170px;
  }

  /**/


  .banner-newcols {
    display: flex;
    justify-content: center;
    flex-wrap: inherit;
    flex-direction: column;
  }

  .banner-newcols .banner-text {
    max-width: 100%;
    width: auto;
    flex: 0 0 100%;
    margin: 10px 0 0 0;
  }

  .banner-newcols .banner_winner_placed {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 0;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr h3 br {
    display: none;
  }

  .bann_img_winnr {
    padding: 22px 0px 0 0;
    height: auto;
    align-items: center;
    justify-content: center;
  }

  .bann_img_winnr img {
    width: 270px;
  }

  .cup-img img {
    width: 160px;
  }

  .banner-newcols {
    margin: 0 auto;
    max-width: 100%;
    flex-direction: row;
  }

  .banner-text.banner-newcols-ch.ban-new {
    margin: 0;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  .cup-text span.border-text {
    font-size: 54px;
  }

  .cup-text h1 {
    font-size: 57px;
  }

  .cuprow {
    padding: 0 0 30px 0px;
  }

  .ipl-number {
    padding-top: 0px;
  }

  .fa-banner img.mobile_image {
    width: 100%;
}

.sign-up-banner.signup_hmb .sign-up-banner-img {
  height: auto;
  padding: 0 0 80px 0;
}

.glimpses-section.pt-0 {
  padding-top: 20px !important;
}

#custom-faq #faq .card .card-header .btn-header-link span {
  width: auto !important;
}

}

@media screen and (max-width: 576px) {
  .banner_section .bann_contt h3 {
    font-size: 34px;
    line-height: 34px;
  }

  .banner-newcols.banner-ipl-sq .cup-text.ipl_squad_text h1 {
    font-size: 36px;
  }

  .cup-img.ipl_squad_img img {
    width: 80%;
  }

  .squads_plysec .sqds_hd h3 {
    font-size: 30px;
  }

  .squads_plysec .sqds_hd {
    padding: 20px 0;
  }

  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .teamsqd_list .team_crd {
    padding: 25px 10px;
  }

  .win_listinfos .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .win_reinfos {
    min-height: inherit;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .win_listinfos .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .win_listinfos .ipl_winlogoinfos .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ipl_winyear {
    font-size: 34px;
    height: auto;
  }

  .news_boxe .champ-text h2 {
    font-size: 20px;
  }

  .news_small_boxes .champ-contain h4 {
    font-size: 20px;
  }

  .partner-list.s_partner li img {
    max-width: 100px;
  }

  .partner-list.s_partner li {
    margin: 0 5px;
    margin-bottom: 10px;
  }

  .league_box h4 {
    font-size: 20px;
  }

  .league_box p {
    font-size: 20px;
  }

  .right_txt {
    text-align: center;
  }

  .left_txt {
    text-align: center;
  }

  .ipl-number.ipl_number_padding {
    padding-bottom: 20px;
  }

  section.cbt_cricket_quiz {
    padding: 25px 0 40px;
  }

  /* 23 march start */
  /* faq section start */
  .faq-section h1.heading {
    margin-bottom: 25px;
  }

  #custom-faq #faq .card .collapse .card-body {
    line-height: 22px;
    font-size: 16px;
  }

  #custom-faq #faq .card .card-header .btn-header-link {
    font-size: 18px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
  #custom-faq #faq .card .card-header .btn-header-link {
    padding: 10px 10px;
  }

  #custom-faq #faq .card .collapse .card-body {
    padding: 10px 10px;
  }

  /* faq section end */
  /* 23 march end */
  .live_team_style {
    max-width: 100px;
  }

  .bann_contt_bannr img {
    width: 160px;
  }

  .cup-text h1 {
    font-size: 53px;
  }

  .cup-text span.border-text {
    font-size: 50px;
  }

  .cup-img img {
    width: 190px;
  }

  .banner-text.banner-newcols-ch.ban-new {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .banner-newcols {
    flex-direction: column;
  }

  .cup-img img {
    width: 160px;
  }

  .banner-newcols .banner_winner_placed .bann_inwin .bann_contt_bannr {
    margin: 0 0 30px 0 !important;
  }

  .bann_contt_bannr img {
    width: 190px;
  }

  .team-winner-section.small-img .numer-card {
    height: 507px;
    background-size: 317px 487px;
  }

  .small-img .numer-card {
    height: 501px;
    overflow: hidden;
    background-size: 317px 487px;
  }

  .small-img .winner-logo {
    margin: 0 auto 15px auto;
    border-radius: 80%;
    background: transparent;
    width: 250px;
  }


  .numer-card p {
    width: 280px;
    margin: 0 auto;
    display: block;
    background: linear-gradient(90deg, #2713A4 0%, #9A20EB 100%);
  }

  .winner-detail h4 {
    border: none;
    position: relative;
    z-index: 1;
  }

  .winner-detail h4:after {
    border-bottom: 2px solid #5c598a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 66%;
    margin: 0 auto;
  }

  .numer-card.bx-1 {
    height: 501px;
    overflow: hidden;
    background-size: 317px 487px;
}



.numer-card.bx-1 .winner-logo {
  align-items: center;
  justify-content: center;
  height: 310px;
  position: relative;
  z-index: 1;
  bottom: 13px;
  width: 300px;
  margin: 0 auto;
}

.owl-carousel .owl-item .numer-card.bx-1 .winner-logo img {
  width: 229px;
  margin-top: 38px;
  height: auto;
}


}

@media (max-width: 480px) {
  .sqdsply_block .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 60px;
  }

  .banner_section .bann_blk {
    padding: 10px 0;
  }

  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 19px;
    line-height: 26px;
  }

  .tm_logo img {
    width: 135px;
  }
}

@media (max-width: 400px) {
  .top_t20new a {
    font-size: 13px;
  }

  .teamsqd_list .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .teamsqd_list .team_crd .tm_hd h5 br {
    display: none;
  }

  .teamsqd_list .team_crd .tm_tag {
    min-height: inherit;
  }

  .teamsqd_list .team_crd .tm_hd h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 375px) {
  .nav-link.wc_icon img {
    width: 55px;
  }

  .menu .navbar-brand img {
    width: 105px;
  }

  .cbt_top_bar .bg-light {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_topin {
    padding: 2px;
  }

  .fotr_links a {
    padding: 18px 9px;
  }

  .banner_section .bann_contt h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .squads_plysec .sqds_hd h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .fs-section .align-items-center {
    align-items: end !important;
  }

  .wc-text h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .wc-text span {
    font-size: 35px;
  }

  .glimpses-table {
    overflow-x: auto;
  }

  .glimpses-table .table thead th {
    vertical-align: middle;
  }

  .glimpses-table .table td,
  .glimpses-table .table th {
    white-space: nowrap;
  }

  .banner-text {
    width: 80%;
  }

  .heading-info {
    flex-flow: column;
  }

  .new-input {
    width: 100%;
  }

  .champ-text h2 {
    font-size: 23px;
    line-height: 29px;
  }

  .champ-text {
    margin-bottom: 20px;
  }

  .winner-table tbody tr:last-child {
    border-bottom: 0px;
  }

  .new-btn {
    width: 80%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1239px) {
  .team-section .col-lg {
    max-width: 25%;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1366px) {
  .fa-banner {
    background-size: cover;
    border-radius: 20px;
  }

  .wc-text h1 {
    font-size: 60px;
  }

  .wc-text span {
    font-size: 40px;
  }

  .wc-text {
    padding: 10px 0px;
  }
}


/* new css start 26fab- */
section.hero-section {
    padding-top: 50px;
    padding-bottom: 40px;
}
.hero-section {
    background-image: url('../images/rcb-background.png');
        
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.hero-card {
    border-radius: 20px;
}
.hero-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.hero-title {
    font-size: 29px;
    font-weight: 600;
    color: #1e2a78;
}

.hero-title span {
    color: #0d6efd;
    font-weight: 700;
}

.hero-subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #171717;
    margin-top: 10px;
}

.hero-text {
    font-size: 16px;
    color: #525252;
    margin-top: 15px;
    line-height: 1.7;
    text-align: justify;
}

.glimpses-table.blue_tbl .table th {
    border-top: 0px;
    font-weight: 400;
    color: #fff;
    background: #1510B3 !important;
}

.schedule-table.blue_tbl thead tr th {
    font-weight: 400;
    color: #fff;
    padding: 15px;
    border: 1px solid;
    background-color: #1510B3 !important;
}

.num-1.new_2 {
  background-image: url('../images/Player-Card-new.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.num-2.new_3 {
  background-image: url('../images/mumbai-indian-new.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.numer-card.num-2.new_3 {
    color: #ffff;
}

.most_ipl{
    text-align: center;
    color: #fff;
    padding: 20px 20px 0px 20px;
    background-image: url('../images/ipl-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.yel_card {
  background-image: url('../images/Player-Card-yellow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pur_card {
  background-image: url('../images/Player-Card-purpule.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.orn_card {
  background-image: url('../images/Player-Card-orange.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ipl_team {
    position: relative;
    z-index: 1;
}

.ipl_team::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/Player Card crome.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}

.csk_card {
    background-image: url('../images/csk-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

 .ipl_delhi .del_cap {
    background-image: url('../images/delhi-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

 .ipl_gujrat .gj_titan {
    background-image: url('../images/gujrat-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

.ipl_knight .klt_n {
    background-image: url('../images/kolkata-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

 .gj_titan {
    background-image: url('../images/gujrat-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

 .ip_mumbai .mi_indian {
    background-image: url('../images/mumbai-indian-new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

 .ipl_punjab .pun_king {
    background-image: url('../images/punjab-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;
}

.ipl_rajashthan .rj_royl{
  background-image: url('../images/rajasthan-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;

}

.ipl_royal .roy_chln{
   background-image: url('../images/royal-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;

}

.ipl_lucknow .luc_team{
  background-image: url('../images/lucknow-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;

}

.ipl_sunrise .sun_rise{
  background-image: url('../images/sunrise-card.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 421px;
    height: 420px;

}

.ipl_royal .sqdsply_block .plyr_info h5 {
    color: #0B0B0B !important;
}

.ipl_royal .sqdsply_block .plyr_info p {
    color: #0B0B0B !important;
}

.yel_card h4{
    color: #000000 !important;
}

/* new css end feb-26 */


 