@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&amp;family=Oswald:wght@400;500;600;700&amp;display=swap');
/*
  font-family: 'Oswald', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

@font-face {
  font-family: 'Tw Cen MT Std';
  src: url('../fonts/TwCenMTStd.eot');
  src: url('../fonts/TwCenMTStdd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TwCenMTStd.html') 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-Boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TwCenMTStd-Bold.html') 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;
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url('../fonts/FuturaBT-Heavy.eot');
  src: url('../fonts/FuturaBT-Heavyd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Heavy.html') format('woff2'),
    url('../fonts/FuturaBT-Heavy.woff') format('woff'),
    url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
    url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaBT-Medium.eot');
  src: url('../fonts/FuturaBT-Mediumd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Medium.html') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff'),
    url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
    url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Tw Cen MT Std';
  color: #222;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}
header,
section,
footer {
  float: left;
  width: 100%;
}

/*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;
}

.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);
}


 .site-nav-col.cbp-af-header-shrink {
  min-height: 75px;
}
/*header_fixend*/


.container {
  max-width: 1280px;
  width: 100%;
}

.menu .container {
  padding: 0;
}
.menu .navbar {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
/*header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 0 0 0;
}*/
/*header {
	position: inherit;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 0 0 0;
	background: rgb(33,9,78);
	background: linear-gradient(90deg, rgba(33,9,78,1) 0%, rgba(114,23,182,1) 100%);
}
*/
.head_top {
  padding: 0;
  background: rgb(33, 9, 78);
  background: linear-gradient(
    90deg,
    rgba(33, 9, 78, 1) 0%,
    rgba(114, 23, 182, 1) 100%
  );
}

.cbtf_batting_banner {
  background: url(../images/banner_bg.jpg) left top no-repeat;
  height: 825px;
  padding-top: 50px;
  background-size: cover;
}

.top_menu .top_links {
  display: none;
}

.top_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main_menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease;
}

.main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #ffbf15;
}

.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;
}
.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;
}
.main_menu {
  display: flex;
  justify-content: flex-end;
  padding-top: 0px;
}

.cbtf_batting_bannerinfos h4.b_bet {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgba(237, 201, 103, 1) 3%,
    rgba(210, 172, 71, 1) 41%,
    rgba(247, 239, 138, 1) 72%,
    rgba(174, 134, 37, 1) 96%
  );
  font-size: 74px;
  font-weight: bold;
}
.cbtf_batting_bannerinfos h2 {
  color: #fff;
  font-size: 55px;
  margin: 0;
  line-height: 35px;
}

.cbtf_batting_bannerinfos h4 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Futura Hv BT';
}

.cbtf_batting_bannerinfos a {
  font-family: 'Futura Md BT';
  font-size: 42px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease;
}

.cbtf_batting_bannerinfos a:hover {
  color: #684be5;
}

.cbtf_batting_bannerinfos .join_now a {
  background: linear-gradient(
    0deg,
    rgba(237, 201, 103, 1) 3%,
    rgba(210, 172, 71, 1) 41%,
    rgba(247, 239, 138, 1) 72%,
    rgba(174, 134, 37, 1) 96%
  );
  color: #000;
  font-family: 'Tw Cen MT Std';
  border-radius: 35px;
  font-size: 36px;
  font-weight: bold;
  padding: 6px 64px;
  margin: 20px 0 0 0;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}

.cbtf_batting_bannerinfos .join_now a:hover {
  background: linear-gradient(
    0deg,
    rgb(174, 134, 37) 3%,
    rgb(247, 239, 138) 41%,
    rgb(210, 172, 71) 72%,
    rgb(237, 201, 103) 96%
  );
}

.cbtf_batting_bannerinfos .join_now small {
  font-size: 21px;
  color: #fff;
  margin: 0 0 0 10px;
}

.cbtf_batting_bannerinfos {
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0px;
}

.cb_quality_infos br {
  display: none;
}

.batting_quality {
	background: #eef1f8;
	border-radius: 16px;
	padding: 40px;
	margin-top: -119px;
	position: relative;
	z-index: 1;
}

.batting_quality_box {
  text-align: center;
}
.cb_quality_infos {
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
}
.cb_quality_icon {
  margin-bottom: 15px;
}

.fs_match_prediction {
  background: url(../images/match_prediction_bg.jpg) left top no-repeat;
  background-size: cover;
  margin-top: -121px;
  z-index: -1;
  position: relative;
  padding-top: 180px;
  padding-bottom: 60px;
}

.match_pre {
  text-align: center;
}
.fs_title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 42px;
}
.fs_winbig {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgb(237, 201, 103) 15%,
    rgb(210, 172, 71) 41%,
    rgb(247, 239, 138) 72%,
    rgb(174, 134, 37) 96%
  );
  font-size: 55px;
  font-weight: bold;
}
.title_infos {
  font-size: 18px;
  color: #fff;
  max-width: 770px;
  margin: 0 auto;
}

.map_box {
  background: #eef1f8;
  border-radius: 10px;
  padding: 36px;
  text-align: center;
}
.map_box h4 {
  color: #09084b;
  font-size: 24px;
}
.map_box h5 {
  background: #120555;
  border-radius: 4px;
  padding: 5px;
}

.map_box h5 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgb(237, 201, 103) 15%,
    rgb(210, 172, 71) 41%,
    rgb(247, 239, 138) 72%,
    rgb(174, 134, 37) 96%
  );
  font-size: 21px;
}

.map_box p {
  font-size: 21px;
  color: #5c567b;
}
.owl-carousel .owl-item .map_box img {
  width: auto;
}
.mp_icons {
  text-align: center;
}
.mp_icons a {
  display: inline-block;
  background: #38147c;
  border-radius: 35px;
  padding: 11px 28px;
  margin: 8px 5px;
  transition: all 0.5s ease;
}
.mp_icons a:hover {
  opacity: 0.8;
}

.mp_icons a.map_icon2 {
  background: #00a11a;
}
.mp_icons a.map_icon3 {
  background: #0088cc;
}

.recent_added_stats .owl-nav {
  display: none;
}
.recent_added_stats .owl-dots {
  display: none;
}

.batting_services {
  background: url(../images/services_bg_left.png) left top no-repeat,
    url(../images/services_bg_right.png) right top no-repeat;
  background-attachment: fixed;
}

.service_box .service_title {
  font-size: 28px;
  font-family: 'Futura Hv BT';
  color: #120555;
  margin: 0 0 10px 0;
}
.service_box p {
  color: #5c567b;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}
.services_main .fs_title {
  color: #120555;
  margin-bottom: 50px;
}
.services_main .title_infos {
  color: #120555;
  text-align: left;
  max-width: inherit;
  margin: 10px 0 20px 0;
}
.batting_services.fs_sec_space {
	padding: 70px 0 4px 0;
	margin-top: -121px;
}
.services_main {
  max-width: 900px;
  margin-left: auto;
  height: 770px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fs_match_first {
  background: url(../images/first_betting.png) right top no-repeat #000;
  padding: 50px 0;
}

.sub_title {
  font-size: 64px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgb(237, 201, 103) 15%,
    rgb(210, 172, 71) 41%,
    rgb(247, 239, 138) 72%,
    rgb(174, 134, 37) 96%
  );
  font-weight: bold;
}
.betting_sites a {
  background: #6c5927;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 7px;
  padding: 7px 8px;
  display: inline-block;
  margin: 5px 10px 9px 0;
}

.betting_sites a img {
  width: 150px;
  background: none;
}
.betting_sites a {
  background: none;
  padding: 0;
}

.largest_betting_main {
  max-width: 710px;
}
.get_idlink a:hover {
  background: linear-gradient(
    0deg,
    rgb(174, 134, 37) 3%,
    rgb(247, 239, 138) 41%,
    rgb(210, 172, 71) 72%,
    rgb(237, 201, 103) 96%
  );
}
/*.betting_sites a:hover {
  background: #A87F15;
}*/
.get_idlink a {
  background: linear-gradient(
    0deg,
    rgba(237, 201, 103, 1) 3%,
    rgba(210, 172, 71, 1) 41%,
    rgba(247, 239, 138, 1) 72%,
    rgba(174, 134, 37, 1) 96%
  );
  color: #000;
  font-family: 'Tw Cen MT Std';
  border-radius: 35px;
  font-size: 36px;
  font-weight: bold;
  padding: 6px 44px;
  margin: 20px 0 0 0;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}
.get_idlink a:hover {
  background: linear-gradient(
    0deg,
    rgb(174, 134, 37) 3%,
    rgb(247, 239, 138) 41%,
    rgb(210, 172, 71) 72%,
    rgb(237, 201, 103) 96%
  );
}

.cbtf_mymain.fs_sec_space {
  background: #eef1f8;
  padding: 50px 0;
}
.cbmy_title {
  font-size: 42px;
  font-family: 'Futura Hv BT';
  color: #120555;
  text-transform: uppercase;
  line-height: 45px;
  margin: 20px 0 20px 0;
}
.cbmy_infos {
  font-size: 24px;
  color: #5c567b;
  line-height: 29px;
}
.cbmy_btns a {
  background: rgb(225, 43, 38);
  background: linear-gradient(
    0deg,
    rgba(225, 43, 38, 1) 0%,
    rgba(194, 25, 30, 1) 96%
  );
  color: #fff;
  padding: 8px 22px;
  border-radius: 10px;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}
.cbmy_btns a:hover {
  background: rgb(222, 33, 28);
  background: linear-gradient(
    0deg,
    rgba(222, 33, 28, 1) 0%,
    rgba(180, 23, 28, 1) 96%
  );
}
.cbmy_btns a.cbmyget_more {
  background: none;
  color: #c81d20;
}
.cbmy_btns a.cbmyget_more img {
  position: relative;
  top: -2px;
  width: 14px;
}
.cbmy_btns {
  padding-top: 30px;
}

.channels_maininfos {
  padding-top: 50px;
}
.channel_box {
  background: #f9f9fb;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.channel_box .channel_title {
  font-size: 22px;
  line-height: 26px;
  color: #120555;
  margin: 5px 0 10px 0;
  min-height: 53px;
}
.channel_box p {
  color: #5c567b;
  font-size: 18px;
  line-height: 23px;
  min-height: 146px;
  text-align: justify;
}
.channel_box a {
  color: #5c567b;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.channel_box a:hover {
  color: #333;
}

.cbtf_faqs {
	background: url(../images/faq_bg.png) left top no-repeat #000;
	padding: 80px 0 80px 0;
}

.cbtf_faqs .fs_title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgb(237, 201, 103) 15%,
    rgb(210, 172, 71) 41%,
    rgb(247, 239, 138) 72%,
    rgb(174, 134, 37) 96%
  );
  text-align:center;
}
.cbtf_faqs .title_infos {
  max-width: inherit;
}

.cbtf_faqs .faq_lists .panel-group {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/*float: left;
	width: 100%;*/
}

/*.cbtf_faqs .faq_lists .panel {
	background: #eef1f8;
	padding: 9px;
	border-radius: 8px;
	margin: 0 5px 11px 5px;
	flex: 0 0 48%;
	max-width: 48%;
}*/

.cbtf_faqs .faq_lists .panel {
	background: #eef1f8;
	padding: 9px;
	border-radius: 8px;
	margin: 0 5px 11px 5px;
	/* flex: 0 0 48%; */
	/* max-width: 48%; */
	/*float: left;
	width: 48%;*/
}

.faq_lists {
  padding: 40px 0 0 0;
}

.cbtf_faqs_inner {
	max-width: 100%;
	margin-left: auto;
}

.cbtf_faqs_inner {
  max-width: 100%;
  margin-left: auto;
}
.faq_lists .panel-title i {
  float: right;
  color: #000000;
}
.faq_lists .panel-title a {
	color: #000;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.faq_lists .panel-title {
  margin: 0;
}

