@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800&display=swap%27");

/* video library css */
.browse_video_body .browse-single-video iframe {
  width: 100%;
  height: 515px;
}

.browse_video_body {
  padding: 70px 0;
}

.font-weight-bold {
  color: #000;
  font-weight: 600 !important;
}

/* course-detailed page */
.course-background {
  background: white;
  padding-bottom: 58px;
}

.ban-img {
  width: 100%;
}

.myacc-header-exp-pg span {
  color: #000;
}

.course-detailed-pricing {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}

.course-pricing-strike {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-decoration-line: line-through;
  color: #000000;
}

.course-pricing-off {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.course-btn-cta {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  background: #e20000;
  border-radius: 7px;
  border: none;
  margin-top: 10px;
  width: 284px;
  height: 64px;
  cursor: pointer;
}

.course-buy-btn {
  text-align: center;
  margin-top: 10px;
}

.course-about-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}

.course-about-desciption {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4a4a4a;
  margin-bottom: 0px;
}

.course-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  padding-top: 32px;
  padding-bottom: 12px;
}

.course-include-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  padding-bottom: 18px;
}

.course-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-transform: capitalize;
  color: #1a1b23;
}

.course-details {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: end;
}

.course-lecture {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-transform: capitalize;
  color: #1a1b23;
  margin-top: 10px;
}

.course-lecture-details {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #565656;
}

.course-include-row {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 12px;
}

.course-include-box-shadow {
  background: #ffffff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.course-include-img {
  padding: 42px 0px;
}

.course-pricing-col {
  margin-top: 26px;
}

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

.course-content-box {
  margin-top: 12px;
  /* margin-bottom: 58px; */
  padding: 16px;
}

.seperation-line {
  border-bottom: 1px solid #8c8c8c;
  align-items: center;
}

.seperation-line > .col {
  padding-bottom: 10px;
}

.panel-description-padding {
  padding-left: 22px;
}

.panel-description-padding > .col span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #262626;
}

.panel-img {
  padding-right: 10px;
}

.course-include-row > .col-md-4 {
  margin-bottom: 12px;
}

/* accordion starts here */
.accordion {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  background-color: #fff;
  padding: 22px 18px 8px;
}

/* .active,
.panel {
  background-color: #fff;
} */

button:focus {
  outline: none;
}

/* .accordion:before {
  content: "\02C3";
  color: #000;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  font-size: 19px;
} */

.active:before {
  font-size: 19px;
  font-weight: bold;
}

/* .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 0 12px;
} */

.panel p {
  color: #000;
}

/* accordion ends here */

@media (max-width: 786px) {
  .course-details {
    font-size: 12px;
    line-height: 15px;
    text-align: start;
  }

  .course-name {
    font-size: 32px;
  }

  .accordion {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .course_browse_main {
    padding-top: 76px;
  }

  .course_top_menu ul li a {
    font-family: "Montserrat";
    color: #000;
    font-size: 16px;
    letter-spacing: 0.48px;
    font-weight: 400;
  }

  .course_header_section .container {
    display: flex;
    align-items: center;
  }
}

/* course-detailed page */

/* course-page */

.content-wrap,
#content {
  background-color: #fff;
  margin-left: 0px
;
}

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

.box-shadow {
  box-shadow: 0px 1px 8px 2px rgba(58, 58, 58, 0.1);
  border-radius: 7px;
  /* width: 292px; */
}

.product-desc {
  padding: 13px;
  height: 10em;
}

.product-image img {
  border-radius: 7px 7px 0px 0px;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.product-1 > .col-lg-6 {
  padding: 15px;
}

.dr-name {
  margin-bottom: 0px;
  height: 18px !important;
}

.product-1 > .col-lg-6 > .box-shadow > .product-desc p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin: 4px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}

.myacc-header-exp-pg span {
  color: #000;
}

.shadow {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

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

.banner-image {
  width: 100%;
}

.course-banner-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;

  color: #1a1b23;
  margin-top: 113px;
}

.course-banner-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */

  color: #000;
  width: 78%;
}

.course-banner-text button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;

  color: #ffffff;

  background: #00c3eb;
  border-radius: 7px;
  border: none;

  width: 231px;
  height: 58px;
}

.product-desc > .row {
  align-items: center;
  justify-content: left;
}

.product-desc > .row > .col-4 > .btn-see-course {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  width: 100%;
  height: 29px;
  padding: 7px 7px;
  color: #ffffff;
  background: #ff6600;
  border-radius: 7px;
  border: none;
}

.product-desc > .row > .col-4 {
  padding: 2px;
}

.product-desc > .row > .col-4 > .btn-course-buy {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  width: 100%;
  height: 29px;
  padding: 7px 7px;
  color: #ffffff;
  background: #e20000;
  border-radius: 7px;
  border: none;
}

.course-pricing {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
  /* identical to box height */

  color: #000000;
  text-align: center;
  margin-bottom: 0px;
}

.product-desc > .product-title > .col-12 h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;

  color: #262626;

  margin-bottom: 0px;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 26px;
  text-overflow: ellipsis;
}

.product-desc > .product-title > .col-4 span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  /* identical to box height */
  text-align: center;
  padding-right: 16px;

  color: #000000;
}

.duration {
  text-align: end;
}

.course-btn {
  margin: 6px 0px 6px 13px;
}

.product-title > .col-12 a {
  color: #262626;
}

@media (max-width: 1200px) {
  .course-banner > .row {
    flex-direction: column-reverse;
  }

  .course-banner-text h2 {
    text-align: left;
    font-size: 32px;
    margin-top: 20px;
  }

  .course-banner-text p {
    margin-bottom: 25px;
    width: 100%;
  }

  .product-desc > .product-title > .col-12 {
    padding: 0px;
  }

  .product-desc > .product-title > .col-8 {
    padding-left: 0px;
  }

  .product-desc > .product-title > .col-4 {
    padding-right: 0px;
  }
}

@media (min-width: 996px) and (max-width: 1200px) {
  .product-desc > .product-title > .col-12 {
    padding: 0px 15px;
  }
}

/* course-page */

/*white header  css starts*/
.course_header_section {
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}

