body {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 16px !important;
  color: #1d1d1f !important; 
}
#menu-primary, .navbar-toggler { display: none; }
.hide {
  display:none;
}
.btn { 
  border-radius: 0;
}
.otpaa { color: #ffffff !important; font-size: 14px; line-height: 1;  }
.body-bg {
	background-image: url('../images/body-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;  
  background-attachment: fixed;
  background-position: center;  
}
.main-footer .footer-copyright {
	text-align: center;
	color: #121236;
	font-size: 14px;
	line-height: 30px;
	margin:0;
}
.navbar { 
	padding: 1rem 1rem 0 1rem;
}
.menunav {
	font-family: "Poppins", Arial, sans-serif !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333 !important;
	padding-right: 2.5rem !important;
	padding-left: .5rem !important;
}

.wel-text { 
	color: #121236;
	/*font-family: oswald;*/
  font-family: "Poppins", Arial, sans-serif !important;
	font-size: 20px;
	font-weight: 600; 
	text-align: center;
	line-height: 1.2;
	margin: 15px 0;
}
.chareimg {
 	width: calc(10vw + 10vw + 250px) !important;
 	max-width:100% !important;
  height:auto !important;
  padding: 20px 30px;   
 }
.landing-form, .landing-form > .container >.row, .imagediv {
	min-height: calc(100vh - 175px) !important;	
	}
	.landing-form > .container  >.row {
		background-color: #fff;
	}
	.landing-form .login-form {
		background-color: #121236;
		width: 64%;
		margin: 0 18%;
		border-radius: 10px;
		padding: 15px 5px;
	}
	.landing-form .login-form .log-text {
		color: #fff;
		font-size: 25px;
		font-family: "Poppins", Arial, sans-serif !important;
		text-align: center;
		padding: 10px;
		text-transform: uppercase;
		margin:0; 
	}
	.landing-form .login-form .inputdiv {
		padding: 10px 45px;
	}
	.landing-form .login-form .submitdiv {
		padding: 20px 45px;
	}
	.landing-form .login-form .form-control { 
		text-align: center; 
	}
	.landing-form .login-form .form-control::-webkit-input-placeholder {
		text-align: center;
	}

	.landing-form .login-form .form-control:-moz-placeholder { /* Firefox 18- */
		text-align: center;  
	}

	.landing-form .login-form .form-control::-moz-placeholder {  /* Firefox 19+ */
		text-align: center;  
	}

	.landing-form .login-form .form-control:-ms-input-placeholder {  
		text-align: center; 
	}
	.landing-form .login-form .RequestOTP {
		background-color: #ffc633!important;
		border-radius: 20px!important;
    color: #121236;
	}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
  */

  @media (min-width: 1281px) {

  	.main-header { 
  		margin-top: 20px;
  		min-height: 120px;
  		max-height: 120px;
  		background-color: #fff;
  	}
  	.main-footer {
  		min-height: 30px;
  		max-height: 30px;	
  	}

  }

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

  

  }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {

  	

  }

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  	

  }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {

  	.main-header { 
  		/*min-height: 80px;*/
  		background-color: #fff;
  		margin-top: 15px;
  	}
  	.main-footer{
  		/*min-height: 80px;*/
  	}
  	.landing-form, .landing-form > .container >.row, .imagediv {	
	   /*min-height: calc(100vh - 175px) !important;*/
	   min-height: calc((var(--vh, 1vh) * 100) - 175px )!important;  	
	}
  	.landing-form > .container >.row {
  		/*min-height: calc(100vh - 175px) !important;	*/	
  		min-height: calc((var(--vh, 1vh) * 100) - 175px )!important;
  	}
  	.logoimg { width: 200px; }
  	.landing-form .login-form {    
  		width: 80% !important;
  		margin: 2% 10% !important;    
  	}
  	.main-footer .footer-copyright {
  		line-height: 1.5;
  		padding: 15px;
  		/*min-height: 80px;*/
  	}
  	.main-footer .footer-copyright span {
  		display: inline;
    }
    /*
  	.fixed-toppp {
  		position: fixed;
  		top: 15px;
  		right: 0;
  		left: 0;
  		z-index: 1030;
  		margin: 0 15px;  		
    }
    */
  	/*.navbar-collapse {
  		background-color: #efefef; 
  	}*/ 
    .sign-outbtn {
    position: relative !important;
  } 
  }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {

  	.main-header {
  		background-color: #fff;
  		min-height: 80px;
  		margin-top: 15px;
  	}
  	.main-footer{
  		/*min-height: 80px;*/
  	}
  	.landing-form, .landing-form > .container >.row, .imagediv {	
	   /*min-height: calc(100vh - 175px) !important;*/
	   min-height: calc((var(--vh, 1vh) * 100) - 175px )!important;  	
	}
  	.landing-form > .container >.row {
  		/*min-height: calc(100vh - 175px) !important;	*/	
  		min-height: calc((var(--vh, 1vh) * 100) - 175px )!important;
  	}
  	.logoimg { width: 200px; }
  	.landing-form .login-form {    
  		width: 90% !important;
  		margin: 5% 5% !important;    
  	}
  	.main-footer .footer-copyright {
  		line-height: 1.5;
  		padding: 15px;
  	}
  	.main-footer .footer-copyright span {
  		display: inline;
  	}
  	.fixed-toppp {
  		/*position: fixed;
  		top: 15px;
  		right: 0;
  		left: 0;
  		z-index: 1030;  		
  		margin: 0 15px;*/
  	} 
  	/*.navbar-collapse {
  		background-color: #efefef; 
  	}*/
    .sign-outbtn {
    position: relative !important;
  }

  }



 /*** custom hamburger icon  starts ***/

