.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.slick-initialized .slick-slide {
  display: block;
  margin: 8px;
  background: none;
  box-shadow: none;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 43px !important;
  line-height: 1;
  color: #1aae88 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 38px;
  position: relative;
  top: -15px;
}
.slick-prev {
  left: 30px !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0 !important;
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.post-module .thumbnail {
  background: #000000;
  height: 165px;
  overflow: hidden;
  position: relative;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.thumbnail.img-bg {
  background-image: url(../images/p8.jpg);
}
.post-module .post-content {
  position: relative;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 12px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 4px;
  color: #788288;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.container {
  margin: 0 auto;
}
/* .container:before, */
/* .container:after { */
/* content: ''; */
/* display: block; */
/* clear: both; */
/* } */
.container .column {
  width: 50%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #e74c3c;
}

h3.title {
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
  color: #272727;
}
form.example input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.btn-start {
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196f3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
.slick-slider {
  width: 100%;
  background-color: transparent;
}
.slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
}

.slick-prev,
.slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}

.btn-success,
.btn-info {
  width: 100%;
}
#chartdiv {
  width: 100%;
  height: auto;
}
.panel-heading.critical {
  background-color: #d73c36;
}
.panel-heading.non-critical {
  background-color: #d6980d;
}
span.header-text {
  display: block;
  font-size: 14px;
}
.slick-slide.slick-active:hover {
  box-shadow: -1px 1px 3px 1px darkgrey;
  transform: scale(1.02);
}
.completion-status {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  margin: 0 auto;
  height: 165px;
  padding-top: 15px;
}
img.comp-msg {
  width: 80px !important;
  margin: 0 auto;
}
p.percentage-text {
  font-size: 24px;
  color: white;
  margin: 0;
  font-weight: 600;
}

.footer {
  background: white;
  width: 100%;
  position: absolute;
  box-shadow: 0px -1px 5px rgb(214, 214, 214);
  border-bottom: 6px solid #ec5252;
}
.footer-text {
  padding: 15px;
}

ul.breadcrumb {
  padding: 0px;
  list-style: none;
  background-color: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb li + li:before {
  padding: 4px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.progress-bar.long {
  height: max-content;
}
.completed-score {
  position: absolute;
  right: 15px;
  display: block;
  top: -3px;
}
.container h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nav.nav-tabs.nav-tabs-horizontal > li > a {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  background: transparent;
  border: 0;
}
.tab-content > .tab-pane > .active {
  padding: 15px;
}
.nav.nav-tabs.nav-tabs-horizontal > li.active > a {
  border-bottom: 3px solid #252525 !important;
}
.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  position: absolute;
  right: 30px;
}
.tab-pane.fade.active {
  font-size: 15px;
  padding: 15px;
  color: black;
  margin-top: 10px;
}
.tab-content {
  background: #dbdbdb;
}
ol {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .nav.nav-tabs.nav-tabs-horizontal > li > a {
    font-weight: 500;
  }
  .nav.nav-tabs.nav-tabs-horizontal > li.active > a {
    border-bottom: 0px solid #252525 !important;
    border-radius: 0;
    color: #252525;
  }
  .tab-pane.fade.active {
    margin-top: 0;
  }
  .container h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .no-padding {
    padding: 0;
  }
  .nav-tabs-dropdown {
    display: block;
    border-radius: 0;

    font-size: 16px;
    font-weight: 500;
  }
  #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        padding-top: 5px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }
  .nav-tabs-horizontal > li {
    float: none;
  }
  .nav-tabs-horizontal > li + li {
    margin-left: 2px;
  }
  .nav-tabs-horizontal > li,
  .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
  }
  .nav-tabs-horizontal > li > a {
    border-radius: 4px;
  }
  .nav-tabs-horizontal > li.active > a,
  .nav-tabs-horizontal > li.active > a:hover,
  .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    font-weight: 600;
  }
}
.tab-data {
  padding: 10px;
  background: white;
  margin-bottom: 1px;
}
span.play {
  font-size: 24px;
  color: #443732;
}
span.topic {
  margin-left: 10px;
  font-weight: 600;
  position: relative;
  top: -3px;
}
span.time {
  position: relative;
  top: -4px;
}
span.check {
  color: #4fba6f;
  font-size: 24px;
  margin-left: 15px;
}
.bg-course {
  padding: 0;
  background: #1d4f75;
  color: white;
  background-image: url(../images/PersonalSafety.png);
  background-size: cover;
  background-position: center;
}
ul.tabs-planner li {
  font-size: 15px;
}
ul.tabs-planner li.active a:hover {
  background: #03a3af;
  color: white;
}
ul.tabs-planner li.active a {
  background: #03a3af;
  color: white;
}
.tab-pane.wrapper-lg {
  background-color: #fff;
}
ul.tabs-planner li a {
  font-weight: 600;
  background: white;
  border: 1px solid #03a3af !important;
  border-radius: 0;
}
ul.tabs-planner li.active a:focus {
  background: #03a3af;
  color: white;
}
.arrow {
  position: absolute;
  width: auto;
  background: #cd1337;
  height: 18px;
  line-height: 2px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  top: 8px;
  font-size: 12px;
  box-shadow: 1px 1px 1px black;
}
.arrow-right-update:after {
  content: "";
  position: absolute;
  right: -26px;
  top: -8px;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #cd1337;
  border-width: 9px;
}

