@font-face {
  font-family: 'WorkSans-Regular';
font-display: swap;
src: url('/vdmlive/theme/boost_union/layout/fonts/WorkSans-Regular.woff2') format('woff2'), 
  url('/vdmlive/theme/boost_union/layout/fonts/WorkSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'WorkSans-Bold';
font-display: swap;
src: url('/vdmlive/theme/boost_union/layout/fonts/WorkSans-Bold.woff2') format('woff2'), 
  url('/vdmlive/theme/boost_union/layout/fonts/WorkSans-Bold.woff') format('woff');
}


body{
  font-family: 'WorkSans-Regular' , sans-serif !important;
}


section.dental-hygiene{
  margin-top:0;
}
.cbct{
  padding: 45px;
  background-color: #F0F6FF;
  border-bottom: 3px solid #62D5F4;
}
#page-blocks-featured_courses-course_overview header #page-navbar{
  display: none;
}
#page-blocks-featured_courses-course_overview header#page-header {
  margin-top: 75px;
}
.cbct .shad h1{
  font-size: 42px;
  line-height: 60px;
}
.dental-hygiene .shad img.bart-sm{
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.cbct p{
  color:#212529;
  font-size: 15px;
}
.cbct h6{
  font-size: 14px;
  color: #3A3A3A;
  padding: 7px 13px;
  background-color: #fff;
  border-radius: 89px;
  margin: 20px 10px 30px 0;
}
.cbct .btn-primary{
  background: #235B8E;
  border-radius: 0;
  width: 50%;
  padding: 15px;
}
.cbct span{
  color: #212529;
  font-size: 12px;
  display: block;
}
.cbct h5{
  color: #212529;
  font-size: 16px;
  margin-top: 25px;
}

.cbct img.clo {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 4px;
}
img.trailer {
  width: 100%;
}




h4 {
  font-size: 22px;
  font-weight: 500;
  color: #212529;
  text-transform: uppercase;
}

/* --------------- meet your instructions --------------- */

.author-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.meet-instructor {
  background: #F0F6FF;
  padding:25px;
}
.auhtor-cont p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 1.5;
}
.auhtor-cont span.auht-name {
  font-weight: 500;
  color: #235B8E;
}


/* --------------- what you'll learn --------------- */

.learn-cont ul li {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  padding: 10px 0;
}
.learn-cont ul li::marker {
  color: #235B8E;
}

/* --------------- what dentists are saying --------------- */

.doct-says {
  background: #F0F6FF;
  padding: 25px;
  margin-bottom: 10px;
}
.doct-cont {
  margin: 25px 0;
  height: 120px;
  overflow-y: auto;
  scrollbar-color: auto;
  padding-right: 20px;
}
.course-quotes img {
  width: 72px !important;
  height: 48px;
}
.doct-cont p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 0;
  margin-top: 0;
}
.doct-specialist h6 {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
}
.doct-specialist p {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 0;
}
.dentists-saying .owl-dots {
  display: block !important;
}
.dentists-saying .owl-dots button.owl-dot.active span {
  background: #235b8e;
}
#video-container img.courseoverviewimage {
  width: 100%;
}



.doct-cont::-webkit-scrollbar {
  width: 6px;
}
.doct-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.doct-cont::-webkit-scrollbar-thumb {
  background: #8b8b8b; 
  border-radius: 10px;
}
.doct-cont::-webkit-scrollbar-thumb:hover {
  background: #6c757d; 
}



/* Show horizontal scroll on the outer wrapper */
.dentists-saying .owl-stage {
  display: flex !important;
  width: max-content !important;
  transform: none !important;
  transition: none !important;
}
.dentists-saying .owl-carousel .owl-stage-outer {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: auto;
}
.dentists-saying .owl-carousel .owl-stage-outer::-webkit-scrollbar {
  height: 6px;
}
.dentists-saying .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.dentists-saying .item {
   cursor: pointer;
}




/* ----------------------------------------------------------------------------- */




/* --------------- Who this course is for --------------- */

.course-for ul {
  padding: 0;
}
.course-for ul li {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  padding: 10px 0;
  list-style: none;
}
section.course-for p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 15px 0;
}

/* --------------- Faq --------------- */

