body {
    color: #000;
    background: #fff;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 62.5%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.course-wrapper{
  width: 1000px;
  margin: 0 auto;
}
.top-ad {
    margin: 0 auto;
    width: 80%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.top-ad img{
  width: 100%;
  display: block;
}
.crash-course-bg{
  background-size: cover;
    background-image: url(/common_dynamic/images/oc/couese-bg.png);
    background-repeat: no-repeat;
    height: 139px;
    position: relative;
}
.course-head {
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    display: block;
    width: 575px;
}
.course-board {
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.course-starts{
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.course-title {
    display: inline-block;
    margin-left: 120px;
    margin-top: 30px;
}
.course-menu ul li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 50px;
}
.course-menu ul li a{
    text-decoration: none;
    color: #808080;
    padding: 10px 0px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    text-align: center;
}
.course-menu ul li.active a {
    border-bottom: solid 4px #65408a;
    color: #000000;
    font-weight: 900;
}
.course-menu{
  border-bottom:1px solid #59337d;
  background: #edf1f3;
}
.online-course-content .course-lt{
  width: 640px;
  float: left;margin-top: 15px;
}
.online-course-content .course-rt{
  width: 300px;
  float: right;
  position: relative;
  /* margin-top: -185px; */
}
.play{
    background-image: url(/common_dynamic/images/oc/video.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.down{
    background-image: url(/common_dynamic/images/oc/download.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.book{
    background-image: url(/common_dynamic/images/oc/pad.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.course-details-rt{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.course-details-rt span{
  display: block;
  font-weight: normal;
}
.course-details-list {
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
    margin: 10px 0px;
}
.highlits-head {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 15px;
}
.highlits-list ul li{
    padding: 4px 0;
    font-size: 14px;
    line-height: 2;
    position: relative;
}
/* .highlits-list ul li::before{
    list-style-image: url(/common_dynamic/images/oc/list-tick.png);
    width: 26px;
    height: 26px;
} */
.abut-title {
    font-size: 20px;
    font-weight: 900;
    padding: 10px 0px;
}
.abut-info {
    font-size: 14px;
    padding-bottom: 15px;
}

.abut-info ul li {
     list-style: none;
     margin-bottom: 10px;
     background: url(/common_dynamic/images/oc/list-tick.png) no-repeat left top;
     padding-left: 30px;
}

.fst-bold li{
  font-weight: bold;
  font-size: 16px;
  list-style-type: none;

}
.abut-lists ul li{
  font-size: 14px;
  list-style-type: none;
  line-height: 2;
}
.abut-lists {
    margin-bottom: 20px;
}
.online-course-content {
    padding: 10px;
    border: 1px solid #ccc;
    /* height: 690px; */
}
.highlits-list ul{
  margin: 0;
  padding: 0 0 0 25px;
}
.top-vid{
  width: 100%;
  /* height: 173px; */
  overflow: hidden;
}
.top-vid img{
  width: 100%;
  display: block;
}
.buy-course {
    box-shadow: 0 2px 6px 1px rgba(0,0,0,.2);
    border: 2px solid #fff;
    background: #edf1f3;
    margin-top: -185px;
}
.course-includs .incl-head{
  font-size: 14px;
  color: #908d8d;
  margin-bottom: 8px;
  padding-left: 10px;
}
.course-includs .incl-list{
  padding: 8px 10px;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  /*margin-top: -25px; */
}
.incl-list ul{
  padding-left: 24px;
}
.price {
    font-size: 24px;
    font-weight: 900;
    margin: 0 10px;
}
.price span{
  font-weight: normal;
  margin-left: 20px;
  font-size: 14px;
  color: #808080;
}
.coupon_price {
    font-size: 24px;
    font-weight: 900;
    margin: 10px;
}
.coupon_price span{
  font-weight: normal;
  margin-left: 20px;
  font-size: 14px;
  color: #808080;
}
.buy-button {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 10px;
}
.buy-button a{
  font-size: 20px;
text-decoration: none;
color: #fff;
background: #1a73e8;
border-radius: 10px;
padding: 5px 30px;
display: block;
font-weight: 600;
 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.buy-button a:hover {background: #0b5fcf;}
.buy-button button{
  font-size: 20px;
text-decoration: none;
color: #fff;
background: #1a73e8;
border-radius: 10px;
padding: 10px 30px;
display: block;
font-weight: 600;
 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.buy-button a:hover {background: #0b5fcf;}
a {
    color: #0066CC;
    text-decoration: none;
    outline: none;
}
.copen-code a{
  margin: 10px 0px;
  font-size: 14px;
}
.copen-code{
  margin: 10px 0px;
}
.ad1 img{
  width: 100%;
  display: block;
}
.ad1{
  width: 100%;
  margin: 15px 0px;
}
.related-clss .clss-thumb{
  float: left;
  width: 120px;
}
.clss-thumb img{
  width: 100%;
  display: block;
}
.related-clss .clss-rt{
  margin-left: 125px;
  font-size: 14px;
  font-weight: normal;
}
.related-courses-list {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .28);
}
.related-courses-list ul li{
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.related-courses-list a{
  color: #000000;
}
/* FAQ */


input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  /* border-radius: 8px; */
  /* overflow: hidden; */
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

.onlinecourse-tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin: 15px 0px;
  box-shadow: 1px 2px 2px rgba(204, 204, 204, .5);
  border-radius: 10px;
  border: 1px solid #ccc;
}
.onlinecourse-tablabel {
  display: flex;
  padding: 1em;
  background: #edf1f3;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
  position: relative;
  /* Icon */
}
/* .tab-label:hover {
  background: #1a252f;
} */
.onlinecourse-tablabel::after {
    content: '';
  width: 24px;
  height: 24px;
  color: #b0b0b0;
  text-align: center;
  transition: all .35s;
  position: absolute;
  top: 20px;
  right: 10px;
    background: url(/common_dynamic/images/oc/course-down-arrow.svg) no-repeat 0 0;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all .35s;
  font-size: 14px;
  display: block;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

/* input:checked + .tab-label {
  background: #1a252f;
} */
input:checked + .onlinecourse-tablabel::after {
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.row {
  display: flex;
}
.course-qus-head {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}
/* Teachers */
.section-head {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.tch-block {
    border: 1px solid #ccc;
    margin: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .28);
}
.teach-top-sec .tch-bio {
    background: #ccc;
    padding: 10px;
    padding-top: 0px;
}
.tch-bio .tch-lt-thumb{
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      background: #fff;
      padding: 2px;
      box-shadow: 4px 5px 8px -3px rgba(0,0,0,.5);
}
.tch-lt-thumb img{
  width: 80px;
  height: 80px;
  border-radius: 50%;

}
.tch-bio .tch-rt-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: -20px;
    color: #000;
}
.teacher-list ul li{
  list-style-type: none;
  margin-bottom: 20px;
}
.thumb-block{
  display: inline-block;
position: relative;
top: 17px;
}
.tch-info {
    padding: 20px 10px 0px;
    font-size: 14px;
    color: #000;
}
.tch-info div {
    margin-bottom: 15px;
}
/* Syllabus */
.accordion {
  background-color: #fafbfc;
  color: #000000;
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  margin: 0px;
  border: none;
  text-align: left;
  font-weight: bold;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  box-shadow: 1px 2px 2px rgba(204, 204, 204, .5);
  position: relative;
  top: 4px;
}
.accordion.acti {box-shadow: none;box-shadow: 0px -1px 2px rgba(0, 0, 0, .28);}

/* .active, .accordion:hover {
  background-color: #ccc;
} */

.accordion:after {
  content: '';
  float: right;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(/common_dynamic/images/oc/course-plus-icon.svg) no-repeat 0 0;
}

.acti:after {
  background: url(/common_dynamic/images/oc/course-minus-icon.svg) no-repeat 0 0;
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .28);
}
.schedule-content {
  height: 0;
  /* padding: 0 1em; */
  color: #2c3e50;
  /* background: #edf1f3; */
  transition: all .35s;
  font-size: 14px;

}
input:checked ~ .schedule-content {
  height: auto;
  margin: 1em;
}
.sub-sub-rt {
   vertical-align: middle;
    color: #000;
    font-weight: 600;
    margin-left: 36px;
}
.sub-sub-lt {
     margin-right: 10px;
    vertical-align: middle;
    float: left;
}
.sub-sub-rt .live-class{
  font-weight: 900;
  color: red;
  text-transform: uppercase;
}
.sub-sub-rt .class-info{
  margin: 0px;
  padding: 0px;
}
.class-info span {
    margin-right: 10px;
    color: #807e7e;
    font-weight: normal;
}
.class-info span i {
    margin-right: 5px;
}
.classe-list ul li{
  list-style: none;
  margin: 5px 0px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
}
.classe-list ul li:last-child{
  border-bottom: none;
}
.sub-class-rt{
  vertical-align: middle;
  float: right;
  margin-top: -3px;
}
.sub-class-lt {
    vertical-align: middle;
    float: left;
    padding: 10px 0px;
    width: 475px;
}

.syllabus_calendar_icon {
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/common_dynamic/images/oc/calendar-icon.svg) no-repeat 0 0;
}

.unlock-btn{
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 10px 15px;
  padding-right: 0px;
}
.unlock-btn a{
  background: #11666d;
padding: 5px 30px;
color: #fff;
font-size: 16px;
border-radius: 5px;
display: block;
}
.coming_soon_btn{
  background: #11666d;
padding: 5px 30px;
color: #fff;
font-size: 16px;
border-radius: 5px;
display: block;
}
.classe-list {
    margin-bottom: 20px;
}
.class3{
  background: #ffffff;
}
.class2{
  background: #f3f3f3;
}
.class1{
  background: #ffffff;
}
.Schedule-head {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.classes {
    margin-bottom: 10px;
    /* border: 1px solid #e6e6e6; */
      border-radius: 3px;
}
/* Sign Up */
.course-account .accunt-lt{
  max-width: 640px;
  float: left;
  width: 100%;
  overflow: hidden;
  box-shadow: 1px 2px 2px rgba(204, 204, 204, .5);
}
.course-account .accunt-rt{
  width: 300px;
  float: right;
}
input[type=email],input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  background: #ffffff;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
  font-size: 14px;
  color: #a1a1a1;
  border-radius: 4px;
}
input[type=text]:focus, input[type=password]:focus {
  /* background-color: #ddd; */
  outline: none;
}
button {
  background-color: #0288d1;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.course-signup-container input{
  position: relative;
  z-index: auto;
  opacity: inherit;
}
.course-signup-container {
    background: #edf1f3;
    padding: 20px 35px 25px 35px;
    border: 1px solid #ccc;
}
.account-title{
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #000;
  margin-bottom: 30px;
}
.have-accunt{
  text-align: center;margin-top: 15px;
}
.have-accunt span{
  font-size: 14px;
}
.login-rt{
  margin-left: 12px;
}
.forgot-pass {
    float: right;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.online-course-icon{
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
}
.online-course-icon.down {
    background: url(/common_dynamic/images/oc/download.svg) no-repeat;
}
/* MyAccount */
.myacunt-profile {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.profile-thumb {
    width: 65px;
    height: 65px;
    text-align: center;
    display: block;
    margin: auto;
}
.profile-thumb img{
  width: 100%;
  display: block;
}
.prof-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.prof-email{
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.prof-chngpass a{
  font-size: 14px;
}
.course-buy-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, .5);
    border-radius: 0px 0px 10px 10px;
}
.course-buy-section .top-head{
  background: url(/common_dynamic/images/oc/myacc-bg.png) no-repeat top center;
  height: 63px;
  position: relative;
  background-position: right;
  border-radius: 10px 10px 0px 0px;
  background-size: cover;
  border-bottom: 1px solid #fc947e;

}
.top-head div{
  text-align: center;
      font-size: 20px;
      font-weight: 700;
      position: relative;
      top: 10px;
}
.course-detls-top ul li{
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
..course-detls-top ul li span{

}
.course-detls {
    padding: 15px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.normal-font li{
  font-weight: normal !important;
}
.course-detls-top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.buy-profile-course .price {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    margin: 10px;
    width: 45%;
    text-align: center;
}
.buy-profile-course .buy-button {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 45%;
}
.purchased-acc {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #808080;
    font-weight: 600;
}
.widget .top-head{
      height: 60px;
}
.widget .top-head div{
  top: 15px;
}
.widget .course-detls {
    background: #edf1f3;
}
.widget ul li{
  font-size: 12px;
}
.course-detls-top ul li div.details1 {
    /* width: 110px; */
    float: left;
    margin-left: 0;
    font-weight: 700;
}
.course-detls-top ul li div {
    margin-left: 130px;
    font-weight: normal;
}
.widget-payment .price{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.rt-row{
  margin-left: 150px!important;
}
.sub-icon{
  display: inline-block;
    width: 26px;
    /* height: 100px; */
    margin-right: 5px;
    margin-top: -2px;
}
.sub-icon img{
  width: 100%;
  display: block;
}
#email_exist,#confirm_error{
    font-size: 14px;
    color: red;
}
.error_msg {
    padding: 20px 10px 0px;
    font-size: 14px;
    color: red;
}
.success_msg {
    padding: 20px 10px 0px;
    font-size: 14px;
    color: green;
}
.textNormalBlack{
    padding: 20px 50px 0px;
    font-size: 15px;
}
.course-detls-top{
    border-bottom:0px;
}
.widget .top-head a{
    text-decoration: none;
    color: #000;
}
.os-main-menu{
    z-index: 999 !important;
}
.ds-overlay.active{
    position: relative;
}
.lightbox-videos-overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;z-index: 100000;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transition: .3s ease;transition: .3s ease;overflow: hidden;}
	.lightbox-videos-overlay.active {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	.lightbox-popup-videos-wrapper {position: fixed;top: 0;left: 0;right: 0;z-index: 1000001;display: none;width: 100%;height: 100%;overflow-y: scroll;overflow-x: hidden;}
	.lightbox-popup-videos-wrapper.active {display: block;}
	.lightbox-popup-videos-container {width: 1000px;margin: 0 auto;position: relative;padding: 40px 0;}
	.lightbox-popup-videos-close a {position: absolute;right: 10px;top: 10px;font-size: 16px;color: #fff;font-weight: 400;}
	.lightbox-popup-videos-close a i {display: inline-block;width: 30px;height: 30px;font-size: 20px;color: #000;background: #fff;border-radius: 50%;text-align: center;line-height: 30px;vertical-align: middle;}
	.lightbox-popup-videos-left {float: left;width: 640px;}
	.lightbox-popup-video-heading {position: relative;padding: 10px 135px 10px 0;font-size: 24px;color: #fff;font-weight: 600;}
	.lightbox-popup-videos-socialinks {position: absolute;right: 0;top: 15px;}
	.lightbox-popup-videos-socialinks a {margin: 0 4px;background: #fff;font-size: 20px;color: #000;border-radius: 50%;width: 30px;height: 30px;display: inline-block;text-align: center;line-height: 30px;}
	.lightbox-popup-videos-right {float: right;width: 320px;}
	.lightbox-popup-ad {background: #434343;width: 315px;padding: 10px;height:270px;display: none;}
	.lightbox-popup-clear {clear: both;}
	.lightbox-popup-morevideos {margin: 0 50px;position: relative;}
	.lightbox-popup-morevideos ul li {float: left;width: 215px;margin-right: 20px;}
	.lightbox-popup-video-thumbimg {position: relative;}
	.lightbox-popup-video-thumbimg img {display: block;}
	.lightbox-popup-video-title {font-size: 14px;color: #fff;padding: 10px 0;}
	.lightbox-popup-video-icon {position: absolute;display: block;bottom: 0px;left: 0;padding: 6px;font-size: 12px;padding-left: 30px;background: rgba(0, 0, 0, 0.5);color: #fff;vertical-align: middle;}
	.lightbox-popup-video-icon i {content: "";position: absolute;left: 5px;top: 0;bottom: 0;margin: auto;width: 20px;height: 20px;display: inline-block;background: url(https://www.oneindia.com/images/play-button-black.svg) no-repeat 0 0;}
	.lightbox-popup-morevideos .bx-wrapper .bx-controls .bx-controls-direction a {position: absolute; top: 30px;width: 33px;height: 75px;background: #e9e9e9;text-indent: -99999px;}
	.lightbox-popup-morevideos .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {left: -50px;border-radius: 0 5px 5px 0;}
	.lightbox-popup-morevideos .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {right: -50px;border-radius: 5px 0 0 5px;}

	.lightbox-popup-morevideos .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {content: "";position: absolute;top: 0;left: 10px;bottom: 0;margin: auto;width: 18px;height: 18px;border-right: solid 4px #606060;border-bottom: solid 4px #606060;-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);}
	.lightbox-popup-morevideos .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {content: "";position: absolute;top: 0;right: 10px;bottom: 0;margin: auto;width: 18px;height: 18px;border-right: solid 4px #606060;border-bottom: solid 4px #606060;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
  
  .top-vid {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.top-vid iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.course-lt {float: left;width: 640px;}
.course-rt {float: right;width: 300px;}
.course-mainheading {font-size: 24px;color: #000;padding-bottom: 10px;font-weight: 400;}
.courses-details-container:after {content: '';clear: both;display: table;}
.courses-details-content ul li {border-radius: 3px;float: left;width: 290px;margin-right: 25px;list-style-type: none;}
.courses-details-content ul li:nth-child(3n) {margin-right: 0;}
.new-course {
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 20px;
    color: #e61d1d;
    font-weight: bold;
}

.course-details-lt {float: left;}
.course-details-rt {margin-left: 45px;display: block;}
.course-details-list::after {content: '';clear: both;display: table;}
 .buy-course.sticky {position: fixed;top: 50px;width: 300px;margin-top: 0;}
 .course-includs .incl-list li {list-style-type: none;position: relative;}
.course-includs .incl-list li:before {background: url(/common_dynamic/images/oc/course-tick.svg) no-repeat 0 0;content: '';top: 8px;left: -20px;width: 15px;height: 15px;position: absolute;}

.course-other-outercontent {border: 1px solid #ccc;background: #edf1f3;border-radius: 5px;box-shadow: 2px 3px 5px #dedede;padding: 10px;max-width: 500px;margin: 0 auto;}
.course-other-heading {font-size: 24px;color: #333;padding-bottom: 10px;font-weight: bold;text-align: center;}
.course-other-subheading {font-size: 18px;color: #000;padding-bottom: 10px;font-weight: bold;}
.course-other-desc {font-size: 14px;color: #000;padding: 10px 0;}
.course-other-status {font-size: 14px;color: #000;padding-bottom: 10px;}
.course-other-status.sucess {color: #24c263;}
.course-other-status.failure {color: #f31d18;}
.course-other-link {font-size: 14px;color: #000;}
.course-other-link a {color: #0066cc;}
 .course-lt {float: left;width: 640px;}
.course-mainheading {font-size: 24px;color: #000;padding-bottom: 10px;font-weight: 400;}
.courses-details-container:after {content: '';clear: both;display: table;}
.courses-details-content ul li {border: 1px solid #d6d6d6;border-radius: 3px;float: left;width: 300px;margin-right: 35px;margin-bottom: 25px;list-style-type: none;border-radius: 10px;}
.courses-details-content ul li:nth-child(2n) {margin-right: 0;}
.course-card-topbg{background: url(/common_dynamic/images/oc/card-bg.png) no-repeat top center; position: relative; background-size: cover; height: 90px;border-radius: 10px 10px 0px 0px;}
.online-course-card {
    border-radius: 10px;
}

.course-class-title{
  position: relative;
  display: inline-block;
  top: 18px;
  left: 10px;

}
.course-class-title .clss-no{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.course-class-title span{
  display: block;
  color: #fff;
  font-size: 14px;
}
.clss-card-content{
    color: #333;
    padding: 10px;
    text-decoration: none;
}
.clss-card-content .clss-cont-head{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.clss-cont-subhead{
  font-size: 14px;
  margin-bottom: 15px;
}
.clss-validity-list ul li{
  border: none;
  border-radius: none;
  font-size: 14px;
  width: 100%;
  margin-right: 0px;
  position: relative;
  margin-bottom: 0px;
}
.clss-validity-list ul{
  padding-left: 20px;
}
.clss-validity-list li:before {
    background: url(/common_dynamic/images/oc/course-tick.svg) no-repeat 0 0;
    content: '';
    top: 2px;
    left: -20px;
    width: 15px;
    height: 15px;
    position: absolute;
}
.card-price {
    font-size: 24px;
    font-weight: 900;
    margin: 10px;
    text-align: center;
    color: #000;
}
.card-price span{
  font-weight: normal;
  margin-left: 20px;
  font-size: 14px;
  color: #808080;
}
.buy-course-button {font-size: 20px;width: 150px;margin: 0 auto;text-align: center;
  text-decoration: none;
  color: #fff;
  background: #1a73e8;
  border-radius: 10px;
  padding: 5px 30px;
  display: block;
  font-weight: 600;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.buy-course-button:hover {background: #0b5fcf;}
.courses-details-content ul li a { text-decoration: none !important; }

.coupen-input-field .enter-code{
width: 15em;
position: relative;
opacity: inherit;
z-index: auto;
padding: 10px 5px;
margin: 0px;
margin-right: 5px;
}
.copen-code{position: relative;}
.coupen-input-field{display: inline-block;vertical-align: middle;}
.coupen-button{display: inline-block;vertical-align: middle;}
.coupen-button .apply{  padding: 10px 12px;color: #000;border: 0px;font-size: 14px; background-color: #d3d4d4;}
.content{display: none; margin: 1em 5px;}
.copen-code a:hover{text-decoration: underline;}
.coupen-input-field input[aria-invalid='true'] {border: 3px solid red;}
.error {display: none;color: red;font-weight: bold;}.error p {margin: 0;}
.coupon-selection_arrow{height: 26px;position: absolute;top: 1px;left: 1px;width: 20px;}
.coupon-selection_arrow b{transform: rotate(-90deg); border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0;}
.expand {display: inline-block;vertical-align: middle;margin-left: 20px;margin-top: 5px;}
.coupen-invalid{color: red; font-size: 12px; font-weight: bold;}
.coupen-valid{color: green; font-size: 12px; font-weight: bold;}
.copen-code a.active .coupon-selection_arrow b {transform: rotate(0deg);}
.onlinecourse-tab input {width: auto;}
.sub-class-rt {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 480px;
      float: none;
}

.unlock-btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.unlock-btn a {
    background: #11666d;
    padding: 5px;
    color:#fff;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.unlock-btn a:hover {background: #23a3ae;}
.highlits-list ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -25px;
    width: 22px;
    height: 18px;
    background: url(/common_dynamic/images/oc/course-tick.svg) no-repeat 0 0;
}
.courses-slider-custompager {position: relative;}
#course-sliderpage {padding: 20px 30px;position: relative;}
#course-sliderpage:after {content: '';display: table;clear: both;}
#course-sliderpage ul li {list-style-type: none;width: 260px;float: left;margin-right: 40px;font-size: 16px;color: #000;font-weight: normal;}
#course-sliderpage ul li a.slidebox {border: 1px solid #dedede;padding: 10px;cursor: pointer;background: #fff;display: block;color: #000; min-height: 44px;}
#course-sliderpage ul li a.slidebox.active {border: 1px solid #11666d;background: #f6f7f7;}
#course-sliderpage .bx-controls-direction a {position: absolute;top: 35px;width: 30px;height: 30px;text-indent: -9999px;}
#course-sliderpage .bx-controls-direction a.bx-prev {left: 20px;}
#course-sliderpage .bx-controls-direction a.bx-next {right: 20px;}
#course-sliderpage  .bx-controls-direction a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-left: solid 6px #ddd;
    border-bottom: solid 6px#ddd;
}
#course-sliderpage  .bx-controls-direction a.bx-prev::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#course-sliderpage  .bx-controls-direction a.bx-next::before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.coupon_price{ display: none;}
.course-popup-overlay {position: fixed;z-index: 100000;background: rgba(0,0,0,0.8);left: 0;right: 0;top: 0;bottom: 0;}
.course-popup-wrapper {position: fixed;max-width: 400px;height: 150px;background: #fff;padding: 20px;border-radius: 10px;z-index: 1000000;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.course-popup-content {}
.course-popup-title {font-size: 18px;color: #11666d;padding: 5px;text-align: center;}
.course-popup-desc {font-size: 14px;color: #333;}
.course-popup-close {position: absolute;top: -5px;right: -5px;}
.course-download {
    padding: 5px 0;
    text-align: right;
}

.course-download a {
    padding: 5px 0;
    text-align: center;
    min-width: 200px;
    background: #69E781;
    font-size: 20px;
    color:#fff;
    display: inline-block;
    border-radius: 5px;text-decoration: none;
}

.course-download a:hover {background: #53e36f;}
.icon-download {width: 18px;height: 18px;display: inline-block;margin-right: 5px;vertical-align: middle;background: url(/common_dynamic/images/oc/icon-download.png) no-repeat 0 0;background-size: contain;}
.lang_bg{ background:#ccc !important; }
.lang-btns {text-align: right;padding: 5px;}

.lang-btns a{
    padding: 5px 0;
    text-align: center;
    min-width: 100px;
    background: #fff;
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;border: 1px solid  #ccc;margin-left: 5px;
}

.lang-btns a.active {
    background: #073756;border: 1px solid  #073756;
}

.course-faculty-slide {margin: 10px 0;}
.course-faculty-slide .bx-pager {text-align: center;}
.course-faculty-slide .bx-pager .bx-pager-item {display: inline-block;margin-top: 5px;}
.course-faculty-slide .bx-pager .bx-pager-item a {background: #ccc;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 3px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.course-faculty-slide .bx-pager .bx-pager-item a.active {background: #073756;}
/*
 * Homepage styles
 */

a { text-decoration: none !important; } 
.courses-tabs {
    background: #edf1f3;
}
.courses-tabs:after {
    content: '';
    clear: both;
    display: table;
}
.courses-tabs ul li.maintabs {
    float: left;
    list-style-type: none;
    position: relative;
}
.courses-tabs ul li.maintabs a {
    color: #8a8a8a;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}
.courses-tabs ul li.maintabs a.active {
    color: #000;
}
.courses-tabs-content {
    padding: 10px 0;
}
.course-subheading {
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
    font-weight: 600;
    padding-left: 5px;
}
.course-card-container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.course-card-container ul li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.course-card-container ul.cols-4 li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.course-card-container ul li a {
    display: block;
}
.course-card-content {
    border: 1px solid #b9beac;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .20);
}
.course-card-container ul li:hover .course-card-content {
    border: 1px solid #b9beac;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .40);
}
.course-card-thumbimg img {
    width: 100%;
    display: block;
}
.course-card-details {
    padding: 10px 15px;
    position: relative;
    height: 210px;
}
.course-card-title {
    font-size: 14px;
    color: #000;
    padding: 3px 0;
    font-weight: 400;
}
.course-card-title span {
    display: block;
    font-weight: 600;
}
.course-card-text {
    font-size: 14px;
    color: #000;
    padding: 8px 0;
    font-weight: 400;
}
.course-card-text span {
    font-weight: 600;
}
.course-card-price {
    font-size: 14px;
    color: #000;
    padding: 3px 0;
    font-weight: bold;
}
.course-card-price span{
    text-decoration: line-through;
    font-weight: 400;
}
.course-card-selling-price {
    font-size: 14px;
    color: #000;
    padding: 3px 0;
    font-weight: 600;
    font-style: italic;
}
.course-card-btn {
    position: absolute;
    bottom: 10px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.course-card-regbtn {
    background: #339933;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    transition: all .5s ease-in;
}
.course-card-container ul li:hover .course-card-regbtn {
    background: #5cc65c;
}
.course-materials-container {
    border: 1px solid #ee4607;
}
.course-materials-tabs {
    background: #f48c65;
}
.course-materials-tabs:after {
    content: '';
    clear: both;
    display: table;
}
.course-materials-tabs ul li {
    float: left;
    list-style-type: none;
}
.course-materials-tabs ul li a {
    padding: 8px 12px;
    background: #f48c65;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    display: block;
}
.course-materials-tabs ul li a:after {
    height: 100%;
    right: 0;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
}
.course-materials-tabs ul li a.active {
    background: #ee4607;
}
.course-materials-tabs ul li a.active:after,
.course-materials-tabs ul li:last-child a:after {
    width: 0;
}
.course-materials-content {
    padding: 5px;
    background: #fff;
}
.course-materials-details {
    margin-bottom: 15px;
}
.course-materials-title {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    color: #000;
    text-transform: uppercase;
}
.course-materials-lists ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.course-materials-lists ul li.mainlist {
    list-style-type: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}
.course-materials-lists ul li.mainlist:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}
.course-materials-subtitle {
    font-size: 17px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
    background: #fff;
}
.course-materials-subtitle a {
    color: #000;
}
.course-materials-subtitle sup {
    font-size: 10px;
}
.course-materials-links {
    margin-right: 10px;
}
.course-materials-links ul {
    padding-left: 20px;
}
.course-materials-links ul li {
    list-style-type: disc;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 3px 0;
    font-size: 14px;
    color: #000;
}
.course-materials-links ul li a {
    color: #000;
    text-decoration: none;
}
.course-materials-details.lang-en .course-materials-lists ul li.mainlist {
    background: #ffda8e;
}
.course-materials-details.lang-hi .course-materials-lists ul li.mainlist {
    background: #a6e784;
}
.course-tabs-data,
.course-material-data {
    display: none;
}
.course-material-tab2-block .course-materials-lists ul li.mainlist,
.course-material-tab3-block .course-materials-lists ul li.mainlist,
.course-material-tab4-block .course-materials-lists ul li.mainlist {
    list-style-type: none;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.course-card-slider {
    float: left;
    width: 480px;
    border: 1px solid #eeb0b0;
    position: relative;
    margin-left: 7px;
}
.course-upcominglist {
    float: right;
    width: 490px;
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
.course-card-container ul.cols-2 li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.course-card-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
}
.course-card-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
}
.course-card-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    border-radius: 50%;
    background: #e5e4e2;
}
.course-card-slider .bx-controls-direction a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-left: solid 3px #aeadac;
    border-bottom: solid 3px #aeadac;
}
.course-card-slider .bx-controls-direction a.bx-prev::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.course-card-slider .bx-controls-direction a.bx-next::before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 2px;
}
.course-card-thumbimg {
    position: relative;
    text-align: center;
}
.course-card-heading {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 46px;
    text-transform: uppercase;
}
.smallheading .course-card-heading {
    font-size: 26px;
    line-height: 30px;
}
.course-card-heading sup {
    font-size: 20px;
}
.course-card-subheading {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.courses-tabs {
    position: relative;
    z-index: 100000;
}
.courses-tabs ul li {
    position: relative;
    list-style-type: none;
}
.course-materials-lists ul li {
    list-style-type: none;
}
.course-level1-navigation ul li > a i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
    color: #000;
}
.course-level1-navigation ul li.hover > a i {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
}
.course-level1-navigation {
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
    background: #fff;
    z-index: 10000;
    font-size: 14px;
    color: #000;
    display: none;
}
.course-level1-navigation ul li.level1-tabs a {
    text-align: left;
    color: #000;
    font-weight: normal;
}
.course-level1-navigation ul li.level1-tabs a:hover {
    background: #25aacb;
}
.course-level1-navigation ul li.hover > a {
    background: #25aacb;
}
.course-level2-navigation {
    position: absolute;
    left: 250px;
    top: 0;
    width: 250px;
    background: #fff;
    z-index: 10000;
    font-size: 14px;
    color: #000;
    display: none;
}
.course-level3-navigation {
    position: absolute;
    left: 250px;
    top: 0;
    width: 250px;
    background: #fff;
    z-index: 10000;
    font-size: 14px;
    color: #000;
    display: none;
}
.courses-tabs ul li.hover > div {
    display: block;
}
.courses-tabs ul li.hover > a {
    font-weight: bold;
    color: #000;
}
.course-card-wrapper {
    position: relative;
}
.course-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
}
.course-card-wrapper.navoverlay .course-overlay {
    display: block;
}

.course-checkout-outercontent {border: 1px solid #d2d0d1;background: #edf1f4;border-radius: 5px;box-shadow: 2px 3px 5px #ededed;padding: 10px 20px;max-width: 1000px;margin: 0 auto;}
.course-checkout-heading {font-size: 30px;color: #333;padding-bottom: 10px;font-weight: normal;text-align: center;text-transform: uppercase;}
.course-checkout-subheading {font-size: 24px;color: #000;padding-bottom: 10px;font-weight: normal;text-align: center;}
.course-checkout-price {font-size: 30px;font-weight: 900;margin: 20px;text-align: center;}
.course-checkout-price span {font-weight: normal;margin-left: 20px;font-size: 20px;color: #808080;}
.course-checkout-block {background: #f8f9fb;border-radius: 2px;padding: 15px;}

.course-checkout-paymentext {font-size: 18px;color: #000;font-weight: normal;padding-bottom: 10px;}
.course-checkout-payment-method:after {content: '';clear: both;display: table;}
.course-checkout-payment-option {float: left;margin: 5px 20px;}
.course-checkout-payment-option ul li {list-style-type: none;display: inline-block;margin-right: 30px;}
.course-checkout-payment-option img {max-width: 150px;vertical-align: middle;}

.temp-checkbox {background: #eae8e9;border: 1px solid #bbb9ba;border-radius: 5px;z-index: 10;width: 32px;height: 32px;display: inline-block;margin-right: 15px;vertical-align: middle;position: relative;}
.chkd .temp-checkbox {background: #0288d1;border: 1px solid #0288d1;}
.temp-checkbox::after {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border-color: -moz-use-text-color -moz-use-text-color #fff #fff;border-image: none;border-style: none none solid solid;border-width: medium medium 3px 3px;content: "";height: 10px;left: 6px;opacity: 1;position: absolute;top: 8px;transform: rotate(-50deg);width: 20px;border-color: #eae8e9;}

.course-checkout-couponcode {float: left;border-radius: 5px;border: 1px solid #d2d0d1;background: #fff;height: 46px;width: 420px;}
.course-checkout-couponcode input.enter-code {float: left; width: 240px;border: 0 none;padding: 12px 10px 5px 10px;font-size: 14px;color: #000;margin: 0;opacity: 1;z-index: 1;box-shadow: none;}
.course-checkout-couponcode button.apply-code {float: right;width: 100px;background: #819bb4;border-radius: 0 5px 5px 0;margin: 0;padding: 0 20px;line-height: 45px;}

.course-checkout-button {margin: 10px auto 0 auto;text-align: center;padding: 10px;max-width: 250px;}
.course-checkout-button button {font-size: 24px;text-decoration: none;color:#fff;background:#1a73e8;border-radius: 5px;padding: 15px 10px;display: block;font-weight: normal;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}

/* Online Course Home page Search */
.courses-search-wrap {background: #3d3d3d;padding: 8px 60px;margin: 5px 0;}
.courses-search-headtext {color: #d9d9d9;text-transform: uppercase;font-weight: bold;float: left;margin-right: 20px;font-size: 18px;margin-top: 8px;}
.leftside {float: left;margin-right: 20px;}
.rightside {float: left;}
.courses-search-selectgroup {width: 235px;}
.dropdown-box {position: relative;}
.dropdown-box {position: relative;}
.dropdown-box.active .dropdown-list {max-height: 237px;}
.dropdown-list li {padding: 1px;}
.dropdown-list li a {display: block;text-decoration: none;font-size: 14px;color: #000;font-weight: normal;padding: 5px;background: #fff;}
.dropdown-list {overflow-y: auto;position: absolute;top: 95%;left: 0px;right: 0;background: #fff;list-style: none;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-ms-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;max-height: 0;z-index: 99 !important;overflow-x: hidden;box-sizing: border-box;border: 1px solid #e84c24;}
.courses-search-selval {background: #e84c24;border: 1px solid #e84c24;padding: 8px 10px;position: relative;font-size: 16px;color: #f8dbd7;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-transform: uppercase;border-radius: 3px;}
.courses-search-selval i {position: absolute;right: 8px;top: 12px;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-ms-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;width: 14px;height: 14px;background: url(/common_dynamic/images/oc/selval-arrow.svg) no-repeat 0 0;}
.dropdown-box.active .courses-search-selval i {transform: rotate(180deg);}
input.courses-search-searchbox {padding: 8px;font-size: 14px;color: #666;font-family: Arial, Helvetica, sans-serif;width: 100%;box-sizing: border-box;border: 1px solid #ddd;z-index: 1;opacity: 1;position: relative;margin: 0;box-shadow: inherit;}
.courses-search-searchbox-wrap {margin: 2px;}
.disabled {pointer-events: none;opacity: 0.4;}

/***************************** Packages ****************************/
.dl-course-package-section {padding: 2px;}
.dl-mainheading {font-size: 24px;color: #000;padding-bottom: 10px;font-weight: normal;}
.dl-maindescription {font-size: 14px;color: #000;font-weight: normal;padding-bottom: 20px;}

.dl-package-container {background: #e7eaf1;margin: 10px;padding: 30px;}

.dl-package-container ul li {list-style-type: none;float: left;width: 49%;background: #fff;border-radius: 15px;position: relative;margin-bottom: 30px;overflow: hidden;height: 175px;box-shadow: 0 2px 8px #cdcdcd;}
.dl-package-container ul li:nth-child(2n) {float: right;}
.dl-package-container ul li:hover {box-shadow: 0 2px 8px #aaa;}


.dl-package-content {padding: 10px 160px 15px 15px;position: relative;}
.dl-package-container ul li .dl-package-content:before {position: absolute;right: 0;top: 0;height: 100%;bottom: 0;width: 150px;content: '';}
.dl-package-container ul li.package-bg1 .dl-package-content:before {background: url(/common_dynamic/images/package/course-package-img-1.png) no-repeat right top;background-size: cover;height: 175px;}
.dl-package-container ul li.package-bg2 .dl-package-content:before {background: url(/common_dynamic/images/package/course-package-img-2.png) no-repeat right top;background-size: cover;height: 175px;}
.dl-package-container ul li.package-bg3 .dl-package-content:before {background: url(/common_dynamic/images/package/course-package-img-3.png) no-repeat right top;background-size: cover;height: 175px;}
.dl-package-container ul li.package-bg4 .dl-package-content:before {background: url(/common_dynamic/images/package/course-package-img-4.png) no-repeat right top;background-size: cover;height: 175px;}
.dl-package-container ul li a {text-decoration: none;display: block;}


.dl-package-class-title {font-size: 30px;font-weight: bold;color: #d8552a;padding-bottom: 4px;text-transform: uppercase;}
.dl-package-class-title sup {font-size: 20px;}
.dl-package-class-subtitle {font-size: 14px;color: #434444;font-weight: normal;padding-bottom: 10px;text-transform: uppercase;}
.dl-package-class-desc {font-size: 14px;color: #434444;font-weight: normal;padding-bottom: 5px;}

.dl-package-class-price {float: left;font-size: 18px;color: #434444;font-weight: bold;}
.dl-package-class-price span {font-size: 16px;color: #727272;text-decoration: line-through;display: inline-block;margin: 0 5px;font-weight: normal;}
.dl-package-more {float: right;font-size: 14px;margin-right: 20px;}
.dl-package-more span {display: inline-block;color: #fff;background: #d8552a;padding: 3px 20px;border-radius: 15px;font-weight: 600;transition: transform .2s;}
.dl-package-container ul li:hover .dl-package-more span {transform: scale(1.2);}
.online-course-container {
    width: 1000px;
    margin: 0 auto;
}

.dl-buypackage-container {margin: 0 auto 20px auto;max-width: 480px;background: #fff;border-radius: 10px;position: relative;box-shadow: 0 2px 8px #cdcdcd;}

.dl-buypackage-header {background: #e6eaf0;border-radius: 10px 10px 0 0;overflow: hidden;height: 150px;position: relative;}
.dl-buypackage-content {padding: 20px;background: #fff;border-radius: 0 0 10px 10px;}
.dl-buypackage-header .dl-package-class-subtitle {font-size: 20px;font-weight: 600;}
.dl-buypackage-header-content {padding: 20px 140px 20px 20px;}

.dl-buypackage-header:before {position: absolute;right: 0;top: 0;height: 100%;bottom: 0;width: 150px;content: '';}
.dl-buypackage-header.package-bg1:before {background: url(/common_dynamic/images/package/course-package-img-1.png) no-repeat right top;background-size: cover;}
.dl-buypackage-header.package-bg2:before {background: url(/common_dynamic/images/package/course-package-img-2.png) no-repeat right top;background-size: cover;}
.dl-buypackage-header.package-bg3:before {background: url(/common_dynamic/images/package/course-package-img-3.png) no-repeat right top;background-size: cover;}
.dl-buypackage-header.package-bg4:before {background: url(/common_dynamic/images/package/course-package-img-4.png) no-repeat right top;background-size: cover;}


.dl-buypackage-lists {}
.dl-buypackage-lists ul {padding-left: 25px;}
.dl-buypackage-lists ul li {list-style-type: none;position: relative;font-size: 14px;color: #434444;padding: 8px 0;font-weight: 600;}
.dl-buypackage-lists ul li:before {background: url(/common_dynamic/images/course-tick.svg) no-repeat 0 0;content: '';top: 10px;left: -25px;width: 18px;height: 18px;position: absolute;}


.dl-buypackage-priceblock {font-size: 26px;color: #434444;font-weight: bold;padding: 20px 0;}
.dl-buypackage-priceblock span {font-size: 20px;color: #727272;font-weight: normal;text-decoration: line-through;margin-right: 20px;display: inline-block;vertical-align: middle;}


.dl-buypackage-form {padding: 20px 0 0 0;}
.dl-buypackage-coupen-input-field {display: block;vertical-align: middle;float: left;width: 50%;margin-right: 25px;}
.dl-buypackage-coupen-input-field .enter-code {width: 100%;position: relative;opacity: inherit;z-index: auto;padding: 10px 5px;margin: 0px;margin-right: 0;margin-top: 0;color: #909090;font-size: 14px;background: #fff;border: 1px solid #cdcecf;box-shadow: 0 2px 3px #e9e9e9;border-radius: 5px;}
.dl-buypackage-coupen-button {display: inline-block;vertical-align: middle;margin-top: 0;}
.dl-buypackage-coupen-button .apply {padding: 10px 25px;color: #000;border: 0px;font-size: 14px;background-color: #c3c3c3;margin: 0;min-width: 100px;border-radius: 5px;font-weight: bold;cursor: pointer;}
.dl-buypackage-btn {background-color: #d8552a;color: #fff;transition: all .2s ease;padding: 10px 10px;border: none;border-radius: 4px;cursor: pointer;width: auto;margin: 0 auto;min-width: 200px;font-weight: bold; opacity: 1;position: relative;z-index: 1;text-align: center;font-size: 18px;}