/*** new styles ***/

.homecarousel {
    padding-top: 9px;
}

.blog-col article {
    min-height: 240px;
}

footer .social-nav .nav .nav-item .nav-link {
    padding: 0;
    line-height: 46px;
}

.modal-header {
    border-bottom: none !important;
}

.interested-course:before {
    left: 5px !important
}

body .orangebtn {
    min-width: 150px !important
}

.form-control {
    border: 2px solid #ced4da;
}

.error {
    border: 2px solid #ff0000 !important;
}

.wait {
    width: 100%;
    bottom: 0;
    position: fixed;
    top: 0%;
    left: 0px;
    padding: 2px;
    opacity: 0.7;
    text-align: center;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255) url(../images/chat-loader.gif) center center no-repeat;
    background-size: 100px;
}

#dt-topic2 {
    display: none;
}

footer .footer-title {
    text-transform: uppercase;
}


#cd-signup,
#cd-reset-password,
#after_otp_form {
    display: none;
}

.skilltest-box {
    background: rgba(158, 158, 158, 0.21) !important;
    box-shadow: 0 2px 6px rgba(158, 158, 158, 0.82);
    margin-bottom: 20px !important;
    padding: 15px 9px 15px !important;
    border-left: 2px solid #ff4307;
    height: 100px;
}

.skilltest-box .image {
    float: left;
    width: 70px;
}

.skilltest-box .image img {
    height: 70px;
    width: 70px;
}

.skilltest-box .details {
    margin-left: 90px;
}

.skilltest-box h5 {
    margin-bottom: 10px;
    height: 23px;
    overflow: hidden;
}

.skilltest-box h5 a {
    color: #e4400b;
    font-weight: 700;
    font-size: 15px;
}

.skilltest-box .button1 {
    float: right;
    margin-top: 7px;
}

.button1 {
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #1a1a56;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.skilltest-box p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    color: #717173;
}

.lefttab .resp-tabs-list .selectnav a {
    color: #ffffff;
}

.lefttab .resp-tabs-list {
    display: block !important;
}

#testmob-show-icon,
#profile-mob-nav {
    display: none;
}



@media (min-width:320px) and (max-width:575px) {
    .left-usernav {
        height: auto;
        margin-bottom: 20px;
    }

    .blog-col img {
        height: auto !important;
    }

    .homecarousel {
        padding-top: 75px !important;
    }

    .right-videos .video-col img {
        height: auto;
        width: 100%;
    }

    .view_solutions_hdr span.total_time {
        display: block;
    }

    .skilltest-box .button1 {
        font-size: 12px;
    }

    .skilltest-box .image {
        width: 60px;
    }

    .skilltest-box .image img {
        width: 50px;
        height: 50px;
    }

    .skilltest-box .details {
        margin-left: 60px;
    }

    #imgArea {
        padding-top: 25px;
    }

    .sign .leftcol {
        display: none !important;
    }

    #test-mobnav {
        display: none;
    }

    #testmob-show-icon {
        display: block;
        float: right;
        padding-right: 10px;
    }

    #profile-mob-nav {
        display: flex;
    }

    #profile-mob-nav .icomoon {
        margin-top: 6px;
    }

    #user-profile-navlist {
        display: none;
    }

    .student-col h6 {
        display: none;
    }

    .student-col .linktext {
        bottom: inherit;
        top: 20px;
    }



    .homecarousel .carousel-item {
        min-height: 200px;
    }

    .homecarousel .carousel-item .carousel-caption h1,
    .homecarousel .carousel-item .carousel-caption h2 {
        font-size: 16px;
    }

    .subpage .page-header {
        margin-bottom: 20px;
    }

    .h5,
    h5 {
        font-size: 1.2rem;
    }
}

.elt_nav {
    padding-top: 20px;
}

.lefttab .resp-tabs-list a {
    display: block
}

.homecarousel .course-form form .form-control {
    line-height: 20px
}

.blogcol img,
.blog-col img {
    height: 235px;
    object-fit: cover;
    object-position: top;
}

.blog-detail h3 {
    font-size: 1.25rem;
}

.homecarousel .carousel-control-prev,
.homecarousel .carousel-control-next {
    background: none;
    top: 25%;
}