.arrow.arrow-right-non-critical {
  position: absolute;
  width: 83px;
  background: #f4c150;
  height: 18px;
  line-height: 2px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  top: 8px;
  font-size: 12px;
  box-shadow: 1px 1px 1px black;
}

.arrow.arrow-right-non-critical:after {
  content: "";
  position: absolute;
  right: -26px;
  top: -8px;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #f4c150;
  border-width: 9px;
}
.tab-content.xdff {
  margin-bottom: 1.5em;
  box-shadow: 0px 4px 3px #d0d0d0;
}
ul.nav.nav-tabs.m-b-n-xxs.xd li {
  font-size: 15px;
  font-weight: 600;
  width: 100px;
  text-align: center;
}

ul.nav.nav-tabs.m-b-n-xxs.xd li.active a {
  background-color: #2c93f9;
  color: #fff;
}

ul.nav.nav-tabs.m-b-n-xxs.xd li > a {
  background-color: #fff;
  color: #000;
  border: 1px solid #2c93f9 !important;
}

.checked {
  color: orange;
}
.startRating {
  margin-bottom: 5px;
}
.arrow.orange {
  background: #ed8a19;
}
.arrow-right-update.orange:after {
  border-left: 9px solid #ed8a19;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(https://i.imgur.com/YWGUhK4.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.slick-slide > .slick-slider-img {
  margin: 10px;
  padding: 2%;
  position: relative;
  border: 5px solid #fff;
  display: block;
  width: 100%;
}
.slick-slide .image {
  padding: 10px;
  /*height: 180px;*/
}

.slick-slide img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  display: none;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: flex !important;
}
.iizuaN {
  font-size: 15px;
  text-align: center;
}

.carousel-item-padding-40-px {
  margin: 5px 5px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 86%);
  width: 261px!important;
}

.crop {
  overflow: hidden;
  height: 50px;
}

.Loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*styles added for login page */
.login-background {
  background-image: url("../images/loginback.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Arial";
}

#student {
  background-image: url("../images/loginback.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.container-background {
  background-image: url("../images/login.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  /* height:100%; */
  margin: auto;
}

.studentloginbox {
  max-width: 500px;
  margin: auto;

  padding: 40px;
  margin-bottom: 1em;
}

.list-groupstudent {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 5px;
}

button.btn-primary1 {
  background-color: #2c68a4;
}

input.input-border {
  border: 1px solid #2c68a4;
}

a.mob {
  position: relative;
  left: 9px;
  color: #2c68a4;
}

img.mob {
  position: relative;
  left: 9px;
}

p.contact-info {
  padding-top: 20px;
}

/*styles added for landing page */

.course1 {
  background-color: #6ce8ff;
}

.course2 {
  background-color: #6cffd3;
}

.course3 {
  background-color: #ffd36c;
}

.text-color {
  color: #333333;
}

button.registerbutton {
  color: #fff !important;
  background-color: #00a55e;
  border-color: #00a55e;
  font-size: 16px;
}
button.apply {
  color: #fff !important;
  background-color: #2c93f9;
  border-color: #2c93f9;
  font-size: 16px;
  position: relative;
  left: 16px;
}

@media (max-width: 545px) and (min-width: 320px) {
  button.button-font {
    font-size: 8px;
  }
}

td.align-left {
  text-align: left;
}

td.align-right {
  text-align: right;
}

.courses-banner1 {
  background-image: url("../images/coursebg1.png");

  background-size: cover;
  border-radius: 10px;
}

.courses-banner2 {
  background-image: url("../images/coursebg2.png");

  background-size: cover;
  border-radius: 10px;
}

.courses-banner3 {
  background-image: url("../images/coursebg3.png");

  background-size: cover;
  border-radius: 10px;
}

section#content1 {
  padding: 15px 30px 51px 30px;
}

a.link-underline {
  text-decoration: underline;
}

a.footer-text-color {
  color: #2c68a4;
}

@media (max-width: 556px) and (min-width: 320px) {
  button.btn-alignment {
    position: relative;
    left: 0px;
    font-size: 12px;
  }
}

@media (max-width: 592px) {
  .image-small {
    width: 305px;
    position: relative;
    left: -10px;
  }
}

button.reg-btn {
  color: #fff !important;
  background-color: #00a55e;
  border-color: #00a55e;
  font-size: 16px;
  position: relative;
  left: 16px;
}

@media (max-width: 556px) and (min-width: 320px) {
  button.btn-alignment1 {
    position: relative;
    left: 0px;
    font-size: 12px;
  }
}

div.course-card {
  background: #ffffffc7;
  border-radius: 7px;
  padding: 10px;
}

.heading-background {
  background-color: #ffffffc7;
  opacity: 60%;
}

.heading-text {
  font-weight: lighter;
}

div.video-caption {
  background-color: #2c68a4;
  opacity: 60%;
  padding: 9px;
  margin-top: -10px;
}

.cover {
  background-image: url("../images/top.png");
  padding: 50px 30px;
  color: black;
  margin-top: 4em;
  background-position: top center;
  background-size: cover;
}

/*High Chart css */
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 460px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/*--- student home page --- */

.student-body {
  font-family: "Lato", sans-serif;
}

.header-nav-bar ul.nav.navbar-nav.navbar-left.m-n.hidden-xs.nav-user.user {
  float: right !important;
}

#coursenbanner p span {
  padding: 0px 6px;
  font-size: 14px;
}

#coursenbanner p img {
  width: 30px;
  padding-right: 5px;
}

.coursenbanner-row h3 {
  font-size: 20px;
}

#coursenbanner .modal-dialog {
  max-width: 500px;
  margin: 15% auto;
}

.piechart-class {
  /* display: none;*/
}
.piechart-box {
  background-color: #cbecde;
  padding: 8px 2px;
}
.piechart-box img {
  width: 45px;
  padding: 5px 10px 2px;
}

.piechart-a {
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #00a55e;
}

.piechart-box a {
  font-size: 14px;
  text-decoration: underline;
  padding: 5px;
}

.piechart-box td {
  padding: 0 5px;
  text-align: left;
  font-size: 14px;
}

.student-box1 {
  background: white;
  padding: 15px;
  box-shadow: 0px 0px 3px 1px #c7c7c7;
  margin-top: 32px;
}

.student-box1 .student-box1-atag {
  text-align: right;
}

.student-box1 .student-box1-atag a {
  text-decoration: underline;
}

.opt-in-box .opt-in-alert {
  width: 100%;
  background-color: #00aa3e;
  color: #fff;
  padding: 1px 11px;
}

.student-home-sec3 .student-box1 {
  height: 515px;
}
.student-home-sec3 .student-box1 p{
  margin-bottom: 4px;
}
.student-home-sec3 .student-box1 hr{
  margin-bottom: 10px;
  margin-top: 10px;
}
.cotact-btn-sec {
  text-align: center;
  padding: 0 0 4%;
}
.cotact-btn-sec h3 {
  margin-bottom: 15px;
}
.cotact-btn-sec a {
  background-color: #00a55e;
  color: #fff !important;
  border: 1px solid #00a55e;
  border-radius: 5px;
  padding: 8px 15px;
  margin: 0 10px;
}
.cotact-btn-sec a:hover {
  background-color: #fff;
  color: #00a55e !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.stretch aside {
  display: none;
}
.menu-user-icon {
  padding-left: 10px;
}

