@charset "UTF-8";
.full-container.tab-nav-li
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
* {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
header .logo{
	text-align: left !important;
}
.main-banner{
	margin-bottom: 22px;
}

.promotion_menu_btn {
    display:none;
   } 

/* ================ Header Start Here ==============*/
/*header {
    background: #e82217;
    padding: 12px 40px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0,0,0,.6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	position: relative;
}
.header-col-left img {
    width: 36%;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.add-img-width {
    max-width: 100px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.add-font {
    font-size: 12px !important;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-wrap {
    width: 100%;
    display: table;
    max-width: 1024px;
    margin: 0 auto;
}
.header-col-left, .header-col-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.header-col-left {
    text-align: left;
}
.header-col-right {
    text-align: right;
    font-size: 14px;
    color: #fff;
}
.player-count {
    background: url(https://rcmg.in/fantasy/landingimg/fplayericon.png) left center no-repeat;
    background-size: 15% auto;
    padding-left: 2em;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width: 768px) {
header {
    padding: 7px 12px;
}
.header-col-left img {
    max-width: 130px;
    width: 100%;
}
}*/

/*MEC Footer*/
.content-wraper {
display: flow-root !important;
padding: 2% 15px !important;
}
  
/* ================ Header Ends Here ==============*/
.content-section h1 {
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #A49C9C;
    padding: 0px 0 25px 0;
    font-size: 17px;
    margin: 8px 0 10px;
	text-align: center;
}
.content-section h2 {
    margin: 0 0 10px 0;
}
.content-section p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}
.schedule-title {
    font-size: 15px;
    color: #404040;
    margin: 15px 0 !important;
    padding: 0 0 5px !important;
    border-bottom: 1px solid #C4C2C2;
    font-weight: 700;
	text-transform: unset !important;
	text-align: left !important;
	font-style: normal !important;
}
.promo-header {
    overflow: hidden;
    text-align: center !important;
    border-bottom: none !important;
    color: #404040;
    font-size: 22px !important;
    margin: 18px 0;
    padding: 0;
}
.promo-header:before, .promo-header:after {
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.promo-header:before {
    right: 0.5em;
    margin-left: -50%;
}
.promo-header:after {
    left: 0.5em;
    margin-right: -50%;
}
.back-btn {
    float: right;
    font-size: 12px;
    display: flex;
    height: 25px;
    align-items: center;
}
.schedule-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 15px 0 20px;
    box-shadow: 10px 10px 20px #999;
}
.schedule-table thead tr {
    background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#333)) !important;
    background: -webkit-linear-gradient(top, #4c4c4c, #333) !important;
    background: -moz-linear-gradient(top, #4c4c4c, #333) !important;
    background: -ms-linear-gradient(top, #4c4c4c, #333) !important;
    background: -o-linear-gradient(top, #4c4c4c, #333) !important;
    color: #fff;
    text-align: center;
}
.schedule-table th:first-child {
    border-left: 1px solid rgba(0,0,0,.5);
}
.schedule-table th {
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 700;
    border-top: 1px solid #4B4B4B;
}
.schedule-table td, .schedule-table th {
    border: 1px solid #ccc;
    position: inherit !important;
}
.schedule-table tr:nth-of-type(2n+1) {
    background: #f3f3f3;
}
.schedule-table td:first-child, .schedule-table th:first-child {
    border-left: 1px solid rgba(0,0,0,.5);
}
.schedule-table td {
    font-size: 12px;
    padding: 9px 5px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.schedule-table td, .schedule-table th {
    border: 1px solid #ccc;
    position: inherit !important;
}
.schedule-table td:last-child, .schedule-table th:last-child {
    border-right: 1px solid rgba(0,0,0,.5);
}
.contest-schedule td{line-height: 21px;}
@media only screen and (max-width: 768px) {
.schedule-table table, .schedule-table tbody, .schedule-table td, .schedule-table tfoot, .schedule-table th, .schedule-table thead, .schedule-table tr {
    display: block
}
.schedule-table tfoot tr>th, .schedule-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}
.schedule-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-bottom: none;
}
.schedule-table td {
    border: none;
    border-bottom: 1px solid #E6E0E0;
    position: relative!important;
    white-space: normal;
    text-align: left;
    padding: 8px 10px 7px calc(50%);
    font-size: 13px
}
	.contest-schedule td{
		padding: 8px 2px 7px calc(23%);
	}
.schedule-table td:before {
    content: attr(data-title);
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(30%);
    padding: 7px 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700
}
.schedule-table td:first-child, .schedule-table th:first-child {
    border-left: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#333))!important;
    background: -webkit-linear-gradient(top, #4c4c4c, #333)!important;
    background: -moz-linear-gradient(top, #4c4c4c, #333)!important;
    background: -ms-linear-gradient(top, #4c4c4c, #333)!important;
    background: -o-linear-gradient(top, #4c4c4c, #333)!important;
    color: #fff;
    font-weight: 700
}
.schedule-table td:last-child, .schedule-table th:last-child {
    border-right: none
}
.schedule-table table {
    box-shadow: none
}
.content-head {
    font-size: 22px !important;
}

}
.full-container {
    width: 100%;
    text-align: center;
    vertical-align: middle;background:#ffffff;
}
.header-section {
    background: #ac0805;
}
.fantacyleft-colum img {
    width: 80%;
    vertical-align: middle;
}
.header-row {
    display: inline-flex;
    padding: 2% 0%;
    width: 92%;
    text-align: center;
    align-items: center;
    color: #fff;
}
.fantacyleft-colum {
    flex: 50%;
    text-align: left;
}
.fantacyright-colum {
    flex: 49%;
    text-align: right;
}
/* Content Body CSS */
.content-wraper {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0% auto;
    background: #FFF;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
	padding-bottom: 15px;
}
.content-section {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #404040;
	padding: 14px 0 10px;
}
.content-section img {
    display: block;
    width: 100%;
}
.content-head {
    font-size: 32px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    color: #343434;
	padding: 10px 0;
}

.footer-section {
    text-align: center;
    margin: 0 0 2% 0;
}
.tandc {
    color: #024680;
    font-size: 14px;
    padding: 1% 0 2% 0;
}
.copyright {
    color: #777777;
    font-size: 13px;
}
.title {
    color: #ac0805;
}
ul.nav-tabs li:first-child, .nav-tabs>li {
    padding: 0;
}
.nav-tabs>li>a {
    padding: 10px 30px;
}
a:link, a:active, a:hover, a:visited {
    color: #024680;
    text-decoration: none;
}

@media screen and (min-width:560px) {
.fantacyleft-colum img {
    width: 57%;
}
.header-row {
    padding: 1% 0;
}
.nav-tabs>li>a {
    padding: 10px 50px;
}
.hidden2 {
    display: initial;
    font-size: 14px;
}
}

@media screen and (min-width:760px) {
.hidden2 {
    display: none;
}
.copyright {
    font-size: 16px;
}
}

@media screen and (min-width:1024px) {
.tandc {
    font-size: 14px;
}
.copyright {
    font-size: 14px;
}
.textone {
    font-size: 35px;
    margin: 7% 0 0 0;
}
.textsecond {
    font-size: 14px;
}
.textthird {
    font-size: 16px;
}
.fantacyleft-colum img {
    width: 36%;
}
.header-row {
    width: 67%;
}
.contentright-colum {
    margin: 0;
    padding: 3%;
}
.fantact-app-btn {
    margin: 18% 0 0 0;
}
}
.tiles-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tiles-box {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.3333%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 7px 11px;
    box-sizing: border-box;
    position: relative;
}
.tnc{
	margin-top: 40px;
	margin-bottom: 7px;
}
.tnc h2{
	border-bottom: none !important;
	margin-bottom: 6px !important;
	font-style: italic !important;
	 
}
.tnc ul{
	padding-left: 15px;
	padding-right: 0;
	list-style: disc;
	/*margin-top: -5px;*/
}
.tnc li{
	font-size:16px;
	line-height:19px;
	color: #404040;
	margin-bottom: 6px;
}
.tiles-box p {
    margin-top: 5px;
    line-height: 16px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 15px;
    color: #404040;
    font-weight: bold;
}

@media screen and (max-width:1060px) {
	.content-wraper{
		width:92%;
	}
}
@media screen and (max-width:768px) {
	.content-wraper{
		width:100%;
		padding: 0 14px;
	}

.content-section p {
    line-height: 19px;
    font-size: 17px;
    margin-bottom: 6px;
}
	.tiles-box p{
		font-size: 13px;
	}
	.tnc{
		margin-top: 0;
	}
	.tnc li{
		font-size: 16px;
	}
}

@media screen and (max-width:560px) {
.tiles-box {
    flex-basis: 50%
}
.tiles-box:nth-child(even) {
    padding-right: 0
}
.tiles-box:nth-child(odd) {
    padding-left: 0
}
.promo-header {
    font-size: 18px;
    margin: 12px 0
}
}

/* ========= Tab CSS Start Here ========== */

.tab-nav {
  width: auto;;
  display: block;
  margin: 0% auto;
     padding: 50px 0 20px;
  text-align: center;
}

.tab-nav-ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#a3a3a3));
    background: -webkit-linear-gradient(top, #ededed, #a3a3a3);
    background: -moz-linear-gradient(top, #ededed, #a3a3a3);
    background: -ms-linear-gradient(top, #ededed, #a3a3a3);
    background: -o-linear-gradient(top, #ededed, #a3a3a3);
	box-shadow: 0 3px 10px #333;
	-webkit-box-shadow: 0 3px 10px #333;
	-moz-box-shadow: 0 3px 10px #333;
}
.tab-nav-ul.slide:after {right: 50%; }
.tab-nav-li {
  /*font-size: 20px;*/
  line-height: 1;
  color:#ab110e;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing:border-box;
}

.tab-nav-li a {
/*  float: left;*/
  padding: 10px 40px;display: block;
  text-decoration: none;
  color: #ab110e;border-radius:22px;}

/*.tab-nav-li.active a:after{ width: 100%;}
.tab-nav-li a:after{ 
 background: -webkit-gradient(linear,left top,left bottom,from(#ab110e),to(#ab110e));
 background: -webkit-linear-gradient(top,#ab110e,#ab110e); position: absolute;
  content: '';
  -webkit-box-shadow: inset 0 6px 12px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 6px 12px rgba(0,0,0,.5);
  box-shadow: inset 0 4px 12px rgba(0,0,0,.5);
  top:0;border-radius:22px;
  left: 0;
  width: 0;
  height: 100%;
  transform-origin:left;
  transition:width 0.6s ease;
  z-index:-1;}
*/
.tab-nav-li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: inset 0 6px 12px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 6px 12px rgba(0,0,0,.5);
     box-shadow: inset 0 4px 12px rgba(0,0,0,.5);
     position: relative;
     background: -webkit-gradient(linear,left top,left bottom,from(#ab110e),to(#ab110e));
     background: -webkit-linear-gradient(top,#ab110e,#ab110e);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tab-nav-li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#a3a3a3));
    background: -webkit-linear-gradient(top, #ededed, #a3a3a3);
    background: -moz-linear-gradient(top, #ededed, #a3a3a3);
    background: -ms-linear-gradient(top, #ededed, #a3a3a3);
    background: -o-linear-gradient(top, #ededed, #a3a3a3);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tab-nav-li.active a {color:#fff;}
.tab-nav-li.active a:before {-webkit-transform: scaleX(0);transform: scaleX(0);}
.tab-slider--body { margin-bottom: 20px;float:left;width: 100%;	display: none; }
.tab-slider--body.active{display: inherit;}
.tab-content .tnc li {font-size: 16px;line-height: 22px;}
.tab-content .schedule-title {font-size: 20px;}
.tab-content h3{font-family: cursive;    color: #e82217;}
/*==========Animation keyframe================*/
@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}


h1.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;text-align: center;font-size:35px;text-shadow: 1px 1px #c2c0c0;}


/*=====List-style=======*/
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both;}

.custom-counter {
  margin: 0;
  padding:20px 0 ;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom:20px;float:left;width:25%;padding-left: 30px;
  position: relative;

}

.custom-counter li::before {
content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color:rgb(238, 148, 30);
    color: white;
    font-weight: bold;
    padding: 6px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 768px) {

.tab-nav-li{font-size: 15px;font-weight:bold;}
.tab-nav-li a{padding: 14px;}
.tab-nav-ul{border-bottom: 2px solid #ab110e;border-radius: 18px;}
h1.tracking-in-expand{font-size: 24px;}
.tab-nav {width: 100%;margin: 0% auto;padding-bottom: 20px;text-align: center;}
.custom-counter li{width: 33.3%;    font-size: 14px;}
}

@media screen and (max-width: 400px) {
	.tab-nav-li{font-size: 15px;font-weight:bold;}
.tab-nav {margin: 0% auto;padding-bottom: 20px;text-align: center;}
.custom-counter li{width:50%;}
	.tab-nav-ul{font-size:7px;}
}

@media screen and (max-width: 360px) {
	.tab-nav-li{font-size: 15px;font-weight:bold;}
.tab-nav {margin: 0% auto;padding-bottom: 20px;text-align: center;}
}

@media screen and (max-width: 320px) {
.tab-nav {margin: 0% auto;padding-bottom: 20px;text-align: center;}
.tab-nav-li a{padding:8px;}
.tab-nav-li{font-size: 15px;}
}

/* Common style */
.tiles-box figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width:100%;
	max-width: 480px;
	max-height: 360px;
	width:100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tiles-box figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tiles-box figure figcaption {
	padding:20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tiles-box figure figcaption::before,
.tiles-box figure figcaption::after {
	pointer-events: none;
}

.tiles-box figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tiles-box figure h2 span {
    font-weight:bold;
}
/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -50%;
	bottom: -50%;
	width: 100%;
	height:  100%;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*
figure.effect-lexi h2 {
	text-align: left;font-style: normal;color: white;font-size:30px;font-weight: 500;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}
*/

figure.effect-lexi a {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 0.8em 2em 0;
	width:auto;
	text-align: right;
	opacity: 0;color: white;font-size:18px;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (max-width:1024px) {
figure.effect-lexi a{ font-size: 14px;}
}

@media screen and (max-width:768px) {
figure.effect-lexi a{right:0;left:0;bottom:0;padding:10px;width: 100%;text-align: center;margin: 0 auto;}
figure.effect-lexi figcaption::before{display:none;}

}
/*.......................tab4................................*/


.winner-list-table {
    border-collapse: collapse;
    width: 100%;
    height: 420px;
    overflow: auto;
    max-width: 500px;
    margin: 0 auto;
}
#tab4 .tiles-wrap {
    width: 100%;
}

.winner-list-table thead{
  background:#ff0000;
}

.winner-list-table thead{
  color:white;
}

.winner-list-table th,.winner-list-table td{
  text-align:center;
  padding:2px;
  border: 1px solid #e6e0e0;
}
.winner-list-table td , .winner-list-table td p{
    color: #ab110e;
    text-align: center;
    font-size: 14px;
}
.winner-list-table th {
    border: 1px solid #e6e0e0;
    text-transform: uppercase;
    padding: 20px;
    color: #fff;
}

.winner-list-table tbody tr{
  /* background:#554e4e; */
}
.fixed {
    top: 0;
    position: fixed;
    width: 100%;
    display: none;
    border: none;
    margin: 0 auto;
    left: 0;
    right: 0;height:10px;
}

.scrollMore{
  margin-top:600px;
}

.profile_pic img {
    width: auto;
    height: auto;
    max-height: 85px;
    margin: 0 auto;
    border-radius: 5px;
}
.winner-list-table p.name {
     text-transform: capitalize;
    text-align: center;
    color: #ab110e;
    padding: 10px 0 0;
    margin: 0 auto;
}

.uppercase p {
    text-transform: uppercase;
    margin: 5px 0;
    color: #ab110e;
    text-align: center;
}
p.lucky-winner-title {
    text-align: center;
    width: 100%;
    line-height: 1.6;
    margin: 5px 0;
}
.winner-list-table td p.state-name {
   color: #ff0000;
   padding: 10px 0 0;
}





/* ================= Tabs CSS Ends Here ================= */
/* ======================= Footer Start Here ====================*/
/*ul li, ul li:first-child {
    padding: 0;
}
a, a:hover {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.clear {
    clear: both
}
footer {
    background: #ab110e;
    font-size: 13px;
    color: #fff;
    padding: 40px 30px;
}
.footer-wrap h3 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.footer-wrap {
    display: table;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.cols-1 {
    width: 26%;
    margin-right: 4%
}
.cols-2 {
    width: 40%;
}
.cols-3 {
    width: 30%;
}
.cols-1, .cols-2, .cols-3 {
    box-sizing: border-box;
    float: left
}
.cols-1-box {
    text-align: center;
    margin-top: 27px;
}
.footer-logo {
    width: 100%;
}
.social-box {
    color: #fff;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.social-box a {
    font-size: 16px;
    border-radius: 50%;
    line-height: 44px;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #fff;
    text-align: center;
	margin-top: 8px;
	margin-right: 4px;
}
.social-box .facebook-icon {
    background: #3b5998;
    border: 1px solid #3b5998
}
.social-box .facebook-icon:hover {
    background: #fff;
    border: 1px solid #3b5998;
    color: #3b5998;
}
.social-box .twitter-icon {
    background: #00aced;
    border: 1px solid #00aced;
}

.social-box .twitter-icon:hover {
    background: #fff;
    border: 1px solid #00aced;
    color: #00aced;
}
.social-box .instagram-icon {
    background: #517fa4;
    border: 1px solid #517fa4
}

.social-box .instagram-icon:hover {
    background: #fff;
    border: 1px solid #00aced;
    color: #00aced;
}
.social-box .linkedin-icon {
    background: #0077b5;
    border: 1px solid #0077b5
}

.social-box .linkedin-icon:hover {
    background: #fff;
    border: 1px solid #0077b5;
    color: #0077b5;
}
.cols-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cols-2 ul li {
    width: 46%;
    float: left;
    border-bottom: 1px solid #c84543;
    margin-right: 4%;
    text-align: left;
}
.cols-2 ul li:nth-child(even) {
    margin-right: 0;
    width: 49%;
}
.cols-2 ul li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    font-size: 14px;
    display: block;
}
.cols-2 ul li a:hover {
    color: #ddd;
    padding-left: 3px;
}
.cols-2 ul li a span {
    font-size: 22px;
    display: inline-block;
    line-height: 0;
    font-size: 16px;
    padding-right: 2px;
}
.cols-3 {
    padding-left: 4%;
}
.cols-3 img {
    float: left;
    width: 46%;
    margin-top: 6px;
    box-sizing: border-box
}
.cols-3 .col-payment img:first-child {
    margin-right: 8%;
}
.copyrights {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
}
.show-mobile {
    display: none;
}


@media screen and (max-width: 768px) {
.show-desktop {
    display: none;
}
.show-mobile {
    display: block;
}
.footer-wrap {

}
.cols-1, .cols-2, .cols-3 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cols-1 {
    margin-top: 20px;
    float: left;
    width: 50%;
	text-align: left;
}
.cols-3{
	float: left;
	width: 50%;
	margin-top: 20px;
	}
.cols-3 img {
    max-width: 70px;
}
.cols-3 .col-payment img:first-child {
    margin-right: 5px
}
.cols-1-box {
    margin-top: 0;
    text-align: left;
}
.social-box {
    display: inline-block;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    text-transform: inherit;
    margin-bottom: 0;
    font-size: 15px;
    padding-bottom: 3px;
}
.footer-logo {
    display: none;
}
.footer-wrap h3 {
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 15px;
    text-transform: inherit;
}
.cols-2 ul li a {
    font-size: 12px;
}
.copyrights {
    font-size: 12px;
}
footer {
    padding: 20px 12px;
	position: relative;
}
.content-wraper {
    margin: 0 auto !important
}
.content-section {
    margin: 0 !important
}
}

@media screen and (max-width: 367px) {
.footer-wrap h3, .social-box {
    font-size: 14px;
}
}*/
/* ====================== Footer Ends Here ====================*/



footer{margin-bottom: 0 !important}

.tooltip {
    position: relative
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: -179%;
    margin-left: -33px;
    opacity: 0;
    font-size: 12px;
    font-weight: 400
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 23%;
    right: -7%;
    margin-left: -5px;
    border-left: 6px solid #555;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}
.tbl_header {
    background: -webkit-gradient(linear, left top, left bottom, from(#c8631e), to(#7f3705))!important;
    background: -webkit-linear-gradient(top, #c8631e, #7f3705)!important;
    background: -moz-linear-gradient(top, #c8631e, #7f3705)!important;
    background: -ms-linear-gradient(top, #c8631e, #7f3705)!important;
    background: -o-linear-gradient(top, #c8631e, #7f3705)!important;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 11px;
    line-height: 18px
}
.tnc_wraper {
    margin: 25px 0 0;
    line-height: 20px;
    text-align: left;
}
.tnc_btn {
    cursor: pointer;
    font-size: 16px;
    color: #0060ac;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    text-align: left;
    width: 100%
}

a.tnc_btn ::selection {
    background: 0 0!important
}
a.tnc_btn ::-moz-selection {
background:0 0!important
}
.tnc_plus_minus {
    margin-right: 12px;
    background: #500000;
    width: 20px;
    color: #fff;
    border-radius: 3px;
    float: left;
    text-align: center;
    margin-bottom: 8px
}
.tnc_content ul {
    margin: 5px 0 10px 12px;
    font-size: 12px
}
.tnc_content ul li {
    background: url(https://rcmg.in/rc/bullet_ca.gif) 0 5px no-repeat;
    padding: 0 0 6px 21px;
    list-style: none
}
.tc_btn {
    cursor: pointer;
    font-size: 16px;
    color: #0060ac;
    font-weight: 700;
    margin: 25px 0;
    display: block;
    line-height: 21px;
    text-align: left;
    width: 100%
}


/* Footer CSS for hiding GIVE A MISSED CALL 8010400200 Only Starts Here */

.fix-calltoaction
{
    display: none !important;
}


@media (min-width: 1025px) and (max-width: 1280px){
    .footer {
        padding-bottom: 30px !important;
    }

}
  

@media (min-width: 1281px) {
    .footer {
        padding-bottom: 30px !important;
    }

   
}

/* Footer CSS for hiding GIVE A MISSED CALL 8010400200 Only Ends Here */