.top_menu {
  float: right;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hdr_search {
  float: left;
  width: 354px;
  position: relative;
  margin-left: auto;
}

.myacc-header-img-exp {
  height: 30px;
  margin-bottom: 3px;
  margin-right: 6px;
}

.hdr_search input {
  outline: none;
  border-radius: 5px;
  border: 0;
  width: 100%;
  padding: 14px 20px 14px 27px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Montserrat", "sans-serif";
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-left: 0;
  background: #fff;
  background-position: center right 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: inset 0px -4px 6px rgb(0 0 0 / 10%);
}

.hdr_search input::placeholder {
  color: #000;
}

.top_menu ul li {
  float: left;
}

ul li {
  list-style: none;
}

.top_menu ul li:not(:last-child) {
  margin-right: 17px;
  margin-top: 2px;
}

.top_menu ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.48;
  /* identical to box height */

  text-align: center;

  color: #000000;
}

/* header ends */

/* footer */
.page-footer {
  background: #1a1b23;
  padding: 80px 0 40px;
  color: #524d54;
  font-weight: 600;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

p.copy-right {
  font-size: 14px;
  color: #90929d;
  font-weight: 400;
  margin: 20px 0px 30px;
}

.footer-info p {
  font-size: 11px;
  color: #90929d;
}

.fot-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #fff;
  color: #828183;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  margin-left: 10px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.page-footer ul li a {
  font-size: 16px;
  font-weight: bold;
}

.page-footer a {
  color: #828183;
}

@media (min-width: 1200px) {
  .course_browse_main {
    padding-top: 76px;
  }

  .course_header_section .container {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .mobinav {
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    margin: 0;
    left: 33px;
    cursor: pointer;
    background: linear-gradient(
      to bottom,
      #000,
      #000 20%,
      transparent 20%,
      transparent 40%,
      #000 40%,
      #000 60%,
      transparent 60%,
      transparent 80%,
      #000 80%,
      #000 100%
    );
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .top_menu {
    height: 100%;
    width: 300px;
    position: fixed;
    left: -300px;
    top: 8px;
    background-color: #fff;
    z-index: 99999;
    padding: 40px 0 0;
    margin: 0 !important;
    overflow-y: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  .top_menu.open {
    left: 0;
  }

  .logo {
    float: none;
    text-align: center;
  }

  .hdr_search {
    position: relative;
    top: 5px;
    margin: 0;
    width: 100%;
  }

  .navclsbtn {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21px;
    right: 19px;
    display: block;
  }

  .top_menu ul li a {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 15px 20px;
    text-align: left;
  }

  .course-banner-text p {
    width: 100%;
  }

  .top_menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #000;
    float: none;
  }

  .top_menu ul {
    padding-left: 18px;
  }

  .navclsbtn:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #000;
    transform: rotate(315deg);
  }

  .navclsbtn:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
  }

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

  .product-desc .col-2 {
    padding-left: 12px;
  }

  .top_menu ul li:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1450px) {
  .browse_main .container {
    max-width: 1430px;
    margin: auto;
  }
}

#catalog {
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1450px) {
  .course-btn {
    margin: 6px 0px 6px 5px;
  }

  .product-desc > .row > .col-4 {
    padding: 0px;
  }

  .product-desc > .product-title > .col-4 span {
    padding-right: 0px;
  }

  .product-desc {
    padding: 13px 21px 13px 8px;
  }

  .product-desc > .row {
    justify-content: space-evenly;
  }

  .col-price {
    padding: 0px;
  }

  .product-desc > .product-title > .col-8 h3 {
    font-size: 18px;
  }
}

/* Anatomy css */
.mobile {
  display: none;
}

.ban-text {
  padding-top: 112px;
  background-image: url(../../img/hero-img.png);
}
/* 
.body-part-list {
  list-style-image: url("../../img/play-alt.png");
} */

.ban-text h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #000;
}

.ban-text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  width: 500px;
  margin-top: 17px;
  margin-bottom: 205px;
}

.btm-line {
  border-bottom: 1px solid #5a5a5a;
}

.v-lib > .row > .all-top {
  flex-basis: 28%;
  padding: 20px 40px 20px;
  margin-top: 90px;
  margin-bottom: 50px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  height: fit-content;
  margin-right: 15px;
  top: 115px;
  position: sticky;
  z-index: 3;
  max-height: 83vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.v-lib > .row > .expand {
  flex-basis: 67%;
  padding: 0px 0px 20px;
  margin-top: 90px;
  margin-bottom: 50px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  height: fit-content;
  margin-left: 15px;
  scroll-behavior: smooth;
}

.v-lib > .row > .all-top h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;

  color: #000;
  margin-bottom: 3%;
  margin-left: 5%;
}

.v-lib > .row > .all-top > ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;

  color: #000;
  margin-bottom: 15px;
  list-style: disc;
}

.v-lib > .row > .all-top > ul {
  margin-top: 5%;
  padding: 0px;
}

.v-lib > .row > .expand > .title {
  background-color: #EBE8E6;
  color: #000;
  padding: 0px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 1.5%;
  /* border-bottom: 1px solid #5a5a5a; */
}

.v-lib > .row > .expand > .title h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;

  margin: 0px;

  color: #000;
}

.module-topic{
  padding: 0px 30px;
}

.module-title{
  border-bottom: 3px solid #5a5a5a;
  padding: 18px 0px;
}

.v-lib > .row > .expand h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #000;
  margin-top: 4%;
}

.v-lib > .row > .expand h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-left: 3%;
  margin-top: 3%;
  margin-bottom: 1%;

  color: #6d6d6d;
}

.v-lib > .row > .expand ul {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-left: 1%;
  margin-bottom: 3%;
  line-height: 35px;
  padding-left: 20px;

  color: #ffffff;
}

.body-part-list li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  color: #262626;

  /* list-style-image: url("../../img/play-alt.png"); */
}

.body-part-list li img {
  margin-top: -3px;
}

.img-space {
  margin-right: 1%;
}

/* .skull-icon {
  margin-top: -2px !important;
  width: 20px;
  margin-left: -3px;
} */

