
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");



/* for all mobile */
@media only screen and (max-width: 992px) {

  .modal-dialog {
      max-width: 100% !important;
    }


}


/* for all tops */
@media only screen and (min-width: 993px) {

  .modal-dialog {
      max-width: 900px !important;
      margin: 1.75rem auto;
      min-height: 700px;
  }

}


/* for mobile phones only */
@media only screen and (max-width: 415px) {




}

/* for tablets only */
@media only screen and (min-width: 416px) and (max-width: 992px) {



}


/* for notebooks */
@media only screen and (min-width: 993px) and (max-width: 1200px) {


}


/* for desktop narrow */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {


}



/* for desktop wide devices */
@media only screen and (min-width: 1401px) {


}




/* Author CSS */
html {
  height: 100%;
}


/* ============ typography =============== */


p, h1, h2, h3, h4, h5, h6, html, td, a, body {
  color: #38393e;
  font-family: 'Poppins', sans-serif !important;
}
p.response {
    font-size:12px !important;
    color:red !important;
}


a.underline {
  text-decoration:  underline;
}

a.italic {
  text-decoration: italic;
}

a.bold {
  font-weight: bold;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 2rem;
    margin-bottom: 0.3rem;
    word-spacing: 5px;
    color: #38393e;
    text-transform: capitalize;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.7rem;
    margin: 1rem 1rem;
    color: #38393e;
    text-transform: capitalize;

}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.4rem;
    margin-bottom: 0.3rem;
    color: #38393e;
    text-transform: none;
}

h4 {
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
    margin-top: 1.3rem;
    color: #38393e;
    text-transform: capitalize;
}

h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #38393e;
    margin: 20px 0;
}

h6 {
    font-size: 14px;
    color: #38393e;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 20px 0;
    text-transform: none !important;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    color: #38393e !important;
}

.small18 {
    font-weight: 400 !important;
    line-height: 25px !important;
    font-size: 18px !important;
}

.small16 {
    font-weight: 500 !important;
    line-height: 16px !important;
    font-size: 14px !important;
}

.small14 {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

.italic {
    font-style: italic;
}

.white {
    color: white !important;
}

.black {
    color: black !important;
}

.line-through {
    text-decoration: line-through;
    font-weight: bold;
}

.red-bold {
    color: red;
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.upper-spacer {
    height: 80px;
}

.mid-spacer {
    height: 50px;
}

.line-spacer {
    height: 30px;
}

.lower-spacer {
    height: 80px;
}

.object-center {
    margin: auto;
    width: 50%;
}
.text-center {
    text-align: center;
}

.light-grey-bg {
    background: #eaeaea !important
}

.black-bg {
    background: black !important;
}

.white-bg {
    background: white !important;
}

.margin-zero {
    margin: 0 !important;
}

.padding-zero {
    padding: 0 !important;
}

.float-right {
    float: right;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li,
li span {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #38393e !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

input:focus,
textarea:focus,
select:focus,
button:focus,
video:focus,
.slick-slide {
  outline: none; }

button {
  cursor: pointer; }

img {
  width: 100%;
  height: auto;
  display: block; }




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.drg-logo {
  width: 227px;
}

#header.header-transparent {
    background: #30393e;
}
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
}

#header.container {
  width: 100%;
}

#header .slide-menu-lhs {
  width: 90px;
  height: 50px;
  float: left;
  padding: 15px 20px;
}

#header .logo-middle {
  width: auto;
  height: 50px;
  float: left;
  padding: 11px;
  text-align: center;
}

#header .logo-middle img {
  margin: 0 auto;
}

#header .timer-rhs {
  width: 90px;
  height: 50px;
  float: right;
  padding: 15px 20px;
}

#header i {
    font-size:20px;
}


/* ========== old stuff ========= */

.navbar a#login-btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 28px;
    border-radius: 16px;
    transition: 0.5s;
    margin: 18px;
    border: 0px solid #fff;
    color: #fff;
    background: #fad81e !important;
}

.default-btn {
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px;
    border: 0px solid #fff;
    color: #fff;
    background: #bd0f1b !important;
}

.template-button {
    border-radius: 40px !important;
}

.breadcrumb-section {
    background: #ffffff !important;
}

.align-middle {
  display: flex;
    align-items: center;
}

header .link-icons a {
    position: relative;
    text-decoration: none;
    color: #394352;
    padding: 0 10px;
}

header .link-icons a i {
    font-size: 18px;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

a:hover {
    color: #fad81e !important;
}

header .link-icons a span {
    display: inline-block;
    text-align: center;
    background-color: #63748e;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 2px;
}


#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 0px !important;
  /*box-shadow: 10px 16px 13px -7px rgba(0,0,0,0.15);
  -webkit-box-shadow: 10px 16px 13px -7px rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 16px 13px -7px rgba(0,0,0,0.15);*/
}