.navbar-light .navbar-toggler {
    border-color: transparent;
}
 
.navbar-light .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #333;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-light .navbar-toggler:hover span,
.navbar-light .navbar-toggler:focus span {
    background: #333;
}
 
/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 light
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

/*** custom hamburger icon  starts ends ***/
  

/** dashboard design starts **/
body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background: #fafafa;
  color: gray; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #3e64ff; }
  a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  color: #000; }

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }
  .heading-section small {
    font-size: 18px; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.navbar {
  padding: 15px 25px;
  background: #fff;
  border: none;
  border-radius: 0;
  /*margin-bottom: 40px;*/
  /*-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}
.navbar-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.wrapper {
  width: 100%; }
@media (min-width: 1024px) { 
#nav-icon1 { display: none; }  
#sidebar {
  position: relative;
  min-width: 290px;
  max-width: 290px;
  background: #121236;
  color: #fff;
  /*-webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;*/
   }
  #sidebar.active {
    min-width: 140px;
    max-width: 140px;
    text-align: center; }
    #sidebar.active ul.components li {
      font-size: 14px; }
     #sidebar.active ul.components li.active { 
      background: #071F31;
      -moz-box-shadow:    inset 0 0 10px #070d13;
      -webkit-box-shadow: inset 0 0 10px #070d13;
      box-shadow:         inset 0 0 10px #070d13;
      } 
      #sidebar.active ul.components li a {
        padding: 15px 0 !important; }
        #sidebar.active ul.components li a span {
          margin-right: 0;
          display: block;
          font-size: 40px; }

          #sidebar.active .sign-outbtn i{ font-size: 40px; } 

          #sidebar.active .sign-outbtn .sidlinks { display: none; }
          #sidebar.active ul.components li a .sidlinks { display: none; }
         /* #sidebar.active .sign-outbtn { position: relative; }*/
          #sidebar.active .ass-portal { font-size: 14px; }

    #sidebar.active .logo {
      padding: 10px 0; }
    #sidebar.active .footer {
      display: none; }
  #sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul.components {
    padding: 0;
