/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-Medium";
  src: url("/assets/fonts/Lato-Medium.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/assets/fonts/Lato-Bold.ttf");
}

@font-face {
  font-family: "EuclidFlexRegular";
  src: url("/assets/fonts/EuclidFlexRegular.ttf");
}

@font-face {
  font-family: "EuclidFlexLight";
  src: url("/assets/fonts/EuclidFlexLight.ttf");
}

@font-face {
  font-family: "EuclidFlexMedium";
  src: url("/assets/fonts/EuclidFlexMedium.ttf");
}

@font-face {
  font-family: "EuclidFlexBold";
  src: url("/assets/fonts/EuclidFlexBold.ttf");
}

@font-face {
  font-family: euclidFlex-500;
  src: url(../fonts/EuclidFlex-Medium.ttf);
}
@font-face {
  font-family: euclidFlex-600;
  src: url(../fonts/EuclidFlex-SemiBold.ttf);
}
@font-face {
  font-family: euclidFlex-700;
  src: url(../fonts/EuclidFlex-Bold.ttf);
}

body {
  font-family: 'Lato', sans-serif,Arial, Helvetica;
  color: #444444;
}

a {
  font-family: 'Lato', sans-serif,Arial, Helvetica; 
  text-decoration: none;
}

a:hover {
  color: #035f1d;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'EuclidFlexMedium','Lato', sans-serif, Arial, Helvetica;
}

/* RL-3382 changes */
.orgian-home {
  background: #f6f5f3;
}
/* RL-3382 changes */

/* RL-3359 changes */
.modal-content {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.modal-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #00312b;
}
span.mandatory-icon {
  margin-right: 5px;
  color: red !important
}
#messagePopup .modal-body, #messagePopup .modal-header {
  margin: 0px;
  padding: 0px;
}
#messagePopup .modal-content {
  padding: 25px 30px;
  border-radius: 30px;
}
#messagePopup #messagePopuptext {
  color: #00312B;
  font-size: 22px;
}
#messagePopup .modal-body p {
  font-size: 16px;
  color: #010D0B;
  margin: 20px 0px;
}
#messagePopup .btn-okay {
  border-radius: 28px;
  border: 1px solid #00312B;
  background: #00312B;
  color: #fff;
  padding: 10px 22px;
  font-size: 16px;
}
/* RL-3359 changes */
/* b2b module download - updates */
.organisation-header{
  border-top: 4px solid #9a054a;
}
.organisation-ctn {
  display: flex;
  align-items: center;
}
.organisation-detail {
  flex-grow: 1;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.organ-thumb .logo {
  background: #C4C4C4;
  border-radius: 100px;
  padding: 20px;
  font-size: 60px;
  color: #a21857;
}
.organ-title {
}
.organ-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000;
}
.organ-desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.contact-rcni a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: underline !important;
}
.download-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
.download-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  color: #000;
}
.request-btn, .submit-btn {
  margin: 32px 0px;
}    
/* form {
  margin: 30px 0px;
} */
/* .form-control {
  border: 1px solid #00312B;
  width: 70%;
  min-height: 45px !important;
  padding: 10px !important;
} */
.form-floating>.form-control + label, .form-floating>.form-control:not(:placeholder-shown) + label {
  top: -5px;
  padding: 0px 10px;
  background: #fff;
  height: auto;
  left: 20px;
  color: #222222;
}
.form-floating>.form-control:focus + label, .form-floating>.form-control:not(:placeholder-shown) + label {
  top: -5px;
  padding: 0px 10px;
  background: #fff;
  height: auto;
  left: 20px;
  color: #222222;
}
.download-container .hoverLabelRadius {
  margin: 30px 0px;
}
.download-container .form-control {
  width: 100%;
}
.download-container .form-control + label {
  height: auto;
  color: #222222;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#bundleDownload .width-70 {
  width: 70%;
}
.submit-btn {
  margin: 15px 0 5px 0;
  border: 1px solid #FCBF2C;
}
.request-btn a, .submit-btn,.request-btn button {
  cursor: pointer;
  border-radius: 24px;
  padding: 10px 20px;
  background: #FCBF2C;
  color: #000;
  border: 0px;
}
.small-desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.enter-code {
  display: none;
}
.request-new-code {
  cursor: pointer;
  text-decoration: underline !important;
  color: #000;
}
.success-msg {
  color: #00312B !important;
}
.back-to-dashboard {
  margin: 32px 0px;

}
.back-to-dashboard a {
  cursor: pointer;
  border-radius: 24px;
  padding: 10px 20px;
  background: #00312B;
  color: #fff !important;
}
.small-desc-err {
  /* RL-3344 changes */
  margin-top: 10px;
  /* RL-3344 changes */
  font-size: 18px;
  color: #9A054A;

}

#bundleDownload .form-control::placeholder{
  opacity: 0;
}
#bundleDownload input:hover::placeholder{
  opacity: 1;

}
/* b2b module download - updates */

/* organization logo changes */
#hero.organisationSection {
  height: auto !important;
}
#hero.organisationSection .container .container {
  max-width: 100%;
  padding: 0px;
}
#hero.organisationSection .organisationBannerSubtext p {
  margin: 0px;
  padding: 0px;
}
#hero.organisationSection .org-container {
  gap: 30px;
}
/* organization logo changes */

/* new ui changes */
.gradiantBg.moduleRecommended {
  background: #f6f5f3;
}
.team.orgSecondSection.rightCourseSection.hoverTickIcon .member:hover .searchImgLabel {
  display: block;
}
/* new ui changes */

/* RL-3321 changes */

/* RL-3321 being updated changes */
.module-details-right-box .moduleOtherInfo .headerSubscribe.beingUpdated {
  gap: inherit !important;
} 

.moduleOtherInfo .beingUpdated .timeoutBtn {
  padding: 8px 10px;
}

#module-details .moduleOtherInfo .startModuleBtn.currentlyUpdated {
  padding: 8px 10px;
  background-color: #a8a6a6 !important;
  color: #fff;
  border: none !important;
  pointer-events: none;
}
/* RL-3321 being updated changes */

.notification_block .notify img {
  height: 40px;
}
.services.whyUseSection .icon-box h4 {
  min-height: auto !important;
  margin-bottom: 16px;
  padding: 0 45px;
}
/* RL-3365 changes */
.show-dot::after {
/* RL-3365 changes */
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-color: #00a590; /* Change color as needed */
  border-radius: 50%; /* Makes the dot circular */
  border: 2px solid #fff;
}
/* RL-3321 changes */

/* organization logo changes */
#hero.organisationSection {
  height: auto !important;
}
#hero.organisationSection .container .container {
  max-width: 100%;
  padding: 0px;
}
#hero.organisationSection .organisationBannerSubtext p {
  margin: 0px;
  padding: 0px;
}
#hero.organisationSection .org-container {
  gap: 30px;
}
/* organization logo changes */

/* new ui changes */
.gradiantBg.moduleRecommended {
  background: #f6f5f3;
}
.team.orgSecondSection.rightCourseSection.hoverTickIcon .member:hover .searchImgLabel {
  display: block;
}
/* new ui changes */

/* RL-3321 changes */

/* RL-3321 being updated changes */
.module-details-right-box .moduleOtherInfo .headerSubscribe.beingUpdated {
  gap: inherit !important;
} 

.moduleOtherInfo .beingUpdated .timeoutBtn {
  padding: 8px 10px;
}

#module-details .moduleOtherInfo .startModuleBtn.currentlyUpdated {
  padding: 8px 10px;
  background-color: #a8a6a6 !important;
  color: #fff;
  border: none !important;
  pointer-events: none;
}
/* RL-3321 being updated changes */

.notification_block .notify img {
  height: 40px;
}
.services.whyUseSection .icon-box h4 {
  min-height: auto !important;
  margin-bottom: 16px;
  padding: 0 45px;
}
/* RL-3365 changes */
.show-dot::after {
/* RL-3365 changes */
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-color: #00a590; /* Change color as needed */
  border-radius: 50%; /* Makes the dot circular */
  border: 2px solid #fff;
}
/* RL-3321 changes */

/* RL-3285 changes */
.descriptionBackside p.loggedinEndUser, .descriptionBackside span.featuredSpan {
  font-style: normal;
  font-size: 16px;
  min-height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.notification-label {
  display: none !important;
  position: absolute;
  z-index: 9;
  left: 20px;
  background: #146359;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  bottom: 20px;
  text-transform: uppercase;
  max-width: fit-content;
  position: inherit;
  min-height: fit-content !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
 }
/* RL-3285 changes */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00A590;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ab0043;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/* toolkit-height-issue changes */
.team .member.toolkit-member .member-info p.toolkit-label {
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #146359;
  font-weight: 500;
  font-family: 'EuclidFlexMedium', 'Lato', sans-serif, Arial, Helvetica;
  line-height: 1.2;
}
.toolkit-card .toolkit-member h4 {
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}
.team .toolkit-card .member.toolkit-member .member-info span.featuredSpan {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px !important;
  margin-bottom: 10px !important;
}
/* toolkit-height-issue changes */
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* RL-Rebrand-1 changes */
  background: #fff;
  /* RL-Rebrand-1 changes */
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 164px;
}

#header.fixed-top {
  height: 150px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif, Helvetica, sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}
/* 11-09-23 pixel changes */
#header .logo img {
  max-height: 48px;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 9px 0 9px 28px;
}
#header .navbar>ul>div>li {
  white-space: nowrap;
  padding: 9px 0 9px 28px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
  background-color: #00a590;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

/* redo button hover issue */
.redobutton:hover {
  background: #9A054A !important;
  color: #fff !important;
}
/* redo button hover issue */

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 9999;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* RL-3321 changes */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services.whyUseSection .icon-box h4 {
    padding: 0 25px;
  }
}
/* RL-3321 changes */


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%; 
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 769px) {

.rightCourseSection .member {
  width: 100%;
  }
  
  .featured-services .container .icon-box {
  width: 100%;
  }
  

   
  .module-details-right-box .moduleOtherInfo.desktop{
    display:none;
  }

  /* Dec 11 2023 */
  .bi-search::before {
      content: "\f52a";
      font-size: 20px;
      margin-top: 7px;
      margin-left: 3px;
  }
  .conditionedBodyClass .navbar.headerProfile .d-flex.align-items-center.justify-content-between {
      margin-top: 24px !important;
  }

  /* Hamberger menu changes Rl-3172 / Dec 18th 2023 */
  .conditionedBodyClass .headerUserName {
      width: 28px;
      height: 28px;
      margin-bottom: 0px;
      /* margin-bottom: -3px; */
  }
  
  #header .bg-mbHeader {
      position: absolute;
      right: 0px;
      top: 20px;
  }

.moduleThumbImage .videoContent .previewModuleBtn img {
  width: auto !important;
}
/*  Dec 11 2023  end */
  .twoSection p.description  {
    /* RL-3321 changes */
    /* min-height: 112px !important */
    min-height: auto !important;
    /* RL-3321 changes */
  }

  .shareRowSectionCertificate {
    position: absolute;
    width: 336px;
    top: -290px !important;
    right: -4px !important;
    background: #fff;
    z-index: 99999;
    border-radius: 24px;
}

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

  .team.subscribeBox .member:hover .descriptionBackside{
    display: none !important;
  }
  #header .d-flex.bg-mbHeader {
    background: transparent;
    flex-direction: column;
  }
  .conditionedBodyClass .mobMyAccountDropdown{display: flex !important}
  /* Logout responsive css */
  .conditionedBodyClass .resLogInBtn.resRight100 {
    right: 164px;
}
  .conditionedBodyClass .headerUserName {
    width: 30px;
    height: 30px;
  }

  .d-flex.height68-bg .headerSubscribe.mobMyAccountDropdown{
    display: block !important;
    position: absolute;
    right: 45px;
    top: -10px;
    z-index: 99 !important;
  }

  .conditionedBodyClass .navbar.headerProfile .d-flex.align-items-center.justify-content-between {
    margin-top: 19px !important;
  }
  .conditionedBodyClass .headerSubscribe.mobMyAccountDropdown ul li span{
  font-size: 14px;
  /* font-weight: 600; RL-3172*/
  font-weight: 400;
  }
 

  .d-flex.height68-bg .headerSubscribe.mobMyAccountDropdown ul{display: block !important;}

  .d-flex.height68-bg .headerSubscribe.mobMyAccountDropdown ul li{border-bottom: none;}


  .team.orgSecondSection.gradiantBg.rightCourseSection .member .descriptionBackside {
    display: none !important;
}
  .team.featuredContent.rightCourseSection .member:hover .descriptionBackside{
    display:none !important;
  }
  .team.featuredContent.rightCourseSection .member-info {
    display: block;
}
  .team.orgSecondSection.rightCourseSection .member:hover .descriptionBackside{
    display:none !important;
  }
  .team.orgSecondSection.rightCourseSection  .member-info {
    display: block;
}

  #header .bg-mbHeader {
    z-index: 999;
  }

  .responsiveBackToTop{
    font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
    color: #00312B;
    font-size: 21px;
  }

  .team .lastCard .member:hover .member-info  {
    display: block !important;
  }

  /* header search start */
  #resRight100Parent.d-flex.align-items-center.justify-content-between{display: block !important;}
  .bannerInput form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
  .headerSearchShow .resHeaderSearchSection {
    display: block !important;
  }

  
  .resHeaderSearchSection{

    display: none !important;
    width: 250px;
    position: absolute;
    /* right: 128px; RL-3172*/
    right: 200px;
    top: 12px;
    z-index: 999;      
  }

  .resLogInBtn.resRight100{

    right: 74px;

  }

/* header search end */
    /* ipd */
    .d-flex.footerHeight68 .d-flex.headerSubscribe.align-items-center{
      gap:10px !important;
    }
    .col-lg-2.col-md-4.footer-contact.footer-links.footerThirdCol {
      width: 33.33333333% !important;
    }
    .col-lg-2.col-md-4.footer-contact.footer-links.footerFiftCol{
      width: 33.33333333% !important; 
    }
    .d-flex.height68-bg a{
      color: #000;
    }

    .resLogInBtn{flex-direction: column;
      text-align: center;
      display: flex !important;
      position: absolute;
      right: 12px;
      top:15px
    }

    .resLogInBtn .headerUserName {
      width: 28px;
      height: 28px;
      
      /* width: 26px;
      height: 26px;
      margin-bottom: -3px; RL-3172*/
    }

    a.deskHide {
      display: block !important;
    }
    #header .bg-mbHeader{
      position: absolute;
      right: 0px;
      top: 20px;
    }
    .d-flex.mt-4.mt-lg-0.ipad-mt-0{
      margin-top: 0px !important;
    }
    /* RL-3215 changes - arun - 03-01-24 */
    /* .ipadFlexDirCol {
      flex-direction: column !important;
    } */
    /* RL-3215 changes - arun - 03-01-24 */
    .sortByBox {display: none !important;}
    .desk-Hide.onlyIpadMod {
      display: block !important;
    }
    .team.subscribeBox .member:hover .descriptionBackside .member-info{display: block; position: inherit;}
    .team .member:hover .member-info {
      display: none;
  }
    .team .member:hover .member-info {
        display: block;
    }
    /* .team.subscribeBox .row .member:hover .descriptionBackside {
      position: inherit;
    } */
    .ipadRespHide{
      display: none;
    }

    /* .module-details .moduleThumbImage {
      height: 206px;
    } */

    .module-details .height52 {
      padding:0px 20px !important;
    }

    .module-details .height52 .headerSubscribe a{
      text-align: center;
    }

    .module-details-right-box h3 {
        font-size: 22px;
    }

    .flex-dir-col{flex-direction: column;}

    .module-details-right-box .moduleOtherInfo .headerSubscribe{

      gap: 22px !important;
      /* RL-3202 changes - arun - 03-01-24 */
      /* align-items: baseline !important; */
            /* RL-3202 changes - arun - 03-01-24 */

    }

    .onlyIpadMod p{

      margin-bottom: 5px;

    }

    .onlyIpadMod {

      margin-top: 20px;

    }
  .mobile-nav-toggle {

    display: block;

  }

 

  .navbar ul {

    display: none;

  }

  .navbar{

    justify-content: end;

  }

  .d-flex.height68-bg .headerSubscribe{

display: none !important;

  }

  #header .logo img {

    max-height: 30px;

}