footer {
  background: #3612d0;
  padding: 10px 0 20px 0;
  position: relative;
  z-index: 1;
}
footer::after {
  position: absolute;
  left: ;
  left: 0;
  right: 0;
  top: -113px;
  background: url(../images/footer_bg.png) left top no-repeat;
  content: '';
  height: 114px;
  max-width: 100%;
}
.disclaimer_infos {
  text-align: center;
  color: #ffff;
  max-width: 570px;
  margin: 0 auto 30px auto;
}
.footer_topin {
  background: #21094e;
  border-radius: 14px;
  padding: 20px;
}
.social_links {
  text-align: right;
  height: 59px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social_links a {
  margin-left: 21px;
  transition: all 0.5s ease;
}

.fotr_copy {
  text-align: left;
  color: #fff;
  padding-top: 20px;
}

.fotr_link {
  text-align: right;
  padding-top: 20px;
}
.fotr_link a {
  color: #fff;
  padding-left: 20px;
  transition: all 0.5s ease;
}

.fotr_link a:hover {
  color: #d6b04c;
}

.social_links a:hover {
  opacity: 0.8;
}

/*about*/

.inner_banner {
  background: url(../images/about_banner.jpg) left top no-repeat;
  height: 315px;
  text-align: center;
}

.inner_bannerinfos h2 {
  font-weight: 700;
  font-size: 48px;
}

.inner_bannerinfos {
  display: flex;
  height: 315px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  flex-direction: column;
  align-items: center;
}

.about_rightinfos iframe {
  width: 100%;
  height: 420px;
}

.inner_pageinfos {
  padding: 65px 0;
}
.about_leftinfos h4 {
  font-size: 46px;
}
.about_leftinfos p {
  color: #5e7290;
  font-size: 21px;
}

.inner_pageinfos {
  padding: 65px 0 160px 0;
}
.about_leftinfos h4 {
  font-size: 46px;
}
.about_leftinfos p {
  color: #5e7290;
  font-size: 21px;
}
.about_moreinfos p {
  font-size: 21px;
  color: #132547;
  text-align: justify;
}
.about_maininfos {
  padding-bottom: 40px;
}

.about_connect {
  background: rgb(114, 23, 182);
  background: linear-gradient(
    90deg,
    rgba(114, 23, 182, 1) 0%,
    rgba(65, 22, 146, 1) 52%,
    rgba(114, 23, 182, 1) 100%
  );
  text-align: center;
  padding: 30px 0;
}
.inner_title {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.social_icons img {
  width: 55px;
}
.social_icons a {
  margin: 3px 13px;
  display: inline-block;
}

.connect_more {
  padding: 60px 0 170px 0;
  text-align: center;
}
.connect_moreinfos p {
  font-size: 29px;
  line-height: 37px;
}
.connect_moreinfos p strong {
  text-transform: capitalize;
}

.connect_btn a {
  font-size: 38px;
  background: rgb(199, 33, 248);
  background: linear-gradient(
    90deg,
    rgba(199, 33, 248, 1) 0%,
    rgba(114, 23, 182, 1) 100%
  );
  color: #fff;
  border-radius: 35px;
  padding: 12px 10%;
  transition: all 0.5s ease;
  text-decoration: none;
}
.connect_btn {
  padding-top: 50px;
}
.connect_btn a:hover {
  background: linear-gradient(
    90deg,
    rgb(158, 15, 200) 0%,
    rgb(86, 14, 140) 100%
  );
}

/*betting expert*/

.inner_banner.betting_expertbg {
  background: url(../images/betting_expert_bg.jpg) left top no-repeat;
  height: 468px;
}

.betting_expertbg .inner_bannerinfos {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  height: 468px;
  padding-top: 0;
}
.betting_expertbg .inner_subtitle {
  font-size: 48px;
  text-transform: capitalize;
  line-height: 14px;
}
.betting_expertbg .ceo_name {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgba(237, 201, 103, 1) 3%,
    rgba(210, 172, 71, 1) 41%,
    rgba(247, 239, 138, 1) 72%,
    rgba(174, 134, 37, 1) 96%
  );
  font-size: 87px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  /*! text-shadow: 0 4px 4px rgba(0,0,0,0.25); */
  z-index: 1;
  line-height: 127px;
}
.betting_expertbg .ceo_name span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.betting_expertbg .join_now a {
  background: linear-gradient(
    0deg,
    rgba(237, 201, 103, 1) 3%,
    rgba(210, 172, 71, 1) 41%,
    rgba(247, 239, 138, 1) 72%,
    rgba(174, 134, 37, 1) 96%
  );
  color: #000;
  font-family: 'Tw Cen MT Std';
  border-radius: 35px;
  font-size: 34px;
  font-weight: bold;
  padding: 3px 54px;
  margin: 20px 0 0 0;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}
.betting_expertbg .join_now small {
  font-size: 24px;
  margin: 0 0 0 7px;
}

.cbtf_bettingsrvd {
  padding: 60px 0 190px 0;
}
.cbtf_servcimg {
  text-align: center;
}
.fs_match_prediction.betting_big {
  margin: 0;
  padding: 80px 0;
}
.fs_match_prediction.getexpert {
  background: none;
  margin: 0;
  padding: 70px 0;
}
.fs_match_prediction.getexpert .fs_title {
  color: #120555;
}
.fs_match_prediction.getexpert .fs_winbig {
  color: #120555;
  -webkit-text-fill-color: inherit;
  background: none;
  text-transform: uppercase;
}
.fs_match_prediction.getexpert .title_infos {
  color: #120555;
  max-width: inherit;
  margin: 0 0 40px 0;
}

.expert_infos ul li {
  color: #5c567b;
  font-size: 19px;
  margin: 0 0 3px 0;
}

.accurate_box {
  background: #eef1f8;
  border-radius: 12px;
  text-align: center;
  padding: 30px;
}
.accurate_box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #09084b;
}
.accurate_box h6 {
  color: #5c567b;
  font-size: 24px;
}
.accurate_box h4 {
  color: #120555;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
}
.accurate_box a {
  background: #0088cc;
  color: #fff;
  border-radius: 35px;
  padding: 12px 35px;
  display: inline-block;
  font-size: 24px;
  transition: all 0.5s ease;
  text-decoration: none;
}
.accurate_box a:hover {
  background: #481081;
}
.owl-carousel .owl-item .accurate_box a img {
  position: relative;
  top: -4px;
  width: 20px;
  display: inline-block;
  margin-right: 7px;
  transform: inherit;
}
.accurate_box .accu_img img {
  width: auto;
  transform: inherit;
}

.accurate_box .accu_img img {
  width: auto;
  transform: inherit;
}

.recent_added_stats {
  padding-top: 30px;
}

/**/

.inner_banner.betting_servcbg {
  background: url(../images/betting_phone_service.jpg) center center no-repeat;
  height: 455px;
}

.fs_match_prediction.getexpert.betting_call {
  padding: 50px 0 140px 0;
}
.fs_match_prediction.getexpert.betting_call .connect_btn {
  text-align: center;
}
.fs_match_prediction.getexpert.betting_call .connect_btn a {
  padding: 12px 6%;
}
.phone_num {
  background: #eef1f8;
  border-radius: 6px;
  padding: 10px 12px;
  display: block;
  margin: 0 auto;
  width: 540px;
  text-align: center;
}
.phone_num a {
  font-size: 30px;
  color: #132547;
}

.fs_match_prediction.getexpert .title_infos {
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 30px 0;
}

/*contact us*/

.inner_banner.betting_expertbg.contact_bg {
  background: url(../images/contact_bg.jpg) left top no-repeat;
  height: 468px;
  background: rgb(16, 69, 4);
  background: linear-gradient(
      90deg,
      rgba(16, 69, 4, 0.9) 0%,
      rgba(27, 106, 8, 0.7) 100%
    ),
    url(../images/contact_bg.jpg) left top no-repeat;
}

.inner_banner.betting_expertbg.gallery_bg {
  background: url(../images/galler_bg.jpg) left top no-repeat;
  height: 468px;
}

.betting_expertbg.gallery_bg .inner_bannerinfos {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  height: 468px;
  padding-top: 0;
}

.betting_expertbg.gallery_bg .inner_subtitle {
  font-size: 48px;
  text-transform: capitalize;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
}

