@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Aileron-Light';
	src: url('../fonts/Aileron-Lightd41d.eot?#iefix')
		format('embedded-opentype'), url('../fonts/Aileron-Light.otf')
		format('opentype'), url('../fonts/Aileron-Light.woff') format('woff'),
		url('../fonts/Aileron-Light.ttf') format('truetype'),
		url('../fonts/Aileron-Light.svg#Aileron-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aileron-Thin';
	src: url('../fonts/Aileron-Thind41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aileron-Thin.otf') format('opentype'),
		url('../fonts/Aileron-Thin.woff') format('woff'),
		url('../fonts/Aileron-Thin.ttf') format('truetype'),
		url('../fonts/Aileron-Thin.svg#Aileron-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aileron-SemiBold';
	src: url('../fonts/Aileron-SemiBoldd41d.eot?#iefix')
		format('embedded-opentype'), url('Aileron-SemiBold.html')
		format('opentype'), url('../fonts/Aileron-SemiBold.woff')
		format('woff'), url('../fonts/Aileron-SemiBold.ttf')
		format('truetype'),
		url('../fonts/Aileron-SemiBold.svg#Aileron-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regulard41d.eot?#iefix')
		format('embedded-opentype'), url('../fonts/Roboto-Regular.woff')
		format('woff'), url('Roboto-Regular.html') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RupeeForadian';
	src: url('../fonts/RupeeForadiand41d.eot?#iefix')
		format('embedded-opentype'), url('../fonts/RupeeForadian.woff')
		format('woff'), url('../fonts/RupeeForadian.ttf') format('truetype'),
		url('../fonts/RupeeForadian.svg#RupeeForadian') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto-Light';
	background-color: #cde2ea;
	font-size: 20px;
}

a {
	outline: none !important;
	text-decoration: none;
}

button {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none !important;
}


header {
	/*background: #f5b335;*/
	height: 40px;
	position: fixed;
	top: 0;
	transition: top 0.3s ease-in-out;
	width: 100%;
	z-index: 999;
	padding: 35px 9%;
}

.text {
	font-family: 'Roboto-Bold';
	font-size: 18px;
}

.content {
	font-family: 'Roboto-Regular';
	font-size: 12px
}

.clearHeader {
	transition: 0.3s;
}

.darkHeader {
	background: rgba(255, 255, 255, 0.85);
	transition: 0.3s;
	height: 65px;
	padding: 12px 9%;
}

.logodark {
	opacity: 0;
}

.logoImg {
	opacity: 1;
}

.darkHeader .logodark {
	opacity: 2;
	position: relative;
	top: 0;
	/*margin-left:-185px;*/
	float: left;
	margin-top: -5px;
}

.darkHeader .logoImg {
	opacity: 0;
	height: 0;
}

.darkHeader .menu li {
	font-size: 16px;
}

.darkHeader .headerRightBtn a {
	font-size: 13px;
}

.darkHeader .headerRightBtn a, .darkHeader .headerRightBtn a:last-child
	{
	padding: 9px 20px 8px 16px;
}

.nav-up {
	top: -60px;
}

main {
	/*padding: 0 9%;*/
	
}

.headerRight {
	float: right;
}

.menuOut {
	float: left;
}

.headerRightBtn {
	float: left;
}

.logo {
	float: left;
	margin-top: 2px;
}

.menu {
	padding: 12px 0 0 0;
	margin: 0;
}

.menu li {
	font-family: 'Roboto-Light';
	list-style-type: none;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 35px 0 0;
	float: left;
	font-weight: 500;
}

.menu li a {
	list-style-type: none;
	color: #000;
	text-decoration: none;
}

.menu li.active a {
	text-decoration: none;
	color: #ba2430;
}

.menu li a:hover {
	text-decoration: none;
	color: #ba2430;
}

.menu li a.hvr-underline-from-center::before {
	background: #b92a30;
	height: 2px;
}

.headerRightBtn a:hover {
	background: #fff;
	text-decoration: none;
}

.headerRightBtn a {
	float: left;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	color: #000000;
	padding: 13px 18px 11px 25px;
	border: solid 1px #99a3a4;
	text-transform: uppercase;
	border-radius: 40px 0 0 40px;
	background: #e0edf1;
}

.headerRightBtn a:last-child {
	border-radius: 0 40px 40px 0;
	border-left: 0;
	padding: 13px 25px 11px 18px;
}
/**/
.indexContentTop, .indexContentBottom {
	padding: 0 9%;
	display: block;
	overflow: hidden;
}
/**/
footer {
	background: #ddd;
}

.indexBanner {
	background: url(../images/index-banner.jpg) no-repeat;
	height: 1050px;
	position: relative;
	background-size: cover;
}

.indexBanner.innerBanner h1.gforsetitle {
	right: 10%;
	left: initial;
	top: 35%;
	text-align: right;
}

.indexBanner.innerBanner h1 {
/*	width: 60%;*/
width: 70%;
}

.indexBanner.innerBanner h1 img {
	width: 50%;
	right: 0;
}

.innerBanner img {
	width: 100%;
	height: auto;
}

.indexBanner h1 {
	font-size: 92px;
	font-family: 'Aileron-Thin';
	color: #2b2b2b;
	padding: 0;
	margin: 0;
	width: 31%;
	z-index: 9;
	position: absolute;
	top: 40%;
	left: 10%;
}

.indexBanner h1 span {
	color: #b92a30;
}


/*planName*/
.planNamechangeH1 h1{
	font-size: 53px;
}

.spanStyle{
text-align: center;font-size: 40px;margin-left: 6%;
}

.indexBanner h1 div span {
	display: block;
	overflow: hidden;
	float: left;
	color: #2b2b2b;
	font-size: 90px;
	margin: 0 12px 0 0;
	font-family: 'Aileron-SemiBold';
}

.indexBanner h1 div span.rs {
	font-family: 'RupeeForadian';
	display: inline-block;
	font-weight: normal;
}

.indexBanner h1 div p {
	font-size: 22px;
	padding: 0;
	margin: 21px 6px 0 0;
	float: left;
	line-height: 28px;
}

.indexBanner h1 div p strong {
	font-weight: bold;
	/*font-size: 40px;*/
	font-size: 26px;
	margin-top: 18px;
	float: left;
}
/**/
.BannerImg {
	content: "";
	height: 768px;
	margin: auto;
	position: absolute;
	width: 100%;
	text-align: right;
	-webkit-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;
	z-index: 1;
	margin: -6px 0 0;
}

@
-webkit-keyframes arrow { 0%, 100% {
	top: -22px;
}

50%
{
top
:
3px;


}
}
@
keyframes arrow { 0%, 100% {
	top: -22px;
}

50%
{
top
:
3px;


}
}
/*clouds*/
.sky {
	height: 134%;
	/*background: #007fd5;*/
	position: relative;
	overflow: hidden;
	-webkit-animation: sky_background 10s ease-out infinite;
	-moz-animation: sky_background 10s ease-out infinite;
	-o-animation: sky_background 10s ease-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.moon {
	background: url(../imgs/clould-bg-1.png) no-repeat;
	position: absolute;
	right: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: moon 50s linear infinite;
	-moz-animation: moon 50s linear infinite;
	-o-animation: moon 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_one {
	background: url(../imgs/clould-bg.png);
	position: absolute;
	right: 0;
	top: 0;
	height: 264px;
	width: 927px;
	-webkit-animation: cloud_one 50s linear infinite;
	-moz-animation: cloud_one 50s linear infinite;
	-o-animation: cloud_one 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_two {
	background: rgba(0, 0, 0, 0) url("../imgs/clould-bg.png") repeat scroll
		0 -3%;
	position: absolute;
	right: 0;
	top: 0;
	height: 300%;
	width: 300%;
	z-index: -100;
	-webkit-animation: cloud_two 20s linear infinite;
	-moz-animation: cloud_two 20s linear infinite;
	-o-animation: cloud_two 20s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_three {
	background: url(../imgs/clould-bg-3.png) repeat-y;
	position: absolute;
	right: 0;
	top: 0;
	height: 300%;
	width: 55%;
	z-index: 1000;
	-webkit-animation: cloud_three 20s linear infinite;
	-moz-animation: cloud_three 20s linear infinite;
	-o-animation: cloud_three 20s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

@
-webkit-keyframes sky_background { 0% {
	/* background:#007fd5;*/
	color: #007fd5
}

}
@
-webkit-keyframes moon { 0% {
	opacity: 0;
	top: -200% -moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

50%
{
opacity
:
 
1;
-moz-transform
:
 
scale
(1);

 
top
:
0%;


bottom
:
0;

 
-webkit-transform
:
 
scale
(1);


}
100%
{
opacity
:
 
0;
bottom
:
0;

 
-moz-transform
:
 
scale
(0
.5
);

 
-webkit-transform
:
 
scale
(0
.5
);


}
}
@
-webkit-keyframes cloud_one { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}
@
-webkit-keyframes cloud_two { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}
@
-webkit-keyframes cloud_three { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}
@
-moz-keyframes sky_background {
	
}

@
-moz-keyframes moon { 0% {
	opacity: 0;
	top: -200% -moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

50%
{
opacity
:
 
1;
-moz-transform
:
 
scale
(3);

 
top
:
0%;


bottom
:
0px;

 
-webkit-transform
:
 
scale
(3);


}
100%
{
opacity
:
 
0;
bottom
:
0;

 
-moz-transform
:
 
scale
(0
.5
);

 
-webkit-transform
:
 
scale
(0
.5
);


}
}
@
-moz-keyframes cloud_one { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}
@
-moz-keyframes cloud_two { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}
@
-moz-keyframes cloud_three { 0% {
	top: 0
}

100%
{
top
:
-200%


}
}

/*cloud2 */
.sky1 {
	height: 100%;
	/*background: #007fd5;*/
	position: relative;
	overflow: hidden;
	-webkit-animation: sky_background1 10s ease-out infinite;
	-moz-animation: sky_background1 10s ease-out infinite;
	-o-animation: sky_background1 10s ease-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.moon1 {
	background: url(../imgs/clould-bg-1.png) no-repeat;
	position: absolute;
	right: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: moon1 50s linear infinite;
	-moz-animation: moon1 50s linear infinite;
	-o-animation: moon1 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_one1 {
	background: url(../imgs/clould-bg.png);
	position: absolute;
	right: 0;
	top: 0;
	height: 264px;
	width: 927px;
	-webkit-animation: cloud_one1 50s linear infinite;
	-moz-animation: cloud_one1 50s linear infinite;
	-o-animation: cloud_one1 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_two1 {
	background: rgba(0, 0, 0, 0) url("../imgs/clould-bg.png") repeat scroll
		0 -3%;
	position: absolute;
	right: 0;
	top: 0;
	height: 300%;
	width: 300%;
	z-index: 100;
	-webkit-animation: cloud_two1 100s linear infinite;
	-moz-animation: cloud_two1 100s linear infinite;
	-o-animation: cloud_two1 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.clouds_three1 {
	background: url(../imgs/clould-bg-3.png) repeat-y;
	position: absolute;
	right: 0;
	top: 0;
	height: 300%;
	width: 55%;
	z-index: 1000;
	-webkit-animation: cloud_three1 20s linear infinite;
	-moz-animation: cloud_three1 20s linear infinite;
	-o-animation: cloud_three1 20s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

@
-webkit-keyframes sky_background1 { 0% {
	/* background:#007fd5;*/
	color: #007fd5
}

}
@
-webkit-keyframes moon1 { 0% {
	opacity: 0;
	left: -200% -moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

50%
{
opacity
:
 
1;
-moz-transform
:
 
scale
(1);

 
left
:
0%;


bottom
:
0;

 
-webkit-transform
:
 
scale
(1);


}
100%
{
opacity
:
 
0;
bottom
:
0;

 
-moz-transform
:
 
scale
(0
.5
);

 
-webkit-transform
:
 
scale
(0
.5
);


}
}
@
-webkit-keyframes cloud_one1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
@
-webkit-keyframes cloud_two1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
@
-webkit-keyframes cloud_three1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
@
-moz-keyframes sky_background {
	
}

@
-moz-keyframes moon1 { 0% {
	opacity: 0;
	left: -200% -moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

50%
{
opacity
:
 
1;
-moz-transform
:
 
scale
(3);

 
left
:
0%;


bottom
:
0px;

 
-webkit-transform
:
 
scale
(3);


}
100%
{
opacity
:
 
0;
bottom
:
0;

 
-moz-transform
:
 
scale
(0
.5
);

 
-webkit-transform
:
 
scale
(0
.5
);


}
}
@
-moz-keyframes cloud_one1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
@
-moz-keyframes cloud_two1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
@
-moz-keyframes cloud_three1 { 0% {
	left: 0
}

100%
{
left
:
-200%


}
}
.SupportBanner {
	background: #ece6da;
}

.arrowBtn {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 15%;
	left: 49%;
}
/*clouds End*/
/**/
.aboutUsIntro {
	text-align: center;
}

.aboutUsIntro h2 {
	margin: 0 0 40px 0;
}

.aboutUsIntro p {
	line-height: 32px;
	padding: 0 11% 21px 11%;
}

.aboutUsIntro {
	padding-bottom: 40px;
}

.aboutUsTop .container div {
	display: inline-block;
	float: none;
}

.aboutUsTop .container h3 {
	font-size: 30px;
	margin: 0 0 30px 0;
}

.aboutUsTop .container {
	background: #b12224 url(../images/about-us-line-bottom-bg.png) no-repeat
		center bottom;
	height: 510px;
	padding: 110px 0;
	width: auto;
	margin: 0 3%;
	text-align: center;
}

.aboutUsTop .containerBottom {
	background-image: url(../images/about-us-bottom-bg.png),
		url(../images/about-us-bottom-img.png);
	background-position: center, bottom center;
	background-repeat: repeat-y, no-repeat;
	margin: 0 auto;
	padding: 75px 0;
	display: block;
	overflow: hidden;
	width: 760px;
	margin: 0 auto;
}

.aboutUsTop {
	padding-bottom: 75px;
}

.aboutUsTop .containerBottom div {
	background: url(../images/about-us-bg.png) repeat-y;
	float: left;
	width: 380px;
	height: 160px;
}

.aboutUsTop .containerBottom div {
	padding: 30px;
}

.aboutUsTop .containerBottom div h2 {
	font-size: 52px;
	padding: 0;
	margin: 0 0 1px 0;
}

.fL {
	float: left;
}

.planRight {
	float: right;
}

.planRight span {
	float: left;
	padding: 10px 20px 10px 0;
}

.fL select {
	padding: 8px 9px;
	font-size: 18px;
	width: 200px;
	border: solid 1px #7d878a;
	height: 43px;
}

.aboutUsTop .containerBottom div:nth-child(2n+1) {
	background: url(../images/about-us-bg.png) repeat-y;
	text-align: right;
}

.aboutUsTop .containerBottom div:nth-child(2n) {
	background: url(../images/about-us-bg-2.png) repeat-y;
	margin-top: 160px;
	text-align: left;
}

.aboutUsTop .container .col-md-4 p {
	line-height: 30px;
}

.aboutUsTop .container .col-md-4 {
	height: 250px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	position: relative;
	top: 50px;
}

.indexContentTop .col-md-6 {
	background: #a4171c;
	height: 710px;
	padding: 0;
}

.indexContentTop .col-md-6 a {
	
}

.indexContentTop .col-md-6 h3 {
	padding: 0;
	margin: 0 0 15px;
	font-size: 25px;
	font-family: 'Aileron-Light';
	color: #fff;
}

.indexContentTop .col-md-6 p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: 'Aileron-Light';
	color: #fff;
	line-height: 25px;
}

.indexContentTop .col-md-6 .col-md-3 {
	border: solid 1px #b92a30;
	padding: 0;
	height: 355px;
	width: 50%;
	display: block !important;
	text-align: center;
	/*	display: flex;
	flex-direction: column;
	justify-content: center;*/
}

.indexContentTop .col-md-6:last-child {
	background: #bb282b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 130px;
	overflow: hidden;
	/*background:url(../images/indexContentTop-right-bg.jpg) no-repeat top right;*/
}

.theFuelContent {
	position: absolute;
	top: 220px;
	z-index: 100;
}

.indexContentTop .col-md-6 a:hover {
	background: #a0272c;
}

a {
	transition: 0.3s;
}

.indexContentTop .col-md-6 a {
	float: left;
	font-size: 13px;
	font-family: 'Roboto-Regular';
	color: #f1dcdd;
	padding: 10px 18px 9px 25px;
	border: solid 1px #cb6064;
	text-transform: uppercase;
	border-radius: 40px 0 0 40px;
}

.indexContentTop .col-md-6 a:last-child {
	border-radius: 40px;
	border-left: 0;
	float: left;
	padding: 10px 25px 9px 18px;
}

.indexContentTop .col-md-6 p {
	margin: 0 0 15px;
}

.indexContent {
	background: url(../images/index-content-bottom-bg.jpg) no-repeat right
		355px #fafbfd;
}

.indexContentBottom {
	width: 100%;
	clear: both;
	position: relative;
	padding: 155px 9%;
}

.indexContentBottom .col-md-6 {
	/*float: right;*/
	width: 680px;
	padding: 0;
}

.indexContentBottom .col-md-6 h2 {
	margin: 0 0 28px;
	color: #000;
	font-size: 28px;
}

.indexContentBottom .col-md-6 p {
	margin-bottom: 5px;
	font-size: 15px;
	padding-right: 26px;
	line-height: 25px;
}

.indexContentBottom .col-md-6 ul li a h3 {
	background: url(../images/line-bg.png) no-repeat left bottom;
	color: #000000;
	padding: 0 0 10px 0;
	margin: 0 0 22px 0;
	font-size: 30px;
	font-family: 'Aileron-Light';
}

.indexContentBottom .col-md-6 ul li {
	list-style-type: none;
	margin-bottom: 65px;
}

.indexContentBottom .col-md-6 ul li a {
	color: #343434;
}

.indexContentBottom .col-md-6 ul li a:hover {
	text-decoration: none;
}

.indexContentBottom .col-md-6 ul li a p {
	font-size: 20px;
	margin: 0 0 28px 0;
}

.indexContentBottom .col-md-6 ul li span {
	/*background: url(../images/more-btn-bg.png) no-repeat right top;*/
	font-size: 15px;
	padding: 0 45px 0 0;
	font-family: 'Roboto-Regular';
	text-transform: uppercase;
}

.enquireNowBottom {
	background: url(../images/enquireNowBottom.gif) repeat;
	padding: 80px 0;
	text-align: center;
	color: #323232;
}

.enquireNowBottom h2 {
	font-size: 40px;
	margin: 0 0 20px 0;
	padding: 0;
}

.enquireNowBottom p {
	font-size: 20px;
	margin: 0 0 35px 0;
	padding: 0;
}

.enquireNowBottom a {
	color: #b92a30;
	font-size: 15px;
	text-transform: uppercase;
	border: solid 1px #d68f93;
	border-radius: 45px;
	padding: 10px 25px 9px;
	font-family: 'Roboto-Bold';
}

.enquireNowBottom a:hover {
	border: solid 1px #93383D;
	color: #8E0E13;
}

footer {
	background: #b92a30;
	padding: 22px 9%;
	font-family: 'Roboto-Regular';
	color: #fff;
	display: block;
	overflow: hidden;
	font-size: 15px;
}

.footerLeft {
	float: left;
}

.footerLeft ul {
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	float: left;
	background: url(../images/footer-line.gif) no-repeat right 0;
}

.footerLeft ul li {
	list-style: none;
	padding: 0 0 2px;
}

.footerLeft span a {
	font-family: 'Roboto-Regular';
	font-weight: 500 !important;
	background: none !important;
	padding: 0 !important;
	color: #fff !important;
}

.footerLeft span a:hover {
	color: #eccdce !important;
}

.footerLeft ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 10px;
	font-family: 'Roboto-Light';
	font-weight: 300;
	color: #d1a9aa;
	background: url(../images/bullet-arrow.gif) no-repeat 0 3px;
}

.footerLeft ul:last-child {
	background: none;
}

.footerLeft ul li a:hover {
	color: #fff;
}

.footerRight {
	float: right;
	text-align: right;
	font-family: 'Roboto-Light';
}

.footerRight span {
	padding: 0;
	display: block;
	margin-bottom: 5px;
}

.socialMedia {
	padding: 0;
	margin: 0 0 5px;
}

.socialMedia a {
	padding: 0 5px;
}

.footerLeft span {
	padding: 0 20px 4px 0;
}

.footerRight a {
	color: #fff;
}

.footerRight a:hover {
	color: #fff;
}

.socialMedia a i {
	font-size: 20px;
	color: #fff;
}

.innerPage {
	padding: 0 9%;
	background: #fafbfd url(../images/inner-page-bg.jpg) repeat-x top;
}

.innerPageEnquireNow {
	background: url(../images/innerPage-enquireNow-bg.jpg) no-repeat center
		top;
	padding: 120px 0 140px;
	text-align: center;
	background-size: cover;
}

.benifitsEnquireNowBg {
	background: url(../images/benifits-enquireNow-bg.jpg) no-repeat center
		top;
	background-size: cover;
}

.payEnquireNowBg {
	background: url(../images/pay-bottom-bg.jpg) no-repeat center top;
	background-size: cover;
}

.innerPage h2 {
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	z-index: 99;
}

.indexBanner.benifitsBanner h1 {
	width: 42%;
}

.innerPageEnquireNow h2 {
	font-size: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}

.innerPageEnquireNow p {
	font-size: 20px;
	margin: 0 0 35px 0;
	padding: 0;
}

.innerPageEnquireNow a:hover {
	background: #fff;
}

.innerPageEnquireNow a {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	border: solid 2px #eb4c4f;
	border-radius: 45px;
	padding: 10px 25px 9px;
	font-family: 'Roboto-Bold';
}

h2 {
	font-size: 30px;
	margin: 0 0 40px 0;
	padding: 0;
	color: #b92a30;
	font-family: 'Aileron-Light';
}

h3 {
	font-family: 'Aileron-Light';
	font-size: 30px;
}

.benifitsIntro {
	margin: 0 0 50px 0;
}

.benifitsIntro p {
	line-height: 35px;
}

.benifitsContent {
	padding-bottom: 0;
	display: block;
	overflow: hidden;
}

.benifitsContent .col-md-6 {
	background: #b92a30;
	padding: 50px 13% 50px 50px;
	height: 450px;
	color: #fff;
}

.benifitsContent .col-md-6 img {
	margin-bottom: 25px;
}

.subscribeIn {
	background: #b92a30;
	padding: 10%;
	display: block;
	overflow: hidden;
}

.subscribeIn .error {
	font-size: 13px;
	color: #fff;
}

.subscribeIn .col-md-6 {
	margin-bottom: 35px;
}

.subscribeIn .col-md-6 .radio {
	float: left;
	margin: 0 35px 0 0;
}

.radioOut {
	padding: 18px 0;
}

.subscribeIn .col-md-6 .radio label {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.subscribeOut h2 {
	margin: 0 0 25px 0;
}

.submitBtn {
	color: #DBDBDB;
	font-size: 15px;
	text-transform: uppercase;
	border: solid 2px #eb4c4f;
	border-radius: 45px;
	background: #010202;
	padding: 14px 46px 13px;
	font-family: 'Roboto-Bold';
}

.subscribeIn .clearfix .col-md-6:last-child {
	float: right;
}

.subscribeIn .col-md-6 {
	width: 49%;
}

.SupportPage .innerPage {
	background: #dfdcd4 url(../images/Support-bg.jpg) repeat-x;
}

.SupportPage {
	background: #dfdcd4;
}

.supportTop .col-md-6 {
	padding: 85px;
	background: #af2429;
	height: 480px;
	margin: 0 0 20px 0;
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.supportBottom .addressIcon {
	float: left;
	margin: 0 30px 0 0;
}

.supportBottom span {
	display: block;
	font-family: 'Roboto-Regular';
}

.supportBottom .address {
	float: left;
}

.supportBottom .col-md-6 p {
	font-size: 20px;
	padding: 0;
	margin: 0 0 60px 0;
	line-height: 27px;
}

.supportBottom .col-md-6 h2 {
	font-size: 50px;
	margin: 0 0 50px 0;
	padding: 0;
	color: #000;
}

.supportBottom .col-md-6 span {
	font-size: 18px;
	color: #343434;
}

.supportBottom .col-md-6 h2 span {
	font-size: 30px;
	font-family: 'Roboto-Light';
}

.supportBottom .col-md-6 {
	padding: 85px;
	height: 480px;
	background: #f6fafb;
	border: solid 2px #e84c53;
	width: 49%;
}

.supportBottom .col-md-6:first-child {
	padding: 50px 0 0 0;
	border: none;
	background: none;
	margin: 0 20px 0 0;
}

.address p {
	margin-bottom: 34px !important;
}

.supportBottom {
	color: #343434;
	padding-bottom: 75px;
	display: block;
	overflow: hidden;
	clear: left;
}

.supportBottom h3 {
	color: #af2429;
	font-size: 30px;
	margin: 0 0 30px 0;
}

.supportTop .col-md-6:first-child {
	margin: 0 20px 20px 0;
}

.support {
	display: block;
	overflow: hidden;
	padding-bottom: 50px;
}

.support .col-md-4 {
	background: #af2429;
	padding: 0;
	border-right: solid 10px #ece6da;
}

.support .col-md-4 img {
	width: 100%;
}

.support .col-md-4 h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.support .col-md-4 .clearfix {
	padding: 22px;
}

.officeAddress {
	background: #fff;
	padding: 20px 25px;
}

.officeAddress h2 {
	padding: 0;
	margin: 0 0 30px;
}

.officeAddressbottom {
	background: url(../images/address-bottom-bg.jpg) repeat #b02021;
	min-height: 240px;
	/*padding: 45px;*/
	padding: 32px;
}

.officeAddressbottom select {
	border-radius: 5px;
	width: 100%;
	padding: 6px;
	margin-bottom: 13px;
}

.support .col-md-4 .officeAddress p {
	color: #343434;
	line-height: 30px;
	padding: 0;
	margin: 0 0 12px;
}

.support .col-md-4 .officeAddress p span {
	font-weight: 600;
	display: block;
}

.mailContent {
	padding: 30px 0 0;
}

.support .col-md-4 .mailContent p {
	padding: 8px 0 0;
	margin: 0 0 10px;
	clear: both;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.support .col-md-4 .mailContent p .fa {
	background: #cde2ea;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #af2429;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.singlnumber {
	padding: 8px 0 0;
	margin: 0;
	font-family: 'Aileron-Light';
	font-weight: normal !important;
}

.support .col-md-4 .mailContent p span {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.support .col-md-4 p {
	font-size: 19px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.support .col-md-4 p a {
	color: #fff;
}

.support .col-md-4:last-child {
	background: #fff;
	padding: 35px 30px;
}

.support .col-md-4:last-child p {
	padding: 0;
	color: #444;
}

.support .col-md-4:last-child p span {
	font-weight: 600;
	display: block;
}

.support .col-md-4:last-child .mailContent p {
	padding: 8px 0 0;
	margin: 0 0 10px;
	clear: both;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.support .col-md-4:last-child .mailContent p .fa {
	background: #af2429;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support .col-md-4:last-child a {
	color: #444;
}

.support .col-md-4:last-child .mailContent p span {
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}

.SupportPage .innerPageEnquireNow {
	background: url(../images/Support-enquireNow-bg.jpg) no-repeat center
		top;
}

.coveragePage .innerPageEnquireNow {
	background: url(../images/coverage-enquireNow-bg.jpg) no-repeat center
		top;
}

.subscribeIn .col-md-6 input, .subscribeIn .col-md-6 select {
	height: auto;
	border: none;
	font-size: 18px;
	padding: 18px 20px;
}

.lastchildBottom {
	padding: 0;
	font-family: 'Roboto-Light';
}

.support .col-md-4:last-child .lastchildBottom p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Aileron-Light';
}

.appellateAuthority {
	border-bottom: solid 1px #ccc;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.benifitsContent .col-md-6 h3 {
	background: url(../images/line-bg-2.png) no-repeat left bottom;
	padding: 0 0 15px 0;
	margin: 0 0 22px 0;
	font-size: 30px;
}

.benifitsContent .col-md-6:nth-child(2), .benifitsContent .col-md-6:nth-child(3)
	{
	background: #af2429;
}

.planPage .resp-tab-content:last-child {
	margin: 0;
}

.planPage .resp-tab-content {
	float: left;
	width: 13%;
	display: block;
	padding: 0;
	border: none;
	margin: 0 1.5% 0 0;
}

.planPage {
	clear: both;
	padding: 0;
	overflow: hidden;
	display: block
}

.planPage ul {
	padding: 30px 0 20px;
	margin: 0;
}

.planPage ul.hor_1 li:last-child {
	margin: 0 0 20px 0;
}

.planPage ul.hor_1 li {
	width: 13%;
	margin: 0 1.5% 20px 0;
	border-radius: 50px;
	font-size: 18px;
	padding: 12px 0 !important;
	font-family: 'Roboto-Regular';
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
}

.planPage ul.hor_1 li:before {
	width: 0px;
	content: "";
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f00;
	position: absolute;
	left: 43%;
	top: 100%;
}

.planPage ul li button {
	border-radius: 50px;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 6px 23%;
}

.planPage ul li:last-child {
	margin: 18px 0 0;
}

.planPage ul li {
	list-style-type: none;
	padding: 12px 0;
	text-align: center;
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #fff;
	line-height: 23px;
}

.planPage ul li.speed {
	background-color: rgba(255, 255, 255, 0.1);
}

.planPage ul li.price {
	background-color: rgba(0, 0, 0, 0.2);
}

.planPage ul.hor_1 li.StarterTh:before {
	border-top: 10px solid #49731f;
}
/**/
.planPage ul.hor_1 li.StarterTh {
	background-color: #49731f !important;
}

.Starter {
	background: #567e33;
}

.planPage ul.hor_1 li.StarterPlusTh {
	background: #44387f !important;
}

.planPage ul.hor_1 li.StarterPlusTh:before {
	border-top: 10px solid #44387f;
}

.StarterPlus {
	background: #524989;
}

.planPage ul.hor_1 li.basicTh {
	background: #9d284d !important;
}

.basic {
	background: #a23a5c;
}

.planPage ul.hor_1 li.basicTh:before {
	border-top: 10px solid #9d284d;
}

.planPage ul.hor_1 li.silverTh {
	background: #8a3124 !important;
}

.silver {
	background: #914237;
}

.planPage ul.hor_1 li.silverTh:before {
	border-top: 10px solid #8a3124;
}

.planPage ul.hor_1 li.goldTh {
	background: #de8516 !important;
}

.planPage ul.hor_1 li.goldTh:before {
	border-top: 10px solid #de8516;
}

.gold {
	background: #dc8e2b;
}

.planPage ul.hor_1 li.diamondTh {
	background: #e35714 !important;
}

.planPage ul.hor_1 li.diamondTh:before {
	border-top: 10px solid #e35714;
}

.diamond {
	background: #e16529;
}

.planPage ul.hor_1 li.platinumTh {
	background: #e3141d !important;
}

.planPage ul.hor_1 li.platinumTh:before {
	border-top: 10px solid #e3141d;
}

.platinum {
	background: #e12831;
}
/**/
.planPage ul li.resp-tab-active {
	border: none !important;
}

.planPage ul li.price h3 span {
	font-family: 'RupeeForadian';
}

.planPage ul li.speed h3, .planPage ul li.price h3 {
	font-family: 'Roboto-Regular';
}

.planPage ul li.price h3 {
	font-size: 26px;
}

.planPage ul li h3 {
	font-size: 21px;
	padding: 0;
	margin: 0;
}

.benifitsBanner {
	background: #d2cec3;
}

.innerPage.benifitsPage {
	background: #d3d5d0 url(../images/benifits-page-bg.jpg) repeat-x top;
}
/**/
.QuickPayPopup .modal-dialog {
	border: none;
	border-radius: 0;
	margin: 75px auto;
	width: 530px;
	height: 310px;
	background: url(../images/QuickPayPopup-bg.jpg) no-repeat scroll 0 0;
}

.QuickPayPopup .modal-content {
	background: none;
	box-shadow: none !important;
	border: none;
}

.QuickPayPopupIn h2 {
	padding: 0;
	margin: 0 0 15px 0;
	color: #3d4346;
}

.QuickPayPopupIn .container input {
	width: 255px;
	float: left;
	font-size: 13px;
	padding: 11px 13px;
	border: none;
	box-shadow: none;
	height: auto;
}

.QuickPayPopupIn .container button.btn-default {
	background: #b92a30;
	height: initial;
	text-align: center;
	color: #fff;
	padding: 12px 16px 10px;
	font-family: 'Roboto-Regular';
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 0 -4px;
}

.QuickPayPopupIn .container {
	padding: 0;
}

.QuickPayPopup .modal-body {
	background: none;
	box-shadow: none !important;
	border: none;
	padding: 5%;
}

.QuickPayPopup .close {
	background: #efefef url(../images/popup-cloce-btn-2.png) no-repeat
		center;
	height: 40px;
	right: -20px;
	opacity: 10;
	position: absolute;
	top: -20px;
	border: solid 1px #ccc;
	width: 40px;
	border-radius: 50px;
}
/**/

/**/
.selectcitypop .modal-dialog {
	border: none;
	border-radius: 0;
	margin: 75px auto;
	width: 530px;
	height: 310px;
	background: url(../images/selectcitypop-bg.jpg) no-repeat scroll 0 0;
}

.selectcitypop .modal-content {
	background: none;
	box-shadow: none !important;
	border: none;
}

.selectcitypopIn h2 {
	padding: 0;
	margin: 0 0 15px 0;
	color: #3d4346;
}

.selectcitypopIn .container select {
	width: 255px;
	float: left;
	font-size: 13px;
	padding: 11px 15px;
	border: none;
	margin-right: 15px;
	box-shadow: none;
	border-radius: 4px;
	box-shadow: 3px 1px 9px #888888;
	height: 41px;
}

.selectcitypopIn .container button.btn-default {
	background: #b92a30;
	height: initial;
	text-align: center;
	color: #fff;
	padding: 12px 16px 10px;
	font-family: 'Roboto-Regular';
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 0 -4px;
}

.selectcitypopIn .container {
	padding: 0;
}

.selectcitypop .modal-body {
	background: none;
	box-shadow: none !important;
	border: none;
	padding: 5%;
}

.selectcitypop .close {
	background: #efefef url(../images/popup-cloce-btn-2.png) no-repeat
		center;
	height: 40px;
	right: -20px;
	opacity: 10;
	position: absolute;
	top: -20px;
	border: solid 1px #ccc;
	width: 40px;
	border-radius: 50px;
}
/**/

/**/
.EnquiryPopup .modal-dialog {
	border: 1px solid #979797;
	border-radius: 5px;
	margin: 75px auto;
	width: 800px;
}

.EnquiryPopup .modal-body {
	background: #FFF;
}

.EnquiryPopup .close {
	background: hsla(0, 0%, 0%, 0) url("../images/popup-cloce-btn.png")
		no-repeat scroll 0 0;
	height: 52px;
	left: 0;
	opacity: 10;
	position: relative;
	top: -0;
	width: 50px;
}

.EnquiryPopup .modal-body h2 {
	color: #000;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

.enquireNowPopup h2 {
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}

.enquireNowPopup p {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 36px;
	padding: 0;
	text-align: center;
}

.enquireNowPopup .container {
	margin: 0;
	padding: 0 6%;
	text-align: center;
	width: auto;
}

.formIn {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.enquireNowPopup .container .col-md-5 {
	float: left;
	margin: 0;
	padding: 0 1.5%;
	width: 50%;
}

.enquireNowPopup .container .col-md-5 input {
	background: #FFF;
	border: solid 1px #ccc;
	border-radius: 0;
	color: hsl(0, 0%, 68%);
	font-family: "Open Sans", sans-serif;
	height: auto;
	margin: 0 0 13px;
	padding: 10px 13px 9px;
	width: 100%;
}

.enquireNowPopup .container .col-md-5 select {
	background: #FFF;
	border: solid 1px #ccc;
	border-radius: 0;
	color: hsl(0, 0%, 68%);
	font-family: "Open Sans", sans-serif;
	height: auto;
	margin: 0 0 13px;
	padding: 10px 13px 9px;
}

.enquireNowPopup .container button {
	background: #b92a30;
	border: medium none;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 15px 31px;
	text-align: center;
	text-transform: uppercase;
	transition-duration: 0.3s;
	width: 97%;
}

.EnquiryPopup .enquireNowPopup {
	padding: 3% 0;
}

.EnquiryPopup .enquireNowPopup .error {
	color: red;
	font-size: 12px;
	float: left;
	margin: -7px 0 9px;
}

.enquireNowPopup .container .col-md-5 textarea {
	background: #FFF;
	border: solid 1px #ccc;
	border-radius: 4px;
	color: hsl(0, 0%, 68%);
	font-family: "Open Sans", sans-serif;
	height: 70px;
	border-radius: 0;
	margin: 0 0 14px;
	padding: 10px 14px;
	width: 100%;
}

.gforcecontent {
	padding: 0 0 100px;
	position: relative;
	display: block;
	overflow: hidden;
}

.gforcecontent .col-md-6 .planPage {
	margin: 0 0 15px;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li {
	width: 32%;
}

.gforcecontent .col-md-6 .planPage .resp-tab-content {
	width: 32%;
}

.gforcecontent .col-md-6 .planPage {
	padding: 0;
}

.gforcecontent .col-md-6 .planPage ul li {
	position: relative;
	list-style-type: none;
	padding: 19px 0;
}

.gforcecontent .col-md-6 .planPage ul li:last-child:after {
	background: none;
}

.gforcecontent .col-md-6 .planPage ul li:after {
	content: '';
	position: absolute;
	width: 76%; /* text-align: center; */
	left: 13%;
	height: 1px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}

.gforcecontent .col-md-6 .planPage ul li.speed {
	background: none;
}

.bookNow {
	background: #f0f6f9;
	text-align: center;
	padding: 30px 0;
}

.bookNow a {
	background: url(../images/book-now-arrow.png) no-repeat right 0;
	padding: 0 30px 0 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.bookNow a:hover {
	text-decoration: none;
	padding: 0 40px 0 0;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.StarterTh {
	background-color: #a53c5d !important;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.StarterTh:before {
	border-top: 10px solid #a53c5d;
}

.gforcecontent .col-md-6 .Starter {
	background: #a53c5d;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.StarterPlusTh {
	background: #944439 !important;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.StarterPlusTh:before {
	border-top: 10px solid #944439;
}

.gforcecontent .col-md-6 .StarterPlus {
	background: #944439;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.basicTh {
	background: #e0902d !important;
}

.gforcecontent .col-md-6 .basic {
	background: #e0902d;
}

.gforcecontent .col-md-6 .planPage ul.hor_1 li.basicTh:before {
	border-top: 10px solid #e0902d;
}

#parentHorizontalTab .resp-tabs-list li:after {
	background: none;
}

.payContentOuter {
	position: relative;
}

.payContent {
	width: 650px;
	position: absolute;
	top: 250px;
	left: 10%;
}
.payContent1{
	width: 81%;
}

.payContent .resp-tabs-list {
	text-align: center;
}

.payContent ul.hor_1 li {
	background: #fff;
	padding: 16px 21px;
	font-size: 20px;
	width: 50%;
	margin-right: 0;
	font-family: 'Roboto-Regular';
}

.payContent ul.hor_1 .resp-tab-active {
	background: #b92a30 !important;
	border: solid 2px #FFF !important;
	border-bottom: none !important;
	color: #fff;
	padding: 16px 21px 14px !important;
}

.payContent .resp-tabs-container {
	background: #b92a30;
	border: solid 2px #fff !important;
	border-top: none !important;
	padding: 20px 30px;
	min-height: 400px;
}

.payContent .resp-tab-content {
	border: none;
}

.termcontions p {
	padding: 0;
	margin: 0 0 20px;
	line-height: 28px;
	color: #000;
	font-size: 13px;
	font-family: 'Roboto-Regular';
}

.termcontions p span {
	display: block;
	font-weight: bold;
	font-family: 'Roboto-Bold';
}

.termcontions ul li {
	list-style: circle;
	padding: 0 0 8px;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Roboto-Regular';
}

.payContentInner ul {
	margin: 0;
	padding: 0;
}

.payContentInner ul li {
	list-style: none;
	margin: 0 0 12px;
}

.payContentInner ul li input {
	padding: 12px;
	width: 100%;
	border: none;
}

.payContentInner ul li input.submit {
	width: 100px;
	background: #fff;
}

.payContentInner ul li label {
	color: #fff;
	font-size: 17px;
}

.payContentInner p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}

.payContentInner p a {
	background: url(../images/arrow.png) no-repeat right 0;
	padding: 2px 30px 5px 0;
	color: #fff;
	position: absolute;
	bottom: 20px;
	font-size: 17px;
}

.payContentInner p a:hover {
	color: #fff;
}

.payContentInner p a:focus {
	color: #fff;
}

.bankList {
	margin-bottom: 30px;
	background-color: #0000;
}

.bankList ul {
	list-style: none;
}

.bankList li {
	float: left;
	color: #6c6c6c;
	margin: 15px;
	font-family: 'arial';
	font-size: 16px;
	background: #f6f6f6;
	padding: 5px 20px;
	margin-right: 20px !important;
	border: 1px dotted #aeaeae;
	/* border-radius: 5px; */
	min-height: 77px;
}

.payContent .resp-tab-content {
	padding: 0;
}

.bankList li img {
	display: inline-block;
	margin: 0 5px;
	color: #6c6c6c;
	vertical-align: middle;
	padding-bottom: 8px;
	width: 40%;
}

.bankList li span {
	display: block;
	margin-left: 30px;
	border-top: 1px solid #aeaeae;
	font-size: 10px;
	color: #000;
}

.rad {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.rad>input {
	visibility: hidden;
	position: absolute;
	width: auto;
}

.rad>i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: 0.2s;
	box-shadow: inset 0 0 0 8px #fff;
	border: 1px solid gray;
	background: gray;
}

.rad:hover>i {
	box-shadow: inset 0 0 0 3px #fff;
	background: gray;
}

.rad>input:checked+i {
	box-shadow: inset 0 0 0 3px #fff;
	background: red;
}

.payContentInner .form-group {
	float: left;
	width: 46%;
	margin-right: 20px !important;
	margin-left: 0 !important;
}

.payContentInner .form-group label {
	font-size: 14px;
	display: block;
	color: #fff;
	margin-right: 10px !important;
}

.payContentInner .form-group input {
	width: 100%;
	border-radius: 0;
}

.form-horizontal {
	display: block;
	overflow: hidden;
	padding: 0;
}

.payContentInner .btn-danger {
	color: #fff;
	background-color: #000;
	border-color: #000;
	width: 150px;
	padding: 11px;
	border-radius: 5px;
}

.payContentInner .btn-danger:hover {
	background: #881215;
}

.planoffer {
	display: block;
	overflow: hidden;
	padding: 0;
}

.planoffer .col-md-6 {
	padding: 40px 50px 60px;
	background: url(../images/line-bg-1.png) no-repeat right center;
}

.planoffer .col-md-6 h3 {
	color: #b92a30;
	font-size: 30px;
	margin: 0 0 10px;
	padding: 0;
}

.planoffer .col-md-6:last-child {
	background: none;
	padding: 40px 0 60px 60px;
}

.planoffer  ul {
	padding: 0;
}

.planoffer li {
	padding: 5px 35px 8px 21px;
	color: #333;
	text-align: left;
	background: url(../images/arrow-bullet.png) no-repeat 0 3px;
	list-style: none;
	font-size: 16px;
	font-family: 'Roboto-Bold';
}

.termsPopup {
	position: fixed !important;
}

.termsPopup .modal-body {
	background: #FFF;
}

.termsPopup .modal-dialog {
	border: 1px solid #979797;
	border-radius: 5px;
	margin: 120px auto;
	width: 800px;
}

.termsPopup .close {
	background: hsla(0, 0%, 0%, 0) url(../images/popup-cloce-btn.png)
		no-repeat scroll 0 0;
	height: 52px;
	left: 0;
	opacity: 10;
	position: relative;
	top: -0;
	width: 50px;
}

.textsmall {
	font-size: 36px;
	color: #2c2c2c !important;
	line-height: 50px;
	display: block;
}

.modal-open .payOuter {
	position: fixed;
	overflow: hidden;
}

.applycable {
	font-size: 16px;
	font-style: italic;
	margin: 10px 0 0;
	font-family: 'Aileron-SemiBold';
}

/* Dropdown Button */
.dropdown {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.dropdown .dropbtn {
	border: none;
	padding-bottom: 19px;
	outline: none;
	background-color: inherit;
	border-bottom: solid 2px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.dropdown:hover .dropbtn {
	color: #ba2430;
}

.dropdown:hover .dropbtn:before {
	display: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ba2430;
	/*min-width: 153px;*/
	min-width: 177px;
	border-radius: 18px;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 35px;
	margin-left: -30px;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-content:before {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 100;
	top: -10px;
	background: url(../images/drop-arrow.png) no-repeat center 0;
}

.dropdown-content li {
	margin-right: 0 !important;
	float: none; /*border-right:solid 1px rgba(255,255,255,0.5);*/
	display: inline-block;
	position: relative;
}

.dropdown-content li:before {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	z-index: 100;
	top: 35%;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
}

.dropdown-content li:last-child:before {
	background: none;
}
/*
.submenu2 {
	display: none;
	position: absolute;
	background-color: #ba2430;
	min-width: 280px;
	border-radius: 18px;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 35px;
	margin-left: -103px;
	color: rgba(255, 255, 255, 0.5);
}*/


.submenu2 {
	display: none;
	position: absolute;
	background-color: #ba2430;
	min-width: 292px;
	border-radius: 18px;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 35px;
	margin-left: -103px;
	color: rgba(255, 255, 255, 0.5);
}


.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FFF !important;
}

.dropdown-content li:first-child a {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.dropdown-content li:last-child a {
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

.dropdown-content a:hover {
	background: #9f151d;
}

.dropdown:hover .dropdown-content {
	display: block;
} /**/
.sidebarwidget {
	padding: 0;
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 100;
	width: 75px;
	text-align: center;
}

.sidebarwidget ul {
	margin: 0;
	padding: 0;
}

.sidebarwidget ul li {
	list-style: none;
	line-height: 14px;
	border-bottom: solid 2px #cee2eb;
}

.sidebarwidget ul li a {
	background: #fff;
	padding: 20px 5px;
	color: #000;
	font-size: 12px;
	font-family: 'Aileron-Thin';
	text-transform: uppercase;
	display: block;
}

.sidebarwidget ul li a span {
	display: block;
	margin-top: 9px;
}

.sidebarwidget ul li a img {
	margin-bottom: 8px;
	margin: 0 auto;
}

.sidebarwidget ul li a .hImg {
	display: none;
}

.sidebarwidget ul li a:hover .hImg {
	display: block;
}

.sidebarwidget ul li a:hover .nImg {
	display: none;
}

.sidebarwidget ul li a:hover {
	background: #b92a30;
	color: #fff;
}

.sidebarwidget ul li:first-child a {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.sidebarwidget ul li:last-child a {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.sidebarwidget ul li:last-child {
	border-bottom: none;
}

.thankyou {
	background: #b92a30;
	padding: 10%;
	display: block;
	overflow: hidden;
}

.carrierInpara {
    line-height: 30px;
    color: #4e4e4e;
    font-size: 16px;
}
.carrierIn {
	background: #fff;
	padding: 3%;
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-family: 'Roboto-Regular';
	color: #828282;
}

.vertical_line { border-left: 1px solid #e8e5e5; }
.careeirOut {
	float: left;
	width: 67%;
	position: absolute;
	top: 132px;
	left: 165px;
}

.carrierIn .error {
	font-size: 13px;
	color: red;
}

.carrierIn ul {
	margin: 0;
	padding: 0;
}
/*
.carrierIn ul li {
	width: 50%;
	float: left;
	border-right: solid 10px #fff;
}
*/
.carrierIn {
	list-style: none;
	min-height: 50px;
	margin: 0 0 8px;
}

.carrierIn input {
	background: #fff !important;
	border: solid 1px #e8e5e5;
	box-shadow: none;
	height: 50px;
	font-size: 16px;
}

.carrierIn ul .fullwidth {
	width: 100%;
	position: relative;
}

.carrierIn ul .dateWidh {
	width: 100%;
	position: relative;
}

.carrierIn ul .dateWidh input {
	padding: 0 0 0 50%;
}

.carrierIn ul .dateWidh span {
	position: absolute;
	left: 10px;
	top: 16px;
	opacity: 0.8;
	text-transform: uppercase;
}

.carrierIn .col-md-6 {
	margin-bottom: 35px;
}

.carrierIn .radio {
	float: left;
	margin: -5px 35px 0 0;
}

.carrierIn .radio input {
	margin-top: 5px;
}

.carrierIn .radioOut {
	padding: 21px 0 0 15px;
	background: #fff;
	border: solid 1px #e8e5e5;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	min-height: 50px;
}

.carrierIn select {
	background: #fbfbfb;
	border: solid 1px #e8e5e5;
	padding: 0 10px;
	box-shadow: none;
	height: 50px;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
}

.carrierIn .radio label {
	color: #828282;
	font-size: 14px;
}

.carrierIn .radio input, .carrierIn .radio select {
	height: auto;
	border: none;
	font-size: 18px;
	padding: 18px 20px;
}

.carrierIn .submitBtn {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #b92a30;
	padding: 16px 46px;
	font-family: 'Roboto-Bold';
	border: none;
}

.carrierIn .submitBtn:hover {
	background: #ad141a;
}

.carrierIn .clearfix .col-md-6:last-child {
	float: right;
}

.carrierIn .col-md-6 {
	width: 100%;
}

.carrierIn .col-md-6 img {
	width: 90%;
}

.careerBottom {
	/*padding: 30px;*/
	margin-top: -8%;
	text-align: center;
}

.file {
	visibility: hidden;
	position: absolute;
}

.carrierIn .btn-primary {
	color: #fff;
	background-color: #595b5c;
	border-color: #595b5c;
	min-height: 50px;
	padding: 0 25px;
}

.carrierIn .btn-primary:hover {
	background-color: #a7191f;
	border-color: #a7191f;
}

.careeirOut h3 {
	padding: 30px 0;
	margin: 0;
	text-align: center;
}

.careeirOut h3 a {
	color: #af2429;
}

.careeirOut h3 a:hover {
	color: #91040a;
}

.sto {
	fill: none;
	stroke: #fff;
	stroke-width: 5;
	stroke-miterlimit: 5;
}

/* .indexContentTop .col-md-6:last-child:hover .sto{fill:#fff;}*/
#cherrilogo:hover .sto {
	fill: #fff;
}

.sto {
	stroke-dasharray: 5000;
	stroke-dashoffset: 0;
	-webkit-animation: dash 5s linear forwards;
	-o-animation: dash 5s linear forwards;
	-moz-animation: dash 5s linear forwards;
	-webkit-animation: dash 5s linear forwards;
}

@
-webkit-keyframes dash {from { stroke-dashoffset:5000;
	
}

to {
	stroke-dashoffset: 0;
}

}
.thankyou {
	text-align: center;
	color: #fff;
	display: block;
	overflow: hidden;
}

.thankyou h2 {
	color: #fff !important;
}

.thankyou p {
	color: #fff !important;
}

#imgContainer {
	height: 625px;
	display: block;
	float: right;
	text-align: center;
	/* we wont show the rest of the massive sprite! */
	overflow: hidden;
}

.location {
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	top: 12%;
	left: 61%;
}

.limg1 {
	position: relative;
	top: 0;
	left: 206px;
}

.limg2 {
	position: relative;
	top: 131px;
	left: 23px;
}

.limg3 {
	position: relative;
	top: 80px;
	left: 154px;
}

.limg4 {
	position: relative;
	top: 226px;
	left: -64px;
}

.limg5 {
	position: relative;
	top: 351px;
	left: -127px;
}

.limg1 .pulse {
	left: 43px;
	top: 44px;
}

.limg2 .pulse {
	left: 51px;
	top: 41px;
}

.limg3 .pulse {
	left: 43px;
	top: 44px;
}

.limg4 .pulse {
	left: 48px;
	top: 41px;
}

.limg5 .pulse {
	left: 42px;
	top: 41px;
}

.pulse {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 11px 0px 0px -12px;
	-webkit-transform: rotateX(55deg);
	-moz-transform: rotateX(55deg);
	-o-transform: rotateX(55deg);
	-ms-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: -2;
}

.pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -13px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-box-shadow: 0 0 1px 2px #89849b;
	box-shadow: 0 0 1px 2px #89849b;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

@
-moz-keyframes pulsate { 0% {
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

50%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

  
}
100%
{
-webkit-transform
:
 
scale
(1
.2
,
1
.2
);

    
-moz-transform
:
 
scale
(1
.2
,
1
.2
);

    
-o-transform
:
 
scale
(1
.2
,
1
.2
);

    
-ms-transform
:
 
scale
(1
.2
,
1
.2
);

    
transform
:
 
scale
(1
.2
,
1
.2
);

    
opacity
:
 
0;
-ms-filter
:
 
"
progid
:DXImageTransform
.Microsoft
.Alpha
(Opacity=0)";

    
filter
:
 
alpha
(opacity=0);

  
}
}
@
-webkit-keyframes pulsate { 0% {
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

50%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

  
}
100%
{
-webkit-transform
:
 
scale
(1
.2
,
1
.2
);

    
-moz-transform
:
 
scale
(1
.2
,
1
.2
);

    
-o-transform
:
 
scale
(1
.2
,
1
.2
);

    
-ms-transform
:
 
scale
(1
.2
,
1
.2
);

    
transform
:
 
scale
(1
.2
,
1
.2
);

    
opacity
:
 
0;
-ms-filter
:
 
"
progid
:DXImageTransform
.Microsoft
.Alpha
(Opacity=0)";

    
filter
:
 
alpha
(opacity=0);

  
}
}
@
-o-keyframes pulsate { 0% {
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

50%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

  
}
100%
{
-webkit-transform
:
 
scale
(1
.2
,
1
.2
);

    
-moz-transform
:
 
scale
(1
.2
,
1
.2
);

    
-o-transform
:
 
scale
(1
.2
,
1
.2
);

    
-ms-transform
:
 
scale
(1
.2
,
1
.2
);

    
transform
:
 
scale
(1
.2
,
1
.2
);

    
opacity
:
 
0;
-ms-filter
:
 
"
progid
:DXImageTransform
.Microsoft
.Alpha
(Opacity=0)";

    
filter
:
 
alpha
(opacity=0);

  
}
}
@
keyframes pulsate { 0% {
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

50%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

  
}
100%
{
-webkit-transform
:
 
scale
(1
.2
,
1
.2
);

    
-moz-transform
:
 
scale
(1
.2
,
1
.2
);

    
-o-transform
:
 
scale
(1
.2
,
1
.2
);

    
-ms-transform
:
 
scale
(1
.2
,
1
.2
);

    
transform
:
 
scale
(1
.2
,
1
.2
);

    
opacity
:
 
0;
-ms-filter
:
 
"
progid
:DXImageTransform
.Microsoft
.Alpha
(Opacity=0)";

    
filter
:
 
alpha
(opacity=0);

  
}
}
@
-moz-keyframes bounce { 0% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-transform: translateY(-2000px) rotate(-45deg);
	-moz-transform: translateY(-2000px) rotate(-45deg);
	-o-transform: translateY(-2000px) rotate(-45deg);
	-ms-transform: translateY(-2000px) rotate(-45deg);
	transform: translateY(-2000px) rotate(-45deg);
}

60%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

    
-webkit-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(30px)
 
rotate
(-45deg);

  
}
80%
{
-webkit-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

  
}
100%
{
-webkit-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
transform
:
 
translateY
(0)
 
rotate
(-45deg);

  
}
}
@
-webkit-keyframes bounce { 0% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-transform: translateY(-2000px) rotate(-45deg);
	-moz-transform: translateY(-2000px) rotate(-45deg);
	-o-transform: translateY(-2000px) rotate(-45deg);
	-ms-transform: translateY(-2000px) rotate(-45deg);
	transform: translateY(-2000px) rotate(-45deg);
}

60%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

    
-webkit-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(30px)
 
rotate
(-45deg);

  
}
80%
{
-webkit-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

  
}
100%
{
-webkit-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
transform
:
 
translateY
(0)
 
rotate
(-45deg);

  
}
}
@
-o-keyframes bounce { 0% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-transform: translateY(-2000px) rotate(-45deg);
	-moz-transform: translateY(-2000px) rotate(-45deg);
	-o-transform: translateY(-2000px) rotate(-45deg);
	-ms-transform: translateY(-2000px) rotate(-45deg);
	transform: translateY(-2000px) rotate(-45deg);
}

60%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

    
-webkit-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(30px)
 
rotate
(-45deg);

  
}
80%
{
-webkit-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

  
}
100%
{
-webkit-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
transform
:
 
translateY
(0)
 
rotate
(-45deg);

  
}
}
@
keyframes bounce { 0% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-transform: translateY(-2000px) rotate(-45deg);
	-moz-transform: translateY(-2000px) rotate(-45deg);
	-o-transform: translateY(-2000px) rotate(-45deg);
	-ms-transform: translateY(-2000px) rotate(-45deg);
	transform: translateY(-2000px) rotate(-45deg);
}

60%
{
opacity
:
 
1;
-ms-filter
:
 
none
;

    
filter
:
 
none
;

    
-webkit-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(30px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(30px)
 
rotate
(-45deg);

  
}
80%
{
-webkit-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

    
transform
:
 
translateY
(-10px)
 
rotate
(-45deg);

  
}
100%
{
-webkit-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-moz-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-o-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
-ms-transform
:
 
translateY
(0)
 
rotate
(-45deg);

    
transform
:
 
translateY
(0)
 
rotate
(-45deg);

  
}
}
.mBannerImg {
	display: none;
}

.mmapImg {
	display: none;
}

.termcontions {
	height: 500px;
	padding: 30px;
	overflow: auto;
}
/*.modal-open{position:fixed;}*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../imgs/pageLoader.gif) 50% 50% no-repeat
		rgb(249, 249, 249);
	opacity: 1;
}
.cheriImg img {
	float: right;
	text-align: right;
	margin-right: -30px;
}
.plantable table {
	padding: 0;
	margin: 0 0 25px;
	font-family: 'Roboto-Regular';
	border-bottom: solid 1px #ccc;
}

.plantable table tr td {
	padding: 20px 80px 20px 0;
	font-size: 18px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.plantable table tr td:first-child {
	width: 16%;
	padding: 0;
	text-align: center;
}
/*	.plantable table tr td:last-child{border-right:none;}*/
/*.plantable table tr td:first-child{border-top-left-radius: 8px; border-bottom-left-radius: 8px;}*/
.plantable table tr td span.rs {
	font-family: 'RupeeForadian';
	display: inline-block;
}

.plantable h2 {
	text-align: center;
	margin: 0 0 25px;
	padding: 0;
}

.plantable table tr:first-child th {
	border-bottom: none;
}

.plantable table tr th {
	background: rgb(95, 148, 165);
	color: #fff;
	padding: 12px 80px 12px 0;
	text-align: right;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.plantable1 table {
	padding: 0;
	margin: 0 0 25px;
	font-family: 'Roboto-Regular';
	border-bottom: solid 1px #ccc;
}

.plantable1 table tr td {
	padding: 20px 80px 20px 0;
	font-size: 18px;
	text-align: right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.plantable1 table tr td:first-child {
	width: 16%;
	padding: 0;
	text-align: center;
}
/*	.plantable table tr td:last-child{border-right:none;}*/
/*.plantable table tr td:first-child{border-top-left-radius: 8px; border-bottom-left-radius: 8px;}*/
.plantable1 table tr td span.rs {
	font-family: 'RupeeForadian';
	display: inline-block;
}

.plantable1 h2 {
	text-align: center;
	margin: 0 0 25px;
	padding: 0;
}

.plantable1 table tr:first-child th {
	border-bottom: none;
}

.plantable1 table tr th {
	background: rgb(95, 148, 165);
	color: #fff;
	padding: 12px 80px 12px 0;
	text-align: right;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.bn {
	background: none !important;
}

.plantable table tr td button {
	border-radius: 50px;
	border: none;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px 17%;
}

.plantable table tr th:last-child {
	border-right: none;
}

.plantable table tr td button:hover {
	background: #e3141d;
}

.plantable table tr:hover button {
	background: #e3141d;
}

.plantable table tr {
	background: #fff;
}

.plantable table .row1:hover {
	background: #f2f7ec;
}

.plantable table .urow1:hover td:nth-child(3) {
	/*transition: opacity 0.3s ease;*/
	/* background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(208, 208, 208, 0.1) 25%, transparent 25%, transparent 50%, rgba(208,208,208, 0.1) 50%, rgba(208, 208, 208, 0.1) 75%, transparent 75%, transparent);*/
	/*  animation: animatedBackground 20s linear infinite;*/
	background-color: rgba(208, 208, 208, 0.8);
	background: url(../imgs/vedi.gif) repeat, url(../imgs/vedi1.gif) repeat;
}

.plantable1 table tr th:last-child {
	border-right: none;
}

.plantable1 table tr td button:hover {
	background: #e3141d;
}

.plantable1 table tr:hover button {
	background: #e3141d;
}

.plantable1 table tr {
	background: #fff;
}

.plantable1 table .row1:hover {
	background: #f2f7ec;
}

.plantable1 table .urow1:hover td:nth-child(3) {
	/*transition: opacity 0.3s ease;*/
	/* background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(208, 208, 208, 0.1) 25%, transparent 25%, transparent 50%, rgba(208,208,208, 0.1) 50%, rgba(208, 208, 208, 0.1) 75%, transparent 75%, transparent);*/
	/*  animation: animatedBackground 20s linear infinite;*/
	background-color: rgba(208, 208, 208, 0.8);
	background: url(../imgs/vedi.gif) repeat, url(../imgs/vedi1.gif) repeat;
}

@
keyframes animatedBackground {from { background-position:00;
	
}

to {
	background-position: 100% 0;
}

}
.plantable table .urow2:hover td:nth-child(3) {
	/*transition: opacity 0.3s ease;*/
	/* background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(208, 208, 208, 0.1) 25%, transparent 25%, transparent 50%, rgba(208,208,208, 0.1) 50%, rgba(208, 208, 208, 0.1) 75%, transparent 75%, transparent);*/
	/*  animation: animatedBackground 20s linear infinite;*/
	background-color: rgba(208, 208, 208, 0.8);
	background: url(../imgs/vedi.gif) repeat, url(../imgs/vedi1.gif) repeat;
}

.plantable table .urow3:hover td:nth-child(3) {
	/*transition: opacity 0.3s ease;*/
	/* background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(208, 208, 208, 0.1) 25%, transparent 25%, transparent 50%, rgba(208,208,208, 0.1) 50%, rgba(208, 208, 208, 0.1) 75%, transparent 75%, transparent);*/
	/*  animation: animatedBackground 20s linear infinite;*/
	background-color: rgba(208, 208, 208, 0.8);
	background: url(../imgs/vedi.gif) repeat, url(../imgs/vedi1.gif) repeat;
}

@
keyframes barberpole {from { background-position:00;
	
}

to {
	background-position: 60px 30px;
}

}
.plantable table .row2:hover {
	background: #f4f2fb;
}

.plantable table .row3:hover {
	background: #f9ecf0;
}

.plantable table .row4:hover {
	background: #f9ecea;
}

.plantable table .row5:hover {
	background: #faf0e3;
}

.plantable table .row6:hover {
	background: #f9f1ed;
}

.plantable table .row7:hover {
	background: #faeced;
}

/*.plantable table tr:nth-child(odd):hover{ background:#f5f5f5; border-right:solid 1px red !important; }
.plantable table tr:nth-child(odd) {border-bottom:solid 1px #ccc !important;
    background:#fff; }*/
.plantable table tr .pcol1 {
	background-color: #49731f !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol2 {
	background-color: #44387f !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol3 {
	background-color: #9d284d !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol4 {
	background-color: #8a3124 !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol5 {
	background-color: #de8516 !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol6 {
	background-color: #e35714 !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr .pcol7 {
	background-color: #e3141d !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.plantable table tr:last-child td {
	border-bottom: none;
}

.bounce {
	position: absolute;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@
-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
}

40%
{
-webkit-transform
:
 
translateY
(-30px);
}
60%
{
-webkit-transform
:
 
translateY
(-15px);
}
}
@
-moz-keyframes bounce { 0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0);
}

40%
{
-moz-transform
:
 
translateY
(-30px);
}
60%
{
-moz-transform
:
 
translateY
(-15px);
}
}
@
-o-keyframes bounce { 0%, 20%, 50%, 80%, 100% {
	-o-transform: translateY(0);
}

40%
{
-o-transform
:
 
translateY
(-30px);
}
60%
{
-o-transform
:
 
translateY
(-15px);
}
}
@
keyframes bounce { 0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
}

40%
{
transform
:
 
translateY
(-30px);
}
60%
{
transform
:
 
translateY
(-15px);
}
}


.carrerbaneerRes {
		height: 1450px;
	}
	
	
@media ( min-width : 1601px) and (max-width: 1919px) {
	.carrerbaneerRes {
		height: 1450px;
	}
	.indexBanner {
		height: 1080px;
	}
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
}

_::selection, header {
	z-index: 1000\0;
} /* IE 9+ (Only) */
_::selection, .sidebarwidget {
	z-index: 1000\0;
} /* IE 9+ (Only) */
.card {
	/* width: 100px;
        height: 100px;
        margin: 20px;
        display: inline-block;*/
	
}

.front, .back {
	padding: 10px;
}

.front {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.back {
	background: #af2429;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.testimonialLeft {
	/*background: url(../images/testimonial-bg.png) no-repeat; */
	width: 281px;
	height: 212px;
	float: left;
	margin-right: 20px;
	padding: 0;
}

.testimonialRight p {
	margin: 0 0 10px;
}

.testimonialRight h3 {
	font-size: 22px;
	line-height: 21px;
}

.testimonialRight h3 span {
	font-size: 14px;
	display: block;
}

@media ( min-width : 1600px) and (max-width: 1919px) {
	.indexBanner h1 {
		font-size: 78px;
		left: 6%;
	}
	
/*planName*/
.planNamechangeH1 h1{
	font-size: 41px;
	font-weight: bold;
}
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.BannerImg img {
		width: 100%;
	}
	.BannerImg {
		content: "";
		height: auto;
		margin: auto;
		position: absolute;
		width: auto;
		right: 0;
		margin: -6px 0 0;
	}
	.indexContentTop .col-md-6 p {
		font-size: 26px;
	}
	.indexContent {
		background: url(../images/index-content-bottom-bg.jpg) no-repeat 0 355px;
	}
	.carrierIn {
		background: #fff;
		padding: 10% 2% 2%;
	}
	.carrierIn {
		background: #fff;
		padding: 10% 2% 2%;
	}
	.indexContentTop .col-md-6 p {
		font-size: 15px;
	}
	.innerBanner img {
		height: auto;
		width: 100%;
	}
	.limg5 {
		left: -75px;
		position: relative;
		top: 295px;
	}
	.limg4 {
		left: -22px;
		position: relative;
		top: 207px;
	}
	.carrierIn .radio {
		margin: -5px 14px 0 0;
	}
	.location {
		left: 59%;
	}

	#sotpValEn
	{
		margin-left: -140px;
	}
    .table-responsive
    {
    	overflow-x: hidden;
    }

    .innerPage
    {
    	background: none !important;
    }

}

@media ( min-width : 1400px) and (max-width: 1599px) {
	.testimonialLeft {
		float: left;
		height: 222px;
		margin-right: 1px;
		padding: 0;
		width: 281px;
	}
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.indexBanner h1 {
		font-size: 65px;
		left: 5%;
	}
	/*planName*/
.planNamechangeH1 h1{
	font-size: 47px;
	font-weight: bold;
}
	.indexContent {
		background: rgba(0, 0, 0, 0)
			url("../images/index-content-bottom-bg.jpg") no-repeat scroll -165px
			434px/1667px auto;
	}
	.darkHeader {
		padding: 13px 2%;
	}
	.darkHeader .menu li {
		font-size: 14px;
	}
	.darkHeader .headerRightBtn a, .darkHeader .headerRightBtn a:last-child
		{
		padding: 9px 20px 8px 16px;
	}
	.limg1 {
		left: 178px;
	}
	.limg3 {
		left: 134px;
		top: 60px;
	}
	.limg2 {
		top: 98px;
	}
	.limg4 {
		top: 157px;
	}
	.limg5 {
		left: -75px;
		top: 210px;
	}

	#sotpValEn
	{
		margin-left: -140px;
	}

    .table-responsive
    {
    	overflow-x: hidden;
    }

    .innerPage
    {
    	background: none !important;
    }

}

@media ( min-width : 1367px) and (max-width: 1600px) {
	header {
		padding: 35px 5%;
	}
	
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.menu li {
		margin: 0 26px 0 0;
		font-size: 17px;
	}
	.innerBanner img {
		height: auto;
		width: 100%;
	}
	.location {
		left: 58%;
		top: 9%;
	}

	#sotpValEn
	{
		margin-left: -140px;
	}

	.subscribeIn h2
	{
		padding-left: 70px;
	}

	.subscribeIn h4
	{
		padding-right: 90px;
	}

	.table-responsive
    {
    	overflow-x: hidden;
    }

    .innerPage
    {
    	background: none !important;
    }

}

@media ( min-width : 1367px) and (max-width: 1500px) {
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.indexContentBottom {
		padding: 112px 9%;
	}
	.indexContentBottom .col-md-6 {
		padding: 0 0 0 12px;
		width: 600px;
	}
	.plantable table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable table tr th {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr th {
		padding: 20px 42px 20px 0;
	}
	.table-responsive
    {
    	overflow-x: hidden;
    }

    .innerPage
    {
    	background: none !important;
    }

}

@media ( min-width : 1280px) and (max-width: 1366px) {
	.carrerbaneerRes {
		height:1200px;
	}
	.careerBottom{
	margin-top: 9%;
margin-bottom: 10px;
	}
	
	.careeirOut {
		float: left;
		left: 62px;
		position: absolute;
		top: 95px;
		width: 71%;
	}
	
	
	#sotpValEn
	{
		margin-left: -140px;
	}

	.subscribeIn h2
	{
		padding-left: 70px;
	}

	.subscribeIn h4
	{
		padding-right: 90px;
	}	
		
	.plantable table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable table tr th {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr th {
		padding: 20px 42px 20px 0;
	}
	.darkHeader .menu li {
		font-size: 14px;
	}
	.darkHeader .headerRightBtn a, .darkHeader .headerRightBtn a:last-child
		{
		padding: 9px 20px 8px 16px;
	}
	.supportTop .col-md-6 h3 {
		font-size: 38px;
	}
	.supportBottom .col-md-6 h2 {
		font-size: 35px;
	}
	.supportBottom .col-md-6 h2 span {
		font-size: 20px;
	}
	.supportBottom .address {
		float: left;
		width: 61%;
	}
	.innerPage {
		padding: 0 6%;
	}
	.darkHeader {
		padding: 12px 2%;
	}
	footer {
		padding: 22px 6%;
	}
	.indexContentTop, .indexContentBottom {
		padding: 0 6%;
	}
	.benifitsContent .col-md-6 img {
		margin-bottom: 10px;
		width: 110px;
		height: auto;
	}
	.benifitsContent .col-md-6 {
		padding: 50px;
		height: 450px;
	}
	.indexBanner h1 {
		font-size: 70px;
		width: 35%;
		line-height: 76px;
	}
	/*planName*/
.planNamechangeH1 h1{
	font-size: 35px;
	font-weight: bold;
}
	.indexBanner h1 div span {
		font-size: 95px;
	}
	.indexBanner h1 div p {
		margin: 6px 0 0 0;
	}
	.indexContentTop .col-md-6 .col-md-3 {
		height: 300px;
	}
	.indexBanner h1 div p {
		font-size: 20px;
		padding: 0;
		margin: 21px 0 0 0;
		float: left;
		line-height: 23px;
	}
	.BannerImg {
		
	}
	.BannerImg img {
		width: 100%;
	}
	.BannerImg {
		content: "";
		height: auto;
		margin: auto;
		position: absolute;
		/*width: 54%;*/
		right: 0;
		margin: -6px 0 0;
	}
	.indexContentTop .col-md-6 p {
		font-size: 21px;
		line-height: 28px;
	}
	.indexContent {
		background: url(../images/index-content-bottom-bg.jpg) no-repeat -165px
			355px;
	}
	.indexContentTop .col-md-6 {
		height: 599px;
		background-size: 324px !important;
	}
	.indexContent {
		background: url(../images/index-content-bottom-bg.jpg) no-repeat -165px
			300px;
		background-size: 1550px;
	}
	.indexContentBottom .col-md-6 {
		width: 600px;
		padding: 0 0px 0 0;
	}
	.indexContentBottom .col-md-6 p {
		font-size: 14px;
	}
	.indexContentBottom {
		padding: 64px 7% 59px;
	}
	.testimonialLeft {
		width: 230px;
	}
	.testimonialLeft img {
		width: 100%;
	}
	header {
		padding: 35px 2%;
	}
	.menu li {
		margin: 0 22px 0 0;
		font-size: 14px;
	}
	.indexContentTop .col-md-6 h3 {
		font-size: 22px;
	}
	.indexContentTop .col-md-6 p {
		font-size: 14px;
		line-height: 24px;
	}
	.theFuelContent {
		top: 167px;
	}
	.indexContentTop .col-md-6:last-child {
		padding: 0 0 0 62px;
	}
	.cheriImg {
		margin-left: -20px;
		margin-top: -85px;
	}
	.BannerImg {
		right: -135px;
	}
/*	.submenu2 {
		max-width: 266px;
	}*/
	.submenu2 {
		max-width: 278px;
	}
	.indexBanner h1 {
		font-size: 59px;
		line-height: 76px;
		width: 35%;
	}
	/*planName*/
.planNamechangeH1 h1{
	font-size: 43px;
	font-weight: bold;
}
	.clouds_three {
		width: 33%;
	}
	.location {
		left: 58%;
		margin: 0 auto;
		position: absolute;
		top: 12%;
		z-index: 10;
	}

	/*.limg3 {
    left: 118px;
    position: relative;
    top: 16px;
}
.limg2 {
    left: 18px;
    position: relative;
    top: 4px;
}
.limg4 {
    left: -7px;
    position: relative;
    top: 20px;
}*/
	.innerBanner img {
		height: auto;
		width: 100%;
	}
	.cheriImg img {
		width: 51%;
	}
	.carrierIn {
		padding: 5% 3% 2%;
	}
	
	
	.indexBanner h1 {
		left: 4%;
	}
	.planNamechangeH1 h1{
		left: 4%;
	}
	
	header {
		padding: 13px 2%;
	}
	.limg3 {
		left: 125px;
		position: relative;
		top: 29px;
	}
	.limg1 {
		left: 146px;
		position: relative;
		top: 0;
	}
	.limg4 {
		left: -27px;
		position: relative;
		top: 117px;
	}
	.limg5 {
		left: -72px;
		position: relative;
		top: 182px;
	}
	.limg2 {
		left: 23px;
		position: relative;
		top: 55px;
	}
	.payContent {
		left: 5%;
	}
	.carrierIn .radio {
		margin: -5px 9px 0 0;
	}
    .table-responsive
    {
    	overflow-x: hidden;
    }

    .innerPage
    {
    	background: none !important;
    }

    .planPage
    {
    	margin-left: 100px;
    }
    .subscribeOut
	{
		margin-top: -120px;
	}

}

@media ( min-width : 1280px) and (max-width: 1365px) {
	.careerBottom{
	margin-top: 16%;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.carrierIn {
		padding: 3%;
	}


	#sotpValEn
	{
		margin-left: -140px;
	}

	.subscribeIn h2
	{
		padding-left: 70px;
	}

	.subscribeIn h4
	{
		padding-right: 90px;
	}
	.careeirOut {
    float: left;
    width: 77%;
    position: absolute;
    top: 132px;
    left: 165px;
}
	.payContent {
		left: 2%;
	}
	.limg5 {
		top: 152px;
	}
	.plantable table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable table tr th {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr td {
		padding: 20px 42px 20px 0;
	}
	.plantable1 table tr th {
		padding: 20px 42px 20px 0;
	}
	.subscribeOut
	{
		margin-top: -50px;
	}
}

@media ( min-width : 992px) and (max-width: 1279px) {
	.careerBottom{
	margin-top: 78%;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.supportTop .col-md-6 h3, .supportBottom .col-md-6 h2 {
		font-size: 30px;
	}
	.supportBottom .address {
		float: left;
		width: 49%;
	}

	#sotpValEn
	{
		margin-left: -140px;
	}

	.subscribeIn h2
	{
		padding-left: 70px;
	}

	.subscribeIn h4
	{
		padding-right: 90px;
	}
	.supportBottom .col-md-6 {
		padding: 50px;
	}
	.SupportBanner.innerBanner img {
		top: 0;
	}
	.supportTop	.col-md-6
	{
		padding	: 50px;
		height:	330px;
	

	}

.supportBottom .col-md-6 h2 span {
	font-size: 20px;
}

.supportTop .col-md-6 p {
	font-size: 20px;
}

header {
	padding: 35px 1%;
}

.benifitsContent .col-md-6 img {
	margin-bottom: 10px;
	width: 110px;
	height: auto;
}

.benifitsContent .col-md-6 {
	padding: 50px;
	height: 450px;
}

.innerBanner img {
	width: 128%;
	height: auto;
	position: relative;
	left: -17%;
	top: 10%;
}

.indexBanner {
	overflow: hidden;
}

.innerPage {
	padding: 0 1%;
}

.indexBanner h1 {
	font-size: 55px;
	width: 35%;
	line-height: 55px;
	top: 58%;
}


.planNamechangeH1 h1{
		font-size: 48px;
		font-weight: bold;
	}
.indexBanner h1 div span {
	font-size: 55px;
}

.carrierIn .radio {
	margin: -5px 9px 0 0;
}

.indexBanner h1 div p {
	margin: 6px 0 0 0;
}

.indexContentTop .col-md-6 .col-md-3 {
	height: 300px;
}

.indexBanner h1 div p {
	font-size: 17px;
	padding: 0;
	margin: 0px 0 0 0;
	float: left;
	line-height: 17px;
}

.indexBanner {
	/*height: 768px;*/
	height: 1878px;
}

.BannerImg {
	
}

.BannerImg img {
	width: 100%;
}

.BannerImg {
	content: "";
	height: auto;
	margin: auto;
	position: absolute;
	width: 68%;
	right: 0;
	padding-top: 0%;
}

.indexContentTop .col-md-6 p {
	font-size: 21px;
	line-height: 28px;
}

.indexContent {
	background: url(../images/index-content-bottom-bg.jpg) no-repeat -165px
		355px;
}

.indexContentTop .col-md-6 {
	height: 599px;
	background-size: 324px !important;
}

.indexContent {
	background: url(../images/index-content-bottom-bg.jpg) no-repeat -165px
		557px;
	background-size: 1194px;
}

.indexContentBottom .col-md-6 {
	float: left;
	width: 520px;
	padding: 0 0px 0 28px;
}

.indexContentBottom {
	padding: 110px 9% 72px;
}

.darkHeader {
	padding: 12px 1%;
}

.logo {
	float: left;
	width: 140px;
}

.darkHeader .logo {
	float: left;
	width: auto;
}

.logo img {
	width: 100%;
}

.darkHeader .logodark {
	opacity: 2;
	position: relative;
	top: -30px;
}

.indexContentTop, .indexContentBottom {
	padding: 0 1%;
}

.indexContentBottom {
	padding: 110px 1% 72px;
}

footer {
	padding: 22px 1%;
}

header {
	padding: 35px 1%;
}

.menu li {
	font-size: 16px;
	margin: 0 20px 0 0;
}

.darkHeader .logo {
	float: left;
	width: 5%;
}

.bankList li img {
	left: 0;
}

.darkHeader .menu li {
	font-size: 14px;
}

.carrierIn .radio label {
	font-size: 13px;
}

.carrierIn {
	padding: 10% 0% 2%;
}

.BannerImg {
	content: "";
	height: auto;
	margin: auto;
	padding-top: 0;
	position: absolute;
	right: -214px;
	width: inherit;
}

.BannerImg {
	right: -280px;
	top: -97px;
}

.limg1 {
	left: 245px;
}

.limg3 {
	left: 192px;
	position: relative;
	top: 42px;
}

.limg2 {
	left: 101px;
	top: 97px;
}

.limg4 {
	left: 42px;
	top: 165px;
}

.limg5 {
	left: -16px;
	top: 266px;
}

.plantable table tr td {
	padding: 20px 42px 20px 0;
}

.plantable table tr th {
	padding: 20px 42px 20px 0;
}

.plantable1 table tr td {
	padding: 20px 42px 20px 0;
}

.plantable1 table tr th {
	padding: 20px 42px 20px 0;
}
}
@media ( min-width : 992px) and (max-width: 1024px) {
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.BannerImg {
		content: "";
		height: auto;
		margin: auto;
		padding-top: 0;
		position: absolute;
		right: -214px;
		width: inherit;
		margin: -6px 0 0;
	}


	#sotpValEn
	{
		margin-left: 150px;
		width: 50%;
	}

	.subscribeIn h2
	{
		padding-left: 70px;
	}

	.subscribeIn h4
	{
		padding-right: 90px;
	}
	.BannerImg {
		right: -241px;
		top: -97px;
	}
	.indexBanner h1 {
		font-size: 35px;
		line-height: 43px;
	}
	.indexBanner h1 {
		left: 4%;
	}
.planNamechangeH1 h1{
		font-size: 2px;
		font-weight: bold;
	}
	.mapImg img {
		width: 145%;
	}
	.indexContentTop .col-md-6:last-child {
		padding: 0 0 0 56px;
	}
	.cheriImg {
		margin-left: -99px;
		margin-top: -82px;
	}
	.cheriImg img {
		width: 53%;
	}
	.headerRightBtn a {
		font-size: 11px;
	}
	.support .col-md-4:last-child .mailContent p {
		font-size: 14px;
	}
	.innerPage h2 {
		font-size: 27px;
	}
	.support .col-md-4 h3 {
		font-size: 23px;
	}
	.support .col-md-4:last-child .lastchildBottom p {
		font-size: 13px;
	}
	.support .col-md-4 {
		min-height: 487px;
	}
	.darkHeader .logodark {
		top: -20px;
	}
	.darkHeader .logo img {
		width: 204%;
	}
	.indexBanner h1 div p strong {
		font-size: 25px;
	}
	.careeirOut {
		left: 20px;
		top: 95px;
		width: 50%;
	}
	.testimonialLeft img {
		width: 100%;
	}
	.indexContentBottom {
		padding: 74px 1% 72px;
	}
	.indexContentBottom .col-md-6 p {
		font-size: 12px;
	}
	.testimonialLeft {
		width: 210px;
		height: 222px;
	}
	.carrierIn {
		padding: 5% 2% 2%;
	}
	.careerBanner {
		height: 925px;
	}
	.bankList li span {
		font-size: 8px;
	}
	.payContent {
		left: 2%;
		position: absolute;
		top: 250px;
		width: 502px;
	}
	
	.payContent1 {
    left: 16%;
    width: 772px;
}

	.payContentInner .form-group {
		width: 45%;
	}
	.indexContentTop .col-md-6 p {
		font-size: 12px;
		line-height: 22px;
	}
	.plantable table tr td {
		padding: 20px 20px 20px 0;
	}
	.plantable table tr th {
		padding: 20px 20px 20px 0;
	}
	.plantable1 table tr td {
		padding: 20px 20px 20px 0;
	}
	.plantable1 table tr th {
		padding: 20px 20px 20px 0;
	}

	
}

@media ( min-width :768px) and (max-width:992px) {
	
	.careerBottom{
	margin-top: 164%;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 600%;
	}
	.BannerImg {
		width: inherit;
	}
	.BannerImg img {
		width: inherit !important;
	}
	#imgContainer {
		margin: -224px -102px 0 0;
	}
	.indexContentTop .col-md-6 {
		height: auto !important;
	}
	.indexContentTop .col-md-6 .col-md-3 {
		background: #af2429;
	}
	.m-flip .back {
		background: none !important;
	}
	.indexContentTop .col-md-6 .col-md-3 {
		min-height: 338px;
	}
	.indexContentTop .col-md-6 p {
		font-size: 14px !important;
	}
	.dropdown-content {
		width: 100%;
		border-radius: 0;
		top: -13px;
		margin-left: 0;
		border: solid 1px #6E0A0E;
		position: relative;
	}
	.dropdown .dropbtn {
		border-bottom: solid 1px #6E0A0E;
	}
	.dropdown-content li a {
		border-radius: 0;
		border-bottom: none;
	}
	.dropdown-content a {
		text-align: left;
		border-radius: 0 !important;
	}
	.dropdown-content:before {
		background: none;
	}
	.dropdown-content li:before {
		background: none;
	}
	.submenu2 {
		position: relative;
	}
	.dropdown:hover .dropbtn {
		color: #fff;
	}
	.careeirOut {
		float: left;
		left: 0;
		position: relative;
		top: 0;
		padding: 0 5%;
		width: 90%;
	}

	.subscribeOut {
		margin-top: -100px !important;
	}
	
	.subscribeOut h2{
		padding-top: 180px !important;
	}

	.col2 td, .col3 td, .col4 td, .col5 td
	{
		padding-left: 5px;
		padding-right: 5px;
		width: 20%;
	}


    .col3 td, .col4 td, .col5 td
    {
    	text-align: right !important;
    }

}

@media ( min-width :400px) and (max-width:767px) {
	
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	
		.carrerbaneerRes {
		height: 1450px;
	}
	.subscribeOut {
		margin-top: -80px !important;
	}
	
	.subscribeOut h2{
		padding-top: 20px !important;
	}

	.AdBanner h1 {
		font-size: 12px;
		font-family: 'Aileron-Thin';
		color: #2b2b2b;
		padding: 0;
		margin: 0;
		width: 31%;
		z-index: 9;
		position: absolute;
		top: 15%;
		left: 20%;
	}
	.AdBanner h1 div p span {
		color: #b92a30;
		font-size: 19px;
		margin: 0 12px 0 -8px;
		font-family: 'Aileron-SemiBold';
	}
	.AdBanner h1 div span.rs {
		font-family: 'RupeeForadian';
		display: inline-block;
		font-weight: normal;
	}
	.AdBanner h1 div p {
		font-size: 12px;
		padding: 0;
		margin: 8px 6px 0 0;
		float: left;
		line-height: 28px;
	}
	.AdBanner h1 div p strong {
		font-weight: bold;
		font-size: 18px;
		margin-top: 18px;
	}
	.AdBanner h1 div em strong {
		font-weight: bold;
		font-size: 20px;
	}

	.col2, .col3, .col4, .col5
	{
		padding-left: 5px;
		padding-right: 5px;
		width: 20%;
	}

    .col3 td, .col4 td, .col5 td
    {
    	text-align: right !important;
    }
}

@media only screen and (max-width: 800px) {
		.carrerbaneerRes {
		height:498%;
	}
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody,
		#no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 13px;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-size: 18px;
	}
	/*
        Label the data
        */
	#no-more-tables td:before {
		content: attr(data-title);
	}
	.plantable table tr td:first-child {
		width: 100%;
		padding: 12px 0;
		text-align: center;
	}
	.plantable table tr td {
		padding: 11px 80px 12px 0;
		font-size: 15px;
	}
	.plantable table tr td button {
		border-radius: 50px;
		border: none;
		color: #fff;
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 6px 8%;
	}
	.plantable1 table tr td:first-child {
		width: 100%;
		padding: 12px 0;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
	}
	.plantable1 table tr th {
		text-align: left !important;
	}
	.plantable1 table tr td {
		padding: 11px 80px 12px 0;
		font-size: 15px;
	}
	.fL select {
		width: 100%;
		background: #fff;
	}

}

@media ( max-width : 768px) {
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
		.carrerbaneerRes {
		height: 1450px;
	}
	.enquireNowBottom {
		background: url(../images/enquireNowBottom.gif) repeat;
		padding: 5%;
	}
	.footerLeft {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footerRight {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.footerLeft span {
		float: none;
		display: block;
		overflow: hidden;
		padding: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	.indexContentBottom .col-md-6 ul {
		margin: 0;
		padding:
	}
	.socialMedia {
		width: 100%;
		text-align: center;
	}
	.indexContentTop, .indexContentBottom {
		padding: 0;
	}
	.indexContentTop .col-md-6 .col-md-3 {
		border: solid 1px #b92a30;
		padding: 0;
		height: auto;
		width: 50%;
		display: block;
		flex-direction: column;
		justify-content: center;
		padding: 3%;
		float: left;
	}
	.indexContentBottom .col-md-6 ul {
		padding: 0;
		margin: 0;
	}
	.indexContentTop .col-md-6 p {
		margin-bottom: 0;
		line-height: 24px;
		font-size: 20px;
	}
	.indexContentTop .col-md-6 {
		background: #af2429;
		height: 440px;
	}
	.indexContentBottom .col-md-6 {
		float: right;
		width: 100%;
		padding: 5%;
	}
	.arrowBtn {
		display: none;
	}
	.indexBanner {
		height: 550px;
		display: block;
		overflow: hidden;
	}
	.indexContent {
		background: #fff;
	}
	.indexBanner h1 div span {
		font-size: 50px;
	}
	.indexBanner h1 {
		font-size: 50px;
		top: 60%;
	}
	.indexBanner.innerBanner h1 {
		font-size: 35px;
		top: 35%;
	}
	.spanStyle {
    text-align: center;
    font-size: 27px;
    margin-left: 6%;
}
	.supportTop .col-md-6 {
		padding: 5%;
		background: #af2429;
		height: auto;
		margin: 0 0 20px 0;
		width: 100%;
		display: block;
		flex-direction: column;
		justify-content: center;
	}
	.supportTop .col-md-6 .clearfix:first-child {
		margin-bottom: 35px;
	}
	.supportTop .col-md-6 h3 {
		font-size: 30px;
	}
	.supportTop .col-md-6 p {
		font-size: 18px;
	}
	.supportBottom .col-md-6 {
		padding: 5%;
		height: auto;
		background: #f6fafb;
		border: solid 2px #e84c53;
		width: 100%;
	}
	.support .col-md-4 p {
		color: #fff;
		font-size: 16px;
	}
	.support .col-md-4:last-child {
		padding: 35px 24px;
	}
	.supportBottom .col-md-6:first-child {
		width: 100%;
		float: none;
		display: block;
		overflow: hidden;
	}
	.supportBottom .col-md-6 h2 {
		font-size: 30px;
	}
	.cbp-spmenu-push-toleft header {
		left: -260px;
		transition: 0.3s;
	}
	.innerPageEnquireNow {
		padding: 5% 0 6%;
	}
	header {
		left: -0;
		transition: 0.3s;
	}
	.supportBottom .col-md-6:first-child {
		width: 100%;
	}
	.indexBanner.innerBanner {
		height: auto;
	}
	.indexBanner.innerBanner1 {
		height: 1555px;
		padding-top: 40px;
	}
	
	header, .darkHeader {
		height: 50px;
		background: #fff;
		padding: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 26px;
		height: 3px;
		border-radius: 1px;
	}
	.navbar-toggle {
		padding: 9px 10px;
		background-color: #b5292f !important;
		color: #fff;
		width: 50px;
		height: 50px;
		content: "MENU";
		font-size: 9px;
		border-radius: 0 !important;
		position: relative;
		top: 0;
		margin: 0 !important;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-header {
		float: right;
	}
	.navbar-toggle::after {
		color: #fff;
		content: "MENU";
		font-size: 9px;
		position: relative;
		top: 5px;
		left: -1px;
	}
	.headerRightBtn a {
		font-size: 11px !important;
		padding: 32px 11px 3px !important;
		margin: 0;
		border-right: 1px solid #d0d0d0;
		border-left: 1px solid #d0d0d0;
		border-radius: 0;
		border-top: 0;
		border-bottom: 0;
		height: 50px;
		color: #7b7b7b;
	}
	.logo {
		float: left;
		padding: 3px 0 0 5px;
	}
	.headerRightBtn a.quickPayBtn {
		background: rgba(0, 0, 0, 0) url("../images/quickPayBtn-bg.png")
			no-repeat scroll center 10px;
	}
	.headerRightBtn a.myAccountBtn {
		background: rgba(0, 0, 0, 0) url("../images/myAccountBtn.png") no-repeat
			scroll center 10px;
	}
	.headerRightBtn a:last-child {
		border-radius: 0;
	}
	.headerRightBtn a.myAccountBtn {
		
	}
	.logodark {
		opacity: 0;
		display: none;
		height: 0 !important;
	}
	.logo img.logoImg {
		height: auto;
		margin-top: 13px;
		opacity: 1;
		width: 82px;
	}
	.BannerImg img {
		width: 100%;
	}
	.BannerImg {
		height: 450px;
	}
	.indexBanner h1 {
		width: 100%;
	}
	.indexBanner h1 div p br {
		display: none;
	}
	.menu li {
		line-height: 24px;
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.menu li a {
		color: #fff;
		display: block;
		overflow: hidden;
		padding: 9px 25px;
		border-bottom: solid 1px #6E0A0E;
	}
	.innerPage {
		padding: 0 5%;
	}
	.planRight {
		float: none;
		width: 100%;
	}
	.subscribeIn {
		padding: 5%;
	}
	.subscribeIn .col-md-6 {
		width: 100%;
		padding: 0;
	}
	.subscribeIn .col-md-6 input, .subscribeIn .col-md-6 select {
		padding: 14px;
	}
	.subscribeIn .col-md-6 {
		margin-bottom: 15px;
	}
	.fL {
		float: none;
	}
	.benifitsIntro p br {
		display: none;
	}
	.planPage .resp-tab-content {
		display: none;
		float: none;
		width: 100%;
	}
	.innerPageEnquireNow h2 {
		font-size: 25px;
	}
	.innerPageEnquireNow {
		padding: 5%;
	}
	.innerPageEnquireNow p {
		font-size: 18px;
	}
	body {
		font-size: 18px;
	}
	.planRight select {
		float: none;
		padding: 8px 9px;
		font-size: 18px;
		width: 200px;
		border: solid 1px #7d878a;
		height: 43px;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	.planRight {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	.planRight span {
		float: none;
		padding: 10px 20px 10px 0;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.benifitsIntro {
		margin: 0 0 0 0;
	}
	.benifitsIntro .fL {
		float: none;
		margin-bottom: 45px;
	}
	.aboutUsIntro p {
		line-height: 28px;
		padding: 0;
	}
	.aboutUsTop .container {
		height: auto;
		padding: 0 5% 45px 5%;
		width: auto;
		margin: 0;
	}
	.aboutUsTop .containerBottom {
		width: auto;
	}
	.aboutUsTop .containerBottom div:nth-child(2n+1) {
		background: url(../images/about-us-bg.png) repeat-y;
		text-align: center;
		background: none;
		border: solid 1px #DCDCDC;
		margin-bottom: 35px;
		background: #fff;
	}
	.aboutUsTop .containerBottom div:nth-child(2n) {
		background: none;
		margin-top: 0;
		margin-bottom: 35px;
		text-align: center;
		border: solid 1px #EBEBEB;
		background: #fff;
	}
	.aboutUsTop {
		padding-bottom: 0;
	}
	.gforcecontent .col-md-6 .planPage .resp-tab-content {
		width: 100%;
	}
	.textsmall {
		font-size: 15px;
	}
	.EnquiryPopup .modal-dialog {
		width: 100%;
	}
	.enquireNowPopup .container {
		padding: 0;
	}
	.payContent {
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	.payContent1 {
	top: 69px;
	}
	
	.payContent .resp-tabs-container {
		background: none;
	}
	.payContent .resp-tab-content {
		background: #af2429;
		position: relative;
	}
	.payContentInner .form-group {
		width: 100%;
	}
	.bankList li {
		float: none;
		display: block;
		overflow: hidden;
	}
	.payContent .resp-tab-content {
		position: relative;
		padding: 15px 15px 45px;
	}
	.payContentInner p a {
		bottom: 5px;
		font-size: 13px;
	}
	.payContent .resp-tabs-container {
		min-height: 0;
	}
	.planoffer .col-md-6 {
		background: none;
		padding: 40px 21px 10px;
	}
	.planoffer {
		padding: 11px 12px;
	}
	.mmapImg {
		display: block;
	}
	.mapImg {
		display: none;
	}
	.location {
		display: none;
	}
	.EnquiryPopup .enquireNowPopup .error {
		font-size: 8px;
	}
	.plantable {
		display: block;
		overflow: auto;
		width: 340px;
	}
	.plantable1 {
		display: block;
		overflow: auto;
		width: 100%;
	}
	.careeirOut {
		float: left;
		left: 0;
		position: relative;
		top: 0;
		padding: 0 4%;
		width: 100%;
	}
	.careerBanner img { 
		height: auto; 
		margin-left: -60px; 
		width: 100%;
	}
	.indexContentTop .col-md-6:last-child {
		min-height: 201px;
	}
	.cheriImg img {
		display: none;
	}
	.theFuelContent {
		top: 0;
	}

    .col3 td, .col4 td, .col5 td
    {
    	text-align: right !important;
    }
}

@media ( max-width : 580px) {
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
		.carrerbaneerRes {
		height: 1450px;
	}
	.QuickPayPopup .modal-dialog {
		width: 90%;
		background: url(../images/QuickPayPopup-bg.jpg) no-repeat -107px 0;
	}
	.benifitsIntro p {
		line-height: 27px;
	}
	.indexBanner.innerBanner {
		height: auto;
		padding-top: 40px;
	}
	
	.indexBanner.innerBanner1 {
		height: 1400px;
		padding-top: 40px;
	}
	
	h2.resp-accordion {
		font-size: 15px !important;
		text-transform: uppercase;
	}
	h2, .h2 {
		font-size: 22px !important;
	}
	.planRight select {
		width: 100%;
	}
	.indexBanner.innerBanner h1 {
		font-size: 15px;
	}
	.spanStyle {
    text-align: center;
    font-size: 13px;
    margin-left: 6%;
}
	.indexContentTop .col-md-6 {
		background: #af2429;
		height: auto;
		display: block;
		overflow: hidden;
	}
	.indexContentTop .col-md-6 .col-md-3 {
		padding: 5%;
		width: 100%;
	}
	.indexContentTop .col-md-6:last-child {
		padding: 10%;
		background-size: 40%;
	}
	.indexContentTop .col-md-6:last-child p {
		margin-bottom: 25px;
	}
	.enquireNowBottom p, .indexContentBottom .col-md-6 ul li a p {
		font-size: 16px;
	}
	.indexContentTop .col-md-6 .col-md-3 img {
		float: left;
	}
	.indexContentTop .col-md-6 p {
		padding: 9px 0 0 15px;
		float: left;
		font-size: 17px;
		line-height: 21px;
	}
	.enquireNowBottom h2 {
		font-size: 30px;
	}
	.enquireNowBottom p {
		margin: 0 0 15px 0;
	}
	.enquireNowBottom {
		padding: 10% 5%;
	}
	.indexContentBottom .col-md-6 ul li:last-child {
		margin: 0;
	}
	.indexContentBottom .col-md-6 {
		padding: 6%;
	}
	.indexBanner {
		overflow: hidden;
	}
	.indexContentTop .col-md-6 .col-md-3 img {
		float: left;
		width: 65px;
		height: auto;
	}
	.indexBanner h1 div p br {
		display: block;
	}
	.indexBanner h1 div p {
		font-size: 17px;
		padding: 0;
		margin: 3px 0 0 0;
		float: left;
		line-height: 17px;
	}
	.indexBanner h1 {
		font-size: 50px;
		top: 50%;
	}
	
.planNamechangeH1 h1{
		font-size: 2px;
		font-weight: bold;
	}
	
	.menu li a:hover {
		color: #fff;
	}
	.dropdown-content {
		position: relative;
	}
	.dropdown:hover .dropbtn {
		color: #fff !important;
	}
	.BannerImg {
		display: none;
	}
	.mBannerImg {
		display: block;
	}
	.mBannerImg img {
		width: 100%;
	}
	.sidebarwidget {
		display: none;
	}
	.footerLeft {
		margin-bottom: 20px;
	}
	.footerLeft ul {
		float: none;
		background: none;
		margin: 0;
		padding: 0;
	}
	.indexContentTop .col-md-6 h3 {
		font-size: 22px;
	}
	.indexBanner h1 {
		font-size: 35px;
	}
	
.planNamechangeH1 h1{
		font-size: 2px;
		font-weight: bold;
	}
	.dropdown-content {
		width: 100%;
		border-radius: 0;
		top: -13px;
		margin-left: 0;
		border: solid 1px #6E0A0E;
	}
	.dropdown .dropbtn {
		border-bottom: solid 1px #6E0A0E;
	}
	.dropdown-content li a {
		border-radius: 0;
		border-bottom: none;
	}
	.dropdown-content a {
		text-align: left;
	}
	.dropdown-content:before {
		background: none;
	}
	.dropdown-content li:before {
		background: none;
	}
	.support .col-md-4 p a {
		color: #fff;
		font-size: 12px;
	}
	.dropdown-content li a {
		border-radius: 0 !important;
	}
	.support .col-md-4 {
		border-right: none;
	}
	.accordion-section table {
		font-size: 13px;
	}
	.modal-open {
		position: absolute;
	}
	.termsPopup .modal-dialog {
		width: 100%;
	}
	.termcontions {
		height: auto;
		overflow: auto;
		padding: 10px;
	}
	.support .col-md-4 h3 {
		color: #fff;
		font-size: 18px;
	}
	.indexContentTop .col-md-6 .col-md-3 img {
		float: none;
	}
	.m-flip .m-flip__content {
		transform-style: flat;
		transform-style: flat;
	}
	.theFuelContent {
		text-align: center;
	}
	.planoffer .col-md-6 ul li {
		padding: 0;
	}
	.planoffer .col-md-6:last-child {
		padding: 10px;
	}
	.planoffer .col-md-6 {
		padding: 10px;
	}
	.planoffer .col-md-6 h3 {
		font-size: 18px;
	}
	.planoffer .col-md-6 ul li {
		font-size: 14px;
	}
	.innerPageEnquireNow p {
		font-size: 14px;
	}
	.EnquiryPopup .modal-dialog {
		margin: 24px auto;
	}
	.innerPage h2 {
		font-size: 18px !important;
	}
	.carrierIn .col-md-6 {
		width: 100%;
	}
	.carrierIn ul li {
		width: 100%;
	}
	.carrierIn {
		padding: 4% 2%;
	}
	.carrierIn ul li {
		float: none;
	}
	.carrierIn .radio {
		padding-left: 14px;
	}
	.careeirOut h3 {
		font-size: 14px;
	}
	.carrierIn .col-md-12 {
		padding: 0;
	}
	.gforcecontent {
		padding: 0 0 10px;
	}
	.selectcitypop .modal-dialog {
		width: 90%;
	}
	.menu li.active a {
		color: #fff;
	}
	.testimonialLeft {
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media ( max-width : 400px) {
	.careerBottom{
	margin-top: 20px;
margin-bottom: 10px;
	}
		.carrerbaneerRes {
		height: 1450px;
	}
	.QuickPayPopupIn .container button.btn-default {
		margin: 0;
	}
	.QuickPayPopupIn .container input {
		margin-bottom: 13px;
		width: 95%;
	}
	.QuickPayPopup .modal-dialog {
		width: 90%;
		background: url(../images/QuickPayPopup-bg.jpg) no-repeat -200px 0;
	}
	#no-more-tables td:before {
		position: absolute;
		top: 12px;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-size: 16px;
	}
	.plantable table tr .pcol2 {
		font-size: 16px;
	}
	.plantable table tr .pcol1 {
		font-size: 16px;
	}
	.plantable table tr .pcol3 {
		font-size: 16px;
	}
	.plantable table tr .pcol4 {
		font-size: 16px;
	}
	.plantable table tr .pcol5 {
		font-size: 16px;
	}
	.plantable table tr .pcol6 {
		font-size: 16px;
	}
	.plantable table tr .pcol7 {
		font-size: 16px;
	}
	.plantable table tr td {
		font-size: 12px;
	}

	.subscribeOut {
		margin-top: -100px !important;
	}
	
	.subscribeOut h2{
		padding-top: 20px !important;
	}
}

.AdBanner {
	background: url(../images/index-banner.jpg) no-repeat;
	height: 1050px;
	position: relative;
	background-size: cover;
}

.AdBanner.innerBanner h1.gforsetitle {
	right: 10%;
	left: initial;
	top: 35%;
	text-align: right;
}

.AdBanner.innerBanner h1 {
	width: 60%;
}

.AdBanner.innerBanner h1 img {
	width: 50%;
	right: 0;
}

.AdBanner h1 {
	font-size: 62px;
	font-family: 'Aileron-Thin';
	color: #2b2b2b;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 31%;
	z-index: 9;
	position: absolute;
	top: 15%;
	left: 20%;
}

.AdBanner h1 div p span {
	color: #b92a30;
	font-size: 60px;
	margin: 0 12px 0 0;
	font-family: 'Aileron-SemiBold';
}

.AdBanner h1 div span.rs {
	font-family: 'RupeeForadian';
	display: inline-block;
	font-weight: normal;
}

.AdBanner h1 div p {
	font-size: 22px;
	padding: 0;
	margin: 21px 6px 0 0;
	float: left;
	line-height: 28px;
}

.AdBanner h1 div p strong {
	font-weight: bold;
	font-size: 38px;
	margin-top: 18px;
}

.AdBanner h1 div em strong {
	font-weight: bold;
	font-size: 42px;
}



/*Code for plan showing Plan */
.list-type3{
margin:0 auto;
/*width:500px;*/
}

.list-type3 ul{
list-style: none;
}


.list-type3 li, .list-type3 a{
float:left;
height:35px;
line-height:35px;
position:relative;
font-size:15px;
font-weight: bold;
margin-bottom: 12px;
font-family: 'Raleway', sans-serif;
transition: background-color 1.5s ease;
margin: 2px 0 8px -20px;
}

.list-type3 a{
padding:0 60px 0 12px;
background:#b92a30;
color:#fff;
text-decoration:none;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
}

.list-type3 a:before{
content:"";
float:left;
position:absolute;
top:0;
left:-12px;
width:0;
height:0;
border-color:transparent #b92a30 transparent transparent;
border-style:solid;
border-width: 18px 12px 18px 0;
}

.list-type3 a:after{
content:"";
position:absolute;
top:15px;
left:0;
float:left;
width:6px;
height:6px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background:#fff;
-moz-box-shadow:-1px -1px 2px #004977;
-webkit-box-shadow:-1px -1px 2px #004977;
box-shadow:-1px -1px 2px #004977;
}
.list-type3 a:hover{
background: #b92a30;
color: #FFF;
text-decoration: none;
}
.list-type3 a:active , .list-type3 a:focus{
	text-decoration: none;
color: #fff;
	}
.list-type3 a:hover:before{
border-color:transparent #b92a30 transparent transparent;
}