.collapse_menu .collapse_menu--icon,.vertical_nav{
	-moz-transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out}*{box-sizing:border-box}:active,:focus{outline:0;}
#sidekickToggle{
		display:none;
}
.toggle_menu {
	display: block;
	float: left;
	line-height: 57px;
	padding: 0;
	background: 0 0;
	border: 0;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
}


.toggle_menu i {
	width: 50px;
    text-align: center;
    display: block;
    padding: 0;
    border: 0;
    background: #fff;
    color: #737373;
    font-size: 120%;
    margin: 0;
    cursor: pointer;
    float: left;
}

.toggle_menu i:hover {
    color: #c8302f;
}

.vertical_nav {
	position: fixed;
    left: -240px;
    top: 60px;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    width: 240px;
    z-index: 995;
}

#sidekickToggle:checked ~ .vertical_nav {
	left: -240px ;
}



#sidekickToggle:not(:checked) ~ .vertical_nav {
	left: 0 ;
	/* box-shadow: rgba(0,0,0,.2)-30px 0 30px 0px; */
}

.rtl #sidekickToggle:checked ~ .vertical_nav{
    right: -240px;
}
.rtl #sidekickToggle:checked ~ .vertical_nav{
	right: -240px;
	left: auto ;
}

.rtl #sidekickToggle:not(:checked) ~ .vertical_nav {
	right: 0 ;
	left: auto ;
	/* box-shadow: rgba(0,0,0,.2)60px 0 80px 60px; */
}

.menu_left {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rtl .menu_left {
	direction: rtl;
}

.menu_left:hover {
	overflow-y: scroll;
}

.menu--item {
	position: relative;
	min-height: 42px;
	line-height: 42px;
}

.menu--link:hover {
	background: #ffecec;
	color: #c8302f !important;
}

.menu--link.active {
	background: #ffecec;
	color: #c8302f;
}

.menu--item__has_sub_menu .menu--link:after {
	position: absolute;
	top: 0;
	right: 15px;
	height: 45px;
	line-height: 45px;
	font-family: FontAwesome;
	/* content: "\f0d7"; */
	content: "\276F";
}
.rtl .menu--item__has_sub_menu .menu--link:after {
	right:auto;
	left: 15px;
}
.menu--subitens__opened {
	background: #ffecec;
}

.menu--subitens__opened .menu--link {
	color: #29334e;
}
.menu-collapse {
	display: none;
}
.menu-collapse:checked {
	background: #ffecec;
}
.menu-collapse:checked ~ .sub_menu {
	background: #ffecec;
	display: block;
}
.menu-collapse:checked + .menu--link:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-collapse:not(:checked) ~ .sub_menu {
	display: none;
}

.menu--link {
	display: block;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    color: #29334e;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.menu--link:hover,.menu--link:hover .menu--label {
	background: #ffecec;
}

.menu--icon {
	display: block;
	float: left;
	width: 50px;
	height: 45px;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
}
.rtl .menu--icon {
	float: right;
}


.menu--label {
	display: block;
	height: 45px;
	line-height: 43px;
}

.sub_menu{
	display: none;
	overflow: hidden;
	padding-left: 0;
	list-style: none;
}

.sub_menu--link {
	display: block;
	padding-left: 50px;
	padding-right: 16px;
	font-size: 14px;
	font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 400;
	color: #29334e;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}


.sub_menu--link:hover {
	color: #c8302f !important;
	background: #ffecec;
}

.sub_menu--link.active {
	color: #da1f27;
	font-weight: 500;
}

/* .collapse_menu {
	display: none;
} */


.vertical_nav{
	left: 0;
}
.rtl .vertical_nav{
	right: 0;
	left:auto;
}

/* .toggle_menu {
	display: none;
} */

/*=========================chapter list style =============================*/
.collapse_menu {
	left: auto;
	right: 0;
	background: #585858;
	transition: all 0.3s ease-out;
}
.chapter-list {
	width:400px;
	max-width: 90%;
	top:0;
	right: 0;
    left: auto;
}
.rtl .chapter-list {
	left: 0;
    right: auto;
}
/* .rtl .chapter-list {
	width:400px;
	max-width: 90%;
	top:0;
	right: 0;
    left: auto;
} */
.chapter-list .header {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
	color:#333;
}
.chapter-list .header a.right {
    background-color: #f7f7f7;
    padding: 3px 5px 7px;
    border-radius: 5px;
    color: #c8302f;
    font-size: 21px;

}
.chapter-list .header a.right:hover {
    background-color: #ffecec;
    color: #c8302f !important;
}

#sidekickToggle:not(:checked) ~ .vertical_nav.chapter-list {
	right:0;
	left: auto;

}
#sidekickToggle:checked ~ .vertical_nav {
	right: -400px;
	left: auto;
}
.rtl .collapse_menu {
	right: auto;
	left: 0;

}

