.area-section ul,
.collaboration-section ul {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
@font-face {
  font-family: icomoon;
  src: url("../../assets/fonts/icomoon.eot?zawc9t");
  src: url("../../assets/fonts/icomoon.eot?zawc9t#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/icomoon.ttf?zawc9t") format("truetype"),
    url("../../assets/fonts/icomoon.woff?zawc9t") format("woff"),
    url("../../assets/fonts/icomoon.svg?zawc9t#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-medical:before {
  content: "\e907";
  color: #fff;
}
.icon-email:before {
  content: "\e908";
  color: #fff;
}
.icon-interactive:before {
  content: "\e900";
  color: #fff;
}
.icon-search:before {
  content: "\e901";
  color: #707070;
}
.icon-access:before {
  content: "\e902";
  color: #fff;
}
.icon-angle-down:before {
  content: "\e903";
  color: #c7583b;
}
.icon-angle-left:before {
  content: "\e904";
  color: #fff;
}
.icon-cme:before {
  content: "\e905";
  color: #fff;
}
.icon-expert:before {
  content: "\e906";
  color: #fff;
}
.btn-success {
  border: 1px solid #4c7a93 !important;
  background: #4c7a93 !important;
}
.text-danger {
  color: #c7583b !important;
}
.text-gray {
  color: #707070 !important;
}
.text-success {
  color: #4c7a93 !important;
}
.font-12,
.font-13 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.area-block h5,
.badge,
.counter-area h3,
.fw-semibold,
.play-card h4 {
  font-weight: 500;
}
.btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn-outline-danger {
  color: #c7583b;
  border: 2px solid #c7583b;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 20px;
}
.area-section,
.our-program {
  padding: 60px 0;
  position: relative;
}
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #4c7a93;
  border: 2px solid #4c7a93 !important;
  background: #fff !important;
}
.main-heading {
  color: #4c7a93;
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
}
.text-normal {
  text-transform: inherit;
}
.area-section ul {
  display: grid;
  align-items: center;
  grid-gap: 80px;
}
.feature-card h5 a,
.feature-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-program {
  background: #f4f2f2a1;
}
.feature-card {
  border-radius: 12px;
  border: 0;
  box-shadow: 0 0 12px #4c7a935f;
  padding: 12px;
  margin-bottom: 30px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.feature-card .card-body {
  padding: 15px 5px 0;
}
.feature-card .position-relative a {
  width: 100%;
}
.feature-card .position-relative img {
  width: 100%;
  object-fit: cover;
  height: 220px;
  border-radius: 8px 8px 0 0;
}
.feature-card h5 {
  font-weight: 600;
  margin-top: 12px;
  font-size: 16px;
}
.feature-card h6 {
  font-weight: 500;
  font-size: 14px;
}
.feature-card h5 a {
  min-height: 38px;
}
.feature-card a {
  color: #333;
}
.feature-card p {
  font-size: 13px;
  line-height: 18px;
  color: #707070 !important;
  margin-bottom: 10px;
  font-weight: 400;
  min-height: 35px;
}
.feature-card small {
  font-size: 10px;
  display: block;
  line-height: 16px;
  min-height: 22px;
  font-style: italic;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.play-card h5,
.play-card small,
.play-card ul li a {
  color: #838383;
}
.feature-card .btn {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 6px;
}
.feature-card .card-tags {
  position: absolute;
  top: 15px;
  left: 15px;
}
.feature-card .card-tags .btn {
  top: 0;
  left: 0;
}
.card-bottom {
  position: absolute;
  bottom: 10px;
  width: 92%;
}
.btn-dark {
  background: #00314b;
}
.bg-success-dark,
.btn-green {
  color: #fff;
  background: #4c935a;
}
.btn-danger {
  color: #fff;
  background: #c7583b !important;
}
.badge.bg-success-light,
.bg-success-light,
.btn-light-green {
  color: #fff;
  background: #93a561;
}
.bg-light {
  background: #eef4f6;
}
.feature-card .badge {
  font-size: 11px;
}
.badge.bg-danger,
.feature-card .badge.bg-danger {
  color: #d80000;
  background: #ff77823d !important;
}
.badge.bg-primary,
.feature-card .badge.bg-dark {
  color: #63487a;
  background: #63487a30 !important;
}
.badge.bg-light,
.feature-card .badge.bg-light {
  color: #4c7a93;
  background: #bfcfd88f !important;
}
.feature-card .badge.bg-warning {
  color: #8e6a06;
  background: #8e6a0626 !important;
}
.feature-card ul li {
  display: flex;
  align-items: center;
  line-height: 12px;
  font-size: 10px;
  padding: 0 6px;
}
.feature-card ul li:first-child,
.footer-icon li:first-child,
footer .social-icon li:first-child {
  padding-left: 0;
}
.feature-card ul li img {
  margin-right: 6px;
  width: 18px;
}
.feature-card p.event-block {
  width: 220px;
  background: #c7583bc2;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -110px;
  display: block;
}
.contact-info-content img {
  margin-bottom: 5px;
  background-color: #707070;
}
.contact-info-content img:hover {
  background-color: #c7583b;
}
.contact-info-content i:hover,
.feature-card:hover h5 a,
.header-btn-text.active,
.learning-block p a:hover,
footer a:hover {
  color: #c7583b;
}
.feature-card:hover {
  box-shadow: 0 0 14px #00000052;
  transform: translateY(-8px);
}
.why-choose {
  padding: 60px 0 30px;
}
.why-choose .d-flex i,
.why-choose .d-flex img {
  font-size: 34px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #c7583b;
  border-radius: 12px;
  text-align: center;
}
.why-choose .d-flex img {
  padding: 16px;
}
.why-choose .d-flex h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.why-choose .d-flex p {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
}
.why-choose .icon-access,
.why-choose .icon-interactive {
  font-size: 44px !important;
}
.collaboration-section {
  padding: 80px 0;
  position: relative;
}
.collaboration-section ul {
  display: grid;
  align-items: center;
  grid-gap: 30px 90px;
  text-align: center;
}
.collaboration-section h5 {
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 400;
}
.thank-section {
  padding: 50px 0 80px;
}
.thank-section h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.thank-section p {
  font-size: 22px;
  margin-bottom: 20px;
}
.thank-section h4 {
  font-weight: 600;
  font-size: 26px;
}
.about-left-content p,
.about-right-content p,
.thank-section small,
.video-nav.media-formate span {
  font-size: 14px;
}
.course-area.programme-section .feature-card {
  min-height: 615px;
  margin-bottom: 0;
}
.course-area.our-program .feature-card {
  min-height: 615px;
}
.course-single-sidebar-wrapper .theme-btn {
  padding: 6px 20px;
  text-transform: inherit;
  line-height: 22px;
}
.course-single-share-link a img {
  margin-bottom: 5px;
  background-color: #c7583b;
}
.course-single-list {
  position: relative;
  padding: 0;
  margin: 0;
}
.course-single-list:before {
  content: "";
  border-left: 1px dashed #c7583b47;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 1;
}
ol.course-single-list {
  list-style: none;
  counter-reset: item;
}
ol.course-single-list li {
  counter-increment: item;
  margin-bottom: 5px;
}
ol.course-single-list li:before,
ul.course-single-list li:before {
  margin-right: 15px;
  content: counter(item);
  color: #c7583b;
  background: #c7583b47;
  display: inline-block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
}
ul.course-single-list li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  font-size: 4px;
  top: -2px;
  left: 0;
  position: absolute;
}

ol.course-single-list li:before {
  top: -2px;
  left: 0;
  position: absolute;
}

ol.course-single-list li:last-child::after,
ul.course-single-list li:last-child::after {
  content: "";
  width: 5px;
  height: 90%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 23px;
  z-index: 1;
}

.course-single-list span:before {
  content: "";
  position: absolute;
  top: 28px;
  height: 73%;
  background: #c7583b12;
  width: 1px;
  z-index: 0;
  left: 14px;
}

.resource-download-icon {
  position: relative;
  top: 15px;
  text-align: center;
}

.play-card {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 5px #0000002b;
}
.play-card .card-body {
  padding: 20px;
}
.play-card h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.play-card hr {
  border-top: 3px solid #b2aeae;
  margin-bottom: 3px;
}
.play-card ul li {
  padding: 0 8px;
}
.footer-icon li:last-child,
.play-card ul li:last-child {
  padding-right: 0;
}
.play-card ul li a:hover {
  color: #be0e20;
}
.play-card ul li img {
  width: 22px;
}
.play-card input {
  border-radius: 4px;
  border: 1px solid #00000057;
  text-align: center;
  width: 40px;
  height: 20px;
  font-size: 12px;
}
.badge.bg-danger-dark {
  color: #fff;
  background: #d80000 !important;
}
.badge.bg-success {
  color: #fff;
  background: #4c7a93 !important;
}
.badge.bg-green {
  color: #fff;
  background: #4c935a !important;
}
.course-single {
  z-index: 1;
  position: relative;
}
.course-single-content .accordion .accordion-button h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.course-single-curriculum .accordion-header .flex-shrink-0 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
}
.course-single-curriculum .accordion-body .accordion-item {
  background: #70707003;
  border-radius: 0 0 10px 10px !important;
  box-shadow: none;
}
.course-single-content .accordion .accordion-button p {
  color: #4c7a93;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}
.course-single-content .accordion .accordion-body .accordion-button {
  background: #7070703e;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
  font-size: 16px;
}
.course-single-content .accordion .accordion-body .accordion-button:after {
  color: #fff;
  top: -4px;
  position: relative;
}
.course-single-content .accordion .accordion-body .accordion-button.collapsed {
  border-radius: 8px;
}
.about-left-content .about-right .about-img::after,
.about-left-content .play-btn i::after,
.about-right-content .about-img::after,
.about-right-content .play-btn i::after,
.course-single-curriculum #flush-headingOne .accordion-button::after,
.course-single-curriculum #flush-headingTwo .accordion-button::after,
.faq-area .accordion-button::after {
  display: none;
}
.course-single-curriculum #flush-headingOne .accordion-button h5::after,
.course-single-curriculum #flush-headingTwo .accordion-button h5::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 500;
  font-size: 24px;
  color: #c7583b;
  background-image: none;
  margin-left: 15px;
  position: relative;
  top: 4px;
}
.accordion-button:not(.collapsed)::after,
.course-single-curriculum
  #flush-headingOne
  .accordion-button:not(.collapsed)
  h5::after,
.course-single-curriculum
  #flush-headingTwo
  .accordion-button:not(.collapsed)
  h5::after {
  transform: none;
  content: "\f107";
  background-image: none;
}
.video-nav .nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  color: #fff;
  background: #c7583b;
}
.video-nav .nav-tabs .nav-link,
.nav-pills .nav-link {
  color: #c7583b;
  box-shadow: 0 0 6px #3333332f;
  border-radius: 8px 8px 0 0;
  background: #c7583b2e;
  padding: 2px 15px;
  font-weight: 500;
  margin-right: 8px;
}
.learning-block p {
  font-size: 12px;
  line-height: 16px;
}
.register-event {
  padding: 80px 30px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 5px #0000002e;
  background-size: cover;
}
.register-event p {
  max-width: 450px;
  background: #4c7a93;
  color: #fff !important;
  border-radius: 6px;
  padding: 20px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
}
.register-event span {
  font-weight: 600;
  font-size: 20px;
}
.cta-area.about-company .cta-wrapper {
  background: #fff !important;
  box-shadow: -20px 30px 56px #7070704d;
  position: relative;
  z-index: 1;
}
.cta-area.about-company .cta-content p {
  color: #333;
  line-height: 28px;
}
.cta-area.about-company .cta-content p a,
.cta-area.about-company .cta-content p a:hover,
.faq-area .accordion-button a:hover,
footer .footer-bottom a:hover {
  color: #4c7a93;
}
.faq-area .accordion-button {
  cursor: context-menu;
}
.faq-area .accordion-button small {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #c7583b;
}
.gu-expert-single .team-single-img img {
  background: 0 0;
  padding-top: 0;
  height: auto;
}
.course-single-details p,
.course-single-list {
  color: #707070;
  font-weight: 400;
  line-height: 22px;
}
.area-block h1,
.area-block h3,
.course-single-details h5,
.faq-area h5,
.step-area .main-heading,
footer h5 {
  font-weight: 600;
}
.video-nav.media-formate {
  border-radius: 0 0 6px 6px;
  background: #eef4f6;
  padding: 5px 10px 3px;
}
.video-nav.media-formate .nav-link {
  box-shadow: none;
  color: #4c7a93;
  border: 0;
  padding: 2px 10px;
  font-size: 14px;
}
#videoModal .modal-body,
#videoModal .modal-content,
.video-nav.media-formate .nav-tabs .nav-link.active {
  background: 0 0;
  border: 0;
}
footer {
  padding: 50px 0 40px;
  position: relative;
  background: #eef4f6;
}
footer h5 {
  color: #4c7a93;
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 53px;
}
footer p {
  font-size: 13px;
  font-weight: 400;
}
footer a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
footer li {
  padding: 0;
  line-height: 22px;
}
footer .social-icon {
  display: flex;
}
.footer-icon li,
footer .social-icon li {
  padding: 0 6px;
}
footer .social-icon li img {
  width: 32px;
}
footer hr {
  border-top: 1px solid #515a7c;
  margin-top: 40px;
  height: 0 !important;
}
footer .form-control {
  border: 1px solid #fffdfd;
  border-radius: 6px;
  height: 40px;
  font-size: 14px;
  box-shadow: 0 0 7px #4c7a932e;
}
footer .form-control::placeholder {
  font-size: 13px;
}
.podcast-btn,
footer .text-danger {
  margin-top: 20px;
}
footer .select2.select2-container .select2-selection {
  height: 40px;
  border: 1px solid #fffdfd;
  box-shadow: 0 0 7px #4c7a932e;
}
footer
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  padding: 4px 12px;
}
footer .footer-bottom {
  padding-top: 10px;
}
footer .footer-bottom a,
footer .footer-bottom p {
  color: #9f9d9d;
  font-size: 13px;
}
footer .footer-bottom a {
  font-weight: 400;
}
.footer-logo {
  max-width: 220px;
}
.faq-area .accordion-item p {
  color: #4c7a93;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.offcanvas-bottom {
  height: 55vh;
}
.offcanvas-bottom .btn-group {
  flex-wrap: wrap;
}
.offcanvas-bottom .btn-group .btn-outline-primary {
  color: #333;
  background: #7070701a;
  border: 0;
  font-size: 13px;
  border-radius: 8px !important;
  margin-right: 6px;
  margin-bottom: 8px;
  font-weight: 600;
  padding: 3px 8px;
}
.offcanvas-bottom .btn-group .btn-check:checked + .btn-outline-primary {
  background-color: #c9563e33;
  color: #c9563e;
  border: 0;
}
.offcanvas-bottom .btn-group .btn-check:checked + .btn-outline-primary.bg-blue {
  background-color: #4c7a9336 !important;
  color: #4c7a93;
  border: 0;
}
.offcanvas-bottom .accordion-header button {
  font-weight: 600;
  padding: 15px 0;
}
.offcanvas-bottom .accordion-body {
  padding: 5px 0;
}
.offcanvas-bottom .accordion-button:not(.collapsed) {
  background: 0 0;
  box-shadow: none;
  color: #c9563e;
}
.offcanvas-bottom .form-group button {
  background: 0 0;
  position: absolute;
  left: 6px;
  top: 4px;
  border: 0;
  color: #c9563e;
}
.offcanvas-bottom .form-group input {
  padding-left: 35px;
}
.icon-dots {
  position: absolute;
  bottom: -30px;
  right: 15px;
  z-index: 2;
  height: 55px;
  width: 55px;
  display: flex;
  background: 0 0;
  align-items: center;
  justify-content: center;
}
.connect-paragraph,
.text-two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bg-image,
.home-bg {
  background-size: cover;
}
.home-bg,
.page-bg {
  background-position: top;
}
.podcast-modal .modal-body,
.podcast-modal .modal-content {
  background: 0 0;
  padding: 0;
  border: 0;
}
.podcast-modal .modal-header {
  border: 0;
  padding: 18px 5px;
}
.podcast-modal .modal-header .btn-close {
  color: #fff;
  background: #4c7a93;
  opacity: 1;
  z-index: 99999;
  border-radius: 50%;
  line-height: 23px;
  width: 20px;
  height: 20px;
}
.header .btn-danger {
  padding: 6px 15px;
  background: #c7583b;
  border-radius: 6px;
  font-size: 16px;
}
.header .btn-outline-danger {
  border: 1px solid #c7583b;
  padding: 6px 15px;
  font-weight: 400;
  border-radius: 6px;
  font-size: 16px;
}
.offcanvas .btn-outline-danger {
  border: 1px solid #c7583b;
  padding: 5px 20px;
}
.team-single {
  padding: 80px 0;
}
.team-details-social a img {
  margin-bottom: 5px;
  background-color: #c7583b;
}
.team-details-social a:hover img {
  background-color: #757f95;
}
.our-program .filter-item {
  margin-bottom: 40px !important;
}
.step-area .theme-btn {
  padding: 8px 20px;
  font-size: 22px;
}
.accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 500;
  font-size: 24px;
  color: #c7583b;
  background-image: none;
}
.cta-wrapper.cta-about {
  background: #4c7a93c2;
}
.cta-wrapper.cta-about p {
  line-height: 32px;
}
.why-choose p {
  font-size: 16px;
}
.mechanism-text .accordion-header button {
  color: #c7583b;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  box-shadow: none;
}
.mechanism-text .accordion-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.mechanism-text .accordion-body p {
  color: #707070;
  font-size: 14px;
}
.mechanism-text .accordion-body h5 {
  font-size: 20px;
}
.video-area iframe {
  border-radius: 10px !important;
}
.episode-block img,
.rounded-circle-without {
  border-radius: 0 !important;
}
.home-bg {
  background-image: url("../../assets/img/bg-image/home.webp");
}
.modal,
.offcanvas {
  z-index: 9999999;
}
.modal-backdrop {
  z-index: 999;
}
.faq-area .accordion-button .flex-shrink-0 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.object-fit-contain {
  object-fit: contain !important;
}
.connect-paragraph {
  color: #4c7a93;
  font-size: 12px;
  font-weight: 400;
  -webkit-line-clamp: 5;
  min-height: 100px;
  line-height: 20px;
  margin-bottom: 0;
}
.episode-block {
  position: absolute;
  top: 18%;
  right: 15px;
}
.episode-block img {
  width: 40px !important;
  height: auto !important;
}
.episode-block h3 {
  font-weight: 600;
  font-size: 44px;
  color: #4c7a93;
}
.episode-block h4 {
  font-weight: 600;
  font-size: 20px;
  color: #4c7a93;
}
.episode-block p {
  color: #4c7a93 !important;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-left-content .step-img img,
.about-right-content .step-img img {
  border-radius: 8px;
  height: 350px;
  border: 1px solid #c7583bf2;
  object-fit: cover;
}
.about-left-content .course-instructor img,
.about-right-content .course-instructor img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.about-left-content .step-img,
.about-right-content .step-img {
  background-image: none;
}
.about-left-content .step-img {
  margin-right: -150px;
}
.about-right-content .step-img {
  margin-left: -150px;
  margin-right: unset;
}
.about-left-content .play-btn,
.about-right-content .play-btn {
  background: #fff;
  color: #c7583b !important;
  box-shadow: 0 0 15px #00000014;
  height: 65px;
  width: 65px;
  line-height: 65px;
}
.about-left-content .btn-danger,
.about-right-content .btn-danger {
  padding: 6px 28px;
  background: #c7583bf2 !important;
  border: 1px solid #c7583bf2 !important;
  border-radius: 5px;
  position: absolute;
  left: -30px;
  font-weight: 600;
  bottom: 30px;
}
.about-right-content .btn-danger {
  left: unset;
  right: -30px;
}
.feedack-media:after,
.overlay-bg:before {
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
}
.about-left-content h2,
.about-right-content h2 {
  font-size: 30px;
  line-height: 45px;
}
#subscribeModal .modal-content {
  box-shadow: 0 0 12px #4c7a935f;
  border-radius: 13px;
  border: 0;
}
#subscribeModal .btn-close {
  color: #fff;
  background: #4c7a93;
  opacity: 1;
  z-index: 99999;
  border-radius: 50%;
  line-height: 22px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#subscribeModal .btn-close i {
  font-size: 16px;
  -webkit-text-stroke: 1px #4c7a93;
}
.overlay-bg:before {
  background-image: linear-gradient(to right, #f0f5f799, #f0f5f7);
  width: 130px;
  top: 0;
  border-radius: 0 8px 8px 0;
  z-index: 0;
}
.podcast-btn .btn {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 12px;
  color: #000;
  width: 100%;
  border: 1px solid #c0baba;
  font-size: 18px;
  line-height: 22px;
  padding: 7px 10px;
}
.podcast-btn .btn:hover {
  color: #fff;
  background: #4c7a93;
  border: 1px solid #4c7a93;
}
.podcast-btn .btn small {
  font-size: 16px;
  color: #979696;
}
.podcast-btn .btn:hover small {
  color: #fff;
}
.podcast-btn .btn img {
  margin-right: 13px;
  width: 42px;
}

.scrollbar-v {
  height: 400px;
  overflow-y: scroll;
  padding-right: 15px;
  margin-top: 10px;
}

.scrollbar-v::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-v::-webkit-scrollbar-thumb {
  background-color: #c7583b;
  border-radius: 6px;
}

.pills-tabContent .course-single-sidebar {
  margin-top: -100px;
}

.nav-pills .nav-item .nav-link {
  padding: 4px 20px;
}

.resource-btn {
  background: #c7583b !important;
  position: relative;
  border-radius: 6px !important;
  bottom: 0;
  right: 0;
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  height: 50px;
}

.play-btn.icon-dots.resource-btn:after {
  border-radius: 6px;
  animation: 1s linear infinite ripple-wave-btn;
}

@keyframes ripple-wave-btn {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
}

.download-resource-btn-md {
  border-radius: 16px 16px 0 0 !important;
  padding: 5px 15px !important;
  position: relative;
  top: 2px;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #fff !important;
  background: #c7583b !important;
  margin: 0 !important;
  border-bottom: 2px solid #fff !important;
}

@media (min-width: 576px) {
  .podcast-modal .modal-dialog {
    max-width: 400px;
  }
  #videoModal .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
  }

  #videoModalContent iframe {
    width: 100%;
    height: 700px;
  }
}
@media (min-width: 3840px) {
  #videoModal .modal-dialog {
    max-width: 3000px;
    margin: 2rem auto;
  }

  #videoModalContent iframe {
    width: 100%;
    height: 1700px;
  }
}
#videoModal .close-btn {
  color: #fff;
  background: #4c7a939e;
  opacity: 1;
  border-radius: 50%;
  line-height: 24px;
  width: 28px;
  height: 28px;
  float: right;
  display: block;
  border: 0;
  -webkit-text-stroke: 1px #4c7a939e;
}
.collaboration-section ul.four-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.collaboration-section ul.four-item li {
  padding: 10px 20px;
}
.collaboration-section ul.four-item li img {
  width: 110px;
}
.bg-info-dark {
  color: #fff;
  background: #1f8fcc;
}
.bg-primary-dark {
  color: #fff;
  background: #4c7a93;
}
.bg-warning-dark {
  color: #fff;
  background: #c6af5f;
}
.bg-blue-dark {
  color: #fff;
  background: #00314b;
}
.bg-danger-dark {
  color: #fff;
  background: #a22200 !important;
}
.bg-brown-dark {
  color: #fff;
  background: #a22200;
}
.bg-pink-dark {
  color: #fff;
  background: #cb195d;
}
.badge.text-bg-primary {
  color: #4c7a93;
  background: #bfcfd885;
}
.badge.text-bg-danger-light {
  color: #c42898;
  background: #c4289833;
}
.badge.text-bg-danger {
  color: #d80000;
  background: #ff778234;
}
.badge.text-bg-warning {
  color: #ebac00;
  background: #ffeaa26a;
}
.badge.text-bg-success {
  color: #4c935a;
  background: #4c935a3e;
}
.badge.text-bg-info {
  color: #7cc8ff;
  background: #ddf1ff85;
}
.badge.text-bg-danger-dark {
  background: #d9767657;
}
.badge.text-bg-warning-light {
  color: #e68500;
  background: #e6850033;
}
.badge.text-bg-warning-dark {
  color: #8e6a06;
  background: #8e6a062c;
}
.badge.text-bg-success-light {
  color: #00bf76;
  background: #bfcbc65c;
}
.badge.text-bg-danger-dark {
  color: #cc6d7b;
  background: #cc6d7b4d;
}
.badge.text-bg-dark {
  color: #63487a;
  background: #63487a34;
}
.about-area .about-left a.btn-danger,
.about-area .about-right a.btn-danger {
  padding: 6px 20px;
  background: #c7583bf2 !important;
  border: 1px solid #c7583bf2 !important;
  border-radius: 5px;
  position: absolute;
  right: -10px;
  font-weight: 500;
  bottom: 30px;
}
.about-area .about-right a.btn-danger {
  left: -10px;
  right: unset;
  padding: 6px 40px;
}
.footer-company-logo a {
  display: block;
}
.footer-company-logo li {
  padding: 6px 25px;
}
.footer-company-logo li:first-child {
  padding-top: 0;
}
.text-two-line {
  -webkit-line-clamp: 2;
}
.show-more .fa-angle-down {
  transform: rotate(180deg);
}
.child-tree:before,
.video-area .ytp-pause-overlay {
  display: none !important;
}
.child-tree .course-single-list {
  background: #fff;
}
.child-tree .course-single-list:before {
  left: 37px;
  z-index: 1;
}
.course-single-content .episode-block {
  top: 13%;
}
.course-single-content .episode-block h4 {
  font-size: 12px;
}
.course-single-content .episode-block h3 {
  font-size: 30px;
}
.course-single-content .episode-block img {
  width: 25px !important;
}
.course-single-content .overlay-bg:before {
  width: 76px;
}
.download-btn .btn {
  border: 1px solid #eff0f1;
  padding: 16px 14px;
  border-radius: 6px;
  box-shadow: 0 0 8px #00000014;
  margin-bottom: 15px;
}
.download-btn .btn:hover {
  background: 0 0;
  box-shadow: 0 0 10px #0000001c;
}
.feedack-media {
  background-size: cover;
  background-position: center;
  padding: 200px 20px;
  position: relative;
}
.feedack-media:after {
  background: #000000b8;
  width: 100%;
  top: 0;
  left: 0;
}
.feedack-media-iframe {
  padding: 15px;
}
.feedack-media .course-single-sidebar,
.feedack-media-iframe .course-single-sidebar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -175px !important;
  margin-top: -85px !important;
  max-width: 350px;
  margin: 0 auto;
  z-index: 9;
}
.account-prefernce {
  padding: 50px 0 120px;
}
.account-prefernce .select2-selection__rendered {
  text-align: center;
}
.account-prefernce .login-form {
  background: #ffffff3d;
}
.account-prefernce .login-form .login-btn {
  width: 250px;
  margin: 20px auto 30px;
}
.account-prefernce .login-form .login-header img {
  width: 240px;
}
.account-prefernce h4 {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}
.login-form .form-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333333;
}

