
body {
    font-family: arial;
    color: #333 !important;
}
.cust-header {
    min-width: 90px;
    min-height: 60px;
    padding: 0px 0px 10px 0px;
    /*cursor: pointer;*/
}
.course_sub_header {
    margin-top: 77px;
}
.cust-breadcrumb {
    background: none;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 78px;
    font-size: 11px;
}
.cust-breadcrumb>li+li:before {
    font-size: 20px;
    color: #88898c;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}
.time-date {
    font-size: 11px;
    background: #EDEDED;
    padding: 2px 10px;
    width: 55%;
    float: right;
    border-radius: 0px 0px 5px 5px;
}
.time-date span {
    color: #2E5C9D;
}
.pad {
    padding: 0!important;
}
.mar {
    margin: 0!important;
}
.cust-nav li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    margin-left: 25px;
    padding: 10px 12px;
    color: #777;
}
.dropdown-menu li a:focus {
    border: 0px solid #ddd!important;
}
.cust-nav li a:focus {
    border: 1px solid #ddd;
}
.btn-circle {
    border: 2px solid #fff;
}
.cust-nav li li {
    display: inline-block;
    float: none;
}
.cust-nav li li a {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-left: 0px;
    padding: 0px;
    background: #fff;
    margin: 0;
    display: block;
}
.cust-nav li ul {
    border-radius: 0;
}
.prof-drop {
    width: 40px!important;
    height: 40px!important;
    overflow: hidden;
}
.cust-nav {
    margin-top: 10px;
}
.prof-drop img {
    position: relative;
    top: -15px;
    left: -15px;
}
.prof-drop:hover img {
    opacity: 0.7;
}
.dropdown-menu {
    margin-top: 7px;
}

@media (max-width:768px){
    .time-date {
        width: 100%;
        text-align: center!important;
        position: relative;
        top: -10px
    }
    
    .lang_main{
      top: -122px;
    }
    .text-box{
        margin-bottom:15px;
    }
    .cust-sub-new{
        margin-left: 15px;
        width:100%;
    }
    .forgot{
        float:left!important;
        margin-left:15px;
    }
    .cust-header{
        width:100%;
    }
    .main-container{
        margin-top: 8%!important;
    }
    .footer{
        position:fixed;
        bottom:0;
        left:0;
        right:0;

    }
    .cust-header{
        text-align:center!important;
        
    }
    .navbar-brand {
        margin:0 auto!important;
    }
    .navbar-brand{
        
    }
    .navbar-brand > img{
        margin:0 auto;
    }
}
@media (min-width:320px) and (max-width:600px){
    .main-container{
        margin-top: 44%!important;
    }
	.login-main{
		margin-top:0!important;
	}
	.login-mains {
		margin-top: 10px!important;
	}
}
.sidbernavimg {
    background: none!important;
}
.sidebar{ margin-top: 60px !important;}
.sidebar ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar ul li a:hover {
    background-color: #339bdd;
    color: #fff;
}
.current {
    background-color: #339bdd;
    color: #fff!important;
}
.nav>li>a:focus {
    background: none;
}
.cust-side-nav li i {
    font-size: 25px;
    margin-bottom: 4px;
}
.cust-side-nav {
    text-align: center!important;
}
.admin-main {
    position: relative;
}
.settings {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -14px;
    left: 41px;
    background-color: #1B7AB5;
    border-radius: 50%;
    padding: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.settings i {
    font-size: 10px!important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.sidebar ul li a:hover .settings {
    background-color: #339bdd;
}
.side-submenu li a {
    text-align: left!important;
    color: #fff!important;
    line-height: 30px;
    display: block;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    padding: 0px 10px;
}
.sub-title {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)!important;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin: 0 10px;
}
.sub-title2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    margin: 10px 10px 8px 10px;
}
.side-submenu li a:hover {
    text-decoration: none;
    color: #000!important;
    background: rgba(255, 255, 255, 0.6)!important;
    text-indent: 2px;
}
.side-submenu {
    min-width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #3297e0;
    left: 100px;
    padding: 20px 0px;
    text-align: left!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
}
.side-submenu-main:hover .side-submenu {
    display: block;
}
@media (max-width: 767px) {
    .drpshtp i {
        margin-right: 10px;
        float: left;
    }
    .settings {
        top: 13px;
        left: -17px;
        background: #f6f6f6;
        padding: 2px;
    }
    .settings i {
        color: #333;
    }
    .sidebar ul li a {
        color: #333;
        border-bottom: 1px solid #ECECEC;
    }
    .side-submenu li a {
        color: #333!important;
    }
    .side-submenu {
        position: relative;
        left: 0;
    }
    .sub-title {
        margin-top: 10px;
    }
    .side-submenu li a:hover {
        background: rgba(0, 0, 0, 0.4)!important;
    }
    .sub-title {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4)!important;
    }
    .mob-navigation {
        font-size: 14px;
        display: block;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding: 15px 15px 0px 10px;
        border-bottom: 0px solid #ccc;
        background-color: #f95c04;
    }
    .mob-navigation i {
        background: #f95c04;
        border: 0;
        margin: 0!important;
        color: #fff;
    }
    .close-btn {
        font-size: 20px;
        cursor: pointer;
    }
    .cust-nav {
        padding-bottom: 7px;
    }
    /*.cust-navbar{
        position: relative;
    }*/
    .sidebar-bg {
        display: none!important;
    }
    .prof-drop img{
        top: 0;
        left: 0;
    }
    .prof-drop {
      border-radius: 50%!important;
      position: absolute;
      top: 19px;
      /* left: 72px; */
    }

}