.menu-user-btn button {
  margin: 10px;
}

#coursenbanner .p-title {
  font-size: 20px;
}

#coursenbanner .last-attend {
  color: #707070;
}

.coursenbanner-row h4 {
  border-bottom: 1px solid gray;
}

.coursenbanner-row p a {
  text-decoration: underline;
  padding-left: 10px;
}
.bottom-footer {
  padding: 10px !important;
}

/* ---- PANKAJ CODE ---- */

/* ----  New Menu Student code    ---- */

.custom-student-nav {
  background-color: #fff !important;
}

.custom-student-nav {
  margin-bottom: 0px !important;
}

.menu-overlay {
  display: none;
}
.custom-student-nav .nav > li {
  background-color: #fff;
}

.custom-student-nav .nav > .li-mt a {
  padding: 21px 12px;
  color: #2c68a4;
}

.custom-student-nav .nav > li.active {
  background-color: #f7f8fb;
  border-bottom: none!important;
}
.custom-student-nav .navbar-nav > .active > a {
  background-color: #f7f8fb !important;
  border-bottom: 2px solid #2c68a4 !important;
}

.custom-student-nav .nav > .li-mt > a:hover,
.custom-student-nav .nav > .li-mt > a:focus {
  background-color: #f7f8fb;
  border-bottom: 2px solid #2c68a4;
}
.custom-student-nav .navbar-nav > li > a:hover,
.custom-student-nav .navbar-nav > li > a:focus {
  border-bottom: none;
}
.custom-student-nav .navbar-nav > li > a {
  padding: 12px 12px;
  color: #2c68a4;
  font-weight: bold;
}

.custom-student-nav .btn-primary {
  background-color: #2c93f9 !important;
  border-color: #2c93f9 !important;
}

.custom-student-nav .btn-primary:hover {
  background-color: #444054 !important;
  border-color: #444054 !important;
}

.custom-student-nav .navbar-brand img {
  width: 220px;
  padding: 7px 0px 0px;
}

.custom-student-nav .mob-notify {
  display: none;
}

.custom-student-nav .mob-notify a {
  position: absolute;
  top: 15px;
  right: 85px;
}

.custom-student-nav .navbar-toggle {
  margin-top: 18px;
}

.custom-student-nav .navbar-nav img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1015px) {
  .custom-student-nav .nav > li > a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .custom-student-nav .nav > .li-mt a {
    padding: 18px 5px;
    font-size: 15px;
  }
  .custom-student-nav .nav > li {
    padding: 0;
  }

  .custom-student-nav .navbar-brand img {
    width: 180px;
  }
}

@media screen and (max-width: 845px) {
  .custom-student-nav .nav > li > a {
    padding: 10px 3px;
    font-size: 14px;
  }
  .custom-student-nav .nav > .li-mt a {
    padding: 18px 3px;
    font-size: 13px;
  }

  .custom-student-nav .navbar-brand img {
    width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-overlay {
    display: block;
  }

  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .custom-student-nav .mob-notify {
    display: block;
  }
  .custom-student-nav .menu-user-icon {
    padding-left: 0;
  }
}

@media screen and (max-width: 325px) {
  .custom-student-nav .mob-notify a {
    right: 65px;
  }
  .custom-student-nav .navbar-toggle {
    margin-right: 8px;
  }

  /* .cotact-btn-sec a {
    padding: 6px 4px!important;
    margin: 0 6px!important;
  } */
}

/* ----END  New Menu Student code ---- */

/*--- student home page --- */

section.home-section {
  background: white;
  padding: 50px 30px;
  margin-top: 0em !important;
  color: black;
}

.student-body {
  font-family: "Lato", sans-serif;
}

.header-nav-bar ul.nav.navbar-nav.navbar-left.m-n.hidden-xs.nav-user.user {
  float: right !important;
}

#coursenbanner p span {
  padding: 0px 6px;
  font-size: 14px;
}