.betting_expertbg.contact_bg .inner_subtitle {
  font-size: 28px;
  line-height: 36px;
  width: 54%;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.vides {
  padding: 60px 0 110px 0;
}

.betting_expertbg.contact_bg .ceo_name {
  font-size: 36px;
  line-height: 67px;
}

.punters {
  border: solid 2px #ddd;
  border-radius: 15px;
  padding: 5px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.pu_big {
  background: red;
  background: rgb(16, 69, 4);
  background: linear-gradient(
    90deg,
    rgba(16, 69, 4, 0.7875525210084033) 0%,
    rgba(27, 106, 8, 1) 100%
  );
  color: #fff;
  padding: 13px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 30px;
  width: 380px;
  text-align: center;
}
.punters.small_punters .pu_big {
  background: rgb(224, 105, 7);
  background: linear-gradient(
    90deg,
    rgba(224, 105, 7, 1) 0%,
    rgba(255, 153, 19, 1) 100%
  );
}
.pu_big span {
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.cb_big {
  font-size: 33px;
  color: #333;
  font-weight: 600;
  margin: 0 0 0 40px;
  width: 647px;
}
.cb_big a {
  font-size: 23px;
  font-weight: 600;
}

.cb_big {
  font-size: 33px;
  color: #333;
  font-weight: 600;
  margin: 0 0 0 40px;
  width: 560px;
}
.cb_big a {
  font-size: 23px;
  font-weight: 600;
  color: #7c2bca;
}
.pu_cont a {
  font-size: 24px;
  background: rgb(199, 33, 248);
  background: linear-gradient(
    90deg,
    rgba(199, 33, 248, 1) 0%,
    rgba(114, 23, 182, 1) 100%
  );
  color: #fff;
  border-radius: 35px;
  padding: 12px 20px;
  transition: all 0.5s ease;
  text-decoration: none;
}

.cbtf_bettingsrvd.cu_imgmain {
  padding-top: 40px;
}

.pu_cont a:hover {
  background: linear-gradient(
    90deg,
    rgb(158, 15, 200) 0%,
    rgb(86, 14, 140) 100%
  );
}

.cu_img {
  text-align: center;
  margin-top: 40px;
}
.cu_img img {
  border-radius: 23px;
}

.mainprivacy_infos {
  padding: 50px 0 160px 0;
}
.mainprivacy_infos h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.menu .navbar-brand img {
  width: 130px;
}

.cbtf_servcimg img {
  border-radius: 45px;
}

.accu_img {
  display: flex;
  justify-content: center;
}

.top_expert_phones.tx_counter span {
  color: #fff;
  margin: 0px 0 0 20px;
  font-weight: bold;
  font-size: 23px;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 5px;
}

.top_expert_phones.tx_counter a {
  background: none;
  padding: 0 0 9px 0;
}

.cbtf_batting_bannerinfos.ba_mobileinf {
  display: none;
}
.ba_mobile {
  display: none;
}

.padding-section {
  padding: 50px 0 150px 0;
  float: left;
  width: 100%;
}

.cbtf_styling p {
  text-align: justify;
}

.main {
  margin-top: 0 !important;
}

.match-tips-sec {
  margin: 0;
  float: left;
  width: 100%;
  padding: 50px 0 160px 0;
}

.awesome-card {
  background: #eef1f8 !important;
}

/*.awesome-card h4 {
        margin-bottom: 0px;
        
        margin-top: 0px;
        color: #e8983c;
        text-align: center;
    }*/

.awesome-card h4 {
  background: #120555;
  border-radius: 4px;
  font-size: 18px;
  padding: 5px;
  color: #e8983c;
  text-align: center;
}

.awesome-card h4 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    0deg,
    rgb(237, 201, 103) 15%,
    rgb(210, 172, 71) 41%,
    rgb(247, 239, 138) 72%,
    rgb(174, 134, 37) 96%
  );
  font-size: 21px;
}

.awesome-card h2 {
  margin-top: 2px;
  font-size: 26px;
  font-family: CeraGR-Bold;
  color: #09084b;
  text-align: center;
  margin-bottom: 3px;
}

.advance-l-head {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-family: cera;
}

.card-thumb {
  border-radius: 10px;
  box-shadow: #000000a8 0 0 5px;
  width: 260px;
  max-width: 100%;
}

.awesome-card p {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 25px;
  /* width: 90%; */
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
  padding: 0px 10px;
  min-height: 100px;
  font-size: 19px;
  color: #5c567b;
}

.map_box p {
}

.socials-cards {
  /* display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 35px;
    width: 80%; */
  /* float: right; */
  margin: auto;
  text-align: center;
}

.socials-cards a {
  background: white;
  padding: 10px;
  box-shadow: #00000078 0 0 10px 0px;
  display: inline-block;
  border-radius: 70px;
  zoom: 0.8;
  margin-right: 20px;
}

.awesome-card {
  background: #6314a5;
  /* background: linear-gradient(211deg, #E9E9E9, #fff); */
  /* border: 5px solid #6ef9c1; */
  border: 0px;
  padding: 25px 10px;
  border-radius: 15px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  float: left;
  padding: 0px;
  display: flex;
  max-width: 1080px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.imd-c-side {
  width: 100%;
  float: left;
  text-align: center;
}

.content-c-side {
  width: 100%;
  float: right;
  text-align: center;
  /* padding-right: 30px; */
}

.card-rdm {
  margin-top: -1px;
  display: inline-block;
}

.match-tips-sec {
  margin-bottom: 40px;
}

.date-times {
  color: #5c567b !important;
}

.content-c-side .mp_icons a {
  padding: 4px 28px 10px 28px;
}

.advance-l-head {
  font-size: 30px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.youtube_vid iframe {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}

.disclaimer_infos a {
  color: #fff;
}
.active a {
  color: #ffbf15 !important;
}

.nav-link.wc_icon img {
	width: 65px;
	/* margin-top: -13px; */
}

.whatsapp_call {
	position: fixed;
	bottom: 35px;
	right: 15px;
	z-index: 9999;
  }
.whatsapp_call img {
	width: 64px;
	border: solid 2px #fff;
	border-radius: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
  }
  
  .infos_pages h1 {
    color: #540176;
    text-align: center;
    margin: 0 0 25px 0;
}

.infos_pages .cbtf_styling ul li {
  font-weight: 400;
  font-family: cera-light;
}


 .infos_pages h2 {
    color: #540176;
    margin: 0 0 25px 0;
}

.infos_pages p {
    text-align: justify;
}

.cbtf_table .table thead tr {
  background: #00095B;
  color: #fff;
}
.cbtf_table .table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.cbtf_table .table tbody tr td, .cbtf_table .table thead tr th {
  border: none;
  padding: 11px 19px;
}
.cbtf_table {
	margin: 10px 0 10px 0;
}
.cbtf_table .table {
  border: solid 1px #ddd;
}

.menu .navbar-light .navbar-toggler .wc_icon{ display:none;}



.cricgrey {
	background: #f5f5f5;
	border-radius: 7px;
	padding: 30px;
	margin-top: 30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.02);
	margin-bottom: 20px;
	border-bottom: solid 5px #f0e8e8;
	border-top: solid 2px #c889e1;
	position: relative;
	z-index: 1;
}

.cbtf_styling h1 {
    text-align: center;
    padding: 0 0 10px 0;
}

.cbt_adimg img {
	width: 100%;
}

.sechedule_sec {
	width: 100%;
	float: left;
	padding: 60px 0 140px 0;
}


.main_hd h3 {
	font-size: 40px;
	color: #120555;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 42px;
}

.main_hd h5 {
	font-size: 34px;
	color: #132547;
	font-weight: 500;
}

.main_hd.detl_hd h3 {
	font-size: 36px;
	letter-spacing: 0px;
	font-weight: 600;
}

.main_hd.detl_hd h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.sechedule_sec .series_block {
    padding: 20px 0px;
}
.series_block .series_dtls tbody tr td a {
	color: #120555 !important;
	font-size: 20px;
	line-height: 28px; 
}

.series_block .series_dtls tbody tr td {
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.series_block .series_dtls {
	border: none;
}
.series_block .series_dtls thead tr th {
	border: none;
	font-size: 22px;
	font-weight: 500;
	padding: 8px 14px;
}
.series_block .series_dtls thead {
	background: #1E58AA;
	color: #fff;
}
.series_block .series_dtls tbody tr td span {
	font-size: 16px;
	color: #666;
}
.Commentary_sec .main_hd h4 {
	font-size: 25px;
	font-weight: 500;
}

.commenrty_block {
	border-top: 1px solid #ecebeb;
	padding: 20px 0;
}
.Commentary_sec .main_hd {
	margin: 15px 0 30px;
}
.comm_hd .grey_hd {
	color: #666;
}
.comm_hd h5 {
	font-size: 20px;
	font-weight: bold;
}
.commenrty_block p {
	font-size: 18px;
	line-height: 24px;
	color: #222;
}
.commenrty_block p span {
	color: #1866db;
}

.commenrty_block p a {
	color: #222;
}
.commenrty_block p span {
	color: #1866db;
}
.button {
	background: #fff;
	border: 2px solid #1E58AA;
	text-align: center;
	padding: 10px 0px;
}
.button a {
	color: #222;
}

.sechedule_sec.Commentary_sec .container {
	max-width: 1170px;
}

.sort-by {
	text-align: center;
	padding: 0 0 15px 0;
}
.sort-by .nav.nav-tabs {
  text-align: center;
  justify-content: center;
}
.ranking_main {
	padding: 60px 0 140px 0;
}
.sort-by .nav.nav-tabs .nav-item .nav-link {
  background: #f5f5f5;
  border: none;
  border-radius: 35px;
  padding: 10px 35px;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
  transition: all 0.5s ease;
  color: #333;
}
.sort-by .nav.nav-tabs .nav-item {
  margin: 0 10px;
}
.sort-by .nav.nav-tabs .nav-item .nav-link.active {
  background: #280171;
  color: #fff;
  box-shadow: 0 2px 0 0 rgb(203, 70, 255);
}

.rank_title {
  text-align: center;
}
.rank_title h2 {
  font-weight: 700;
  color: #560076;
  margin: 0 0 30px 0;
}

.rank_head {
	background: rgb(0,9,91);
	background: linear-gradient(90deg, rgba(0,9,91,1) 0%, rgba(97,0,119,1) 50%);
	color: #fff;
	text-align: center;
	padding: 18px 0 13px 0;
	position: relative;
	z-index: 1;
	border-bottom: solid 1px #6d217d;
}
.ranking_row h3 {
	text-align: center;
	margin: 40px 0 50px 0;
	position: relative;
	z-index: 1;
	padding: 0 0 15px 0;
}
.ranking_row h3:after {
  position: absolute;
  left: 0;
  right: 0;
  background: #610077;
  height: 4px;
  width: 70px;
  content: "";
  margin: 0 auto;
  bottom: 0;
  transform: skewX(20deg);
}
.rank_head .rank_sers {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	background: #FA0CEB;
	display: inline-block;
	width: 84px;
	border-radius: 34px;
	padding: 3px;
	font-size: 16px;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}
.rank_mid {
  background: rgb(0,9,91);
  background: linear-gradient(0deg, rgba(0,9,91,1) 0%, rgba(97,0,119,1) 50%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 11px 15px 11px 15px;
}
.rank_mid .rank_number {
  width: 80px;
}
.rank_mid .rank_player_score {
  width: 290px;
}
.rank_mid .rank_player {
  width: 120px;
}
.rank_player_score a {
  color: #fff;
  pointer-events: none;
}

.rank_mid .rank_player span {
  width: 95px;
  height: 95px;
  overflow: hidden;
  background: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 3px #eeabfd;
}
.rank_mid .rank_player img {
  width: 100%;
}
.rank_score {
  font-size: 29px;
  font-weight: 700;
}
.rank_country {
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 0 0;
}
.rank_country .flag {
	background: url(../images/rank_players/flags-15-sprite.png) left top no-repeat;
	background-position: -60px -105px;
	width: 20px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
}


.rank_foot .table thead tr th {
  background: #140761;
  color: #fff;
  font-weight: 500;border-top: solid 1px #3e036c;
}

.rank_foot .table thead tr th, .rank_foot .table tbody tr td, .rank_foot .table tfoot tr td {
	border: none;
	font-size: 14px;
}
.rank_foot .table tbody tr:nth-child(2n) td {
  background: #f5f5f5;
}
.rank_foot .table tbody tr:nth-child(2n+1) td {
	background: #fff8f8;
}
.rank_foot .table tfoot tr td {
  text-align: center;
  padding: 4px 0;
}
.rank_foot .table tfoot tr td a {
  display: block;
  background: transparent;
  color: #fff;
  padding: 10px 5px;
  border: solid 2px #f2e5f4;
  color: #610077;
  transition: all 0.5s ease;
  text-decoration: none;
}
.rank_foot .table tfoot tr td a:hover {
  background: #610077;
  color: #fff;
  border-color: #610077;
}
.rank_foot .table tbody tr td a {
  color: #454545 !important;
  transition: all 0.5s ease;
  text-decoration: none;
  pointer-events: none;
}
.rank_foot .table tbody tr td a:hover {
  color: #610077;
  pointer-events: none;
}

.rank_foot .table tbody tr td .flagall {
	background: url(../images/rank_players/flags-15-sprite.png) left top no-repeat;
	background-position-x: left;
	background-position-y: top;
	background-position: -20px -135px;
	width: 20px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.rank_head .rank_sers.odi_ser {
  background: #16D9F9;
}
.rank_head .rank_sers.test_sers {
  background: #44D657;
}

.rank_country .flag.pak {
  background-position: ;
  background-position: -20px -135px;
}
.rank_country .flag.eng {
  background-position: -103px 0;
}
.rank_foot .table tbody tr td .nz.flagall {
  background-position: ;
  background-position: -143px -120px;
}
.rank_foot .table tbody tr td .sa.flagall {
  background-position: -163px -30px;
}
.rank_foot .table tbody tr td .aus.flagall {
  background-position: -40px -30px;
}
.rank_foot .table tbody tr td .ind.flagall {
  background-position: -60px -105px;
}

.rank_foot .table tbody tr td:nth-child(3) {
	text-transform: uppercase;
}

.rank_foot .table tbody tr td .afg.flagall {
  background-position: 0 -30px;
}
.rank_foot .table tbody tr td .eng.flagall {
  background-position: -103px 0;
}
.rank_foot .table tbody tr td .nam.flagall {
  background-position: -143px -45px;
}
.rank_foot .table tbody tr td .zim.flagall {
  background-position: -183px -45px;
}
.rank_foot .table tbody tr td .wi.flagall {
  background-position: -183px 0;
}
.rank_foot .table tbody tr td  .ban.flagall {
  background-position: -20px -45px;
}

.rank_foot .table tbody tr td .mas.flagall {
	background-position: -20px -120px;
}

.tab-pane.wntab {
	padding: 0 15%;
}

.rank_country .afg.flag {
	background-position: 0 -30px;
}

.rank_country .flag.ban{background-position:-20px -45px;}


.rank_country .nz.flag {
	background-position:-143px -120px;
}

.rank_country .aus.flag {
	background-position:-40px -30px;
}

.rank_foot .table tbody tr td .sl.flagall {
	background-position: 0 -150px;
}

.rank_country .flag.wi {
	background-position: ;
	background-position: -183px 0;
}

.rank_country .flag.sl {
	background-position: 0px -150px;
}

.rank_country .flag.sa {
	background-position: -163px -31px;
}


/*new*/

.rank_foot .table tbody tr td .sl.flagall {
  background-position: 0 -150px;
}
.rank_foot .table tbody tr td .ire.flagall {
  background-position: -100px -105px;
}
.rank_foot .table tbody tr td .uae.flagall {
  background-position: -80px -165px;
}
.rank_foot .table tbody tr td .scot.flagall {
  background-position: -163px -60px;
}
.rank_foot .table tbody tr td .nep.flagall {
  background-position: -143px -60px;
}
.rank_foot .table tbody tr td .neth.flagall {
  background-position: -143px -75px;
}
.rank_foot .table tbody tr td .oma.flagall {
  background-position: 0 -135px;
}
.rank_foot .table tbody tr td .papu.flagall {
  background-position: -100px -135px;
}
.rank_foot .table tbody tr td .cana.flagall {
  background-position: -83px 0;
}
.rank_foot .table tbody tr td .hong.flagall {
  background-position: 0 -105px;
}
.rank_foot .table tbody tr td .jer.flagall {
  background-position: -123px -60px;
}

.rank_foot .table tbody tr td .qat.flagall {
  background-position: -120px -135px;
}
.rank_foot .table tbody tr td .uga.flagall {
  background-position: -100px -165px;
}
.rank_foot .table tbody tr td .kuw.flagall {
  background-position: -123px -90px;
}

.team_tanking .rank_foot .table tbody tr:first-child td {
	background: red;
	background: rgb(0,9,91);
	background: linear-gradient(0deg, rgba(0,9,91,1) 0%, rgba(97,0,119,1) 50%);
	color: #fff;
	font-size: 26px;
}
.rank_foot .table tbody tr td:nth-child(2) {
  text-transform: uppercase;
}
.rank_foot .table tbody tr:first-child td:nth-child(2) .flagall {
	background: url(../images/rank_players/flags-30-sprite.png) left top no-repeat;
	background-position: -80px -210px;
	width: 40px;
	height: 30px;
	position: relative;
	top: 6px;
}

.top_t20new {
  background: #8A10B3;
  padding: 5px 0;
  color: #fff;
  text-align: right;
}

.top_t20new a{ color: #fff;}

.sort-by.sortt20{ margin-bottom: 50px;}

.rank_foot .table tbody tr:first-child td:nth-child(2) .flagall.aus {
	background-position: 0 -30px;
}

.rank_foot .table tbody tr:first-child td:nth-child(2) .flagall.eng {
	background-position: -120px -150px;
}



.rank_foot .table tbody tr td .unis.flagall{background-position:-120px -165px; }

 .rank_country .sri.flag {
	background-position: 0 -150px;
}

.hm_morefaq {
    text-align: center;
}

.hm_morefaq a {
    color: #000;
    font-family: 'Tw Cen MT Std';
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 34px;
    margin: 20px 0 0 0;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    background: linear-gradient( 0deg, rgba(237, 201, 103, 1) 3%, rgba(210, 172, 71, 1) 41%, rgba(247, 239, 138, 1) 72%, rgba(174, 134, 37, 1) 96% );
}

.hm_morefaq a:hover{background: linear-gradient( 0deg, rgb(174, 134, 37) 3%, rgb(247, 239, 138) 41%, rgb(210, 172, 71) 72%, rgb(237, 201, 103) 96% );}

.cbtf_faqs.cbtf_faqs_inner {
	background: none;
	padding: 60px 0 0 0;
}
/* 05 dec-2022 */
.cbtf_content_section h3, .cbtf_content_section h4 {
    margin-bottom: 20px;
}
.same_space {
    margin: 10px 0;
}
.border_btm .cbtf_content_section {
    /* border-bottom: 3px solid #efefef; */
    box-shadow: 0 0 10px #ccc;
    padding: 25px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.same_space h4 {
    margin-bottom: 20px;
}
.cbtf_content_section ul li {
    font-family: cera-light;
    font-size: 16px;
    font-style: italic;
}
.cbtf_faqs.ipl_page_faq {
    padding-bottom: 140px;
}

.rank_foot .table tbody tr:first-child td:nth-child(2) .nz.flagall {
	background-position: -280px -210px;
}

/*new banners*/

.cbtf_batting_banner_new .cbtf_batting_bannerinfos {
	height: 600px;
	display: flex;
	padding-top: 0;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	top: -45px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
	color: #fff;
	font-size: 64px;
	margin: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	font-size: 31px;
	margin: 20px 0 0 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
	line-height: 105px;
	margin: 0;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient( 0deg, rgba(237, 201, 103, 1) 3%, rgba(210, 172, 71, 1) 41%, rgba(247, 239, 138, 1) 72%, rgba(174, 134, 37, 1) 96% );
	font-size: 94px;
	font-weight: 500;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
	color: #fff;
	font-size: 40px;
	line-height: 47px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
	display: inline-block;
	font-size: 31px;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


.cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
	background: linear-gradient( 0deg, rgba(237, 201, 103, 1) 3%, rgba(210, 172, 71, 1) 41%, rgba(247, 239, 138, 1) 72%, rgba(174, 134, 37, 1) 96% );
	color: #000;
	font-family: 'Tw Cen MT Std';
	border-radius: 35px;
	font-size: 36px;
	font-weight: bold;
	padding: 6px 64px;
	margin: 20px 0 0 0;
	display: inline-block;
	transition: all 0.5s ease;
	text-decoration: none;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos a:hover {
	color: #E8D46F !important;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
	color: #000 !important;
}


.cbtf_batting_banner_new  .cbtf_batting_bannerinfos .join_now a:hover {
	background: linear-gradient( 0deg, rgb(174, 134, 37) 3%, rgb(247, 239, 138) 41%, rgb(210, 172, 71) 72%, rgb(237, 201, 103) 96% );
}

.cbtf_batting_banner_new .carousel-control-next span, .cbtf_batting_banner_new .carousel-control-prev span {
  font-size: 0;
  font-family: 'FontAwesome';
  background: #2E0969;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: solid 2px rgba(255,255,255,0.25);
  }
  
  .cbtf_batting_banner_new .carousel-control-next, .cbtf_batting_banner_new .carousel-control-prev {
    width: auto;
    background: none;
    border: none;
    top: inherit;
    bottom: 49%;
    opacity: 0.5;
    transition: all 0.5s ease;
  }

  .cbtf_batting_banner_new:hover .carousel-control-next, .cbtf_batting_banner_new:hover .carousel-control-prev {
    opacity: 0.9;
  }



  .cbtf_batting_banner_new .carousel-control-prev {
    left: 20px;
    transition: all 0.5s ease;
  }

  .cbtf_batting_banner_new .carousel-control-next {
    right: 20px;
    transition: all 0.5s ease;
  }

  .cbtf_batting_banner_new:hover .carousel-control-prev {
    left: 70px;
  }

  .cbtf_batting_banner_new:hover .carousel-control-next {
    right: 70px;
  }


  
  .cbtf_batting_banner_new  .carousel-control-prev span::after {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 32px;
  color: #fff;
  left: 21px;
  position: absolute;
  }
  .cbtf_batting_banner_new  .carousel-control-next span::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 32px;
  color: #fff;
  right: 21px;
  position: absolute;
  }
  
  .btips_numbers {
    font-size: 31px;
    color: #fff;
    line-height: 59px;
    border-top: solid 1px #fff;
    display: inline-block;
    margin-top: 15px;
  }

  .btips_numbers span {
    margin: 0 5px;
    position: relative;
    top: -3px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 639px;
    margin: 35px 0px 0 0;
    position: relative;
    right: 50px;
  }

  .cbtf_batting_bannerinfos.mobile_binfos {
    display: none;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_banner_img img {
    width: 507px;
    right: 0;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 72px;
    line-height: 82px;
  }
  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 49px;
  }
  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top: 110px;
  }

  .cbtf_banner_img {
    height: 571px;
  }

  .cbtf_batting_banner_new .ci_img3_new .container .row {
    flex-direction: row-reverse;
  }

  .cbtf_batting_banner_new .ci_img3_new  .cbtf_batting_bannerinfos {
    text-align: right;
    padding-top: 68px;
  }
  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 48px;
  }
  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos  h4.b_bet {
    font-size: 69px;
    line-height: 78px;
    margin-top: 0;
  }
  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
    font-size: 68px;
    line-height: 74px;
  }
  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4 {
    margin-top: 25px;
  }
  .cbtf_batting_banner_new .ci_img3_new .cbtf_banner_img img {
    right: 0;
  }

  .cbtf_batting_banner_new .carousel-indicators {
    bottom: 21%;
  }

  .add_cnt_bg.add_upcoming_contt .cbtf_table .table tbody tr td {
    background: #fff;
  }
  .add_cnt_bg.add_upcoming_contt .cbtf_table .table tbody tr:nth-child(even) td {
    background: #f5f5f5;
  }

  .cbt_latest_news.blogssec {
    background: #f7f7f7;
    padding: 50px 0 30px 0;
  }

.cbt_latest_head {
	margin: 0 0 0px 0;
	padding-bottom: 25px;
}

.cbt_latest_head .cbt_title {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.cbt_latest_news.blogssec .cbt_news_block {
	margin-top: 10px;
	margin-bottom: 20px;
}

.blogssec .cbt_news_img {
	height: 274px;
}

.cbt_news_img {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.blogssec .cbt_news_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blogssec .cbt_news_title {
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	color: #4d4d4d;
}

.blogssec .cbt_news_postdate {
font-size: 17px;
color: #555;
margin: 8px 0 6px 0;
}

.blogssec .cbt_news_postinfo {
	font-size: 16px;
}
  
.blogssec .cbt_news_title a {
  color: #1c1a1a;
  margin: 20px 0 0 0;
  display: inline-block;
  font-size: 19px;
  min-height: inherit;
}
.cbt_newsall {
	text-align: center;
}

.cbt_newsall a {
	background: #0224ca;
	color: #fff;
	border-radius: 35px;
	padding: 12px 25px;
	width: 30%;
	display: inline-block;
	margin: 30px 0 40px 0;
	transition: all 0.5s ease;
	text-decoration: none;
}

.cbt_newsall a:hover {
	background: #00157b;
}

.padding-section.btm_blogsec {
	padding: 50px 0 55px 0;
}

@keyframes mymove {
  from {
 width: 20%;
 }
 to {
   width: 100%;
 }
 } 

.cbt_latest_news.blogssec .cbt_news_block.cbt_blur .cbt_news_img img {
   visibility: hidden;
 }
 .cbt_latest_news.blogssec .cbt_news_block.cbt_blur .cbt_news_img {
   height: 274px;
   background-color: #ddd;
   animation: mymove 2.5s infinite;
   animation-timing-function: ease;
   animation-timing-function: ease;
   animation-timing-function: linear;
   font-size: 0;
   margin: 0 0 12px 0;
 }
 
 .cbt_latest_news.blogssec .cbt_news_block.cbt_blur .cbt_news_infos .cbt_news_title {
   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;
 }
 
 .cbt_latest_news.blogssec .cbt_news_block.cbt_blur .cbt_news_infos .cbt_news_postdate {
   height: 21px;
   background-color: #ddd;
   animation: mymove 2.0s infinite;
   animation-timing-function: ease;
   animation-timing-function: ease;
   animation-timing-function: linear;
   font-size: 0;
 }
.cbt_latest_news.blogssec .cbt_news_block.cbt_blur .cbt_news_infos .cbt_news_title a {
  font-size: 0;
}

/* 30 march start */
.tipn-btn a {
  background: #912bf7;
  /* 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 !important;
  transition: all 0.5s ease;
}
.tipn-btn a:hover {
  background: linear-gradient( 90deg, rgba(37, 1, 113, 1) 0%, rgba(101, 0, 119, 1) 100% );
    color: #fff  !important;
}

.tipn-btn {
  margin: 0 5px;
  text-align: center;
}
.center_menu{
  align-items: center;
}

.cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
	margin-top: 70px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 74px;
	line-height: 84px;
}

.new_vidlink {
  border-radius: 15px;
  overflow: hidden;
  margin-right: 25px;
}
.new_vidlink img {
  width: 100%;
  margin: 0px 0 0 0;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
	width: 525px;
	margin-top: 65px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 588px;
}

.centernew_adimg {
  padding: 50px 0;
}
.centernew_adimg img {
  width: 100%;
}

.cbtf_table.cbtf__vartable .table tr th {
	background: #00095B;
	color: #fff;
	width: 20%;
	text-align: left;
	padding: 11px 19px;
}

.batting-stats{
	border-spacing:20px;
}
.bowling-stats{
	border-spacing:20px;
}

/*new 30 may*/


.bullets_issue ul li p {
	margin: -27px 0 0 0;
}

.nwwcbt_links {
	background: rgb(62,14,134);
	background: linear-gradient(90deg, rgba(62,14,134,1) 0%, rgba(19,145,217,1) 39%, rgba(133,7,107,1) 86%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.nwwcbt_links:after {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nws_cbtball_01.png) left top no-repeat;
  width: 272px;
  height: 320px;
  content: "";
  z-index: -1;
}

.nwwcbt_links::before {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/nws_cbtball_02_03.png) left top no-repeat;
	width: 465px;
	height: 280px;
	content: "";
	z-index: -1;
	background-size: 88%;
}
.nww_cbb_links ul {
  margin: 0px auto 0 auto;
  padding: 0 0 0 0;
  list-style: none;
  text-align: center;
  max-width: 1230px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nww_cbb_links ul li {
  float: left;
  width: 50%;
  text-align: left;
  margin: 0 0 12px 0;
}
.nww_cbb_links ul li a {
	color: #fff;
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
	text-decoration: none;
}
.nww_cbb_links ul li a span {
  background: rgba(255,255,255,0.10);
  text-transform: uppercase;
  border-radius: 35px;
  padding: 7px 20px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}
.nww_cbb_links {
	padding: 60px 0 48px 0;
}

.nwwcbt_linksmain {
  text-align: center;
}
.nwwcbt_linksmain ul li {
  display: inline-block;
  margin: 30px 30px 0 30px;
}


.nww_cbb_links ul li.nwwbtnbg a {
	color: #fffb0b;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
	text-decoration: none;
	background: #3612D5;
	border-radius: 35px;
	padding: 8px 26px;
	transition: all 0.5s ease;
	display: inline-block;
	margin-bottom: 5px;
}
.nww_cbb_links ul li.nwwbtnbg a:hover{background: #4D1186;}


/*.nwwcbt_linksmain ul li a {
	color: #fffb0b;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
	text-decoration: none;
	background: #3612D5;
	border-radius: 35px;
	padding: 8px 30px;
	transition: all 0.5s ease;
}	

.nwwcbt_linksmain ul li a:hover {
	background: #4D1186;
}*/


/*new banners 8 sep*/


.sep_freeslide_infos {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  height: 600px;
  align-items: center;
  padding: 0 0 80px 0;
}
.sep_freeslide_infos .sep_freeslide_left {
	flex: 0 0 45%;
	max-width: 45%;
}

.sep_freeslide_infos .sep_freeslide_center {
	flex: 0 0 45%;
	max-width: 45%;
}

.sep_freeslide_centerinfos {
	padding: 0 35% 0 0;
}


.sep_freeslide_text {
  color: #fff;
  font-size: 95px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 104px;
}
.sep_freeslide_img img {
  width: 300px;
}
.sep_freeslide_img {
  padding: 0 0 20px 0;
}
.sep_free_cbtfexlogo img {
  width: 190px;
}
.sep_free_cbtfexlogo {
	position: absolute;
	right: 0;
	top: 40px;
}
.sep_free_cbtfplayers {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.sep_free_center_title h2 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 68px;
	text-shadow: 0 4px 5px rgba(0,0,0,0.05);
	line-height: 77px;
}
.sep_free_center_title h2 span {
  display: block;
}

.sep_free_center_lines {
	padding: 10px 0 0 0;
}
.sep_free_center_title h2 span {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(254, 253, 240) 0%, rgb(255, 239, 37) 100%);-webkit-background-clip: text;
}
.sep_free_center_title h2 span:last-child {
  background-image: linear-gradient(90deg, rgb(255, 239, 37) 0%, rgb(254, 253, 240) 100%);
}
.sep_free_center_lines p {
  background: #FFED00;
  font-family: 'Oswald', sans-serif;
  padding: 6px 18px;
  font-size: 27px;
  font-weight: 700;
}
.sep_free_center_lines p:last-child {
  background: #29A2DA;
}
.sep_free_center_lines .sep_free_center_btn a {
  border: solid 1px red;
  color: #fff;
}
.sep_free_center_btn a {
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  border: solid 2px #E5097F;
  border-radius: 35px;
  padding: 5px 38px;
  font-size: 27px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  display: inline-block;
  letter-spacing: 7.25px;
  transition: all 0.5s ease;
}
.sep_free_center_btn a:hover {
  background: #E5097F;
}
.sep_freeslide_text span:last-child {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(215, 174, 16) 0%, rgb(255, 213, 108) 100%);
  -webkit-background-clip: text;
}

.sep_free_cbtfplayers img {
	width: 550px;
}

.sep_freeslide_leftinfos {
	padding: 0 0 0 60px;
}


.sep_freeslide_infos2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  height: 600px;
  align-items: center;
  padding: 0 0 80px 0;
}
.sep_freeslide_left2 {
  flex: 0 0 35%;
  max-width: 35%;
}
.sep_freeslide_center2 {
  flex: 0 0 35%;
  max-width: 35%;
}
.sep_free_center_title2 h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 75px;
  text-align: center;
  line-height: 59px;
}
.sep_free_center_title2 h2 small {
  display: block;
  font-size: 38px;
}
.sep_free_center_title2 h2 span {
  font-size: 78px;
}
.sep_free_center_title2 h2 span.sep_curve {
  text-shadow: 0 2px 16px rgba(255, 255, 255,0.55);
  font-size: 80px;
}
.sep_free_center_lines2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}
.sep_free_center_lines2 h4 {
  font-size: 61px;
  text-shadow: 3px 2px 0px rgb(136, 39, 215);
  margin: 0;
  line-height: 65px;
  font-weight: 600;
}
.sep_free_center_lines2 p {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  max-width: 410px;
  margin: 0 auto;
}
.sep_right_textinfo {
  color: #fff;
}
.sep_right_textinfo h3 {
  font-size: 45px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 8px 20px;
  display: inline-block;
  max-width: 320px;
  margin: 0 auto;
}
.sep_freeslide_right {
  flex: 0 0 25%;
  max-width: 25%;
}
.sep_right_textinfo h3 span {
  text-transform: initial;
  display: block;
  font-size: 35px;
}
.sep_right_btn a {
  border-radius: 35px;
  background: #9B2CF5;
  padding: 10px 25px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.10);
  text-decoration: none;
  transition: all 0.5s ease;
}
.sep_right_btn {
  text-align: center;
  padding: 40px 0 0 0;
}
.sep_freeslide_rightinfos {
  text-align: center;
  padding: 80px 0 0 0;
}


.carousel-item.slide_banner_default {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.rank_foot .table tbody tr:first-child td:nth-child(2) .pak.flagall {
	background-position: 0px -270px;
}  

.footer_topin .fotr_logo img {
	width: 120px;
	margin: 0 0 5px 10px;
}
/* 06 oct  */
.wp_tips_menu a.nav-link {
    background: #912bf7;
    border: solid 1px #60348e;
    border-radius: 35px;
    padding: 0.5rem 1.5rem !important;
    color: #fff !important;
}
.wp_tips_menu a.nav-link:hover {
    background: linear-gradient( 90deg, rgba(37, 1, 113, 1) 0%, rgba(101, 0, 119, 1) 100% );
}


a.nav-link.wc-mobile-btn {
    /* background: #912bf7;
    border: solid 1px #60348e; */
    border-radius: 35px;
    color: #fff !important;
    margin-right: 10px;
}
a.nav-link.wc-mobile-btn:hover {
    /* background: linear-gradient( 90deg, rgba(37, 1, 113, 1) 0%, rgba(101, 0, 119, 1) 100% ); */
}
.tips-togler-menu {
    top: 0;
}
.tips-togler-menu span.navbar-toggler-icon {
    height: 28px!important;
}

.carousel-item.ci_img1_new.betting_hand.ci_img1_new-ch.active {
	background-size: cover !important;
}
.carousel-item.ci_img1_new.betting_hand.ci_img1_new-ch .container {
	visibility: hidden !important;
}




@media (max-width: 1750px) {
	

.nww_cbb_links ul li a {
	font-size: 23px;
}
.nww_cbb_links ul {
	max-width: 1070px;
}

}


@media (max-width: 1600px) {
  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 76px;
  }

  .cbtf_batting_bannerinfos a {
    font-size: 36px;
  }

  .cbtf_batting_bannerinfos .join_now a {
    font-size: 32px;
    padding: 6px 53px;
  }

.cbtf_batting_bannerinfos h4 {
    font-size: 28px;
  }

  .cb_quality_infos {
    font-size: 22px;
    line-height: 30px;
  }

  .fs_title {
    font-size: 44px;
    line-height: 40px;
  }

  .fs_winbig {
    font-size: 48px;
  }

  .map_box h5 span {
    font-size: 19px;
  }

  .map_box {
    padding: 24px;
  }

  .map_box h4 {
    font-size: 22px;
  }

  .map_box p {
    font-size: 18px;
    line-height: 26px;
  }

  .fs_title {
    font-size: 42px;
  }

  .service_box .service_title {
    font-size: 29px;
  }

  .service_box p {
    font-size: 19px;
    line-height: 26px;
  }

  .sub_title {
    font-size: 56px;
  }

  .get_idlink a {
    font-size: 32px;
    padding: 6px 34px;
  }

  .cbmy_title {
    font-size: 36px;
    line-height: 44px;
    max-width: 450px;
  }

  .channel_box .channel_title {
    font-size: 20px;
    line-height: 26px;
  }

  .fs_title {
    font-size: 40px;
  }

  .faq_lists .panel-title a {
    font-size: 21px;
  }

  .services_main {
    height: auto;
  }

  .batting_services.fs_sec_space {
    padding: 70px 0 60px 0;
	padding: 150px 0 60px 0;
    background-size: 28%, auto;
  }

  .about_leftinfos h4 {
    font-size: 33px;
    font-weight: 500;
  }

  .inner_title {
    font-size: 42px;
  }

  .social_icons img {
    width: 46px;
  }

  .connect_moreinfos p {
    font-size: 26px;
    line-height: 35px;
  }

  .betting_expertbg .ceo_name {
    font-size: 70px;
    line-height: 107px;
  }

  .betting_expertbg .inner_subtitle {
    font-size: 44px;
  }

  .betting_expertbg .join_now a {
    padding: 3px 44px;
    font-size: 30px;
  }

  .fs_match_prediction.betting_big {
    margin: 0;
    padding: 20px 0;
  }

  .expert_maininfos .expert_img img {
    width: 100%;
  }

  .fs_match_prediction.getexpert {
    padding: 50px 0;
  }

  .connect_btn a {
    font-size: 32px;
    padding: 12px 8%;
  }
  
  .cbtf_faqs_inner {
	max-width: 100%;
	margin-left: auto;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 84px;
  line-height: 95px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
	font-size: 37px;
	line-height: 44px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
	font-size: 29px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
	font-size: 29px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
	font-size: 64px;
	line-height: 71px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 64px;
	line-height: 73px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 46px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos {
	padding-top: 82px;
}



.cbtf_batting_banner_new .carousel-indicators {
	bottom: 20%;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 63px;
	line-height: 70px;
}

.nwwcbt_links::after {
	left: -40px;
}

.nwwcbt_linksmain ul li {
	display: inline-block;
	margin: 30px 15px 0 15px;
}

.nwwcbt_linksmain ul li a {
	font-size: 25px;
}

/*new slider sep 2023*/

.sep_freeslide_text {
  font-size: 85px;
  line-height: 94px;
}
.sep_freeslide_img img {
  width: 270px;
}
.sep_free_center_title h2 {
  font-size: 62px;
  line-height: 71px;
}
.sep_free_center_lines p {
  font-size: 27px;
}
.sep_free_center_lines {
  display: inline-block;
}
.sep_free_cbtfplayers img {
  width: 580px;
}
.batting_quality {
  margin-top: -110px;
}
.sep_free_cbtfexlogo img {
  width: 170px;
}
.sep_free_center_btn a {
  font-size: 25px;
  letter-spacing: 6.25px;
  padding: 5px 32px;
}

/*old slide change*/


.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos.mobile_binfos {
	display: none;
}







}

@media (max-width: 1455px) {
	
	.nww_cbb_links ul li.nwwbtnbg a {
	font-size: 20px;
	margin: 0 0 5px 0;
	display: inline-block;
	padding: 6px 25px;
}
	
	.nww_cbb_links ul li a {
	font-size: 20px;
}


.nww_cbb_links ul li a span {
	font-size: 15px;
}

.nww_cbb_links ul {
	max-width: 860px;
}

  .container {
    max-width: 1150px;
  }

  .cbtf_banner_img img {
    width: 84.5%;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 64px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 44px;
    line-height: 35px;
  }

  .mp_icons a {
    padding: 11px 21px;
    margin: 8px 1px;
  }

  .sub_title {
    font-size: 46px;
  }

  .get_idlink a {
    font-size: 28px;
    padding: 6px 30px;
  }

  .cbtf_batting_bannerinfos .join_now a {
    font-size: 28px;
    padding: 6px 46px;
  }

  .cbtf_batting_bannerinfos a {
    font-size: 34px;
  }

  .cbtf_batting_bannerinfos {
    height: 565px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .cbmy_infos {
    font-size: 22px;
    line-height: 29px;
    padding-right: 40px;
  }

  .fs_title {
    font-size: 36px;
  }

  .service_box p {
    font-size: 18px;
    line-height: 25px;
  }

  .services_main {
    max-width: 800px;
  }

  .channel_box p {
    min-height: 166px;
  }

  .youtube_vid img {
    width: 100%;
  }

  .service_box .service_title {
    font-size: 24px;
  }

  .service_box p {
    font-size: 17px;
    line-height: 23px;
  }

  .cbmy_title {
    font-size: 32px;
    line-height: 40px;
    max-width: 450px;
  }

  .cbtf_batting_banner {
    height: 765px;
  }

  .cb_quality_infos {
    font-size: 20px;
    line-height: 26px;
  }

  .fs_winbig {
    font-size: 42px;
  }

  .inner_banner {
    background-position: -250px top;
  }

  .betting_expertbg .inner_subtitle {
    font-size: 36px;
  }

  .inner_title {
    font-size: 36px;
  }

  .social_icons img {
    width: 34px;
  }

  .fs_match_prediction.getexpert.betting_call .connect_btn a {
    padding: 12px 6%;
    font-size: 27px;
  }

  .betting_expertbg .ceo_name {
    font-size: 60px;
    line-height: 102px;
  }

  .betting_expertbg.gallery_bg .inner_subtitle {
    font-size: 33px;
    line-height: 45px;
  }

  .pu_big {
    padding: 6px;
    font-size: 27px;
    width: 300px;
  }

  .cb_big {
    font-size: 33px;
    width: 560px;
  }

  .cb_big {
    font-size: 26px;
  }

  .cb_big a {
    font-size: 22px;
  }

  .betting_expertbg.contact_bg .inner_subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .betting_expertbg.contact_bg .ceo_name {
    font-size: 32px;
    line-height: 61px;
  }

  .betting_expertbg .join_now a {
    padding: 3px 34px;
    font-size: 27px;
  }

  .cu_img img {
    width: 100%;
  }

  .cu_img.cu_img_more img {
    width: auto;
  }

  .match-tips-sec {
    padding: 50px 0 100px 0;
  }
  
  .faq_lists .panel-title a {
	font-size: 18px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 58px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 77px;
	line-height: 92px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
	font-size: 35px;
	line-height: 41px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
	font-size: 28px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
	font-size: 28px;
}

.btips_numbers {
	font-size: 29px;
	line-height: 49px;
	margin-top: 12px;
}

.btips_numbers span {
	margin: 0 3px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
	font-size: 34px;
	padding: 6px 54px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos {
	height: 650px;
}

.cbtf_batting_banner_new .cbtf_banner_img img {
	width: 589px;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 67px;
	line-height: 74px;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 46px;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_banner_img img {
	width: 477px;
	right: 0;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
	padding-top: 110px;
	height: 650px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 60px;
	line-height: 70px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
	font-size: 58px;
	line-height: 68px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 44px;
}



.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 67px;
	line-height: 78px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
	margin-top: 25px;
}


/*new slider sep2023*/

.sep_freeslide_text {
  font-size: 77px;
  line-height: 93px;
}
.sep_freeslide_img img {
  width: 255px;
}
.sep_free_center_title h2 {
  font-size: 58px;
  line-height: 68px;
}
.sep_free_center_lines p {
  font-size: 25px;
}
.sep_free_center_btn a {
  font-size: 24px;
  letter-spacing: 5.25px;
}
.sep_free_cbtfexlogo img {
  width: 160px;
}

.sep_freeslide_infos {
  height: 540px;
}
.batting_quality {
  padding: 30px;
  margin-top: -100px;
}

/*banner 2*/


.sep_freeslide_infos2 {
  height: 540px;
}
.sep_free_center_title2 h2 span.sep_curve {
  font-size: 65px;
}
.sep_free_center_title2 h2 span {
  font-size: 66px;
}
.sep_free_center_lines2 h4 {
  font-size: 56px;
  line-height: 62px;
}
.sep_free_center_lines2 p {
  font-size: 36px;
  line-height: 37px;
}
.sep_free_center_lines2 {
  padding: 10px 0 0 0;
}
.sep_freeslide_center2 {
  position: relative;
  top: -30px;
}
.sep_right_textinfo h3 {
  font-size: 38px;
  line-height: 48px;
}
.sep_right_textinfo h3 span {
  font-size: 32px;
}
.sep_right_btn a {
  font-size: 24px;
  padding: 7px 24px;
}


.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
	padding-top: 0;
	height: 540px;	
}
.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
  width: 550px;
}

.cbtf_banner_img {
	height: 540px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos.mobile_binfos {
	display: none;
}


}

@media (max-width: 1366px) {
  .cbtf_batting_banner {
    height: 705px;
  }

  .cbtf_banner_img img {
    width: 76%;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 52px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 38px;
    line-height: 37px;
  }

 .cbtf_batting_bannerinfos h4 {
    font-size: 26px;
  } 

  .cbtf_batting_bannerinfos {
    height: 485px;
  }

  .fs_title {
    font-size: 32px;
  }

  .cbtf_faqs_inner {
    max-width: 100%;
  }

  .inner_banner.betting_expertbg {
    background-position: -350px top;
  }

  .cbtf_faqs {
	padding: 80px 0 80px 0;
}

  .phone_num a {
    font-size: 24px;
  }

  .cbtf_batting_banner_new .carousel-control-next span, .cbtf_batting_banner_new .carousel-control-prev span {
       width: 46px;
    height: 46px;
  }

  .cbtf_batting_banner_new .carousel-control-prev span::after {
    font-size: 28px;
    left: 16px;
  }

  .cbtf_batting_banner_new .carousel-control-next span::after {
    font-size: 28px;
    right: 16px;
  }

  .cbtf_batting_banner_new:hover .carousel-control-next {
    right: 15px;
  }

  .cbtf_batting_banner_new:hover .carousel-control-prev {
    left: 15px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 52px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 67px;
    line-height: 74px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
    font-size: 26px;
    margin-top: 15px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
    font-size: 26px;
  }

  .btips_numbers {
    font-size: 29px;
    line-height: 42px;
    margin-top: 9px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
       font-size: 32px;
    padding: 6px 44px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos {
    height: 610px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top: 90px;
    height: 610px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 549px;
    margin: 27px 0px 0 0;
    right:70px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 55px;
    line-height: 67px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 42px;
    line-height: 32px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
    font-size: 53px;
    line-height: 63px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos {
    padding-top: 69px;
  }

  .cbtf_batting_banner_new .carousel-indicators {
    bottom: 23%;
  }

  .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 57px;
    line-height: 72px;
  }

  /*new slider sep 2023 */


  .sep_freeslide_text {
    font-size: 70px;
    line-height: 78px;
  }
  .sep_freeslide_img img {
    width: 245px;
  }
  .sep_free_center_title h2 {
    font-size: 54px;
    line-height: 64px;
  }
  .sep_free_center_lines p {
    font-size: 23px;
  }
  .sep_free_center_btn a {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .sep_free_cbtfexlogo img {
    width: 150px;
  }
  
  .sep_freeslide_infos {
    height: 510px;
  }
  .batting_quality {
    padding: 22px;
    margin-top: -90px;
  }
  .sep_free_cbtfplayers img {
    width: 540px;
  }
  .cb_quality_icon img {
    transform: scale(0.95);
  }
  .cb_quality_infos {
    font-size: 19px;
    line-height: 24px;
  }

  .sep_freeslide_infos .sep_freeslide_left {
    flex: 0 0 40%;
    max-width: 40%;
  }


  /*banner 2*/

  .sep_freeslide_infos2 {
    height: 510px;
  }
  .sep_free_center_title2 h2 span.sep_curve {
    font-size: 58px;
  }
  .sep_free_center_title2 h2 small {
    font-size: 36px;
  }
  .sep_free_center_title2 h2 span {
    font-size: 60px;
  }
  .sep_free_center_title2 h2 {
    font-size: 65px;
    line-height: 53px;
  }
  .sep_free_center_lines2 h4 {
    font-size: 50px;
    line-height: 59px;
  }
  .sep_free_center_lines2 p {
    font-size: 29px;
    line-height: 33px;
  }
  .sep_right_textinfo h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .sep_right_textinfo h3 span {
    font-size: 30px;
  }
  .sep_free_cbtfexlogo img {
    width: 140px;
  }
  .sep_freeslide_img2 img {
    width: 330px;
  }

 
  

  
.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
  height: 510px;
}
.cbtf_banner_img.tipbnew_img2 {
  height: 510px;
}
.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
  width: 500px;
}





}

@media (max-width: 1300px) {

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos {
    padding-left: 65px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top:63px;
  }

  .cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
    width: 430px;
  }

  /*new slider sep 2023*/

  .sep_freeslide_text {
    font-size: 66px;
    line-height: 75px;
  }
    .sep_freeslide_img img {
      width: 230px;
    }
    .sep_free_center_title h2 {
      font-size: 50px;
      line-height: 60px;
      margin: 0;
    }
    .sep_free_center_lines p {
      font-size: 21px;
      margin-bottom: 5px;
    }
    .sep_free_center_btn a {
      font-size: 20px;
      letter-spacing: 5px;
    }
    .sep_free_cbtfexlogo img {
      width: 140px;
    }
    
    .sep_freeslide_infos {
      height: 480px;
    }
    .batting_quality {
      padding: 20px;
      margin-top: -87px;
    }
    .sep_free_cbtfplayers img {
      width: 520px;
    }
    .cb_quality_icon img {
      transform: scale(0.85);
    }
    .cb_quality_infos {
      font-size: 19px;
      line-height: 24px;
    }
  
   .sep_freeslide_infos .sep_freeslide_left {
      flex: 0 0 37%;
      max-width: 37%;
    }

    /*banner 2*/

    .sep_freeslide_infos2 {
      height: 480px;
    }
    .sep_free_center_title2 h2 span.sep_curve {
      font-size: 48px;
    }
    .sep_free_center_title2 h2 span {
      font-size: 54px;
    }
    .sep_free_center_title2 h2 {
      font-size: 59px;
      line-height: 50px;
    }
    .sep_free_center_lines2 h4 {
      font-size: 46px;
      line-height: 56px;
    }
    .sep_free_center_lines2 p {
      font-size: 26px;
      line-height: 31px;
    }
    .sep_right_textinfo h3 {
      font-size: 33px;
      line-height: 41px;
    }
    .sep_right_btn a {
      font-size: 22px;
      padding: 6px 21px;
    }

    .sep_freeslide_img2 img {
      width: 300px;
      margin-top: 20px;
    }
    


    .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
      height: 480px;
    }
    .cbtf_banner_img.tipbnew_img2 {
      height: 480px;
    }



  }



@media (max-width: 1280px) {
	
	.nww_cbb_links ul li a {
	font-size: 18px;
}


.nww_cbb_links ul li a span {
	font-size: 14px;
}

.nww_cbb_links ul {
	max-width: 780px;
}


.nwwcbt_links::after {
	top: 40px;
	background-size: 67%;
}

.nwwcbt_links::before {
	right: -90px;
	bottom: -35px;
	background-size: 77%;
}

}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .menu .navbar-brand img {
    width: 140px;
  }

  body {
    font-size: 16px;
  }

  .top_phones a {
    margin: 0 4px;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 54px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 43px;
    line-height: 38px;
  }

  .cbtf_batting_bannerinfos .join_now a {
    font-size: 24px;
    padding: 6px 28px;
  }

  .cbtf_banner_img img {
    width: 92%;
  }

  .largest_betting_main {
    max-width: 650px;
  }

  .get_idlink a {
    font-size: 24px;
    padding: 6px 24px;
  }

  .largest_betting_main {
    max-width: 520px;
  }

  .fs_winbig {
    font-size: 40px;
  }

  .map_box p {
    font-size: 17px;
    line-height: 24px;
  }

  .batting_services.fs_sec_space {
    padding: 50px 0 50px 0;
	padding: 170px 0 50px 0;
    background-size: 18%, 9%;
  }

  .service_box .service_title {
    font-size: 22px;
  }

  .services_main {
    height: auto;
  }

  .channel_box .channel_title {
    font-size: 18px;
    line-height: 26px;
  }

  .cbtf_faqs_inner {
    max-width: 100%;
    margin-left: auto;
  }

  .services_main {
    max-width: 840px;
  }

  .batting_quality {
    padding: 30px;
  }

  .betting_expertbg .ceo_name {
    font-size: 62px;
    line-height: 87px;
  }

  .inner_banner.betting_expertbg {
    height: 338px;
  }

  .betting_expertbg .inner_bannerinfos {
    align-items: center;
    height: 338px;
  }

  .fs_match_prediction.getexpert {
    padding: 40px 0;
  }

  .top_expert_phones a {
    padding: 9px 10px;
    margin-left: 5px;
  }

  .cb_big {
    font-size: 21px;
  }

  .cb_big a {
    font-size: 19px;
  }

  .pu_big {
    padding: 6px;
    font-size: 22px;
    width: 260px;
  }

  .cb_big {
    font-size: 21px;
    margin-left: 15px;
  }

  .pu_cont a {
    font-size: 20px;
  }

  .cb_big {
    width: 410px;
  }

  .betting_expertbg.contact_bg .inner_subtitle {
    font-size: 17px;
    line-height: 28px;
    width: 100%;
    text-align: center;
  }

  .inner_banner.betting_expertbg.contact_bg {
    height: 338px;
  }
  
   .rank_mid .rank_player span {
    width: 75px;
    height: 75px;
  }

  .rank_mid .rank_player {
    width: 100px;
  }

  .rank_foot .table tbody tr td:first-child {
    width: 70px;
  }

  .rank_foot .table thead tr th, .rank_foot .table tbody tr td, .rank_foot .table tfoot tr td {
      white-space: nowrap;
  }

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }


  .rank_player_score a {
    font-size: 15px;
  }

  .rank_score {
    font-size: 24px;
  }

  .rank_player_score a {
  font-size: 13px;
}

.rank_score {
  font-size: 20px;
}



	.match_schedule.worldcup_news h2 {font-size: 28px;}
	
	.cbtf_faqs .faq_lists .panel {
	flex: 0 0 100%;
	max-width: 100%;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 44px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 58px;
	line-height: 66px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
	font-size: 28px;
	line-height: 35px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
	font-size: 22px;
	margin-top: 15px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
	font-size: 22px;
}

.btips_numbers {
	font-size: 22px;
	line-height: 38px;
	margin-top: 9px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos {
	padding-left: 10px;
	height: 560px;
	padding-top: 70px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
	font-size: 30px;
	padding: 6px 34px;
}

.cbtf_batting_banner_new .cbtf_banner_img img {
	width: 505px;
	margin: 17px 0px 0 0;
	right: 80px;
}


.cbtf_batting_banner_new .carousel-control-next span, .cbtf_batting_banner_new .carousel-control-prev span {
	opacity: 0.2;
}

.cbtf_batting_banner_new:hover .carousel-control-next span, .cbtf_batting_banner_new:hover .carousel-control-prev span {
	opacity: 0.9;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 55px;
	line-height: 65px;
}

.cbtf_batting_bannerinfos .join_now small {
	display: block;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
	padding-top: 73px;
	height: 560px;
}

.cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 42px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 38px;
	line-height: 29px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 48px;
	line-height: 65px;
	margin-top: 0;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
	font-size: 49px;
	line-height: 59px;
}

.cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos {
	padding-top: 59px;
}

.cbt_latest_news.blogssec {
	padding: 40px 0 20px 0;
}

.cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
	width: 430px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 49px;
	line-height: 58px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 508px;
}

.nwwcbt_linksmain ul li a {
	font-size: 21px;
}

/*new slider sep 2023*/

.carousel-item.slide_banner_default .container {
  max-width: 980px;
}

.sep_freeslide_text {
    font-size: 58px;
    line-height: 68px;
  }
    .sep_freeslide_img img {
      width: 210px;
    }
    .sep_free_center_title h2 {
      font-size: 48px;
      line-height: 55px;
      margin: 0;
    }
    .sep_free_center_lines p {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .sep_free_center_btn a {
      font-size: 19px;
      letter-spacing: 4px;
      padding: 5px 28px 8px 28px;
    }
.sep_free_cbtfexlogo{top: 22px;}

    .sep_free_cbtfexlogo img {
      width: 130px;
    }
    
    .sep_freeslide_infos {
      height: 460px;
    }
    .batting_quality {
      padding: 18px;
      margin-top: -82px;
    }
    .sep_free_cbtfplayers img {
      width: 500px;
    }
    .cb_quality_icon img {
      transform: scale(0.85);
    }
    .cb_quality_infos {
      font-size: 19px;
      line-height: 24px;
    }
  
   .sep_freeslide_infos .sep_freeslide_left {
      flex: 0 0 37%;
      max-width: 37%;
    }

.cb_quality_icon{ margin-bottom: 10px;}

.sep_freeslide_leftinfos {
	padding: 0 0 0 10px;
}


.sep_freeslide_infos2 {
	height: 460px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
	padding-top: 0;
	height: 460px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
  height: 460px;
  top: -35px;
}
.cbtf_banner_img.tipbnew_img2 {
  height: 460px;
}


}



@media (max-width: 1120px) {
}

@media (max-width: 1024px) {

  /*new slider sep 2023*/

  .batting_quality {
    padding: 15px;
    margin-top: -82px;
  }

  .cb_quality_icon img {
    transform: scale(0.75);
  }

  .cb_quality_infos {
    font-size: 18px;
    line-height: 22px;
  }

  .carousel-item.slide_banner_default .container {
    max-width: 940px;
  }
  
  .sep_freeslide_text {
      font-size: 55px;
      line-height: 65px;
    }
      .sep_freeslide_img img {
        width: 193px;
      }
      .sep_free_center_title h2 {
        font-size: 44px;
        line-height: 50px;
        margin: 0;
      }
      .sep_free_center_lines p {
        font-size: 19px;
        margin-bottom: 3px;
      }
      .sep_free_center_btn a {
        font-size: 19px;
        letter-spacing: 4px;
        padding: 5px 28px 8px 28px;
      }
  .sep_free_cbtfexlogo{top: 22px;}
  
      .sep_free_cbtfexlogo img {
        width: 130px;
      }
      
      .sep_freeslide_infos {
        height: 430px;
      }
   
      .sep_free_cbtfplayers img {
        width: 480px;
      }
    
     
    
     .sep_freeslide_infos .sep_freeslide_left {
        flex: 0 0 33%;
        max-width: 33%;
      }
  
  .cb_quality_icon{ margin-bottom: 10px;}
  
  .sep_freeslide_leftinfos {
    padding: 0 0 0 10px;
  }

 
/*new slider sep 2023*/


.carousel-item.slide_banner_default .container {
  max-width: 750px;
}

  .cb_quality_infos {
    font-size: 18px;
    line-height: 22px;
  } 
  
  .sep_freeslide_text {
      font-size: 45px;
      line-height: 51px;
    }
      .sep_freeslide_img img {
        width: 153px;
      }
      .sep_free_center_title h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0;
      }
      .sep_free_center_lines p {
        font-size: 19px;
        margin-bottom: 3px;
      }
      .sep_free_center_btn a {
        font-size: 17px;
        letter-spacing: 4px;
        padding: 5px 24px 7px 24px;
      }
      
     
      .sep_free_cbtfplayers img {
        width: 450px;
      }
         
    
     .sep_freeslide_infos .sep_freeslide_left {
        flex: 0 0 32%;
        max-width: 32%;
      }

.sep_freeslide_infos .sep_freeslide_center {
	flex: 0 0 50%;
	max-width: 50%;
}
 
.sep_freeslide_centerinfos{ padding: 0;}

/*banner2 */

.sep_freeslide_infos2 {
	height: 430px;
}

.sep_freeslide_img2 img {
	width: 280px;
	position: relative;
	left: -60px;
}


.sep_freeslide_img2 img {
  width: 280px;
  position: relative;
  left: -60px;
}
.sep_free_center_title2 h2 {
  font-size: 51px;
  line-height: 44px;
}
.sep_free_center_title2 h2 span.sep_curve {
  font-size: 44px;
}
.sep_free_center_title2 h2 small {
  font-size: 32px;
}
.sep_free_center_title2 h2 span {
  font-size: 42px;
}
.sep_free_center_lines2 h4 {
  font-size: 37px;
  line-height: 48px;
}

.sep_freeslide_center2 {
	top: -30px;
}
.sep_right_textinfo h3 {
  font-size: 27px;
  line-height: 37px;
}
.sep_right_textinfo h3 span {
  font-size: 22px;
}
.sep_right_textinfo {
  position: relative;
  right: -30px;
  top: -10px;
}
.sep_right_btn {
  padding: 30px 0 0 50px;
  position: relative;
  right: -7px;
}


.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
  height: 430px;
  top: -25px;
}
.cbtf_banner_img.tipbnew_img2 {
  height: 430px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 450px;
}



}

