/* Add here all your css styles (customizations) */

.home-testimonial .u-blockquote-v1::after{
	left: inherit;
	right: 80px;
	border-width: 30px 0px 0px 30px;
}
.u-header .hamburger-inner,
.u-header .hamburger-inner:after,
.u-header .hamburger-inner:before{
	background-color: #fff;
}
.study_all_table tbody tr td,
.study_all_table tbody tr th{
	vertical-align: middle;
}
.display_block{
	display: block;
}
.study_dashboard.u-info-v1-1:after{
	display: none;
}
.user_registration_form .target-form-field .u-check input{
	opacity: 0;
	visibility: hidden;
}
.user_registration_form .target-form-field .error{
	position: absolute;
	bottom: 4px;
	left: 25px;
}
.cfa_package_value .g-brd-around{
	display: flex;
	display: -webkit-flex;
}
.target-form-field .form-group {
    padding-left: 0px;
}
.target-form-field .form-group label#targetexam-error {
    top: 26px;
    left: 0;
}
header .navbar .navbar-nav .nav-link:after{
	display: none;
}
@media screen and (max-width: 991px){
	.u-header .navbar-brand{
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px){
	.u-header .navbar-brand .logo{
		width: 200px;
	}
	.home-hero{
		background-position: -220px 0;
	}
}

.hs-has-sub-menu > a::after{
	display: none;
}

.exam_manger_page table tr td .dropdown-toggle::after{
    display: none;
}
    
@media screen and (max-width: 767px){
.left_dashboard_bx{
		padding-bottom: 10px;
	}
.left_dashboard_bx .row .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.left_dashboard_bx .row{
	width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.left_dashboard_bx h3.card-header{
	margin-bottom: 10px !important;
} 
.left_dashboard_bx .row .col-md-4 div p{
	padding-left: 0px !important;
}


}