#coursenbanner p img {
  width: 30px;
  padding-right: 5px;
}

.coursenbanner-row h3 {
  font-size: 20px;
}

#coursenbanner .modal-dialog {
  max-width: 500px;
  margin: 15% auto;
}

.piechart-class {
  /* display: none;*/
}
.piechart-box {
  background-color: #cbecde;
  padding: 8px 2px;
}
.piechart-box img {
  width: 45px;
  padding: 5px 10px 2px;
}

.piechart-a {
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #00a55e;
  height: 25px;
}

.piechart-box a {
  font-size: 14px;
  text-decoration: underline;
  padding: 5px;
}

.piechart-box td {
  padding: 0 5px;
  text-align: left;
  font-size: 14px;
}

.student-box1 {
  background: white;
  padding: 15px;
  box-shadow: 0px 0px 3px 1px #c7c7c7;
  margin-top: 32px;
}

.student-box1 .student-box1-atag {
  text-align: right;
}

.student-box1 .student-box1-atag a {
  text-decoration: underline;
}

.opt-in-box .opt-in-alert {
  width: 100%;
  background-color: #00aa3e;
  color: #fff;
  padding: 1px 11px;
}

.student-home-sec3 .student-box1 {
  height: 500px;
}

.cotact-btn-sec {
  text-align: center;
  padding: 0 0 4%;
}
.cotact-btn-sec h3 {
  margin-bottom: 15px;
}
.cotact-btn-sec a {
  background-color: #00a55e;
  display: inline-block;
  color: #fff !important;
  border: 1px solid #00a55e;
  border-radius: 5px;
  padding: 8px 15px; 
  margin: 5px 10px;
}
.cotact-btn-sec a:hover {
  background-color: #fff;
  color: #00a55e !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.stretch aside {
  display: none;
}
.menu-user-icon {
  padding-left: 10px;
}

.menu-user-btn button {
  margin: 10px;
}

#coursenbanner .p-title {
  font-size: 20px;
}

#coursenbanner .last-attend {
  color: #707070;
}

.coursenbanner-row h4 {
  border-bottom: 1px solid gray;
}

.coursenbanner-row p a {
  text-decoration: underline;
  padding-left: 10px;
}
.bottom-footer {
  padding: 10px !important;
}

/* ----  Read message page --- */
.read-msg-title-sec {
  padding-bottom: 10px !important;
}
.read-msg-sec {
  padding: 3% 0;
}
.read-msg-form span {
  font-size: 14px;
  color: #444054;
}

.read-msg-attach {
  padding-top: 6%;
  padding-bottom: 5%;
}

.read-msg-form .form-group {
  margin-bottom: 0;
}

.read-msg-form .reply-btn {
  float: right;
  padding: 5px 75px !important;
  background-color: #2c93f9 !important;
}

.read-msg-form .reply-btn:hover {
  background-color: #2c68a4 !important;
}

.custom-alert-sec {
  padding: 10px 0;
}

.custom-alert-sec .alert-danger {
  background-color: #ff7272;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px 10px 15px;
  margin-bottom: 8px;
}
.custom-alert-sec .alert-success {
  background-color: #3ac47d;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px 10px 15px;
  margin-bottom: 8px;
}
.bottom-footer {
  padding: 10px !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}

/* ----- Payment Page ------ */
.fees-icon {
  float: right;
}
.fees-icon img {
  width: 35px;
}

.payment-container1 {
  background-color: #f6f6f6;
  padding: 2% 0 6%;
}

.payment-table table {
  box-shadow: 0px 1px 4px #6b8fc0;
}

.payment-table table td,
.payment-table table tr {
  border: transparent !important;
}

.payment-table .white-color {
  font-weight: 600;
}

.payment-table .white-color input {
  border: none;
}
.fees-icon-size img {
  width: 30px;
}

.AdvanceCourseModal {
  overflow: auto;
  display: block;
  background-color: #000000bf;
}

.AdvanceCourseModal .modal-dialog {
  margin: 10% auto auto;
}

/* newly created media query */
@media (max-width: 768px) {
  section#coursenbanner {
    margin-top: 0px !important;
  }
}
section.home-section {
  background: white;

  padding: 50px 30px;

  margin-top: 0em !important;

  color: black;
}