@media (max-width: 991px) {
	
	.nww_cbb_links ul li.nwwbtnbg a {
	font-size: 16px;
	padding: 6px 16px;
}
	
	.nwwcbt_linksmain {
	text-align: center;
	max-width: 610px;
	margin: 0 auto;
}

.nwwcbt_linksmain ul li a {
	font-size: 18px;
}

.nwwcbt_linksmain ul li {
	display: inline-block;
	margin: 20px 5px 0px 5px;
}
	
	.nww_cbb_links ul li a {
	font-size: 15px;
}


.nww_cbb_links ul li a span {
	font-size: 12px;
}

.nww_cbb_links ul {
	max-width: 660px;
}

.nww_cbb_links {
	padding: 40px 0 28px 0;
}

  .largest_betting_main {
    max-width: 100%;
    text-align: center;
  }
.nav-link.wc_icon {
	margin-top: 30px;
}
  .container {
    max-width: 750px;
  }
  
  .menu .navbar-light .navbar-toggler {
    display: flex;
    align-items: center;
  }

  .menu .navbar-light .navbar-toggler .wc_icon{ display:block;}

  /*.cbt_top_bar .navbar-light .navbar-nav a.nav-link.wc_icon {
    display: none;
  }*/

 .menu .navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 47px;
	visibility: visible;
	background-color: transparent;
}




