@charset "utf-8";
/* CSS Document */
.started_box .figcaption a {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .nav_pan {width: 50%; }
    .login_btn_pan {width: 34%;}
    .call_us_pan {width: 40%;}
	.navigation_container li {
		float: none !important;
	}
}

@media screen and (max-width: 1220px) {
	.nav_pan {width: 50%; }
    .login_btn_pan {width: 34%;}
    .widget-menu>li>a{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
    }
    .widget-menu a{
        padding: 15px 20px 15px 10px;
    }
    #main #faq .card .card-header .btn-header-link{
        padding: 20px 10px;
        font-size: 14px;
    }
    .card-header .details__bottom{
        margin-top: 5px;
        right: 30px;
    }
    .card-header .details__bottom .progress__text{
        font-size: 13px;
    }
    .course_grid .accordion .card-body .nav.nav-tabs .nav-item .nav-link{
        padding: 0.5rem 0.6rem;
    }
    .course_grid .accordion .card-body .tab-content .video_loop .video video{
        height: auto;
    }
    .course_grid .accordion .card-body ul.nav.nav-tabs{
        margin-left: 0;
        width: 100%;
        white-space: nowrap;
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .course_grid .accordion .card-body ul.nav.nav-tabs li{
        display: inline-block;
    }
    .course_grid .accordion .card-body ul.nav.nav-tabs::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .course_grid .accordion .card-body ul.nav.nav-tabs::-webkit-scrollbar{
        width: 6px;
        background-color: #F5F5F5;
    }
    .course_grid .accordion .card-body ul.nav.nav-tabs::-webkit-scrollbar-thumb
    {
        background-color: #000000;
    }
    .accordion .card .card-body{
        padding: 20px 15px;
    }
}

@media screen and (max-width: 1200px) {
    .login_btn_pan {
        width: 29%;
    }
    .social_pan {
        width: 17%;
    }
    .login_btn_pan ul li a{ font-size:16px;}
    .nav_pan ul li a {
        font-size: 17px;
    }
    .started_box figure {
        min-height: 208px;
    }
    .started_box figcaption {
        min-height: 82px;
    }
}
@media screen and (max-width: 1199px) {
    .progress.tight{
        width: 75%;
    }
    .view_course{
        width: 22%;
    }
    .view_course a{
        width: 100%;
        margin: 0;
    }
    .would_be_submit_list ol li p br{
        display: none;
    }
    .would_be_submit_list ol li:before{
        position: absolute;
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 26px;
        margin-left: -41px;
    }
    .would_be_submit_list ol li span{
        margin: 0px 0px;
    }
    .would_be_submit_list ol li form{
        padding-bottom: 10px;
    }
    .would_be_submit_list ol li button.submitButton{
        font-size: 15px;
    }
    .nav_pan ul li a {
        font-size: 16px;
    }
    .navigation_container a{
        padding: 8px 6px;
    }
    .container, .container-sm, .container-md, .container-lg{
        max-width: 95%;
    }
    .nav_pan{
        float: left;
    }
    .social_pan ul li a{
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
    }
    .social_pan ul li a i{
        font-size: 17px;
        font: normal normal normal 14px/1 FontAwesome;
    }
    .social_pan {
        width: auto;
        margin-left: 15px;
    }
    .login_btn_pan ul li a{
        height: auto;
        line-height: 37px;
    }
}
@media screen and (max-width: 1150px) {
    .would_be_submit_list ol li p{
        white-space: initial;
        overflow: unset;
        width: 100%;
        text-overflow: ellipsis;
    }

}
@media screen and (max-width: 1135px) {
    .widget-menu>li+li{
        position: relative;
    }
    .widget-menu .label{
        position: absolute;
        right: 4px;
    }
}
@media screen and (max-width: 1072px) {
    .progress.tight{
        width: 65%;
    }
    .view_course{
        width: 32%;
    }
    .view_course a{
        width: 100%;
        margin: 0;
    }
    .social_pan {
        width:150px;
        position: absolute;
        top: 13px;
        right: 15px;
    }
    .call_us_pan{right: 160px;}
    .nav_pan {
        width: 65%;
    }
    .navigation_container li { float: left;}
    .course_percentage_detail .progress__text{
        width: 100%;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1024px) {
    .nav_pan { width: 59%;}
    .login_btn_pan { width: 38%;}
    .navigation_container a { padding: 8px 4px;}
    .started_box figure { min-height: auto;}
    .started_box figcaption { min-height: 80px;}
    .started_box figcaption {font-size: 20px;}
    .get_started_btn { padding: 16px 18px; display: block; margin: 25px auto; text-align: center; font-size: 25px; width: 200px;}
    .footer-top ul li {padding: 5px 5px 5px 0px;}
    .banner-text h3 span {font-size: 20px;}
    .banner-text h3 {font-size: 30px;}
    .banner-text a.learn_more { padding: 10px 25px; font-size: 19px;}
    .welcome_sec .right_pan h1 {font-size: 30px;}
    .welcome_sec .right_pan h1 span {font-size: 23px;}
    .welcome_sec .right_pan p {font-size: 20px; line-height: 30px;}
    .welcome_sec .left_pan h3 {font-size: 18px;line-height: 24px;}
    .welcome_sec .left_pan h2 {font-size: 19px;}
    .enroll_now { padding: 10px 25px; font-size: 19px;}
    .footer-top ul li a {font-size: 18px;}
    .footer-top p { font-size: 15px;}
}

@media screen and (max-width: 990px) {
	.inner_page_section h2 {
	    font-size: 25px;
	}
	.contact-details h3{
		font-size: 25px;
	}
	.contact-details #accordion:nth-child(1n+2){
		margin-top: 15px;
	}
	.contact-details #accordion:first-child{
		margin-top: 45px;
	}
    .form-group-custom .form-group{
        word-break: break-all;
    }
    .widget-usage li {
        padding: 15px 5px;
    }
    .coursename p{
        width: 100%;
        padding-bottom: 15px;
    }
    .course_name {
        width: 60%;
    }
    #main #faq .card .card-header{
        position: relative;
    }
    #main #faq .card .card-header .btn-header-link:after{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
    }
    .would_be_submit_list ol li span{
        width: 100%;
        display: inline-block;
        padding: 0;
        margin-bottom: 15px;
    }
    .card-header .details__bottom{
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        padding: 0 15px;
    }
    .card-header .details__bottom .ellipsis{
        text-align: left!important;
    }
    #main #faq .card .card-header .btn-header-link{
        padding: 10px 10px;
        margin: 0;
        border: 0;
        background: transparent;
    }
    #main #faq .card .card-header{
        background: #000000;
    }
}