@media (min-device-width: 767px) and (max-device-width: 2560px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    width: 100% !important;
  }
}

/* ---- Course Module Details Unit 1 ----- */
.course-module-unit1-sec{
  margin-top: 0px!important;
  background-color: unset!important;
  padding: 8px 30px!important; 
}

.course-module-unit1-sec p{
  padding-top: 10px;
  padding-left: 55px;
}

.course-module-unit1-sec img{
  width: 50px;
  padding-right: 8px;
}

.course-unit1-tabs{
  background-color: #F6F6F6;
}

.course-unit1-tabs .tab-regular .tab-content{
  padding: 0;
}

.course-unit1-tabs .tab-content-row{
  padding: 3% 4% 0;
}

.course-unit1-tabs .tab-regular .nav.nav-tabs .nav-link{
  border-radius: 10px 10px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none !important;
}
.course-unit1-tabs .tab-regular .nav.nav-tabs .nav-link:hover{
  background-color: #3f89d4;
}

.course-unit1-tabs .nav>li.active>a, .course-unit1-tabs .nav>li.active>a:hover, .course-unit1-tabs .nav>li.active>a:focus {
  background-color: #3f89d4 !important;
  color: white;
}
/* .course-unit1-tabs.nav .nav>li.active{
  background-color: #3f89d4;
  color: red;
} */

.course-unit1-tabs.nav>li>a:hover, .nav>li>a:focus{
  border: none !important;
}

.course-unit1-tabs #tab1 p{
  padding: 0 20px;
}

.course-unit1-tabs .icon-bookmark{
  float: right;
}
.course-unit1-tabs .video-time{
  font-size: 14px;
  color: grey;
}

.course-unit1-tabs h4{
  font-weight: 600;
}

.course-unit1-tabs .tabs-gray-bg {
  background-color: #EEEEEE;
  padding: 10px 4%;
}

.course-unit1-tabs .tabs-gray-white{
  padding: 0px 4%;
}

.course-unit1-tabs .modal-int-box-btn{
  text-align: center;
  padding: 3% 0;
}

.course-unit1-tabs .modal-int-box-btn span{
  float: right;
}
.course-unit1-tabs .modal-int-box-btn span a{
  background-color: #fff;
  border: none;
  text-decoration: underline;
  color: #2C68A4;
}
.course-unit1-tabs .center{
  text-align: center;
  text-decoration: underline;
}
.unit-link-sec img{
  padding-right: 20px;
}
.unit-link-sec p{
  font-size: 12px;
}

.course-unit1-tabs .icon-bookmark img{
  padding-right: 15px;
}

.hr-tab5 hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border: 0;
    border-top: 1px solid #d8d3d3 !important;
}
.hr-row{
  padding: 0 5%;
}

.tabs-gray-dark-bg{
  background-color: #E2E2E2;
  padding: 10px 4% !important;
}

.hr-tab5 .cotact-btn-sec a{
  margin-right: 50px;
}
.course-unit1-tabs p{
  color: #2D2D2D;
}

.info-icon img:hover{
  -ms-transform: scale(1.3); 
  -webkit-transform: scale(1.3); 
  transform: scale(1.3); 
}


/* newly created media query */
@media (max-width: 768px){
	
	section#coursenbanner{
		
		margin-top:0px !important;
		
	}

  .student-home-sec3 .student-box1 {
    height: auto!important;
  }
	
}

@media (max-width: 426px){
  .course-unit1-tabs .tab-regular .nav.nav-tabs .nav-item{
    width:100%;
  }
  .hr-tab5 .cotact-btn-sec {
    margin-top: 10px;
  }
  .course-module-unit1-sec p{
    padding-left: 5px;
  }
  
  .student-profile-sec1 button.btn.btn-primary {
    font-size: 14px;
    border-radius: 14px;
    padding: 4px 10px;
  }

  .student-home-sec3 .student-box1 {
    height: auto!important;
  }
  
  .essential-reading-pdf{
    width: 95%!important;
  }
}