/*    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
    margin-left: 0;
     }
    @media (prefers-reduced-motion: reduce) {
      #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul li {
    font-size: 16px;
    margin-left: 0;
     }
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 30px;
      display: block;
      color: white;
      font-size: 17px;
      /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/ 
    }
      #sidebar ul li a span {
        margin-right: 15px; }
        @media (max-width: 991.98px) {
          #sidebar ul li a span {
            display: block; }
           #sidebar ul li a .sidlinks { display: none; }
             }
      #sidebar ul li a:hover {
        color: #ffc633; }
    #sidebar ul li.active > a {
      background: transparent;
      color: #ffc633; }  

/*a[data-toggle="collapse"] {
  position: relative; }*/

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
/*  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/ 
} 
}
@media (max-width: 991.98px) {
    #sidebar {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important; }
      #sidebar.active {
        margin-left: 0 !important; } }

@media (max-width: 991.98px) {
  /*
  #sidebarCollapse span {
    display: none; 
    }
  */
  }

#sidebar .navulli .list-unstyled {
  
  margin: 0 !important;
}
/***** side bar in mobile **/

@media (max-width: 1023px) {
  .qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    margin-bottom: 5px;
  }
  .mlw_qmn_timer {
   /* top: 130px !important;*/
   position: relative !important;
   left : auto !important;
   right: auto !important;
   z-index: 0 !important;
  }
  #sidebar .custom-menu .btn.btn-primary {
    z-index: 0 !important;
  }
  #content {
    margin-top: 100px;
    /*height: auto !important;
    min-height: calc(100vh - 100px) !important;*/
   /* overflow: auto !important;*/

  }
  #content .contentmain {
    min-height: calc(100vh - 155px) !important;
}
  .logoplaced {
    height: 100px !important;
  }
  #sidebar {
    /*position: absolute !important;*/
    position: fixed !important;
    z-index: 12;
    top: 0;
    left: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 100px !important;
}
#sidebar {
  position: relative;
  min-width: 270px;
  max-width: 270px;
  background: #121236;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
 
#sidebar .vaulli { 
-webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  text-align: left;  
  background: #fff;   
}
.list-unstyled {
  position: relative;
  background: #fff;
  z-index: 12;
  margin-bottom: 0;
}
.sign-outbtn { z-index: 12; margin-top: 2px; }
#sidebar .list-unstyled li  {
  padding: 5px;
  text-align: left;
  background: #fff; 
  width: 100%;
  display: block;
  margin: 0 !important;
}
#sidebar .list-unstyled li.active {
  background: #ffc633; 
   border-top: 2px solid #fff;   
  border-bottom: 2px solid #fff;
  color: #ffffff !important;
}
#sidebar  .list-unstyled li.active a {
  color: #ffffff !important;
}
#sidebar .list-unstyled li a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-family: oswald;
  width: 100%;
  display: block;
}
#sidebar .list-unstyled li a:hover, #sidebar .list-unstyled li a:focus, #sidebar .list-unstyled li a:active{
   color: #fff !important;
}
#sidebar .list-unstyled li:hover, #sidebar .list-unstyled li:focus, #sidebar .list-unstyled li:active {
  color: #ffffff !important;
  background-color: #ffc633; 
}

#sidebar .list-unstyled li a .fa { 
  /*display: none;*/
  margin-right: 10px;
   }
#sidebar .hideee { display: none;}
#sidebar .navulli { margin: 0 15px !important; background-color: #ffffff; padding: 0 .5rem !important; }
#sidebar.active .navulli { 
  display: block;
  background: #ffffff;
  z-index: 12;
  display: block;
  position: relative;
  margin: 0 15px; 