.container.subNavWrap{

  display: none;

}

#header.fixed-top{position: relative;height: auto;}

#header .bg-mbHeader{

  position: absolute;

    right: 0px;

    top: 25px;

}

#header{height: auto;}

#topbar.d-flex.topbarBg{display: none;}

.hideMobile{display: none !important;}

.scrolled-offset{margin-top: 0px;}

#hero.d-flex.align-items-center.scrolled-offset {

  background: url(../img/bannerImg.png) top left;

  background-size: contain;

  background-color: #e1e8eb;

  height: auto;

  background-repeat: no-repeat;

  padding-top: 150px;

}

#hero .mb-5 {

  margin-bottom: 0rem!important;

}

/* .team .member .member-img{

  display: none;

} */

footer .footerHeight68{

  height: auto;

}

footer .container.d-flex{

flex-direction: column;

margin-top: 20px;

}

footer .d-flex.headerSubscribe{

  flex-direction: column;

  gap:10px;

  margin-bottom: 20px;

}

.navbar.navbar-mobile .desk-Hide {

  display: block;

}

.bgWhite{

  background-color: #fff;

}

.desk-Hide.bgWhite{padding: 0px 20px;}

.navbar li {

  position: relative;

  border-bottom: 1px solid gray;

}

.d-flex.resp-d-flex{

  display: block !important;

  background: #146359;

    margin: 20px;

    border-radius: 8px;

    padding: 0px 10px;

}

#header .navbar>ul>div.d-flex.resp-d-flex li{

  padding: 2px;

}

#header .navbar>ul>div.d-flex.resp-d-flex li a{

  color:#fff;

  padding: 10px 0px;

}

#header .navbar>ul>div.d-flex.resp-d-flex li ul.dropdown-active{

background: #177c70;

padding: 0px 10px;

}

#header .navbar>ul>div.d-flex.resp-d-flex li {

  border-bottom: 1px solid #fff;

}

#header .navbar>ul>div.d-flex.resp-d-flex li a{

  font-weight: normal;

}

#header .navbar>ul>div.d-flex.resp-d-flex li:last-child {

  border-bottom: 0px;

}

#header .navbar>ul>div.desk-Hide.bgWhite li{

padding: 0px;

}

#header .navbar>ul>div.desk-Hide.bgWhite li a.nav-link.scrollto{

  padding: 10px 0px;

  font-weight:normal;

}

/* RL-3172 changes by Arun - 22-dec-23 */
#header .navbar>ul>div.desk-Hide.bgWhite p{
  color:#00312B;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 0px;
  position: fixed;
  background-color: #fff;
  height: 40px;
  width: 100%;
  z-index: 9;
  top: 0px
}
/* RL-3172 changes by Arun - 22-dec-23 */

#header .navbar>ul>div.desk-Hide.bgWhite p a {

    display: block;

      padding: 0px;

}

#header .navbar>ul>div.desk-Hide.bgWhite p a span{

  font-weight: 600;

}

#header .navbar>ul>div.desk-Hide.bgWhite p a i{

      font-size: 14px;

        font-weight: 600;

        margin-left: 0px;

        margin-right: 10px;

}

#header .bi-x::before{

display: none;

}

#header .navbar>ul>div.d-flex.resp-d-flex li a.fw-resp-700{

  font-weight: 700;

}

#hero .headerSubscribe.respBannerHome .btn-get-started {

  font-weight: 400;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 10px 12px;

  border-radius: 24px;

  transition: 0.5s;

  color: #000;

  background: #fcbf2c;

  text-transform: capitalize;

}

#hero .headerSubscribe.respBannerHome .btn-get-started:hover {

  background: #dfa722;

}

#hero .headerSubscribe.respBannerHome{

  display: flex;

}

.container.topNavWrap .desk-Hide {

  display: block !important;

}

#header .d-flex.bg-mbHeader {

  background: transparent;

}

.respViewBtn{

  margin-bottom: 20px;

}

footer .col-lg-2.footerThirdCol {

  width: 100%;

}

footer .col-lg-2.footerFiftCol {

  width: 100%;

}

.featured-services .section-title h3{

  font-size: 28px;

}

.featured-services .container .icon-box {

  padding: 20px 12px;

}

.team.featuredContent.rightCourseSection{

  padding: 0px;

}

.services.whyUseSection .container .icon-box h4 {

  min-height: auto;

}

.services.whyUseSection .icon-box img{

  display: none;

}

.team.fiveSction .container .member .member-img{

  display: block;

}

.services.threeSection{

      padding: 0px;

}

.resMb-20{

  margin-bottom: 20px;

}

.featured-services .title a {

  color: #111;

}

/* .mt-4.mt-lg-0{

  margin-top: 0px !important;

} */

}

/* 991 end */

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  right: 15px;
  color: #000;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  left: 43px;
  top: 32px;
}

.navbar-mobile .mobile-nav-toggle::after{
  content: "Back";
/* RL-3172 changes by Arun - 22-dec-23 */
  /* position: absolute;
  left: 0px;
 top: 0px; 
 z-index: 9
 */
 position: fixed;
    left: 40px;
    top: 21px;
 color: #000;
 z-index: 999;
 /* RL-3172 changes by Arun - 22-dec-23 */
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/hero_learning.webp") top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  border-top: 4px solid #9a054a;
}


#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  color: #222222;
  font-family: euclidFlex-500,Arial, Helvetica, sans-serif;

}

.bg-mbHeader nav ul li:last-child ul{left:-10px}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #010d0b;
  margin: 24px 0 0px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'EuclidFlexMedium','Lato', sans-serif,Arial, Helvetica;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif,Arial, Helvetica;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-viewAllModules {
  font-size: 14px;
  transition: 0.5s;
  margin-left: 20px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 34px;
  text-decoration: underline;
}

#hero .btn-viewAllModules i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
/* RL-3321 changes */
#hero .btn-viewAllModules:hover {
  color: #00312B;
}
/* RL-3321 changes */

#hero .btn-viewAllModules:hover i {
  color: #3b8af2;
}
/* 06-09-23 changes */
/* @media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
} */

@media (max-width: 768px) {
  /* RL-3460 changes */
  .toolkit-section .mobFilterSearch.aFilterShow {
    padding-top: 10px;
    padding-left: 15px;
  }
  .toolkit-sidebar {
    padding-top: 0px !important;
  }
  /* RL-3460 changes */
  /* RL-Rebrand-5 changes */
  /* .team .member .member-img {
    display: none !important;
  } */
  /* RL-Rebrand-5 changes */

  .team.subscribeBox .row .member:hover .descriptionBackside {
    position: inherit;
  }

/* Logout responsive css */
.conditionedBodyClass .d-flex.height68-bg .headerSubscribe.mobMyAccountDropdown {
  right: 32px;
  z-index: 999;
}
.conditionedBodyClass .resLogInBtn.resRight100 {
  right: 137px;
}
  .conditionedBodyClass #header .logo img {
    max-height: 26px;
}

  .organisationBar .progresBar p.loaderTitle {
    font-size: 20px !important;
  }

  /* header search start */
  #resRight100Parent.d-flex.align-items-center.justify-content-between{display: block !important;}
  .bannerInput form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
  .headerSearchShow .resHeaderSearchSection {
    display: block !important;
  }

  /** z-index reduced to hide from menu bar */
  .resHeaderSearchSection{display: none !important;width: 250px;position: absolute;right: 100px;top: 60px;/* top: 58px; RL-3172*/z-index: 99;}

  .resLogInBtn.resRight100{

    right: 106px;

  }

/* header search end */

has context menu
  .resSearchbar {
    right: 105px;
    position: absolute;
  }
  .resSearchbar .headerUserName{
    width: 26px;
    height: 26px;
    top: 28px;
  }

  .mobSidebarView .filterShow .sidebar .filteLabel {
    display: none;
  }
  .mobSidebarView .filterShow .sidebar .expandAll {
    display: none;
  }
  .mobSidebarView .filterShow .sidebar .sidebar-nav{
    margin-top:0px
  }
  a.mobFilterSearch i.bi{margin-right: 6px;}
  .mobSidebarView .team.subscribeBox.favoriteSection{
    padding-bottom: 0px;
  }
  a.mobFilterSearch.aFilterShow {
    margin-bottom: -1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
  }
  .mobSidebarView .sidebar{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    box-shadow: none;
    outline: 0;
   }

  .footer-links.footerLastLogo {
    margin-top: 50px;

  }
  
  .module-details .moduleThumbImage {
    height: 206px;
    overflow: hidden;
  }
  .team.fiveSction .member .member-info p {
    min-height: auto;
    margin-bottom: 10px;
  }

/* RL-Rebrand-5 changes */
  /* #hero.d-flex.align-items-center.anonymous_banner {
    background: url(../img/bannerImg.png) top left;
    background-size: contain;
    background-color: #e1e8eb;
    height: auto;
    background-repeat: no-repeat;
    padding-top: 150px;
  } */
  
/* RL-Rebrand-5 changes */
  .d-flex.height68-bg a{
    color: #000;
  }
  /* 04-10-2023 */
  .col-md-4.d-flex.mt-4.mt-lg-0.ipad-mt-0 {
      margin-top: 1.5rem !important;
  }

.resLogInBtn{
  flex-direction: column;
  text-align: center;
  display: flex !important;
  position: absolute;
  /* right: 60px; RL-3172*/
  right: 46px;
  top:15px
}

.resLogInBtn .headerUserName {
  /* width: 26px;
  height: 26px;
  margin-bottom: -3px; */
  /* notification module for mobile and ipad */
  width: 31px;
  height: 31px;
  /* notification module for mobile and ipad */
}
  /* Filter search */
  /* .mobFilterSearch{display: block !important;} */
  .mobSidebarView #mobileFilterClicked{display: none;}
  .mobSidebarView #mobileFilterClicked.filterShow{display: block;    margin-top: 1px;}
  a.mobFilterSearch.aFilterShow i{ transform: rotate(180deg);}
  a.mobFilterSearch.aFilterShow:hover{
    color: #9a054a;
    margin-bottom: 1px;
  }
  .mobSidebarView a:hover{
    color: #9a054a;
  }
  .mobFilterSearch {
    width: 100%;
    height: 42px;
    border: 1px solid #9a054a;
    color: #9a054a;
    font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
    display: flex !important;
    align-items: center;
    padding: 0px 10px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  
/* RL-Rebrand-5 changes */
  /* #hero {

    height: 100vh;

  } */
/* RL-Rebrand-5 changes */
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

 

  #hero .btn-get-started,

  #hero .btn-viewAllModules {
    font-size: 13px;

  }

  /* responsive */

    .d-flex.sortByBox{display: none !important;}

      footer .footerHeight68 h1.logo {

          text-align: left;

      }

    footer .footerHeight68 .container.align-items-center{

      align-items: baseline !important;

    }

    footer .footerHeight68 .container.align-items-center .headerSubscribe{

      gap: 15px !important;

      align-items: baseline !important;

      margin-top: 12px;

    }

    .team .member:hover .member-info{
      display: block;
    }

    .team.subscribeBox .member:hover .descriptionBackside .member-info{display: block;}

    .team.subscribeBox .row .member:hover .descriptionBackside {
      position: inherit;
    }

    .d-flex.align-items-stretch.desk-Hide {
      display: block !important;
    }

    /* RL-3202 changes - arun - 03-01-24 */
    /* .moduleOtherInfo .d-flex.headerSubscribe.align-items-center{
      align-items: baseline !important;
    } */
    /* RL-3202 changes - arun - 03-01-24 */
        .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex:first-child{

          /* flex-direction: column; */

        }

        .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex:first-child a.scrollto.timeoutBtn{

          padding: 8px 12px 10px 12px;

        }

        .row .d-flex.height52.align-items-center.padding40 .d-flex.headerSubscribe.align-items-center.justify-content-spaceBetween{

          flex-direction: column;

            gap: 16px;

            padding: 16px 0px;

        }

                .row .fullWidth .d-flex.headerSubscribe.align-items-center.justify-content-evenly{

                      flex-direction: column;

                        gap: 16px;

                }

 

 

    /* footer */

    .respFooterWrp .accordion-button::after{

      position: absolute;

      left: 0px;

    }

    

    .respFooterWrp .accordion-item, .respFooterWrp .accordion-button{

    background-color: transparent;

    border-bottom:none !important;

    }

    #footer .respFooterWrp .accordion h3{

      padding-bottom: 0px;

        padding-left: 12px;

        margin-bottom: 0px;

    }

    #footer .respFooterWrp .accordion-button::after{

      background-image: url(../../assets/img/PlusIcon.svg);

    }

    #footer .footer-top {

      padding: 30px 0 30px 0 !important;

    }

    #footer .respFooterWrp .footer-links.footerLastLogo{

      display: flex;

      justify-content: end;

    }

    #footer .respFooterWrp .footer-logo{

      position: inherit;

    }

    #footer .respFooterWrp .accordion-item h2 span.respBackToTopBtn{

      position: absolute;

      top: 18px;

      right: 8px;

      font-size: 21px;

      z-index: 99999;

    }

    #footer .footer-top .respFooterWrp .footer-links {

      margin-bottom: 0px;

    }

}


@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 500;
  color: #00312b;
  font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 12px auto 0 auto;
  font-weight: 600;
  color: #0b1c1a;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 24px;
  z-index: 1;
}

.featured-services .icon-box:hover h4::before {
  content: "";
  position: absolute;
  background: #fff;
  /* right: 0;
  left: 0; */
  bottom: 0;
  top: 34px;
  transition: all 0.3s;
  z-index: -1;
  width: 132px;
  height: 2px;
}

.featured-services .icon-box h4 {
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* 06-09-23 changes */
.services .icon-box {
  text-align: center;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/* 06-09-23 changes */
.services .icon-box:hover {
  border-color: #fff;
  /* box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1); */
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 40px 0 40px 0;
  background: #9a054a;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 217px;
  height: 130px;

  margin: 0 auto;
}




.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 10px auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f9cfcd;
  width: 34px;
  height: 12px;
  border-radius: 8px;
  position: relative;
  /* top: 3px; */
}
/* RL-3252 changes */
.conditionedBodyClass .team.featuredContent.rightCourseSection.noSubscriptionClass .descriptionBackside p {
  min-height: 96px !important;
}
/* RL-3252 changes */
/* ribbon info ui updated for mobile and ipad */
  /* notification module for mobile and ipad */
  .notification_block {
    margin-right: 20px;
  }
  .notification_block img {
    height: 45px;
  }
  
  /* notification module for mobile and ipad */
@media (min-width: 1200px) {
  .ribbonInfo {
    max-width: 1140px !important;
    margin: auto;
  }
}
@media (min-width: 1400px) {
    .ribbonInfo {
      max-width: 1320px !important;
  }   
}
/* ribbon info ui updated for mobile and ipad */

@media (min-width: 992px) {
  /* ribbon info ui updated for mobile and ipad */
  .ribbonInfo {
    max-width: 960px;
    margin: auto;
  }
  /* ribbon info ui updated for mobile and ipad */
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/* Extra */
.member .member-img.icons-5 img.img-fluid {
    width: 81px;
    height: 81px;
    object-fit: none;
}
.member img.img-fluid {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 168px;
    width: 100%;
    object-fit: fill;
    object-position: top;
    border-radius: 16px;
    min-width:241px;
}

.team.fiveSction .member .member-img {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 16px;
  text-align: center;
}

.team.fiveSction .member .member-info h4 {
  font-size: 20px; 
  font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
  color: #00312b;
}

.team.fiveSction .member .member-info p {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.team.fiveSction .member .member-info {
  text-align: center;
}

.team.fiveSction .member {
  background: transparent;
  box-shadow: none;
}

#header .headerSubscribe .btn-get-started {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 24px;
  transition: 0.5s;
  color: #000;
  background: #fcbf2c;
}

.topNavWrap li a {
  font-size: 14px;
  color: #0B1C1A;
  font-family: 'Lato',Arial, Helvetica, sans-serif; 
  font-style: normal; 
  line-height: normal; 
  font-weight: 700; 
}

.bannerInput form {
  margin-top: 22px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
  border: 1px solid #9a054a;
}

.bannerInput form input.search {
  border: 0;
  padding: 4px 8px;
  /* RL-3258 changes */
  width: calc(100% - 40px);
  /* RL-3258 changes */
}
/* 06-09-23 changes */
.bannerInput form input.search:focus-visible {
  outline: none;
}
/* 06-09-23 changes */
.bannerInput form input[type=submit] {
  position: absolute;
  top: 2px;
  right: 3px;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
}

.headerSubscribe a {
  color: #000;
}

.bannerSearchIcon {
  background-image: url(../../assets/img/Search.svg);
  background-repeat: no-repeat;
  background-color: #9a054a;
}

.services.whyUseSection .icon-box h4 a, .services.whyUseSection .icon-box h4 {
  color: #9a054a;
  min-height: 60px;
  font-weight: 500;
  font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
}

.services.whyUseSection .icon-box h4 {
  min-height: 60px;
}

#header .bg-mbHeader {
  background: #fbfbfa;
  margin-bottom: 10px;
}

#header .height68-bg {
  height: 68px;
  background: #fff;
}