.rtl #sidekickToggle:not(:checked) ~ .vertical_nav.chapter-list {
	left:0;
	right: auto;

}
.rtl #sidekickToggle:checked ~ .vertical_nav {
	left: -400px;
	right: auto;
}
/* .collapse {
	display: none;
} */
.chapter-list .menu--item {
min-height: auto;
line-height: initial;
}
.collapse-title {
	background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 20px;
    font-size: 20px;
    display: flex;
	flex-direction: column;
	font-weight: bold;
}
.collapse-title span {
	font-size: 14px;
    /* display: block; */
	margin-top: 10px;
	font-weight: 400;
}
.chapter-list .sub_menu {
	background-color: #fff !important;
}
.chapter-list .menu--item__has_sub_menu .menu--link:after {
    height: 59px;
    font-size: 16px;
}
.chapter-list .sub_menu--link{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.chapter-list .sub_menu--link span {
	min-width: 50px;
    font-weight: 500;
    color: #afafaf;
}
.chapter-list .sub_menu--link {

	padding:20px;
}
.vertical_nav__minify {
	width: 0;
}

.vertical_nav__minify .menu {
	overflow: visible;
}

.vertical_nav__minify .menu--label {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	padding-left: 16px;
	padding-right: 16px;
	background: #e9e9e9;
	font-weight: 500;
}

.vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
	content: "";
}

.vertical_nav__minify .menu--subitens__opened .menu--label,.vertical_nav__minify .menu--subitens__opened .sub_menu {
	display: block;
}

.vertical_nav__minify .sub_menu {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 150px;
	background: #e9e9e9
}

.vertical_nav__minify .sub_menu--link {
	padding-left: 16px;
}

.vertical_nav__minify .collapse_menu--icon {
	-webkit-transform: rotate(180deg);
}

.collapse_menu {
    width: 60px;
    text-align: center;
    display: block;
    height: 60px;
    padding: 0;
    border: 0;
    background: #c8302f;
    color: #fff;
    font-size: 30px;
    margin: 0;
    cursor: pointer;
	float: left;
	position: fixed;
    left: 0;
	top: 0;
	z-index: 999;
}
.rtl .collapse_menu {
		float: right;
		left: auto;
		right: 0;
}

.collapse_menu:hover {
	color: #fff;
	background: #af1f24;
}