#header.header-transparent {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  height: 60px;
  transition: all 0.5s;
  z-index: 1;
}

#header #logo h1 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

main {
    margin-top: 60px;
}

.content-wrapper {
    padding-top: 80px;
}

#logo img.drg-logo {
  width: 50px;
}

#header.header-transparent {
    background: #30393e;
}

#header {
    height: 50px;
    transition: all 0.5s;
    z-index: 99999;
    background:#fff;
}




/* ============ Preloader ================ */
.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.preloader-inner .cancel-preloader a {
    background-color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    color: #fad81e;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
    background-color: #fad81e;
    color: #ffffff;
}

.spinner {
    /* width: 70px; */
    text-align: center;
}

.spinner > div {
    width: 15px;
    height: 15px;
    background-color: #fad81e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0); }
    40% {
    -webkit-transform: scale(1); }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
    40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
}


/* ================ Buttons ===================== */
.template-button {
    color: #ffffff;
    background-color: #fad81e;
    padding: 12px 24px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}
.template-button:hover {
    color: #fad81e;
    background-color: transparent;
    border: 1px solid #fad81e;
}
.template-button i {
    margin-left: 5px;
}

#template-button-2,
.template-button-2 {
    color: #ffffff;
    background-color: #fad81e;
    padding: 12px 24px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fad81e;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

#template-button-2:hover,
.template-button-2:hover {
    color: #ffffff;
    background-color: #fad81e;
    border: 1px solid transparent;
}

.template-button.margin-left-10.padding-top {
    margin-top: 10px;
}

.buttons.totals {
    padding-top: 40px;
}

.coupon-button {
    color: #ffffff;
    background-color: #fad81e;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
}


[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}

input,
textarea {
    padding: 12px 24px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}


/* =========== Form ====================== */
.header-search form {
  position: relative;
  width: 100%; }
  @media (max-width: 575.98px) {
    .header-search form {
      width: 100%; } }
  .header-search form input {
    padding: 12px 80px 12px 24px;
    border: 1px solid #fad81e;
    border-radius: 10px;
    width: 100%; }
  .header-search form button {
    color: #ffffff;
    background-color: #fad81e;
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 5px; }


/* Accordion */
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
  width: 100%;}
  .accordion-wrapper .card + .card {
    margin-top: 20px; }
  .accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none; }
    .accordion-wrapper .card .card-header a {
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.15;
      font-family: "Poppins", sans-serif;
      background-color: transparent;
      color: #374a5e;
      border: 0px solid #eaeaea;
      border-radius: 5px;
      padding: 0px 0px;
      cursor: pointer;
      position: relative;
      text-transform: capitalize; }
      .accordion-wrapper .card .card-header a span {
        position: absolute;
        top: 15px;
        right: 60px;
        font-size: 14px;
        font-weight: 400; }
        @media (max-width: 575.98px) {
          .accordion-wrapper .card .card-header a span {
            display: none; } }
      .accordion-wrapper .card .card-header a:after {
        position: absolute;
        right: 24px;
        top: 15px;
        content: "\f106";
        font-family: "fontawesome";
        font-weight: 700; }
      .accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
        content: "\f107"; }
      .accordion-wrapper .card .card-header a[aria-expanded="true"] {
        color: #374a5e;
        border: 0px solid #eaeaea;
        background: transparent; }
  .accordion-wrapper .card .card-body {
    background-color: transparent;
    padding: 15px 24px 0;
    border: 0px solid transparent; }
    .accordion-wrapper .card .card-body .single-course-video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 10px 0; }
      .accordion-wrapper .card .card-body .single-course-video span,
      .accordion-wrapper .card .card-body .single-course-video a {
        font-size: 14px;
        text-transform: capitalize;
        color: #374a5e; }
        .accordion-wrapper .card .card-body .single-course-video span i,
        .accordion-wrapper .card .card-body .single-course-video a i {
          color: #fad81e;
          margin-right: 10px; }
      .accordion-wrapper .card .card-body .single-course-video .locked a {
        font-size: 12px;
        padding: 5px 10px;
        background-color: #b7feaf;
        border-radius: 20px; }
        .accordion-wrapper .card .card-body .single-course-video .locked a:hover {
          color: #374a5e; }



/* =================== Theme Default ==================== */
.section-title {
  margin-bottom: 50px; }
  .section-title h2 span {
    color: #fad81e; }

.template-icon {
  font-size: 50px;
  line-height: 0; }
  .template-icon.green-icon {
    color: #fad81e; }
  .template-icon.yellow-icon {
    color: #edba0a; }
  .template-icon.blue-icon {
    color: #7347f2; }

.gradient-bg {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 190, 70, 0.1)), to(#ffffff));
  background-image: -webkit-linear-gradient(rgba(80, 190, 70, 0.1), #ffffff);
  background-image: -o-linear-gradient(rgba(80, 190, 70, 0.1), #ffffff);
  background-image: linear-gradient(rgba(80, 190, 70, 0.1), #ffffff); }

.item-bounce {
  -webkit-animation: bounce 4s infinite ease-in-out;
  animation: bounce 4s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 5s infinite ease-in-out;
  animation: zooming 5s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 190, 70, 0.2), 0 0 0 10px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.2);
    box-shadow: 0 0 0 0 rgba(80, 190, 70, 0.2), 0 0 0 10px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.1), 0 0 0 40px rgba(80, 190, 70, 0);
    box-shadow: 0 0 0 20px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.1), 0 0 0 40px rgba(80, 190, 70, 0); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 190, 70, 0.2), 0 0 0 10px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.2);
    box-shadow: 0 0 0 0 rgba(80, 190, 70, 0.2), 0 0 0 10px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.1), 0 0 0 40px rgba(80, 190, 70, 0);
    box-shadow: 0 0 0 20px rgba(80, 190, 70, 0.2), 0 0 0 20px rgba(80, 190, 70, 0.1), 0 0 0 40px rgba(80, 190, 70, 0); } }

.item-rotate {
  -webkit-animation: rotate 20s normal linear infinite;
  animation: rotate 20s normal linear infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }

.item-moveOne {
  -webkit-animation: moveOne 15s infinite ease-in-out;
  animation: moveOne 15s infinite ease-in-out; }

@-webkit-keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-moveTwo {
  -webkit-animation: moveTwo 15s infinite ease-in-out;
  animation: moveTwo 15s infinite ease-in-out; }

@-webkit-keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-105 {
  padding-top: 105px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-115 {
  padding-top: 115px; }

.padding-top-120 {
  padding-top: 120px; }

  .padding-top-150 {
  padding-top: 150px; }

  .padding-top-170 {
  padding-top: 170px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-140 {
  padding-bottom: 140px; }

.padding-bottom-170 {
  padding-bottom: 170px; }

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.padding-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-right-70 {
  margin-right: 70px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-right-90 {
  margin-right: 90px; }

.margin-right-100 {
  margin-right: 100px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-left-70 {
  margin-left: 70px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-left-90 {
  margin-left: 90px; }

.margin-left-100 {
  margin-left: 100px; }

.margin-10 {
  margin: 10px 0; }

.margin-20 {
  margin: 10px 0; }

.margin-30 {
  margin: 10px 0; }

.margin-40 {
  margin: 10px 0; }

.margin-50 {
  margin: 10px 0; }

.margin-60 {
  margin: 10px 0; }

.margin-70 {
  margin: 10px 0; }

.margin-80 {
  margin: 10px 0; }

.margin-90 {
  margin: 10px 0; }

.margin-100 {
  margin: 10px 0; }



/* Course Page */
.course-page-content .header-search {
  float: right; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .course-page-content .header-search {
      display: none; } }
  @media (max-width: 575.98px) {
    .course-page-content .header-search {
      display: none; } }

.course-tab li {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 4px 20px 4px 0; }
  .course-tab li.active {
    color: #fad81e; }

.course-single-item {
  background-color: #effefb;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px; }
  .course-single-item.diffrent-bg {
    background-color: #fffcf6; }
  .course-single-item:hover {
    -webkit-box-shadow: 0 20px 40px #eaeaea;
    box-shadow: 0 20px 40px #eaeaea; }
    .course-single-item:hover .course-image .course-video-part {
      opacity: 1;
      visibility: visible; }
  .course-single-item .course-image {
    position: relative; }
    .course-single-item .course-image .course-video-part {
      position: absolute;
      bottom: -10px;
      right: 10px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .course-single-item .course-image .course-video-part .video-play-button i {
        color: #ffffff;
        background-color: #fad81e;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%; }
  .course-single-item .course-content {
    padding: 30px 10px 30px 0; }
    .course-single-item .course-content h4 a {
      color: #2a435d;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .course-single-item .course-content h4 a:hover {
        color: #fad81e; }
  .course-single-item .cotent-bottom {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .course-single-item .cotent-bottom .content-right li {
      display: inline; }
      .course-single-item .cotent-bottom .content-right li a {
        display: inline-block;
        font-size: 14px;
        color: #edba0a; }


/* Course Video Page */
.header-section-backend {
  background-color: #2a435d;
  padding: 0 60px; }
  @media (min-width: 1200px) and (max-width: 1439.98px) {
    .header-section-backend {
      padding: 0 30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header-section-backend {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header-section-backend {
      text-align: center;
      padding: 0 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .header-section-backend {
      text-align: center;
      padding: 0 20px; } }
  @media (max-width: 575.98px) {
    .header-section-backend {
      text-align: center;
      padding: 0 20px; } }
  .header-section-backend .main-header {
    position: relative; }
    .header-section-backend .main-header:before {
      content: '';
      position: absolute;
      top: 0;
      left: 230px;
      width: 1px;
      height: 100%;
      background-color: #ffffff; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .header-section-backend .main-header:before {
          width: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .header-section-backend .main-header:before {
          width: 0; } }
      @media (max-width: 575.98px) {
        .header-section-backend .main-header:before {
          width: 0; } }
  .header-section-backend .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-section-backend .header-left {
        display: inherit; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .header-section-backend .header-left {
        display: inherit; } }
    @media (max-width: 575.98px) {
      .header-section-backend .header-left {
        display: inherit; } }
    .header-section-backend .header-left .header-logo {
      margin-right: 100px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .header-section-backend .header-left .header-logo {
          margin-right: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .header-section-backend .header-left .header-logo {
          margin-right: 0; } }
      @media (max-width: 575.98px) {
        .header-section-backend .header-left .header-logo {
          margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-section-backend .header-left .header-title {
        margin: 10px 0 20px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .header-section-backend .header-left .header-title {
        margin: 10px 0 20px; } }
    @media (max-width: 575.98px) {
      .header-section-backend .header-left .header-title {
        margin: 10px 0 20px; } }
    .header-section-backend .header-left .header-title h5 {
      color: #ffffff; }
  .header-section-backend .header-backend-buttons {
    float: right; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-section-backend .header-backend-buttons {
        float: none;
        text-align: center; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .header-section-backend .header-backend-buttons {
        float: none;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .header-section-backend .header-backend-buttons {
        float: none;
        text-align: center; } }
    .header-section-backend .header-backend-buttons a {
      margin-left: 20px; }
    .header-section-backend .header-backend-buttons .template-button-2 {
      color: #ffffff; }
    .header-section-backend .header-backend-buttons .template-button:hover {
      color: #ffffff; }

.course-video-section .course-video-part video {
  width: 100%; }

.course-video-section .video-playlist-sidebar {
  padding: 60px 40px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .course-video-section .video-playlist-sidebar {
      padding: 40px 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .course-video-section .video-playlist-sidebar {
      padding: 40px 20px; } }
  @media (max-width: 575.98px) {
    .course-video-section .video-playlist-sidebar {
      padding: 40px 20px; } }

.course-video-tab {
  padding-left: 0px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .course-video-tab {
      padding: 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .course-video-tab {
      padding: 0px 5px 0 0; } }
  @media (max-width: 575.98px) {
    .course-video-tab {
      padding: 0px; } }
  .course-video-tab .hr-line {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }
  .course-video-tab .tab .hr-line {
    margin-bottom: 10px; }
  .course-video-tab .tab ul {
    margin-bottom: 30px; }
    .course-video-tab .tab ul li {
      font-size: 14px;
      font-weight: 500;
      text-transform: capitalize;
      color: #374a5e;
      background-color: transparent;
      display: inline-block;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-right: 20px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 4px;
    border-bottom: 4px solid #fff;
 }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .course-video-tab .tab ul li {
          margin-right: 10px; } }
      @media (max-width: 575.98px) {
        .course-video-tab .tab ul li {
          margin-right: 10px;
          margin-bottom: 10px; } }
      .course-video-tab .tab ul li.active {
        color: #374a5e;
        background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: white;
    border-bottom: 4px solid #38393e; }
  .course-video-tab .tab-content .lost {
    display: none; }
  .course-video-tab .tab-content .active {
    display: block;
    -webkit-animation: .5s .1s fadeIn;
    animation: .5s .1s fadeIn; }
  .course-video-tab .tab-content .overview-content .single-list {
    margin: 5px 0;
    display: block; }
    .course-video-tab .tab-content .overview-content .single-list i {
      font-size: 14px;
      margin-right: 5px; }
  .course-video-tab .tab-content .overview-content .uppercase-font {
    display: block;
    margin-top: 20px;
    text-transform: capitalize; }
  .course-video-tab .tab-content .overview-content .caret-list {
    margin-top: 20px; }
    .course-video-tab .tab-content .overview-content .caret-list li {
      margin: 5px 0; }
      .course-video-tab .tab-content .overview-content .caret-list li i {
        margin-right: 5px; }
  .course-video-tab .tab-content .q-a-content .header-search form {
    width: 100%; }
  .course-video-tab .tab-content .q-a-content .hr-line {
    margin-top: 20px; }
  .course-video-tab .tab-content .q-a-content .single-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #eaeaea; }
    .course-video-tab .tab-content .q-a-content .single-question .question-image {
      margin-right: 20px; }
      .course-video-tab .tab-content .q-a-content .single-question .question-image img {
        width: 50px;
        height: 50px;
        border-radius: 10px; }
    .course-video-tab .tab-content .q-a-content .single-question .content-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .course-video-tab .tab-content .q-a-content .single-question .content-bottom a {
        color: #374a5e;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .course-video-tab .tab-content .q-a-content .single-question .content-bottom a:hover {
          color: #fad81e; }
  .course-video-tab .tab-content .note-content {
    text-align: center; }
    .course-video-tab .tab-content .note-content .header-search form {
      width: 100%; }
    .course-video-tab .tab-content .note-content span {
      display: inline-block;
      margin-top: 30px; }
  .course-video-tab .tab-content .announcement-content .announcement-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .course-video-tab .tab-content .announcement-content .announcement-top .top-image {
      margin-right: 10px; }
      .course-video-tab .tab-content .announcement-content .announcement-top .top-image img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    .course-video-tab .tab-content .announcement-content .announcement-top span {
      text-transform: capitalize; }
  .course-video-tab .tab-content .announcement-content .announcement-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .course-video-tab .tab-content .announcement-content .announcement-comment .comment-image {
      margin-right: 10px; }
      .course-video-tab .tab-content .announcement-content .announcement-comment .comment-image img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    .course-video-tab .tab-content .announcement-content .announcement-comment .comment-box input {
      width: 600px;
      padding: 10px 20px;
      border: 1px solid transparent;
      background-color: rgba(234, 234, 234, 0.5); }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .course-video-tab .tab-content .announcement-content .announcement-comment .comment-box input {
          width: 400px; } }
      @media (max-width: 575.98px) {
        .course-video-tab .tab-content .announcement-content .announcement-comment .comment-box input {
          width: 200px; } }

.course-video-section .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  /*

.tab-content.modal-body.popup {
    max-height: 600px;
    overflow-y: scroll;
}

.modal-body {
  padding: 0 .3rem !important;
}



.col-lg-12.order-lg {
  padding: 0 0 !important;
}

.tab-content.modal-body.content-area {
  padding:  1.5rem 1rem 0 1rem !important;
}

.tab-content.modal-body.course-book {
  padding:  0 !important;
}

.lesson-detail-container ol,
.lesson-detail-container ul {
  margin: 0 20px !important;
}

.lesson-detail-container a {
  font-size:  14px;
  line-height: 16px;
  text-decoration: underline;
}


/* 404 Page */
.page-404 img {
  max-width: 600px;
  height: auto;
  margin: auto; }

/* times */
#header .circleChart_canvas {
    width: 40px !important;
    height: 40px !important;
}





/* =========== login page =============== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .login-section .login-image img {
    display: none; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .login-section .login-image img {
    display: none; } }

@media (max-width: 575.98px) {
  .login-section .login-image img {
    display: none; } }

.login-section .login-form h3 span {
  color: #fad81e; }

.login-section .login-form .google-button {
  margin-top: 30px; }
  .login-section .login-form .google-button .template-button {
    text-align: center;
    width: 100%; }
    .login-section .login-form .google-button .template-button i {
      margin-right: 5px; }

.login-section .login-form span.separator {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  z-index: 1; }
  .login-section .login-form span.separator:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    z-index: -1; }
  .login-section .login-form span.separator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: -1; }

.login-section .login-form .login-tab {
  margin-top: 20px; }
  .login-section .login-form .login-tab li {
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 575.98px) {
      .login-section .login-form .login-tab li {
        margin-right: 10px; } }
  .login-section .login-form .login-tab .active .template-button-2 {
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #fad81e; }

.login-section .login-form .checkbox-forgotpass-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .login-section .login-form .checkbox-forgotpass-area .checkbox-part input {
    border: 1px solid #fad81e;
    margin-right: 5px; }
  .login-section .login-form .checkbox-forgotpass-area .checkbox-part label {
    color: #fad81e;
    text-transform: capitalize;
    cursor: pointer; }
  .login-section .login-form .checkbox-forgotpass-area .forgotpass-part a {
    color: #38393e;
    text-transform: capitalize;
    text-decoration: underline; }
    .login-section .login-form .checkbox-forgotpass-area .forgotpass-part a:hover {
      text-decoration: underline; }

.login-section .login-form .tab-content .lost {
  display: none; }

.login-section .login-form .tab-content .active {
  display: block;
  -webkit-animation: .5s .1s fadeIn;
  animation: .5s .1s fadeIn; }

.login-section .login-form .login-button span {
  display: inline-block;
  text-transform: capitalize;
  margin-left: 20px; }
  @media (max-width: 575.98px) {
    .login-section .login-form .login-button span {
      margin-left: 0;
      margin-top: 20px; } }
  .login-section .login-form .login-button span a {
    color: #fad81e; }



.login-form form .form-group {
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 10px; 
  width:100%;
}


  .login-form form .form-group label {
    display: block;
    cursor: pointer;
    font-weight: 500; }
    .login-form form .form-group label i {
      margin-right: 5px; }
  .login-form form .form-group input {
    padding: 5px 0;
    border: 1px solid transparent;
    border-radius: 5px;
    width: 100%; }
  .license-form {
    float:  left;
    width:  100%;
  }

.shadow-block {
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 20px #eaeaea;
    box-shadow: 0 5px 20px #eaeaea;
}

.login-form form .form-group input {
    padding: 10px 10px;
    border: 1px solid #c7c7c7bf;
    border-radius: 4px;
    width: 100%;
}

.login-section p {
  margin-top:  20px;
  text-transform: none;
}

section.course-home {
    margin-top: 0px;
}


table.header-tbl tr>td.header-td {
    padding-left: 10px;
    padding-top: 2.5px;
}

table.header-tbl tr>td.header-td a {
    color: #a7a7a7;
    font-size: 12px;
}

section.myaccount h3 {
    font-size: 1.5rem;
}

.forgotpass-part {
    width: 100%;
    text-align: center;
}

p.error {
    font-weight: bold;
    color: red !important;
}

input, select, textarea, button, form { 
    font-size: 100% !important; 
}


/* ===================== new slideup page ========================== */

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: -17px;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #fff;
    z-index: 9999999;
    top: 16px;
}


#sidebarMenu,
#openSidebarMenu,
.sidebarIconToggle {
    position: fixed !important;
    top: 18px !important;
}

.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
    z-index: 999999999;
    transform: translate3d(0,0,0);
    margin-top:6px;

  }
#preloader .spinner {
  background-color: #fff;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: grey;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}

/*
#accordion {
    position: fixed;
    bottom: 0px;
    border-radius: none !important;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 999999;
    background: #3d3d3d;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
*/

.panel-group.mobile-slideup {
    position: fixed;
    bottom: 0px;
    border-radius: none !important;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 999999;
    background: #3d3d3d;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 100%;
}



.panel-group.mobile-devices {
    position:relative;
    border-radius: none !important;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 999999;
    width: 100%;
    height: 40px;
}

#collapseDevice {
    height: 520px;
    float: left;
    width: 100%;
}

.panel-heading {
    height: 72px;
    
}
.panel-heading-content {
    width:  100%;
}

section {
    background: none repeat scroll 0 0 #ffffff;
    height: 100%;
    left: 0;
   /* position: fixed; */
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 999;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content:"\2212";    
    float: right;      
    color: white;
    font-weight: 200;       
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\2212";    /* adjust as needed, taken from bootstrap.css */
}


#accordion .header-box {
    width:100%;
    text-align: center;
    float:left;
}

#accordion .title-box {
    width:100%;
    text-align: center;
    float:left;
}

#accordion .left-box {
    float: left; 
    width: 0%;
    height: 40px;
    color: #fff;
    font-size: 1.1rem;
    text-align: left;
    padding: 0;
}

#accordion .left-box i {
        margin: 0 auto;
}

#accordion .middle-box {
    float: left; 
    width: 75%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 13px 20px;
    font-weight: 300;
}

#accordion .right-box {
    float: right; 
    width: 25%;
    font-size: 1.1rem;
    text-align: right;
    padding: 13px 16px 13px 0;
    height: 40px;
}

#accordion .right-box a {
      margin:  0 auto;
      color: #fff;
}


#accordion .inner-left-box {
    width: 50%;
    float:left;
    text-align:right;
    height: 40px;
    padding: 0 16px 0 0;
}

#accordion .inner-right-box {
    width: 50%;
    float:right;
    text-align:left;
    height: 40px;
    padding: 0 0 0 16px;
}




#sidebarMenu .top-bar,
#course-tabs .top-bar {
    padding: 23px 10px;
    width: 100%;
    height: 50px;
}

#sidebarMenu .course-notes-inner {
    position: relative;
    overflow: scroll;
    height: 60vh; 
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}

#sidebarMenu .course-notes-inner::-webkit-scrollbar {
  display: none;
}



.btc-accordion {
    padding-top: 100px;
}

.btc-accordion .card {
    cursor: pointer;
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.1);
}

.btc-accordion .card a {
    color: #f2f2f2;
    text-decoration: none;
}

.accordion-icon[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
}

.accordion-icon[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.5s;
}

/* check this for phones =====  */
#collapseTop {
    overflow-x: scroll !important;
    max-height: calc(100vh - 133px);
    top:60px;
}

#accordionExample h5.accordion-lesson {
    margin: 0;
    font-weight:  bold;
    color: #fff;
}


#accordionExample .card-header {
    border-bottom: 0 !important;
    padding: 1rem 1.25rem;
}


#accordionExample .card {
    background: #3d3d3d;
    border: 0 !important;
}

#accordionExample {
    color: #fff;
}

#accordionExample .accordion-lesson-main a {
    color:  #fff;
}

#accordionExample .card-body {
    width: 100%;
    height: 65px;
    padding: 0;
}
#accordionExample .accordion-lesson-lhs {
    height: 60px;
    width: 80px;
    float: left;
    padding: 12px 15px;
}

#accordionExample .card-body .accordion-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #a09a9a;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

#accordionExample .card-body .accordion-icon-box i {
    font-size: 20px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding: 11px;
}

#accordionExample .accordion-lesson-main {
    float: left;
    height: 60px;
    width: calc(100% - 135px);
    padding: 13px 9px 9px 0;
    font-weight: lighter !important; 
    font-size:12px;
    line-height:14px;
}

#accordionExample .accordion-lesson-rhs {
    height: 60px;
    width: 40px;
    float: right;
    padding: 12px 15px;
}