.main_menu .nav-link.wc_icon img {
	display: none;
}

  .menu .navbar-light .navbar-toggler-icon {
    background: none;
    position: relative;
    z-index: 1;
    top: -4px;
    height: 47px;
    width: 24px;
  }
  .menu .navbar-light .navbar-toggler {
    position: relative;
    z-index: 1;
    border-color: #fff;
    padding: 2px 7px;
  }
  .menu .navbar-light .navbar-toggler .navbar-toggler-icon:after {
    position: absolute;
    left: 0px;
    bottom: 2px;
    content: '';
    color: #fff;
    font-size: 29px;
    width: 23px;
    height: 16px;
    line-height: 40px;
    z-index: -1;

    right: 5px;
    border-top: solid 2px #fff;
    border-radius: 0;
    border-bottom: solid 2px #fff;
  }

  .head_top .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    right: 10px;
    top: -19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: none;
    opacity: 1;
    left: inherit;
    bottom: 0;
  }

  .menu .navbar-light .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    left: 0px;
    bottom: 2px;
    content: '';
    color: #fff;
    font-size: 29px;
    width: 23px;
    height: 16px;
    line-height: 40px;
    z-index: -1;
    right: 5px;
    border-top: solid 2px #fff;
    border-radius: 0;
    border-bottom: solid 2px #fff;
    transform: none;
    transform-origin: 0 0;
  }

  .menu .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon::after {
    border-bottom: solid 2px #fff;
    transform: none;
  }

  .menu .navbar-light .navbar-toggler .navbar-toggler-icon:before {
    position: absolute;
    left: 0px;
    bottom: 3px;
    content: '';
    color: #fff;
    font-size: 29px;
    width: 23px;
    height: 8px;
    line-height: 30px;
    z-index: -1;
    right: 5px;
    border-top: solid 2px #fff;
    border-radius: 0;
  }

  .menu .navbar-collapse {
    background: none;
    padding: 0px;
    z-index: 2;
    padding-top: 0;
  }

  .top_menu {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .top_links {
    justify-content: flex-start;
  }

  .main_menu {
    padding: 0;
    justify-content: flex-start;
  }

  .menu .navbar-nav.ml-auto {
    margin: 0 !important;
  }

  .cbtf_batting_banner {
    height: 715px;
    padding-top: 40px;
  }

  .cbtf_banner_img img {
    width: 85%;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 50px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 38px;
    line-height: 38px;
  }

  .cbtf_batting_bannerinfos a {
    font-size: 28px;
  }

  .cb_quality_infos {
    font-size: 18px;
    line-height: 23px;
  }

  .service_box .service_title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .service_box p {
    font-size: 16px;
    line-height: 23px;
  }

  .batting_services.fs_sec_space::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.5) 43%
    );
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
  }

  .sub_title {
    font-size: 37px;
  }

  .batting_services.fs_sec_space {
	position: relative;
	z-index: 1;
	margin-top: 0;
}

  .fs_match_first.fs_sec_space::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 43%
    );
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
  }

  .fs_match_first {
    position: relative;
    z-index: 1;
  }

  .cbmy_title {
    font-size: 27px;
    line-height: 34px;
  }

  .cbtf_batting_bannerinfos .join_now a {
    font-size: 20px;
    padding: 6px 15px;
  }

  .cbtf_batting_bannerinfos .join_now small {
    font-size: 17px;
    margin: 0 0 0 5px;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 43px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .cbtf_batting_bannerinfos h4 {
    font-size: 22px;
  }

  .cbtf_batting_bannerinfos a {
    font-size: 24px;
  }

  .cbtf_batting_bannerinfos {
    height: 355px;
  }

  .cbtf_batting_banner {
    height: 538px;
  }
  .cbmy_infos {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0px;
  }

  .cbmy_btns a {
    padding: 8px 16px;
    font-size: 19px;
  }

  .channels_maininfos .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .channel_box p {
    min-height: 127px;
  }

  .channel_box {
    padding: 10px 16px;
    margin-top: 20px;
  }

  .channels_maininfos {
    padding-top: 20px;
  }

  .cbtf_faqs_inner {
    max-width: 100%;
    margin-left: auto;
  }

  .fs_title {
    font-size: 32px;
  }

  .top_menu .top_links {
    display: flex;
  }

  .head_btm {
    display: none;
  }

  .inner_pageinfos .about_maininfos .col-md-5,
  .inner_pageinfos .about_maininfos .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inner_pageinfos .about_maininfos .row {
    flex-direction: column-reverse;
  }

  .inner_pageinfos .about_maininfos .about_rightinfos {
    text-align: center;
    padding-bottom: 30px;
  }

  .about_leftinfos {
    text-align: center;
  }

  .logo_about img {
    width: 170px;
  }

  .cbtf_servcimg img {
    width: 100%;
  }

  .expert_maininfos .col-md-4,
  .expert_maininfos .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .expert_maininfos .expert_img img {
    width: auto;
    margin: 0 0 20px 0;
  }

  .expert_maininfos .expert_img {
    text-align: center;
  }

  .expert_infos {
    text-align: center;
  }

  .betting_expertbg .join_now a {
    padding: 3px 24px;
    font-size: 25px;
  }

  .accurate_box h3 {
    font-size: 30px;
  }

  .accurate_box h6 {
    font-size: 19px;
  }

  .top_menu .top_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .top_phones {
    margin: 10px 0 20px 0;
  }

  .top_expert_phones.tx_counter span {
    margin: 0;
  }

  .top_expert_phones.tx_counter {
    margin: 10px 0;
  }

  .betting_expertbg .ceo_name {
    font-size: 52px;
    line-height: 77px;
  }

  .betting_expertbg.gallery_bg .inner_subtitle {
    font-size: 30px;
    line-height: 42px;
  }

  .punters {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .pu_big {
    padding: 6px;
    font-size: 22px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .cb_big {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }

  .pu_cont {
    padding: 0 0 20px 0;
  }

  .awesome-card h2 {
    margin-top: 2px;
    font-size: 21px;
  }

  .match-tips-sec .container {
    max-width: 100%;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 36px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 48px;
    line-height: 56px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
    font-size: 23px;
    line-height: 30px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
    font-size: 20px;
    margin-top: 10px;
  }


  .cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
    font-size: 20px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
    font-size: 24px;
    padding: 6px 27px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos {
    padding-left: 5px;
    height: 485px;
    padding-top: 40px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 395px;
    margin: 32px 0px 0 0;
    right: 60px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 34px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 42px;
    line-height: 52px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top: 50px;
    height: 485px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_banner_img img {
    width: 317px;
    right: 0;
  }

  .cbtf_banner_img {
    height: 481px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 32px;
    line-height: 27px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 39px;
    line-height: 49px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
    font-size: 43px;
    line-height: 52px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4 {
    margin-top: 15px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos {
    padding-top: 35px;
  }

  .cbtf_batting_banner_new .carousel-indicators {
    bottom: 21%;
  }

  .cbT_news_outer .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tipn-btn {
    margin: 5px 0;
}
.menu .navbar-light .navbar-toggler-icon {
  height: 24px;
}
.center_menu{
  align-items: baseline;
}

.cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
	margin-top: 40px;
	width: 340px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 38px;
	line-height: 58px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
	padding-top: 60px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
	width: 385px;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 388px;
}

.batting_services.fs_sec_space {
	padding: 50px 0 50px 0;
}

.carousel-item.slide_banner_default .container {
	max-width: 750px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
	height: 430px;
	top: -45px;
	padding: 0;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 420px;
}
/* 06 oct  */
li.nav-item.wp_tips_menu {
    display: none;
}

}



@media (max-width: 920px) {
}

@media (max-width: 860px) {
}

@media (max-width: 840px) {
	
	.nwwcbt_links::after {
	top: 10px;
	background-size: 57%;
	left: -60px;
}

.nwwcbt_links::before {
	right: -169px;
	bottom: -89px;
	background-size: 60%;
}

/*banner 2*/

.sep_freeslide_img2 img {
  width: 240px;
  position: relative;
  left: 0;
  margin-top: 30px;
}
.sep_free_center_title2 h2 span.sep_curve {
font-size: 38px;
}
.sep_free_center_title2 h2 small {
font-size: 28px;
margin-top: 5px;
}
.sep_free_center_title2 h2 span {
font-size: 35px;
}
.sep_free_center_title2 h2 {
font-size: 46px;
line-height: 35px;
}
.sep_free_center_lines2 h4 {
font-size: 32px;
line-height: 41px;
}
.sep_free_center_lines2 p {
font-size: 20px;
line-height: 23px;
}
.sep_freeslide_center2 {
top: -10px;
}
.sep_right_textinfo h3 {
font-size: 25px;
line-height: 34px;
}
.sep_right_textinfo h3 span {
font-size: 20px;
}
.sep_right_btn {
padding: 20px 0 0 50px;
}


}
.new-ch-2{
  display: none;
}

@media (max-width: 767px) {
	
	.nww_cbb_links ul li {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 12px 15px;
}
.new-ch{
  display: none;
}
.new-ch-2{
  display: block;
}
.nwwcbt_links::before {
	right: -290px;
	bottom: -158px;
	background-size: 37%;
}

.nwwcbt_links::after {
	left: -80px;
	top: 0;
	
	background-size: 47%;
}
.nwwcbt_links {
	background: rgb(62,14,134);
	background: linear-gradient(90deg, rgba(62,14,134,1) 0%, rgba(19,145,217,1) -11%, rgba(133,7,107,1) 86%);

}


  .ba_desk {
    display: none;
  }

  .cbtf_batting_bannerinfos.ba_mobileinf {
    display: block;
  }

  .ba_mobile {
    display: block;
  }

  .fs_winbig {
    font-size: 36px;
  }

  .fs_title {
    font-size: 28px;
    line-height: 34px;
  }

  .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 38px;
  }

  .cbtf_batting_bannerinfos h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .cbtf_batting_bannerinfos h4 {
    font-size: 20px;
  }

  .cbtf_batting_bannerinfos a {
    font-size: 20px;
  }

  .cbtf_batting_bannerinfos {
    height: auto;
    text-align: center;
    align-items: center;
    padding: 20px 0;
  }

  .cbtf_batting_banner .row {
    flex-direction: column-reverse;
  }

  .cbtf_batting_banner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .batting_quality {
    padding: 20px;
    margin-top: 30px;
  }

  .fs_match_prediction {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .services_main .fs_title {
    text-align: center;
  }

  .services_main .title_infos {
    text-align: center;
  }

  .services_grid {
    text-align: center;
  }

  .fs_title {
    text-align: center;
  }

  .largest_betting_main {
    max-width: 100%;
  }

  .sub_title {
    font-size: 37px;
    text-align: center;
    line-height: 38px;
  }

  .betting_sites {
    text-align: center;
  }

  .get_idlink {
    text-align: center;
  }

  .cbtf_leftside {
    text-align: center;
  }

  .cbmy_title {
    font-size: 25px;
    line-height: 34px;
    max-width: 100%;
  }

  .cbtf_rightside {
    padding-top: 30px;
  }

  .cbtf_faqs_inner {
    max-width: 100%;
    margin-left: auto;
  }

  .cbtf_faqs .title_infos {
    max-width: inherit;
    text-align: center;
  }

.cbtf_faqs {
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
}
  .cbtf_faqs.fs_sec_space::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 43%
    );
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
  }

  .social_links {
    text-align: center;
    align-items: center;
  }

  .fotr_logo {
    text-align: center;
    padding: 0 0 10px 0;
  }

  .batting_quality_box {
    text-align: center;
    margin-bottom: 20px;
  }

  .batting_quality {
    padding-bottom: 0;
  }

  .batting_quality .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cbtf_banner_img img {
    width: 320px;
    margin-top: 10px;
    margin: 10px auto 0 auto;
  }

  .cbtf_banner_img {
    text-align: center;
  }

  .top_links {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .top_expert_phones {
    padding-top: 20px;
  }

  .top_phones {
    padding-top: 10px;
    margin-bottom: 0;
  }

  .top_expert_phones.tx_counter {
    margin: 0 0 10px 0;
  }

  .social_links {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .top_expert_phones a {
    margin-right: 10px;
    margin-left: 0;
  }

  .cbtf_servcimg img {
    width: auto;
  }

  .cbtf_servcimg {
    text-align: center;
    padding-top: 20px;
  }

  .betting_expertbg .join_now a {
    padding: 3px 24px;
    font-size: 25px;
  }

  .fotr_link {
    text-align: center;
    padding-top: 10px;
  }

  .fotr_copy {
    text-align: center;
    color: #fff;
    padding-top: 15px;
  }

  .betting_expertbg .ceo_name {
    font-size: 40px;
    line-height: 60px;
  }

  .inner_banner.betting_expertbg.gallery_bg {
    height: 368px;
  }

  .betting_expertbg.gallery_bg .inner_bannerinfos {
    height: 368px;
  }

  .betting_expertbg.gallery_bg .inner_bannerinfos {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 368px;
  }

  .privacy_infos {
    text-align: center;
  }

  .mainprivacy_infos {
    padding: 50px 0 130px 0;
  }

  .mainprivacy_infos h2 {
    font-size: 36px;
  }

  .cu_img.cu_img_more img {
    width: 100%;
  }
  
   .tab-pane.wntab {
    padding: 0;
  }

  .rank_player_score a {
    font-size: 16px;
  }

  .rank_score {
    font-size: 22px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos {
    padding-left: 5px;
    height: auto;
    padding-top: 20px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top: 0;
    height: 160px;
    padding-bottom: 0;
  }

  .cbtf_batting_banner_new .row {
    flex-direction: column-reverse;
  }

 
  .cbtf_batting_bannerinfos.mobile_binfos .ba_desk {
    display: flex;
    padding: 0;
    flex-direction: column;
    height: 98px;
    justify-content: center;
    align-content: center;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 355px;
    margin: 0px auto 0 auto;
    right: 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
    margin-top: 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos {
    padding-top: 0;
    display: block;
    padding: 0;
    height: 160px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos {
    padding-top: 0;
    height: 160px;
  }

  .cbtf_banner_img {
    height: 311px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_banner_img img {
    width: 229px;
    right: 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 32px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 40px;
    line-height: 48px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h5 {
    font-size: 18px;
    line-height: 23px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos.mobile_binfos {
    height: auto;
    padding: 0;
  }
  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos .join_now a {
    margin-top: 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
    margin-top: 10px;
  }
  
  .cbtf_batting_banner_new .ci_img3_new .container .row {
    flex-direction: column-reverse;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos {
    text-align: center;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 24px;
    line-height: 22px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 34px;
    line-height: 46px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h5 {
    font-size: 33px;
    line-height: 32px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4 {
    margin-top: -22px;
  }

  .cbtf_batting_banner_new .carousel-indicators {
    bottom: 0;
  }

  .padding-section {
    padding: 30px 0 150px 0;
  }

  .cbt_newsall a {
    margin: 30px 0 20px 0;
  }

  .cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
    margin-top: 20px;
    width: 340px;
  }

  .carousel-item.ci_img2_new.ci_img_ipl {
    position: relative;
    z-index: 1;
  }
  .carousel-item.ci_img2_new.ci_img_ipl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(78, 17, 136, 0.55);
    content: "";
    top: 0;
    z-index: -1;
  }

  .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
    padding-top: 0;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
    width: 325px;
    margin-top: 0;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
    width: 328px;
  }
  
 .nwwcbt_linksmain ul li {
	margin: 17px 5px 0px 5px;
}

.nwwcbt_linksmain {
	padding: 20px 0 0 0;
}

/*new slide sep2023*/

.carousel-item.slide_banner_default .container {
  max-width: 100%;
}
.sep_freeslide_infos {
  height: auto;
  display: block;
  padding: 0 0 30px 0;
}
.sep_freeslide_infos .sep_freeslide_left, .sep_freeslide_infos .sep_freeslide_center {
  flex: 0 0 100%;
  max-width: 100%;
}
.sep_free_cbtfexlogo {
  top: 0;
  position: inherit;
  text-align: center;
  padding: 30px 0 0 0;
}
.sep_free_cbtfplayers {
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 0;
}
.sep_freeslide_text {
  text-align: center;
  font-size: 41px;
  line-height: 49px;
}
.sep_freeslide_img {
  text-align: center;
  padding: 30px 0 20px 0;
}
.carousel-item.slide_banner_default {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.sep_free_cbtfplayers img {
  width: 270px;
}
.sep_freeslide_centerinfos {
  text-align: center;
}
.sep_free_center_title h2 span {
  display: inline-block;
  padding: 10px 0 0 0;
}

/*banner2*/

.sep_freeslide_infos2 {
  height: auto;
  display: block;
  padding: 0 0 40px 0;
}
.sep_freeslide_left2 {
  max-width: 100%;
  flex: 0 0 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sep_freeslide_right {
  max-width: 100%;
  float: 0 0 100%;
}
.sep_freeslide_left2 .sep_freeslide_img2 img {
  width: 200px;
}
.sep_freeslide_center2 {
  top: 0;
  text-align: center;
  max-width: 100%;
  padding: 25px 0 0 0;
}
.sep_freeslide_centerinfos2 {
  text-align: center;
}
.sep_free_center_title2 {
  text-align: center;
}
.sep_freeslide_rightinfos {
  padding: 0px 0 0 0;
}
.sep_right_textinfo {
  right: 0;
  top: 0;
  padding: 30px 0 10px 0;
}
.sep_right_btn {
  padding: 20px 0 0 0;
  right: 0;
}
.sep_free_center_title2 h2 small {
  display: inline-block;
}
.sep_free_center_title2 h2 span.sep_curve {
  font-size: 44px;
}
.sep_free_center_title2 h2 span {
  font-size: 44px;
}
.sep_free_center_lines2 h4 {
  font-size: 35px;
  line-height: 50px;
  text-shadow: 2px 1px 0px rgb(136, 39, 215);
}
.sep_free_center_lines2 p {
  font-size: 24px;
  line-height: 30px;
}
.sep_right_textinfo h3 {
  font-size: 30px;
  line-height: 37px;
}
.sep_right_textinfo h3 span {
  font-size: 26px;
}
.slide_banner_default.sep_banner_img2 .sep_free_cbtfexlogo img {
  width: 160px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos.mobile_binfos {
	display: block;
	top: 0;
	height: auto;
	padding: 0;
}

.cbtf_banner_img.tipbnew_img2 {
	height: auto;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
	height: auto;
	top: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	align-items: center;
}

.cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
	width: 280px;
	margin-top: -15px;
	margin-bottom: -16px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
	font-size: 28px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 32px;
	line-height: 42px;
}



}

@media (max-width: 640px) {

  .cbT_news_outer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blogssec .cbt_news_img {
    height: auto;
  }

  .cbt_news_infos {
    text-align: center;
  }

}

@media (max-width: 576px) {
  .channels_maininfos .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cbmy_title {
    font-size: 22px;
    line-height: 31px;
  }

  .channel_box {
    text-align: center;
  }

  .channel_box .channel_title {
    min-height: inherit;
  }

  .channel_box p {
    min-height: inherit;
  }

  .inner_banner {
    background-position: -550px top;
  }

  .betting_expertbg .ceo_name {
    font-size: 48px;
    line-height: 57px;
  }

  .betting_expertbg .inner_subtitle {
    font-size: 30px;
    line-height: 38px;
  }

  .betting_expertbg .join_now small {
    font-size: 22px;
    margin: 7px 0 0 7px;
    display: block;
  }

  .betting_expertbg .join_now {
    text-align: center;
  }

  .expert_maininfos .expert_img img {
    width: 100%;
  }

  .fs_match_prediction.getexpert .title_infos {
    font-size: 20px;
    line-height: 26px;
  }

  .inner_title {
    font-size: 30px;
  }

  .cbtf_bettingsrvd {
    padding: 40px 0 170px 0;
  }

  .phone_num a {
    font-size: 20px;
  }

  .phone_num {
    width: 100%;
  }

  .betting_expertbg .ceo_name {
    font-size: 34px;
    line-height: 47px;
  }

  .betting_expertbg.gallery_bg .inner_subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 24px;
    line-height: 46px;
  }

 


}

@media (max-width: 480px) {
	
	.nwwcbt_linksmain {
	padding: 20px 10px 0 10px;
}

  .cbtf_banner_img img {
    width: 280px;
    margin-top: 10px;
    margin: 0px auto 0 auto;
  }

  .top_phones {
    padding-top: 0px;
    position: relative;
  }

  .channel_box {
    text-align: center;
  }

  .channel_box p {
    min-height: inherit;
  }

  .channel_box .channel_title {
    min-height: inherit;
  }

  .faq_lists .panel-title a {
    font-size: 18px;
  }

  .betting_expertbg .inner_subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .inner_banner.betting_expertbg {
    height: 258px;
  }

  .betting_expertbg .inner_bannerinfos {
    height: 258px;
  }

  .cbtf_servcimg img {
    width: 100%;
  }

  .accurate_box h4 {
    font-size: 18px;
  }

  .accurate_box a {
    padding: 9px 25px;
    font-size: 22px;
  }

  .accurate_box {
    padding: 10px;
  }

  .betting_expertbg .ceo_name {
    font-size: 28px;
    line-height: 37px;
  }

  .betting_expertbg.contact_bg .ceo_name {
    font-size: 22px;
    line-height: 21px;
  }

  .inner_banner.betting_expertbg.contact_bg {
    height: 278px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 295px;
    margin: 22px auto 0 auto;
    right: 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 42px;
    line-height: 52px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4 {
    font-size: 18px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos a {
    font-size: 18px;
  }

  .cbtf_banner_img {
    height: 277px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_banner_img img {
    width: 209px;
    margin-top: 0;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 38px;
    line-height: 45px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 28px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_banner_img img {
    right: 0;
    margin-top: 10px;
    width: 290px;
  }

  .cbtf_batting_banner_new .ci_img2_new.ci_img_ipl .cbtf_banner_img img {
    margin-top: 0;
    width: 290px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
    width: 295px;
    margin-top: -30px;
    margin-left: -40px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
    width: 288px;
    margin-top: -20px;
  }

   /*new slider*/

   .sep_freeslide_text {
    font-size: 36px;
    line-height: 42px;
  }
  .sep_free_center_title h2 {
    font-size: 38px;
    line-height: 44px;
  }
  
  .sep_free_center_lines p {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .sep_free_cbtfexlogo img {
    width: 120px;
  }  
.sep_free_cbtfplayers img {
  width: 170px;
}

/*banner 2*/

.sep_freeslide_left2 .sep_freeslide_img2 img {
  width: 150px;
}
.sep_free_center_title2 h2 span.sep_curve {
  font-size: 38px;
}
.sep_free_center_title2 h2 span {
  font-size: 38px;
}
.sep_freeslide_center2 {
	padding: 24px 0 0 0;
}
.sep_free_center_lines2 h4 {
	font-size: 35px;
	line-height: 54px;
}
.sep_free_center_lines2 {
  padding: 5px 0 0 0;
}
.sep_free_cbtfexlogo img {
	width: 149px;
}
.sep_right_textinfo h3 {
  font-size: 28px;
  line-height: 35px;
}

.cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
	font-size: 29px;
	line-height: 37px;
}

.cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
	margin-top: 6px;
}


}

@media (max-width: 400px) {
  .betting_expertbg .ceo_name {
    font-size: 36px;
    line-height: 45px;
  }

  .betting_expertbg .inner_subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .accurate_box .accu_img img {
    width: 100%;
    transform: inherit;
  }

  .cbtf_batting_banner_new .cbtf_banner_img img {
    width: 285px;
  }

  .cbtf_batting_banner_new .ci_img3_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 21px;
    line-height: 28px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img1 img {
    width: 285px;
    margin-top: -10px;
    margin-left: 0;
  }

  .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 33px;
    line-height: 51px;
  }
}

@media (max-width: 375px) {
  .batting_quality .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top_phones img {
    position: absolute;
    top: 0px;
  }

  .top_phones {
    padding-top: 30px;
  }

  .top_phones a {
    margin: 0 3px;
    /* display: block; */
  }

  .top_expert_phones a {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }

  .top_expert_phones {
    padding-top: 20px;
    width: 100%;
  }

  .betting_expertbg.contact_bg .ceo_name {
    font-size: 17px;
    line-height: 19px;
    margin: 10px 0 0 0;
  }

  .betting_expertbg.contact_bg .inner_subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .inner_banner.betting_expertbg.contact_bg {
    height: 258px;
  }

  .cbtf_bettingsrvd.cu_imgmain {
    padding-top: 10px;
    padding-bottom: 140px;
  }

  .top_expert_phones.tx_counter a {
    text-align: left;
  }

  .betting_expertbg .join_now a {
    padding: 3px 20px;
    font-size: 21px;
  }

  .cbtf_batting_bannerinfos .join_now small {
    display: block;
    margin-top: 5px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 38px;
    line-height: 48px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 34px;
    line-height: 43px;
  }

  .cbtf_batting_banner_new .ci_img2_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 26px;
    line-height: 33px;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos .join_now a {
    font-size: 22px;
    padding: 4px 24px;
  } 

  /*new slider sep 2023*/

  .sep_free_cbtfexlogo img {
    width: 102px;
  }

  .sep_free_cbtfplayers img {
    width: 125px;
  }

  .sep_freeslide_text {
    font-size: 28px;
    line-height: 36px;
  }

  .sep_free_center_title h2 {
    font-size: 34px;
    line-height: 42px;
  }

  /*banner 2*/

  .slide_banner_default.sep_banner_img2 .sep_free_cbtfexlogo img {
    width: 150px;
  }

  .sep_free_center_title2 h2 span.sep_curve {
    font-size: 36px;
  }
  .sep_free_center_title2 h2 span {
    font-size: 36px;
  }
  .sep_free_center_lines2 h4 {
    font-size: 32px;
    line-height: 41px;
  }

  .sep_freeslide_left2 .sep_freeslide_img2 img {
    width: 110px;
  }

  .sep_freeslide_center2 {
    padding: 14px 0 0 0;
  }

  .sep_free_cbtfexlogo {
    padding: 27px 0 0 0;
  }

  .cbtf_batting_banner_new .cbtf_batting_bannerinfos span.span_text_size {
    font-size: 25px;
    line-height: 27px;
  }

  .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos h4.b_bet {
    font-size: 30px;
    line-height: 45px;
  }

  .cbtf_batting_banner_new .cbtf_banner_img.tipbnew_img2 img {
    width: 258px;
    margin-top: -20px;
  }

  .cbtf_batting_banner_new .betting_hand .cbtf_batting_bannerinfos {
     padding: 20px 0 21px 0;
  }


}

@media (max-width: 360px) {
}