.cust-nav-toggle {
    background: transparent!important;
    border: 0px;
    border-radius: 0;
    color: #fff!important;
    font-size: 25px;
    top: 6px;
    margin-right: 15px;
}
.main-container{
      /*height: 470px;
      background-color: #fff;*/
      margin-top: 7%;
}


/**************************************************************/
.main-menu{
    font-size: 20px;
    color: #333;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    line-height: 78px;
    display:none;/* Login page burger icon*/
}
.main-menu:hover{
    color: #929292;

}
.pad{
    padding:0!important;
}
.mar{
    margin:0!important;
}
.text-box{
    border-radius: 0;
    box-shadow: none;
}
.text-box:focus{
    box-shadow: none;
}
.login-main{
    margin-top: 8px;
}
.login-mains{margin-top:16px;}
.cust-sub{
    border-radius: 0;
    background: #1b7ab5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border:0;
    text-transform: uppercase;
}
.cust-sub:hover{
    background: #ddd;
    color: #333;
}

.cust-sub:focus {color: #fff;}

.forgot{
    font-size: 10px;
    padding-top: 5px;
    padding-right: 10px;
}
.forgot:hover{
    color: red;

}
.banner-main img{
    width: 100%;
}
.banner-main{
    margin-bottom: 30px;
}
.title-main{
    font-size: 22px;
    color: #444;
}
.cust-tabs{
    border-bottom: 0;
}
.cust-tabs > li > a{
    border-radius: 0;
    padding: 10px 13px;
    border:0;
    font-size: 15px;
    color: #333;
    text-align: center;    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cust-tabs > li.active > a:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #F2F2F2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 36px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cust-tabs > li.active > a,
.cust-tabs > li.active > a:hover,
.cust-tabs > li.active > a:focus{
    border:0;
}
.cust-tabs > li > a:hover{
    background: #F95C04;
    color: #fff;
}
.cust-tabs > li.active > a,
.cust-tabs > li.active > a:hover{
    background: #F95C04!important;
    color: #fff!important;

}
.cust-tabs > li > a:hover:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #F2F2F2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 36px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cust-tab-cont{
    position: relative;
    padding-top: 20px;
}

/**************************** Tiny Carousel *********************************/
#slider1 {
    /*height: 1%;
    margin: 30px 0 0;*/
    overflow: hidden;
    position: relative;
    padding: 0 50px 5px;
}

#slider1 .viewport {
    height: 45px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    background: #f95c04;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider1 .next {
    right: 0;
    left: auto;
    top: 8%;
}

#slider1 .buttons:hover {
    color: #f95c04;
    background: #fff;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    /*width: 240px;*/
    left: 0;
    top: 0;
    background-color: #DEDEDE;
}

#slider1 .overview li {
    float: left;
    margin: 0 10px 0 0;
    padding: 1px;
    width: 197px;
 }