.twoSection .btn-get-started {
  font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 24px;
    transition: 0.5s;
    color: #002144;
    background: #fcbf2c;
}

.twoSection .icon-box {
  background: #f6f5f3;
  border-radius: 24px;
  padding: 20px;

}

.twoSection .icon-box h4 {
  text-align: left;
  font-size: 22px;
}

.twoSection .icon-box h4 a {
  color: #000;
}

.twoSection .btn-get-started.ghostBtn {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 24px;
  transition: 0.5s;
  color: #00312b;
  background: transparent;
  border: 1px solid #9a054a;
}

.threeSection .icon-box {
  border-radius: 24px;
  background: #9a054a;
  color: #fff;
}

.threeSection .mb-24 {
  margin-bottom: 24px;
}

.threeSection .minHeight70 {
  min-height: 70px;
}

.footerHeight68 {
  height: 68px;
  background: #fff;
  border-top: 1px solid #9a054a;

}

.footerHeight68 h1.logo {
  text-align: left;
}

.fiveSction .subScription .btn-buy {
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 24px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
  color: #002144;
  background: #fcbf2c;
}


.featured-services .box1 {
  background: #9a054a;
  color: #fff;
}

.featured-services .box2 {
  background: #00312B;
  color: #fff;
}

.featured-services .icon-box.box3 {
  background: #24816c;
  color: #fff;
}

.icon-box.box3 h4.title a,.icon-box.box2 h4.title a,.icon-box.box1 h4.title a {
  color: #fff;
}

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

.aboutSection .icon-box span {
  font-size: 18px;
  font-weight: 700;
  color: #00312b;
  padding-top: 12px;
  display: block;
  font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
}
.testimonials .swiper-slide span {
  display: block;
  font-weight: 600;
}
.testimonials .enquiryBtn{
  color: #fff;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    border-radius: 24px;
    margin-top: 30px;
}
/* Extra end */


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fbfbfa;
  box-shadow: 0px 0px 6px rgb(0 49 43 / 15%);
  border-radius: 24px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 16px;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 6px 15px 12px 15px;
}

.team .member .member-info h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #146359;
}

.team .member .member-info span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #00312b;
  line-height: 25px;
  font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 75px; */
}

.team .member .member-info span.prTitle {
  min-height: 75px;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 0px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #eceae6;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 21px;
  margin: 0 0 24px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #000;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto",Arial, Helvetica, sans-serif;
  color: #777777;
}