#accordionExample .accordion-lesson-main a {
   font-weight: lighter !important; 
}

#section-mobile-course {
  margin-top: 0px;
}

#section-mobile-course .row {
  margin-left: 0;
  margin-right: 0;
}

#section-mobile-course .video-container {
    position:relative;
}

#section-mobile-course .lesson-heading {
    width:100%;
    padding: 0 14px;
}

#section-mobile-course .lesson-heading h3 {
    margin-bottom: 7px;
}




/* ========================= tabs here ================== */


[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}


.tabs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tab {
  cursor: pointer;
}

li.tab.active {
    font-weight: bold !important;
    border: 1px solid #374a5e !important;
}

.w3-red {
    font-weight: bold !important;
    border: 1px solid #374a5e !important;
}

.w3-reds {
    font-weight: bold !important;
    border: 1px solid #374a5e !important;
}

.tab:hover {
  background-color: #fff;
}

.tab-content {
  margin-left: 0px;
  margin-right: 0px;
}

#thing_to_stick {
    position: sticky;
    background: white;
}


#course-tabs ul {
    width: 100%;
    margin: 20px 5px;
    max-width:300px;
}

#sidebarMenu ul {
    width: 300px;
    margin: 20px 5px;
}



#course-tabs ul,
#sidebarMenu ul.tabs {
  margin: 10px 10px;
  float: left;
}