/**custom styles on 07-10-2020**/
  .signupBody{
    background:#222;
  }
 
  .signUpNew {  
    margin:5%;
  }
  .containerSign{
    width:90%;
    margin:0 auto;
    background:#fff;
  }
  .NewSignupRight{  
    height:100%;
  }
  .registrationForm{
    padding:50px;
    height:100%;
  }
  .registrationForm form{
    padding-top:25px;
  }
@media screen and (max-width: 480px){
	.bluebtn {width: 100%;}
	.seminarbg{display:none;}
}


.buttonNewFull {
    padding: 10px 15px;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    background: #0077b5;
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 5px;
}
.buttonNewFull .icomoon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.otpbtn{
	padding: 10px 15px;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    background: #0077b5;
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    margin: 0px 0 10px;
}
.buttonNewFull:hover,.otpbtn:hover {
    background: #00659a;
}  


.newSubmitButton{
  background: #0077b5;
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;  
  border-radius:25px;
}

.newSubmitButton:hover{
  background:#fff;
  border:1px solid #0077b5;
  color:#0077b5;
}

.liveSession{
  background:#000;
  height:400px;  
  display: flex;  
  justify-content: center;  
  align-items: center;
  color:#fff;
  padding:25px;
  flex-direction:column;
}
.liveSession #sessionTimer span{
  font-size:12px;
  text-transform: uppercase;
  display:inline-block;
  text-align:center;
  padding:0 10px;
  letter-spacing: 2px;
  position:relative;
}

.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  width: 35em;
  margin: 50px auto;
}

@media (min-width:320px) and (max-width:540px){
  .countdown{
    width:100%;
  }
  .liveSession{
  background:#000;
  height:300px;  
  display: flex;  
  justify-content: center;  
  align-items: center;
  color:#fff;
  padding:25px;
  flex-direction:column;
}
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.number, .separator {
  display: block;
  color: #fff;  
  font-size: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.separator {
  margin: 0;
  width: 2rem;
}

.new, .old, .current {
  color: #fff;
  position: absolute; 
  font-size:25px;
}

.old {
  
  display:none;

}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "DAYS";
  position: relative;
  text-align: center;
  left: -12px;
  right: 0;
  bottom: -32px;
  font-size: 12px;
}
#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}




.cust-accord h1 {
  border-bottom: 1px solid #ececec;
  font-weight: 300;
  margin-bottom: 2em;
  padding-bottom: 1em;
  text-align: center;
}

.cust-accord h1 span {
  display: block;
  font-size: .5em;
}

.cust-accord a {
  color: #607d8b;
  text-decoration: none;
}

.cust-accord a:hover,
.cust-accord a:focus {
  color: #0077b5;
  border-bottom: none;
}

.cust-accord h3 {
  font-weight: 500;
}

@media (min-width: 320px) and (max-width: 575px) {
  .cust-accord h3 {
    margin-bottom: 0;
  }

}

.cust-accord .intro {
  font-size: 1.25em;
}

.cust-accord .js .panel-title {
  margin: 0;
}

.cust-accord .panel-title a {
  color: #292929;
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
  width: 100%;
  font-size: 17px;
  border-bottom: 1px solid #f6f8fd;
}

.cust-accord .panel-title a .icon {
  color: #9e9e9e;
  position: absolute;
  right: 0;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.cust-accord .panel-title a:hover,
.cust-accord .panel-title a:focus {
  color: #37474f;
}

.cust-accord .panel-title a:hover .icon,
.cust-accord .panel-title a:focus .icon {
  color: #000;
}

.cust-accord .panel-title a.active {
  color: #37474f;
}

.cust-accord .panel-title a.active .icon {
  color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cust-accord .js .accordion {
  border-bottom: 1px solid #ececec;
  margin: 2em 0;
}

.cust-accord .accordion .panel-title a {
  border-top: 1px solid #ececec;
}

.cust-accord [id^="panel-"] {
  padding-bottom: 2em;
}

.videos-list li {
  display:flex;
  justify-content: space-between;
}
.videos-list li a{ 
  padding:15px;
  font-size:13px;
  width:90%
}


.videos-list li span.videTime{  
  padding:2px;
  font-size:11px;
  width:10%;
  text-align:right;
}
.seminar_time {text-align: right;
    font-size: 11px;
    width: 40%;
    margin: 18px 0px;
  }
  .seminar_on{
    font-size: 11px;
    width: 5%;
    margin: 18px 0px;

  }

  .syllabus_rt .icomoon {
    background: none;
    color: red;
    font-size: 16px;
}