/* -moz-box-shadow:    3px 3px 5px #333;
  -webkit-box-shadow: 3px 3px 5px #333;
  box-shadow:         3px 3px 5px #333;*/
}
#sidebar .custom-menu .btn.btn-primary:after {
  border: none !important;
}
.sign-outbtn { position: relative !important; }
#sidebar .custom-menu {  
    top: calc(50% - 25px) !important;    
    margin-right: 0 !important; 
    transition: 0.3s;
    height: 40px;
    padding: 0;
    margin: 0;  
}
.custom-menu .arrow {
   display: none !important;
}
/* Icon 1 */

#nav-icon1{
  width: 40px;
  height: 40px;
  /* position: relative;*/
  position: absolute;
  right: 5px;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffc633;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
}
@media (min-width: 320px) and (max-width: 480px) {

	.landing-form .login-form {		
		padding: 45px 5px !important;
	}
	.landing-form .login-form .inputdiv {
	    padding: 15px 30px;
	}
	.wel-text {
		margin: 30px 0px !important;
	}
	  
}

/***** side bar in mobile ends **/

.footer {
  padding: 0 30px; }
  @media (max-width: 991.98px) {
    .footer {
      display: none; } }

#content {
  width: 100%;
  font-size: 16px;
  padding: 30px 30px 0px 30px!important;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
 /* background: url('../images/attend.png');
  background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
  /*max-height: 100vh;*/
  /*overflow-y: scroll;
  overflow-x: hidden;*/ 
 }
 @media (min-width: 1025px)  {

  #content { overflow-y: auto; overflow-x: hidden; max-height: 100vh;}

  }
 #content .contentmain {
  min-height: calc(100vh - 55px);
 }
 #content .footermain{
  height: 25px;
  }
#content p {
   margin-bottom: 5px;
 } 
 #content li {
  line-height: 1.2;
  margin: 0.2rem 0 0 2rem;
}
#content ul, ol {
  margin: 0 0 5px 0;
}
.btn.btn-primary {
  background: #3e64ff;
  border-color: #3e64ff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #3e64ff !important;
    border-color: #3e64ff !important; }

.logoplaced {
  padding: 10px;
  background: #121236;
  border-bottom: 1px solid #fff;
}
.ass-portal{
  color: #ffffff;
  font-family: "Open Sans";
 /* font-family: oswald;*/
  font-size: 21px;
  text-align: center;
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: calc(50% - 30px);
    right: 5px;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sidebar .custom-menu .btn {
   /* width: 60px;
    height: 60px;
    border-radius: 50%;*/
    position: relative;
}
#sidebar .custom-menu .btn i {
    margin-right: -40px;
    font-size: 14px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#sidebar .custom-menu .btn.btn-primary:after {
    content: " ";
    position: absolute;
    right: -40px;
    top: 0;
    /* border-top: 50px solid transparent; */
    /* border-right: none; */
    /* border-left: 20px solid #121236; */
    /* border-bottom: 50px solid transparent; */
    /* z-index: 2; */
    border-bottom: 19px solid #121236;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 100px;
    transform: rotate(90deg);
    z-index: 12;
}
#sidebar .custom-menu .btn.btn-primary {
    background: transparent;
    border-color: transparent;
}
#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
}

.sign-outbtn {
    position: absolute;
    bottom: 0;
    background: #ffc633;
    border-radius: 0;
    color: #121236 !important;
    font-size: 15px;
  }
 .pagenmico {
  font-family: 'Open sans', sans-serif;
  font-weight: 500 !important;
  color : #121236;
  font-size: 30px;
 }
 .dashbobtnimg {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: -1;
 } 
 .dashplinemarg {
  margin: 0;
  line-height: 1.5;
 }
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.dashbobtnimg {
  position: relative;
  position: relative; 
  bottom: auto;
  left: auto;   
 }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