@media (max-width: 992px) {
  .row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .banner > .row > .ban-text p {
    width: 80%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .banner > .row > .ban-text h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .v-lib > .row > .all-top h1 {
    text-align: center;
    margin-left: auto;

    font-size: 24px;
  }

  .v-lib > .row > .expand h1 {
    font-size: 24px;
    text-align: center;
  }

  .v-lib > .row {
    padding: 0% 2%;
  }

  .v-lib > .row > .all-top {
    margin-right: 0px;
    padding: 2% 6%;
    flex-basis: auto;
    margin-top: 0px;
    top: 124px;
    margin-bottom: 0px;
    background-color: white;
  }

  .v-lib > .row > .expand {
    margin-left: 0px;
    padding: 5% 6%;
    flex-basis: auto;
    margin-top: 50px;
  }

  .ban-text {
    padding: 28% 0px 0px;
    background-image: none;
  }

  .v-lib > .row > .expand ul {
    padding: 0px 20px;
    margin-left: 5%;
  }

  .v-lib > .row > .expand > .title {
    font-size: 18px;
    line-height: 22px;
  }

  .v-lib > .row > .expand h3 {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .v-lib > .row > .expand h5 {
    margin-bottom: 15px;
  }

  .anatomy-dropdown {
    width: 100%;
    scroll-behavior: smooth;
    font-family: "Montserrat";
    font-size: 16px;
  }

  .video-icons-btn > .col-md-12 {
    padding: 0px;
  }
}

@media (max-width: 600px) {
  .ban-text {
    padding-top: 48%;
  }

  .body-part-list li {
    line-height: 25px;
  }

  .v-lib > .row > .all-top {
    padding: 4% 4%;
  }

  .banner > .row > .ban-text p {
    width: auto;
  }
}

/* video libray white theme */
.no-conflict {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 25px 25px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.no-conflict h3 {
  color: #e20000;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 15px;
}

.no-conflict div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  transition: max-height 0.6s;
}

.no-conflict button {
  background-color: #e20000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 7px;
  cursor: pointer;
}

.no-conflict.expanded div {
  max-height: 500px;
}

.no-conflict div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  transition: max-height 0.6s;
}

.no-conflict p {
  color: #000;
  line-height: 30px;
  font-size: 16px;
  font-family: "Montserrat";
}

.no-conflict li {
  font-family: "Montserrat";
  background-color: #fff;
  padding: 15px;
  margin: 12px 0;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: inset 0px -4px 6px rgb(0 0 0 / 10%);
}

.free-trial-lock {
  overflow: hidden;
  position: relative;
  /* padding: 5px; */
}

.video-icons-btn {
  margin-top: 13px;
  padding: 0px 15px;
}

.video-icon {
  font-size: 11px;
  font-weight: 400;
}

.video-icon a.cme,
.video-icon a.duration {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.video-icon a.like,
.video-icon a.dislike,
.video-icon a.heart {
  border: none;
  padding: 5px 7px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.video-icon a.like img,
.video-icon a.dislike img,
.video-icon a.heart img {
  margin-top: -5px;
  height: 20px;
}

.chat-input {
  display: flex;
  align-items: center;
  /* background-color: #fff; */
  border-radius: 11px;
  padding: 10px;
  margin-top: 15px;
  box-shadow: inset 0px -4px 6px rgb(0 0 0 / 10%);
  /* margin: 10px; */
}

.chat-input input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px;
  /* background-color: #fff; */
  font-family: "Montserrat";
}

.hide-loader {
  display: none;
}

.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #635f65;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 0.8s linear infinite;
}

.browse_video_body .browse-single-category .single-title {
  margin: 35px 0 20px;
}

.browse_video_body .browse-single-category .single-title,
.browse-single-author .author-title {
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 10px;
}

.comments-tabs .nav-tabs {
  border-bottom: 1px solid #fff;
}

.nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.comments-tabs .tab-content {
  margin-top: 45px;
}

.comments-tabs .media,
.instructor-main .media,
.mobile-accordion .media {
  margin: 35px 0;
}

h3.recent-heading span {
  color: #00c3eb;
}

.comments-main .media img.mr-3,
.recents-comment-main .media img.mr-3 {
  width: 100%;
  max-width: 64px;
}

.recents-comment-main .recents-body,
.recently-add-new,
.your-notes-new {
  /* background: #000; */
  padding: 20px;
  position: relative;
  width: 100%;
}

.recents-comment-main .recents-body:before {
  content: "";
  border-top: 14px solid #000;
  border-left: 21px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}

.recents-comment-main .reply-main .media {
  width: 90%;
  margin-left: auto;
  margin-top: -12px;
}

.comments-tabs li a.active {
  font-family: "Montserrat";
  background: #fff;
  border-bottom: 2px solid #e20000;
  color: #00c3eb;
}

.comments-tabs li a {
  background: #fff;
  padding: 15px 30px;
  display: inline-block;
  margin-bottom: -2px;
}

.comments-tabs h4 {
  font-family: "Montserrat";
  color: #000;
  font-size: 15px;
}

.comment-body form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.comment-textarea {
  padding: 15px 15px 48px;
  height: 130px;
}

.comment-textarea,
.my-notes-main .comment-textarea {
  border-radius: 5px;
  padding: 15px 15px 45px;
  color: #7d7d7d;
  resize: none;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.write-comment-icon {
  display: flex;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  margin-top: -48px;
  position: relative;
  border-top: 1px solid #7d7d7d;
  border: 2px solid #7d7d7d;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-width: 1px 1px 1px;
}

.comment-body input.comment-submit {
  border: none;
  background: url(../images/Icon-awesome-paper-plane.svg) no-repeat center;
  color: transparent;
  cursor: pointer;
  border-right: 1px solid #7d7d7d;
  padding: 11px 20px;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.free-trial-lock:hover .lock-overlay {
  opacity: 1;
}

.free-trial-lock .lock-overlay {
  backdrop-filter: blur(17px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.lock-overlay {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 100ms ease-in-out;
  text-align: center;
}

.free-trial-lock-video .lock-overlay .free-trial-locks-icon img {
  width: 40px;
}

.free-trial-lock .lock-overlay .free-trial-locks-icon img {
  width: 40px;
}

.free-trial-locks-body p {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 18px;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  /* background-color: #00c3eb; */
  padding: 12px 33px 10px;
  display: inline-block;
  border-radius: 5px;
}

.btn {
  /* display: inline-block; */
  /* font-weight: 400; */
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /* -webkit-user-select: none; */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /* padding: .375rem .75rem; */
  /* font-size: 1rem; */
  /* line-height: 1.5; */
  /* border-radius: .25rem; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.instructor-main,
.create-flash-card-main {
  border-top: 1px solid;
}

h3.recent-heading,
.instructor-main h3,
.create-flash-card-main h3 {
  margin-top: 35px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.instructor-main .media img {
  max-width: 300px;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.instructor-body h4,
h6.heading-theory,
.create-comments-main form label {
  color: #e20000;
}

.instructor-main .instructor-body p {
  margin: 15px 0 40px;
  font-size: 19px;
}

.browse_video_body .browse-single-btn {
  margin-bottom: 20px;
  width: fit-content;
}

.back-btn {
  display: inline-block;
  width: fit-content;
}

.back-btn a {
  color: #000;
}

.back-btn img {
  margin-right: 5px;
  margin-top: -4px;
  width: 20px;
}

button,
input {
  overflow: visible;
}

.browse_video_body .single-lession-heading {
  font-family: "Montserrat";
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-lession-box-main,
.browse_video_body .single-lession-box .media-video {
  position: relative;
}

.browse_video_body .single-lession-box {
  padding: 5px;
}

.browse_video_body .single-lession-box .media {
  padding: 8px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.single-lession-box-main,
.browse_video_body .single-lession-box .media-video {
  position: relative;
}

.browse_video_body .media-video iframe,
.browse_video_body .single-lession-box .media-video img {
  width: 176px;
  height: 96px;
  max-width: 176px;
  opacity: 1;
  cursor: pointer;
}

.browse_video_body .lession-time {
  background-color: #000;
  font-family: "Montserrat";
  font-size: 11px;
  padding: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.browse_video_body .single-lession-box .media-body h3.lession-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  margin: 10px 0 0;
  text-decoration: none;
  line-height: 20px;
}

.browse_video_body .single-lession-box a p.lession-content {
  font-family: "Montserrat";
  font-size: 14px;
  color: #6d6f71;
  font-weight: bold;
  margin: 10px 0 0;
}

.anatomy-object {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  border: none;
  background-color: white;
  color: #e20000;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.video-icon a.download {
  border: none;
  padding: 5px 6px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.video-icon a.download img {
  height: 22px;
}

.free-trial-lock:hover .lock-overlay {
  opacity: 1;
}

.comment-main-height {
  padding: 22px 5px;
}

.video-mob {
  display: none;
}

.response {
  font-family: "Montserrat";
  border: none;
  color: #000;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 25px 0;
  align-self: flex-end;
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.response p {
  margin: 0;
  color: #000;
}

.disclamair {
  margin-top: 16px;
  margin-bottom: -20px;
  font-size: 13px;
  padding-left: 8px;
  font-family: "Montserrat";
  color: #000;
}

.free-trial-lock-video {
  overflow: hidden;
  position: relative;
  padding: 5px;
  min-height: 400px;
}

.iframe-shadow {
  border-radius: 7px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.anatomy-media {
  height: 101px;
  padding: 0px 15px 5px;
}

@media (max-width: 786px) {
  .video-desk {
    display: none;
  }

  .video-mob {
    display: block;
    margin-top: 5px;
  }

  .browse_video_body .browse-single-video iframe {
    height: 185px;
    width: 100%;
  }

  .cme-request {
    background-color: #fff;
    color: #000;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    width: 142px;
  }
}

.modal-explore-page {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 253px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content-explore-page {
  background: #ffffff;
  border-radius: 25px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 54px;
  border: 1px solid #888;
  /* width: 80%; */
  width: 514px;
  height: auto;
}

.info-explore-page {
  text-align: center;
}

.modal-text-explore-page {
  font-family: "Muli";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

.modal-head-explore-page {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 396px;
  margin-left: auto;
  margin-right: auto;
}

.button-modal-explore-page {
  background: #00c3eb;
  border-radius: 5px;
  border: none;
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: 174px;
  height: 42px;
  padding: 10px 136px;
  text-align: center;
  width: 352px;
  height: 42px;
  cursor: pointer;
}

.button-modal1-explore-page {
  background: #e0e0e0;
  border-radius: 5px;
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  width: 352px;
  height: 42px;
  padding: 10px 150px;
  margin-top: 15px;
  border: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.video-icons-btn {
  padding: 0px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.proceed-assessment-block {
  background-color: #fff;
  padding: 25px;
  font-size: 18px;
  margin-bottom: 25px;
  box-shadow: inset 0px -4px 6px rgb(0 0 0 / 10%);
}

.proceed-assessment-block input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #000;
  margin-bottom: 10px;
  box-shadow: inset 0px -4px 6px rgb(0 0 0 / 10%);
}

.proceed-assessment-block .proceed-link {
  margin: 20px 0;
}

.proceed-assessment-block .proceed-link a {
  background-color: #e20000;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
}

.disabled {
  opacity: 60%;
}

.proceed-assessment-block p {
  font-size: 16px;
}

.login-row {
  align-items: center;
  text-align: end;
  justify-content: center;
}

/* webinar listing page CSS starts here */

.row-banner {
  display: flex;
}

.ban-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #1a1b23;
}

.ban-text-list-pg {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 540px;
}

/* .bann-img{
    width: 80%;
  } */

.col1-bann {
  padding-top: 150px;
  padding-bottom: 87px;
  width: 50%;
}

.col2-bann {
  text-align: right;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.col1-search-row {
  width: 50%;
}

.col2-search-row {
  width: 50%;
  text-align: right;
}

.input-webinar {
  background: #ffffff;
  border: 0.5px solid #8c8c8c;
  border-radius: 7px;
  padding: 12px;
  width: 368px;
}

.input-webinar::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
}

.btn-search-row {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  background: #ff6600;
  border-radius: 7px;
  padding: 12px 17px;
  border: none;
  width: 22em;
}

.btn-webinar {
  border: none;
  background: none;
  margin-left: -45px;
}

.search {
  padding-top: 12px;
  padding-bottom: 48px;
}

.webinar-list-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #262626;
  margin-bottom: 22px;
}

.webinar-list-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 12px;
  width: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.heading-list-web {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 5px;
}

.col1-time-price > p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 0;
}

.webinar-list-btn {
  background: #e20000;
  border-radius: 7px;
  border: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 11px 33px;
  margin-top: 30px;
  margin-right: 4%;
}

.col1-time-price {
  padding-left: 0px;
}

.col2-time-price {
  padding-right: 0px;
}

.webinar-listing-img {
  box-shadow: 0px 1px 8px 2px rgba(58, 58, 58, 0.1);
  border-radius: 7px 7px 0px 0px;
}

.web-list {
  padding-bottom: 28px;
}

.row-for-mob-list {
  align-items: center;
}

.seperation-line-web {
  border: 2px solid #efefef;
  margin: 45px 0px 0px;
}

@media (max-width: 568px) {
  .instructor-main .media {
    display: block;
  }
}

@media (max-width: 992px) {
  .web-banner > .row {
    flex-direction: column;
  }

  .search > .row {
    flex-direction: column;
  }

  .row-for-mob-list {
    flex-direction: column-reverse;
  }

  .col1-bann {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 10px;
  }

  .col2-bann {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .bann-img {
    width: 100%;
    text-align: center;
  }

  .ban-head {
    font-size: 30px;
    line-height: 37px;
  }

  .ban-text-list-pg {
    font-size: 10px;
    line-height: 15px;
    width: 100%;
  }

  .search {
    padding-top: 32px;
    padding-bottom: 35px;
  }

  .col1-search-row {
    width: 100%;
    text-align: center;
  }

  .col2-search-row {
    width: 100%;
    text-align: center;
  }

  .input-webinar {
    width: 322px;
  }

  .btn-search-row {
    margin-left: 0;
    width: 100%;
    padding: 12px 40px;
    margin-top: 23px;
  }

  .webinar-listing-img {
    width: 100%;
  }

  .row-mob-web {
    flex-direction: row;
    align-items: baseline;
  }

  /* .col1-time-price {
        width:50%;
    } */

  .col2-time-price {
    width: 50%;
    padding-right: 15px;
  }

  .col2-webinar-list-text {
    padding-top: 15px;
  }

  .webinar-list-head {
    font-size: 14px;
    line-height: 17px;
  }

  .webinar-list-text {
    font-size: 10px;
    line-height: 12px;
    width: 98%;
  }

  .col1-time-price > p {
    font-size: 11px;
    line-height: 13px;
  }

  .heading-list-web {
    font-size: 11px;
    line-height: 13px;
  }
  .browse_video_body {
    padding: 160px 0;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .search > .row {
    flex-direction: row;
  }

  .col1-search-row,
  .col2-search-row {
    width: 50%;
  }

  .btn-search-row {
    margin-top: 0px;
    width: 27em;
    margin-left: 150px;
  }

  .hit {
    margin-top: 5px;
  }
}

/* webinar listing page CSS ends here */

/* webinar detail page CSS starts here */

.banner-detail {
  background-image: url("https://s3.amazonaws.com/img.drbeen.com/user/1686579981122-banner-detail.png");
  background-repeat: no-repeat;
  padding-top: 98px;
  padding-bottom: 98px;
  background-size: cover;
}

.sch-1-detail {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.webinar-detail-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #1a1b23;
  margin-top: 67px;
}

.webinar-detail-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-transform: capitalize;
  color: #1a1b23;
  width: 90%;
}

.webinar-text-sub {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 40px;
  width: 80%;
}

.webinar-start {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.learn-detail-btn {
  background: #e20000;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 18px 50px;
  border: none;
  margin-top: 40px;
}

.benefit-head-det {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
  color: #000000;
}

.hr-bene {
  background: #e20000;
  border-radius: 5px;
  width: 23%;
  text-align: left !important;
  margin-left: 0;
  height: 3px;
}

.hr-bene-1 {
  background: #e20000;
  border-radius: 5px;
  width: 55%;
  text-align: left !important;
  margin-left: 0;
  height: 3px;
  margin-bottom: 50px;
}

.benefits-detail {
  padding-top: 68px;
  padding-bottom: 70px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
}

.det-img-banner {
  text-align: center;
}

.info-det-box {
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  border-radius: 7px;
  padding: 170px 73px 35px;
  text-align: left;
  margin-top: -105px;
}

.name-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}

/* .input-field {
  background: #ffffff;
  border: 0.5px solid #000000;
  border-radius: 5px;
  width: 480px;
  height: 55px;
  margin-bottom: 19px;
} */

.btn-reg-submit {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 18px 40px;
  color: #ffffff;
  background: #e20000;
  border-radius: 7px;
  border: none;
  margin-top: 13px;
}

.btn-class {
  text-align: center;
}

.bene-list-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  margin-top: 53px;
  margin-bottom: 34px;
}

.bene-list-head::before {
  content: url("./triangle_bene.png");
  margin-right: 5px;
}

.bene-list-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  width: 78%;
}

.col-sch-1 > h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}

.timeline-det {
  padding-top: 61px;
  padding-bottom: 79px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.web-det-sch-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 80%;
  margin-bottom: 70px;
}

.web-speaker {
  padding: 65px 0;
}

.hr-bene-2 {
  background: #e20000;
  border-radius: 5px;
  width: 78%;
  text-align: left !important;
  margin-left: 0;
  height: 3px;
  margin-bottom: 30px;
}

.learn-detail-btn-1 {
  background: #e20000;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 18px 40px;
  border: none;
  margin-top: -14px;
  margin-left: 27px;
}

.web-spk-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.web-spk-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #db0000;
  width: 80%;
}

.web-spk-text-sub {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  width: 90%;
}

.web-spk-hd {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}

.hr-bene-3 {
  background: #e20000;
  border-radius: 5px;
  width: 25%;
  text-align: left !important;
  margin-left: 0;
  height: 3px;
  margin-bottom: 30px;
}

.timer-container-web-det {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.timer-block-det-web {
  width: 64px;
  height: 64px;
  background-color: #e20000;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  margin: 0 32px 0 0;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.timer-label-det-web {
  margin-top: 10px;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-left: -30px;
}

@media (max-width: 480px) {
  .timer-block-det-web {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 44px;
    margin: 0 23px 0 0;
  }
}

.timeline-container {
  width: 100%;
  margin: 0 auto;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 15%;
  height: 570px;
  border-left: 3px solid black;
  margin-top: -22px;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.time {
  position: absolute;
  left: 35px;
  top: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #d32f2f;
}

.content,
.content-1 {
  margin-left: 140px;
}

.topic {
  margin-top: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 14px;
}

.description {
  margin-top: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.initial-info-1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 25px;
}

.initial-info-2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #d32f2f;
  margin-bottom: 21px;
}

.desc-sub-web-det-time {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #d32f2f;
  margin-bottom: 0;
}

.desc-sub-web-det-txt {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 21px;
}

.timeline-end-txt-det {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-left: 40px;
}

.time-det-section {
  background: #e20000;
  width: 100% !important;
  padding: 25px 15px 27px;
}

.time-head-det {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 24px;
}

.time-text-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 17px;
}

/* .col-1-time-desc{
  border-right: 2px solid #fff;
} */

.row-time-det {
  justify-content: center;
  align-items: center;
}

.btn-time-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;

  padding: 17px 51px;
  border: none;

  color: #2d2d2d;
  background: #ffffff;
  border-radius: 7px;
}

