body{
	font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
    background: #0b1217;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
	transition: all 0.3s linear;
}
.d-flex-new{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-flex-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
/*------------------ Home Page Css Start ------------------*/
body{
	padding-bottom: 50px;
}
header{
	background: #000000;
	box-shadow: 3px 0px 65px rgba(0,0,0,0.58);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}
.menu_icon{
	cursor: pointer;
}
.menu_icon img{
	width: 22px;
}
.logo{
	padding: 2px 0px;
}
.logo img{
	width: 60px;
}
.search_icon{
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: -10px;
    position: relative;
    z-index: 1;
}
.header_search.active .search_icon{
	background:#5bba31; 
}
.search_icon img{
	width: 19px;
}
.search_input{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 16px;
	background: #000;
}
.search_input .close_search{
	position: absolute;
	top: 10px;
	margin: auto;
    left: 10px;
    cursor: pointer;
}
.search_input .close_search img{
	width: 15px;
}
.search_input{
	width: 0px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header_search.active .search_input{
	width: 100%;
}
.search_input .form-control{
	background: #0d1419;
	border-radius: 0px;
	border:0px;
	height: 40px;
	color: #fff;
	padding: 0px 50px 0px 40px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	font-size: 14px;
}
.search_input .form-control::placeholder {
  color: #fff;
}

.search_input .form-control:-ms-input-placeholder {
  color: #fff;
}

.search_input .form-control::-ms-input-placeholder {
  color: #fff;
}
.my-app{
	margin-top: 57px;
}
.banner_slider .item{
	position: relative;
}
.slider_text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgb(0,0,0,0.84);
	padding: 10px 15px;
}
.banner_img{
	width: 100%;
}
.btn{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-play{
	background: #5bba31;
	border-radius: 0px;
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	border:0px !important;
}
.btn-play img {
    border: 1px solid #000;
    width: 30px;
    border-radius: 50%;
    margin-left: -15px;
    background: #000;
    display: block !important;
}
.btn-play span{
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	position: relative;
	z-index: 1;
	margin-top: 1px;
	font-size: 13px;
}
.btn-play:after{
	position: absolute;
    content: "";
    background-image: url(../images/button_bg.png);
    top: 0px;
    right: -15px;
    width: 15px;
    height: 100%;
}
.like i{
	margin-left: 22px;
	font-size: 18px;
	display: inline-block;
	line-height: 18px;
	color: #fff;
}
.slider_text_left{
	width: calc(100% - 100px);
}
.slider_text_right{
	width: 100px;
}
.slider_text_left h3{
	font-size: 14px;
	color: #fff;
}
.slider_text_left p{
	color: #27b6f1;
	font-weight: bold;
	font-size: 12px;
}
.banner_slider{
	position: relative;
}
.banner_slider .owl-nav button{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -48px;
	outline: none !important;
}
.banner_slider .owl-nav button.owl-next{
	left: auto;
	right: 10px;
}
.banner_slider .owl-nav button img{
	width: 13px;
}
.banner_slider .owl-dots{
	display: none;
}
.mt-25{
	margin-top: 25px;
}
.title{
	margin-bottom: 15px;
}
.title h3{
	/*text-transform: uppercase;*/
	color: #f28c04;
	font-size: 16px;
	font-weight: 500;
	width: calc(100% - 82px);
	padding-right: 15px;
}
.category_right{
	width: 82px;
}
.category_right a{
	display: flex;
	align-items: center;
}
.category_right span{
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.category_right img{
	width: 20px;
	margin-right: 8px;
}
.category_inner{
	box-shadow: 20px 0px 21px rgba(0,0,0,0.05);
}
.category_img{
	position: relative;
}
.category_img img{
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.category_like{
	position: absolute;
	background: rgb(11,18,23,0.66);
	top: 5px;
	right: 5px;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.category_like i{
	font-size: 12px;
    display: inline-block;
    line-height: 16px;
    color: #fff;
}
.category_text{
	text-align: center;
	background: #111b22;
	padding: 5px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.category_text h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.category_rate{
	margin-top: 4px;
}
.rate i{
	font-size: 13px;
	color: #434b51;
	margin-right: 1px;
}
.rate i.selected{
	color: #ed8a19;
}
.category_rate p{
	margin-left: 10px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.cat_btn{
	margin-top: 10px;
}
.cat_btn .btn{
	margin-left: -3px;
}
.owl-item.active.lastActiveItem{
	opacity: 0.3;
}
.footer{
	background: rgba(0,0,0,0.91);
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9;
	padding: 10px;
}
.footer ul{
	justify-content: space-around;
}
.footer img{
	height: 25px;
}
.slide_menu{
	position: fixed;
	top: 57px;
	width: 280px;
	background: #111b22;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10;
	left: -300px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slide_menu.active{
	left: 0px;
}
.page_overlay{
	position: fixed;
	top: 70.38px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 10;
}
.page_overlay.active{
	display: block;
}
nav > ul li{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0px;
	position: relative;
} 
nav > ul li:last-child{
	border-bottom: 0px;
}
nav > ul li li:last-child{
	padding-bottom: 0px;
}
nav > ul a{
	color: #fff;
	padding: 0px 15px;
	font-size: 13px;
}
nav > ul li li a{
	padding-left: 30px;
}
nav li.drop_down_Menu ul{
	display: none;
}
.drop_down_Menu span{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	color: #fff;
	height: 42px;
    width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.drop_down_Menu.active span:before{
	content: "\f068";
}
/*------------------ Home Page Css End ------------------*/
/*------------------ Favourite Page Css Start ------------------*/
.my-app-inner{
	margin-top: 50px;
}
.my-app-inner .page_overlay{
	top: 50px;
}
.my-app-inner .slide_menu{
	top: 50px;
}
.header_inner_pages{
	height: 50px;
}
.header_inner_pages .search_input {
    top: 5px;
}
.back_arrow img{
	width: 10px;
}
.logo h2{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.pt-30{
	padding-top: 13px;
}
.fav_list li{
	background: #111b22;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 20px 0px 21px rgba(0,0,0,0.05);
	margin-bottom: 15px;
}
.fav_list li:last-child{
	margin-bottom: 0px;
}
.fav_img{
	width: 35%;
}
.fav_img img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.fav_text{
	width: 65%;
	padding: 10px 15px;
	position: relative;
}
.fav_text_inner{
	width: 100%;
}
.fav_text .cat_btn{
	margin-left: 15px;
}
.fav_text h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    width: calc(100% - 15px);
}
.fav_text .category_like{
	background: transparent;
	top: 40%;
	right: 10%;
}
.fav_text .category_like i{
	font-size: 16px;
}
/*------------------ Favourite Page Css End ------------------*/
/*------------------ FAQ Page Css Start ------------------*/
.pt-10{
	padding-top: 10px;
}
.faq_text p{
	font: 13px;
	color: #fff;
	line-height: 21px;
	margin-bottom: 10px;
}
.faq_text p:last-child{
	margin-bottom: 0px;
}
.faq_outer{
	margin-top: 20px;
}
.faq_outer li{
	margin-bottom: 10px;
}
.faq_outer li:last-child{
	margin-bottom: 0px;
}
.fqa_title{
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.faq_outer li.active .fqa_title{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fqa_title img{
	width: 20px;
	margin-right: 10px;
}
.fqa_title span{
	color: #0b1217;
}
.faq_body{
	background: #fff;
	color: #0b1217;
	padding: 0px 10px 10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius: 5px;
	font-size: 13px;
	display: none;
}
.faq_body.active{
	display: block;
}
.faq_body p{
	line-height: 21px;
	margin-bottom: 10px;
}
.faq_body p:last-child{
	margin-bottom: 0px;
}
/*------------------ FAQ Page Css End ------------------*/
/*------------------ My Profile Page Css Start ------------------*/
.mt-30{
	margin-top: 30px;
}
.my_wallet_info li{
	margin-bottom: 12px;
}
.my_wallet_info label{
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.my_wallet_info span{
	color: #fff;
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.23);
    padding: 4px 8px;
    border-radius: 30px;
    min-width: 70px;
    text-align: center;
}
.my_wallet_info span.bg_blue{
	background: #0ca5f8;
	border-color: #0ca5f8;
}
/*------------------ My Profile Page Css End ------------------*/
/*------------------ Login Page Css Start ------------------*/
.login_outer{
	height: calc(100vh - 50px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 10px 10px;
	font-family: 'Raleway';
}
.login_logo img{
	width: 110px;
}
.login_inner{
	text-align: center;
}
.login_inner h3{
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	margin-top: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.login_inner label{
	font-weight: bold;
	color: #3aaffa;
	margin-bottom: 3px;
}
.login_input{
	position: relative;
}
.login_input img{
	width: 18px;
	left: 12px;
    top: 12px;
	position: absolute;
}
.login_input .form-control{
	border-radius: 30px;
	height: 40px;
	width: 260px;
	font-size: 14px;
	color: #211c19;
	font-weight: 500;
	margin: auto;
	border:0px !important;
	box-shadow: none !important;
	padding-left: 40px;
}
.login_btn_round{
	height: 60px;
	width: 60px;
	padding: 5px;
	border:2px solid #5bba31;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 40px auto 5px;
}
.login_btn_inner{
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #5bba31;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login_btn_inner img{
	width: 25px;
}
.login_btn .btn_login{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: transparent;
	border:0px;
	padding: 0px;
	outline: none;
}
/*------------------ Login Page Css End ------------------*/
/*------------------ Enter OTP Page Css Start ------------------*/
.resend{
	color: #fff;
	display: inline-block;
	margin-top: 7px;
	font-size: 13px;
}
.ctm_rad {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ctm_rad input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.ctm_rad .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border:1px solid #fff;
}
.ctm_rad .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.ctm_rad input:checked ~ .checkmark:after {
	display: block;
}
.ctm_rad .checkmark:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.custom_radio{
	margin-top: 15px;
}
.custom_radio a{
	color: #fff;
	margin-left: 25px;
	font-size: 12px;
	text-decoration: underline !important;
}
.otp_input_outer{
	border: 1px solid #ddd;
	border-radius: 30px;
	background: #fff;
	padding: 5px 0px;
	width: 160px;
	margin: auto;
}
.otp_input_outer input{
	background: transparent;
	border:0px;
	border-left: 1px solid rgba(10,17,21,0.16);
	width: 30px;
	text-align: center;
	outline: none;
	font-size: 20px;
	font-weight: 300;
	line-height: 21px;
}
.otp_input_outer > input:first-child{
	border-left: 0px;
}
.login_inner h3.enter_opt_label{
	margin-bottom: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*------------------ Enter OTP Page Css End ------------------*/