.dashbobtnimg {
  position: relative;
  position: relative; 
  bottom: auto;
  left: auto;   
 }
}*/
@media (min-width: 481px) and (max-width: 767px) { 
.dashbobtnimg {
  position: relative; 
  bottom: auto;
  left: auto; 
 }
}
@media (min-width: 320px) and (max-width: 480px) {
.dashbobtnimg {
  position: relative; 
  bottom: auto;
  left: auto;
 }  
 .wel-text { font-size: 20px !important; }
 .landing-form .login-form .log-text { padding: 10px !important; font-size: 25px !important; line-height: 1 !important; }
 .landing-form .login-form .submitdiv { padding: 10px 30px !important; }
 .submitdiv #response { line-height: 1; }
}
/** dashboard page ends **/
/** assignment page **/
.padlinestart { padding-inline-start: 15px !important; } 
.leave-policy {
  display: inline-block;
  background: #121236;
  color: #fff;
 /* font-family: oswald;*/
  font-size: 20px;
 /* font-weight: 600;*/
  /*letter-spacing: 3px;*/
  padding: 5px 10px;
}
.btn-next {
  background: #ffc633 !important;
  border-color: #ffc633 !important;
  color: #fff;
}
.btn-next:hover {
  background: #ffc633;
  border-color: #ffc633;
  color: #ffffff!important;
}
.dash-copyright {
  text-align: center;  
  font-size: 12px !important;
  line-height: 25px;
  height: 25px;
  text-align: center;
  margin: 0 !important;   
}
.policy-ass {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;

}
.arrow-top-narrow {
    transform: rotate(225deg) skew(22deg, 22deg);
}
.arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 345345;
    position: absolute;
    left: 7px;
    top: 1px;
}
.rotate {
    transform: rotate(45deg) skew(22deg, 22deg);   
    transition: .3s;
    left: 0;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}