#footer .footer-top h3 {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  /* RL-Rebrand-1 changes */
  padding: 8px 0;
  /* RL-Rebrand-1 changes */
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}
.footerFiftCol ul li a{
  margin-left: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #024224;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  
  /* samsung ui issues */
  .iframeSection {
    height: 206px !important;
  }
  /* samsung ui issues */
  .twoSection .modGradientBg h4, .twoSection .modGradientBg p.description {
    text-align: center !important;
    padding: 0px 30px;
  }
  .organisationBanner .navbar .headerSubscribe{
    gap:0px !important;
    flex-direction: column;
  }
  .organisationSection .height68-bg .container{
    flex-direction: column;
  }

  .d-flex.height68-bg .headerSubscribe.orga-btns.align-items-center{
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    flex-direction: column !important;
  }

  .d-flex.height68-bg .headerSubscribe.orga-btns a.btn-buy {
    color: #fff;
}

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

/* o6-09-2023 */
.rightCourseSection .member{position: relative;}
.rightCourseSection .member .descriptionBackside { display: none;}
.rightCourseSection .member:hover .descriptionBackside{
  display: block; 
  position: absolute; 
  top:0px; 
  width: 100%;
  height: 100%;
  background: #fbe9e8; transition: ease-in-out 0.3s;}
  .team.featuredContent .descriptionBackside .member-info {
  padding: 12px 15px 12px 15px;
}
.team.featuredContent.rightCourseSection .descriptionBackside .member-info span.featuredSpan{ min-height: 75px; margin-top: 12px; font-size: 20px !important; margin-bottom: 20px;}
.descriptionBackside .bi.bi-arrow-up-short{font-size: 30px;}
.descriptionBackside .bi.bi-arrow-up-short::before{transform: rotate(90deg);}
.team.featuredContent.rightCourseSection .descriptionBackside p, .team .member .member-info p
{font-style: normal;font-size: 16px; min-height: 96px;     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;}
.descriptionBackside .rightArrow{color: #000;}

.featuredContent .btn-get-started.ghostBtn {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 24px;
  transition: 0.5s;
  color: #000;
  background: transparent;
  border: 1px solid #9a054a;
}

.featuredContent .btn-get-started.ghostBtn:hover { background: #9a054a; color: #fff;}
.twoSection .btn-get-started.ghostBtn:hover {background: #9a054a; color: #fff;}

#header .headerSubscribe .btn-get-started:hover {background: #e3ac38;}
.twoSection .btn-get-started:hover{background: #dfa722;}
.fiveSction .subScription .btn-buy:hover{background: #dfa722;}

.mb-50{margin-bottom: 50px;}
.mt-50{margin-top: 50px;}
.organisationBannerSubtext h3{
  font-weight: 700; 
  font-size: 36px;
  color:#000;
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
}
.organisationBannerSubtext p{
  font-weight: 700; 
  font-size: 18px;
  color: #000;
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
}
.organisationBanner .btn-buy {
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 24px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
  background: #9a054a;
}
.headerUserName{
  /* notification module for mobile and ipad */
  width: 40px;
height: 40px;
/* notification module for mobile and ipad */
border-radius: 50%;
background-color: #9a054a;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin-bottom: 0px;
}
#hero.organisationSection{
  height: 222px;
  background: #fff !important;
  border-top: 4px solid #9a054a;
}
.subscriberProgressBar .progresBar{width:100%;  height: 96px; background-color: #006680; border-radius: 24px;}
.subscriberProgressBar .loaderLine {position: relative;     height: 11px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin: 30px; color: #fff;}
  .subscriberProgressBar p.loaderTitle{position: absolute; left: 0px; top: -27px;}
  .subscriberProgressBar p.percentageStatus{position: absolute; right: 0px; top: -27px;}
  .organisationBar .progresBar{width:100%;  height: 96px; background-color: #fff; border-radius: 24px;}
  .organisationBar .progresBar .loaderLine {position: relative;     height: 22px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 30px; color: #000;
border: 1px solid #003128;}
    .organisationBar .progresBar p.loaderTitle{position: absolute; left: 0px; top: -36px; font-size: 22px; font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;}
    .organisationBar .progresBar p.percentageStatus{position: absolute; left: 0px; bottom: -44px;;}
    .inProgressTxt{
      font-size: 22px;
      font-weight: 700;
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
      color: #00312b;
    }
    .lm-20{margin-left: 20px;}
    .orgSecondSection{
   padding-top: 30px;
  padding-bottom: 60px; 
  border-radius: 24px;
    }
    .gradiantBg{
      background: rgb(251,251,250);
   background: linear-gradient(160deg, rgba(251,251,250,1) 0%, rgba(249,207,205,1) 90%, rgba(248,234,234,1) 100%); 
    }
    .height68-bg .bannerInput form{
margin-top: 0px;
    }


    /* // */
.pos-rel{
  position: relative;
}
    .orgdeviderLine:after{
      content: "";
    height: 18px;
    width: 1.5px;
    background: gray;
    position: absolute;
    right: -15px;
    top: 4px;
    }
.desk-pl-30{
  padding-right: 30px;
}

   
    .bannerInput form input[type=text]::placeholder {
      font-style: italic;
      font-weight: 300;
    }
    .ffEculid700{
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
    }
    .ffEculid500{
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
    }
    .fz-18{
      font-size: 18px;
    }
    .whyUseSection.services .icon-box p{font-size: 16px; color: #00312b;display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .services.aboutSection p {
      /* RL-3466 changes */
      /* display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
      text-overflow: ellipsis; */
      /* RL-3466 changes */
    }
    .testimonials h3{
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
      font-size: 32px;
    }

    .testimonials .testimonial-item p{
      font-size: 16px;
      font-style: normal;
    }
    .testimonials .testimonial-item span{
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
      font-size: 18px;
    }
    .twoSection .icon-box .title{
      font-family: 'EuclidFlexMedium','Lato',Arial, Helvetica, sans-serif;
    }
    .twoSection p.description{
      font-size: 18px;
      /* RL-3321 changes */
      min-height: calc(100% - 96px);
      /* RL-3321 changes */
    }

    .twoSection .headerSubscribe .glightbox{
      text-decoration: underline;
    }
    .services.threeSection .icon-box p{
      font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
    }
    .services.threeSection .icon-box p.fs-22{font-size: 22px;}
    .services.threeSection .icon-box.midBox{
      background: #00312b;
    }
    .footer-top .footer-links h3 span:after{
      content: "";
    height: 3px;
    width: 100%;
    background: #85c9bc;
    position: absolute;
    bottom: -10px;
    left: 0px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    }
    .footer-top .footer-links h3 span{
      position: relative;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
    }
    .footerLastLogo{ position: relative;}
    .footer-logo{ position: absolute; bottom: 0px;}
    .copyrightTxt{
      margin-top: 16px;
    font-size: 16px;
    color: #000;
    }

    .footer-top .footer-links.footerThirdCol h3 span:after{
      content: "";
      width: 56%;
    }
    .footer-top .footer-links.footerFourthCol h3 span:after{
      content: "";
      width: 80%;
    }

    #hero.subscribePageBanner{
      background-image: url(../img/bannerImg-subscribe.webp);
      height: 304px;
    }

    #hero.error_banner{
      background-image: none;
      height: 304px;
      text-align: center;
    }
    
    #hero.error_banner h1 { 
      margin: 0;
      font-size: 58px;
      font-weight: 500;
      line-height: 62px; 
      color: var(--rc-ni-learning-rc-ni-learning-maroon, #9A054A); 
      font-family: 'EuclidFlexMedium','Lato', Arial, Helvetica, sans-serif; 
    }

    #hero.error_banner h3 { 
      color: #010d0b;
      margin: 24px 0 0px 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      font-family: 'EuclidFlexMedium','Lato', Arial, Helvetica, sans-serif;
    }

    #hero.error_banner p {
      color: #010d0b; 
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      font-family: 'EuclidFlexMedium','Lato', Arial, Helvetica, sans-serif;
    }
    
    #hero.subscribePageBanner h1 {
      margin: 0;
      font-size: 36px;
      font-weight: 500;
      line-height: 42px;
      color: #fff;
      font-family: 'EuclidFlexMedium','Lato', Arial, Helvetica, sans-serif;
  }
  .team.subscriberProgressBar p.heading{
    color: #003126; 
    font-weight: 500; 
    font-size: 20px;
    font-family: 'EuclidFlexMedium','Lato', Arial, Helvetica, sans-serif;
  }
  .navbar .fs-16{font-size: 16px;}

  .member-img.checkIcon{
    position: relative;
  }
  .member-img.checkIcon .checkHoverBox{

    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;

  }

  .orgSecondSection .member{position: relative;}
.orgSecondSection .member .descriptionBackside { display: none;}
.orgSecondSection .member:hover .descriptionBackside{
  display: block; 
  position: absolute; 
  top:0px; 
  width: 100%;
  height: 100%;
  background: #fbe9e8; transition: ease-in-out 0.3s;}
  .team.orgSecondSection.gradiantBg.rightCourseSection .descriptionBackside .member-info {
  padding: 12px 15px 12px 15px;
}
.team.orgSecondSection.gradiantBg.rightCourseSection .descriptionBackside .member-info span.featuredSpan{ min-height: 75px;   margin-top: 12px; font-size: 20px; margin-bottom: 20px;}
.descriptionBackside .bi.bi-arrow-up-short{font-size: 30px;}
.descriptionBackside .bi.bi-arrow-up-short::before{transform: rotate(90deg);}
.team.orgSecondSection.gradiantBg.rightCourseSection .descriptionBackside p{font-style: normal;font-size: 16px; min-height: 100px;     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;}
.descriptionBackside .rightArrow{color: #000;}


.team.subscribeBox .member{position: relative;}
.team.subscribeBox .member .descriptionBackside { display: none;}
.team.subscribeBox .member:hover .descriptionBackside{
  display: block; 
  position: absolute; 
  top:0px; 
  width: 100%;
  height: 100%;
  background: #fbe9e8; transition: ease-in-out 0.3s;}
  .team.subscribeBox .descriptionBackside .member-info {
  padding: 12px 15px 12px 15px;
}
.team.subscribeBox .descriptionBackside .member-info span.featuredSpan{ min-height: 75px;   margin-top: 12px; font-size: 20px; margin-bottom: 20px;}
.team.subscribeBox .member .member-info span.featuredSpan{ min-height: 75px;   margin-top: 12px; font-size: 20px; margin-bottom: 20px;}

.descriptionBackside .bi.bi-arrow-up-short{font-size: 30px;}
.descriptionBackside .bi.bi-arrow-up-short::before{transform: rotate(90deg);}
.team.subscribeBox .descriptionBackside p{font-style: normal;font-size: 16px; min-height: 100px;     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;}
.descriptionBackside .rightArrow{color: #000;}

.navbar.headerProfile .d-flex.align-items-center.justify-content-between{
  flex-direction: column; margin-top: 22px;
}
.navbar.headerProfile ul li.dropdown ul{
  border-radius: 20px;
}
.navbar.headerProfile ul li.dropdown ul li.myac{
  border-bottom: 1px solid #979797;
}
.checkIcon{position: relative;}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}

.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

.checkIcon .image {
opacity: 0.3;
}

.checkIcon .middle {
opacity: 1;
}
/* notification module for mobile and ipad */
.navbar.headerProfile .notification_block ul li ul {
  left: -135px;
}
/* notification module for mobile and ipad */
.navbar.headerProfile ul li ul{left:-95px}
.col-lg-2.footerThirdCol{
  width: 20.666667%;
}
.col-lg-2.footerFiftCol{
  width: 12.666667%;
}

.headerProfile ul li ul li a:hover{
  color: #9a064b !important;
}
.services.threeSection .icon-box.midBox{
  background: #00312b;
}

a.loadmore {
  color:#000;
  text-decoration: underline;
}

a.loadmore:hover {
  color:#000;
  text-decoration: none;
}

.footer-links.footerLastLogo h3 a{
  color:#000;
}

.bannerInput form:hover .bannerSearchIcon{
  background-color: #00a590;
}
.bannerInput form:hover{
  border: 1px solid #00a590;
}

.orgSecondSection .descriptionBackside .btn-watch-video{
  color:#146359;
}
.orgSecondSection .descriptionBackside .rightArrow{
  color:#C26992;
}
.orgSecondSection .descriptionBackside .rightArrow:hover{
  color:#146359;
}

.team.featuredContent.rightCourseSection .descriptionBackside .btn-watch-video{
  color:#146359;
}
.team.featuredContent.rightCourseSection .descriptionBackside .rightArrow{
  color:#C26992;
}
.team.featuredContent.rightCourseSection .descriptionBackside .rightArrow:hover{
  color:#146359;
}

/* Search filter page css start */
.filterHeader {
  min-height: 64px;
  background: #9a054a;
  color: #fff;
}
.filterHeader .filterHeading{
font-size: 28px;
  font-weight: 500;
  font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
}
.filterHeader .headerSubscribe .dropdown a {
  color: #fff;
}
.filterHeader .headerSubscribe .dropdown ul li a {
  color: #000;
}
.filterHeader .headerSubscribe .navbar.headerProfile ul li ul {
  left: -53px;
}
.sidebar{
  border: 1px solid #9a054a;
  border-radius: 24px;
  padding: 16px;
}
.sidebar ul{
  list-style-type: none;
}
.sidebar ul li{
  margin-bottom: 15px;
}
.sidebar a.nav-link{
  display: flex;
  align-items: center;
  font-size: 15px;
  /* font-weight: 600; */
  color: #00312b;
  padding: 0px;
  border-radius: 4px;
}
.sidebar-nav{padding-left: 0px; margin-top: 20px;}
.sidebar-nav li ul{padding-left: 0px;}
.sidebar-nav li ul li{
  margin-bottom: 4px;
}
.sidebar-nav li ul li i{font-size: 20px; color: #002144;}
.sidebar-nav li ul li span{
  font-size: 14px;
  color: #010d0b;
}
.expandAll{color: #00312b;    font-size: 14px;}
.filteLabel{
  color: #9a054a;
  font-weight: 700;
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 4px;
}
.searchResultLM{
  text-align: center; color: #000; text-decoration: underline; margin-top: 20px;
}
/* Search filter page css end */

.anonymousHeader{
  z-index: 999;
  position: absolute;
top: 48px;
}

.bannerInput form input[type=text] {
  border: 0;
  padding: 4px 8px;
  /* RL-3258 changes */
  width: calc(100% - 40px);
  /* RL-3258 changes */
}

.home_video { width:100%;height:100%;position:relative; cursor: pointer;} 
.home-userfeedback {width: 80px; height: 80px; border-radius: 50%; background: #9a054a; color: #fff; font-size: 32px; font-weight: 600;}
.home-testimonials {text-align: center; color: #fff; margin-bottom: 30px;}
.sidebar a.nav-link i{transform: rotate(180deg);color:#9A054A; font-weight:600}
.sidebar a.nav-link.collapsed i{transform: rotate(0deg);}
.subscribeBox .descriptionBackside .rightArrow { color: #C26992; }
.subscribeBox  .descriptionBackside .rightArrow:hover { color: #146359; }
.loadmoreBtn {background: none; border: none; text-decoration: underline; font-size:16px; color: #000;}
.loadmoreBtnFilter {background: none; border: none; text-decoration: underline; font-size:16px; color: #000;}
.bannerInput form input[type=text]:focus-visible{ outline: 0; }
.searchImgLabel{
  position: absolute;
  z-index: 9;
  left: 20px;
  background: #146359;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  bottom: 20px;
  text-transform: uppercase;
  max-width: calc(100% - 40px);
  }
  .member:hover .searchImgLabel { display: none; }
  .sidebar .radio-button__input:checked+.radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: #01a982;
    border-radius: 43%/50%;
    background-image: url(../../assets/img/check_icon.png);
    width: 14px;
    height: 14px;
    background-size: contain;
}
  .sidebar input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    }

    .sidebar .radio-button__input {
    opacity: 0;
    position: absolute;
    }

    .sidebar .radio-button__control{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 1px solid #002144;
    border-radius: 43%/50%;    
  }

  .noitems{
    box-shadow: 0px 0px 4px #bbbbbb;
    padding: 15px 0px;
  }

  .team.fiveSction .member .member-img.icons-5 img.img-fluid {
    min-width: inherit;
  }

  /* 19-09-2023 */

.myModuleBannerInput input{border:0px; border-bottom: 1px solid gray; color: #00312B;}
.myModuleBannerSearchIcon{
background-image: url(../img/my-learning-search.svg);
  background-repeat: no-repeat;
  width: 24px;
    height: 24px;
    background-color: transparent;
}
.myModuleBannerInput input.myModuleBannerSearchIcon{
border: none;
}
.backTo a{
  color: #000;
}
.moduleCompletedSection h3{
  font-size: 32px;
    font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
}
.moduleCompletedSection .myModuleBannerInput .searchModuleComp:focus-visible{
  outline: 0;
}
.moduleCompletedSection .myModuleBannerInput .searchModuleComp::placeholder  {
  color: rgba(0, 49, 43, 0.5);
}
.backTo a span {
  padding-left: 10px;
  font-size: 14px;
}

.modulecompletedCertificate .member{
  margin-bottom: 20px;
    overflow: hidden;
}
.modulecompletedCertificate .certiModuleName span{
  font-size: 15px;
    color: #000;
}
.modulecompletedCertificate .certiModuleName{
  font-weight: 600;
}
.modulecompletedCertificate .member-info{
margin-top: 8px;
}
section.overflowNormal{
  overflow: inherit;
}
/* Module page css start */
 .modulePageTagLine {
   min-height: 46px;
   background: #9a054a;
   color: #fff;
 }

 .modulePageTagLine h3.moduleTagHeading {
   font-size: 22px;
   margin-bottom: 0px;
  font-weight: 700;
    font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
 }
        .module-details .moduleThumbImage {
      position: relative;
    }
  
      .module-details .previewModuleBtn {
      height: 44px;
      border-radius: 16px;
      background: #fbfbfa;
      min-width: 165px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 10px;
      left: 10px;
      padding: 0px 12px;
    }
  
    .module-details .previewModuleBtn span {
      position: relative;
      margin-left: 20px;
      color: #00312b;
    }
  
    /* .module-details .previewModuleBtn span:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background-color: #00312b;
      left: -11px;
    } */
        .module-details-right-box .moduleOtherInfo p {
          margin-bottom: 5px;
        }
    
        .module-details-right-box .moduleOtherInfo p span {
          font-weight: 700;
        }
    
        .module-details-right-box .moduleLabel {
          font-size: 18px;
          color: #00312b;
        }
    
        .module-details-right-box h3 {
          color: #9a054a;
          font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
        }
    
        .module-details-right-box .authorName {
          font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
          font-weight: 500;
        }
    
        .moduleOtherInfo .timeoutBtn {
          align-items: center;
          display: flex;
          padding: 8px 20px 10px 20px;
          border-radius: 24px;
          transition: none;
          font-size: 16px;
          font-weight: 400;
          transition: 0.3s;
          color: #fff;
          background: #00312b;
        }
    
        .moduleOtherInfo .timeoutBtn:hover {
          background: #fcbf2c;
        }
    
        .moduleOtherInfo .re-do-ghostBtn:hover {
          background: #9a054a;
          color: #fff;
        }
    
        .moduleOtherInfo .re-do-ghostBtn {
          font-weight: 400;
          font-size: 16px;
          letter-spacing: 1px;
          display: inline-block;
          padding: 10px 20px;
          border-radius: 24px;
          transition: 0.5s;
          color: #00312b;
          background: transparent;
          border: 1px solid #9a054a;
        }
    
        .moduleOtherInfo .feedbackBtn {
          display: flex;
          align-items: center;
        }
    
        .moduleFavIc {
          display: flex;
          justify-content: center;
          flex-direction: column;
        }
    
        .moduleShareIc {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
        }
        .module-details-right-box .moduleOtherInfo .headerSubscribe{
          gap: 54px;
            justify-content: space-between;
            margin-top: 20px;
        }
        .module-details .height52 {
          min-height: 52px;
          background-color: #00312b;
          color: #fff;
          border-radius: 24px;
          margin-top: 30px;
        }
        
        .module-details .height52 span {
          color: #fff;
        }
        .addThisSection {
          box-shadow: 0px 0px 4px #bbbbbb;
          padding: 0px 0 20px 0;
        }
        .addThisSection p.heading {
          font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
          font-weight: 500;
          font-size: 22px;
        }
        .padding40{padding: 0px 40px;}
        .justify-content-evenly{justify-content: space-evenly;}
        .moduleRecommended{
          padding-top: 30px;
            padding-bottom: 60px;
            margin-top: 4px;
        }
        .team.moduleRecommended span.moduleTime{
          font-size: 14px;
            color: #146359
        }
        .glightbox.btn-watch-video.starIcThin{
          font-weight: 600;
            padding-top: 4px;
            display: block;
        }
        .fw-600{
          font-weight: 600;
        }
        .justify-content-spaceBetween{
          justify-content: space-between;
        }
        .fullWidth{
          width: 100%;
        }
        .gap-30{gap: 30px;}


        /* subscribe module */
        .blankHeight{
          min-height: 82px;
        }
        .startModuleBtnBox{
          gap: 54px;
            justify-content: space-between;
            margin-top: 20px;
        }
        .startModuleBtnBox a.startModuleBtn{
          align-items: center;
            display: flex;
            padding: 8px 20px 10px 20px;
            border-radius: 24px;
            transition: none;
            font-size: 16px;
            font-weight: 400;
            transition: 0.3s;
            color: #002144;
            background: #fcbf2c;
        }
        .startModuleBtnBox a.startModuleBtn:hover {
          background: #dfa722;
        }

                .firstParagrap h4 {
                  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
                  font-size: 22px;
                  font-weight: 700;
                  color: #00312b;
                }
        
                .firstParagrap p {
                  color: #010d0b;
                }
        
                .firstParagrap {
                  border-bottom: 1px solid #00312b;
                  padding-bottom: 10px;
                  margin-bottom: 20px;
                }
        
                .subscriberModuleMidSyllabus h4 {
                  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
                  font-size: 22px;
                  font-weight: 700;
                  color: #00312b;
                }
        
                .subscriberModuleMidSyllabus {
                  border: 1px solid #9a054a;
                  border-radius: 24px;
                  padding: 20px;
                }
        
                .subscriberModuleMidSyllabus ul li {
                  color: #010d0b;
                }
        
                .subscriberModuleMidSyllabus ul {
                  list-style-type: none;
                  padding-left: 30px;
                }
        
                .subscriberModuleMidSyllabus ul li {
                  position: relative;
                }
        
                .subscriberModuleMidSyllabus ul li:before {
                  content: "";
                  width: 5px;
                  height: 5px;
                  border-radius: 50%;
                  background: #00312b;
                  display: block;
                  position: absolute;
                  left: -16px;
                  top: 10px;
                }
        
                .diclaimerBox {
                  border-bottom: none;
                }
        
                .authorImg {
                  width: 56px;
                  height: 56px;
                  border-radius: 50%;
                  background: #d9d9d9;
                }
        
                .firstParagrap.authorSection span {
                  color: #00312b;
                  font-size: 14px;
                  font-weight: 400;
                  text-decoration: underline;
                }
        
                .mtb-20 {
                  margin-top: 20px;
                  margin-bottom: 20px;
                }
                .gap-54{
                  gap:54px;
                }
 /* Module page css end */

 .d-flex.desk-Hide{display: none}
 .container.topNavWrap .desk-Hide{display: none}
 .respBannerHome.desk-Hide{
  display: none
 }

/* Listing */
 .modListingWrap{
  padding-top: 20px;
  padding-bottom: 0px;
 }
 .pl-0{padding-left: 0px;}
 .modListingSection .firstBox {
   display: flex;
   justify-content: space-between;
 }

 .modListingSection .firstBox span:first-child {
   width: 30%;
   font-size: 20px;
   font-weight: 500;
   font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
 }

 .modListingSection .firstBox span {
   font-size: 18px;
 }

 .modListingSection .moduleHeader {
   width: 100%;
 }

 .listingBorBottom {
   border-bottom: 1px solid gray;
   padding-bottom: 12px;
   padding-top: 12px;
 }


 /* Module popup */
 .accordion-header{
  font-size: 18px;
  font-weight: 500;
  font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
  color: #00312B;
 }
 .accordion-header button:focus{box-shadow: none;}
 .accordion-header button {
  color: #00312B;
  font-size: 18px;
    font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
 }
 .accordion-button:not(.collapsed){
  color: #00312B;
  box-shadow: none;
 }
 .accordion-body {
  color: #00312b;
  padding-top: 0px;
  padding-bottom: 0px px;
 }
 .accordion-item{
  border-bottom: 1px solid #00312b !important;
 }
 .modal-header{
  border-bottom: 0px;
  padding-bottom: 0px;
 }
 .modal-body{
  padding-bottom: 0px;
 }
 .modal-content{
  padding-bottom: 30px;
 }
 .accordion-item:last-of-type{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
 }
 .modInProgress{
  font-size: 14px;
  color: #9a054a
 }
.homeVideo { 
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.18);
  border-radius: 24px;
}
.rightCourseSection .member:hover{
  transition: all 500ms ease-in-out;
}

.rightCourseSection .member .descriptionBackside{
  visibility: hidden;
  position: absolute;
  top: 0px;
}

.rightCourseSection .member:hover .descriptionBackside{
  visibility: visible;
}

.rightCourseSection .member .descriptionBackside {
  display: inherit;
}

/* Getlist page */
.team.subscribeBox .member:hover{
  transition: all 500ms ease-in-out;
}

.team.subscribeBox .member .descriptionBackside{
  visibility: hidden;
  position: absolute;
  top: 0px;
}

.team.subscribeBox .member:hover .descriptionBackside{
  visibility: visible;
}

.team.subscribeBox .member .descriptionBackside {
  display: inherit;
}

/* Your leraning section */
.team.rightCourseSection .member:hover{
  transition: all 500ms ease-in-out;
}

.team.rightCourseSection .member .descriptionBackside{
  visibility: hidden;
  position: absolute;
  top: 0px;
}

.team.rightCourseSection .member:hover .descriptionBackside{
  visibility: visible;
}

.team.rightCourseSection .member .descriptionBackside {
  display: inherit;
}

/* Organization section */
.team.orgSecondSection.gradiantBg.rightCourseSection .member:hover{
  transition: all 500ms ease-in-out;
}

.team.orgSecondSection.gradiantBg.rightCourseSection .member .descriptionBackside{
  visibility: hidden;
  position: absolute;
  top: 0px;
}

.team.orgSecondSection.gradiantBg.rightCourseSection .member:hover .descriptionBackside{
  visibility: visible;
}

.team.orgSecondSection.gradiantBg.rightCourseSection .member .descriptionBackside {
  display: inherit;
}

a.alwaysActive:before{
  width: 100% !important;
  visibility: visible !important;
}

section.team.featuredContent.rightCourseSection{
  padding: 0px;
}

.section.services.threeSection{
  padding: 30px 0px;
}

/* Body tag condition */
.conditionedBodyClass .team.featuredContent.rightCourseSection .descriptionBackside p, .team .member .member-info p{min-height: 124px; margin-bottom:28px;}

.team.orgSecondSection.gradiantBg.rightCourseSection .member .member-info span.featuredSpan{
min-height: 75px;
}

.team.orgSecondSection.gradiantBg.rightCourseSection .member .descriptionBackside p.loggedinEndUser{
  margin-bottom:35px;
  min-height:116px;
}

.team.rightCourseSection .member .member-info span.featuredSpan{
  min-height: 75px;
  }

  .team.rightCourseSection .member .descriptionBackside p.loggedinEndUser{
    margin-bottom:54px;
    min-height:136px;
  }
  
  .team.rightCourseSection .yourFavouriteLoggedUser .member .descriptionBackside p.loggedinEndUser{
    margin-bottom: 58px;
    min-height: 124px;
  }

  .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser{
    margin-bottom:34px;
    min-height:142px;
  }
 
  .loadmore .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser{
    margin-bottom:35px;
    min-height:140px;
  }
 
  .moduleThumbImage{
    height: auto;
      width: 100%;
      background: #d9d9d9;
      border-radius: 24px;
  }

  .loginBtnDetailsPage {background: none; border: none; text-decoration: underline; font-size:16px; color: #000;}

  button.watchBtnNew:hover {
    cursor: pointer
  }

  button.watchBtnNew {
    background: transparent;
    outline: none;
    position: relative;
    border: 2px solid #111;
    padding: 15px 50px;
    overflow: hidden;
  }

  /*button:before (attr data-hover)*/
  button.watchBtnNew .one {
    opacity: 1;
    transform: translate(0, 0);
  }

 

  button.watchBtnNew:hover .one {
    opacity: 0;
    transform: translate(0, 0);
  }

 

  button.watchBtnNew:hover .two {
    opacity: 1;
    transform: translate(0, 0);
  }

 

  button.watchBtnNew .one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    /* transform: translate(-100%,0);
      transition: all .3s ease-in-out; */
  }

 

  /*button div (button text before hover)*/
  button.watchBtnNew:hover div.one {
    opacity: 0;
    transform: translate(100%, 0)
  }

 

  button.watchBtnNew div.one {
    transition: all .3s ease-in-out;
    height: 44px;
    border-radius: 16px;
    background: #fbfbfa;
    min-width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    left: 0px;
    padding: 0px ;
  }

 

  button.watchBtnNew div.two {
    opacity: 0;

    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;

 

    height: 44px;
    border-radius: 16px;
    background: #fbfbfa;
    min-width: 165px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 10px;
    left: 0px;
    padding: 0px;
  }
  button.watchBtnNew{
    padding: 0px;
    border: none;
  }
  .watchBtnNew span{
    font-size: 16px;
  }

.watchBtnNew:hover .two span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #00312b;
    right: -11px;
}
.previewModuleBtn .one span:before{    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #00312b;
    left: -11px; }
    .watchBtnNew:hover .two span{
margin-left: 0px;
    }

.twoSection .icon-box .title.getdetailsTitle {
    font-size: 32px;
    font-weight: 500;
    color: #00312B;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
}

/* RL-Rebrand-5 changes */
.twoSection p.description.getdetailsDescription {
  text-align: center; padding: 0px;
}
/* RL-Rebrand-5 changes */

.txtUnderlineDetails  {
  text-decoration: underline;
  text-underline-position: under;
}

.facebook-icon { background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233B5998%22%20d%3D%22M28.5%2015.9H25c-.4%200-.9.5-.9%201.3v2.5h4.3v3.6h-4.3V34H20V23.2h-3.7v-3.6H20v-2.1c0-3%202.1-5.4%205-5.4h3.5v3.8zM23%200C10.3%200%200%2010.3%200%2023s10.3%2023%2023%2023%2023-10.3%2023-23S35.7%200%2023%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; width:48px; height:48px; float:left; margin-right:15px; }
.facebook-icon a { float:left; width:48px; height:48px; text-decoration:none; }
.facebook-icon a:hover { text-decoration:none; }

.twitter-icon { background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2355ACEE%22%20d%3D%22M32.4%2018.9v.6c0%206-4.6%2012.9-12.9%2012.9-2.5%200-4.9-.8-6.9-2%20.4%200%20.7.1%201.1.1%202.1%200%204.1-.7%205.6-1.9-2%200-3.7-1.4-4.2-3.1.3.1.6.1.9.1.4%200%20.8-.1%201.2-.2-2.1-.4-3.6-2.2-3.6-4.5.6.3%201.3.5%202%20.6-1.2-.8-2-2.2-2-3.8%200-.8.2-1.6.6-2.3%202.2%202.7%205.6%204.6%209.3%204.7-.1-.3-.1-.7-.1-1%200-2.5%202-4.5%204.5-4.5%201.3%200%202.5.6%203.3%201.4%201-.2%202-.6%202.9-1.1-.3%201.1-1.1%201.9-2%202.5.9-.1%201.8-.3%202.6-.7-.7.7-1.5%201.5-2.3%202.2zM23%200C10.3%200%200%2010.3%200%2023s10.3%2023%2023%2023%2023-10.3%2023-23S35.7%200%2023%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; width:48px; height:48px; float:left; margin-right:15px; }
.twitter-icon a { float:left; width:48px; height:48px; text-decoration:none; }
.twitter-icon a:hover { text-decoration:none; }

.linked-in-icon {  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230976B4%22%20d%3D%22M34.4%2032.5h-4.7v-8.3c0-1.9-.7-3.2-2.4-3.2-1.3%200-2.1.9-2.4%201.8-.1.3-.2.7-.2%201.2v8.6h-4.6V22.3c0-1.9-.1-3.4-.1-4.8h4l.2%202.1h.1c.6-1%202.1-2.4%204.6-2.4%203.1%200%205.4%202.1%205.4%206.5v8.8zM15%2015.7c-1.5%200-2.4-1-2.4-2.3%200-1.3%201-2.3%202.5-2.3s2.4%201%202.5%202.3c-.1%201.3-1%202.3-2.6%202.3zm2.4%2016.8h-4.7v-15h4.7v15zM23%200C10.3%200%200%2010.3%200%2023s10.3%2023%2023%2023%2023-10.3%2023-23S35.7%200%2023%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; width:48px; height:48px; float:left; margin-right:0px; }
.linked-in-icon a { float:left; width:48px; height:48px; text-decoration:none; }
.linked-in-icon a:hover { text-decoration:none; }

.respFooterWrp{display: none;}

.topNavWrap li a:before{
  content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: -6px;
left: 0;
background-color: #00a590;
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
}
.bi-star-fill  { color: #00A590; }

.desk-Hide.onlyIpadMod {
  display: none;
}
.mobFilterSearch{display: none;}

.iframeSection {
  /* RL-3202 changes - arun - 03-01-24 */
  position: relative;
  /* RL-3202 changes - arun - 03-01-24 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  /* RL-3255 changes - arun - 08-01-24 */
  /* z-index: 99999; */
  /* RL-3255 changes - arun - 08-01-24 */
  border-radius: 24px;
  padding: 0px;
  height: 306px;
}

.moduleThumbImage .bi.bi-x-circle-fill::before{
  background: #fff;
}

.iframeSection iframe {
  border-radius: 24px;
}

.closeIframe {
  position:absolute;
  right: 10px;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
}

.detailsPageAuthorName{
  padding: 13px;
  font-size: 21px;
  font-family: 'euclidFlex-500',Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #00312b;
  text-align:center;
}

/* 04-10-2023 */

a.deskHide {

  display: none;

}

/*Module details page style*/
#module-details .share-button,.popup-share {
    visibility: hidden;
    background-color: #d6f1ed;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px 5px 5px !important;
    position: absolute;
    z-index: 1;
    width: 232px;
    top: -61px;
    margin-left: 0px;
    vertical-align: middle;
    box-shadow: 0px 0px 10px 5px #d8d8d8;
    right:0px;
}
#module-details  ul.share-button li,.popup-share li {
  color: #56d7c0;
  font-size: 15px;
  font-family: 'latoregular',Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  letter-spacing: 0.3px;
}

#module-details ul.share-button li span.email-icon,.popup-share li span.email-icon {
  display: inline-block;
  width: 50px;
  height: 47px;
  background: url(/images/email.png) 0 2px no-repeat;
}




#module-details .module-details-right-box .moduleOtherInfo p{
  margin-bottom: 5px;
}
#module-details .module-details-right-box .moduleOtherInfo p span{
  font-weight: 700;
}
#module-details .module-details-right-box .moduleLabel{
  font-size: 18px;
  color: #00312b;
}
.module-details-right-box h3,.module-details-right-box h1,.module-details-right-box h2{
  color: #9a054a;
  font-family: euclidFlex-500,Arial, Helvetica, sans-serif; 
  font-size:28px;
} 
.module-details-right-box .desktop {
  min-height: 80px;
}
#module-details .module-details-right-box .authorName{
  font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
  font-weight: 500;
}
#module-details .moduleOtherInfo .startModuleBtn{
    align-items: center;
    display: flex;
    padding: 8px 20px 10px 20px;
    border-radius: 24px;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    color: #002144;
    background: #fcbf2c;
}
#module-details .moduleOtherInfo .startModuleBtn:hover{
  background: #dfa722;
}
#module-details .moduleOtherInfo .re-do-ghostBtn:hover {
  background: #9a054a;
  color: #fff;
}
#module-details .moduleOtherInfo .re-do-ghostBtn{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 24px;
  transition: 0.5s;
  color: #00312b;
  background: transparent;
  border: 1px solid #9a054a;
}
#module-details .moduleOtherInfo .feedbackBtn{
    display: flex;
    align-items: center;
}
#module-details .moduleFavIc{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#module-details .moduleShareIc{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}


#module-details .firstParagrap h4{
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #00312b;
}
#module-details .firstParagrap p{
  color: #010d0b;
}
#module-details .firstParagrap{
  border-bottom: 1px solid #00312b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#module-details .subscriberModuleMidSyllabus h4{
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #00312b;
}
#module-details .subscriberModuleMidSyllabus{
  border: 1px solid #9a054a;
  border-radius: 24px;
  padding: 20px;
}
#module-details .subscriberModuleMidSyllabus ul li{
  color: #010d0b;
}
#module-details .subscriberModuleMidSyllabus ul{
  list-style-type: none;
  padding-left: 30px;
}
.subscriberModuleMidSyllabus ul li{
  position: relative;
}
#module-details .subscriberModuleMidSyllabus ul li:before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00312b;
  display: block;
  position: absolute;
  left: -16px;
  top: 10px;
}
#module-details .diclaimerBox{
  border-bottom: none;
}
#module-details .authorImg{ width: 56px; height: 56px; border-radius: 50%; background: #d9d9d9;}
#module-details .firstParagrap.authorSection span{
  color: #00312b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
