/*
Name : MD - Material Design Mobile Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Colors
	- Navbar
	- Slider
	- Offers
	- Teacher
	- Product
	- Checkout
	- Product Details
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- Footer
	
===================*/

/*===================
	import fonts
===================*/

/*===================
	general
===================*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #999;
	font-family: Arial, sans-serif;
	direction: rtl;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: #232323;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #333;
}

p {
	margin: 8px 0;
}

/*===================
	button
===================*/
.button {
	background: #1e88e5;
	border: 0;
	color: #fff;
	padding: 6px 12px 8px 12px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

/*===================
	navbar
===================*/
.navbar {
	width: 100%;
	height: 60px;
	padding: 13px 0 15px 0;
	z-index: 9;
	background: #1e88e5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.site-title {
	float: right;
}

.site-title h1 {
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #fff;
}

.side-nav a {
	padding: 0 16px;
	font-weight: 400;
}

.side-nav a:hover {
	background: transparent;
}

/*panel control right*/
.panel-control-right {
	float: left;
	font-size: 16px;
	line-height: 16px;
}

.panel-control-right .sidenav-control-right i {
	color: #1e88e5;
	background: #fff;
	padding: 8px;
	margin: 2px 0;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.panel-control-right ul {
	padding: 0;
	border: none;
}

.panel-control-right ul li {
	border-bottom: dotted 1px #eee;
}

.panel-control-right ul li a {
	font-size: 15px;
}

.panel-control-right .side-nav li a i {
	margin-right: 5px;
	color: #1e88e5;
}

.panel-control-right ul li .photos {
	background: #1e88e5;
	text-align: center;
	padding: 25px 0 25px 0;
}

.panel-control-right ul li .photos img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.panel-control-right ul li .photos h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	display: block;
	margin: 0;
	padding: 0;
}

.panel-control-right .side-nav .collapsible-header {
	font-size: 15px;
	color: rgba(0,0,0,0.87);
}

.panel-control-right .side-nav .collapsible-header span i {
	float: right;
	text-align: right;
	font-size: 12px;
}

.panel-control-right .side-nav .collapsible-header:hover {
	background: transparent;
}

.panel-control-right .side-nav .collapsible-header.active {
	border-bottom: dotted 1px #ddd;
}

.panel-control-right .side-nav li.active {
	border-bottom: solid 1px #eee;
	background: transparent;
}

.panel-control-right .side-nav .collapsible-header i {
	font-size: 16px;
	color: #1e88e5;
	width: 24px;
	margin-right: 5px;
	text-align: left;
}

.panel-control-right .collapsible-body ul {
	padding: 0 0 0 0;
	margin: 0;
}

.panel-control-right .collapsible-body ul li a {
	padding-left: 45px;
	height: 40px;
	line-height: 40px;
}

.panel-control-right .categories-in li {
	line-height: 40px;
}

.panel-control-right .categories-in .collapsible-body ul li a {
	height: 36px;
	line-height: 36px;
}

.panel-control-right .categories-in .collapsible-header {
	padding-left: 45px;
}

.panel-control-right .categories-in .collapsible-body ul li a {
	padding-left: 60px;
}

/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}

.slider-slick .slider-entry {
	position: relative;
	height: 280px;
}


@media (min-width: 768px) {
	.slider-slick .slider-entry {
		position: relative;
		height: 430px;
	}
}

.slider-slick .overlay {
	background: rgba(0, 0, 0, 0.48);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.slider-slick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-slick .caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30%;
	color: #fff;
	overflow-wrap: break-word;
	text-align: center;
}

.slider-slick .caption h2 {
	color: #fff;
	font-weight: 700;
}

.slider-slick .caption p {
	margin-bottom: 18px !important;
}

.slider-slick .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}

.slider-slick .slick-dots li {
	width: auto;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
	background: #1e88e5;
}

.slider-slick .slick-dots li button::before {
	font-size: 0;
	color: transparent;
}


/*===================
	offers
===================*/
.offers {
	text-align: center;
	padding: 10px 0 20px 0;
}

.offers .entry {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
	padding: 20px 5px 10px 5px;
}

.offers .entry i {
	font-size: 35px;
	margin-bottom: 12px;
	color: #1e88e5;
}

/*===================
	portfolio
===================*/
.portfolio ul {
	text-align: center;
	padding: 0;
	margin: 0 0 18px 0;
	cursor: default;
}

.portfolio ul li {
	background: #ddd;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	color: #333;
	padding: 5px 8px 3px 8px;
	border-radius: 1px;
}

.portfolio ul .active {
	background: #1e88e5;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
	color: #fff;
}