.nextandprev {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextandprev p { 
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
.nextandprev p .active { 
 background: #ffc633;
 color: #fff;
 padding: 0 5px;
} 
.nextandprev i { 
  color: #ffc633;
  font-weight: 500;
  font-size: 25px;
  margin: 0 15px;
}
.assigquestionopt {
  /*background:#121236;*/
  background:#dbdbdb;  
  padding: 15px !important;
  margin-top: 30px;
  
}
.assigquestionoptinner {
   /*padding: 15px;*/
  /* border : 1px solid #fff; */
   color: #fff;
   font-size: 16px;
   font-weight: 600;
}

.questionprogresss {
   height: 25px !important;
    border-radius: 0;
    padding: 2px;
    border: 2px solid #a5a5a5;
    background: #ffffff;
    margin-top: 30px;
}
.questionprogresss .progress-bar {  
  background: #ffc633 !important;
  font-size: 15px;
  line-height: 1 !important;
}
.assigquestionoptinner .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffc633 !important;
    background-color: #ffc633 !important;
}
.testtimer {
  position: absolute;
    right: 65px;
    background: #121236;
    padding: 5px 10px;
    color: #fff;
}
.thnkpart {
  color: #121236;
  font-family: oswald;
  font-size: 26px; 
}
.resultheightlight {
  margin-top: 10px;
  list-style: none;
  padding-inline-start: 15px;
}
.resultheightlight li {
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 700;
   color: #121236;
   border-bottom: 2px solid #d6d6d6;
}
.resultheightlight :last-child {
  border-bottom: none;
}
.perf {
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 700;
   color: #121236;
  padding-inline-start: 15px;
     }
.perfperc { 
  color: #ffc633;
  font-size: 35px; 
}
.ass-homegridrow {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ass-homegridrow>.col, .ass-homegridrow>[class*=col-]
 {
  padding: 10px !important;  
}
.ass-homegrid {
    display: inline-block;
    width: 100%;
    background: #121236;
    color: #fff !important;;
    font-family: Open sans;
    font-size: 20px;
    font-weight: 500;
    
    padding: 20px;    
    text-align: center;
    transition: background-color 0.5s ease;
}
.ass-homegrid:hover {    
    background: #ffc633;
}
/** assignment page ends **/
/*** certification page design ***/

.certificatr  {
    /*background: #fafafa;
    background-image:url(../images/certificate1.png);*/
    background-repeat: no-repeat;
    width: 700px;
    height: 502px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
  }

.certificatr .cerfnm { 
  font-family: oswald;
  color: #121236;
  font-family: oswald;
  font-weight: 600;
  font-size: 40px;
}
.certificatr .hr-btm {
    height: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;    
    background-color: #ffc633;
    width: 65%;
    margin: 5px 0;

} 
.certify {
   color: #121236;
   font-size: 18px;
   margin :7px;
   text-transform: uppercase;
}
.empname {  
  font-family: oswald;
  color: #121236;
  font-family: oswald;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin :7px;
}
.btmpara {
   margin :7px;
   color: #121236;
   font-size: 15px;
   text-align: center;;
}
.btmdateandsig {
  color: #121236;
   font-size: 16px;
   margin-top: 20px;
}

/***** certificate in smalll screen **/
@media (min-width: 1025px) and (max-width: 1280px) {

 .certificatr  {    
    /*background-image:url(../images/certificate1.png);*/
    width: 700px;
    height: 502px;  
  } 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 .certificatr  {    
    /*background-image:url(../images/certificate-tab.png);*/
    width: 500px;
    height: 359px;  
  }
  .certificatr .cerfnm { font-size: 25px;}
  .certify { font-size: 12px; }
  .empname {  font-size: 28px }
  .btmpara { width: 75%; font-size: 12px; }
  .btmdateandsig { font-size: 12px; }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
 .certificatr  {    
   /* background-image:url(../images/certificate1.png);*/
    width: 700px;
    height: 502px;  
  }
}
@media (min-width: 481px) and (max-width: 767px) { 
  .certificatr  {    
    /*background-image:url(../images/certificate310.png) !important;*/
    width: 310px;
    height: 310px;  
  }
  .certificatr .cerfnm { font-size: 12px;}
  .certify { font-size: 8px !important; margin: 0; }
  .empname {  font-size: 18px; margin: 0; }
  .btmpara { width: 75%; font-size: 8px; margin: 0;}
  .btmdateandsig { font-size: 8px; margin: 0;}

}
@media (min-width: 320px) and (max-width: 480px) {
  .certificatr  {    
   /* background-image: url(../images/certificate310.png) !important;*/
    width: 310px;
    height: 310px;  
  }
  .certificatr .cerfnm { font-size: 12px;}
  .certify { font-size: 8px !important; margin: 0; }
  .empname {  font-size: 18px; margin: 0; }
  .btmpara { width: 75%; font-size: 8px; margin: 0;}
  .btmdateandsig { font-size: 8px; margin: 0;}
}

/***** certificate in smalll screen ends **/
/*** certification page design ends ***/
/* erros styles */
#submitemail .submitdiv, 
#submitemail .inputdiv {
	 line-height: 1.2 !important;
}

.inputdiv #emailerror {
   /* position: absolute;*/
    color: #dc3545 !important;
    line-height: 1;
    font-size: 14px !important;
    line-height: 1;
}
#submitemail #response, #submitemail #otperror {
	font-size: 14px !important;
}
/*** logo image **/
.custom-logo {
   max-width: 100%;
   height: auto;
   width: 260px;
}
@media (min-width: 320px) and (max-width: 480px) { 
 .custom-logo {
   max-width: 100%;
   height: auto;
   width: 200px;
 }
}

