/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/*** 
=============================================
	Color Css 
=============================================
***/
:root {
	--themeColorPrimary: 	#fca015;
	--themeColorSecondary: 	#142752;
	--themeColorOptional: 	#000048;
	--themeColorBlue:		#050548;
	--themeColorBlack: 		#000000;
	--themeColorWhite: 		#ffffff;
}
.mu-bg-primary {
	background: var(--themeColorPrimary) !important;
}
.mu-bg-secondary {
	background: var(--themeColorSecondary) !important;
}
.mu-bg-optional {
	background: var(--themeColorOptional) !important;
}
.mu-bg-blue {
	background: var(--themeColorBlue) !important;
}
.mu-bg-black {
	background: var(--themeColorBlack) !important;
}
.mu-bg-white {
	background: var(--themeColorWhite) !important;
}
.mu-clr-primary {
	color: var(--themeColorPrimary) !important;
}
.mu-clr-secondary {
	color: var(--themeColorSecondary) !important;
}
.mu-clr-optional {
	color: var(--themeColorOptional) !important;
}
.mu-clr-black {
	color: var(--themeColorBlack) !important;
}
.mu-clr-white {
	color: var(--themeColorWhite) !important;
}
.mu-btn-hdr {
	background: var(--themeColorPrimary) !important;
	padding: 0 20px !important;
	border-radius: 5px;
	color: var(--themeColorWhite) !important;
	border: 2px solid var(--themeColorPrimary);
	&:hover {
		background: #010d1d !important;
		color: var(--themeColorPrimary) !important;
	}
}
.mu-btn-ftr {
	background: var(--themeColorPrimary) !important;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	border: 2px solid var(--themeColorPrimary);
	&:hover {
		background: #010d1d !important;
		color: var(--themeColorPrimary) !important;
	}
}
.no-padding {
	padding: 0 !important;
}
.mt_btn_yellow:before {
    background: var(--themeColorPrimary);
}
.mt_btn_yellow:after {
    border-color: var(--themeColorPrimary);
}
.mt_btn_yellow:hover {
    color: var(--themeColorPrimary);
}
.mt_btn_yellow, input[type="submit"], .mt_btn_white-bor, .mt_btn_green, .mt_btn_purple {
	background: #010d1d;
	border-radius: 5px;
}
.d-lg-none {
	display: none;
}
.d-lg-block {
	display: block;
}
.mu-city-btn {
	background: var(--themeColorSecondary);
	color: var(--themeColorPrimary);
	margin: 10px;
	padding: 15px 20px;
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	border: 3px solid var(--themeColorPrimary);
}
.mu-city-btn:hover {
	color: var(--themeColorSecondary);
	background-color: var(--themeColorPrimary);
	border: 3px solid var(--themeColorSecondary);
}
@media (max-width: 768px){
	.mt_btn_yellow, .mt_btn_yellow, input[type="submit"] {
		padding: 10px 15px;
	}
	.d-sm-none {
		display: none;
	}
	.d-sm-block {
		display: block;
	}
	.mu-city-btn {
		margin: 0;
		font-size: 18px;
	}
}
/*** 
=============================================
	Header Section Css 
=============================================
***/
header#inner-navigation {
	position: relative;
}
.topbar-section {
	background: var(--themeColorSecondary);
	padding: 0;
}
.topbar-inner ul li a, .home-drive .top-bar-right ul li a {
	color: var(--themeColorPrimary);
}
.mu-topbar .topbar-inner .top-bar-left .mu-topbar-btn-hdr {
	display: none;
}
#inner-navigation .navbar.navbar-default {
	background: var(--themeColorWhite);
}
#inner-navigation .nav.navbar-nav li {
	margin-left: 15px;
}
#inner-navigation .nav.navbar-nav li:not(:nth-last-child(-n+2)) > a {
    font-size: 14px !important;
	color: var(--themeColorBlack) !important;
}
@media (max-width: 768px){
	.topbar-section {
		display: inline-block;
		padding-bottom: 15px;
    }
	.mu-topbar .topbar-inner .pull-right, .mu-topbar .topbar-inner .pull-left {
		float: none !important;
	}
	.mu-topbar .topbar-inner ul li {
		border: none;
		padding: 5px 5px;
		font-size: 14px;
	}
	.mu-topbar .topbar-inner .top-bar-right ul li:nth-child(2) {
		float: right;
	}
	.mu-topbar .topbar-inner .top-bar-right ul li:nth-child(3) {
		display: none;
	}
	.mu-topbar .topbar-inner .top-bar-left .mu-topbar-btn-hdr {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}
	#inner-navigation .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
		font-size: 31px;
		color: var(--themeColorOptional);
	}
	#inner-navigation .slicknav_nav {
        top: 85px;
    }
	li.mu-mble-hide {
		display: none;
	}
}
/*** 
=============================================
	BreadCrumb Section Css 
=============================================
***/
#blog_banner {
	background-image: url(assets/mu-images/breadcrumb/mu-breadcrumb-1.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: local;
	height: 100%;
	width: 100%;
}
#blog_banner .page-title {
	padding-top: 110px;
	padding-bottom: 110px;
}
@media (max-width: 768px){
	#blog_banner {
		background-size: cover;
		background-position: center;
		background-attachment: local;
		height: 100%;
		width: 100%;
	}
	#blog_banner .page-title {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
