footer .footer-top .row.w-100 {
  width: calc(100% + 30px) !important;
}

footer .footer-copyright a {
  color: #067431;
}

.invite {
  color: #067431;
  font-size: 23px;
  margin-top: 50px;
  display: inline-block;
  font-weight: 600;
}

#fr3ex-cookiewarning,
#rodo {
  width: 100%;
  position: fixed;
  left: 0; 
}

#fr3ex-cookiewarning {
  bottom: 0;
  background-color: #000;
  z-index: 10000;
  padding: 10px 45px;
  font-size: 11px;
  text-align: center;
  font-family: 'Arial', sans-serif !important;
  color: #fff;
  box-sizing: border-box; 
}

#fr3ex-cookiewarning a {
  color: #fff; 
}

#fr3ex-cookiewarning a:hover {
  color: #fff;
  text-decoration: underline; 
}

#fr3ex-closecookie {
  z-index: 2;
  position: absolute;
  right: 6px;
  top: 0px;
  display: block;
  height: 40px;
  width: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAFVBMVEVLVmJLVmJLVmJLVmJLVmJLVmJLVmLg5pN1AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffDBANDReE8NYdAAAALklEQVQI12NggABGATBmFGRgEBQAYcZEkKggiAPkCjIgKKggUIkgA0wDVDsEAABacQILMBANEQAAAABJRU5ErkJggg==) 50% 50% no-repeat;
  cursor: pointer; 
}

#rodo {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1001;
  top: 0; 
}

.rodo-container {
  padding: 20px 15px;
  width: 600px;
  top: 25%;
  background-color: #fff;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute; 
}

.rodo-container h2 {
  color: #000;
  padding-bottom: 10px; 
}

.rodo-container-top {
  padding: 10px;
  font-size: 13px; 
}

.rodo-container-header {
  font-size: 16px; 
}

.rodo-pagination,
.rodo-text-top {
  display: inline-block; 
}

.rodo-text-top {
  font-weight: 600;
  margin-left: 10px; 
}

.rodo-container-center {
  background-color: #f3f3f3;
  height: 250px;
  overflow-y: auto;
  padding: 15px 10px; 
}

.rodo-container-center p {
  font-size: 15px;
  line-height: 1.5; 
}

.rodo-container-button-left {
  color: #a3a3a3;
  font-weight: 500;
  font-size: 15px;
  display: table;
  float: left;
  margin-top: 25px;
  cursor: pointer;
  padding-left: 10px; 
}

.rodo-container-button-right {
  padding: 10px 35px;
  background-color: #1d5492;
  display: table;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
  float: right;
  font-size: 15px; 
}

.rodo-container-bottom {
  padding-top: 5px; 
}

#info-box {
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 160px);
  width: 320px;
  min-height: 120px;
  z-index: 1052; /* 1000 */
  background-color: #fff;
  text-align: center;
  padding: 20px;
  display: none; 
}

#info-box .btn-1 {
  margin: 0 auto;
  float: none; 
}

#info-box .title {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  font-size: 16px; 
}

#info-box-opc {
  z-index: 1051; /* 999 */
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none; 
}

.banner-description li:before {
  min-width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #067431;
  display: block;
  content: '';
  margin-right: 10px;
}

.banner-description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.extra-info {
  display: none;
}

.small-description h3 {
  font-size: 21px;
  line-height: 31px;
  color: #111111;
  margin-bottom: 18px;
}

.social-twitter {
  background-color: #00aced;
  color: #fff;
}

.social-twitter:hover {
  background-color: #fff;
  color: #00aced;
  border-color: #00aced;
}

.social-linkedin {
  background-color: #007ab5;
  color: #fff;
}

.social-linkedin:hover {
  background-color: #fff;
  color: #007ab5;
  border-color: #007ab5;
}

.social-whatsapp {
  background-color: #4dc247;
  color: #fff;
}

.social-whatsapp:hover {
  background-color: #fff;
  color: #4dc247;
  border-color: #4dc247;
}

.social-skype {
  background-color: #00aff0;
  color: #fff;
}

.social-skype:hover {
  background-color: #fff;
  color: #00aff0;
  border-color: #00aff0;
}

.cart-normal-price {
  text-decoration: none;
}

.cart-normal-price.cart-normal-old-price {
  text-decoration: line-through;
}

#correction-to-confirm-box,
#policy-change-to-confirm-box {
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: #E8EDEA;
  z-index: 9999;
}

#correction-to-confirm-box .login-header,
#policy-change-to-confirm-box .login-header {
  background-color: #fff;
}

.correction-to-confirm-text,
.policy-change-to-confirm-text {
  margin-bottom: 20px;
}

.correction-to-confirm-content,
.policy-change-to-confirm-content {
  max-width: 600px;
  text-align: center;
  display: block;
  margin: 20px auto;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}

.policy-change-to-confirm-content {
  max-height: calc(100vh - 150px);
}

@media (max-width: 992px) {
  .correction-to-confirm-content {
    max-height: 300px;
  }
  
  .policy-change-to-confirm-content {
    max-height: calc(100% - 150px);
  }
}

@media (max-width: 600px) {
  .policy-change-to-confirm-content {
    margin: 20px;
  }
}

.correction-to-confirm-content .btn.btn-green,
.policy-change-to-confirm-content .btn.btn-green {
  font-size: 15px;
  margin: 20px 0;
  padding: 10px 20px;
}

.policy-change-to-confirm-text h2 {
  font-weight: bold;
}

.policy-change-list-items {
  text-align: left;
}

.policy-change-list-item {
  display: flex;
  justify-content:flex-start;
  margin-bottom: 15px;
}

.policy-change-list-item-date {
  margin-right: 10px;
  flex: 0 0 25%;
}