/*******************************************************************/

 #slider2 {
    /*height: 1%;
    margin: 30px 0 0;*/
    overflow: hidden;
    position: relative;
    padding: 0 50px 5px;
}

#slider2 .viewport {
    height: 345px;
    overflow: hidden;
    position: relative;
}

#slider2 .buttons {
    background: #f95c04;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider2 .next {
    right: 0;
    left: auto;
    top: 44%;
}

#slider2 .buttons:hover {
    color: #f95c04;
    background: #fff;
}

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
    /*background-color: #DEDEDE;*/
}

#slider2 .overview li {
    float: left;
    margin: 0 75px 0 0;
    padding: 1px;
    width: 285px;
 }

 /****************************************************************************/
 .thumb-ico{
    font-size: 28px;
    color: #616161;
 }
 .cust-caption p{
    color: #7B7B7B;
    font-size: 13px;
 }
 .main-tab-cont{
    margin-bottom: 10px;
 }
 .tab-hdr{
    margin-bottom: 10px!important;
    margin-top: 5px!important;
    margin-right: 0!important;
    margin-left: 0!important;
 }
 .benefit-cont{
    padding-left: 20px;
 }
 .benefit-cont li{
    margin-bottom: 10px;
    list-style-type: disc;
    text-align: justify;
    color: #505050;
 }
 .tab-hdr2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
 }
 .watch-main{
    padding:30px 0px!important;
    display: table;
    width: 100%
 }
 .time-ico{
    font-size: 20px;
 }
 .star-filled{
    color: #5D951F;
 }
.student span{
    font-size: 12px;
}
.time-ico-main{
    margin-top: 5px;
}
.star-main{
    margin-top: 7px;
    font-size: 14px
}
.new-caption{
    font-size: 12px;
}
.testimonial-main{
    background: #fff;
    padding:25px;
    margin-bottom: 40px;
}
.cont-body{
    color: #777777;
}
.footer{
    background: #fff;
    min-height: 40px;
    box-shadow: 0 0 8px #ddd;
}
.footer span{
    font-size: 12px;
    line-height: 40px;
}
.CssErrorMessage {
    color: #F00;
    font-weight: bold;
    padding: 5px 0;
    position: absolute;
    font-size: 12px;
    top: 25px;
    left: 30px;
}
.navbar-brand {
    padding: 15px 15px !important;
    cursor: default;
}
.CssSuccessMessage{
    color:green;
    font-weight: bold;
    padding: 5px 0;
    position: absolute;
    font-size: 12px;
    top: -23px;
    left: 30px;
}
@media (max-width:1024px){
    .login-form{
        float: right!important;
    }
}

#change_lang {
        padding-top: 7px;
    margin-right: 17px;
}
.btn {
        padding: 3px 12px !important;
}
.form-control {
    height: 28px !important;
}

.personalize_dvd_smart {
	display:none;
}
.personalize_dvd_smart .personalize_otherd {
	background: #fff;
	border: 1px solid #bababa;
	border-radius: 2px;
	margin: 10px 0 0;
	position: absolute;
	width: 280px;
	z-index: 9999;
	-moz-box-shadow: 3px 3px 3px rgba(68, 68, 68, .6);
	-webkit-box-shadow: 3px 3px 3px rgba(68, 68, 68, .6);
	box-shadow: 3px 3px 3px rgba(68, 68, 68, .6);
	padding: 10px;
    right: 2.5%;
    font-size: 12px;
}
.personalize_otherd label {
	float: left;
	text-align: left;
	width: 100px;
	padding: 4px 0 0;
	color: #a1a1a1;
}
.personalize_dvd_smart .personalize_otherd select, .personalize_dvd .personalize_otherd select {
	width: 120px!important;
	margin: 0 0 10px;
}
.CssButton {
	background: #f05b01;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 4px;
	padding: 4px 5px;
}
.personalize_otherd:after {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	right: 5%;
	top: -8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #bababa;
	border-bottom: none;
	border-right: none;
}
.setting_thm {
    font-size: 12px;
}
.setting_thm i {
      float:right;
      padding:4px 5px 0px 0px;
	  color: #898989;
}
.setting_lang{
    float:right;
    padding-top: 0;
    cursor: pointer;
    color: #333;
    text-align:right;
}