@media (max-width: 375px){
  /*--- Menu logo  -- */
  .student-menu-bar img.logo-alignment{
    width: 190px;
  }
  .student-menu-bar .header-nav-bar li.hide-small.show-small{
    top: -55px;
  }
}
	 
	 /* ---- Course Module Details Unit 1 ends here----- */
	 
   /*styles added for all course catalogue grid view  starts here*/

div.core-unit-thumbnail{
	
	height: 225px;
    overflow: hidden;
    position: relative;
	background-color: #eaeaeaad;
	
}


@media(min-width:1024px) and (max-width:1146px){
.post-content-responsive {
    
    height: 230px!important;
   
}

}

@media(max-width:1200px){
  .student-home-sec3 .student-box1 {
    height: 590px;
  }
}

button.enquire-btn{
	
	background-color:#00A55E;
	border-color:#00A55E;
	
}

button.enquire-btn:hover, button.enquire-btn:active, button.enquire-btn:focus{
	background-color: #fff;
    color: #00A55E!important;
border: 1px solid #00A55E;
	
}

button.login-btn:hover, button.login-btn:active, button.login-btn:focus{
background-color: #fff;
    color: #2C93F9!important;
border: 1px solid #707070;
}

button.login-btn{
	
	background-color:#2C93F9;
	
}
.download-txt{
	
	font-size:15px;
	
}


img.handbook-img{
	box-shadow: 0px 0px 6px 2px #c3c3c3;
	width:100%;
	
	
}

div.video-msg{
 background-color: #ffffff;
    margin-bottom: 25px;
    padding: 10px 18px 10px 18px;
}

div.handbook{
	
	background-color: #ffffff;
    padding: 10px 18px;
	  margin-bottom: 25px;
	
}


.card-hover:hover{
border: 1px solid #FF0000;
	
	
}

.post-card{
	
	border:1px solid transparent;
	
}

div.slider{
	
	width: 100%; 
	display: inline-block;
}


/*styles added for all course catalogue grid view ends here*/

.AssignmentSection{
  min-height: 100vh;
}

.AssignmentHeader{
  padding-top: 36px!important;
  padding-bottom: 15px!important;
  margin-top: 0em!important;
}

.student-footer{
  padding: 12px!important;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.student-main-body{
  min-height: 93vh;
}

.student-footer-body-space{
  margin-bottom: 5rem;
}

.studentloginbox input{
  font-size: 16px;
}

.forgot-pass{
  text-align: center;
  padding-top: 0;
}

.password-padding{
  padding-bottom: 0;
}

.sendtext-area-bg{
  background-color: #fff;
  padding:8px
}

.admin-main-body #coursenbanner{
  margin-top: 0!important;
}

.email-main-body{
  min-height: 93vh!important;
}

.Assignment-Header .hkcGBu{
  overflow: unset;
  text-align: center;
  white-space: normal;
}

.Assignment-Header .jEEywD{
  overflow: unset;
  text-align: center;
  white-space: normal;
}

/* styles added for courselayout page added here */
.image-tab{
	
display:flex;	
	
}



.courses-lists{
	
	border: none;
    background-color: #F6F6F6;
    box-shadow: none;
	
}
.course-tabs>li.active>a.icon-active{
	
	
	background-color: #2C68A4!important;
    color: white!important;
	box-shadow:none;
	
	
}

.tab-width{
	
width:56px!important;	
	
}

.icon-color{
	
	color:black;
	
	
}

.title-unit{
	
	padding-left:17px;
	
}
.icon-background{
	
	background-color:white;
	box-shadow: 0px 1px 6px 0px #a5a5a5;
	
}



.parent-tab.nav>li>a.tab-border-color:focus{
	
	border:1px solid transparent!important;
	
}
.tab-border-color{
	padding-bottom:10px!important;
	padding-top: 10px!important;
	
}

@media (max-width: 991px){
	.tabular-width{
		
		width:78px!important;
		
	}
	
}

@media (max-width: 991px){
.tab-space-cls{
	
	margin-left:16px;
	
}
}


.tab-spacing{
	
	margin-right: 15px!important;
	
}

@media (min-width:992px) and (max-width:2652px){
.tab-width-cls{
	
	width: 81px!important;

	
}
}

/* styles added for courselayout page ends here */

.essential-reading-pdf{
  width: 75%;
}


/* --- Record of studies certificate --- */