.col-1-time-desc-border {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}

@media (max-width: 992px) {
  .sch-detail {
    flex-direction: column-reverse;
  }

  .web-det-bann-img-cl {
    width: 85%;
    margin-top: 10px;
  }

  .input-field {
    width: -webkit-fill-available;
    height: 40px;
  }

  .info-det-box {
    padding: 120px 33px 27px;
    margin-bottom: 60px;
  }

  .name-label {
    font-size: 16px;
  }

  .btn-reg-submit {
    padding: 12px 33px;
  }

  .sch-1-detail {
    font-size: 17px;
    line-height: 12px;
  }

  .webinar-detail-text {
    font-size: 22px;
    line-height: 27px;
    width: 100%;
  }

  .webinar-detail-head {
    font-size: 32px;
    line-height: 39px;
  }

  .webinar-text-sub {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }

  .timer-label {
    font-size: 12px;
    line-height: 20px;
  }

  .learn-detail-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 34px;
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .banner-detail {
    padding-top: 98px;
    padding-bottom: 30px;
    padding-top: 160px;
  }

  .benefits-detail {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .benefit-head-det {
    font-size: 25px;
    line-height: 20px;
  }

  .hr-bene {
    width: 68%;
  }

  .bene-list-head {
    font-size: 20px;
    line-height: 20px;
    margin-top: 27px;
    margin-bottom: 14px;
  }

  .bene-list-text {
    font-size: 13px;
    line-height: 16px;
    width: 95%;
  }

  .hr-bene-1 {
    width: 63%;
    margin-bottom: 15px;
  }

  .col-sch-1 > h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .web-det-sch-text {
    font-size: 13px;
    line-height: 16px;
    width: 95%;
    margin-bottom: 20px;
  }

  .time {
    left: 5px;
  }
  .content,
  .content-1 {
    margin-left: 70px;
  }

  .initial-info-1,
  .initial-info-2 {
    font-size: 16px;
  }

  .description {
    font-size: 13px;
    line-height: 15px;
  }

  .timeline-end-txt-det {
    font-size: 16px;
    margin-left: 5px;
  }

  .timeline-det {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .web-spk-hd {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .hr-bene-3 {
    width: 56%;
    margin-left: 86px;
    text-align: center !important;
  }

  .col-spk-1 {
    text-align: center;
  }

  .learn-detail-btn-1 {
    margin-left: 9px;
  }

  .web-spk-head {
    font-size: 20px;
    line-height: 24px;
    margin-top: 34px;
    text-align: center;
  }

  .web-spk-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .web-spk-text-sub {
    font-size: 13px;
    line-height: 17px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .timeline::before {
    left: 9%;
    height: 535px;
  }

  .content,
  .content-1 {
    margin-left: 85px;
  }

  .hr-bene-3 {
    width: 33%;
    margin-left: 228px;
  }

  .learn-detail-btn-1 {
    margin-left: 232px;
    display: block;
    position: absolute;
  }

  .web-spk-head {
    margin-top: 70px;
  }
}

/* webinar detailed page CSS ends here */

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

/* search feature on white theme */

.anatomysearch {
  padding-top: 3%;
}

.searchresults {
  padding-left: 15px;
  font-family: "Montserrat";
}

.searchrow {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.resultbox {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  padding: 10px 30px;
}

.noresults {
  font-family: "Montserrat";
  font-weight: 500;
}

@media (max-width: 600px) {
  .anatomysearch {
    padding-top: 38%;
  }
  .searchresults {
    font-size: 18px;
    padding-left: 0px;
  }

  .searchrow {
    margin-top: 15px;
  }

  .body-part-list li {
    font-size: 14px;
  }

  .noresults {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .anatomysearch {
    padding-top: 22%;
  }

  .searchresults {
    font-size: 24px;
    padding-left: 0px;
  }
}

/* search feature on white theme */

/* DrBeen Ai Chatbot */

.chatbot-container {
  padding: 60px 0px;
}

.chatbot-row {
  justify-content: center;
  margin: auto;
}

.chatRow {
  width: 73%;
}

.chatbot-heading h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

/* .chatbot-heading p {
  padding-bottom: 50px;
  text-align: center;
  color: #e20000;
  font-style: italic;
} */

.ai-btn-row {
  flex-direction: row;
  padding: 0px 15px;
}

.btn-res {
  padding: 0;
}

.ai-btn {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 18px;

  border: none;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  cursor: pointer;
}

.ai-btn-selected {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 18px;

  border: none;
  border-radius: 4px 4px 0px 0px;
  background: var(--brand-orange, #e35d11);
  cursor: pointer;
}

.search-wrapper {
  min-height: 355px;

  padding: 20px;

  border: none;
  border-radius: 0px 0px 4px 4px;
  background: var(--grey-10, #f5f5f5);
}

.search-wrapper-input {
  padding: 20px;
  border: none;
  border-radius: 0px 0px 4px 4px;
  background: var(--grey-10, #f5f5f5);
}

.aisearch-container {
  display: flex;
  align-items: center;

  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fff;

  padding: 16px 20px;
}

.aisearch-input {
  flex: 1;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border: none;
  outline: none;
  padding: 0px 15px 0px 0px;
  color: #3f3f3f;
}

.aisearch-input::placeholder {
  color: #969696;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ai-result {
  display: none;
  width: 85%;
  margin: auto;

  padding: 0px 15px 23px;

  border-radius: 15px;
  background: #fff;
  transition: height 0.8s ease, opacity 0.8s ease;
  flex-direction: column;
}

.aisearch-result {
  color: #3f3f3f;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  width: 100%;
  margin-bottom: 0px;
}

.ai-login {
  color: #e20000;
  font-family: "Montserrat";
}

.ai-disclaimer {
  font-family: "Montserrat";
  color: #5a5a5a;
  font-size: 13px;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.aiInputSeperate {
  margin: 0;
}

.response-placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;

  color: #cbcbcb;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0px 15px;
}

@media (min-width: 300px) and (max-width: 1200px) {
  .chatRow {
    width: 100%;
  }

  .chatbot-heading h3 {
    text-align: center;
  }

  .btn-res {
    width: fit-content;
    width: -moz-fit-content;
  }
  .btn-1,
  .btn-2,
  .btn-3 {
    width: 100%;
    text-align: center;
  }

  .ai-result {
    width: 90%;
  }

  .disclaimer-col {
    padding: 0px;
  }
}

/* @media (min-width: 1200px) and (max-width: 1450px) {
  .ai-btn-row {
    width: 95%;
  }
} */


/* video page iframe resolutions */

/* @media (min-width: 1200px) and (max-width: 1449px) {
  .browse_video_body .browse-single-video iframe {
    height: 405px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .browse_video_body .browse-single-video iframe {
    height: 337px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .browse_video_body .browse-single-video iframe {
    height: 237px;
  }
} */

/* New footer CSS starts here*/

    .new-footer-sec{
      background-color: #000000;
      padding: 40px 0px 12px;
    }

    .footer-img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .menu-row-node{
      display:flex;
      flex-direction:row;
      align-items:center;
      color:white;
      justify-content: center;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    
    .menu-row-node a{
      color:white;
      color: var(--White, #FFF) !important;
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
    }
    .menu-text-node{
      padding-bottom:0;
      margin-right:40px;
    }

    .all-info-node{
      color: var(--grey-10, #F5F5F5);
      text-align: center;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; 
      width: 65%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4px;
    }

    .noti-info-node{
      color: var(--gray-80, #888A8B);
      text-align: center;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .sub-info-node{
      color: var(--Brand-Orange, #E35D11);
      text-align: center;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0px;
    }
    
    .hr-divider{
      color:#252B42;
      border-top: 1px solid #252B42;
      border-left:none;
      border-right:none;
      border-bottom:none;
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: 17px;
    }

    .copyright-sec{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width:95%;
      margin-right: auto;
      margin-left: auto;
      
    }

    .copy-text-node{
      color: var(--gray-30, #D9D9D9);
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .social-node-links svg{
      margin-left: 10px;
    }


    @media (max-width:600px){
      .menu-row-node{
            flex-wrap: wrap;
      }
      
      .menu-text-node{
      margin-left: 10px;
      margin-right: 10px;
      }

      .all-info-node{
        width:92%;
      }

      .noti-info-node{
        width:95%;
        margin-left: auto;
        margin-right: auto;
      }

      .hr-divider {
        margin-top: 40px;
        margin-bottom: 12px;
        }

      .copyright-sec{
        flex-direction: column-reverse;
      }

      .social-node-links svg{
        margin-left: 0px;
        margin-right: 10px;
      }

      .social-node-links{
        margin-bottom: 24px;
      }

      .copy-text-node{
        margin-top: 0;
      }
    }

    @media (min-width:600px) and (max-width:1100px){
      .noti-info-node{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
      }

      .hr-divider{
        width: 95%;
      }

      .copyright-sec{
        width: 95%;
      }
    }
/* New footer CSS ends here */

/* CSS for Latest Webinars start here  */
/* Listing page CSS starts here */
.lec-prog-sec{
  background-color: #fafafa;
}

.container-web{
  max-width:1140px;
  margin: auto;
}

.web-contain{
  padding: 60px 0;
}

.web-contain h3{
  color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom:10px;
}

.live-lec{
  border-radius: 4px;
  border: 1px solid var(--gray-30, #D9D9D9);
  background: var(--White, #FFF);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}

.status-info-web{
  margin-left: 20px;
}

.btn-current-status{
  border-radius: 4px;
  border: 1px solid rgba(255, 0, 0, 0.60);
  background: rgba(255, 0, 0, 0.10);
  color: #F00;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
}

.title-web{
  color: var(--Brand-Heading-Grey, #252B42);
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px;
margin-bottom: 0;
}

.host-web{
  color: var(--brand-text-gray-60, #596289);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top:4px;
margin-bottom: 0px;
}

.col1-web{
  width:15%;
}

.col2-web{
  width:55%;
}

.col3-web{
  width:30%;
  display: flex;
  justify-content: end;
}

.cme-current-web{
  border-radius: 4px;
border: 2px solid var(--brand-text-gray-60, #596289);
background: var(--White, #FFF);
color: var(--brand-text-gray-60, #596289);
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 15px;
margin-right: 15px;
width: 100%;
max-width: 100px;
cursor: pointer;
}

.join-current-web{
  border-radius: 4px;
border: 2px solid #E35D11;
background: #E35D11;
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 14px;
width: 100%;
max-width: 160px;
cursor: pointer;
}

.hr-webinar-divi{
  background: var(--gray-30, #D9D9D9);
  margin:30px 0;
}

.col1-web-up{
  width:70%;
  text-align: start;
}

.col2-web-up{
  width:30%;
  text-align: end;
}
.btn-up-status{
  border-radius: 4px;
border: 1px solid rgba(255, 193, 8, 0.60);
background: rgba(255, 193, 8, 0.10);
color: #FFC108;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.56px;
margin-right: 15px;
}

.span-web{
  display:flex;
  /* justify-content: center; */
  align-items: center;
}

.semi-status-up{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 9px;
}

.date-up-web{
  color: var(--brand-text-gray-60, #596289);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
}

.time-up-web{
  border-left: 1px solid #D9D9D9;
  margin-left: 20px;
  margin-right: 20px;
  border-right: 1px solid #D9D9D9;
  padding-left: 20px;
  padding-right: 20px;
}

.img-live-sec{
  width:160px;
  height:90px;
  border-radius: 4px;
}

.upcoming-lec{
  padding: 0;
}

/* .upcoming-lec li{
  margin-bottom: 20px;
} */

.col2-web-up{
  display: flex;
  justify-content: end;
}

.col1-semi-status{
  flex-direction: row;
    display: flex;
}

.join-current-web:hover{
  border: 2px solid #E35D11;
  color: #E35D11;
  background-color: #fff;
}

.pending-current-web{
  color: #888A8B;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 16px;
  border-radius: 4px;
border: 2px solid #D9D9D9;
background: #D9D9D9;
width: 100%;
    max-width: 160px;
    cursor: pointer;
}

@media (max-width:600px){
  .web-contain {
    padding: 40px 15px;
  }

  .live-lec {
    padding: 15px;
    flex-direction: column;
  }

  .col1-web,.col2-web,.col3-web{
    width:100%;
  }

  .img-live-sec{
    width:auto;
    height:auto;
  }
  .status-info-web {
    margin-left: 0px;
    margin-top: 14px;
  }

  .col3-web{
    text-align: start;
    margin-top: 20px;
  }
  .join-current-web {
    width: 100%;
    max-width: 100%;
  }

  .col1-web-up,.col2-web-up{
    width: 100%;
  }

  .span-web {
    align-items: start;
    flex-direction: column;
  }
  .title-web {
    margin-top: 5px;
  }

  .col2-web-up{
    margin-top: 15px;
  }

  .semi-status-up{
    flex-direction: column;
    gap: 7px;
  }

  .col1-semi-status{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .col2-semi-status{
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .pending-current-web {
    width: 100%;
    max-width: 100%;
  }

}

@media (min-width:600px) and (max-width:1100px){
  .web-contain {
    padding: 40px 15px;
  }

  .col1-web{
    width: 20%;
  }
  .col2-web{
    width: 45%;
  }
  .col3-web{
    width: 35%;
  }
  .btn-current-status {
    margin-bottom: 2px;
  }
  .title-web{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .btn-up-status{
    margin-right: 5px;
  }
  .live-lec{
    flex-direction: column;
  }
  .col1-web,.col2-web,.col3-web{
    width: 100%;
  }
  .img-live-sec {
    width: 100%;
    height: auto;
  }
  .status-info-web {
    margin-left: 0px;
    margin-top: 14px;
  }
  .col3-web{
    justify-content: flex-start;
    margin-top: 20px;
  }
  .join-current-web {
    padding: 15px 19px;
    max-width: 260px;
  }
  .cme-current-web{
    padding: 15px 14px;
  }
  .col1-web-up,.col2-web-up{
    width: 100%;
  }
  .col2-web-up{
    justify-content: flex-start;
    margin-top: 20px;
  }

  .pending-current-web {
    padding: 15px 19px;
    max-width: 260px;
  }
}

/* Listing page CSS ends here */

/* Detail Page CSS starts here */
.info-web-dets{
  margin-top: 70px;
  background: var(--grey-10, #F5F5F5);
  padding: 20px 0 60px;
}

.btn-back-web {
  border-radius: 4px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 6px;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.btn-back-web-svg {
  color: var(--Brand-Heading-Grey, #252B42);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.btn-back-web {
  margin-right: 10px;
}
.dets-web-info {
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.col1-web-dets{
  width: 40%;
}
.col2-web-dets{
  width: 60%;
  text-align: end;
}
.web-dets-title{
  color: var(--Brand-Heading-Grey, #252B42);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}
.dur-dets{
  color: var(--Brand-Text-Gray, #3A4367);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cme-dets{
  font-weight: 600;
}

.join-dets-web{
  border-radius: 4px;
background: #E35D11;
padding: 16px 35px;
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
border: 2px solid #E35D11;
margin-top: 30px;
cursor: pointer;
max-width: 168px;
width: 100%;
}

.img-web-dets{
  border-radius: 4px;
  width: 720px;
height: 405px;
}

.section-bottom-dets{
  background-color:#FAFAFA;
  padding: 30px 60px;
}
.desc-web-dets{
  color: var(--brand-text-gray-60, #596289);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}
.join-dets-web:hover{
  border: 2px solid #E35D11;
  color: #E35D11;
  background-color: #fff;
}

.checkbox-box {
  border: 1px solid #888A8B;
  margin-bottom: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.checkbox-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-text{
  color: var(--Brand-Heading-Grey, #252B42);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox-btn-web{
  border-radius: 4px;
  background: #D9D9D9;
  padding: 16px 40px;
  margin-top: 14px;
  color: #888A8B;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
}

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

.checkbox-box-cme{
  border: 1px solid #888A8B;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.btn-list-live{
  margin-bottom: 0;
  margin-right: 15px;
}

.cme-ques-webinar{
  display: none;
}

.save-btn-web{
  background-color: #00c3eb;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

@media (max-width: 600px){
  .info-web-dets{
    padding: 20px 15px 40px;
  }
  .dets-web-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .col1-web-dets, .col2-web-dets{
    width: 100%;
  }

  .web-dets-title {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .join-dets-web{
    margin-top: 0;
  }

  .col2-web-dets{
    margin-top: 40px;
  }

  .img-web-dets {
    border-radius: 4px;
    width: auto;
    height:auto;
 }
 .section-bottom-dets {
  background-color: #FAFAFA;
  padding: 30px 15px;
 }       
}                                                                                                                                                                                                                                                                                                                                
/* Detail Page CSS ends here */