#module-details .mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
/* End of module details page CSS */

.detailsProfPic {
  height: 100%; 
  width:100%;
  border-radius: 24px;
}

.twoSection .icon-box.modGradientBg {
  background: linear-gradient(315.42deg, #FEF5F5 10.65%, #FBFBFA 81.53%);
}

a.loadmoreBtnFilter {
  text-underline-position: under;
}
#resRight100Parent{display: none !important;}
.loadmoreFavBtn {background: none; border: none; text-decoration: underline; font-size:16px; color: #000;}

.team.subscribeBox.gradiantBg.moduleRecommended .member .descriptionBackside p.loggedinEndUser{
  margin-bottom:34px;
  min-height:142px;
}

.loadmore .team.subscribeBox.gradiantBg.moduleRecommended .member .descriptionBackside p.loggedinEndUser{
  margin-bottom:35px;
  min-height:142px;
}

.team.subscribeBox.gradiantBg.moduleRecommended .descriptionBackside .member-info span.featuredSpan{ min-height: 75px; margin-top: 12px; font-size: 20px !important; margin-bottom: 20px;}
.team.subscribeBox.gradiantBg.moduleRecommended .member .member-info span.featuredSpan{ min-height: 75px;   margin-top: 12px; font-size: 20px; margin-bottom: 20px;}


#module-details .firstParagrap hr{
  border-bottom:0px solid #00312b;
  opacity: 1;
}

.team.orgSecondSection.rightCourseSection.hoverTickIcon .middle .img-fluid.checkHover{
  max-width: 100%;
  height: auto;
  object-fit: none;
  min-width: auto;
}

.moduleCompleted {
  font-size: 14px; 
  color: #146359; 
  margin-top:10px;
}

#module-details .firstParagrap h3 {
  font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #00312b;
}
.mobMyAccountDropdown{display: none !important}

.pl-30 {
  padding-left: 30px;
}

.authorName {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

a.disabled {
  filter:grayscale(1);
  pointer-events: none;
  
}

/* share module new design css */
.shareBoxWrap ul li a{
  font-size: 19px;
  color: #00312B;
}
.shareBoxWrap .gap-14 {
  gap: 20px;
  margin-bottom: 10px;    
}
.shareBoxWrap{
  flex-direction: column;  
  padding: 16px 20px;
  box-shadow: 0px 0px 8px grey;
  border-radius: 20px;
}
h5.shareBoxTitle{
  color:#9A054A;
  font-weight: 700;
}
.shareTopBox{
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.shareRowSection{
  position: absolute;
    width: 336px;
    top: -290px;
    right: 0px;
    background: #fff;
    z-index: 99999;
    border-radius: 24px;
}
.shareRowSection .d-flex.shareTopBox:first-child{
  flex-direction: row !important;
}
.shareRowSection .shareSecondBox .d-flex:first-child{
  flex-direction: row !important;
}

section.module-details {
  overflow: visible;
}

.popUpHide {
  display: none;
}

.popUpShow {
  display: block;
}

.emailToFriendDiv{
  z-index: 99999;
}

.shareRowSectionCertificate{
  position: absolute;
    width: 336px;
    top: -289px;
    right: 14px;
    background: #fff;
    z-index: 99999;
    border-radius: 24px;
}
.shareRowSectionCertificate .d-flex.shareTopBox:first-child{
  flex-direction: row !important;
}
.shareRowSectionCertificate .shareSecondBox .d-flex:first-child{
  flex-direction: row !important;
}
.startModuleBtnMail {
  align-items: center;
  display: flex;
  padding: 8px 20px 10px 20px;
  border-radius: 24px;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: #fff;
  background: #00312B;
}

.modal-title.certTitle{
  color: #00312b;
  font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
}

/* feedback css start */

.feedbackWrap p{
  color: #000;
  font-size: 16px;
}
.feedbackWrap span {
  color: #000;
  font-size: 16px;
}
.feedbackWrap .mt-30{
  margin-top: 30px;
}


.feedbackWrap .radio-button__input:checked+.radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #01a982;
  border-radius: 43%/50%;
  background-image: url(../../assets/img/check_icon.png);
  width: 14px;
  height: 14px;
  background-size: contain;
}
.feedbackWrap .radio-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 1px solid #002144;
  border-radius: 43%/50%;
}
.feedbackWrap .radio-button__input {
  opacity: 0;
  position: absolute;
}
.feedbackWrap input {
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 8px;
  outline: 0;
  background-color: transparent;
}
.feedbackWrap .startModuleBtn {
  align-items: center;
  display: flex;
  padding: 8px 20px 10px 20px;
  border-radius: 24px;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: #fff;
  background: #00312B;
}
.feedbackWrap .startModuleBtn span{
  color: #fff
}
.feedbackWrap .loginBtnDetailsPage{
  text-decoration: underline;
  text-underline-position: under;
}
.feedbackWrap .form-control:focus {
  box-shadow: none;
}
.mt-10{
  margin-top: 10px;
}
.feedbackWrap .form-control::placeholder{
  opacity: 0;
}
.feedbackWrap input:hover::placeholder{
opacity: 1;
}
.hoverLabelRadius:hover label:before{
  content: "";
  position: absolute;
  top: 0px;
  background: transparent;
  width: 100%;
  height: 13px;
  /* z-index: 9999999999; */
  color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 0px;
  border-bottom: 0px;
}
/* feedback css end */

/* Learning feedback css start */
.learningFeedbackWrap p {
  color: #00312B;
  font-size: 18px;
}
.learningFeedbackWrap .mb-5{margin-bottom: 5px !important;}
.learningFeedbackWrap span {
  color: #000;
  font-size: 16px;
}
.learningFeedbackWrap .mt-30 {
  margin-top: 30px;
}
.learningFeedbackWrap .radio-button__input:checked+.radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #01a982;
  border-radius: 43%/50%;
  background-image: url(../../assets/img/check_icon.png);
  width: 14px;
  height: 14px;
  background-size: contain;
}

.learningFeedbackWrap .radio-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 1px solid #002144;
  border-radius: 43%/50%;
}

.learningFeedbackWrap .radio-button__input {
  opacity: 0;
  position: absolute;
}

.learningFeedbackWrap input {
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 8px;
  outline: 0;
  background-color: transparent;
}

.learningFeedbackWrap .startModuleBtn {
  align-items: center;
  display: flex;
  padding: 8px 20px 10px 20px;
  border-radius: 24px;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: #fff;
  background: #00312B;
}