#sidebarMenu ul.tabs li {
    font-size: 12px !important;
    font-weight: normal;
    text-transform: capitalize;
    color: #374a5e;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 29px;
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-right: 0px;
}

#course-tabs ul li  {
    font-size: 12px !important;
    font-weight: normal;
    text-transform: capitalize;
    color: #374a5e;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 4px 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-right: -5px;
}




#section-mobile-course .lesson-detail-container {
  width: 100%;
}

#section-mobile-course .complete-btn {
  margin-top:12px;
  padding: 0;
  float: right;
  margin-right: 14px;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  text-align:center;
  padding:0;
}

#section-mobile-course .complete-btn img {
    width: 15px;
    height:15px;
    margin:5px auto;
}

#accordionExample .complete-btn2 {
    margin-top: 20px;
    padding: 0;
    float: right;
    margin-right: 26px;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 0;
}

#accordionExample .complete-btn2 img {
    width: 15px;
    height:15px;
    margin:5px auto;
}

#course-tabs table {
  width: 100%;
  margin-top: 5px;
}
#course-tabs .content-area {
    width: 100%;
    text-align: left;
    padding: 20px 0px;
    position: relative;
    overflow: scroll;
    height: 100vh;  
    -ms-overflow-style: none;  
    scrollbar-width: none;     
}