.offcanvas {
  z-index: 1050 !important;
}

.course-single-sidebar-wrapper .flag img {
  width: 20px;
  height: 12px;
  object-fit: cover;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.course-single-tab .nav .nav-link h2 {
  font-size: 18px;
  font-weight: 500;
}

.text-top {
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 50px;
}

.program-summary-tab {
  position: absolute;
  left: calc(100% - -84px);
  z-index: 999;
  min-width: 368px;
  top: -140px;
}

.icon-dots-second {
  position: relative;
  bottom: unset;
  top: -20px;
  right: 0;
  display: block;
}

.video-nav {
  width: 69%;
}

@media only screen and (min-width: 991px) {
  .show-filter {
    position: relative;
    visibility: visible;
    transform: none;
    width: 100%;
    background: 0 0;
    box-shadow: none;
    border: 0;
    height: auto;
    z-index: 9 !important;
  }
}

@media only screen and (max-width: 1400px) {
  .program-summary-tab {
    min-width: 309px;
  }
}

@media only screen and (max-width: 1200px) {
  .collaboration-section ul {
    grid-gap: 30px 60px;
  }
  .main-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .start-now h3 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .program-summary-tab {
    min-width: 328px;
    left: calc(100% - -48px);
  }

  .download-resource-btn-md {
    font-size: 14px;
  }

  .video-nav {
    width: 100%;
  }

  .video-nav .nav-tabs .nav-link {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .login-form label,
  footer h5 {
    font-size: 14px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .start-now {
    padding: 0 0 60px;
    text-align: center;
  }
  .start-now h2 {
    margin-top: 40px;
  }
  .why-choose .d-flex p {
    padding-right: 0;
  }
  footer h5 {
    margin-bottom: 10px;
    margin-top: 25px;
    min-height: 0;
  }
  footer a {
    font-size: 12px;
  }
  .show-filter .offcanvas-body {
    padding-top: 0;
  }
  .show-filter .filter-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .show-filter .filter-btns li {
    margin: 5px 10px;
  }
  .offcanvas-start {
    top: 57px;
    width: 300px;
  }
  .offcanvas .filter-btns {
    text-align: left;
    margin-bottom: 10px;
  }
  .offcanvas .filter-btns li {
    color: #333;
    background: #7070701a;
    border: 0;
    font-size: 13px;
    border-radius: 8px !important;
    font-weight: 600;
    padding: 3px 8px;
    margin: 0 8px 8px 0;
  }
  .offcanvas .filter-btns li.active {
    background-color: #c9563e33;
    color: #c9563e;
  }
  .our-program .filter-item {
    margin-bottom: 30px !important;
  }
  .login-form .login-btn {
    font-size: 14px;
    font-weight: 400;
  }
  .login-form .login-btn .fa-angle-right {
    right: 15px;
    top: 8px;
    font-size: 22px;
  }
  .about-left-content .step-img,
  .about-right-content .step-img {
    height: auto !important;
  }

  .login-form .form-label {
    font-size: 16px;
  }

  .pills-tabContent .course-single-sidebar {
    margin-top: 30px !important;
  }

  .modal .pills-tabContent .course-single-sidebar {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .collaboration-section ul {
    grid-gap: 10px 40px;
  }
  .collaboration-section ul li img {
    width: 100px;
    object-fit: contain;
  }
  footer .footer-bottom ul {
    justify-content: center;
  }
  .collaboration-section .card h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .collaboration-section h5 {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 24px;
  }
  .area-section ul {
    grid-gap: 60px;
  }
  .step-area h4 {
    font-size: 22px;
    margin-top: 15px;
  }
  .step-area .theme-btn {
    min-width: 230px;
    font-size: 16px;
  }
  .step-area .theme-btn i {
    position: absolute;
    right: 14px;
    top: 15px;
    font-size: 15px;
  }
  .step-area .step-img {
    background-image: none;
    height: auto !important;
  }
  .step-area .play-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 15px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .hero-shape-area {
    display: none;
  }
  .team-bio h5 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .team-bio span {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .team-single-img img {
    border-radius: 6px;
    height: 280px;
    width: 250px;
    margin: 0 auto 30px;
  }
  .course-area.our-program .feature-card,
  .course-area.programme-section .feature-card {
    min-height: auto;
  }
  .about-left-content p,
  .about-right-content p {
    font-size: 12px;
    line-height: 16px;
  }
  .about-left-content h2,
  .about-right-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-left-content .btn-danger {
    left: unset;
    right: 0;
  }
  .about-left-content .btn-danger,
  .about-right-content .btn-danger {
    font-size: 14px;
    padding: 6px 15px;
  }
  .about-left-content .about-img {
    width: 100%;
    float: right;
    padding-right: 30px;
  }
  .about-right-content .btn-danger {
    left: 0;
    right: unset;
  }
  .about-right-content .step-img {
    margin-left: 0;
  }
  .about-right-content .about-img {
    width: 100%;
    padding-left: 30px;
  }
  .about-left-content .step-img img,
  .about-right-content .step-img img {
    height: 250px;
  }
  .about-left-content {
    bottom: 0;
  }
  .cta-area,
  .cta-img {
    text-align: center !important;
  }
  .card-bottom {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    width: 100%;
  }

  .course-area.programme-section .feature-card {
    min-height: auto;
  }

  .account-prefernce .login-form .login-header img {
    width: 150px;
  }

  .account-prefernce h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .login-form .form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .feature-card ul li,
  .login-form .forgot-pass,
  .login-form .form-check-label,
  .play-card h4,
  footer .footer-bottom a,
  footer .footer-bottom p {
    font-size: 12px;
  }
  .site-breadcrumb {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .course-single-details h5,
  .course-single-more-info li,
  .course-single-sidebar h5,
  .course-single-update-date p,
  .faq-area h5,
  .login-form .login-header p {
    font-size: 14px;
  }
  #scroll-top {
    bottom: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .cta-wrapper {
    padding: 30px 20px;
  }
  .cta-content h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .cta-content p,
  .why-choose .d-flex p {
    font-size: 16px;
    line-height: 24px;
  }
  .cta-area .cta-img {
    text-align: left;
    margin-top: 0;
  }
  .cta-area .cta-img img {
    width: 100px;
    margin-bottom: 15px;
  }
  .collaboration-section ul {
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    grid-gap: 10px 20px;
  }
  .collaboration-section ul li img,
  .collaboration-section ul.four-item li img {
    width: 80px;
  }
  .area-section,
  .collaboration-section,
  .team-single,
  .thank-section {
    padding: 40px 0;
  }
  .feature-card h6,
  .why-choose .d-flex h5 {
    font-size: 16px;
  }
  .area-section ul {
    display: none;
  }
  .account-prefernce h2,
  .site-breadcrumb .breadcrumb-title {
    font-size: 24px;
  }
  .login-form .form-group {
    margin-bottom: 5px;
  }
  .thank-section h3 {
    font-size: 22px;
  }
  .thank-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .team-single-name,
  .thank-section h4 {
    font-size: 20px;
  }
  .login-form .login-header img {
    width: 120px;
    margin-bottom: 5px;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .social-icon li img {
    width: 25px;
  }
  footer .social-icon li {
    padding: 0 4px;
  }
  footer {
    padding: 30px 0 40px;
  }
  .play-card h5 {
    font-size: 10px;
  }
  .play-card small,
  .play-card ul li a {
    font-size: 8px;
  }
  .play-card ul li img {
    width: 15px;
  }
  .play-card ul li {
    padding: 0 5px;
  }
  .play-card p img {
    width: 25px !important;
  }
  .course-single-tab .nav .nav-link {
    font-size: 16px;
    margin-right: 10px;
  }
  .course-single-details p,
  .course-single-list {
    font-size: 12px;
    line-height: 16px;
  }
  .course-single-sidebar-wrapper,
  .feedack-media-iframe {
    padding: 15px;
  }
  .play-card .card-body {
    padding: 10px;
  }
  .mobile-hide {
    display: none !important;
  }
  .main-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .counter-area h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .team-item {
    margin-bottom: 100px;
  }
  .faq-area .accordion-item img {
    width: 50px;
  }
  .faq-area .accordion-item p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .faq-area .accordion-button a {
    font-size: 10px;
    top: unset;
    bottom: 12px;
  }
  .faq-area .accordion-button {
    padding: 10px 10px 30px;
  }
  .faq-area .accordion-button::after {
    top: unset;
    bottom: 3px;
  }
  .faq-area p {
    font-size: 12px;
    line-height: 18px;
  }
  .expert-logo {
    width: 150px;
    margin: 0 auto;
  }
  .team-tagline {
    font-size: 18px;
  }
  .team-details-info li {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
  }
  .team-single p {
    font-size: 13px;
    line-height: 20px;
  }
  .team-single .btn,
  .team-single .theme-btn {
    padding: 6px 10px;
  }
  .hero-single .hero-content p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .feature-card p,
  .feature-card small.font-13 {
    font-size: 15px;
  }
  .learning-block p {
    font-size: 11px;
    line-height: 14px;
  }
  .hero-search .form-control {
    padding: 12px 90px 11px 32px;
  }
  .hero-search .form-control::placeholder {
    font-size: 13px;
  }
  .hero-search button {
    font-size: 13px;
  }
  .hero-search i {
    left: 10px;
    font-size: 15px;
  }
  .feedack-media {
    padding: 150px 15px;
  }
  .feedack-media .course-single-sidebar-wrapper {
    max-width: 300px;
    margin-left: 25px;
  }
  .account-prefernce {
    padding: 30px 0 70px;
  }

  .account-prefernce h2 {
    font-size: 20px;
    color: #4c7a93;
  }

  .select2-results__option {
    font-size: 14px;
  }

  .account-prefernce-title {
    color: #4c7a93 !important;
  }

  .text-top {
    font-size: 13px;
  }

  .nav-pills .nav-item,
  .nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: left;
    padding: 0 10px;
  }

  .video-nav {
    width: 100%;
  }

  .video-nav .nav-tabs .nav-link {
    width: 100%;
  }
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  margin-bottom: 0;
  outline: 0;
  transition: 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #7b7b7b;
  line-height: 32px;
  font-size: 14px;
  padding: 1px 12px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}
.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--focus .select2-selection {
  border: 1px solid #c7583b;
}
.select2-container .select2-dropdown {
  background: 0 0;
  border: none;
  margin-top: -5px;
  z-index: 9999999;
}
.select2-container .select2-dropdown .select2-search input {
  outline: 0;
  border: 1px solid #c7583b;
  border-bottom: none;
  padding: 3px 6px;
  font-size: 12px;
}
.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #c7583b;
}
.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #c7583b;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #c7583b transparent transparent !important;
  border-width: 6px 5px 0 !important;
  border-style: solid;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.cor2ed-how-we-work-line {
  position: absolute;
  top: 38px;
  left: 20px;
  width: 2px;
  background-color: #000;
  height: calc(100% - 38px);
}
.cor2ed-how-we-work-steps {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cor2ed-how-we-work-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  opacity: 0.8;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #f4f2f2a1 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #f4f2f2a1 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #f4f2f2a1 100%
  );
}
.cor2ed-step {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 0 45px;
  align-items: center;
  margin-bottom: 10px;
}
.cor2ed-ribbon.large {
  border-width: 10px;
  border-color: #fff;
}
.cor2ed-size--30 {
  font-size: 20px;
  font-weight: 500;
}
.cor2ed-ribbon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #000;
  border: 14px solid #fff;
}
.cor2ed-size--15 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .cor2ed-how-we-work-steps {
    margin-left: 3rem;
    padding-left: 4rem;
  }
  .cor2ed-how-we-work-line {
    top: 12px;
    left: 85px;
    height: calc(100% - 12px);
  }
  .cor2ed-size--30 {
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
  }
}
