@import url(https://fonts.googleapis.com/css?family=Roboto);
body
{
	font-family: "Roboto",sans-serif !important;
	font-size:12px !important;
	font-weight:normal !important;
	overflow-x:hidden !important;
	overflow-y:scroll !important;
}
a
{
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
	font-family: "Roboto",sans-serif !important;
	font-weight:normal !important;
}
a:hover
{
	text-decoration:none;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
/* Reset Style */
/*coded by shubhajit*/
.policies > a
{
	color:#ccc;
	text-decoration:none;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.policies > a:hover
{
	color:#fff;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.copyright > a
{
	color:#ccc;
	text-decoration:none;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.copyright > a:hover
{
	color:#fff;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.footer_up_box_icon {
    float: left;
    opacity: 0.7;
    height: 40px;
    width: 98px;
    margin-bottom: 7%;
   /* margin-left: 10%;*/
    transition-duration: 0.5s;
}
.no_padding { padding:0;}
.footer_box
{
	height:auto;
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.footer_box > p
{
	font-size:14px;
	color:#FFB437;
	font-weight:bold;
}
.footer_box > li
{
	width:100%;
	float:left;
	display:inline-block;
}
.footer_box > li > a
{
	font-size:12px;
	color: #888;
	text-decoration:none;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.footer_box > li > a:hover
{
	color: #fff;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
/*--------------------------------*/
* { margin:0; padding:0; outline:none; }

a, input[type=submit], input[type=button] {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	outline:none;
}

.header {
	position:fixed;
	z-index:9;
	width:100%;
	min-height:80px !important;
}
.navbar-default {
    background-color: #009ee3 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
.headerTp {
background:#009ee3 ;

}

/*.headerTp-fixed {
	position:fixed;
	z-index:9;
	width:100%;
}*/

#logo {
	margin:3% 0;
	display:block;
}

.logoScroll {
	margin:15px 0 !important;
}

.logoTagline-hide {
	display:none;
}

.topMenu {
	background:#3f3f3f;
	list-style:none;
	float:right;
	padding:0 25px;
	border-radius:0 0 4px 4px;
	margin:0;
}

.topMenu li { 
	padding:10px 5px;
	float:left;
}

.topMenu li a {
	color:#fff;
	font-size:14px;
}

.topMenu li a:hover, .topMenu li a.active {
	color:#fe7208;
}

.topMenu-hide {
	display:none;
}

.middleMenu_sec {
	float:right;
	margin:35px 0 0;
	width:100%;
}

.middleMenu_sec-Scroll {
	margin:30px 0 0;
}

.middleMenu {
	list-style:none;
	float:right;
	margin:10px 30px 0;
}

.middleMenu li { 
	padding:0 5px;
	float:left;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	font-weight:800;
}

.middleMenu li a {
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.middleMenu li:hover a, .middleMenu li.active a {
	color:#fce026;
}
.cd-header-buttons li {
    display: inline-block;
}
.user_info {
	border-radius:4px;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	font-weight:800;
	float:right;
}

.user_info .userImg {
	border-right:1px solid rgba(0,0,0,0.08);
	float:left;
	padding:10px 15px;
}

.user_info .userImg a{ width:32px; height:32px; overflow:hidden; display:inline-block; }

.user_info .userImg img { width:100%; height:100%; border:1px solid #fff; padding:1px; }

.user_info .user-name {
	float:left;
}

.user_info .user-name a {
	color:#fff;
}

.user_info .user-name a:hover {
	opacity:0.8;
}

.nav_sec {
    background: #009ee3 none repeat scroll 0% 0%;
}

.nav_sec-hide {
	display:none;
}

.afterHead {
	padding-top:80px;
}

.banner_sec {
	background:url(../images/orangeBg.jpg) no-repeat;
	background-size:cover;
	/*min-height:530px;*/
}

.boldTxt {
	font-family:Arial;
	font-weight:800;
}

.orangeTxt {
	color:#fc4926;
}

.textShadow {
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.signIn_sec {
	margin:60px 0;
}

.signIn_sec h3 {
	margin:0 0 20px 0;
}

.signInForm input[type=text], .signInForm input[type=password] {
	width:100%;
	height:50px;
	padding:0 15px;
	margin-bottom:10px;
	border:none;
	font-size:16px;
}

.signInForm input[type=submit], .signInForm input[type=button] {
	width:100%;
	height:40px;
	border:1px solid rgba(255,255,255,0.2);
	font-family:Arial;
	font-weight:800;
	font-size:16px;
	color:#fff;
	background:none;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.signInForm input[type=submit]:hover, .signInForm input[type=button]:hover {
	border:1px solid rgba(255,255,255,0.6);
}

.btnStyleOrange {
	padding:5px;
	background:#ff7400;
}

.btnStyleRed {
	padding:5px;
	background:#fc5026;
}

.btnStyleOrange a, .btnStyleRed a {
	width:100%;
	height:40px;
	padding:8px 15px 10px 15px;
	font-size:16px;
	color:#fff;
	background:none;
	display:inline-block;
}

.btnStyleOrange a:hover, .btnStyleRed a:hover {

	color:#fff;
}

.loginWithSocial {
	margin-top:30px;
	display:inline-block;
	position:relative;
	z-index:8;
}

.loginWithSocial h4 {
	font-size:16px;
	color:#fff;
	margin:0 0 10px 0;
}

.loginWithSocial a {
	float:left;
	margin:0 4px 0 0;
}

.loginWithSocial a:hover {
	opacity:0.8;
}

.signUp {
	margin-top:20px;
	display:inline-block;
	position:relative;
	z-index:8;
}

.signUp h4 {
	font-size:16px;
	margin:12px 20px 0 0;
	float:left;
}

.signUp a {
	float:left;
}

.signUp a:hover {
	opacity:0.8;
}

.whiteTxt {
	color:#fff;
}

.left {
	float:left;
}

.right {
	float:right;
}

.subtitle .btnStyleOrange {
	margin: 0 30px 0 0;
}

.watchVideo_sec {
	height:auto;
}

.watchVideo_sec .container {
	position:relative;
}

.watchVideo_sec .leftImg {
	position:absolute;
	left:-15%;
	top:0;
}

.video_sec {
	margin:60px 0 0;
}

.videoSearch {
	position:relative;
	margin-bottom:15px;
}

.videoSearch input[type=search] {
	width:100%;
	height:30px;
	padding:0 40px 0 10px;
	 -moz-box-shadow:    inset 1px 0 5px rgba(0,0,0,0.25);
   -webkit-box-shadow: inset 1px 0 5px rgba(0,0,0,0.25);
   box-shadow:         inset 1px 0 5px rgba(0,0,0,0.25);
   border:none;
}

.videoSearch input[type=submit] {
	text-indent:-999999em;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	background:url(../images/icon_search.png) no-repeat;
	border:none;
}

.tab-video-category li {
	float:none;
	margin:0;
	background:#fc5026;
	border-bottom:1px solid rgba(0,0,0,0.15);
	border-radius:0;
}

.tab-video-category li a {
	border-bottom:1px solid rgba(255,255,255,0.15);
	margin:0;
	color:#fff;
	border-radius:0;
	font-size:13.5px;
}

.tab-video-category li a .icon {
	width:20px;
	height:20px;
	margin:0 5px 0 -5px;
}

.tab-video-category li:hover {
	background-color: #ff7400;
}

.tab-video-category li.active a,
.tab-video-category li.active a:hover,
.tab-video-category li.active a:focus {
	background-color: #ff7400;
}

.rechargeOption-table {
	display:none;
	margin:60px 0;
	position:relative;
}

.fntsize
{
font-size:15px;
}

.fntsize:hover
{

background-color:#009ee3 !important;
color:white !important;
}

.crossBtn {
	position:absolute;
	top:-15px;
	right:-15px;
	width:32px;
	height:32px;
	background:url(../images/cross.png) no-repeat;
}

.md-padngRtNone {
	padding-right:0;
}

.signUp_sec {
	margin:60px 0 0;
}

.signUp_sec h3 {
	margin:0 0 20px 0;
	line-height:30px;
}

.rechargeTab {
	border:none;
	margin-bottom:20px;
}

.rechargeTab li {
	font-family:Arial;
	font-size:13px;
	font-weight:800;
	text-transform:uppercase;
	margin:0 20px 0 0;
}

.rechargeTab li a {
	color:#6f6f6f;
	padding:5px 0;
	border-bottom:3px solid transparent;
}

.rechargeTab li:hover a {
	color:#3f3f3f;
}

.rechargeTab li.active a,
.rechargeTab li.active a:hover,
.rechargeTab li.active a:focus {
	color:#3f3f3f;
	border-bottom:3px solid #ff7400;
}

.signUpForm input[type=text], .signUpForm input[type=tel], .signUpForm input[type=password], .signUpForm textarea, .signUpForm input[type=email] {
	width:100%;
	height:50px;
	padding:0 15px;
	margin-bottom:10px;
	border:none;
	font-size:16px;
	background:#f3f3f3;
}

.signUpForm textarea {
	border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

.signUpForm .smlInput {
	width:42% !important;
	float:left;
	
}

.signUpForm .smlBtn {
	width:27% !important;
	text-align:center;
	float:left;
	margin-left:2%;
}

.signUpForm .smlBtn a {
	height:40px;
	padding:3px 0;
	line-height:16px;
	font-size:14px;
}

.signUpForm .btnStyleOrange {
	clear:both;
}

.signUpForm input[type=submit], .signUpForm input[type=button] {
	width:100%;
	height:40px;
	border:1px solid #FF7400;
	font-size:16px;
	color:#fff;
	background:none;
}

.signUpForm input[type=submit]:hover, .signUpForm input[type=button]:hover {
	border:1px solid #FF7400;
}

.select-style {
    padding: 0;
    margin: 0;
    width: 100%;
	height:50px;
    overflow: hidden;
    background: #f3f3f3 url(../images/select-arrow.png) no-repeat 96% 50%;
	margin-bottom:10px;
}

.select-style select {
	font-family: 'Lato', sans-serif;
    padding: 5px 15px;
    width: 100%;
	height:50px;
    border: none;
	color:#6f6f6f;
	font-size:16px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select-style option {
	padding:5px 15px;
	border:none;
}

.select-style_small {
    background: #f3f3f3 url(../images/select-arrow.png) no-repeat 90% 50%;
}

.signUp_sec .signUp {
	margin-top:30px;
}

.carousel-sec {
	margin:0 0 20px 0;/*margin:0 0 60px 0;*/
	width:100%;
	display:inline-block;
}

.carousel-sec .btn_sec {
	width:18%;
	float:left;
	margin:40px 2% 0 0;
}

.carousel-sec .carousel-area {
	width:80%;
	float:left;
}

.owl .item{
	margin: 0 15px;
}

.owl .item img{
	display: block;
	width: 100px;/*width: 100%;*/
	height: 100px;
}

#owl1 .item img {
	border:1px solid #f3f3f3;
}

#owl2 .item img, #owl3 .item img {
	border:1px solid #fff;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(../images/left-arrow.png) no-repeat;
	width:12px;
	height:18px;
	position:absolute;
	top:46%;
	left:-10px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(../images/right-arrow.png) no-repeat;
	width:12px;
	height:18px;
	position:absolute;
	top:46%;
	right:-10px;
}

.btnStyleNew a {
	font-family: 'Lato', sans-serif;
  	font-size: 13px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.bg-sec1 {
	background:url(../images/bgImg1.jpg) no-repeat;
	background-size:cover;
}

.bg-sec2 {
	background:url(../images/bgImg2.jpg) no-repeat;
	background-size:cover;
}

.overlay {
	background:rgba(0,0,0,0.5);
}

.bgContent_sec {
	padding:72px 0;/*padding:140px 0;*/
	display:inline-block;
}

.testi_sec {
	padding:60px 0;
}

.testimonials {
	/*background:url(../images/icon_testi.png) no-repeat left top;*/
	width:100% !important;
}

.testimonials .testi {
	font-size:30px;
	width:100% !important;
	padding-top:10px;
}

.testimonials .testi .testi_prsn {
	float:right;
	display:inline-block;
	width:100%;
	margin:30px 0 0 0;
}

.testimonials .testi .blank_space {
	width:50px;
	display:inline-block;
}

.testimonials .testi .prsn_name {
	margin:30px 0 0 15px;
	color:#3f3f3f;
}

.home_video {
	background:url(../images/screen.jpg) no-repeat;

	width:600px;
	/*height:540px;*/
	height:448px;
	padding:22px;
	margin:0 auto;
}

.footer {
	font-size:12px;
	color:#6f6f6f;
}

.footer-links_sec {
	background:url(../images/line.png) repeat-x top;
	padding:20px 0;/*padding:30px 0;*/
}

.footer-links .heading {
	color:#fc6c26;
	text-transform:uppercase;
	margin:0 0 6px 0;
	font-size:16px;
}

.footer-links .links, .footer-links .imglinks {
	list-style:none;
	padding:0;
}

.footer-links .links li a {
	background:url(../images/line.png) repeat-x bottom;
	padding:0 0 7px;
	color:#6f6f6f;
	display:block;
	font-size:13px;
}

.footer-links .links li:hover a, .footer-links .links li.active a { color:#3f3f3f; }

.footer-links .imglinks li a {
	background:none;
	margin-bottom:20px;
	display:block;
}

.footer-links .imglinks li a:hover, .footer-links .links li a.imglinks { opacity:0.8; }

.startup { border-left:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); }

.admin-login, .customer-care{ margin-top:20px; }

.app_store { margin-top:20px; }

.footerMdl { background:url(../images/line.png) repeat-x top; padding:30px 0; }

.footerBtm { background:url(../images/line.png) repeat-x top; padding:0px 0;/*padding:30px 0;*/ }

.footerBtm a { color:#6f6f6f; }

.footerBtm a:hover, .footerBtm a.active { color:#3f3f3f; }

.policies { margin:5px 0 0 0; }

.policies a { padding:0 2px; }

.copyright { margin:5px 0 0 0; }

.socials a { padding:0 2px; }

.socials a:hover { opacity:0.8; }

.app_store a { margin:0 0; display:block; }

.likeBtns {
	display:block;
	/*margin:22px 0 0 0;*/
	height:auto;
	margin:0px;
	padding:2px 0 0;
}

.fb-like-btn { float:left; margin:0 10px 0 0; }

.tweet-code-btn { float:left; margin:0 10px 0 0; }

.newsletter { margin-top:60px; display:inline-block; }

.newsletter input[type=text] {
	width:65%;
	height:35px;
	background:#fff;
	border:none;
	float:left;
	padding:0 10px;
}

.newsletter input[type=submit], .newsletter input[type=button] {
	width:35%;
	height:35px;
	background:#fe7208;
	border:none;
	float:left;
	color:#fff;
}

.newsletter input[type=submit]:hover, .newsletter input[type=button]:hover { background:#fc5026; }

.scroll-top-wrapper {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	/*text-align: center;*/
	z-index: 99999999;
	margin-top:20px;
}

.scroll-top-wrapper:hover {
	opacity:0;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

.ms-slide-bgcont img {
	width:100% !important;
	height:100% !important;
	margin:0 !important;
}

.content-sec {
	padding:2% 0;
	float: left;
	margin-top: -8.1%;
	width:100%;
}

.register_sec {
	/*width:55%;*/
	margin:0 auto;
	background:#fff;
	box-shadow: 0px 0px 7px -7px;
	float: left;
	width:100%;
	
}

.register_sec label {
	font-size:14px;
}

#myTab li {
	font-family: Arial;
    font-size: 13px;
    font-weight: 800;
    margin: 0 20px 20px 0;
	padding:5px 5px;
    text-transform: uppercase;
	color:#cfcfcf;
	border-bottom:3px solid rgba(0,0,0,0.1);
}

#myTab li.active {
	color: #3f3f3f;
	border-bottom: 3px solid #ff7400;
}

#verification_steps li, #personality_steps li, #findfriend_steps li{
	font-family: Arial;
    font-size: 13px;
    font-weight: 800;
    margin: 20px 20px 0 0;
	padding:5px 5px;
    text-transform: uppercase;
	color:#cfcfcf;
	border-bottom:3px solid rgba(0,0,0,0.1);
}

#verification_steps li.active, #personality_steps li.active, #findfriend_steps li.active{
	color: #3f3f3f;
	border-bottom: 3px solid #ff7400;
}

.gmailbutton{
	font-size:25px;
	font-weight:bold;
}

/*===============purabi===============*/

.myLabel {
    position: relative;    margin:94px 0;
	/* margin-bottom:15px; */
}

.myLabel input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 67%;
    z-index: 2;
}

/*.myLabel span {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #2696b1;
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px;
    text-align: left;
}*/
.myLabel .btnStyleOrange span, .btnStyleRed input[type="submit"]{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    padding: 8px 15px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
	cursor: pointer;
	text-align:center
}

.btnColorgreen {
    background: #5fd556;
    float: right;
    padding: 5px;
    width: 37%;
}

.btnColorgreen input[type="submit"] {
	font-size: 14px;
    height: 30px;
    padding: 2px;
}

.next_btn{
	float: right;
	cursor: pointer;
	/*background:#BFBFBF;*/
	padding:5px;
	min-width:100px;
}

.next_btn span{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;

    height: 27px;
    padding: 2px 5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
	cursor: pointer;
	text-align:center;
}

.next_plus_tab li{
	display:inline-block;
	/*background: #837e7b;
    border-radius: 6px;
    color: #fff !important;
    font-size: 13px;
    margin-top: 20px;
    padding: 5px 8px !important;*/
} 

.next_plus_tab li:last-child{ padding:0; background: none; border-radius: 0; border-bottom:none !important; }

.offer_list{
	background: none repeat scroll 0 0 #eeeeee;
    padding: 5px;
	margin-bottom:10px;
}

.offer_list img{margin:10px auto;}

.check_form{ background:#FF7400; padding:5px; margin-top:5px; }

.check_form form label{
	color:#fff;
	font-weight:normal;
	font-size: 13px;
}

.check_form form input[type="checkbox"]{ margin-right:2px; }

input.link{
	background: url(../images/login-linkedin.png) no-repeat;
	border: medium none;
    height: 35px;
    margin-bottom: 15px;
    width: 110px;
}
.social_btn{
	background: url(../images/login-linkedin.png) no-repeat;
	border: medium none;
    height: 35px;
    margin-bottom: 15px;
    width: 110px;
}

.social-links li{ list-style:none; display:inline-block; margin-right: 15px; padding: 0 !important; }

.edt-profile_bg{
	background:url(../images/lady_wd_bg.jpg) no-repeat;
	background-size:cover;
}

.profile_name{ /*color:#fff;*/ }

.edt_prf_btn{ margin-top:25px !important; }

.edt_prf_btn .btnStyleOrange{ width:66.5%; }
	
.gapup{margin-bottom: 8px;font-size: 14px;}p.fn{font-weight:bold;color:#333;}

.pos_rel{ position:relative; }

.pos_abso{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:15px 0 0;
	height:100%;
}

.popuptab{ margin-bottom:25px; }

.popuptab > li> a{
    border-radius: 24px;
    font-size: 13px;
    margin-right: 2px;
    padding: 7px 18px;
	color:#6F6F6F;
	text-transform:uppercase;
	border: 1px solid rgba(0,0,0,0);
}

.popuptab > li.active> a, .popuptab > li> a:hover{
	border: 1px solid #FF7400;
	color:#FF7400;
}

.popuptab_content{ font-size:14px; }

.plan_row{
	border: 1px solid #eaedef;
	height: 120px;
	padding: 0;
	margin-bottom: 10px;
	cursor:pointer;
}

.recharge_value{
	background: #9b59b6;
    color: #fff;
    min-height: 118px;
    padding: 0 !important;
    text-align: center;
    font-size: 27px;
    line-height: 118px;
}

.recharge_desc{ margin:10px 0 8px 0; color:#919bac; font-size:12px; }

.plan_info{ color:#34495e; }

.edt_list_clr{ /*color:#fff !important;*/ }

.edt_list_clr .ylw_clr{ /*color:#fce026;*/ font-weight: normal;font-size:15px; color:#000; }

.for_mob{ display:none; }

.faq_list li{
	/*background:url(../images/tick.png) no-repeat left top;*/
	list-style: none;
    margin-bottom: 20px;
    /*padding-left: 40px;*/
}

.capcha_txt{ margin-top:25px; display:inline-block; }

.capcha_gap{ margin:14px 0; }

.form-bg{ background:#FFFFFF; padding:20px 20px 30px; margin-top:75px; }

/*#new_pswd input[type="password"] {
	border: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
}

#new_pswd input[type="submit"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	width:100%;
}
*/
.recharge_area{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*---------------------04-06-2015-----------------------*/

.tran_head{ margin:0; }

.trans_right_menu{ margin-top:30px; }

.trans_right_menu li{ list-style-type: none; }

.trans_right_menu li a{
	color: #333333;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    border: 0 none;
    display: block;
    padding: 15px;
    position: relative;
}

.trans_right_menu li a img{ margin-right:10px; }

.trans_right_menu li a:hover, .trans_right_menu li.active a {
	background: rgba(255,159,60,0.2) ;
	font-weight:bold;
}

.filter-container {
    background-color: #f9f9f9;
    padding: 10px 10px 3px 20px;
}

.nav-filter > li {
    background-color: #fff;
    border: 1px solid #eaedef;
    border-radius: 2px;
    font-size: 12px;
    padding-right: 0;
}
.select-box {
    cursor: pointer;
    display: inline-block;
    max-height: 24px;
    vertical-align: middle;
}

.transactions-container {
    border-top: 1px solid #eaedef;
    font-size: 13px;
    margin-top: 20px;
    padding: 10px;
    position: relative;
}
.transactions-inner {
    margin-left: 0;
    margin-top: 20px;
}
i[class*="icon-trans-"] {
    background:url(../images/rtgrn.png) no-repeat left top;
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
i.iicon-trans-success2 {
    background:url(../images/bluei.png) no-repeat left top;
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.transactions-date-container {
    border: 1px solid #eaedef;
    max-width: 100px;
}
.transactions-date {
    font-size: 24px;
    padding: 10px 2px 5px;
    text-align: center;
}
.transactions-month {
    background-color: #666;
    font-size: 13px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
	color:#fff;
}
.transactions-amount-container {
    text-align: right;
}
.transactions-rs {
    color: #919bac;
    font-size: 12px;
}
.transactions-amount {
    font-size: 18px;
}
.transactions-orderid {
    color: #919bac;
}
.fc-split-dropdown {
    background-color: #fbfbfb;
    border: 1px solid #eaedef;
    border-radius: 2px;
    font-size: 12px;
}
.transactions-summary {
    color: #919bac;
    font-size: 13px;
    font-style: italic;
}
.transactions-phone{font-size:18px;}

.text_bold{ font-weight: bold; }

.recharge_sec{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin: 50px 0;
    min-height: 80px;
    padding-top: 15px;
}

.main_amount{ line-height:50px; }

/*===============end_purabi===============*/

/*===============Purabi_sayan=============*/
#signup input, #mobile_verify input,
#registration input,#registration1 input, #mobile_verify input,
#password_verify input, #profileedit input,
#new_pswd input,  #rechargeform input, 
#dthform input,  #datacardform input, #forgot_psswd input, #data input, #videoedit input {
	background:rgba(0,0,0,0.00);
	border-bottom:1px solid rgba(0,0,0,0.2);
	z-index:999;
	padding-bottom:5px;
	height:auto !important;
	font-size:13px;
	color:#999;
}

#rechargeform input[type="submit"],
#rechargeform input[type="button"],
#dthform input[type="submit"],
#forgot_psswd input[type="submit"],
#videoedit input[type="submit"],
#data input[type="submit"]
{
	/*color:#fff;
	padding:9px 0 !important;
	border:1px solid rgba(255, 255, 255, 0.2);
	font-size:16px;*/	
	border: 1px solid #FF7400;
    color: #fff;
    font-size: 16px;
    height: 51px;
    line-height: 38px;
    padding-bottom: 0;
}

/*#rechargeform input{ padding-bottom:15px !important; }*/
.homeregfrm .border_holder input{ padding-bottom:0px !important; }
#signup label, #mobile_verify label,#registration label, #registration1 label, #mobile_verify label, #videoedit label,
#password_verify label, #profileedit label,
#new_pswd label, #forgot_psswd label{
	/*display:none;*/
	font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    width: 100%;
}

.border_holder{	position:relative;margin-bottom:20px; }
#registration .border_holder, #registration1 .border_holder{	position:relative;margin-bottom:0; }
#signup .ino_border, #mobile_verify .ino_border,#registration .ino_border, #registration1 .ino_border, #mobile_verify .ino_border, #videoedit .ino_border,
#password_verify .ino_border, #profileedit .ino_border,
#new_pswd .ino_border, #rechargeform .ino_border,
#dthform .ino_border, #datacardform .ino_border,
#forgot_psswd  .ino_border{
	position:absolute;
	bottom:11px;
	left:0;
	width:100%;
	height:5px;
	border-right:1px solid rgba(0,0,0,0.2);
	border-left:1px solid rgba(0,0,0,0.2);
	z-index:0;
}
#signup .select-style,
#registration .select-style,#registration1 .select-style,
#videoedit .select-style,
#mobile_verify .select-style,
#password_verify .select-style,
#profileedit .select-style,
#new_pswd .select-style{
	padding: 0;
    margin: 0;
    width: 100%;
	height:auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 68%;
	margin-bottom:0px;
}
#registration .select-style, #registration1 .select-style, #videoedit .select-style{
	padding: 0;
    margin: 0;
    width: 100%;
	height:auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 68%;
	margin-bottom:0px;
}
#rechargeform .select-style{
	padding: 0;
    margin: 0;
    width: 100%;
	height:auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 43%;
	margin-bottom:0px;
}
#dthform .select-style, #datacardform .select-style{
	padding: 0;
    margin: 0;
    width: 100%;
	height:auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 43%;
	margin-bottom:0px;
}

#profileedit  .select-style{ background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 67%; }

.select-style select, #mobile_verify select, #password_verify select, #profileedit select, #new_pswd select{
	font-family: 'Lato', sans-serif;
    padding: 0 10px;
    width: 100%;
	height:auto;
    border: none;
	border-bottom:1px solid rgba(0,0,0,0.2) !important;
	color:#999;
	font-size:13px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	margin-bottom:10px;
}

#registration .sml_adjsmnt,#registration1 .sml_adjsmnt { background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 66% !important; }

#registration .select-style_small,#registration1 .select-style_small  { background: rgba(0, 0, 0, 0) url(../images/select_bg.png) no-repeat scroll 99.9% 68%; }

.spl_bdy{ background:#f1f1f1; position:relative;/*z-index:-1;*/}

#registration .row, #registration1 .row, #mobile_verify .row, #password_verify .row, #profileedit .row, #new_pswd .row{margin-bottom:10px;}

#registration .btnStyleOrange, #registration1 .btnStyleOrange, #signup .btnStyleOrange, #profileedit .btnStyleOrange, #new_pswd .btnStyleOrange{width:25% !important;margin:25px auto 0;}
#mobile_verify .btnStyleOrange{width:40%;margin-top:24px;}
#uploadForm .btnStyleOrange{width:24%;}
#uploadForm .myLabel{margin:15px 0;}
#password_verify .btnStyleOrange, #request_permission .btnStyleOrange, #profileedit .btnStyleOrange{width:25%;margin:25px auto 0;}
#registration .btnStyleOrange input, #signup .btnStyleOrange input, #mobile_verify .btnStyleOrange input, #password_verify .btnStyleOrange input, #request_permission .btnStyleOrange input, #uploadForm .btnStyleOrange input, #new_pswd .btnStyleOrange input{color:#fff;width:100% !important;margin-top:0;}

#registration .btnStyleOrange input, #registration1 .btnStyleOrange input,  #signup .btnStyleOrange input, #mobile_verify .btnStyleOrange input,
#password_verify .btnStyleOrange input, #request_permission .btnStyleOrange input,
#uploadForm .btnStyleOrange input, #profileedit .btnStyleOrange input, #new_pswd .btnStyleOrange input, #lastreg .btnStyleOrange input{
	width:100%;
	height:40px;
	border:1px solid #FF7400;
	font-size:16px;
	color:#fff;
	background:none;
	padding-top:5px;
}


#lastreg .btnStyleOrange input{
	width:100%;
	height:auto;
	border:1px solid #FF7400;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:none;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	padding-top:5px;
	min-width:110px;
	text-transform:uppercase;
}


.select-style_home {
    padding: 0;
    margin: 0;
    width: 100%;
	height:50px;
    overflow: hidden;
    background: #f3f3f3 url(../images/select-arrow.png) no-repeat 96% 50%;
	margin-bottom:10px;
}

.select-style_home select {
	font-family: 'Lato', sans-serif;
    padding: 5px 15px;
    width: 100%;
	height:50px;
    border: none;
	color:#6f6f6f;
	font-size:16px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style_home select:focus {
    outline: none;
}

.select-style_home option {
	padding:5px 15px;
	border:none;
}

.inr_banner{width:100%;height:auto;margin:0px auto;position:absolute;z-index:-9;}
.edtpro_sec {
    background: rgba(255,255,255,1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    margin: 300px auto 50px;
    padding: 30px;
	border-radius:10px;
}
.edtpro_sec input{width:100% !important;}
.edtpro_sec .btnStyleOrange{width:100% !important;}
h3.profile_name{margin-top:0;background-color:#FF7A08;color:#fff;font-weight:normal;padding:10px 0;margin-bottom:25px;text-indent:15px;}
p.modipro{font-weight:bold;padding:0 0 20px 15px;}

.log_drpdw{ margin-bottom:0; }

.log_drpdw > li, .log_drpdw > li > ul > li{ list-style:none; }

.log_drpdw > li{ position:relative; }

.log_drpdw > li:hover > ul { display:block; }

.log_drpdw > li > ul{
	position: absolute;
    top: 20px;
    display: none;
    background: #FC4926;
    z-index: 999;
    width: 116px;
    left: -15px;
    padding: 15px;
	border-radius:4px;
}

.log_drpdw > li > ul > li> a{
	display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    width: 100%;
    padding-bottom: 5px;
}

.log_drpdw > li > ul > li:last-child> a{ margin-bottom: 0px; border-bottom: none; }

.log_drpdw .caret { border-top: 4px solid #fff !important; }

/*---------------------FAQs---------------------*/

div.toggle .faq_btn {
    background: none repeat scroll 0 0 #f4f4f4;
    border-left: 3px solid #FF7A08;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:15px;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    transition: all 0.15s ease-out 0s;
	outline:none;
}

.faq_para { display: block; padding: 10px 10px 10px 15px; }

.per_qntn{ margin-bottom:25px; }

.slickHoverPicture img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  position: relative;
  z-index: 2;
}

.faq_sub_head{
	border-bottom: 4px double #FF7A08;
	margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 12px;
}

h3.setprofile{border-bottom: 3px double #FF7A08;margin-bottom: 32px;margin-top: 0;padding-bottom: 10px;color:#ff7a08; }

#operator, #circle{ position:relative; }

#operator .ino_border, #circle .ino_border{ bottom:0 !important; }

/*#operator .text{ position:absolute; top:0; }*/

.opera_arrow{bottom: -5px;position: absolute;right: 1px;}

.signUp_sec h3{
	background: #FF7400;
    color: #fff;
    padding: 10px;
}

.scrollToTop {
    bottom: 75px;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 999;
}

.footer-links .links_last li a {
	background:none;
	padding:0px 0 7px 0;
	color:#6f6f6f;
	display:inline-block;
	font-size:13px;
}
.footer-links .links_last li { background:url(../images/line.png) repeat-x bottom; }

.cuponsall{ width:auto; height:auto; margin-top:30px; }

.cuponsall ul{ width:auto; height:auto; }

.cuponsall ul li{
	width:200px;
	height:200px;
	margin:2px;
	position:relative;
	list-style-type:none;
	display:inline-block;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cuponsall ul li img{
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pickfor{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	padding:8px 0;
	text-align:center;
	color:#fff;
	background-color:#FF7A08;
	display:none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor:pointer;
}

.cuponsall ul li .coucont{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	background-color:transparent;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tags{ margin: 0 15px; overflow: hidden; padding: 0; text-align:left; color:#fff; }

.tag.Food{ background: #b22853; border: 1px solid #b22853; }

.tag.Clothing { background: #d35400; border: 1px solid #d35400; }

.tag.Travel { background: #3e4bcb; border: 1px solid #3e4bcb; }

.tag.Care { background: #27ae60; border: 1px solid #27ae60; }

.tag {
	display: inline-block;
	font-size: 8px;
	overflow: hidden;
	padding: 3px 6px;
	text-transform: uppercase;
	transform-origin: 0 50% 0;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
}
.save {
	border: 1px solid #fff;
	color:#fff;
	display: inline-block;
	font-size: 8px;
	margin-right: 9px;
	padding: 3px 6px;
	text-transform: uppercase;
	vertical-align: middle;
}
.coucont h1{
	font-size: 14px;
	padding: 6px 15px 12px;
	text-transform: uppercase;
	border-bottom:none;
	color:#fff;
	font-weight:bold;
	margin-top:0;
	text-align:left;
}

.cuponsall ul li:hover .coucont {
	bottom:25px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cuponsall ul li:hover .pickfor{
	display:block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.cuponsall ul li:hover img{
	transform: scale(1.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.copy_link {  }
.coupon_sado{	left: 0px;	top: 0px;	width: 100%;	position: absolute;	height: 100%;	z-index: 9;	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;	cursor: pointer;	display: block;	}

.modal-lg {
    width: 900px;
}

h2.tt_one{text-transform:none;font-size:26px;line-height:40px;}
span.tt_two{font-size:33px !important;}

.only_pop {opacity: 0.8;color:#333;margin-top:-12px !important;}
.ban_pop{min-height:inherit;padding:10px 15px;}
.modal-footer{padding:10px 15px;}

h2.what_is{margin-top:0;}

.bgContent_sec h2{font-size:48px;}
.bgContent_sec p{font-size:20px;}
.ms-videogallery-template{padding-bottom:145px !important;}
.register_sec h3{
	border-bottom:0;
	margin-bottom:0;
	 /*margin-top:30px;*/
	 /*padding-top:30px;*/
	 padding-bottom:0px !important;
	 font-size:16px;
	 }
.videoregpage{margin-bottom:50px;}


/*===============end-purabi_sayan=============*/

/*=========================sayan===========================*/

.gapup2{margin-top:25px;margin-bottom:10px;}
p.urbalance{margin:20px 0 0;background-color:#FF8B21;color:#fff;font-weight:700;text-align:center;padding:5px;text-transform:uppercase;border-radius:3px;}
.credittabsec{margin:20px 0;padding:10px 0;border:1px solid #f2f2f2;}
.tran{border-bottom:1px solid #f2f2f2;}
.tran li a{color:#3f3f3f;text-transform:uppercase;padding:10px 20px;}
.tran li a:hover{border-bottom:3px solid #FF8B21;transition:none; }
.tran li.active a{border-bottom:3px solid #FF8B21;transition:none; }

.tab-pane{padding:10px 20px;}
input.depoinptxt{padding:15px 10px;border:1px solid #eee;min-width:310px;}
input.depoinpsub{background-color:#FF8B21;color:#fff;padding:16px 10px;border:none;min-width:150px;text-transform:uppercase;}
.table tr td{vertical-align:inherit !important;}

.tablecredit{margin:20px 0;border:1px solid #f2f2f2;}

.date{ background-color: #fafafa;
    border-color: #f2f2f2;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    /*display: inline-block;*/
    text-align: center;
    vertical-align: middle;
    width: 100%;}

.date span.month {
    background-color: #666;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 11px;
    padding:6px 3px;
}
.date span.day {
    display: block;
    font-size: 18px;
    line-height: 22px;
	padding:5px 3px;
}
.date span.year {
    color: #919bac;
    display: block;
    font-size: 13px;
    line-height: 11px;
	padding:6px 3px;
}

.repeat-transaction a{
	background-color: #ff8b21;
	border: medium none;color: #fff;
	padding: 3px 10px;
}


/*=========================end_sayan===========================*/

/*=========================amrita===========================*/

.end_sec {border: 1px solid rgba(0, 0, 0, 0.2); padding: 10px; float: left;}

.adver_list{margin:0; padding:0; list-style-type:none;}

.adver_list li{display:inline-block; color:#6f6f6f; font-size:13px; padding:0 5px !important;}

.adver_list li a{font-size:13px; color:#6f6f6f;}

.adver_list li a:hover{color:#FF881C; text-decoration:none;}

.link {
    color: #ccc;
    display: inline-block;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
	font-size:14px;
}

.frgt_pswrd{color:#959595; font-size:13px;}

.show_sec{ list-style-type:none; }

.padding{
padding:0px 0px 0px 0px !important;
}

.bckimg
{
margin-top:-295px !important;
margin-left: 312px !important;
}
.bordradius
{
border-radius:10px !important
}
.count
{
    float: right;
    margin-top: -20px;
    font-size: 14px;

}
.datepick
{
width:100% !important;
display:table-row !important;
}

.proced{
 -webkit-box-shadow: none !important;
         -moz-box-shadow: none !important;
         box-shadow: none !important;
}

.padd
{
padding-top:0px !important;
}

.marg
{
margin-left:112px !important;
}
.inputbox
{
    margin-bottom: 0% !important;
}
.colr
{
color:black !important;
}
.backgr
{
background-color:#ff9200 !important;
width:335px !important;
height:60px !important;
text-align:center !important;
color:white !important;
}

input.check{

zoom:1.5;


}
input.check:checked{
  background-color: #2ECC71 !important;
}
#credit::-webkit-input-placeholder {
color: white !important;
text-align:center !important;
font-size:16px !important;
}
 
#credit:-moz-placeholder { /* Firefox 18- */
color: white !important;
text-align:center !important;
font-size:16px !important; 
}
 
#credit::-moz-placeholder {  /* Firefox 19+ */
color: white !important;
text-align:center !important;
font-size:16px !important;
}
 
#credit:-ms-input-placeholder {  
color: white !important;
text-align:center !important;
font-size:16px !important;  
}


.martop
{
margin-top:0 !important;
}
.show_sec li {
    text-align: center;
    color: #fff !important;
    padding: 0px !important;
    background: #183641;
    display: block;
    float: left;
}
.other_show_sec_li{ background:#20566e !important; }
.brdr{border:1px solid #cccccc; height:2px; margin: 20px 0;}

.vdio_view span{color:#888888; margin: 0 5px;}

.btn_cntrl{width:20% !important; margin-top:10px;}

.btnStyleOrange a{
	font-size: 14px;
    font-weight: 100;
    height: auto !important;
    padding: 2px !important;
    text-align: center;	
}

.vdeo_sec{/*margin-bottom:20px;*/
padding: 3% 0%;
border-bottom: 1px solid #ddd;
color: #444;
}

.page-header span{
	font-size:14px;
	color:#827F7F;	
}

.clse_btn{float:right; color: #afaccf !important;}	

.views, .estimt, .cnvrt_ads{margin-bottom:20px; padding:10px;}

.cnvrt_ads{background:#cccccc; display:inline-block; width:100%;}

.viw_al{
	color:#ff7400;
	text-align:center;	
	width:100%;
	display:inline-block;
	margin:20px 0;
}

.border_holder textarea{
	border:1px solid rgba(0, 0, 0, 0.2) !important;
	background:none;
	margin:15px 0 10px;
	padding:10px;	
}

.adio{margin:10px 0;}

.adio i{color:#ff7400; font-size:20px;}

.vdeo i{color:#3AB53B; font-size:20px;}

.tdy_btn{
	background: #ededed !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #827f7f !important;
    font-weight: 700 !important;
    padding: 5px 10px !important;
    text-align: center;
    text-shadow: none !important;
}

.ad_sec{margin-top:45px;}

.upld_sts{margin:20px 0;}

.oky_col .oky_btn{width:100% !important; margin-bottom:20px;}

.oky_col .oky_btn input[type="submit"]{height:28px !important;}

.advrts_sec {
    padding: 4%;
    text-align: center;
    margin-bottom: 20px;
    background: #00953f;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}

.upld_bar{border:1px solid rgba(0,0,0,0.2); height:40px;}

.upld_bar span{float:right; padding:5px 10px 0 0;}

.setngs_tab{border-bottom:1px solid rgba(0,0,0,0.2);}

.setngs_tab li{padding: 0 20px 0px 0 !important;}

.setngs_tab li a{padding:7px 0 !important; color:#827f7f; font-size:14px;}

.setngs_tab li.active a{color:#ff7400; border-bottom:2px solid #ff7400;}

.stng_pannl{padding:20px !important;}

.stng_pannl form textarea{height:40px ; padding:5px 10px ;}

.show_video{margin:20px 0;}

.enblintra{border:1px solid #999;padding:15px;margin:15px 0;}

.lie{padding-top:10px;}

.mltpl_slct{border:1px solid rgba(0,0,0,0.2) !important;}

.mltpl_slct option{border-bottom:1px dashed rgba(0,0,0,0.2) !important;}

.mltpl_slct option:last-child{border-bottom:none !important;}

.navbar-default .navbar-nav > li.sub_active a{color: #fe7208 !important; background: transperent;}

/*=========================end_amrita===========================*/

@media (min-width: 768px) {
	/*.footer-links_sec .col-md-2 {
		width:20%;
	}*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		position:relative;
	}
	
	.afterHead {
		padding:0;
	}
	
	.topMenu {
		padding:0 10px;
	}
	
	.topMenu li {
		padding:10px 2px;
	}
	
	.middleMenu {
		margin:30px 0;
	}
	
	.middleMenu li {
		padding:0 3px;
	}
	
	#logo {
		margin:65px 0 0 0;
	}
	
	.signUp {
		margin-top:30px;
	}
	
	#sequence .title {
		bottom: 45% !important;
		width:47% !important;
	}
	
	#sequence .subtitle {
		top: 65% !important;
	}
	
	#sequence .model {
		min-width: 55% !important;
		width: 55% !important;
	}
	
	.model {
		bottom:15% !important;
	}
	
	.animate-in .model {
		right:0% !important;
	}
	
	.animate-out .model {
		right:0% !important;
	}
	
	.subtitle .btnStyleOrange {
		margin:0 10px 0 0 !important;
	}
	
	.sequence-pagination {
		bottom:10% !important;
	}
	
	.md-padngRtNone {
		padding-right:15px;
	}
	
	.video_sec {
		margin:60px 0 0 0;
	}
	
	.tab-video-category li {
		float:left;
		margin:0 1px 1px 0;
	}
	
	.watchVideo_sec .leftImg {
		display:none;
	}	
	
	.signUp_sec {
		margin:0 0 60px 0;
	}
	
	.signUpForm .smlBtn a {
		line-height:30px;
	}
	
	.carousel-sec .btn_sec {
		width:30%;
		float:left;
		margin:6% 2% 0 0;
	}
	
	.carousel-sec .carousel-area {
		width:68%;
		float:left;
	}
	
	.newsletter input[type="text"] {
		width:100%;
		padding:0 5px;
		font-size:12px;
	}
	
	.newsletter input[type="submit"], .newsletter input[type="button"] {
		width:60%;
		float:right;
	}
	
	.home_video {
		margin:60px auto 0 auto;
	}
	
	.copyright {
		margin:15px 0;
	}
	
	.verified {
		margin:15px 0;
	}
}

@media (max-width: 767px) {
	.header {
		position:relative;
	}
	
	.afterHead {
		padding:0;
	}
	
	#logo img {
		margin:0 auto;
	}
	
	.topMenu {
		padding:5px 15px;
		margin: 0 -15px;
		border-radius:0;
		text-align:center;
		float:none;
	}
	
	.topMenu li {
		padding:5px 2px;
		float:none;
		display:inline;
	}
	
	.middleMenu {
		margin:30px 0;
		text-align:center;
		float:left;
	}
	
	.middleMenu li {
		padding:0 3px;
		float:none;
		display:inline;
	}
	
	.middleMenu li a {
		font-size:14px;	
	}
	
	.signInForm input[type="submit"], .signInForm input[type="button"] {
		font-size:14px;
	}
	
	.signUpForm input[type="submit"], .signUpForm input[type="button"] {
		font-size:14px;
	}
	
	.loginWithSocial {
		display:block;
		text-align:center;
	}
	
	.loginWithSocial a {
		float:none;
		display:inline-flex;
		margin:4px 4px 0 0;
	}
	
	.signUp {
		margin-top:30px;
	}
	
	.md-padngRtNone {
		padding-right:15px;
	}
	
	.tab-video-category li {
		float:left;
		margin:0 1px 1px 0;
	}
	
	.watchVideo_sec .leftImg {
		display:none;
	}
	
	.ms-videogallery-template {
		padding-bottom:100px !important;
	}
	
	.signUp_sec {
		margin:0 0 30px 0;
	}
	
	.carousel-sec .btn_sec {
		float: none;
		margin: 5% 0;
		width: 100%;
	}
	
	.carousel-sec .carousel-area {
		float:none;
		width:100%;
	}
	
	.home_video {
		 margin:60px auto 0 auto;
	}
	
	.bg-sec1, .bg-sec2 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto 100%;
	}
	
	.bgContent_sec {
		padding:70px 0;
	}
	
	.copyright {
		margin:15px 0;
	}
	
	.verified {
		margin:15px 0;
	}
	
	.customer-care, .admin-login, .app_store, .newsletter  {
		margin:20px 0 40px 0;
	}
	
	.scroll-top-wrapper {
		margin:20px 0 40px 0;
	}
	
	.footerMdl {
		padding:0;
	}
	
	.free-transfer {
		border-right:none;
		border-bottom:1px solid rgba(0,0,0,0.1);
		padding:30px 0;
	}
	
	.startup {
		border-right:none;
		border-bottom:1px solid rgba(0,0,0,0.1);
		padding:30px 0;
	}
	
	.track-recharge {
		padding:30px 0;
	}
	
	.register_sec {
		width:100%;
	}
	
	#myTab li {
		margin: 0 12px 12px 0;
		padding:5px 0;
	}
	
	.for_mob{ display:block; }
	.for_desk{ display:none; }
}

@media (min-width: 320px) and (max-width: 480px) {
	#sequence > .sequence-canvas > li {
		top:-105% !important;
	}
		
	#sequence .model {
		min-width: 70% !important;
		width: 70% !important;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
	.signIn_sec {
		margin:40px 0;
	}
	
	.signUp h4 {
		margin:0 0 10px 0;
	}
	
	#sequence {
		height:420px !important;
	}
	
	.model {
		bottom:-105% !important;
	}
	
	#sequence .animate-in .model {
		margin-left: -30.5% !important;
	}
	
	#sequence .animate-out .model {
		margin-left: -30.5% !important;
	}
	
	.rechargeTab li {
		margin:0 17px 10px 0;
	}
	
	.signUpForm .smlInput {
		width:100% !important;
		float:none;
	}
	
	.signUpForm .smlBtn {
		width:30% !important;
		margin:0 10px 10px 0;
	}
}

@media (min-width: 361px) and (max-width: 480px) {
	.signIn_sec {
		margin:40px 0 0 0;
	}
	
	#sequence {
		height:580px !important;
	}
	
	.model {
		bottom:-96% !important;
	}
	
	#sequence .animate-in .model {
		left:40.5% !important;	
	}
	
	#sequence .animate-in .model {
		margin-left: -20.5% !important;
	}
	
	#sequence .animate-out .model {
		margin-left: -20.5% !important;
	}
	
	#sequence .sequence-pagination {
		display:none !important;
	}
}

@media (min-width: 481px) and (max-width: 568px) {
	#sequence {
		height:580px !important;
	}
	
	#sequence .title {
		bottom: 55% !important;
	}
	
	#sequence .model {
		min-width: 70% !important;
		width: 70% !important;
	}
	
	.model {
		bottom: -3% !important;
	}
	
	#sequence .animate-in .model {
		margin-left: -30.5% !important;
	}
	
	#sequence .animate-out .model {
		margin-left: -30.5% !important;
	}
	
	#sequence .sequence-pagination {
		display:none !important;
	}
}

@media (min-width: 569px) and (max-width: 767px) {
	#sequence .title {
		bottom: 35% !important;
	}
	
	#sequence .subtitle {
		top: 75% !important;
	}
	
	#sequence .model {
		min-width: 55% !important;
		width: 55% !important;
		bottom:20% !important;
	}
	
	#sequence .animate-in .model {
		right: 0% !important;
	}
	
	#sequence .animate-out .model {
		right: 0% !important;
	}
	
	#sequence .sequence-pagination {
		bottom:8% !important;
	}
	
	.subtitle .btnStyleOrange {
		margin:0 10px 0 0;
	}
}

@media (min-width: 569px) and (max-width: 767px) {
}

@media (max-width: 320px) {
	.signInForm input[type="submit"], .signInForm input[type="button"] {
		font-size:12px;
	}
	
	.signUpForm input[type="submit"], .signUpForm input[type="button"] {
		font-size:12px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.home_video {
		background:url(../images/screen-sml.jpg) no-repeat;
		width:290px;
		/*height:261px;*/
		height:217px;
		padding:11px;
	}
	input.depoinptxt{min-width:0px !important;}
}

@media (min-width: 480px) and (max-width: 630px) {
	.home_video {
		background:url(../images/screen-mdm.jpg) no-repeat;
		width:450px;
		/*height:405px;*/
		height:336px;
		padding:17px;
	}
	input.depoinptxt{min-width:0px !important;}
}

@media (min-width: 527px) and (max-width: 767px) {
	.signUpForm .smlBtn a {
		line-height:30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#sequence .title {
		bottom: -9% !important;
		width:47% !important;
	}
	
	#sequence .subtitle {
		top: 120% !important;
	}
	
	#sequence .model {
		min-width: 55% !important;
		width: 55% !important;
	}
	
	.model {
		bottom:-6% !important;
	}
	
	.animate-in .model {
		right:0% !important;
	}
	
	.animate-out .model {
		right:0% !important;
	}
	
	.subtitle .btnStyleOrange {
		margin:0 10px 0 0 !important;
	}
	
	.sequence-pagination {
		bottom:-40% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1491px) {
	#sequence .model {
		min-width: 65% !important;
		width: 65% !important;
	}
	
	.model {
		/*bottom:-22% !important;*/
		bottom:-38% !important;
	}
	
	.animate-in .model {
		right:-8% !important;
	}
	
	.animate-out .model {
		right:-8% !important;
	}
}

@media (min-width: 992px) and (max-width: 1120px) {
	.home_video {
		background:url(../images/screen-mdm.jpg) no-repeat;
		width:450px;
		/*height:405px;*/
		height:336px;
		padding:17px;
	}
}




.toppic{
	margin-top: -6px;
}

.backclr
{
	margin-top:-109px;
	background-color:#323e4a;
	width: 100%;
	float: left;
	height: auto;
}

.content1
{
	margin-top:22px;
	font-size:24px;
	color:#ffffff;
	margin-bottom:58px;
}

.content2
{
	margin-top:25px;
	font-size:18px;
	color:#ffffff;
	margin-bottom:59px;
}

.border
{
	border-right: 1px solid #ccc;
	::after	
}

.border::after
{
	content: 'OR';
	color: #ffffff;
	position: absolute;
	right: -12px;
	top: 42%;
	font-size: 11px;
	text-align: center;
	border-radius: 50%;
	background: #FF4500;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.img1{
	height: 183px !important;
	width: 280px !important;
	margin-left: 120px;
	margin-top: 57px;
}

.sign
{
	font-size: 25px;
	margin-left: 222px;
	color: black;
	margin-top: 13px;
}

.lost
{
	font-size: 16px;
	margin-left: 288px;
	margin-top: 12px;
	color: #9c9d9d;
}

.backclr1
{
	background-color:#323e4a;
	width: 100%;
	float: left;
	height: auto;
}

.content3
{
	margin-left: 0px;
	margin-top:25px;
	font-size:30px;
	color:#ffffff;
	margin-bottom:25px;
	padding-left: 350px;
	padding-top: 30px;
}

.backclr2
{
	background-color:#323e4a;
	width: 100%;
	float: left;
	height: auto;
}

.img2{
	height: 132px !important;
width: 142px !important;
margin-left: 96px;
margin-top: 40px;
}

.txt1{
	margin-left: -333px;
	margin-top: -59px;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 8px;
	padding-left: 331px;
	padding-top: 96px;
	text-align: center;
}
.borderline{
	border: none;
	border-bottom: 3px solid #f26d1c;
	margin-bottom: 10px;
}

.btmtxt{
	margin-left: -333px;
margin-top: -84px;
font-size: 15px;
color: #ffffff;
margin-bottom: 30px;
padding-left: 331px;
padding-top: 96px;
text-align: center;
}


.btmtxt1{
	margin-left: -333px;
margin-top: -59px;
font-size: 18px;
color: #ffffff;
margin-bottom: 30px;
padding-left: 314px;
padding-top: 96px;
text-align: center;
}

.txt4{
	font-size: 32px;
	margin-left: 243px;
	margin-top: 22px;
	color: #938a85;
	margin-bottom: 22px;
}

.img3{
	height: 124px !important;
width: 77px !important;
margin-left: 125px;
margin-top: 33px;
}

.img4{
height: 124px !important;
width: 128px !important;
margin-left: 100px;
margin-top: 33px;
}


.img5{
height: 86px !important;
width: 148px !important;
margin-left: 90px;
margin-top: 33px;
}

.content4
{
	margin-left: 0px;
	margin-top:43px;
	font-size:30px;
	color:#ffffff;
	margin-bottom:25px;
	padding-left: 420px;
	padding-top: 30px;
	padding-bottom: 8px;
}

.txt5{
	font-size: 32px;
	margin-left: 186px;
	margin-top: 20px;
	color: #938a85;
	margin-bottom: 24px;
}

.content5
{
	margin-left: 0px;
    margin-top: 40px;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: -25px;
    padding-left: 460px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.content6
{
margin-left: 0px;
margin-top: 0px;
font-size: 27px;
color: #ffffff;
margin-bottom: 25px;
padding-left: 56px;
padding-top: 26px;
padding-bottom: 25px;
}

.toptxt
{
margin-left: -333px;
margin-top: -75px;
font-size: 20px;
color: #ffffff;
margin-bottom: -10px;
padding-left: 331px;
padding-top: 90px;
text-align: center;
}

.img8
{
	height: 88px !important;
width: 95px !important;
margin-left: 127px;
margin-top: 39px;
}

.btmtxt2
{
	margin-left: -333px;
margin-top: -54px;
font-size: 15px;
color: #ffffff;
margin-bottom: 10px;
padding-left: 332px;
padding-top: 95px;
text-align: center;
}

.border1
{
	border-right: 1px solid #ccc;
}

.content7
{
	margin-left: 0px;
margin-top: 0px;
font-size: 27px;
color: #ffffff;
margin-bottom: 25px;
padding-left: 50px;
padding-top: 45px;
padding-bottom: 44px;
}

.btmtxt3
{
	margin-left: -333px;
margin-top: -95px;
font-size: 15px;
color: #ffffff;
margin-bottom: 35px;
padding-left: 332px;
padding-top: 115px;
text-align: center;
}

.inline1
{
	width: 17% !important;
	height: 48px !important;
	font-size: 20px !important;
	color: #EB6402 !important;
	background: none !important;
	padding-top: 5px !important;
	margin-left: 495px !important;
	margin-top: 34px !important;
	border: 1px solid #EB6402 !important;
	margin-bottom: 26px !important;
	font-family: "Montserrat",sans-serif !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-bottom: 8px !important;
	background-color: #fff !important;
}

.inline1:hover
{
	background-color:#EB6402 !important;
	color:#fff !important; 
	-webkit-transition:0.4s !important;
	transition:0.4s !important;
	-moz-transition:0.4s !important;
}
.textbox
{
	width:60% !important;
	margin-bottom:0px !important;
	border:none !important;
	border-radius:12px !important;
	margin-top: 24px !important;
	font-size:20px !important;
	margin-left: 94px !important;
	background:#f3f3f3 !important;
	padding: 8px 10px !important;
}

.textbox1
{
	width: 99% !important;
margin-bottom: -15px !important;
border: none !important;
border-radius: 6px !important;
margin-top: 31px !important;
font-size: 18px !important;
margin-left: -5px !important;
background: #f3f3f3 !important;
padding: 9px 11px !important;
}

.textbox2
{
	width:84% !important;
	margin-bottom:-7px !important;
	border:none !important;
	border-radius:6px !important;
	margin-top: 25px !important;
	font-size:15px !important;
	margin-left: 28px !important;
	background:#f3f3f3 !important;
	padding: 6px 12px !important;
}

.btnorange input[type=submit]
{
font-size: 18px !important; 
color: #ffffff !important; 
background-color:#ff9100 !important; 
width: 33% !important; 
margin-top: 35px !important;
 margin-left: 104px !important; 
 margin-bottom: 16px !important; 
 padding-top:5px !important;
 border:none !important;
 outline:none !important;
 padding-bottom: 5px;
}

.btnorange1 input[type=submit]
{
font-size: 18px !important; 
color: #ffffff !important; 
background-color:#ff9100 !important; 
width: 33% !important; 
margin-top: -17px !important;
 margin-left: 110px !important; 
 margin-bottom: 16px !important; 
 padding-top:5px !important;
 border:none !important;
 outline:none !important;
 padding-bottom: 5px;
}