#course-tabs .content-area::-webkit-scrollbar {
  display: none;
}

#course-tabs .tab-content {
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom:50px;
  width: 100%;
  padding-right: 34px;
  padding-top: 10px;
}

#course-tabs .course-tabs-row .complete-btn-rhs {
    height:44px;
    float:right;
}

#course-tabs .course-tabs-row .course-tabs-lhs {
    min-width: 250px;
    float:left;
}

#course-tabs .course-tabs-row {
    width: 100%;
    background:#ffffff;
}

/* for phones */
@media only screen and (max-width: 414px) {
    
    #course-tabs .course-tabs-row {
        height: 54px !important; 
        background:#fff !important;
        z-index:99;
    }
    
}


/* for other */
@media only screen and (min-width: 415px) {
    
    #course-tabs .course-tabs-row {
        height:48px !important; 
        background:#fff !important;
        z-index:99;
    }

}

.tabcontentc textarea,
#course-tabs .content-area textarea,
#sidebarMenu input
 {
    width: 100%;
    height: 100px;
    padding: 12px 24px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
}

#sidebarMenu input {
  height: auto;
}

#sidebarMenu .tab-content {
    width:100%;
    float:left;
    padding:30px 15px;
}

.ajax-form-block {
  padding-top: 20px;
}

