/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
p {
	margin-bottom: 0px;
}
/* Overriding default styling */
.card-body p, .card-body p span, .card-body ul li, .card-body ul li span, #description div p, #description div p span, #description div ul li, #description div ul li span {
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif !important;
}
#description div ul, #faq .card-body ul {
	list-style: disc;
	padding-left: 25px;
}
/*--end--*/ 
/*==Why tabs equal dimensions==*/
#WhyCourse .why-tabs li {
	height: 160px;
}
/*==end==*/
.accordion_2 .card-body {
	padding: 1rem !important;
}
.sn_hp {
	padding: 0px;
}
.sn_hp .col-md-3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
}

.sn_hp .col-md-3 img {
	float: left;
	height: 58px;
}
.sn_hp .col-md-3 div {
	clear: left;
	padding: 12px 16px;
}
.sn_hp p {
	padding-left: 24px;
	padding-top: 8px; padding-bottom: 8px;
	margin-bottom: 0 !important;
	border-right: dashed 2px #000;
}
.call_section .card-header {
	padding: .75rem 1.25rem !important;
}
.display-none {
	display: none;
}
.why-tabs li {
			width: 100% !important;
		}
		.why-tabs {
			background: none;
		}
		.box_highlight div {
			margin: 0 20px !important;
			background: #ededeb;
			border: solid 1px #bbb;
			transition: 0.2s;
			border-radius: 8px;
			color: #000;
		}
		.box_highlight div:hover {
			background: #ffb100;
			border: solid 1px #000;
		}
		.why-tabs ul.additional_info li strong {
			font-size: 14px !important;
			color: #000 !important;
		}
#review_summary, .reviews-container .progress-bar {
	background: #ffb100;
}
section h2 {
	font-weight: 700;
	color: #ffb100;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.main-menu ul ul ul {
	left: 234px;
	top: 0;
}
.main-menu ul ul ul:before {
	display: none;
}
.secondary_nav {
	background: #ffb100;
}
.secondary_nav a {
	color: #000 !important;
	padding: 5px 10px;
    border-radius: 4px;
}
.secondary_nav a.active, .secondary_nav a:hover {
	background: white;
}
#lessons .card-body {
	padding: 0;
}
#lessons br {
	height: 0;
	display: none;
}
#lessons .list_lessons_2 ul {
	margin-bottom: 0;
}
#reviews .btn-primary, .hero_single .btn-primary {
	background: #ffb100 !important;
	border: #ffb100 !important;
}
.reviews-container .rev-content {
	padding: 12px;
}
.rev-text p {
	margin-bottom: 0px;
}


.footer_wrapper {
    padding-top: 100px !important;
}
.footer_wrapper .footer1 {
	z-index: 1;
}

@media (max-width: 768px) {
	#WhyCourse .why-tabs li {
	height: auto;
}
    .footer1_contact {
        padding-left: 0px !important;
    }
    .footer_upper_box {
        left: 0px;
        top: 0px;
    }
    .secondary_nav ul li {
    	display: list-item;
    padding-bottom: 12px;
    }
    .secondary_nav {
    	display: none;
    }
    #description div p {
    	text-align: justify !important;
    }
   }