/*bleu #6777ef*/
/*danger #fc544b*/
/*warning #ffa426*/
/*success #47c363*/

.banner_part:after {
	/*background-image: url(../img/banner_img.png?tlel) !important;*/
	background-image: url(/assets/images/info-1.png) !important;
}

section#page {
    padding-top: 200px;
    padding-bottom: 50px;
    background: #fff;
}

header {
	background: white !important;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

#shop .single_special_cource {
	/*box-shadow: 0 10px 10px rgba(0,0,0,0.1);*/
}
#shop .single_special_cource .product_image {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner_part {
	/*background: #ffa426;*/
}

.btn_1, .btn_2 {
	background: #6777ef !important;
	box-shadow: none !important;
}
.btn_1:hover, .btn_2:hover {
	background: #ff663b !important;
}

.main_menu .main-menu-item ul li .nav-link {
	color: rgba(0,0,0,.9);
}

.section_tittle h2:after {
	background-color: rgba(0,0,0,.9);
}

.member_counter {
	background-image : -webkit-linear-gradient(0deg, #6777ef 0%, #6777ef 100%);
}

.footer-area {
	background: #0c2e60!important;
}
.footer-area p {
	color: #fff !important;
}
.footer-area h4,
.footer-area .contact_info p span {
	color: #6777ef !important;
}

.footer-area .copyright_part_text {
	border-top: 2px solid #6777ef !important
}

#page.terms-page h3 {
	margin-top: 30px !important;
	text-transform: capitalize;
}
#page.terms-page h4 {
	margin-top: 20px !important;
}

.navbar-toggler:after,
.navbar-toggler {
	/*background: #000 !important;*/
	/*color: white !important;*/
}

#play_store_app img {
	height: 61px;
}

@media only screen and (max-width: 767.98px) {
	
	#ours_api {
		display: none !important;
	}

    .navbar-light .navbar-brand img {
        height: 38px;
    }

    #mys-wrapper {
    	display: none !important;
    }
}

.text-uba {
	color: #BF0B04 !important;
}

.feature_part .single_feature.active .single_feature_part {
	border: 1px solid #ff663b;
}

.feature_part .single_feature.active span {
    background-size: 200% auto;
}
.feature_part .single_feature.active span {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}
.feature_part  .single_feature.active .single_feature_part span i {
	color: white !important;
}

.text-bold {
	font-weight: bold !important
}