#percentage {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    text-align: center;
}



.container {
  max-width: 100% !important;
}

#accordion-ajax-notes .card-header,
#accordion-ajax-questions .card-header {
  background-color: #fff;
  border-bottom: 0;
  padding: 0;
}

#accordion-ajax-notes .tab-content,
#accordion-ajax-questions .tab-content {
    margin-left: 15px;
    margin-right: 15px;
}

#accordion-ajax-notes .card,
#accordion-ajax-questions .card {
  border: 0;
}

#accordion-ajax-notes .card-body,
#accordion-ajax-questions .card-body {
  padding: 0;
}


#course a {
  font-weight: 400 !important;
}

#course ul,
#course p,
#course ul li {
    width:100%;
    float:left;
    font-size:14px !important;
}

#course ul {
    margin-top:0;
}

#course p {
    margin-bottom:0.9rem;
}

#section-mobile-course #course-tabs {
  margin-top: 10px;
}




/* ==================== template css ====================== */

main .checkout h1, main .myaccount h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .checkout form, main .myaccount form {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 40px;
}

main .checkout form h2, main .myaccount form h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 50px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #EEEEEE;
}

main .checkout form h2:first-child, main .myaccount form h2:first-child {
  padding: 20px 0 20px 0;
}

main .checkout form label, main .myaccount form label {
  display: block;
  padding: 15px 0 10px 0;
}