.record-of-studies{
  text-align: center;
  padding: 20px;
  overflow: scroll;
  }
  
  
  
  .certificate-box {
  background-color: #fff;
  padding: 20px;
  }
  
  
  
  .record-of-studies .certificate-body{
  padding: 8% 0px 16%;
  font-family: "Times New Roman", Times, serif;
  background-color: #fff;
  border: 4px solid blue;
  }
  
  
  
  .record-of-studies .certificate-body .certificate-heading h2{
  padding: 4% 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  }
  
  
  
  .record-of-studies .certificate-body .certificate-heading img{
  width: 90%;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  }
  
  
  
  .record-of-studies .certificate-body .certificate-heading h1{
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  }
  .record-of-studies .certificate-body .certificate-heading p{
  font-style: italic;
  font-size: 18px;
  padding-top: 5%;
  }
  
  
  
  .certificate-midtext h1{
  padding: 4% 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  }
  
  
  
  .certificate-midtext p{
  padding: 4% 2%;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  }
  
  
  
  
  .certificate-endtext{
  padding: 4% 0;
  }
  
  
  
  .certificate-endtext img{
  margin: 0 auto;
  padding-bottom: 15px;
  width: 120px;
  display: block;
  }
  
  
  
  .certificate-endtext span{
  font-weight: 600;
  }
  
  
  
  .certificate-endtext p{
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
  font-weight: 600;
  }
  
  
  
  .certificate-endtext .signing-name{
  border-top: 1px dotted #000;
  margin-top: 10px;
  }
  
  
  
  /* --- A4 --- */
  .a4-page{
  width: 21cm;
  min-height: 29.7cm;
  /* padding: 2cm;*/
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: scroll;
  }
  
  
  
  @media print {
  .a4-page {
  margin: 0;
  border: initial;
  border-radius: initial;
  width: initial;
  min-height: initial;
  box-shadow: initial;
  background: initial;
  page-break-after: always;
  }
  }
  
  
  
  
  @media (max-width: 425px){
  .record-of-studies .certificate-body .certificate-heading h2{
  font-size: 24px;
  }
  .record-of-studies .certificate-body .certificate-heading h1{
  font-size: 22px;
  }
  
  
  
  .record-of-studies .certificate-body .certificate-heading img{
  width: 100%;
  }
  
  }

/* ---end of Record of studies certificate --- */

/*styles added for registration form starts here*/
.register-form{
	
	background: white;
    padding: 50px 3px;
    margin-top:-21px!important;
    color: black;
	
}

.conta-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.conta-check {
    display: block;
    position: relative;
  padding-left: 32px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	vertical-align: top;

}

.conta-check input:checked ~ .checkbox {
   
    border: 1px solid #707070;
    border-radius: 4px;
}


.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


.conta-check input:checked ~ .checkbox:after {
    display: block;
}
.reg-form .conta-check .checkbox:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}


 input[type="email"].text-field {
    box-shadow: 0px 1px 6px 0px #a5a5a54d;
    border: 1px solid #7070708c;
}

.country-drop{
	
	border: 1px solid #7070708c!important;
	box-shadow: 0px 1px 6px 0px #a5a5a54d!important;
	
}

.form-send{
	
	background-color:#2C93F9;
	border:1px solid #2C93F9;
	padding: 6px 19px;
	
}

.form-send:hover{
	background-color:#ffffff;
	border:1px solid #2C93F9;
	color:#2C93F9 !important;
	
}
.reg-form{
	
	padding-bottom:3em!important;
	
}


.checkbox-text{
font-size:16px;
}

.form-reg {
    margin-bottom: 15px;
}


.check-data{
	
	top:-6px!important; 
	border:1px solid #707070; 
	border-radius:4px; 
	width:20px!important; 
	height:15px!important;
	
	
}
/*styles added for registration form ends here*/

.profile-img-Upload{
  position: absolute;
  width: 30px;
  bottom: 2px;
  right: 18px;
}

.header-profile-img{
  width: 36px;
  height: 40px;
}

.custome-editor-content span {
  background-color: white!important;
}

.Assignment-Header .dJQkQf div:first-child ,.Assignment-Header .edTgaw div:first-child{
  white-space: normal!important;
}
 