/*** 
=============================================
Location Css
=============================================
***/
.mu-location-pg-btn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
}
.frm-location {
	width: auto;
	float: left;
	padding: 5px;
}
.frm-location input[type="submit"] {
	position: relative;
	padding: 7px 16px;
	font-size: 15px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s ease;
	z-index: 0;
	background: #2f3f54;
	border-radius: 0;
	width: 100%;
}
.frm-location.active input[type="submit"] {
	background: #021782;
	border: 1px solid #fcb315;
	color: #fcb315;
	font-weight: bold;
}
@media ( max-width:769px) {
	.mu-location-pg-btn {
		grid-template-columns: 1fr;
	}
}
/*** 
=============================================
	Home Page Css 
=============================================
***/
#fw_al_009 {
	background: url(assets/mu-images/home-page/mu-main-slider.jpg) center center no-repeat #dddddd;
	background-size: cover;
}
.home-drive .fw_al_009_slide {
	width: 60%;
	top: 4%;
}
.fw_al_009_slide > h2 {
	font-size: 30px;
}
.mu-sldr-btn-div a {
	margin: 8px;
}
.promotion-area {
	text-align: center;
}
.promotion-area a {
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}
.choose-list {
	border-width: 1px 1px 1px 3px;
	border-color: var(--themeColorSecondary);
	border-style: solid;
}
.choose-list i {
	background: #142752;
}
.mu-social-sec {
	padding: 30px 0;
	border-top: 5px solid var(--themeColorPrimary);
	border-bottom: 1px solid #ddd;
}
#newsletter {
	top: 0;
}
#newsletter h2 {
	background: var(--themeColorBlack);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 27px;
}
.news-content p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
ul.mu-license-classes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.mu-license-classes li {
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
	font-weight: 600;
}
.cta-image {
	width: 100%;
	bottom: 40px;
}
.driving-cta-content h2 span {
    color: #fca015;
}
.choose_us figure {
	width: 100%;
	padding: 0;
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	border: 10px solid #fff;
}
.choose_us img {
	padding: 0;
	box-shadow: 0px 0px 0px 0px rgba(122,122,122,0.1);
	border: 0px;
}
.choose-certificate {
	width: 180px !important;
	object-fit: cover;
}
.widget-cta.cta-style1 {
	padding-bottom: 32px;
}
.feat-inn {
	position: relative;
}
.featured-item .feat-inn h3 {
	font-size: 17px;
	line-height: 26px;
	min-height: 100px;
	overflow: hidden;
}
.testimonial_main h4 a:hover {
	color: #444;
}
.slider-eductestimo .testimonial_main p {
	color: #444;
}
.slider-eductestimo .testimonial_main {
	padding: 50px 20px 40px;
}
.road {
	background-color: var(--themeColorBlack);
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.lines {
	font-size: 20px;
	color: var(--themeColorWhite);
	position: relative;
}
.about_services .row {
	padding: 0px 0px 40px 0px;
}
.mu-bg-img{
	background: url(assets/mu-images/home-page/started-bg.jpg) !important;
	background-size: cover;
	background-position: center center;
	border-radius: 0;
	border: none;
	padding: 80px 0;
}
.mt_st_wide::before {
	background: #000;
	opacity: 0.7;
}
.book {
	display: inline-block;
	box-shadow: 5px 5px 20px #333;
	margin: 10px;
}
.book img { 
	vertical-align: middle;
}
.supports-transform-3d .books {
	-moz-perspective: 100px;
	-moz-transform-style: preserve-3d;
}
.supports-transform-3d .book {
	position: relative;
	-moz-perspective: 100px;
	-moz-transform: rotateY(-3deg);
	-webkit-transform: perspective(100) rotateY(-3deg);
	box-shadow: none;
	margin: 0 auto;
	width: 200px;
}
.supports-transform-3d .book img {
	position: relative;
	max-width: 100%;
}
.supports-transform-3d .book:before, .supports-transform-3d .book:after {
	position: absolute;
	top: 2%;
	height: 96%;
	content: ' ';
	z-index: -1;
}
.supports-transform-3d .book:before {
	width: 100%;
	left: 7.5%;
	background-color: #3eadd1;
	box-shadow: 0 0 20px #000;
}
.supports-transform-3d .book:after {
	width: 5%;
	left: 100%;
	background-color: #EFEFEF;
	box-shadow: inset 0px 0px 5px #aaa;
	-moz-transform: rotateY(20deg);
	-webkit-transform: perspective(100) rotateY(20deg);
}
.supports-transform-3d #book2:before { 
	background-color: #74af1f;
}
.supports-transform-3d #book3:before { 
	background-color: #f6871e;
}
.inner-heading h2 span {
	color: var(--themeColorPrimary);
}
.mu-three-points .mu-flex-div {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.mu-three-points .mu-flex-div img {
	width: 60px;
	height: 60px;
}
.mu-three-points .mu-flex-div h4 {
	font-size: 28px;
	margin-left: 10px;
}
.mu-partner-section {
	padding: 60px 0;
}
.mu-list-color {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 0;
	margin-bottom: 30px;
}
@media (max-width: 768px){
	#fw_al_009 {
		max-height: 100%;
		padding-bottom: 20px;
	}
	.home-drive .fw_al_009_slide {
		width: 100%;
		height: 100% !important;
	}
	#fw_al_009 .item img {
		height: 400px !important;
		object-fit: cover;
	}
	.promotion-area img {
		width: 260px;
		margin: auto;
	}
	#newsletter {
		padding: 30px 0 30px !important;
	}
	.mu-instructor h2.widget-title {
		font-size: 25px;
	}
	.mu-instructor .widget-cta {
		padding: 40px 40px 20px;
	}
	.mu-social-sec img {
		width: 250px;
		margin-bottom: 20px;
	}
	.mu-driving-cta .cta-image {
		bottom: 0 !important;
		margin-top: 20px;
	}
	.mu-driving-cta .driving-cta-content h2 {
		font-size: 25px;
	}
	.mu-driving-cta .driving-cta-content p {
		font-size: 15px;
	}
	section#mt_fun {
        padding-bottom: 0;
    }
	.supports-transform-3d {
		margin-bottom: 40px;
	}
	.mu-list-color {
		grid-template-columns: 1fr;
	}
}
/*** 
=============================================
	About Page Css 
=============================================
***/
.about-items li:before, .mu-blog_details li:before, .mu-registration-form li:before, .mu-gift-form li:before, .page-content li:before {
	content: "✓";
	height: 15px;
	width: 15px;
	background: #142752;
	position: absolute;
	left: 15px;
	top: 5px;
	color: #fff;
	padding: 0px 5px 4px 3px;
	font-size: 13px;
	line-height: 17px;
}
@media (max-width: 768px){
}
/*** 
=============================================
	Courses Page Css 
=============================================
***/
.mu-courses {
	padding: 50px 0px 0;
}
.mu-courses .featured-item {
	border: 0;
	border-right: 1px solid #eee;
	border-radius: 0;
}
.mu-courses .feat-inn {
	background: transparent;
}
@media (max-width: 768px){
	.mu-courses .featured-item {
		border: 0;
	}
}
/*** 
=============================================
	Serivces Page Css 
=============================================
***/
#mu-services-area .featured-item {
	border-radius: 0;
}
#mu-services-area div.feat-img img {
	width: 360px !important;
	height: 245px !important;
	object-fit: cover;
}
#mu-services-area .featured-item .feat-img .overlayPort ul li a {
	padding: 0;
}
#mu-services-area .featured-item .feat-img .overlayPort ul li a h4 {
	margin-bottom: 0;
}
#mu-services-area .featured-item .feat-inn h3 {
	min-height: 70px;
	border-bottom: 0px dashed #eee;
	transition: all ease .3s;
}
/* Single Services */
.mu-services_details a {
	color: var(--themeColorPrimary);
}
.accrodion-grp .accrodion .accrodion-content {
    padding: 0 10px;
    border: 1px solid #DEE0E1;
}
.mu-services_details .post_img img {
	height: 500px;
	object-fit: cover;
}
aside .widget.mu-contact-form h3, aside .widget.mu-call-btn h3, .mu-home-page h3 {
	background: var(--themeColorPrimary);
	color: var(--themeColorBlack);
}
.widget.mu-contact-form, .mu-contact-frm-pg {
	background: var(--themeColorPrimary);
	padding: 2rem;
}
.widget.mu-call-btn {
	background: var(--themeColorPrimary);
	padding: 2rem 0;
}
.mu-call-btn .sidebar-acr .call-phone-1 {
	color: var(--themeColorWhite);
	font-size: 18px;
	background-color: var(--themeColorBlack);
	padding: 8px 0;
}
.mu-home-page h3 {
	padding: 20px 0;
	margin-top: 30px;
}
@media (max-width: 768px){
}
/*** 
=============================================
	Testimonials Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
	links Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
	Gallery Page Css 
=============================================
***/
.mu-sdtn-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.students-join1-area {
	background: #fca015;
	padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.students-join1-area {
		padding: 90px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.students-join1-area {
		padding: 80px 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.students-join1-area {
		padding: 70px 0;
	}
}
@media (min-width: 321px) and (max-width: 479px) {
	.students-join1-area {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 320px) {
	.students-join1-area {
		padding: 50px 0;
	}
}
.students-join1-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
	box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
	.students-join1-wrapper {
		display: grid;
	}
}
.students-join1-wrapper .students-join1-left {
	-webkit-box-flex: 5;
	-moz-flex: 5;
	-webkit-flex: 5;
	flex: 5;
	border: 1px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left ul li {
	border: 2px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left .ri-grid {
	margin: 0;
}
.students-join1-wrapper .students-join1-right {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-align: center;
	background: #002147;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.students-join1-wrapper .students-join1-right > div {
	margin: 0 auto;
}
@media only screen and (max-width: 991px) {
	.students-join1-wrapper .students-join1-right {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.students-join1-wrapper .students-join1-right h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 30px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 479px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 24px;
	}
}
.students-join1-wrapper .students-join1-right h2 span {
	font-weight: 700;
}
.join-now-btn {
	color: #002147;
	padding: 13px 40px;
	background: #fca015;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: none;
	border: 2px solid #fca015;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.join-now-btn:hover {
	background: transparent;
	color: #FFFFFF;
}
.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}
.ri-grid-list img {
	width: 158px;
	height: 158px;
	object-fit: cover;
}
.ri-grid ul.ri-grid-list {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ri-grid ul:after {
	clear: both;
}
.ri-grid ul.ri-grid-list {
	zoom: 1;
} 
.ri-grid ul.ri-grid-list li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.ri-grid-list li.hidden-slide {
	display: none;
}
.ri-grid ul.ri-grid-list li a{
	display: block;
	outline: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}
.ri-shadow:after, .ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.ri-grid-loading:after, .ri-grid-loading:before{
	display: none;
}
.ri-loading-image{
	display: none;
}
.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}
.no-padding{
	padding: 0;
}
.road {
	background-color: #000000;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.lines {
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 768px){
	.ri-grid-list img {
		width: 167px;
		height: 167px;
		object-fit: cover;
	}
}
/*** 
=============================================
	Gift Certification Page Css 
=============================================
***/
.mu-gift-form p {
    margin-bottom: 10px;
}
.mu-courses-list {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	padding: 30px 20px;
}
.mu-courses-list-title {
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
@media (max-width: 768px){
}
/*** 
=============================================
	Blog Page Css 
=============================================
***/
#blog_main_sec .post-detail_container .post-content {
    padding: 20px;
}
.mu-blog-pg {
	background-color: #f4f0ec;
	padding: 10px !important;
}
.mu-blog-thumbnail img {
	width: 360px;
	height: 245px;
	object-fit: cover;
}
h4.mu-blog-pg-title{
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin-top: 30px;
}
/* Single blog */

@media (max-width: 768px){
}
/*** 
=============================================
	Contact Page Css 
=============================================
***/
#mu-home-form-btn {
	padding: 10px 25px;
	background: var(--themeColorPrimary) !important;
	border: 2px solid var(--themeColorPrimary);
	&:hover {
		background: #010d1d !important;
		color: var(--themeColorPrimary) !important;
	}
}
@media (max-width: 768px){
}
/*** 
=============================================
	Registration Page Css 
=============================================
***/
.mu-registration-form p {
  margin-bottom: 10px;
}
.mu-registration-form h4{
	margin-top: 30px;
}
.mu-availability, .mu-how_heard {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div#mu-terms {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px auto;
}
/* Datepicker Area  */
.input-group {
	display: flex;
	gap: 10px;
}
input[type="date"] {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
}
button {
	padding: 10px 16px;
	background-color: #fca015;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.2s;
}
button:hover {
	background-color: #000000;
}
.date-list {
  display: none; /* Hidden initially */
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-top: 20px;
}
.date-item {
  background-color: #e0f0ff;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date-item button {
	background: #dc3545;
	border: none;
	color: white;
	padding: 4px 10px;
	border-radius: 6px;
	cursor: pointer;
}
.date-item button:hover {
	background-color: #b02a37;
}
@media (max-width: 768px){
}
/*** 
=============================================
	Card Payment Page Css 
=============================================
***/
ul.mu-list-points {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	padding: 15px 10px;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}
ul.mu-list-points li {
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
ul.mu-list-points li::before {
	content: none;
}
.mu-title-payment {
	text-align: center;
	font-size: 33px;
	text-transform: uppercase;
	color: var(--themeColorPrimary);
	border-bottom: 4px dashed;
	padding-top: 30px;
}
span.tax {
    display: block;
    color: #ff0000;
    font-size: 11px;
    margin-top: -7px;
    line-height: 30px;
}
.mu-payment-img {
	width: 110px;
}
@media ( max-width:769px) {
	ul.mu-list-points li {
		padding: 5px 0;
	}
}
/*** 
=============================================
Moneris Payment Page Css
=============================================
***/
.mu-section-area {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	padding: 0 30px 25px 30px;
	margin-bottom: 25px;
}
.add-listing-headline {
	width: 100%;
	left: 0px;
	position: relative;
	padding: 15px 30px;
	margin: 30px 0;
	border-radius: 4px 4px 0 0;
	background-color: #333a65;
	border-bottom: 1px solid #eaeaea;
}
.add-listing-headline h3 {
	padding: 0;
	margin: 0;
	line-height: 32px;
	font-size: 22px;
	position: relative;
	top: 1px;
	color: #fff;
}
#muPaymentForm label {
	color: #333;
}
.mu-course-price {
	border-left: 1px solid #d9d9d9;
	padding-left: 20px;
}
.price-display {
	text-align: center;
	padding: 20px;
	background: #ecf0f1;
	border-radius: 10px;
	margin-top: 20px;
}
.price-label {
	font-size: 18px;
	color: #7f8c8d;
}
.price-amount {
	font-size: 42px;
	font-weight: 700;
	color: #2c3e50;
	margin: 10px 0;
}
.course-info {
	font-size: 16px;
	color: #7f8c8d;
}
.mu-payment-form .mt-4 { 
	margin-top: 25px !important; 
}
.mu-payment-table.table { 
	border: 1px solid #ddd; 
}
.mu-payment-table th, .mu-payment-table td {
	border: 1px solid #ddd;
	padding-left: 25px;
	text-align: center;
}
.postal-code-note {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.mu-course-price, .mu-prsl-info {
		border-left: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.mu-payment-heading { 
		font-size: 25px; 
	}
	.mu-payment-table th, .mu-payment-table td {
		padding-left: 0px;
		text-align: left;
	}
}
/*** 
=============================================
	Class 7 Learner page Css 
=============================================
***/
.accrodion-grp .accrodion .accrodion-content {
	padding: 0 10px;
	border: 1px solid #DEE0E1;
}
.accrodion-grp .accrodion .accrodion-content .inner {
	padding: 0 0px 20px;
}
.wn-mcq-box h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.wn-mcq-box span {
	margin-right: 8px;
}
.wn-mcq-box ol {
	margin-left: 70px;
}
.wn-mcq-box ol li {
	list-style-type: lower-alpha;
	padding-left: 12px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}
.wn-table-box {
	margin-top: 30px;
}
.wn-table-box h4 {
	margin-top: 20px;
	font-size: 22px;
	text-align: center;
}
@media ( max-width:769px) {

}
/*** 
=============================================
	Footer Section Css 
=============================================
***/
#mt_footer {
    background: #03152e;
    padding-top: 70px;
}
.mu-footer-shape {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}
@media (max-width: 768px){
	.mu-footer-shape {
		flex-wrap: wrap;
		gap: 15px;
	}
}
/*** 
=============================================
	Floating button Area Css 
=============================================
***/
.mu-whatsapp-div {
    background: #25d366;
    box-shadow: 0px 5px 20px -5px #25d366;
    border-radius: 6px;
    padding: 15px 15px;
    color: #ffffff;
    text-align: center;
}
.mu-whatsapp-div {
	position: fixed;
	bottom: 15px;
	display: block !important;
	z-index: 999;
	left: 20px;
}
.mu-whatsapp-div a {
	color: white !important;
	font-size: 20px;
}
.mu-whatsapp-div a i {
	font-size: 25px;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	
}
/* ========== Area Cover ========== */
#mu-area-cover-box {
	padding: 30px 0;
}
#mu-area-cover-box h2 {
	text-align: center;
	margin-bottom: 20px;
}
ul.mu-area-cover-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 10px;
	margin-bottom: 10px;
}
ul.mu-area-cover-grid li {
	padding-left: 0;
	margin-bottom: 0;
}
.mu-area-cover-grid a {
	line-height: 1.2em;
	font-size: 15px;
	font-weight: 500;
	color: var(--themeColorPrimary);
}
.mu-area-cover-btn-box {
	text-align: center;
	margin-top: 10px;
}
button#mu-area-cover-btn {
	background: transparent;
	border: transparent;
	color: #000;
	width: auto;
	border-radius: 4px;
}
@media (max-width: 768px){
	ul.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
	ul.mu-area-cover-grid li {
		padding-left: 30px;
	}
}