#wrapper .hidden-sm {
    
}
.footer {
    background: #fff;
    box-shadow: none;
}
.navbar-brand {
    padding: 0px 0px 0px 0px !important;  
}
.forgot-txt {
    position: relative;
    left: -104px;
    top: 17px;
    z-index: 1;
}
.select_lang {
    background: transparent!important;
    border-radius: 0!important;
    padding:2px!important;
    text-decoration:none!important;
    color:#777;
}
.select_lang:focus {
    border: 0px solid #ddd!important;
}
.select_lang {
    width: auto!important;
}
.lang_main li a {
            padding: 3px 25px;
            color:#777;
        }
.lang_main li a:hover {
        text-decoration:underline;
}
.lang_main{
    width:400px!important;
    margin-right: 15px;
}
.langs li{
    width:33%;
    float:left!important;
    display:inline!important;
}
.lang_main:before{
    position: absolute;
    top: -7px;
    right: 21px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #333;
}
.lang_main:after{
    position: absolute;
    top: -7px;
    right: 21px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.sortheader {
    cursor: pointer;
}
.selectedrole {
    background: #1B7AB5 !important;
    color: #fff !important;
}


/******************************************** New Responsive *****************************************************/
@media (max-width:800px){
    .login-form{
        position:absolute;
        top:290px;
    }
    .CssErrorMessage {
		position:absolute!important;
		bottom: -46px!important;
		left: 0!important;
		right: 0!important;
		text-align: center!important;
		top: auto;
	}
    body{
        background:#fff!important;
    }
    .footer{
        position:fixed;
        bottom:0;
        left:10px;
        text-align:center;
		border-top: 1px solid #ddd;
		width:100%;
    }
    .text-box {
        margin-bottom: 15px;
    }
    #dvLogin{
        text-align:center;
    }
    .login-heading_main{
        display:block;
    }   
    .login-heading_main{
        margin:10px 0;
    }
    .login-heading_main span{
        color:#333;
        font-size:20px;
        
    }
    .setting_lang{
        position: relative;
        top: -152px;
        right: 10px;
    }
    .forgot {
           padding-right: 0;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    }
    .cust-header {
        min-width: 90px;
        min-height: 60px;
        margin: 0!important;
    }
    .navbar-brand {
        padding: 0px 0px 0px 0px !important;
    }
    #getPassword{
        text-align:center;
    }
    .btn {
        padding: 8px 30px !important;
    }
    .login-main:before{
        content: "Login";
        font-size: 20px;
        position: relative;
        top: -5px;
        left: 13px;
        color: #333;
    }
     #ForgotPassword_dvForgotPassword{
        text-align:center;
    }
     .forgot-txt{
         text-align:center; 
         left:-1%;
         top:0;
     }
     .login-mains:before{
         content: "Forgot Password";
        font-size: 20px;
        position: relative;
        top: -5px;
        left: 13px;
        color: #333;
     }
     .login-mains{margin-top: 35px;}
}

@media (max-width:600px){
    .banner-main{
        display:none;
    }
    .login-form{
        top:80px;
    }
}
@media (max-width:500px){
    .ftr-cont{
        display:none;
    }
}
@media (max-width:425px){
    .lang_main{
        width:280px!important;
    }
    .lang_main li{
        width:50%;
    }
    .lang_main li a{
        padding:2px 5px;
    }
}

.lang_main {
        right: 15px!important;
        border-radius:0;
}
.cust-sub-new {
   width:100%;     }
.resend_otp {
    float: left;
    padding-left: 22px;
    margin-top: 4px;
    cursor: pointer;
    position: relative;
}


#divOTPMsg {
    font-weight: bold;
    padding: 1px 0;
    position: absolute;
    font-size: 12px;
    top: 32px;
    /* left: 47px; */
    float: right;
    width: 100%;
    text-align: left;
}


.res_btn {
    background: none;
    border: 0;
    color: #1b7ab5;
    padding: 0;
}

    .res_btn:hover {
        color: #313131;
        text-decoration: underline;
    }

.BacktoLogin {
    position: absolute;
    top: 22px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
}

.forgot-txt {
    position: absolute;
    left: -100px;
    top: 43px;
    z-index: 1;
    font-size: 20px;
}

    .forgot-txt .forgot {
        font-size: 13px;
    }