.learningFeedbackWrap .startModuleBtn span {
  color: #fff
}

.learningFeedbackWrap .loginBtnDetailsPage {
  text-decoration: underline;
  text-underline-position: under;
}

.learningFeedbackWrap .form-control:focus {
  box-shadow: none;
}

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

.learningFeedbackWrap .form-control::placeholder {
  opacity: 0;
}

.learningFeedbackWrap input:hover::placeholder {
  opacity: 1;
}

.hoverLabelRadius:hover label:before {
  content: "";
  position: absolute;
  top: 0px;
  background: transparent;
  width: 100%;
  height: 13px;
  /* z-index: 9999999999; */
  color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 0px;
  border-bottom: 0px;
}
.learningFeedbackWrap .card {
  border: none;
}

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

.learningFeedbackWrap .ratings i {

  color: #000 !important;
  font-size: 24px;
}

.learningFeedbackWrap .ratings i.rating-color {
  color: #146359 !important;
}

/* Learning feedback css end */


/* CPD  model start */
.cpdModalTitle{
  color: #222222;
  font-weight: 700;
    font-family: euclidFlex-700,Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.cpdModalPText p{
color: #000;
font-size: 16px;
}
.cpdModalPText ul li {
  color: #000;
  font-size: 16px;
}
/* RL-3365 changes */
.cpdModalPText ul{
  margin-left: auto !important;
  padding-left: 40px !important;
}
/* RL-3365 changes */
.floatLabel{
      position: absolute;
        top: -12px;
        color: #000;
        font-size: 14px;
        left: 20px;
        background: #fff;
        padding-left: 10px;
        padding-right: 10px;
}
.cpdMt-10{
  margin-top: 10px;
}
.addIndividualCpd .form-control:focus{
  box-shadow: none;
}
    /* CPD modal end */

.error-req {
  color:red !important;
}

.trialSection {
font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: 500;
letter-spacing: 0em;
text-align: left;
color: #9A054A;
}

.freeTrialWrap {
  border-top: 4px solid #9a054a;
}

.modal-title{color:#00312b;  font-weight: 500; font-family: euclidFlex-500; font-size: 22px;}
.accordion-item{border: none;}
.accordion-item .accordion-button{background-color: transparent; padding-left: 40px !important;}
.accordion-button::after{position: absolute; left: 0px;}
.accordion-body{padding-left: 0px;}

/* Core modified on Dec 15 - Ranjith,ID: RL-3172 */
 .modListingWrap {
  border-top: 4px solid #9a054a;
}

.team .lastCard .member {
  padding: 10px !important;
  background-color: rgba(254, 245, 245, 1) !important;
}
.team .lastCard .member-img {
  /* RL-3258 changes */
  padding: 25px 0px !important;
  /* RL-3258 changes */
  display: block !important;
}
.team .lastCard .member-info {
  min-height: 170px;
  padding: 0px !important;
}
.team .lastCard .member-img img.img-fluid {
  border-radius:0px;
  /* RL-3258 changes */
  height: 30px !important;
  width: 190px !important;
  min-width: 190px !important;
  /* RL-3258 changes */
  min-width: 80%;
}
.featuredContent .lastCard .btn-get-started.ghostBtn {
  padding: 10px 20px !important;
}

.featured-services .container {
  width: 90% !important;
}
.featuredContent .container {
  width: 90% !important;
}

li.dropdown:hover .bi-chevron-down::before {
  transform: rotate(180deg);
}
li.dropdown .bi-chevron-down::before {
  transform: rotate(0deg);
}

/* DEC 18th 2023 RL-3172 - Ribbon label padding added- details page */
.ribbonInfo {
  padding: 0 12px;
}

/* DEC 18th 2023 - RL-3172 - Learning is still to be underlined on desktop though changes */
@media (max-width: 991px) {
  /* toolkit-height-issue changes */
  .toolkit-card .toolkit-member h4 {
    min-height: 50px;
  }
  /* toolkit-height-issue changes */
  /* RL-3321 changes */
  .notification_block .notify img {
    height: 32px;
  }
  /* RL-3321 changes */
  a.alwaysActive:before{
    visibility: hidden !important;
  }
  a.deskHide {
    display: block !important;
  }
  /* Hamberger menu hide */
  .bi-list::before {
    display: none !important;
  }

  /*  */
  .hambergerMenuSpan span {
    font-size: 14px;
    font-style: normal;
  }

  .hambergerMenuSpan {
    text-align: center;
  }

  
  /* RL-3172 changes by Arun - 22-Dec-23 */
  .mobMyAccountDropdown li.dropdown .bi-chevron-down::before {
    display: none !important;
  }
  /* RL-3172 changes by Arun - 22-Dec-23 */

  .headerSubscribe.mobMyAccountDropdown {
    /* RL-3186 changes by Arun - 21-Dec-2023 */
    /* right: 67px !important; */
    /* RL-3186 changes by Arun - 21-Dec-2023 */
    top: -4px !important;
    color:#000;    
  }
  .hambergerMenuSpan img {
    margin-top: -8px;
    /* notification module for mobile and ipad */
    margin-bottom: 10px;
    /* notification module for mobile and ipad */
  }
  .resLogInBtn span {
    font-weight: 400;
    color: #000;
  }
}

/* Mobile responsive Rl-3172 */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  /* RL-3285 changes */
  p.notification-label {
    display: block !important;
  }
  /* RL-3285 changes */
  .headerSubscribe.mobMyAccountDropdown {
    /* RL-3186 changes by Arun - 21-Dec-2023 */
    /* right: 55px !important; */
    /* RL-3186 changes by Arun - 21-Dec-2023 */
    top: -4px !important;
    color:#000;    
  }

  #hero.subscribePageBanner{
    background-image: url(../img/bannerImg-subscribe-mobile.webp); 
  }  /* RL-3243 changes - arun - 04-01-24 */
  .resCpdSecondBox.resCpdDeskShow a.underLine:last-child {
    text-align: left !important;
  }
  /* RL-3243 changes - arun - 04-01-24 */

  /* RL-3255 changes - arun - 08-01-24 */
  .iframeSection {
    height: 206px;
  }
  /* RL-3255 changes - arun - 08-01-24 */
  /* RL-Rebrand-2 changes */  
  .twoSection .icon-box {
    background: linear-gradient(315deg, #FEF5F5 10.65%, #FBFBFA 81.53%);
  }
  /* RL-Rebrand-2 changes */
  /* RL-Rebrand-5 changes */
  .twoSection .modGradientBg h4, .twoSection .modGradientBg p.description {
    text-align: center !important;
    padding: 0px !important;
  }
  /* RL-Rebrand-5 changes */

}

/* RL-3186 changes by Arun - 21-Dec-2023 */
/* @media only screen and (min-width: 375px) and (max-width: 767px) {

  .resLogInBtn.newLoginHomePage {
    right: 60px !important;
  }

}

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

  .resLogInBtn.newLoginHomePage {
    right: 46px !important;
  }

}

@media only screen and (min-width: 820px) and (max-width: 991px) {

  .resLogInBtn.newLoginHomePage {
    right: 22px !important;
  }

} */
/* RL-3186 changes by Arun - 21-Dec-2023 */


.inprogress-container .inprogress-alt-msg {
  color: #c11766;
  margin-top: 9px;
  margin-bottom: 5px;
  font-size:13px;
}
/* Home page load more inprogress, RL-3172 */

.inprogress-container .team.subscribeBox.loadmoreSection .member .member-info span.featuredSpan {
  margin-bottom: 0px;
}
.inprogress-container .team.loadmoreSection .member .descriptionBackside p.loggedinEndUser {
  min-height: 122px;
}
/* END */

/* Home page load more favourite, RL-3172 */

#FavouriteDiv .loadmorefav .team.subscribeBox.loadmoreSection .member .member-info span.featuredSpan {
  margin-bottom: 0px;
}
/* END */

/* My Learning > Manage CPD > UI issue fix, Dec 19th 2023 */
.loadmorerecomm {
  padding-left: 0px;
}

.modListingSection .firstBox span:first-child {
  width: 30%;
}
.resCpdDeskShow span.cpdHours {
  width: 11%;
  margin-left: 1%;
}
.resCpdDeskShow a.underLine:first-child {
  width: 25%;
  margin-left: 1%;
}
.resCpdDeskShow a.underLine:nth-child(2) {
  width: 18%;
  margin-left: 1%;
}
.resCpdDeskShow a.underLine:nth-child(3) {
  width: 12%;
  margin-left: 1%;
}
/* End */

/* Dec 20th 2023 - Module overview overlap issue fix */
.moduleThumbImage .videoContent > img{
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  background-color: #e9ecef;
}

/* RL-3186 changes by Arun - 21-Dec-2023 */
@media only screen and (max-width: 991px) {
  /* RL-3503 changes   */
  .pdf-container {
    height: 65% !important;
  }
  /* RL-3503 changes   */
  #hero.subscribePageBanner{
    background-image: url(../img/bannerImg-subscribe.webp); 
  }
  .d-flex.height68-bg .headerSubscribe.orga-btns{
    flex-direction: row;
    align-items: center !important;
  }
  .organisationSection .height68-bg .container{
gap: 10px;
align-items: flex-start !important;
flex-direction: column;
  }
  .organisationBanner .navbar .headerSubscribe{
    gap: 23px !important;
    flex-direction: column;
    display: flex !important;
  }
  .organisationBanner .navbar .headerSubscribe .mb-5.mb-lg-0{
    margin-bottom: 16px !important;
  }

  .row .d-flex.height52.align-items-center.padding40 .d-flex.headerSubscribe.align-items-center.justify-content-spaceBetween {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
}

    /* RL-3202 changes - arun - 03-01-24 */
  /* .moduleOtherInfo .d-flex.headerSubscribe.align-items-center{
    align-items: baseline !important;
  } */
  
    /* RL-3202 changes - arun - 03-01-24 */
  .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex.flex-dir-col{
    flex-direction: column;
  }
  .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex.flex-dir-col span{
    white-space: nowrap;
  }

  .resLogInBtn.newLoginHomePage, .headerSubscribe.mobMyAccountDropdown {
    /* notification module for mobile and ipad */
    /* right: 59px !important; */
    right: 55px !important;
    /* notification module for mobile and ipad */
  }

  /* notification module for mobile and ipad */
  .notification_block {
    margin-right: 50px !important;
  }
  .notification_block img {
    height: 32px;
  }
  .headerUserName {
    width: 30px;
    height: 30px;
  }
  #resRight100.resRight100.mobMyAccountDropdown {
    z-index: 99;
  }
  .navbar .notification_block ul {
    display: block !important;
  }
  /* notification module for mobile and ipad */

  .resLogInBtn.resRight100 {
    right: 105px !important;
  }

  .resRight100.mobMyAccountDropdown {
    right: 140px !important;
  }

  i.bi.bi-chevron-down::before {
    content: "\f282" !important;
  }

  li.dropdown:hover .bi-chevron-down::before {
    transform: rotate(0deg);
  }
}
/* RL-3186 changes by Arun - 21-Dec-2023 */
.cpdActivity {
  left: 10px;
}

.getlist {
  padding-top: 0px;
  border-radius: 24px;
  background: rgb(251,251,250);
  background: linear-gradient(160deg, rgba(251,251,250,1) 0%, rgba(249,207,205,1) 90%, rgba(248,234,234,1) 100%);
}

/** to fix full width issue */
.member{
  width: 100%;
}



@media(min-width:768px) and (max-width:1199px){
  
/* RL-3321 being updated changes */
  #module-details .currentlyUpdated {
    padding: 8px 10px;
    background-color: #a8a6a6 !important;
    color: #fff;
    border: none !important;
    pointer-events: none;
  }
  /* RL-3321 being updated changes */
  /* cards has been changed from 3 - 2 */
  /* .member img.img-fluid {
    min-width: auto;
    height: auto !important;
  } */

  /* .member img.img-fluid {
    min-width: 100% !important;
    height: 168px !important;
    object-fit: cover;
    object-position: center;
  } */
  /* cards has been changed from 3 - 2 */
}

.listing-section-rightside{
  padding-top: 0px;
  padding-bottom: 0px;
}

section.listing-page-c .section-title {
  padding-top: 30px;
}



section.listing-page-c {
  padding-top: 0px;
}

a.hero-subcribe-btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 24px;
  transition: 0.5s;
  color: #000;
  background: #fcbf2c;
}

a.hero-login-btn {
  margin-left: 50px;
  color: #000;
  text-decoration: underline;
  /* RL-3215 changes - arun - 03-01-24 */
  text-underline-position: under;
  /* RL-3215 changes - arun - 03-01-24 */
}
.here-buttons{
  padding: 20px 0px;
}

section.listing-page-c .icon-box {
  margin-bottom: 10px;
}

.member.blur-box {
  position: relative;
}

.member.blur-box .member-img img {
    opacity: 0.6;
}

.member.blur-box .member-info {
    opacity: 0.6;
}
.member.blur-box:before {
  display: none;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 99;
   filter: blur(147px);
   background: inherit;
}

.firstParagrap hr {
  border-color: #00312b;
  opacity: 1 !important;
}

.cpd-activity-item-list .accordion-button::after, .nmc-nurse-standard-section .accordion-button::after {position:relative;}


@media(min-width:768px) and (max-width:992px){
  .services.whyUseSection .icon-box img {
    width: 90px;
    height: 90px;
  }

  .fiveSection-advantages .container .member .member-img {
    display: block !important;
  }

  .subScription.section-title {
    padding: 0px !important;
  }
  /* RL-Rebrand-2 changes */
  .icon-box.midBox p.minHeight70 {
    font-size: 18px !important;
  }
  /* RL-Rebrand-2 changes */
  /* RL-Rebrand-5 changes */
  .rcni-plus-blw-txt {
    font-size: 18px !important;
  }
  /* RL-Rebrand-5 changes */

}
@media (max-width:992px) {
  /* RL-3321 changes   */
  /* RL-3365 changes */
  .show-dot::after {
  /* RL-3365 changes */
    top: -5px;
    right: -5px;
  }
  /* RL-3321 changes   */
  /* RL-3252 changes */
  .module-details.list-card .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser {
    max-height: 142px !important;
    white-space: pre-line;
  }
  .module-details.list-card .team.subscribeBox .member .member-info span.featuredSpan {
    max-height: 75px !important;
    white-space: pre-line;
  }
  /* RL-3252 changes */
  /* ribbon info ui updated for mobile and ipad */
  .ribbonInfo {
    max-height: 400px;
    width: auto;
    margin-right: 3px;
}
.module-details .row.ribbonInfo .height52 {
    padding: 0 5px 0 20px;
    border-radius: 24px 0px 0px 24px;
    margin-top: 30px;
}
.module-details .row.ribbonInfo .height52 span {
    min-width: fit-content;
}
.row.ribbonInfo .d-flex.height52.align-items-center.padding40 .d-flex.headerSubscribe.align-items-center.justify-content-spaceBetween {
    flex-direction: row;
    overflow: auto;
}
#ribbonInfo-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #00312b;
}
#ribbonInfo-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #00312b;
}
#ribbonInfo-scroll::-webkit-scrollbar-thumb {
    background-color: white;
}
/* ribbon info ui updated for mobile and ipad */
  .bannerInput form input[type=text] {
    width: calc(100% - 40px);
  }
  /* RL-Rebrand-2 changes */
  .services.whyUseSection .icon-box h4 {
    font-size: 20px !important;
  }
  .services.whyUseSection .icon-box p {
    font-size: 16px !important;
  }
  .services.whyUseSection .container {
    padding-bottom: 10px !important;
  }
  .rcni-plus h3 {
    font-size: 18px !important;
  }
  .team.fiveSction.rcni-plus .member .member-info h4 {
    font-size: 20px !important;
  }
  h3.home-testimonials {
    font-size: 28px !important;
  }
  /* RL-Rebrand-2 changes */
  /* RL-3260 changes */
  .modulePageTagLine {
    min-height: 4px !important;
  }
  .modulePageTagLine h3 {
    display: none;
  }
  /* RL-3260 changes */
}