.portfolio .row {
	margin: 0;
	padding: 0;
}

.portfolio .row .col {
	padding: 3px;
	margin: 0;
}

.portfolio img {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
}

/*===================
	rating
===================*/

.rating {
	font-size: 12px;
	margin-top: 5px;
}

.rating .active {
	color: #fecd2d;
}

/*===================
	product
===================*/
.product {
	text-align: center;
}

.product.popular {
	padding: 0 0 25px 0;
}

.product .app-title {
	margin-bottom: 20px;
}

.product .tabs {
	margin-bottom: 10px;
	text-align: center;
}

.product .tabs .tab {
	text-transform: none;
}

.product .tabs .tab a {
	color: #444;
	font-size: 18px;
}

.product .tabs .tab a.active {
	color: #1e88e5;
}

.product .tabs .indicator {
	background: transparent;
}

.product .entry {
	position: relative;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.product .entry img {
	width: 100%;
	height: 100%;
}

.product .entry .button {
	margin-top: 10px;
	margin-bottom: 5px;
}


.rating .active {
	color: #fecd2d;
}

.product .entry h6,
.product .entry .rating,
.product .entry .price {
	margin-top: 2px;
}

/*===================
	checkout
===================*/
.checkout .order {
	background: #fefefe;
	margin-top: 25px;
	padding: 16px 12px 2px;
	border: 1px solid #ddd;
	margin-bottom: 35px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.checkout .order .title {
	text-align: center;
}

.checkout .order h5 {
	margin-bottom: 14px;
}

.checkout .order h5 span {
	font-size: 18px;
}

.checkout .order h6 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #666;
}

.checkout .link {
	position: relative;
	top: -12px;
}

.checkout .order .text-right {
	text-align: right;
}

.checkout .order .button {
	margin-top: 10px;
	margin: auto;
	display: block;
}

/*===================
	section, title and bg
===================*/
.app-section {
	padding: 30px 0 35px 0;
}

.app-pages {
	margin-top: 60px;
}

.app-title {
	text-align: center;
	margin-bottom: 20px;
}

.app-title h4 {
	font-weight: 500;
}

.app-title .line {
	width: 45px;
	height: 5px;
	background: #1e88e5;
	margin: 5px auto 0;
	border-radius: 5px 0;
}

.pages-title {
	margin-bottom: 30px;
	text-align: center;
}

.pages-title h3 {
	font-size: 25px;
}

.app-bg-dark {
	background: #f2f2f2;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.app-bg-color {
	background: #1e88e5;
	color: #fff;
}

.app-bg-color h6 {
	color: #fff;
}

.app-bg-color .owl-theme .owl-controls .owl-page span {
	background: #fff;
	width: 10px;
	height: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.app-bg-color .app-title h4 {
	color: #fff;
}

.app-title h4 {
	font-weight: 500;
}

/*===================
	product details
===================*/
.product-details .entry {
	position: relative;
}

.product-details .entry .big-image img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.product-details .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.product-details .entry .tabs {
	height: auto;
}

.product-details .entry .tabs a.active {
	border: 1px solid #1e88e5;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.product-details .entry .tabs a {
	border: 1px solid #ddd;
}

.product-details .entry .tabs img {
	border: 0;
}

.product-details .entry .tabs .indicator {
	height: 0;
	background: transparent;
}

.product-details .entry .tabs .tab {
	height: auto;
}

.product-details .details .button  {
	margin-top: 20px;
}

.product-details .desc-review {
	margin-top: 30px;
}

.product-details .desc-review .tabs {
	height: 30px;
}

.product-details .desc-review .tabs .indicator {
	background: #1e88e5;
}

.product-details .desc-review .tab {
	height: 30px;
	text-transform: none;
}

.review .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.review .comment .content p {
	margin: 8px 0;
}

.review .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.review .comment .content {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.review .post-review {
	margin-top: 20px;
}

.review .post-review h6 {
	margin-bottom: 15px;
}

/*===================
	product cart
===================*/
.product-cart .entry {
	border: 1px solid #ddd;
	padding: 10px 16px 0 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.product-cart .entry h6,
.product-cart .cart-total h6 {
	font-size: 15px;
}

.product-cart .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}

.product-cart .entry .cart-title {
	padding: 10px 0 0;
}

.product-cart .entry .cart-title i {
	text-align: right;
	float: right;
}

.product-cart .entry .s-title {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.product-cart .entry input[type="number"] {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0;
	width: 40px;
	text-align: center;
	position: relative;
	bottom: 4px;
}

.product-cart .cart-total {
	text-align: right;
	margin-top: 25px;
}

.product-cart .cart-total h5,
.product-cart .cart-total h6 {
	margin-bottom: 10px;
}

.product-cart .cart-total .button {
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}

/*===================
	blog
===================*/
.blog {
	position: relative;
}

.blog .entry {
	margin-bottom: 30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.blog .entry .user-date {
	padding: 0 15px;
}

.blog .entry .content {
	padding: 0 15px 20px 15px;
}

.blog .entry img {
	width: 100%;
	height: 100%;
}

.blog .entry .user-date ul {
	list-style: none;
}

.blog .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog .entry .user-date ul li a i {
	margin-right: 6px;
	color: #1e88e5;
}

.blog .pagination ul {
	margin-top: 40px;
	list-style: none;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 5px;
	
}

.blog .pagination ul .active {
	background: #1e88e5;
	color: #fff;
	border-color: #1e88e5;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

/*===================
	blog single
===================*/
.blog-single {
	position: relative;
}

.blog-single .entry {
	margin-bottom: 30px;
}

.blog-single .entry img {
	width: 100%;
	height: 100%;
}

.blog-single .entry .user-date ul {
	list-style: none;
}

.blog-single .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
	margin-right: 6px;
	color: #1e88e5;
}

.blog-single .share ul {
	list-style: none;
	margin-top: 15px;
}

.blog-single .share ul li {
	display: inline-block;
}

.blog-single .share ul li h6 {
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}

.blog-single .share ul li a i {
	font-size: 20px;
	margin: 0 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.blog-single .author {
	border-top: 1px solid #eee;
	padding-top: 20px;
	position: relative;
}

.blog-single .author .entry {
	overflow: hidden;
}

.blog-single .author p {
	margin: 8px 0;
}

.blog-single .author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.blog-single .author .entry ul {
	padding: 0;
	margin: 0;
}

.blog-single .author .entry ul li {
	display: inline-block;
	margin-right: 3px;
}

.blog-single .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-single .comment .content p {
	margin: 8px 0;
}

.blog-single .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.blog-single .comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.blog-single .comment .content {
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}

.blog-single .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.blog-single .post-comment .content textarea {
	margin-bottom: 20px;
}

.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}

/*===================
	form custom
===================*/
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"], 
form input[type="number"],
form input[type="date"],
form .select-wrapper input.select-dropdown {
	border-bottom: 1px solid #ccc;	
	height: 36px;
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
}

form input:not([type]):focus:not([readonly]),
form input[type="text"]:focus:not([readonly]),
form input[type="email"]:focus:not([readonly]),
form input[type="password"]:focus:not([readonly]),
form input[type="tel"]:focus:not([readonly]), 
form input[type="number"]:focus:not([readonly]), 
form input[type="date"]:focus:not([readonly]) {
	border-bottom: 1px solid #1e88e5;
	box-shadow: none;
}

.input-field input:not([type]):focus:not([readonly]) + label,
.input-field input[type="text"]:focus:not([readonly]) + label,
.input-field input[type="email"]:focus:not([readonly]) + label,
.input-field input[type="password"]:focus:not([readonly]) + label,
.input-field input[type="tel"]:focus:not([readonly]) + label, 
.input-field input[type="number"]:focus:not([readonly]) + label, 
.input-field input[type="date"]:focus:not([readonly]) + label {
	color: #1e88e5;
	box-shadow: none;
}

form textarea {
	border: none;
	border-bottom: 1px solid #ccc;	
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 20px;
}

form textarea:focus {
	border-bottom: 1px solid #1e88e5;
}

form textarea:focus + label {
	color: #1e88e5;
}

form .picker__weekday-display {
	background-color: #1e88e5;
} 

form .picker__nav--prev:hover, .picker__nav--next:hover {
	background: #1e88e5;
}

form .picker__date-display {
	background-color: #1e88e5;
}

form .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background-color: #1e88e5;
}

form .picker__day.picker__day--today {
	color: #1e88e5;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

/*===================
	login
===================*/ 
.login strong {
	display: block;
	position: relative;
	bottom: 5px;
}

.login .forgot {
	margin-bottom: 10px;
	display: block;
}

.login [type="checkbox"] + label {
	padding-left: 30px;
	color: #333;
}

.login [type="checkbox"]:checked + label::before {
	border-right: 2px solid #1e88e5;
border-bottom: 2px solid #1e88e5;
}

.login .button {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
}

.login .create-account {
	text-align: center;
}

.login .or h5 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #1e88e5;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.login .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.login .facebook {
	background: #3b5998;
}

.login .twitter {
	background: #00aced;
}

.login .google {
	background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
	margin-top: 5px;
	margin-bottom: 14px;
	width: 100%;
}

.register .login-now {
	text-align: center;
	display: block;
}

.register .or h5 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #1e88e5;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.register .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.register .facebook {
	background: #3b5998;
}

.register .twitter {
	background: #00aced;
}

.register .google {
	background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
	text-align: center;
}

.page-404 h3 {
	font-size: 96px;
	text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.79);
}

.page-404 h3 span {
	color: #1e88e5;
}

.page-404 .button {
	margin: 10px 0;
	display: inline-block;
}

.page-404 .button a {
	color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
	text-align: center;
}

.testimonial .app-title i {
	font-size: 26px;
}

.testimonial h6 {
	font-weight: 700;
}

.testimonial .app-title {
	margin-bottom: 10px;
}

.testimonial img {
	border-radius: 50%;
    margin: 5px 0 5px 0;
    height: 60px;
    width: 60px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

/*===================
	latest news
===================*/
.latest-news .entry {
	text-align: center;
	padding-bottom: 6px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.latest-news img {
	width: 100%;
	height: 100%;
}

.latest-news .content {
	padding-right: 10px;
	padding-left: 10px;
}

.latest-news .content h6 {
	font-size: 17px;
	margin-top: 10px;
}

.latest-news .content h6 a {
	
}

.latest-news .content p {
	margin: 10px 0;
}

.latest-news .mb-0 {
	margin-bottom: 0;
}

/*===================
	faq
===================*/
.faq .collapsible {
	border: none;
	box-shadow: none;
}

.faq .collapsible li {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	margin-bottom:10px;
}
.collapsible-body li {
	padding: 6px;
	margin-bottom:0 !important;
}
.faq .collapsible li .collapsible-header {
	font-size: 16px;
	color: #666;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
	background:#FCFBE3;
	line-height:2rem;
	min-height: auto;
}

.faq .collapsible li .collapsible-header i {
	float: left;
	margin-left: 0;
	width: auto;
	font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
	padding: 16px;
}

/*===================
	checkout
===================*/
.checkout .container {
	width: 100%;
}
.checkout-wrap {
	background-color: rgb(30, 136, 229);
	max-width: 1090px;
	justify-content: center;
	padding: 10px 0 5px;
}

.plan-item {
	background: #fff;
	padding: 10px 20px;
	color: rgb(30, 136, 229);
	display: flex;
	text-transform: uppercase;
	position: relative;
	transition: background .3s;
	cursor: pointer;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	text-align: right;
	direction:ltr;
}

.plan-item:hover, .plan-item.active {
	background: rgb(229, 243, 255);
}

.plan-item .time {
	font-size: 40px;
	line-height: 30px;
	font-weight: 900;
}

.plan-item .price {
	font-size: 61px;
	line-height: 50px;
	font-weight: 900;
	margin-left: 20px;
}

.plan-item .time span {
	font-size: 20px;
	line-height: 24px;
	display: block;
	text-align:center;
}
 .plan-item .price span {
	color: rgb(225, 96, 96);
	display: block;
	font-size: 24px;
	line-height: 20px;
	text-decoration:line-through;
} 

.plan-item .checkbox label {
	color: rgb(30, 136, 229);
}

.plan-item .checkbox span{
	display: none;
}

.plan-item [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
	width: 34px;
	height: 34px;
}

.checkout-images {
	display: flex;
	justify-content: center;
}

.checkout-images img {
	margin: 0 2%;
}

.checkout-images .mastercard {
	width: 58px;
}

.checkout-images .visa {
	width: 96px;
}

.checkout-images .paypal {
	width: 132px;
}

.checkout-form {
	flex: 1;
	background: #fff;
	padding: 5px;
}

.checkout-form .form-control {
	border: solid 1px rgb(222, 222, 222);
}
.checkout-form form {
	margin: 0 auto;
}
.checkout-form .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	text-align: right;
}

.checkout-form .form-group label {
	color: rgb(36, 36, 36);
	font-size: 14px;
}

.checkout-form input {
	margin-bottom: 0;
}

 .checkout-form .form-group .col-sm-8 {
 	padding: 0 15px;
	width: 66.6%;
}

.checkout-form .form-group.text-center {
	text-align: center;
	flex-direction: column-reverse;
}

.checkout-form .form-group .col-sm-4 {
	padding: 0 15px;
	width: 33.3%;
}
.checkout-form img {
	max-width: 190px;
}

.checkout-form a {
	display: block;
	margin-top: 10px;
}

.checkout-form .btn {
	background: rgb(30, 136, 229);
}

.checkout-wrap .title {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	color: rgb(18, 84, 142);
	text-align: center;
	margin-bottom: 20px;
}

.select {
	position: relative;
}

.select select {
	display: block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
	direction: rtl;
}

.select i {
 	position: absolute;
    top: 10px;
    left: 5px;
    font-size: 20px;
}

.checkout-wrap .info {
	text-align: center;
	display: none;
}

.checkout-wrap .info a {
	color: rgb(18, 84, 142);
	display: inline-block;
	margin: 0;
}

.checkout-info-text {
	text-align: center;
}

.checkout-form-wrap {
	padding-bottom: 0;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 768px) {

	.checkout-wrap {
		background-color: transparent;
		background-image: url(../img/checkout-bg.png);
		max-width: 1090px;
		display: flex;
		justify-content: center;
		margin: 100px auto 0;
		background-size: cover;
		background-position: center;
		border-radius: 10px;
		letter-spacing: 0;
		height: 440px;
		padding: 20px;
	}

	.checkout-form-wrap {
		flex-direction: row;
	}

	.checkout-wrap .flex {
		display: flex;
		flex-direction: row-reverse;
	}

	.checkout-form {
		height: 365px;
	}

	.checkout-form {
		margin: 0;
	}

	.checkout-wrap .info {
		text-align: right;
		width: calc(100% - 400px);
		padding: 40px 40px 0 0;
		display: none;
	}

	.plan-item {
		display: block;
		padding: 60px 20px;
		width: 260px;
		height: 365px;
		border-radius: 5px;
		margin-top: -60px;
		box-shadow: 0 -2px  20px 0 rgba(0, 0, 0, .5);
		text-align: center;
		text-transform: uppercase;
		box-sizing: border-box;
		position: relative;
		transition: background .3s;
		cursor: pointer;
	}
	
	.checkout-form {
		padding: 20px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	.checkout-wrap.checkout-form-wrap .plan-item {
		margin: 0 !important;
		box-shadow: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.plan-center {
		z-index: 1;
		margin: -70px -10px 0;
	}
	.plan-item .checkbox span{
		displauy: inline-block;
	}

	.plan-item [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
		width: 18px;
		height: 18px;
	}
	.checkout-images img {
		margin: 0 5%;
	}

	.plan-item .time {
		margin-bottom: 20px;
	}

	.plan-item .price {
		font-size: 61px;
		line-height: 50px;
		font-weight: 900;
		margin-bottom: 10px;
		margin-left: 0;
	}

	 .plan-item .price span {
		line-height: 26px;
	} 

	.plan-item .checkbox span{
		display: inline-block;
	}

	.checkout-form .form-group .col-md-3 {
		width: 20%;
	}

	.checkout-form .form-group .col-md-6 {
		width: 60%;
	}

	.checkout-form .form-group .col-md-8 {
		width: 77.7%;
	}

	.checkout-form .form-group.text-center {
		text-align: center;
		flex-direction: row;
	}

	.checkout-form a {
		margin: 0 10px -5px 0;
	}

	.checkout-form-wrap {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.checkout-form form {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.checkout-wrap .info {
		display: block;
	}
}

/*===================
	footer
===================*/
footer {
	background: #1e88e5;
	text-align: center;
	padding: 30px 0;
	display: block;
}

footer h6 {
	color: #fff;
	font-size: 20px;
}

footer .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

footer .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

footer .icon-social .facebook {
	background: #3b5998;
}

footer .icon-social .twitter {
	background: #00aced;
}

footer .icon-social .google {
	background: #dd4b39;
}

footer .icon-social .instagram {
	background: #517fa6;
}

footer .icon-social .rss {
	background: #fe7e00;

}

footer ul li a {
	color: #fff;
}

footer .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

footer .tel-fax-mail ul li {
	padding: 4px 0;
}

footer .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

footer .ft-bottom {
	border-top: dotted 1px #eee;
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
}

.loading{
		display:none;
		position:absolute;top:0;right:0;width:100%;height:100%;background:#fff;z-index:999;text-align:center;
		opacity:0.5;
	}
	.loading .helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.loading img{
		vertical-align: middle;
	}
	.is-loading .loading{
		display:block;
	}
	
.trueAnswer{background:#76DB5A;}
.falseAnswer{background:#DC4C41;}

.error{background: rgba(244, 67, 54,0.8) none repeat scroll 0% 0%; padding: 5px; border-radius: 5px; color: rgb(255, 255, 255);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0);}