@media screen and (max-width: 880px) {
	.faq_section h3{
		font-size: 25px;
	}

    .call_us_pan p{
        font-size: 15px;
    }
    .faq_section .contact-details .card .card-body{
    	font-size: 15px;
    }
    .contact-details .icon{
		width: 40px;
    	height: 40px;
		top: -10px;
	}
}

@media screen and (max-width: 831px) {
	.inner_page_section h2 {
	    font-size: 23px;
	}
	.contact_section .left_pan {
    	padding-top: 20px;
	}
    .form-group-custom .row .col-sm-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-group-custom .row .col-sm-6 .row .col-sm-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .rm-togglebutton + .rm-togglebutton{
        display: none;
    }
    .nav_pan {
        width: auto;
        position: relative;
        right: 0;
    }
    .navigation.rm-opened {
        width: 250px;
        background: #ef1d26;
        height: auto;
        text-align: left;
        right: 0px;
        position: absolute;
    }
    .nav_pan ul.navigation.rm-opened li {
        display:block;
        vertical-align: top;
        border-bottom:1px solid #fff;
    }
    .nav_pan ul.navigation.rm-opened li a{ color:#fff;}
    .nav_pan ul.navigation.rm-opened li a:hover{ background:#333 !important;}
    .header_right_pan{ display:flex;}
    
    .login_btn_pan {
        position: absolute;
        right: 0;
    }
    .social_pan{
       right: 0;
    } 
    .rm-togglebutton, .rm-subtoggle {
        margin: 0px;
        padding: 11px 10px;
        border: none;
        outline: none;
        background: #ef1d26;
        color: #fff;
        border-radius: 3px;
        font-size: 1em;
        cursor: pointer;
        margin-top: -2px;
        text-transform: uppercase;
    }
    .call_us_pan {
        width: 47%;
    }
    .course_grid h3 a {
        font-size: 20px;
    }
    .btn_list li.enroll_btn a, .btn_list li.start_course a{
        font-size: 14px;
    }
    .course_grid .col-sm-9 p{
        margin-bottom: 0.3rem;
    }
}
@media screen and (max-width: 830px) {
    .col-5.register_panel{
        -ms-flex: 0 0 60%;
        flex: 0 0  60%;
        max-width:  60%;
    }
    .contact-form-area{
        padding: 20px 5px;
    }
    .contact-form-area h2, .contact_section h3{
        font-size: 21px;
    }
    .nav_pan {
        width: 77px;
        position: absolute;
        right: 0;
    }
    .login_btn_pan {
        position: absolute;
        right: 100px;
    }
    .rm-togglebutton, .rm-subtoggle{
        padding: 7px 10px;
    }
    .course_grid h3 {
        font-size: 18px;
    }
}
@media screen and (max-width:790px) {
    .faq_section{
        overflow-x: hidden
    }
    .would_be_submit_list ol li{
        display: inline-block;
        padding-bottom: 15px;
    }
    .course_grid.for_video ul li{
        font-size: 15px;
        line-height: 25px;
    }
    .course_grid.for_video ul{
        margin-bottom: 20px;
    }
    .inner_page_section {
        padding: 50px 0px;
    }
    .footer_social_pan ul li a{
        width: 37px;
        height: 37px;
        line-height: 35px;
    }
    .btn_list li.enroll_btn a, .btn_list li.start_course a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .login_btn_pan ul li a {
        font-size: 14px;
    }
    .right_pan .course_grid .col-sm-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .right_pan .course_grid .col-sm-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    /* .login_btn_pan {
        width: auto;
        position: absolute;
        right: 0;
    } */
    .nav_pan ul li a {
        font-size: 15px;
    }
    .social_pan {
        width: auto;
        right: 0;
    }
}

@media screen and (max-width:768px) {
    .faq_section h3 {
        font-size: 20px;
    }
	.inner_page_section h2 {
	    font-size: 20px;
    	line-height: 30px;
	}
	.contact-details ul > li{
		padding-left: 60px;
	}
	.contact-details ul > li h5{
		font-size: 16px;
	}
	.contact-details h3 {
	    font-size: 20px;
	}
    .login_btn_pan {
        width: 50%;
    }
    .footer {
        position: static;
    }
    #innercontainer {
        padding-bottom: 0px;
    }
    .right_pan .descripton_box .course_content h3{
        font-size: 1.25rem;
    }
    .right_pan .descripton_box ul{
        margin-bottom: 15px;
    }
    .course_completed .widget.widget-usage li .view_course a{
        font-size: 14px;
    }
    .faq_section .contact-details .card .card-body{
    	font-size: 14px;
    }
}
@media screen and (max-width:690px) {
    .col-5.register_panel {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .progress.tight {
        width: 100%;
    }
    .view_course {
        width: 35%;
    }
    .course_name{
        text-align: left;
        font-size: 14px;
    }
    .coursename p {
        margin: 0;
    }
    .course_name {
        width: 100%;
        margin-bottom: 15px;
    }
    .coursename ul li a{
        float: none;
        display: inline-block;
    }
    .call_us_pan {
        width: 53%;
    }
    .right_pan .course_grid .col-sm-3 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .right_pan .course_grid .col-sm-9 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .course_percentage_detail .details__bottom {
        margin-top: 5px;
    }
    .would_be_submit_list ol{
        padding-left: 0;
    }
    .would_be_submit_list ol li:before{
        position: relative;
        margin-left: 0;
    }
    .would_be_submit_list ol li button.submitButton{
        float: left;
    }
    .would_be_submit_list ol{
        margin-bottom: 0;
    }
    .would_be_submit_list ol li:last-child{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:610px) {
	.inner_page_section h2 {
	    font-size: 18px;
    	line-height: 25px;
	}
    .call_us_pan {
        width: 60%;
    }
    .col-sm-2.logo_pan{ width:130px !important;}
    .col-sm-10.header_right_pan{ width:calc(100% - 140px)!important;}
    .call_us_pan p {
        font-size:0px;
    }
    .call_us_pan p a{ font-size: 16px; }
    .login_btn_pan {
        width: 64%;
    }
    .banner-text {
        bottom: 0px;
    }
}
@media screen and (max-width:600px) {
    .right_pan .course_grid .col-sm-3, .right_pan .course_grid .col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .right_pan .course_grid .col-sm-3{
        margin-bottom: 30px;
    }
    .course_details_percentage{
        width: 100%;
    }
}
@media screen and (max-width:575px) {
	.welcome_sec .left_pan:before, .welcome_sec .right_pan:before{
		display: none!important;
	}
	.welcome_sec .right_pan{
		padding: 40px 20px ;
	}
	.welcome_sec .right_pan p {
	    font-size: 17px;
	    line-height: 25px;
	}
	.get_started_sec .started_box .figure img{
		max-width: 60%;
	}
	.started_box .figure {
	    min-height: auto;
	}
	.contact_section .left_pan{
		padding-bottom: 25px;
	}
	.contact-form-area{
		padding: 20px 0;
	}
    .course_grid .module .module-inner .content-panel .fieldset .form-group:last-child{
        margin-bottom: 0;
    }
    .course_grid .module .module-inner .content-panel .fieldset .form-group .offset-3{
        margin-left: 0;
    }
    .inner_page_section h3{
        font-size: 23px;
        font-weight: 500;
    }
    #main #faq .card{
        margin-top: 30px;
    }
    .left_menu_pan {
        width: 100%;
        display: inline-block;
    }
    .right_col{
        width: 100%;
        display: inline-block;
        padding-top: 15px;
    }
    .widget-usage li {
        padding: 15px 0;
    }
}
@media screen and (max-width:540px) {
}
@media screen and (max-width:499px) {
    .login_btn_pan {
        width: 75%;
    }
    .contact-details h3 {
	    font-size: 18px;
	}
}
@media screen and (max-width:480px) {
	.started_box .figcaption {
    	font-size: 20px;
	}
	.get_started_btn{
		font-size: 22px;
	}
    .would_be_submit_list ol li button.submitButton {
        width: 100%;
    }
    .course_completed .widget.widget-usage li .view_course {
        width: 100%;
    }
    .form-group-custom .row .col-sm-6 .row .col-sm-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media screen and (max-width:460px) {
    .login_btn_pan ul li.dashboard a{ font-size:0px;}
    .login_btn_pan ul li.dashboard a i{ font-size: 18px;line-height: 45px;}
    .login_btn_pan ul li.dashboard a i{vertical-align: middle;line-height: 27px;}
    .would_be_submit_list ol li span input{
        width: 100%;
        font-size: 13px;
    }
    .would_be_submit_list ol li p{
        font-size: 15px;
        line-height: 22px;
    }
    .inner_page_section h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:430px) {
    .social_pan {
        width: 100px;
    }
    .social_pan ul li a {
        background: #222222;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        display: block;
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-size: 13px;
    }
    .call_us_pan {
        right: 108px;
        top: 4px;
    }
    .col-sm-2.logo_pan {
        padding-top: 14px;
    }
    .call_us_pan {
        width: 65%;
    }
    
    .would_be_submit_list ol li p{
        font-size: 14px;
    }
}
@media screen and (max-width:394px) {
    .course_grid{
        margin: 15px 5px;
    }
}

@media screen and (max-width:380px) {
    .contact-form-area h2 {
        font-size: 17px;
    }
    .would_be_submit_list ol li span input{
        display: inline-block;
        font-size: 13px;
    }
    .right_pan .course_grid .col-sm-3, .right_pan .course_grid .col-sm-9{
        padding: 0;
    }
    .course_grid{
        padding: 15px 10px;
    }
    .btn_list li{
        width: 100%;
        margin-bottom: 5px;
    }
    .btn_list li:last-child{
        margin-bottom: 0;
    }
    .btn_list li.enroll_btn a, .btn_list li.start_course a{
        width: 100%;
    }
    .course_content{
        padding: 20px;
    }
    .call_us_pan i.fa{
        font-size: 19px;
        vertical-align: middle;
    }
    .call_us_pan p a {
        font-size: 13px;
    }

}
@media screen and (max-width:370px) {
	.col-sm-2.logo_pan{
		left: -25px;
	}
	.login_btn_pan {
	    right: 80px;
	}
	.social_pan{
		width: 90px;
		margin-left: 5px;
	}
	.call_us_pan {
	    right: 90px;
	}
	.banner-text h3 {
	    font-size: 25px;
	}
	.banner-text h3 span {
	    font-size: 17px;
	}
	.banner-text{
		left: 0;
		/* top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%); */
	}
}
@media screen and (max-width:350px) {
	.login_btn_pan {
	    width: 80%;
	}
	.call_us_pan {
	    width: 75%;
	}
}