@media(max-width:1199px){
  .module-details-right-box .desktop{
    display: none !important;
  }
  .mob-hide{

    display: none;

  }
  .respFooterWrp{display: block !important;}

   /* footer */

   .respFooterWrp .accordion-button::after{

    position: absolute;

    left: 0px;

  }

  

  .respFooterWrp .accordion-item, .respFooterWrp .accordion-button{

  background-color: transparent;

  border-bottom:none !important;

  }

  #footer .respFooterWrp .accordion h3{

    padding-bottom: 0px;

      padding-left: 12px;

      margin-bottom: 0px;

  }

  #footer .respFooterWrp .accordion-button::after{

    background-image: url(../../assets/img/PlusIcon.svg);

  }

  #footer .footer-top {

    padding: 30px 0 30px 0 !important;

  }

  #footer .respFooterWrp .footer-links.footerLastLogo{

    display: flex;

    justify-content: end;

  }

  #footer .respFooterWrp .footer-logo{

    position: inherit;

  }

  #footer .respFooterWrp .accordion-item h2 span.respBackToTopBtn{

position: absolute;

top: 18px;

right: 8px;

font-size: 21px;

z-index: 99;

}

  #footer .footer-top .respFooterWrp .footer-links {

    margin-bottom: 0px;

  }

  .responsiveBackToTop{
    font-weight: 500;
    font-family: euclidFlex-500,Arial, Helvetica, sans-serif;
    color: #00312B;
    font-size: 21px;
  }

  footer .footerHeight68 .container.align-items-center{

    align-items: baseline !important;

  }

  footer .footerHeight68 .container.align-items-center .headerSubscribe{

    gap: 15px !important;

    align-items: baseline !important;

    margin-top: 12px;

  }

  .d-flex.footerHeight68 .d-flex.headerSubscribe.align-items-center{
    gap:10px !important;
  }

  footer .container.d-flex{flex-direction: column;margin-top: 20px;}

  footer .footerHeight68{

    height: auto;
  
  }
  
  footer .container.d-flex{
  
  flex-direction: column;
  
  margin-top: 20px;
  
  }
  
  footer .d-flex.headerSubscribe{
  
    flex-direction: column;
  
    gap:10px;
  
    margin-bottom: 20px;
  
  }

  /* RL-3215 changes - arun - 03-01-24 */
  /* .icon-box.midBox .ipadFlexDirCol{ */
  .icon-box.midBox{
    /* RL-3215 changes - arun - 03-01-24 */
    flex-direction: column !important;
  }

section.featured-services .icon-box {
  padding-left: 10px;
  padding-right: 10px;
}

.certifc-pop-btns {flex-direction: column;}

.d-flex.certifc-pop-btns a  {
    text-align: center;
    display: block;
}


}

@media(max-width:767px){
  /* toolkit-height-issue changes */
  .team .toolkit-card .member.toolkit-member .member-info span.featuredSpan {
    min-height: 50px !important;
  }
  /* toolkit-height-issue changes */
  /* RL-3321 changes */
  .services.whyUseSection .icon-box h4 {
    padding: 0;
  }
  /* RL-3321 changes */
  /* ribbon info ui updated for mobile and ipad */
  .ribbonInfo {
    padding: 0 0 0 40px;
  }
  .container {
    max-width: 96%;
  }
  /* ribbon info ui updated for mobile and ipad */
  .featuredContent .container {
    width: 100% !important;
}

.here-buttons{
  padding-top: 0px;
}

.fiveSection-advantages .container .member .member-img {
  display: block !important;
}
.twoSection .icon-box .headerSubscribe {
  flex-direction: column;
}

.services.threeSection.resMb-20 .mt-4{
  margin-top: 1.5rem!important;
}

/* organization logo changes */
.orgni-logo-and-heading {
  gap: 10px !important;
  /* align-items: flex-start !important; */
}

.orgni-logo-and-heading img {
  width: 140px !important;
  height: auto !important;
}
/* organization logo changes */

.organisationBannerSubtext h3 {
  font-size: 19px;
}

.organisationBannerSubtext p {
  font-size: 15px;
}

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

section.featured-services .mb-5 {
  margin-bottom: 19px !important;
}
/* RL-Rebrand-5 changes */
#hero.d-flex.align-items-center.anonymous_banner {
  /* background: url(../img/bannerImg.png) top left; */
  background: url("../img/hero_learning.webp") top left;
  background-size: contain;
  /* new ui changes */
  /* background-color: #e1e8eb; */
  height: auto;
  background-repeat: no-repeat;
  padding-top: 120px;
  /* new ui changes */
}
#hero {
  height: 100vh;
}
.twoSection .twoSection-align-center h4, .twoSection  .twoSection-align-center p.description {
  text-align: center !important;
}
.team .member .member-img {
  display: none !important;
}
/* RL-Rebrand-5 changes */
}

/* 29-12-2023 @media */
@media only screen and (min-width: 992px) and (max-width:1199px) {
  /* RL-3321 changes */
  .services.whyUseSection .icon-box h4 {
    padding: 0;
  }
  /* RL-3321 changes */
  /* RL-3202 changes - arun - 03-01-24 */
  /* .moduleOtherInfo .d-flex.headerSubscribe.align-items-center{
    align-items: baseline !important;
  } */
  /* RL-3202 changes - arun - 03-01-24 */
  .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex.flex-dir-col{
    flex-direction: column;
  }
  .moduleOtherInfo .d-flex.headerSubscribe.align-items-center .d-flex.flex-dir-col span{
    white-space: nowrap;
  }
  .team.subscribeBox .member .descriptionBackside{
    display: none;
  }
  .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser {
    min-height: auto;
    margin-bottom: 30px;
  }
  /* RL-3252 changes */
  .module-details .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser {
    min-height: auto;
    margin-bottom: 80px;
  }
  .row.ribbonInfo .padding40 {
    padding: 0 10px;
  }
  /* RL-3252 changes */
}
.organisationBanner.align-items-center .navbar a:focus{
  padding: 8px 35px 10px 35px;
  color: #fff;
  font-weight: 600;
}
/* New @media for 991 */



@media (max-width: 991px) {
  #header .bg-mbHeader {
      position: absolute;
      right: 0px;
      /* RL-3285 changes */
      top: 24px;
      /* RL-3285 changes */
  }
  .mobile-nav-toggle{
  display: block !important;
  }
  .container.topNavWrap .desk-Hide {
      display: block !important;
  }
  .desk-Hide.bgWhite {
      padding: 0px 20px;
  }
  #header .navbar>ul>div.desk-Hide.bgWhite p {
      color: #00312B;
      font-weight: 700;
      padding-top: 10px;
      margin-bottom: 0px;
      position: fixed;
      background-color: #fff;
      height: 40px;
      width: 100%;
      z-index: 9;
      top: 0px;
  }
  .navbar li {
      position: relative;
      border-bottom: 1px solid gray;
  }
  #header .navbar>ul>div.desk-Hide.bgWhite li {
      padding: 0px;
  }
  #header .navbar>ul>div.desk-Hide.bgWhite li a.nav-link.scrollto {
      padding: 10px 0px;
      font-weight: normal;
  }
  .navbar li {
      position: relative;
      border-bottom: 1px solid gray;
  }
  
  .d-flex.resp-d-flex {
      display: block !important;
      background: #146359;
      margin: 20px;
      border-radius: 8px;
      padding: 0px 10px;
  }
  #header .navbar>ul>div.d-flex.resp-d-flex li {
      border-bottom: 1px solid #fff;
  }
  #header .navbar>ul>div.d-flex.resp-d-flex li {
      padding: 2px;
  }
  .navbar li {
      position: relative;
      border-bottom: 1px solid gray;
  }
  #header .navbar>ul>div.d-flex.resp-d-flex li a {
      font-weight: normal;
  }
  #header .navbar>ul>div.d-flex.resp-d-flex li a {
      color: #fff;
      padding: 10px 0px;
  }
  #header .d-flex.bg-mbHeader {
      background: transparent;
      flex-direction: column;
  }
  #header .bg-mbHeader {
      z-index: 999;
  }
  .navbar {
      justify-content: end;
  }
  .container.subNavWrap {
      display: none !important;
  }
  .navbar ul {
      display: none;
  }
  #topbar.d-flex.topbarBg {
      display: none !important;
  }
  #header{
  height:auto;
  }
  .d-flex.height68-bg .headerSubscribe.mobMyAccountDropdown {
      display: block !important;
      position: absolute;
      right: 45px;
      top: -10px;
      z-index: 99 !important;
  }
  #resRight100Parent.d-flex.align-items-center.justify-content-between {
      display: block !important;
  }
  .d-flex.height68-bg .headerSubscribe {
      display: none !important;
  }
  /* notification module for mobile and ipad */
  .resRight100.mobMyAccountDropdown {
      right: 112px !important;
  }
  /* notification module for mobile and ipad */
  .conditionedBodyClass .mobMyAccountDropdown {
      display: flex !important;
  }
  .resHeaderSearchSection {
      display: none !important;
      width: 250px;
      position: absolute;
      right: 100px;
      top: 60px;
      z-index: 99;
  }
  .resLogInBtn {
      flex-direction: column;
      text-align: center;
      display: flex !important;
      position: absolute;
      right: 46px;
      top: 15px;
  }
  .mobMyAccountDropdown ul{
  font-size:14px;}
  #header .height68-bg {
      height: 88px;
      background: #fff;
  }
  .navbar li {
      position: relative;
      border-bottom: none;
  }
  .resLogInBtn {
      flex-direction: column;
      text-align: center;
      display: flex !important;
      position: absolute;
      right: 46px;
      /* notification module for mobile and ipad */
      top: 15px;
      /* notification module for mobile and ipad */
  }
  .navbar.headerProfile .d-flex.align-items-center.justify-content-between {
      flex-direction: column;
      margin-top: 14px;
  }
  #header .navbar>ul>div.desk-Hide.bgWhite p a i {
      font-size: 14px;
      font-weight: 600;
      margin-left: 0px;
      margin-right: 10px;
  }
  .headerSearchShow .resHeaderSearchSection {
      display: block !important;
  }
  .resHeaderSearchSection {
      display: none !important;
      width: 250px;
      position: absolute;
      right: 100px;
      top: 70px;
      z-index: 99;
  }
  #header .navbar>ul>div.desk-Hide.bgWhite p a {
      display: block;
      padding: 0px;
  }
  #header .navbar>ul>div.d-flex.resp-d-flex li ul.dropdown-active {
      background: #177c70;
      padding: 0px 10px;
  }
  .conditionedBodyClass .navbar.headerProfile .d-flex.align-items-center.justify-content-between {
    /* RL-3285 changes */
      margin-top: 19px !important;
      /* RL-3285 changes */
  }
  /* RL-3285 changes */
  .conditionedBodyClass .navbar.headerProfile .d-flex.align-items-center.justify-content-between.notification_block {
      margin-top: 17px !important;
  }
  /* RL-3285 changes */
  
  }

  /* RL-Rebrand-5 changes */
  .rcni-plus-blw-txt {
    color: #9a054a !important;
    font-size: 22px;
    margin: 5px auto 0 auto !important;
    width: 100% !important;
  }
  .twoSection .twoSection-align-center h4, .twoSection  .twoSection-align-center p.description {
    text-align: left;
  }
  /* samsung ui issues */
  /* .twoSection .modGradientBg h4, .twoSection .modGradientBg p.description {
    text-align: center;
    padding: 0px 170px;
  } */
  /* samsung ui issues */
  /* RL-Rebrand-5 changes */
  @media(min-width:768px) and (max-width:1199px){
    .container.d-flex.org-container {
      flex-direction: column;
      align-items: flex-start !important;
    }
    .organisationBanner .navbar .headerSubscribe.orga-btns{
      flex-direction: row !important;
    }
  }
  @media(max-width:768px){
    .container.d-flex.org-container {
      flex-direction: column !important;
      align-items: flex-start !important;
    } 
    .organisationBanner .navbar .headerSubscribe.orga-btns{
      align-items: flex-start !important;
    }
    /* RL-Rebrand-1 changes */
    .syllabus-desk-hide {
      display: block !important;
    }
    .no-bor {
      border: none !important;
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    .syllabus-mob-hide {
      display: none;
    }
    /* RL-Rebrand-1 changes */
    /* RL-Rebrand-2 changes */
    .two-section-btn-gap {
      gap: 10px !important;
    }
    /* RL-Rebrand-2 changes */
    /* RL-3260 changes */
    .ipad-view {
      margin-bottom: 0px !important;
    }
    .ipad-view h1 {
      line-height: 30px !important;
      font-size: 22px !important;
      width: 65%;
    }
    /* RL-3260 changes */
    /* RL-Rebrand-5 changes */
    .rcni-plus-blw-txt {
      font-size: 18px !important;
      width: 82% !important;
    }
    /* RL-Rebrand-5 changes */
  }
  
  .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
  }

  /* RL-3239 changes */
  .testimonials .testimonial-item .testimonial-img-modified {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  @media only screen and (max-width: 599px) {
    /* RL-3502 new changes */
    .password-reset {
      width: 100% !important;
      padding-left: 20px;
      padding-right: 20px;
    }
    /* RL-3502 new changes */
    /* RL-3503 changes */
    .pdf-container {
      height: 60%;
    }
    /* RL-3503 changes */
    /* b2b module download - updates */
    .organisation-ctn {
      display: block;
      align-items: center;
  }
  .organ-thumb .logo {
      font-size: 40px;
  }
  .organisation-detail {
      width: 100%;
  }
  .organ-name {
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      color: #000;
  }
  .organ-desc {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      color: #000;
  }
  .contact-rcni {
      text-align: right;
      margin-top: 10px;
  }
  #bundleDownload .width-70 {
    width: 100%;
  }
  /* b2b module download - updates */

    /* notification module for mobile and ipad */
    .conditionedBodyClass #header .logo img {
      max-height: 24px;
    }
    /* notification module for mobile and ipad */
    /* ribbon info ui updated for mobile and ipad */
    .ribbonInfo {
      padding: 0 0 0 20px;
    }
    .container {
      max-width: 100%;
    }
    /* ribbon info ui updated for mobile and ipad */
    .testimonials .testimonial-item .testimonial-img-modified {
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    /* RL-3202 changes - arun - 03-01-24 */
    .section {
      padding: 30px 10px;
    }
    /* RL-3202 changes - arun - 03-01-24 */
  }
  /* RL-3239 changes */
  /* RL-3202 changes - arun - 03-01-24 */


  