details {
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #DEDEDE;
}
details>p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  color: #212529;
}
summary {
  cursor:pointer;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
summary::marker {
  content: "";
}
.plusminus {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1.5px solid #808080;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
}
details:not([open]) .plusminus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.7rem;
  background-color: #808080;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plusminus::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 2px;
  background-color: #808080;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
summary p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #212529;
}
details .content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.35s;
}
.cb-parent{
  padding: 50px;
  padding-bottom: 0;
}
section {
  margin-bottom: 40px;
}
.dental-hygiene .lan-price{
  background: #235B8E;
  margin-top: 8px;
  position: sticky;
  top: 10% !important;
  right: 0;
  width: 100%;
  margin: 32px 0rem 0 0;
  z-index: 1;
  height: 465px;
  left: auto;
  margin-left: auto;
}

.dental-hygiene .plan-price h2{
  color: #fff;
  font-size: 16px;
  padding: 20px 20px 0;
}
.dental-hygiene .plan-price{
  border: 0;
}
.dental-hygiene .plan-features p{
  color: #fff;
}
.dental-hygiene .plan-features li{
  color: #fff;
  align-items: center;
}
.dental-hygiene .plan-link a.btn-bordered{
  background-color: #fff;
  color: #235B8E;
  width: 100%;
  margin: 10px 0px 0;

}
.dental-hygiene .plan-features{
  padding: 15px 5px 3px;
}
.dental-hygiene .plan-link span{
  color: #fff;
  text-align: left !important;
  font-size: 12px;
}
/* .dental-hygiene .plan-link{
  text-align: left;
  margin: 20px;
  padding: 20px 0;
  border-top: 1px solid #FFFFFF4D;
  border-bottom: 1px solid #FFFFFF4D;
} */
.faq p{
  margin-top: 0;
}
p.money{
  color: #fff;
  font-size: 16px;
  margin: 20px;
}
section.faq{
  margin-bottom: 0;
}



.mob{
  display: none;
}
.fell a.btn.btn-primary {
  background: #235B8E;
  width: 100%;
  border: 0;
  padding: 19px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  display: none;
}
@media(max-width: 1024px){
  .author-img img {
    width: 135px;
  }
  .col-auto{
    width: 25%;
  }
  .dental-hygiene .lan-price {
    height:485px;
  }
}

@media(max-width: 991px){
  .cbct .shad h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .cbct {
    padding: 30px;
  }
  .dental-hygiene .plan-features p img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .cb-parent {
    padding: 30px;
  }
  .author-img img{
    width: 200px;
    height: 200px;
  }
  .auhtor-cont {
    margin: 20px 0 10px -10px;
  }
  .course-for ul li{
    display: flex;
  }
  .dental-hygiene .plan-features li{
    font-size: 12px;
    padding: 0px 5px;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* .dental-hygiene .lan-price{
    height: 445px;
  } */
  .dental-hygiene .plan-link {
    text-align: left;
    margin: 0 13px;
    padding: 10px 0;
  }
}

@media only screen and (max-width:934px) and (max-height:480px){

  .faq p{
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .faq p {
    max-width: 350px;
  }
  
}
@media (min-width: 768px) {
  .mob-bt {
    display: none !important;
  }
}

@media (max-width: 767px) {
 
  .mob{
    display: block;
  }
  .dental-hygiene .mob .lan-price {
    position: relative;
    margin: 3px 0 30px 0;
    height: 380px;
  }
  .learn-cont ul{
    margin-bottom: 0;
    padding-left: 20px;
  }
  .doct-says.doc-sec{
    margin-top: 25px;
  }
  .desk{
    display: none;
  }
  #page-content {
      padding: 0;
  }
  .cb-parent {
    padding: 15px;
  }
  .shad {
    margin-top: 0;
  }
  .cbct {
    padding: 15px;
  }
  /* .fell button.btn.btn-primary {
    display: block;
  } */
  .cbct .shad h1 {
    font-size: 22px;
  }
  .cbct h6{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .learn-cont ul li {
    font-size: 14px;
  }
  .cbct h5{
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .cbct p{
    margin: 0;
  }
  .cbct .btn-primary{
    width: 100%;
    padding: 13px;
  }
  .faq p {
    max-width: 350px;
  }
  #page-blocks-featured_courses-course_overview #footnote {
    padding-bottom: 80px !important;
  }
}

@media(max-width:480px){
    
  .faq p {
    max-width: 280px;
  }
}

@media only screen and (max-width: 480px) and (max-height: 320px){

  #page-blocks-featured_courses-course_overview header#page-header {
    margin-top: 0px;
  }
}

@media(max-width:320px)  {

  .faq p {
    max-width: 250px;
  }
}