.my-material-renew-desc {
  color: #067431;
  display: block;
  font-weight: 600;
}

.my-material-renew-set-desc {
  color: #067431;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.faq-play-icon:hover {
  cursor: pointer;
}

.video_iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.37019%
}

.video_iframe iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0
}

.faq-page-badge {
  color: #fff;
  background-color: #067431;
  position: fixed;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 10%;
  padding: 14px;
  font-size: 18px;
}

.faq-page-badge a {
  color: #fff;
}

.faq-page-badge-content {
  display: flex;
  align-items: center;
}

.faq-page-badge-close {
  content: '';
  position: absolute;
  top: -12px;
  right: -13px;
  width: 28px;
  height: 28px;
}

.faq-page-badge-close:hover {
  cursor: pointer;
}

.faq-page-badge-text {
  position: relative;
  padding-right: 17px;
}

.faq-page-badge-text:after {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  height: 44px;
  width: 1px;
  background-color: rgba(230, 230, 230, 0.2);
}

.faq-page-badge-img {
  margin-left: 17px;
}

.faq-page-badge-img img {
  max-width: 39px;
  max-height: 39px;
}

.cart-omnibus-price {
  font-size: 14px;
  color: #111;
  line-height: 24px;
  margin-top: 20px;
}

.listing-omnibus-desc {
  margin-top: 0;
}

.course-list-item-price span.course-omnibus-price {
  font-size: 12px;
  color: #212529;
  display: block;
  margin-bottom: 0;
}

.course-banner-omnibus-price {
  color: #fff;
  margin-bottom: 20px;
}

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {  .bloc-time.sec { display: none; } } }

.page-banner-inner-fix {
  width: 100%;
  z-index: 1;
}
.blog-detail-banner-darker {
  position: relative;
}

.blog-detail-banner-darker:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(000,000,000,0.3);
  left: 0;
  top: 0;
  position: absolute;
}

.header-left .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: .125rem 0 .5rem;
  margin: 0;
}

.gallery-fancybox-max {
  height: 500px;
}

.gallery-fancybox-max img,
.gallery-fancybox-max iframe,
.gallery-fancybox-max video {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link {
  font-size: 14px;
}
.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link:before {
  display: none;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn-video-link-ico:before {
  content: "\f0da" !important;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  line-height: 20px;
  color: #067431;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link.watched .btn-video-link-ico:before  {
  color: #E7F1EB;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link.collapsed .btn-video-link-ico:before  {
  color: #067431;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn-video-link-ico {
  position: absolute;
  left: 15px;
  width: 20px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.26);
  height: 20px;
}

.single-cosurse-content-new .btn.btn-video-link .custom-checkbox [type="checkbox"]+label:before {
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link.watched {
  background-color: #E7F1EB;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link.collapsed {
  background-color: #067431;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link.collapsed.finished {
  background-color: #f0f6f2;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn {
  background-color: #f0f6f2;
}

.custom-checkbox-fix {
  width: auto;
  margin: 0;
  float: none;
}
.custom-checkbox-fix label {
  height: 20px;
}

.footer-bottom {
  padding: 30px 0 55px;
}

.course-cart-box,
.course-cart-save {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.course-cart-box:before,
.course-cart-save:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 22px #00000012;
  box-shadow: 0px 0px 22px #00000012;
}

.single-cosurse-content-new #cf_table_of_contents button.btn-link:before {
  background-color: transparent;
  text-align: left;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link {
  padding: 0 22px 0 0;
}

.single-cosurse-content-new .course-table-accordion #materialRightBox .card-header .btn.btn-video-link span.video-link-wrapper {
  padding: 21px 7px 20px 50px;
  display: block;
  width: 100%;
}

.video-thumb img,
.course-listing-img {
	width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
.social-icon li a{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .dropdown-item:first-child{
    border-top: 1px solid #ddd;
  }
  .dropdown-item:not(:last-child){
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .dropdown-item:hover{
    background-color: #067431;
    color:white
  }
  .header-left .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0px;
  }
}

.course-list-tag {
  background: #067431 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  opacity: 1;
}

.course-list-tag span {
  padding: 7px;
  padding-left: 14px;
  padding-right: 14px;
  height: 18px;
  text-align: right;
  font: normal normal 600 14px/32px Source Sans Pro;
  font-size: 12px;
  letter-spacing: 0.21px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.course-list-item-icon {
  margin-top: 5px;
  min-width: 20px;
  min-height: auto;
}

.course-list-item-desc {
  text-align: left;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  margin-left: 15px;
}

.course-list-info {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  color: #AAAAAA;
  font: normal normal normal 16px/28px Source Sans Pro;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
}

.course-list-content .link-green {
  margin-left: -5px;
}

.demo-box {
  margin-top: 20px;
  border-left: 5px solid #067431;
  padding: 20px;
}

.demo-box .text {
  text-align: left;
  font: normal normal 600 18px/28px Source Sans Pro;
  letter-spacing: 0px;
  color: #111111;
  margin-top: 10px;
}

.demo-box .demo-box-btn {
  text-align: right;
} 

.demo-box .btn-demo {
  text-align: left;
  font: normal normal normal 16px/32px Source Sans Pro;
  letter-spacing: 0px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-demo {
  background: #FFD343 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

#ab-cookie-show {
  display: none;
}

@media (max-width: 992px) {
  .nav-demo-dekstop {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-demo-mobile {
    display: none;
  }
}

@media (max-width: 550px) {
  .is_ending_access {
    display: grid;
  }

  .is_ending_access_text {
    margin-top: 10px;
  }

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

  .demo-box .text {
    text-align: center;
  }

  .demo-box .btn-demo {
    margin-top: 20px;
    text-align: center;
  }

  .demo-box .demo-box-btn {
    text-align: center;
  } 
}