.collapse_menu .collapse_menu--icon {
	display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

.collapse_menu .collapse_menu--label {
	display: block;
	height: 40px;
	line-height: 40px;
}



.course-content p{
	font-size: 16px;
	line-height: 1.7;
}
.course-content ul {
	list-style: disc;
    padding: 0 20px;
}
.course-content ul li{
	margin-bottom: 10px;
}
.float-btn {
	position: absolute;
	top:15px;
	left: 15px;
	z-index: 3;
}
.float-btn .hde151 {
	color: #c8302f !important;
	border: 1px solid #c8302f;
	background-color:  #1b1c1d8a;
}
.rtl .float-btn {
		right: 15px;
		left: auto;
}
/* rtl style*/

@media (max-width: 575.98px) {
    .rtl .main_logo {
        margin-left: 5px !important;
        width: 110px !important;
    }

    .rtl .search120 {
        display: none;
        margin-left: 0 !important;
    }

    .rtl .upload_btn {
        display: none;
    }

    /* .rtl .header_right ul li:nth-child(2) {
        display: none !important;
    } */

    .rtl .option_links {
        padding: 10px 3px !important;
        font-size: 18px !important;
    }

    .rtl .opts_account img {
        margin-left: 5px !important;
        width: 30px !important;
    }

    .rtl .menu.dropdown_mn {
        margin-right: -43px !important;
    }

    .rtl .menu.dropdown_ms {
        margin-right: -82px !important;
    }

    .rtl .noti_count {
        right: 0 !important;
    }

    .rtl .play_btn1 {
        top: 40%;
        right: 45% !important;
    }

    .rtl .value_props {
        text-align: center;
    }

    .rtl .value_icon {
        width: 100%;
    }

    .rtl .value_content {
        width: 100% !important;
        margin-top: 20px;
    }

    .rtl .value_content h4 {
        text-align: center !important;
    }

    .rtl .value_content p {
        text-align: center;
    }

    .rtl .get1452 {
        text-align: center !important;
    }

    .rtl .edu_social_links {
        text-align: right !important;
        margin-top: 10px;
    }

    .rtl .live1452 iframe {
        height: 190px !important;
    }

    .rtl .user_dt_right {
        float: left !important;
        width: 100%;
        margin-top: 30px;
    }

    .rtl .user_dt_right ul li {
        width: 24.3%;
    }

    .rtl ._215b03 {
        margin-top: 30px;
    }

    .rtl .tab_crse .nav-link {
        padding: .5rem 1rem !important;
    }

    .rtl .progress1 {
        flex-basis: 30% !important;
    }

    .rtl .reviews_left {
        margin-bottom: 50px;
    }

    .rtl ._216b22 {
        display: block !important;
    }

    .rtl ._216b12 {
        display: none !important;
    }

    .rtl .dp_dt150 {
        display: block !important;
    }

    .rtl .prfledt1 {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .rtl .rgt-145 {
        text-align: center !important;
        margin-top: 30px !important;
    }

    .rtl ._bty149 {
        text-align: center !important;
    }

    .rtl .hf_img {
        width: 100% !important;
        float: left;
        position: relative;
    }

    .rtl .hs_content {
        padding: 10px 5px !important;
        float: left;
        width: 100% !important;
        position: relative;
    }

    .rtl .eps_dots10 {
        top: 10px !important;
    }

    .rtl .billing-percentages-progress-bar__labels li {
        width: 15% !important;
    }

    .rtl .radio--group-inline-container_1 li {
        margin-right: 5px !important;
    }

    .rtl .radio-label_1 {
        padding: 15px 10px !important;
    }

    .rtl ._215b03:before {
        background: none !important;
    }

    .rtl .ml_item {
        width: auto !important;
        text-align: left !important;
        padding-top: 4px;
        margin-left: 15px !important;
    }

    /* .rtl .hde151 {
        display: none;
    } */

    .rtl .hde152 {
        display: block !important;
    }

    .rtl .titleright {
        float: left !important;
        width: 100%;
        margin-top: 30px;
    }

    .rtl .title589 p {
        padding: 0 0 !important;
    }

    .rtl .title478 {
        padding: 0 0 80px !important;
    }

    .rtl .prev_title {
        max-width: 100px !important;
    }

    .rtl .prev_title1 {
        max-width: 100px !important;
    }

    .rtl .story125 iframe {
        margin-bottom: 50px;
    }

    .rtl .career_item p {
        padding: 0 0 !important;
    }

    .rtl .membership__right {
        display: none;
    }

    .rtl .thnk_coming_title {
        font-size: 4em !important;
    }

    .rtl .tc_footer_left {
        width: 100%;
        text-align: center;
    }

    .rtl .tc_footer_right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .rtl .cmtk_dt .clock li span {
        font-size: 3.5em !important;
    }

    .rtl .cmtk_dt .clock li label {
        font-size: 14px !important;
    }

    .rtl .cmtk_dt .clock li.sep {
        font-size: 2.5em !important;
    }

    .rtl .cmtk_dt {
        padding: 71px 0 61px !important;
    }

    .rtl .cert_banner_text h1 {
        font-size: 42px !important;
    }

    .rtl .edttslogo img {
        width: 80px !important;
    }

    .rtl .edttsplus img {
        width: 30px !important;
        margin: 0 20px !important;
    }

    .rtl .edttslogo1 img {
        width: 95px !important;
    }

    .rtl .result_dt h4 {
        height: 80px !important;
        width: 80px !important;
        padding: 25px 0 !important;
    }

    .rtl .result_dt .right_ans {
        height: 80px !important;
        width: 80px !important;
        padding: 16px 0 !important;
    }

    .rtl .result_dt .wrong_ans {
        height: 80px !important;
        width: 80px !important;
        padding: 16px 0 !important;
    }

    .rtl .result_content h2 {
        font-size: 36px !important;
    }

    .rtl .title478 {
        padding: 62px 0 50px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .rtl .main_logo {
        margin-left: 10px !important;
    }

    .rtl .search120 {
        display: none;
        margin-left: 0 !important;
    }

    .rtl .value_props {
        text-align: center;
    }

    .rtl .value_icon {
        width: 100%;
    }

    .rtl .value_content {
        width: 100% !important;
        margin-top: 20px;
    }

    .rtl .value_content h4 {
        text-align: center !important;
    }

    .rtl .value_content p {
        text-align: center;
    }

    .rtl .get1452 {
        text-align: center !important;
    }

    .rtl .edu_social_links {
        text-align: right !important;
        margin-top: 10px;
    }

    .rtl ._215b03 {
        margin-top: 30px;
    }

    .rtl .reviews_left {
        margin-bottom: 50px;
    }

    .rtl ._216b22 {
        display: block !important;
    }

    .rtl ._216b12 {
        display: none !important;
    }

    .rtl .dp_dt150 {
        display: block !important;
    }

    .rtl .prfledt1 {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .rtl .rgt-145 {
        text-align: center !important;
        margin-top: 30px !important;
    }

    .rtl ._bty149 {
        text-align: center !important;
    }

    .rtl .hf_img {
        width: 100% !important;
        float: left;
        position: relative;
    }

    .rtl .hs_content {
        padding: 10px 5px !important;
        float: left;
        width: 100% !important;
        position: relative;
    }

    .rtl .eps_dots10 {
        top: 10px !important;
    }

    .rtl ._215b03:before {
        background: none !important;
    }

    .rtl .ml_item {
        width: auto !important;
        text-align: center !important;
        padding-top: 0;
        margin-left: 15px !important;
    }

    .rtl .titleright {
        float: left !important;
        width: 100%;
        margin-top: 30px;
    }

    .rtl .title589 p {
        padding: 0 0 !important;
    }

    .rtl .title478 {
        padding: 0 0 80px !important;
    }

    .rtl .story125 iframe {
        margin-bottom: 50px;
    }

    .rtl .career_item p {
        padding: 0 0 !important;
    }

    .rtl .tc_footer_left {
        width: 100%;
        text-align: center;
    }

    .rtl .tc_footer_right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .rtl .thnk_coming_title {
        font-size: 10em !important;
    }

    .rtl .cmtk_dt .clock li span {
        font-size: 6em !important;
    }

    .rtl .cmtk_dt .clock li label {
        font-size: 16px !important;
    }

    .rtl .cmtk_dt .clock li.sep {
        font-size: 5em !important;
    }

    .rtl .cmtk_dt {
        padding: 71px 0 61px !important;
    }

    .rtl .cert_banner_text h1 {
        font-size: 42px !important;
    }

    .rtl .edttslogo img {
        width: 80px !important;
    }

    .rtl .edttsplus img {
        width: 30px !important;
        margin: 0 20px !important;
    }

    .rtl .edttslogo1 img {
        width: 95px !important;
    }

    .rtl .title478 {
        padding: 62px 0 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rtl .main_logo {
        margin-left: 10px !important;
    }

    .rtl .search120 {
        display: none;
        margin-left: 0 !important;
    }

    .rtl .value_props {
        text-align: center;
    }

    .rtl .value_icon {
        width: 100%;
    }

    .rtl .value_content {
        width: 100% !important;
        margin-top: 20px;
    }

    .rtl .value_content h4 {
        text-align: center !important;
    }

    .rtl .value_content p {
        text-align: center;
    }

    .rtl .get1452 {
        text-align: center !important;
    }

    .rtl .rating-box {
        flex-basis: 20% !important;
    }

    .rtl .reviews_left {
        margin-bottom: 50px;
    }

    .rtl ._216b22 {
        display: block !important;
    }

    .rtl ._216b12 {
        display: none !important;
    }

    .rtl .dp_dt150 {
        display: block !important;
    }

    .rtl .prfledt1 {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .rtl .rgt-145 {
        text-align: center !important;
        margin-top: 30px !important;
    }

    .rtl ._bty149 {
        text-align: center !important;
    }

    .rtl .hf_img {
        width: 100% !important;
        float: left;
        position: relative;
    }

    .rtl .hs_content {
        padding: 10px 5px !important;
        float: left;
        width: 100% !important;
        position: relative;
    }

    .rtl .eps_dots10 {
        top: 10px !important;
    }

    .rtl ._215b03:before {
        background: none !important;
    }

    .rtl .ml_item {
        width: auto !important;
        text-align: center !important;
        padding-top: 0;
        margin-left: 15px !important;
    }

    .rtl .title589 p {
        padding: 0 50px !important;
    }

    .rtl .career_item p {
        padding: 0 0 !important;
    }

    .rtl .tc_footer_left {
        width: 100%;
        text-align: center;
    }

    .rtl .tc_footer_right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rtl body {
        overflow-y: scroll;
    }

    .rtl .logo img {
        width: 200px;
        text-align: center;
        margin-top: 10px;
        float: none;
    }

    .rtl .wrapper__minify {
        margin-left: 50px;
    }

    .rtl .search120 {
        display: none;
        margin-left: 0 !important;
    }

    .rtl .value_props {
        text-align: center;
    }

    .rtl .value_icon {
        width: 100%;
    }

    .rtl .value_content {
        width: 100% !important;
        margin-top: 20px;
    }

    .rtl .value_content h4 {
        text-align: center !important;
    }

    .rtl .value_content p {
        text-align: center;
    }

    .rtl .get1452 {
        text-align: center !important;
    }

    .rtl .ui-accordion-content .content-summary {
        width: 30% !important;
    }

    .rtl .title900 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .rtl .hf_img {
        width: 40% !important;
    }

    .rtl .hs_content {
        width: 60% !important;
    }

    .rtl .ml_item {
        width: 78% !important;
    }

    .rtl .title589 p {
        padding: 0 160px !important;
    }
}

@media (min-width: 1200px) {
    .rtl .container {
        max-width: 1200px !important;
    }

    .rtl .hf_img {
        width: 40% !important;
    }

    .rtl .hs_content {
        width: 60% !important;
    }

    .rtl .container-fluid {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
.main_logo {
    margin-left: 5px !important;
	width: 110px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.upload_btn {
	display: none;
}

/* .header_right ul li:nth-child(2) {
	display: none !important;
} */

.option_links {
    padding: 10px 3px !important;
    font-size: 18px !important;
}

.opts_account img {
    margin-left: 5px !important;
	width: 30px !important;
}

.menu.dropdown_mn {
   margin-right: -43px !important;
}

.menu.dropdown_ms {
   margin-right: -82px !important;
}

.noti_count {
    right: 0 !important;
}

.play_btn1 {
    top: 40%;
    right: 45% !important;
}

.value_props {
    text-align: center;
}

.value_icon {
	width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
	margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

.live1452 iframe {
	height: 190px !important;
}

.user_dt_right {
	float: left !important;
	width: 100%;
    margin-top: 30px;
}

.user_dt_right ul li {
    width: 24.3%;
}

._215b03 {
    margin-top: 30px;
}

.tab_crse .nav-link {
    padding: .5rem 1rem !important;
}

.progress1 {
    flex-basis: 30% !important;
}

.reviews_left {
	margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
	margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

.billing-percentages-progress-bar__labels li {
    width: 15% !important;
}

.radio--group-inline-container_1 li {
	margin-right: 5px !important;
}

.radio-label_1 {
	padding: 15px 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
	width: auto !important;
    text-align: left !important;
	padding-top: 4px;
	margin-left: 15px !important;
}

/* .hde151 {
	display: none;
} */

.hde152 {
	display: block !important;
}

.titleright {
	float: left !important;
	width: 100%;
    margin-top: 30px;
}

.title589 p {
	padding: 0 0 !important;
}

.title478 {
	padding: 0 0 80px !important;
}

.prev_title {
    max-width: 100px !important;
}

.prev_title1 {
    max-width: 100px !important;
}

.story125 iframe {
	margin-bottom: 50px;
}

.career_item p {
	padding: 0 0 !important;
}

.membership__right {
    display: none;
}

.thnk_coming_title {
	font-size: 4em !important;
}

.tc_footer_left {
	width: 100%;
	text-align: center;
}

.tc_footer_right {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.cmtk_dt .clock li span {
    font-size: 3.5em !important;
}

.cmtk_dt .clock li label {
    font-size: 14px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 2.5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
	font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
	margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.result_dt h4 {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_dt .right_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 16px 0 !important;
}

.result_dt .wrong_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 16px 0 !important;
}

.result_content h2 {
	font-size: 36px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}
.ui.radio {
    display: block !important;
    margin-top: 10px;
}
	.sign_form {
		padding: 30px 10px 30px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
	width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
	margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

._215b03 {
    margin-top: 30px;
}

.reviews_left {
	margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
	margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
	width: auto !important;
    text-align: center !important;
	padding-top: 0;
	margin-left: 15px !important;
}

.titleright {
	float: left !important;
	width: 100%;
    margin-top: 30px;
}

.title589 p {
	padding: 0 0 !important;
}

.title478 {
	padding: 0 0 80px !important;
}

.story125 iframe {
	margin-bottom: 50px;
}

.career_item p {
	padding: 0 0 !important;
}

.tc_footer_left {
	width: 100%;
	text-align: center;
}

.tc_footer_right {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.thnk_coming_title {
	font-size: 10em !important;
}

.cmtk_dt .clock li span {
    font-size: 6em !important;
}

.cmtk_dt .clock li label {
    font-size: 16px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
	font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
	margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
	width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.rating-box {
    flex-basis: 20% !important;
}

.reviews_left {
	margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
	margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
	width: auto !important;
    text-align: center !important;
	padding-top: 0;
	margin-left: 15px !important;
}

.title589 p {
	padding: 0 50px !important;
}

.career_item p {
	padding: 0 0 !important;
}

.tc_footer_left {
	width: 100%;
	text-align: center;
}

.tc_footer_right {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
body {
    overflow-y: scroll;
  }

.logo img {
	width: 200px;
	text-align: center;
	margin-top: 10px;
	float: none;
}

.wrapper__minify {
	margin-left: 50px;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
	width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.ui-accordion-content .content-summary {
    width: 30% !important;
}

.title900 {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.ml_item {
	width: 78% !important;
}

.title589 p {
	padding: 0 160px !important;
}
}

/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
.container {
    max-width: 1200px !important;
}


.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

}


@media (min-width: 750px){
  .vertical_nav__minify {
    width: 0;
  }

  .vertical_nav__minify .menu {
    overflow: visible;
  }

  .vertical_nav__minify .menu--label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    padding-left: 16px;
    padding-right: 16px;
    background: #e9e9e9;
    font-weight: 500;
  }

  .vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
    content: "";
  }

  .vertical_nav__minify .menu--subitens__opened .menu--label,.vertical_nav__minify .menu--subitens__opened .sub_menu {
    display: block;
  }

  .vertical_nav__minify .sub_menu {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 150px;
    background: #e9e9e9
  }

  .vertical_nav__minify .sub_menu--link {
    padding-left: 16px;
  }

  .vertical_nav__minify .collapse_menu--icon {
    -webkit-transform: rotate(180deg);
  }
}