.qsm-popup__footer .qmn_btn {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.qsm-popup__container {
 min-width: auto !important;
}
.qsm-popup__content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
 /* width: 50%;*/
}
.qsm-time-up-text {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  color: red;
}
.quiz_section {
  padding: 0 !important;
}
.quiz_section.quiz_end .qsm-submit-btn {
  font-weight: normal !important;
}
.certgrid {		 
 /*box-shadow: 0px 0px 0px 5px #ffc633;*/
 /*transition: box-shadow 0.6s linear;*/
 margin: 0.5em;
 margin-bottom: 30px;	 
}
.certgrid:hover {
/*box-shadow: 0px 0px 0px 10px #ffc633;*/
}
.quiz_section {
  width: 100%;
  float: auto;
}
.qmn_pagination {
  clear: both;
}
/* result page overrrides */
.qsm-results-page .qmn_question_answer strong:nth-of-type(4) { display: block !important; }
.qsm-results-page .qmn_question_answer .custclass { font-weight: normal !important; }
.qsm-results-page .qmn_question_answer { border-bottom: 2px solid #333 !important;margin-bottom: 10px !important; }
.qsm-results-page ul li { margin: 0.2rem 0 0 0 !important; }
.qsm-results-page ul { padding-inline-start: 0 !important; }
.qsm-results-page .qmn_question_answer strong:nth-of-type(4):after {
     background-color: red;
}
/* result page overrrides ends */
/* submit button design */
.quiz_section.quiz_end .qsm-submit-btn {
    margin: 0 !important;
    float: right !important;
}
@media (max-width: 500px) { 
	.quiz_section.quiz_end .qsm-submit-btn {
		width: 100% !important;
	}
}

/* submit button design ends */

/* certificate thumb */
 .certificatrthumb {
    height: 100%; 
    width: 100%; 
  /*  margin-top: 5px;*/
  }
  .certificatrthumb .cerfnm {
   font-size: 10px;
   margin: 0;
   text-transform: uppercase;
  }
  .certificatrthumb .hr-btm {
  	height: 1px;
  	width: 60%;
  }
  .certificatrthumb .certify {
   font-size: 8px;
   margin: 0;
   margin-bottom: 0 !important;
   }
   .certificatrthumb .empname {
    font-size: 20px; line-height: 1; margin: 4px;
   }
   .certificatrthumb .btmpara {
   	font-size: 8px; margin: 0 !important;
   }
   .certificatrthumb .btmdateandsig {
   	margin-top: 10px;

   }
   .certificatrthumb .btmdateandsig .datess {
    font-size: 8px;font-weight: bold; margin: 0;line-height: 1.2;
   }
   .certificatrthumb .btmdateandsig .signatureee {
    font-size: 7px; font-weight: bold; margin: 0;line-height: 1.2;
   }
/* certificate thumb ends */

@media (min-width: 1025px) { 
.custom-menu { display: none !important; }		
.landing-form .login-form {
	min-height: 52vh;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
  }
  .landing-form .login-form .log-text {
  	padding: 20px !important;
  }
}
.resulcertlink  a {
	font-weight: 550 !important;
    color: #ffc633 !important;
    text-decoration: underline !important;
}
.explaina {
    background: #D3D3D3;
    color: #000;
    padding: 0px 6px;
}
.mlw_qmn_timer {
   display: none;
}
.sidebarlogo {
  width: 200px !important;
} 
@media (max-width: 1024px) {
 .sidebarlogo {
  width: 100px !important;
} 
}
.cuctomul ul  {
    list-style-type: none;
}
.cuctomul ul li::before {
    content: "\f111";
    font-family: FontAwesome;
    padding: 0 7px 0 0;
    vertical-align: middle;
    font-size: 8px;
}

.mlw_answer_open_text{width: 100% !important;}
.qmn_btn, .qmn_quiz_container .btn { padding: 5px 10px !important;  }


@media (max-width : 575px) {
  .custom-logo-link { margin: auto; }
}


@media (max-width : 992px) {

.dashbobtnimg { position: relative; bottom: auto; }

}

@media (min-width : 992px) {

.quiz_section .qmn_radio_answers label img {
    max-width: 230px;
    display: block;
    margin: auto;
}
#quizForm40 .qmn_radio_answers { display: flex; }

#quizForm40 .qmn_mc_answer_wrap { padding: 20px; }

}