main .checkout form input, main .checkout form select, main .myaccount form input, main .myaccount form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

main .checkout form input[type="submit"], main .checkout form button, main .myaccount form input[type="submit"], main .myaccount form button {
  width: 100%;
  border: 0;
  margin-top: 40px;
  padding: 14px 20px;
  background: #4e5c70;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

main .checkout form input[type="submit"]:hover, main .checkout form button:hover, main .myaccount form input[type="submit"]:hover, main .myaccount form button:hover {
  background: #434f61;
}

main .checkout form .row1, main .checkout form .row2, main .myaccount form .row1, main .myaccount form .row2 {
  width: 50%;
  display: inline-block;
}

main .checkout form .row1, main .myaccount form .row1 {
  padding-right: 10px;
}

main .checkout form .row2, main .myaccount form .row2 {
  padding-left: 10px;
}

main .checkout .paypal, main .checkout .stripe, main .myaccount .paypal, main .myaccount .stripe {
  padding-bottom: 40px;
  width: 100%;
}

main .checkout .paypal button, main .checkout .stripe button, main .myaccount .paypal button, main .myaccount .stripe button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px 7px 20px;
  background-color: #FFC439;
  width: inherit;
}



    /* ======================= tab menu mobile ======================== */
    
    .scrollmenu {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */        
    }
    
    .scrollmenu::-webkit-scrollbar {
        display:none;
    }

    .scrollmenu ul>li span {
          display: inline-block;
          text-align: center;
    }

    .scrollmenu ul>li span {
        font-size: 12px !important;
    }

    .course-details-tab .tab ul {
        margin: 12px 0px 0 15px !important;
    } 
    
    
    #thing_to_stick {
        position: sticky;
        top: 0px;
        background: white;
    }    

    .tab ul li {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
        color: #374a5e;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 29px;
        padding: 6px 12px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: none;
        -o-transition:  none;
        transition:  none;
        margin-right: 8px;
    } 
    
    .tab ul li.active {
        font-weight: bold;
        border: 1px solid #374a5e;
    }
 /* ============== review stars ================= */
 
 *{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    text-align:  left;
}
.stars {
    float:  left;
    height: 46px;
    width:  100%;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