/* RL-3321 changes */
@media only screen and (min-width: 768px) and (max-width: 860px) {
  .services.whyUseSection .icon-box h4 {
    font-size: 20px;
    padding: 0 19px;
  }
  .services.whyUseSection .row {
    padding: 0px;
  }
  .services.whyUseSection .icon-box {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 861px) and (max-width: 992px) {
  .services.whyUseSection .icon-box h4 {
    font-size: 20px;
    padding: 0 30px;
  }
  .services.whyUseSection .row {
    padding: 0px;
  }
  .services.whyUseSection .icon-box {
    padding: 20px 0;
  }
}
/* RL-3321 changes */


  @media only screen and (min-width: 768px) and (max-width:992px) {
    /* ribbon info ui updated for mobile and ipad */
    .ribbonInfo {
      padding: 0 0 0 35px;
    }
    /* ribbon info ui updated for mobile and ipad */
    .container {
      max-width: 96%;
    }
    .mt-4 {
      margin-top: 0px !important;
    }
    /* RL-3243 changes - arun - 04-01-24 */
    .moduleCompletedSection .organisationBanner .navbar .headerSubscribe {
      gap: 0px !important;
      flex-direction: row !important;
    }
    .moduleCompletedSection .gap-30 {
      gap: 0px;
    }
    .moduleCompletedSection h3{
      font-size: 28px;
      margin-bottom: 0px;
    }
    .moduleCompletedSection .organisationBanner .navbar .headerSubscribe .navbar>ul>li {
      padding: 9px 0 9px 20px;
    }
    /* RL-3243 changes - arun - 04-01-24 */
    /* RL-3260 changes */
    .subscribePageBanner .container {
      margin-top: 50px;
      margin-left: 56px
    }
    .ipad-view {
      margin-bottom: 0px !important;
    }
    .ipad-view h1 {
      line-height: 30px !important;
      font-size: 22px !important;
    }
    /* RL-3260 changes */
    /* RL-Rebrand-5 changes */
    .twoSection .modGradientBg h4, .twoSection .modGradientBg p.description {
      text-align: center !important;
      padding: 0px 30px;
    }
    /* RL-Rebrand-5 changes */
  }
  /* RL-3202 changes - arun - 03-01-24 */
  
  /* RL-3215 changes - arun - 03-01-24 */
  @media only screen and (min-width: 768px) and (max-width:1199px) {
    .ipadFlexDirCol{
      flex-direction: column !important;
    }
  }
  .ind-login-btn {
    text-decoration: underline;
    text-underline-position: under;
  }
  /* RL-3215 changes - arun - 03-01-24 */
  /* RL-3243 changes - arun - 04-01-24 */
  .resCpdSecondBox.resCpdDeskShow a.underLine:first-child {
    width: auto;
    margin-left: 0px;
  }
  .resCpdSecondBox.resCpdDeskShow a.underLine:nth-child(2) {
    width: auto;
    margin-left: 0px;
  }
  .resCpdSecondBox.resCpdDeskShow a.underLine:last-child {
    width: auto;
    text-align: right;
    margin-left: 0px;
    margin-right: 10px;
  }
  /* RL-3243 changes - arun - 04-01-24 */

  /* RL-3216 - ranjith - 06-01-24 */
  .errorMessage{
    background-color: #F44336;
    }
/* RL-3236 changes */
.moduleOtherInfo-ipad{
  display: none;
}
@media only screen and (min-width: 768px) and (max-width:1199px) {
  .scorepipad {
    display: block;
    margin-top: 20px;
}
.moduleOtherInfo-ipad{
  display: block;
}
.scorepipad p {
    margin-bottom: 5px;
}

.scorepipad span {
    font-weight: 700;
}

.c-desktop {
  display: none;
}
.lunch-desktop{
  display: none !important;
}

.lunch-ipad .redobutton {
  align-items: center;
  display: flex;
  padding: 8px 20px 10px 20px;
  border-radius: 24px;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: #002144;
  background: transparent;
  border: 1px solid #9A054A;
}

.lunch-ipad .lunch-desktop {
  display: inherit !important;
}

.lunch-ipad .feedbackBtn span {
  color: #000;
}

.lunch-ipad .feedbackBtn {
  color: red;
}

.redo-and-feedback-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.redo-and-feedback-btn .feedbackBtn {
  color: black;
  margin-top: 12px;
  margin-left: 10px;
}

}
.module-details-right-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.module-details-right-box .moduleOtherInfo .headerSubscribe{
  align-items: flex-start !important;
}

a.redobutton {
  background-color: transparent !important;
  border: 1px solid #9a054a;
}

@media (max-width: 767px) {
  /* RL-3285 changes */
  p.notification-label {
    display: block !important;
  }
  /* RL-3285 changes */
  #module-details .moduleOtherInfo .startModuleBtn.redobutton {
    display: inline-block;
}

}
  
.notification_block .dropdown ul li {
  min-width: 280px;
  max-width:380px; 
}

.notification_block li:not(:nth-last-child(-n+2)) { 
  /* notification module for mobile and ipad */
  border-bottom: 2px solid #979797 !important;
  /* notification module for mobile and ipad */
}

/*.notification_block li:first-child { 
  border-bottom: none;
}*/


.notification_block .dropdown ul li:first-child a {
  padding: 0px 20px ;
}
 
.notification_block li a, .notification_block li a:hover,.notification_block li a:focus { 
    text-align: left; 
    white-space: normal;
  } 
  
  .notification_block li a span strong { 
    color:#9A054A; 
  }

  .notify_cnt {
    position:absolute; top:-5px; right:-5px; background-color:#00312B; 
    width:18px; height:18px; border-radius:9px;color:#fff;font-size:10px;padding-top: 1.5px;
  }

  
  /* RL-Rebrand-1 changes */
  .aboutSection .icon-box {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .rcni-plus .member .member-img.icons-5 img.img-fluid {
    height: 81px !important;
  }
  .featured-services .col-md-4 .icon-box, .featured-services .col-lg-4 .icon-box {
    height: 100%;
  }
  #module-details .moduleOtherInfo .startModuleBtn.scromRedirect{
    background: #fff;
    border: 2px solid #9A054A;
    display: inline-block;
  }
  .modListingSection {
    padding: 0px 20px;
  }
  .modListingSection .listingBorBottom, .modListingSection .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .syllabus-desk-hide {
    display: none;
  }

  /* RL-Rebrand-1 changes */

  .orgEnquiries {
    text-decoration: underline;
  }
  /* RL-3255 changes - arun - 08-01-24 */
  .bi-x-circle-fill::before {
    background: #000;
    border-radius: 31px;
  }
  /* RL-3255 changes - arun - 08-01-24 */
  /* RL-Rebrand-2 changes */
  .services.whyUseSection .icon-box h4 {
    font-size: 22px;
  }
  .services.whyUseSection .icon-box p {
    font-size: 16px;
  }
  .services.whyUseSection .container {
    padding-bottom: 40px;
  }
  .rcni-plus h3 {
    font-size: 32px;
  }
  .team.fiveSction.rcni-plus .member .member-info h4 {
    font-size: 22px;
  }
  .team.fiveSction.rcni-plus .member .member-info p {
    font-size: 18px;
    /* RL-3321 changes */
    margin-bottom: 0px !important;
    /* RL-3321 changes */
  }
  h3.home-testimonials {
    font-size: 32px;
  }
  .two-section-btn-gap {
    gap: 30px;
  }
  .icon-box.midBox p.minHeight70 {
    font-size: 22px;
  }
  .demo-blue-btn {
    border: 1.5px solid #00A590 !important;
  }
  /* RL-Rebrand-2 changes */
  /* RL-3252 changes */
  ul#notification-scroll {
    overflow: auto;
    padding: 20px;
    max-height: 400px;
  }
  .close-notification {
    cursor: pointer;
    margin-right: -10px;
    text-align: right !important;
    padding: 0px !important;
    display: block !important;
    font-size: 20px !important;
  }
  #mobile-click ul li ul li {
    min-width: 280px;
    max-width: 380px;
  }
  #mobile-click ul#notification-scroll {
    padding: 0px 20px 20px 20px !important;
  }
  #mobile-click ul#notification-scroll {
    overflow: auto;
    max-height: 400px;
    display: none !important;
    position: absolute !important;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 20px;
    transition: 0.3s;
  }
  #mobile-click ul#notification-scroll {
    left: -150px;
  }
  ul#notification-scroll li a {
    padding: 10px 0px;
  }
  /* notification module for mobile and ipad */
  ul#notification-scroll li:first-child a {
    padding: 0px 0px 10px 0px;
  }
  ul#notification-scroll li:last-child a {
    padding: 0px;
  }
  /* notification module for mobile and ipad */
  #notification-scroll::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
  
  #notification-scroll::-webkit-scrollbar
  {
    width: 6px;
    background-color: #F5F5F5;
  }
  
  #notification-scroll::-webkit-scrollbar-thumb
  {
      background-color: #9a054a;
  }
  /* RL-3252 changes */
  
  /* cards has been changed from 3 - 2 */
  .member img.img-fluid {
    min-width: 100% !important;
    height: 168px !important;
    object-fit: cover;
    object-position: center;
  }
  /* cards has been changed from 3 - 2 */


  /* hero banner background color removed with updates */
  @media only screen and (min-width: 410px) and (max-width: 450px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 140px;
    }
  }
  @media only screen and (min-width: 451px) and (max-width: 500px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 160px;
    }
  }
  @media only screen and (min-width: 500px) and (max-width: 600px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 180px;
    }
  }
  @media only screen and (min-width: 601px) and (max-width: 650px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 200px;
    }
  }
  @media only screen and (min-width: 651px) and (max-width: 700px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 220px;
    }
  }
  @media only screen and (min-width: 701px) and (max-width: 767px) {
    #hero.d-flex.align-items-center.anonymous_banner {
      padding-top: 240px;
    }
  }
  /* hero banner background color removed with updates */
  
  /** RL-3409 Updates **/
  p.score-completed{
    font-family: 'Lato-Bold';
  }
  @media screen and (min-width: 1200px) {
    p.coml-revalidation { 
           width:87%;
    }    
  }

  /* fav-issue changes */
  .team.featuredContent.rightCourseSection.error-page .descriptionBackside p {
    min-height: 96px;
  }
  .conditionedBodyClass .team.featuredContent.rightCourseSection.error-page .descriptionBackside p, .team.orgSecondSection.rightCourseSection.orgian-home .member .descriptionBackside p.loggedinEndUser {
    min-height: 124px;
  }
  /* fav-issue changes */

/** end user featued learning home page */
  .end-user-featured{
    margin-top: 20px;
  }

.team.orgSecondSection.rightCourseSection.orgian-home .member .member-info span.featuredSpan {
  min-height: 75px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.team.orgSecondSection.rightCourseSection.orgian-home .member .member-info {
  padding: 12px 15px;
}

#header {
  position: relative
}

.team.orgSecondSection.rightCourseSection.orgian-home .loadmore .team.subscribeBox.favoriteSection .member .descriptionBackside p.loggedinEndUser {
  margin-bottom: 58px;
}

.organisationBanner.align-items-center .orga-btns .navbar a:focus {
  padding: 0 3px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.team.fiveSction.rcni-plus .member .member-info p {
  display: block;
}
/* RL-3460 changes */
.team .member .member-info p.toolkit-label {
  min-height: 22px;
  margin-bottom: 10px;
  color: #146359;
}
.team .toolkit-card .member .member-info h4 {
  color: #00312B;
  font-weight: 500;
  font-size: 22px;
}
.team .toolkit-card .member .member-info span.featuredSpan {
  margin: 18px 0px;
  color: #010D0B;
  font-weight: 400;
  font-size: 16px;
  max-height: 75px;
  min-height: auto;
  white-space: inherit !important;
}
.toolkit-sidebar .bannerInput form {
  margin-top: 10px;
  margin-bottom: 20px;
}
.toolkit-sidebar .mb-5 {
  margin-bottom: 0px !important;
}
.toolkit-sidebar .bannerSearchIcon {
  background-color: #9a054a;
}
.toolkit-sidebar .sidebar-nav {
  margin-top: 15px !important;
}
.toolkit-sidebar #components-nav {
  margin-top: 10px;
}
/* RL-3460 changes */
/* RL-3503 changes */
.toolkit-modal .modal-dialog {
  height: 90% !important;
}
.toolkit-modal .modal-content {
  padding-bottom: 0px;
  height: 100% !important;
  /* toolkit latest changes */
  overflow: hidden;
  /* toolkit latest changes */
}
/* RL-3502 new changes */
/* toolkit latest changes */
.toolkit-modal .modal-header {
  display: flex;
  place-content: flex-end;
}
.toolkit-modal .modal-header button.btn-close {
  float: right;
  margin-top: -30px;
  margin-right: -30px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 9;
  position: fixed;
  opacity: 1;
}
.index-header span.close-icon a{
  display: none !important;
}
.toolkit-modal .modal-body {
  padding: 0px;
}
.iframeloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.iframeloader .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iframeloader .card-wrapper center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
/* toolkit latest changes */
.toolkit-modal-header {
  /* border-bottom: 1px solid #9A054A; */
  padding-bottom: 10px;
}
/* RL-3502 new changes */
.pdf-container {
  height: 70%;
}
.toolkit-modal iframe {
  width: 100%;
  height: -webkit-fill-available;
}
.toolkit-modal .modal-body {
  position: relative;
}
.toolkit-disclaimer {
  margin-top: 10px;
  position: absolute;
  padding-right: 10px;
}
.toolkit-disclaimer p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0px;
}
.toolkit-disclaimer p.disclaimer {
  font-weight: bold;
  font-size: 16px;
}
.toolkit-modal .modal-footer {
  border-top: 5px solid #9A054A;
  background: #ECEAE6;
  justify-content: flex-start;
}
/* RL-3503 changes */
/* RL-3502 changes */
.password-reset {
  margin: 0 auto;
  width: 500px;
}
.password-reset .submit-btn {
  color: #fff;
  background: #9a054a;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  border-left: 1px solid #dee2e6;
  padding-left: 10px;
  font-size: 12px;
}
.pw-msg {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}
.pw-info p {
  margin-top: 25px;
  margin-bottom: 0px;
}
.pw-info ul {
  margin-bottom: 5px;
}
.pw-info li::marker {
  color: #9a054a;
}
/* RL-3502 changes */
/* RL-3502 new changes */
.team .toolkit-card .member {
  box-shadow: 0px 0px 6px rgb(32 33 32 / 34%);
}
/* RL-3502 new changes */
/* RL-3512 changes */
.toolkit-modal-unsubscribe .modal-dialog {
  height: auto !important;
}
.toolkit-modal-unsubscribe .modal-header {
  padding: 20px 15px 10px 15px;
  border-bottom: none;
}
.toolkit-subscribe-msg {
  text-align: center;
}
.toolkit-subscribe-msg h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #00312B;
}
.toolkit-subscribe-msg p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  color: #00312B;
}
.toolkit-subscribe-btns {
  text-align: center;
  margin: 30px 0px;
}
.toolkit-subscribe-btns button {
  background: #FCBF2C;
  border-radius: 24px;
  padding: 9px 20px;
  border: none;
  color: #002144;
  font-size: 16px;
  margin-right: 40px;
}
.toolkit-subscribe-btns a {
  text-decoration: underline !important;
  font-size: 16px;
  color: #000000 !important;
}

/** RL-3512 changes */
.navbar a:hover:before, .navbar li:hover>a:before {
  visibility: hidden !important;
}
/* RL-3512 changes */

/*RL-3523 changes */
section.unsubscribe-area h4 {
  font-size: 17px;
}

section.unsubscribe-area .alert-success {
  margin: 0 auto;
}

section.unsubscribe-area p {margin-bottom: 0px;}
/** RL-3523 changes */

/* RL-3542 changes */
ul.fav-filter-bars{
  margin-left: 0px;
  padding-left: 0px;
}

ul.fav-filter-bars li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
}

ul.fav-filter-bars li a{
  color: #000;
}

ul.fav-filter-bars li a.active{
 
  border-bottom: 1px solid #9a054a;
}

ul.fav-filter-bars:not(.fv-overide) {
  margin-left: 12px;
}
/* RL-3542 end changes */
/* toolkit modal bg issue changes */
.toolkit-modal .modal-header button.btn-close {
  margin-top: -10px
}
.toolkit-modal .modal-content {
  background-color: transparent;
  border: none;
}
/* toolkit popup issue in mobile and ipad devices */
.toolkit-subscribe-btns form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.toolkit-subscribe-btns button {
  margin-right: 0px;
}



.buttons-ww a {
  width: auto !important;
}

@media (max-width: 727px) {
  .adv-cont iframe {
    width: 100% !important;
  }
  .adv-cont iframe a img {
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}
@media (min-width: 530px) and (max-width: 575px) {
  .toolkit-modal .modal-dialog {
    max-width: var(--bs-modal-width);
    margin: 0 auto;
  }
}
@media (max-width: 529px) {
  .toolkit-modal .modal-dialog {
    max-width: var(--bs-modal-width);
    margin: 0 20px;
  }
  .toolkit-subscribe-btns form {
    gap: 20px;
  }
}
@media (max-width: 427px) {
  .toolkit-subscribe-btns form {
    gap: 10px;
  }
}
/** RL-3542 **/
.fullscreen-mode {
  --bs-modal-width: 97%;
}
/** End RL-3542 */
/* toolkit popup issue in mobile and ipad devices */
/* toolkit modal bg issue changes */

/* Style the container holding the list */
ul.custom-bullets {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
