:root {
  --colorPrimaryText: #fff;
  --p-colorPrimaryHover: #0b81fa;
  --p-colorPrimaryActive: #228cfa;
  --p-colorPrimaryAlpha20: hsla(210, 96%, 45%, 25%);
  --p-colorPrimaryAlpha40: hsla(210, 96%, 45%, 40%);
  --p-colorPrimaryAlpha50: hsla(210, 96%, 45%, 50%);
  --p-colorPrimaryDisabled: #d9d9d9;
  --p-colorPrimaryDisabledText: #8d8d8d;
  --colorBackgroundText: #30313d;
  --p-colorBackgroundDivider: #f2f2f2;
  --p-colorBackgroundDisabled: #f2f2f2;
  --p-colorBackgroundDisabledDeemphasize05: #e6e6e6;
  --p-colorBackgroundDeemphasize03: #f7f7f7;
  --p-colorBackgroundDeemphasize05: #f2f2f2;
  --p-colorBackgroundDeemphasize10: #e6e6e6;
  --p-colorBackgroundDeemphasize15: #d9d9d9;
  --p-colorBackgroundDeemphasize20: #cccccc;
  --p-colorBackgroundLightenAbsolute05: #ffffff;
  --p-colorBackgroundContrastAlpha05: rgba(0, 0, 0, 0.05);
  --p-colorBackgroundContrastAlpha08: rgba(0, 0, 0, 0.08);
  --p-colorBackgroundContrastAlpha30: rgba(0, 0, 0, 0.3);
  --colorTextSecondary: #6d6e78;
  --colorTextPlaceholder: #77787e;
  --colorSuccessText: #fff;
  --colorDangerText: #fff;
  --colorWarningText: #30313d;
  --fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontSmooth: always;
  --fontVariantLigatures: normal;
  --fontVariationSettings: normal;
  --fontLineHeight: 1.45;
  --fontSizeBase: 1rem;
  --fontSizeSm: 0.93rem;
  --fontSizeXs: 0.875rem;
  --fontSize2Xs: 0.8125rem;
  --fontSize3Xs: 0.75rem;
  --fontSizeLg: 1.0625rem;
  --fontSizeXl: 1.125rem;
  --fontWeightLight: 300;
  --fontWeightNormal: 400;
  --fontWeightMedium: 600;
  --fontWeightBold: bold;
  --colorPrimary: #0570de;
  --colorBackground: #fff;
  --colorText: #30313d;
  --colorSuccess: #30b130;
  --colorDanger: #df1b41;
  --colorWarning: #f6e6b9;
  --colorIcon: var(--colorTextSecondary);
  --colorIconHover: var(--colorText);
  --colorIconCheckmark: var(--colorPrimaryText);
  --colorIconCardError: var(--colorDanger);
  --colorIconCardCvc: var(--colorIcon);
  --colorIconCardCvcError: var(--colorDanger);
  --colorIconChevronDown: var(--colorIcon);
  --colorIconChevronDownHover: var(--colorIconHover);
  --colorIconClose: var(--colorIcon);
  --colorIconCloseHover: var(--colorIconHover);
  --colorIconLoadingIndicator: var(--p-colorBackgroundContrastAlpha30);
  --colorIconMenu: var(--colorPrimary);
  --colorIconMenuHover: var(--colorIconMenu);
  --colorIconMenuOpen: var(--colorIconMenu);
  --colorIconPasscodeDevice: var(--colorIcon);
  --colorIconPasscodeDeviceHover: var(--colorIconHover);
  --colorIconPasscodeDeviceNotification: var(--colorPrimary);
  --colorIconRedirect: currentColor;
  --colorIconTab: var(--colorIcon);
  --colorIconTabHover: var(--colorText);
  --colorIconTabSelected: var(--colorPrimary);
  --colorIconTabMore: var(--colorIcon);
  --colorIconTabMoreHover: var(--colorText);
  --spacingUnit: 0.25rem;
  --spacingGridRow: var(--p-spacing3);
  --spacingGridColumn: var(--p-spacing3);
  --spacingTab: var(--p-spacing1);
  --spacingPickerItem: var(--p-spacing2);
  --borderRadius: 5px;
  --focusBoxShadow: 0 0 0 3px var(--p-colorPrimaryAlpha20),
    0 1px 1px 0 var(--p-colorBackgroundContrastAlpha08);
  --focusOutline: 0;
  --p-spacingXs: 1px;
  --p-spacingSm: 2px;
  --p-spacing1: 0.25rem;
  --p-spacing2: 0.5rem;
  --p-spacing3: 0.75rem;
  --p-spacing4: 1rem;
  --p-spacing5: 1.25rem;
  --p-spacing6: 1.5rem;
  --p-spacing7: 1.75rem;
  --p-spacing8: 2rem;
  --p-spacing9: 2.25rem;
  --p-spacing10: 2.5rem;
  --p-logoLightDisplay: block;
  --p-logoDarkDisplay: none;
  --p-logoTabLightDisplay: block;
  --p-logoTabDarkDisplay: none;
  --p-logoTabSelectedLightDisplay: block;
  --p-logoTabSelectedDarkDisplay: none;
  --p-logoBlockLightDisplay: block;
  --p-logoBlockDarkDisplay: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Lokem-Headings";
  src: url("../fonts/ReadexPro/ReadexPro-bold.eot") format("eot");
  src: url("../fonts/ReadexPro/ReadexPro-bold.woff") format("woff");
  src: url("../fonts/ReadexPro/ReadexPro-bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lokem-Lighter";
  src: url("../fonts/ReadexPro/ReadexPro-Light.eot") format("eot");
  src: url("../fonts/ReadexPro/ReadexPro-Light.woff") format("woff");
  src: url("../fonts/ReadexPro/ReadexPro-Light.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lokem-Medium";
  src: url("../fonts/ReadexPro/ReadexPro-Medium.eot") format("eot");
  src: url("../fonts/ReadexPro/ReadexPro-Medium.woff") format("woff");
  src: url("../fonts/ReadexPro/ReadexPro-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Charity-Font";
  src: url("../fonts/Pristina-font.woff2") format("woff2");
  src: url("../fonts/Pristina-font.woff") format("woff");
  src: url("../fonts/Pristina-font.ttf") format("truetype");
  font-weight: 600;
}

body {
  margin: 0;
  font-family: Lokem-Headings !important;
  overflow-x: hidden;
}

.first-page-text1 {
  font-family: Lokem-Lighter;
  padding-top: 30px;
  font-size: 25px;
}

/*Header*/
.terms-header-top-page {
  background: url(../media/images/termsImage.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-top-page {
  background: #000;
}

.indi-box {
  color: #fff;
}
.indi-sub-heading {
  color: #fff;
}

.sub-menu {
  padding-top: 10px;
  color: #deab20;
  background: #000;
  opacity: 0.4;
  padding-right: 0px !important;
  display: none !important;
}

.first-page-container {
  text-align: center;
  font-size: 50px;
  width: 100%;
  color: #fff;
  display: inline-flex;
}
.trust-pilot-main {
  background: #fff;
  width: 98%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-family: "Lokem-Lighter";
}
.trust-pilot-col1 {
  width: 42%;
  margin-right: 8%;
}
.trust-pilot-col1-text {
  font-size: 25px;
  text-align: center;
  font-family: "Lokem-Medium";
}
.trust-pilot-col1-rating {
  text-align: center;
}
.trust-pilot-col2 {
  width: 50%;
}
.trust-pilot-col2-text {
  font-size: 35px;
  font-family: Lokem-Headings;
  text-align: center;
  font-style: italic;
}
.trust-pilot-col2-scroll {
  text-align: center;
}

.main-box {
  width: 50%;
  border-right: 0px solid #fff;
  height: 570px;
  position: relative;
}

.dots-container {
  text-align: center;
}
.right-arrow-container {
  float: right;
  text-align: right;
  width: 30%;
}
.arrow-img {
  width: 50px;
}
.arrow-img:hover {
  cursor: pointer;
}
.dot {
  margin-top: 16px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}
.dot:hover {
  background-color: #deab20;
  cursor: pointer;
}

.main-box-img {
  height: 570px;
  width: 100%;
  opacity: 0.6;
  object-fit: cover;
}
.indi-img {
  height: 570px;
  width: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.box-content {
  position: absolute;
  top: 65px;
  left: 13px;
  color: #fff;
  width: 100%;
}
.box-heading {
  font-family: "Lokem-Medium";
  font-size: 23px;
  text-align: left;
  width: fit-content;
}
.box-sub-heading {
  font-size: 35px;
  text-align: left;
  font-family: "Lokem-Lighter";
  margin-top: 10px;
  width: fit-content;
}
.find-out-main {
  display: inline-flex;
}
.circle-icon {
  background: #cba53c;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  text-align: center;
  padding-top: 0px;
  margin-left: 6px;
  padding-left: 1.5px;
}

.box-find-more {
  font-size: 20px;
  text-align: left;
  margin-top: 200px;
  cursor: pointer;
  font-family: "Lokem-Medium";
}
.blink-business1 {
  animation: blink-business 1s linear infinite;
}

.blink-indi1 {
  animation: blink-indi 1s linear infinite;
}

.first-page-heading {
  font-family: Lokem-Lighter;
  font-size: 45px;
}

.first-page-text {
  font-family: Lokem-Lighter;
  padding-top: 30px;
  font-size: 25px;
}

.book-place-container {
  padding-top: 25px;
  text-align: center;
}

.terms-first-container {
  text-align: center;
  margin-left: 23%;
  margin-right: 23%;
  color: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}
.tc-body-container {
  font-family: Lokem-Lighter;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.terms-page-heading {
  font-family: "Lokem-Lighter";
  font-size: 60px;
  color: #fff;
}

.terms-page-subHeading {
  font-family: "Lokem-Lighter";
  font-size: 30px;
}

.tc-body-container {
  font-family: Lokem-Lighter;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.introductionText {
  font-family: Lokem-Headings;
  font-size: 27px;
}
.reqCBHeading {
  text-align: center;
  font-size: 32px;
  color: white;
  margin-bottom: 10px;
  font-family: Lokem-Medium;
}
.reqCBMain {
  padding-top: 60px;
}

/*Header*/

/*body*/

.intro-container {
  background: url(../media/images/intro.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-text-container {
  padding-top: 130px;
  text-align: center;
  display: inline-flex;
}

.scrum-text-container {
  width: 38%;
  float: left;
  padding-left: 8%;
  padding-right: 4%;
}

.lokem-text-container {
  width: 38%;
  float: left;
  padding-left: 4%;
  padding-right: 8%;
}

.scrum-text-heading {
  font-size: 50px;
  color: #deab20;
  font-family: Lokem-Headings;
}

.scrum-text {
  color: #000;
  font-family: Lokem-Lighter;
  font-size: 25px;
}

.lokem-text-heading {
  font-size: 50px;
  color: #deab20;
  font-family: Lokem-Headings;
}

.lokem-text {
  color: #000;
  font-family: Lokem-Lighter;
  font-size: 25px;
}

.intro-video-container {
  padding-top: 40px;
}

.intro-video-main {
  width: 100%;
  text-align: center;
}

.intro-video {
  border: 5px solid #cba53c;
  border-radius: 20px;
  height: 600px;
}

.intro-video-frame {
  height: 680px;
}

.pathway-section {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Lokem-Lighter;
  margin-top: 50px;
}

.pathway-btn-section {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
  font-family: Lokem-Lighter;
}

.pathway-mobile-btn {
  display: none;
}

.pathway-desktop-btn {
  display: inline-block;
}

.pathway-section1,
.pathway-section2,
.pathway-section3 {
  float: left;
  width: 33%;
  text-align: center;
}

.pathway-btn {
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #cba53c;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  font-family: Lokem-Lighter;
}

.pathway-btn:hover {
  cursor: pointer;
}

.path-img {
  width: 100%;
}

.pathway-heading {
  font-size: 25px;
  padding-bottom: 10px;
  padding-top: 15px;
}

.pathway-text {
  padding-bottom: 10px;
  margin-left: 8%;
  margin-right: 8%;
}

.pathway-btn-container {
  margin-top: 10px;
}

.benefits-section {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Lokem-Lighter;
  margin-top: 50px;
}

.benefits-container {
  color: #fff;
  background-color: #19191a;
  background-image: linear-gradient(
    to right,
    #19191a,
    #2f2f2f,
    #727171,
    #2f2f2f,
    #19191a
  );
  padding-bottom: 50px;
}

.benefits-section1,
.benefits-section2,
.benefits-section3 {
  float: left;
  width: 33%;
  text-align: center;
}

.benefits-img {
  width: 80%;
}

.benefits-heading {
  font-size: 20px;
  font-family: Lokem-Headings;
  padding-bottom: 10px;
}

.benefits-text {
  padding-bottom: 10px;
  margin-left: 8%;
  margin-right: 8%;
}

.git-container {
  padding-top: 50px;
  font-family: Lokem-Lighter;
  background: #f3f3f2;
  padding-bottom: 60px;
}

.git-heading {
  text-align: center;
  font-size: 40px;
  font-family: Lokem-Headings;
}

.git-content {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.git-contact-container {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.git-logo-img {
  max-width: 55px;
  margin: 0 10px 0 0;
}

.git-details-font {
  font-family: Lokem-Headings;
  font-size: 20px;
  text-decoration: none;
}

.phone-email-content {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 35px;
}

.git-phone-content {
  width: fit-content;
  float: right;
}

.git-email-content {
  width: fit-content;
  padding-left: 3%;
}

.git-phone-email-container {
  float: left;
  width: 50%;
}

.git-phone-email-container img {
  max-width: 25px;
  float: left;
  margin: 0 10px 0 0;
}

.charity-container {
  background: url(../media/images/charity-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: 400px;
}

.charity-container .p1 {
  font-size: 30px;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
  font-family: Lokem-Lighter;
}

.charity-container .p2 {
  font-size: 30px;
  padding-left: 20%;
  padding-right: 20%;
  color: #fff;
  font-family: Lokem-Lighter;
}

.charity-btn {
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 35px;
  background: #cba53c;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  font-family: Lokem-Lighter;
}

.charity-font {
  font-family: Charity-Font;
  font-size: 40px;
}

.pathway-coming-soon {
  margin-top: 20px;
  font-family: "Lokem-Headings";
}

.checkout-header-container {
  background: black;
}

.checkout-course-container {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.cart-summary-heading {
  padding: 10px;
  background: #cba53c;
  font-size: 30px;
}

.contactMain {
  width: 86%;
  display: inline-flex;
  margin-left: 7%;
  margin-right: 7%;
}

.contactFieldDiv {
  width: 19%;
  margin-right: 1%;
}

.contactInput {
  width: 100%;
  height: 32px;
  padding: 0;
  border: none;
  padding-left: 6px;
  border-radius: 3px;
  vertical-align: middle;
  /*margin: 5px 10px 5px 0;
	width:100%;
	height: 32px;
	padding-left: 5px;
	*/
}

.contactSelect {
  width: 100%;
  height: 32px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 6px;
  border-radius: 3px;

  /*margin: 5px 10px 5px 0;
  background-color: #fff;
  border: 1px solid #fff;
  width:100%;
  height: 32px;
  padding-left: 5px;*/
}

.dialogBtn {
  width: 100%;
  background: #cba53c;
  border: 1px solid #cba53c;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 3px;
  font-family: Lokem-Lighter;
  height: 32px;
  cursor: pointer;
  vertical-align: middle;
}

.contactMsg {
  margin-top: 12px;
  font-family: "Lokem-Headings";
  width: 84%;
  margin-left: 7%;
  margin-right: 7%;
  color: #cba53c;
  font-size: 18px;
}
.pressPlay {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 32px;
}
/*frame type css around video */
/*
.intro-video-frame {
    padding: 1em;
    border: 0.25em solid;
    position: relative;
}
.intro-video-frame::before, .intro-video-frame::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}
.intro-video-frame::before {
    top: -0.3em;
    bottom: -0.3em;
    left: 1em;
    right: 1em;
}
.intro-video-frame::after {
    left: -0.3em;
    right: -0.3em;
    top: 1em;
    bottom: 1em;
}
.intro-video-frame .heading {
    position: relative;
    z-index: 1;
}*/
/*frame type css around video */

.active-slide {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

.hide-slide {
  display: none !important;
}

/*body*/

/*footer*/

.tm-section {
  background: url(../media/images/tm-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.tm-img-container {
  width: 40%;
  text-align: center;
  margin-top: 10%;
}

.tm-img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.tm-content {
  width: 60%;
  float: left;
}

.tm-container {
  width: 100%;
  height: auto;
  display: inline-flex;
}

.tm-audios {
  height: 530px;
}

.tm-img-div {
  width: 30%;
  height: 100%;
  text-align: right;
  float: left;
  padding-top: 180px;
}

.tm-content-div {
  width: 70%;
  height: 100%;
  font-family: Lokem-Lighter;
  padding-left: 50px;
  padding-right: 15%;
  padding-top: 120px;
  vertical-align: top;
  float: left;
  font-size: 16px;
}

.quote-img {
  width: 65px;
}

.tm-content-container {
  color: #fff;
}

.tm-author {
  color: #f3bf30;
}

.tm-audio1,
.tm-audio2,
.tm-audio3 {
  float: left;
  text-align: center;
  width: 33%;
  color: #fff;
  font-family: Lokem-Lighter;
  font-style: italic;
  font-size: 25px;
  margin-top: 3%;
  margin-bottom: 35px;
}

.tm-audio-author {
  font-family: Lokem-Headings;
  font-style: normal;
  font-size: 22px;
}

.tm-audio-play-content {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: "Lokem-Lighter";
}

.tm-audio-img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
}

.tm-audio-container {
  padding-top: 10px;
}

.working-logo-heading {
  font-family: Lokem-Lighter;
  text-align: center;
  margin: 20px;
  font-size: 35px;
}

.companies-img {
  /* max-height: 100px; */
  margin: 20px;
  height: 120px;
  width: 140px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  object-fit: contain;
}

.company-img-container {
  float: left;
}

.quote-img-container-bottom {
  text-align: right;
  padding-right: 40px;
}

.hide {
  display: none;
}

/*footer*/

.scroll-arrow {
  position: fixed;
  bottom: 1%;
  right: 50%;
  z-index: 100;
  max-width: 100%;
  max-width: calc(100% - 28px);
}

.arrow-container {
  border: 1px solid yellow;
  width: fit-content;
  padding: 5px;
  border-radius: 50%;
  background: yellow;
}

.arrow-down {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 5px;
}

#preloadingImg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("loading.svg") no-repeat center center;
}

/*cart checkout */

.cart-summary-container {
  width: 76%;
  margin-left: 12%;
  margin-right: 12%;
}

.head-cart-summary {
  width: 100%;
  background: #cba53c;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-summary-title {
  padding-left: 8px;
  font-family: Lokem-Headings;
}

.sno-image {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.main-cart-summary {
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f3f3f3;
  padding-left: 3%;
  padding-right: 3%;
}

.cart-details {
  width: 100%;
  display: inline-flex;
  margin-top: 20px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

.cart-summary {
  width: 80%;
  margin-right: 1%;
  display: inline-flex;
}

.cart-certified-img {
  width: 110px;
  height: 110px;
}

.cart-summary-info {
  text-align: left;
  padding-left: 10px;
}

.course-title {
  display: none;
  font-weight: bold;
  font-size: 20px;
  font-family: Lokem-Headings;
  padding-bottom: 5px;
}

.cart-variant-details {
  display: none;
  font-size: 15px;
  font-family: Lokem-Lighter;
}

.cart-variant {
  display: inline-flex;
  font-weight: 100;
  width: 100%;
}

.cart-amount-summary {
  float: right;
  width: 18%;
  text-align: right;
}

.cart-detail-icon-container {
  display: inline-flex;
  margin-top: 10px;
  cursor: pointer;
}

.cart-detail-text {
  margin-right: 5px;
}

.cart-detail-icon-up,
.cart-detail-icon-down {
  font-size: 27px;
  color: #cba53c;
  cursor: pointer;
}

.cart-detail-icon-up {
  display: none;
}

.coupon-section {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border-radius: 4px;
  text-align: right;
  margin-top: 40px;
}

.coupon-apply-section {
  display: inline-flex;
}

.coupon-input {
  width: 125px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 3px;
  border-color: grey;
  border: none;
  border-right: none;
  border-bottom-left-radius: 3px;
}

.apply-button {
  width: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  border: none;
  background: #cba53c;
  font-weight: bold;
  cursor: pointer;
}

.cart-total-amount {
  margin-top: 15px;
  margin-right: 10px;
}

.proceed-container {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-radius: 4px;
  text-align: right;
}

.cart-summary-proceed-button {
  width: 143px;
  padding-top: 12px;
  margin-top: 20px;
  padding-bottom: 12px;
  background: #cba53c;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.variant-title {
  width: 125px;
}

.cart-checkout-body {
  /*	background: url(../media/images/cart-checkout-bg.png) no-repeat;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-name {
  padding-left: 10px;
  font-size: 20px;
}

.cart-logo-container {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 5px;
}

.cart-logo-img {
  width: 180px;
  cursor: pointer;
  margin-top: 10px;
}

.disable-payment {
  background: #787776;
  color: #fff;
}

.margin-header {
  /*margin-bottom:2px;*/
  margin-top: 2px;
}

.trainee-container {
  width: 50%;
  margin-left: 25%;
  text-align: center;
  padding-top: 50px;
  margin-right: 25%;
}

.trainee-container input[type="text"],
.trainee-container input[type="password"] {
  width: 100%;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #afadad;
  padding-left: 8px;
}

.field-div {
  margin-bottom: 15px;
}

.trainee-container input[type="text"]::placeholder,
.trainee-container input[type="password"]::placeholder {
  font-size: 13px;
}

input[name="couponCode"] {
  padding-left: 10px;
}

.terms-text-trainee {
  display: inline-flex;
}

.terms-text-trainee input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.terms-text {
  text-align: left;
  padding-left: 3px;
}

.summary-container {
  width: 76%;
  margin-left: 12%;
  margin-right: 12%;
}

.summary-head {
  width: 100%;
  background: #cba53c;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.summary-body {
  width: 94%;
  padding-top: 12px;
  padding-bottom: 18px;
  background: #dcdcdc;
  padding-left: 3%;
  padding-right: 3%;
}

.summary-title {
  padding-left: 8px;
  font-family: Lokem-Headings;
}

.summary-fields-container {
  display: inline-flex;
  width: 70%;
}

.summary-field-col1 {
  width: 30%;
}

.summary-field-col2 {
  width: 40%;
  font-family: Lokem-Lighter;
}

.summary-field-col3 {
  width: 30%;
  font-family: Lokem-Lighter;
}

.summary-field-heading {
  display: inline-flex;
  font-size: 20px;
  padding-bottom: 2px;
  width: 100%;
}

.total-heading {
  font-family: Lokem-Headings;
}

.total-cost {
  font-family: Lokem-Headings;
}

.edit-summary {
  width: 20%;
  text-align: right;
}

.edit-summary-icon {
  cursor: pointer;
}

.course-icons-section {
  display: inline-flex;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Lokem-Lighter;
}

.course-icons {
  width: 27%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
  font-size: 20px;
}

.course-icon-img {
  width: 100px;
}

.marquee {
  padding-top: 40px;
  overflow: hidden;
}

.course-icon-img-section {
  text-align: center;
  margin-bottom: 10px;
  height: 100px;
}

.training-overview-section {
  display: inline-flex;
  width: 100%;
  padding-top: 10px;
  height: auto;
  font-family: Lokem-Lighter;
}

.training-overview-left {
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  background: #f2eeee;
  padding-top: 25px;
  font-size: 20px;
}

.training-overview-right {
  width: 50%;
}

.training-overview-img {
  width: 100%;
  height: 100%;
}

.workshop-objectives {
  text-align: center;
  background: url(../media/images/OverlayForCourse.png);
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
  font-size: 20px;
  font-family: Lokem-Lighter;
}

.workshopPointsHeading {
  padding-left: 9%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}

.workShopPointsMain {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.workshopPoints {
  text-align: left;
  padding-left: 10%;
  margin: 0;
  margin-top: 2px;
}

.workshop-obj-heading {
  font-size: 40px;
  font-family: Lokem-Headings;
  margin-bottom: 60px;
}

.what-learn-section {
  height: auto;
  display: inline-flex;
  width: 100%;
  font-family: Lokem-Lighter;
  font-size: 20px;
}

.what-learn-left {
  width: 50%;
}

.what-learn-right {
  width: 90%;
  padding-left: 5%;
  padding-top: 10px;
  background: #f2eeee;
  padding-right: 5%;
}

.what-learn-img {
  width: 100%;
  height: 100%;
}

.what-learn-heading {
  font-size: 40px;
  font-family: Lokem-Headings;
  text-align: center;
}

.training-dates-section {
  width: 100%;
  text-align: center;
  font-family: Lokem-Lighter;
  font-size: 20px;
  /*background: #65572e;*/
  background: #787776;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.training-dates-heading {
  font-size: 40px;
  font-family: Lokem-Headings;
}

.training-dates-paras {
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 20px;
}

.training-dates-button-section {
  padding-bottom: 10px;
}

.training-overview-heading {
  font-family: Lokem-Headings;
  font-size: 40px;
  text-align: center;
}

.courses-top-page {
  background: url(../media/images/courses-main1.png);
  min-height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modulesCoveredDiv {
  display: inline-flex;
  margin-bottom: 10px;
}

.modulesCoveredDiv ul {
  margin: 0;
}
.modulesCoveredDivSM ul li {
  float: left;
  margin-right: 3%;
}
.courseConfirmMessage {
  text-align: center;
  color: #fff;
  padding-top: 150px;
  font-size: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

/* Payment */
.payment-container {
  width: 50%;
  margin-left: 25%;
  text-align: center;
  padding-top: 50px;
  margin-right: 25%;
}

.payment-container input[type="text"],
.payment-container input[type="password"] {
  width: 100%;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #afadad;
  padding-left: 8px;
}

.payment-container input[type="text"]::placeholder,
.payment-container input[type="password"]::placeholder {
  font-size: 13px;
}

.payment-field-div {
  margin-bottom: 15px;
  text-align: left;
}

.payment-main-section {
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f3f3f3;
  padding-left: 3%;
  padding-right: 3%;
}

#loading-payment {
  display: none;
  z-index: 999;
  height: 50px;
  overflow: visible;
  background: transparent url(paymentLoading.svg) no-repeat center center;
}

/* Payment */

/* New Payment */
#payment-form input[type="text"] {
  height: 40px;
  font-size: 16px;

  padding: var(--p-spacing3);
  background-color: var(--colorBackground);
  border-radius: var(--borderRadius);
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease;
  border: 1px solid var(--p-colorBackgroundDeemphasize10);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
}
#payment-form input[type="text"]:focus {
  outline: var(--focusOutline);
  border-color: var(--p-colorPrimaryAlpha50);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
    var(--focusBoxShadow);
}
.Input--invalid {
  color: var(--colorDanger);
  border-color: var(--colorDanger);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
    0 0 0 1px var(--colorDanger);
}
#payment-form .error {
  margin-top: var(--p-spacing1);
  color: var(--colorDanger);
  font-weight: var(--fontWeightNormal);
  font-size: var(--fontSizeSm);
  margin: 0;
  padding: 0;
  margin-left: 4px;
  margin-top: 1px;
}
.paymentMainSection {
  width: 50%;
  margin-top: 20px;
  text-align: center;
  display: inline-flex;
  margin-left: 25%;
  margin-right: 25%;
  border: 2px solid #737373;
  border-radius: 3px;
  padding-left: 35px;
  padding-right: 20px;
}

.leftPaymentSection {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 65%;
  float: right;
  text-align: center;
  border-right: 1px solid #dfe0e1;
}

.rightPaymentSection {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 32%;
  float: left;
  text-align: left;
  padding-left: 3%;
}

.traineeMainSection {
  width: 100%;
}

.scheduleMain {
  width: 100%;
}

.paymentDetailsMain {
  width: 100%;
}

.includedInPurchase {
  width: 100%;
}

.paymentAmountMain {
  width: 100%;
  margin-top: 20px;
}

.rightPaymentHeadings {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  opacity: 0.6;
  font-family: Lokem-Headings;
}

.trainingIncludes {
  margin: 0;
  padding-left: 20px;
  font-family: "Lokem-Lighter";
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 1;
  line-height: 25px;
  color: #000;
}

.amountHeading {
  text-align: left;
  margin-bottom: 5px;
  font-size: 22px;
  opacity: 0.6;
  font-family: Lokem-Headings;
}

.leftPaymentHeadings {
  text-align: left;
  margin-bottom: 12px;
  font-size: 30px;
  font-family: Lokem-Headings;
  opacity: 0.6;
}

.traineeFieldDiv {
  width: 100%;
  padding-top: 5px;
  text-align: left;
  margin-bottom: 14px;
}

.typeOfPaymentDiv {
  width: 100%;
  padding-top: 5px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 17px;
  color: #000;
}

.hlineMain {
  width: 100%;
}

.hline {
  border-top: 1px solid #625c5c;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 23px;
}

.leftFieldsWidth {
  width: 95%;
}

.totalHeading {
  margin-bottom: 10px;
}

.proceedPaymentBtn {
  background-color: #c3a555;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  text-align: left;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Lokem-Lighter;
}

.makePaymentDiv {
  margin-top: 5px;
  text-align: left;
  margin-bottom: 6px;
  padding-bottom: 2%;
  width: 100%;
}

.couponApply {
  width: 80%;
  border-radius: 4px;
}

.totalAmountDiv {
  width: 20%;
  padding-top: 5px;
}

.applyLinkDiv {
  width: 40%;
  padding-top: 5px;
}

.applyLinkDiv a {
  color: #cfa655 !important;
  font-family: Lokem-Lighter;
}

.totalPayment {
  display: inline-flex;
  width: 100%;
  font-size: 17px;
  font-family: Lokem-Headings;
  opacity: 0.6;
  margin-top: 10px;
  color: #000;
}

.applyCouponDiv {
  display: inline-flex;
  width: 100%;
  font-size: 19px;
  font-family: Lokem-Headings;
}

.totalText {
  width: 60%;
  text-align: left;
}

.traineeField::placeholder {
  opacity: 0.7;
}

.typeOfPaymentLabel {
  padding-left: 6px;
  font-family: Lokem-Lighter;
  cursor: pointer;
}

.couponField {
  height: 40px;
  border: 1px solid #bbb6b6;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  margin-bottom: 0px;
  padding-left: 10px;
  width: 80%;
}

.termsText {
  font-size: 15px;
  font-family: Lokem-Lighter;
  text-align: left;
}

.termsText a {
  opacity: 1;
  color: #deab20;
  text-decoration: none;
}

.orderSummary {
  margin-top: 12px;
  text-align: center;
  font-size: 32px;
  font-family: Lokem-Headings;
  opacity: 0.6;
}

.hlineMainMobile {
  display: none;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #c3a555;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.typeOfRadioField {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.paymentHeadings {
  text-align: left;
  margin-bottom: 12px;
  font-size: 30px;
  font-family: Lokem-Headings;
  opacity: 0.6;
}

.paymentDetailsSection {
  width: 30%;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
  border: 1px solid #d5cece;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
}
.makePaymentBtn {
  background-color: #c3a555;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Lokem-Lighter;
}
.couponError {
  color: #df1b41;
  font-size: 15px;
}
.couponAppliedMsg {
  font-size: 17px;
  color: #c3a555;
}

/* New Payment */

/*privacy policy*/

.privacyMainDiv {
  padding-top: 15px;
  padding-bottom: 40px;
  font-family: Lokem-Lighter;
  background: #fff;
  font-size: 20px;
}

.doubleUnderLine {
  text-decoration-line: underline;
  text-decoration-style: double;
}
.lineHeight {
  line-height: 1.6;
}
.pp-heading-container {
  display: block;
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-family: Lokem-Headings;
  background-image: url(privacypolacyimage.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 200px; */
  text-align: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.headingText {
  margin: 0;
  font-family: Lokem-Headings;
  font-size: 27px;
  margin-top: 25px;
}
.subHeadingText {
  margin: 0;
  font-family: Lokem-Headings;
  font-size: 24px;
}
.privacyMainDiv strong {
  font-family: Lokem-Headings;
}

/*privacy policy */

.btnSpinner,
.btnSpinner:before,
.btnSpinner:after {
  border-radius: 50%;
}
.btnSpinner {
  display: none;
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.btnSpinner:before,
.btnSpinner:after {
  position: absolute;
  content: "";
}
.btnSpinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.btnSpinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
.infoGraphHeading {
  text-align: center;
  font-size: 40px;
  color: #cba53c;
  font-family: "Lokem-Headings";
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modulesDiv {
  text-align: left;
}
.moduelsCovered {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.whoFacilitateMain {
  width: 100%;
  display: inline-block;
}
.whoFacilitateHeading {
  font-family: Lokem-Headings;
  padding-top: 20px;
}
.social-media-container {
  width: 30%;
  float: right;
  text-align: right;
}
@media (max-width: 1200px) {
  .companies-img {
    /* max-height: 100px; */
    margin: 20px;
    height: 120px;
    width: 140px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    object-fit: contain;
  }

  .social-media-container {
    width: 100%;
    float: initial;
    text-align: center;
  }
  .modulesCoveredDivSM ul li {
    float: left;
    margin-right: 5%;
  }
  .training-overview-section {
    display: initial;
    width: 100%;
    padding-top: 0;
    height: 0;
  }

  .training-overview-left {
    width: 90%;
    background: #f2eeee;
    padding-top: 25px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5px;
  }

  .training-overview-right {
    width: 100%;
    display: flex;
  }

  .what-learn-section {
    height: 495px;
    display: initial;
    width: 100%;
  }

  .what-learn-left {
    width: 100%;
    display: flex;
  }

  .what-learn-right {
    width: 90%;
    padding-left: 0;
    padding-top: 30px;
    background: #f2eeee;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .what-learn-right ul li {
    text-align: left;
  }

  .moduelsCovered {
    text-align: left;
  }
}

@media (max-width: 995px) {
  .terms-header-top-page {
    background: url(../media/images/first-page.png) top;
  }
  .header-top-page {
    background: none;
    min-height: 750px;
  }

  .login-button-container {
    float: right;
    padding: 0px;
    margin-top: 10px;
  }
  .first-page-text1 {
    font-size: 22px;
  }

  .first-page-container {
    text-align: center;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    color: #fff;
    display: inline-block;
  }

  .trust-pilot-main {
    background: #fff;
    width: 98%;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    font-family: "Lokem-Lighter";
  }

  .trust-pilot-col1-text p {
    margin: 0;
    margin-top: 20px;
  }
  .trust-pilot-col1 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
  }
  .trust-pilot-col1-text {
    padding-top: 0;
    font-size: 22px;
    font-family: Lokem-Headings;
  }
  .trust-pilot-col1-rating {
    padding-top: 0;
  }
  .trust-pilot-col2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 20px;
  }
  .trust-pilot-col2-text {
    font-size: 30px;
    text-align: center;
  }
  .trust-pilot-col2-scroll {
    padding-top: 20px;
    text-align: center;
  }
  .main-box {
    width: 100%;
    border-right: none;
    height: 400px;
    position: relative;
  }
  .main-box-img {
    height: 400px;
    width: 100%;
    opacity: 1;
  }
  .circle-icon {
    background: #cba53c;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    text-align: center;
    padding-top: 0px;
    margin-left: 6px;
  }
  .indi-img {
    height: 400px;
    width: 100%;
    opacity: 0.8;
  }
  .box-find-more {
    font-size: 16px;
    text-align: left;
    margin-top: 110px;
    cursor: pointer;
  }

  .first-page-heading {
    font-size: 32px;
  }

  .first-page-text {
    font-size: 22px;
  }

  .book-place-container {
    padding-top: 40px;
  }

  .terms-first-container {
    text-align: center;
    font-size: 20px;
    margin-left: 3%;
    margin-right: 3%;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .terms-page-heading {
    font-size: 45px;
  }

  .pressPlay {
    font-size: 25px;
  }
  .git-heading {
    text-align: center;
    font-size: 32px;
    font-family: Lokem-Headings;
  }
  .phone-email-content {
    padding-top: 0;
  }

  .git-container {
    padding-top: 50px;
    font-family: Lokem-Lighter;
    background: #f3f3f2;
    padding-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .intro-video-main {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
  }

  .intro-video {
    border: 5px solid #cba53c;
    border-radius: 20px;
    height: auto;
    width: 95%;
  }

  .scrum-text-container {
    width: auto;
    float: initial;
    padding-left: 4%;
    padding-right: 4%;
  }

  .scrum-text-heading {
    font-size: 35px;
  }

  .scrum-text {
    font-size: 20px;
  }

  .lokem-text-heading {
    font-size: 35px;
  }

  .lokem-text {
    font-size: 20px;
  }

  .lokem-text-container {
    padding-top: 50px;
    width: auto;
    float: initial;
    padding-left: 4%;
    padding-right: 4%;
  }

  .intro-video-container {
    padding-top: 50px;
  }

  .intro-video-frame {
    height: auto;
  }

  .intro-text-container {
    padding-top: 70px;
    text-align: center;
    display: block;
  }

  .pathway-section {
    margin-bottom: 50px;
  }

  .pathway-mobile-btn {
    display: block;
  }

  .pathway-desktop-btn {
    display: none;
  }

  .pathway-section1 {
    float: initial;
    width: auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .pathway-section2 {
    float: initial;
    width: auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .pathway-section3 {
    float: initial;
    width: auto;
    text-align: center;
  }

  .tm-audios {
    display: initial;
  }

  .benefits-section {
    margin-bottom: 50px;
  }

  .benefits-container {
    color: #fff;
    background-color: #19191a;
    background-image: linear-gradient(to right, #19191a, #727171, #19191a);
    padding-bottom: 50px;
  }

  .benefits-section1 {
    float: initial;
    width: auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .benefits-section2 {
    float: initial;
    width: auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .benefits-section3 {
    float: initial;
    width: auto;
    text-align: center;
  }

  .charity-container .p1 {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-family: Lokem-Lighter;
  }

  .charity-container .p2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: Lokem-Lighter;
    margin-top: 50px;
  }

  .charity-font {
    font-size: 30px;
  }

  .git-phone-email-container {
    margin-top: 15px;
    float: initial;
    text-align: center;
    width: auto;
  }

  .git-phone-content {
    display: inline-flex;
    text-align: center;
    width: auto;
    float: initial;
    padding-right: 0;
  }

  .git-phone-email-container img {
    max-width: 25px;
    float: initial;
    margin: 0 7px 0 0;
  }

  .git-details-font {
    font-family: Lokem-Headings;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 0px;
  }

  .git-email-content {
    width: auto;
    padding-left: 0;
    display: inline-flex;
  }

  .contactMain {
    width: 90%;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }

  .contactFieldDiv {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .contactInput {
    width: 100%;
    height: 29px;
    padding: 0;
    padding-left: 6px;
  }

  .contactMsg {
    margin-top: 0px;
    font-family: "Lokem-Headings";
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    color: #cba53c;
  }

  .working-logo-heading {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .tm-audio-play-content {
    font-size: 20px;
  }

  .tm-container {
    width: auto;
    height: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tm-img-div {
    width: auto;
    height: auto;
    text-align: center;
    float: initial;
    padding-top: 0px;
  }

  .tm-content-div {
    width: auto;
    height: auto;
    font-family: Lokem-Lighter;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    vertical-align: initial;
    float: initial;
  }

  .tm-content-container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-section {
    background: url(../media/images/tm-bg.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: auto;
    display: inline-block;
  }

  .quote-img-container {
    padding-left: 35px;
  }

  .tm-author {
    padding-left: 35px;
  }

  .tm-audio1,
  .tm-audio2,
  .tm-audio3 {
    float: initial;
    text-align: center;
    width: auto;
    color: #fff;
    font-family: Lokem-Lighter;
    font-style: italic;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 40px;
  }

  .summary-field-col1 {
    width: 50%;
  }

  .summary-field-col2 {
    width: 30%;
  }

  .summary-field-col3 {
    width: 20%;
  }

  .summary-fields-container {
    width: 100%;
  }

  .trainee-container {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding-top: 20px;
    margin-right: 10%;
  }

  .cart-summary-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .summary-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .head-cart-summary {
    width: 100%;
    background: #cba53c;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-flex;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .summary-head {
    width: 100%;
    background: #cba53c;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-flex;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cart-summary-title {
    padding-left: 8px;
    font-family: Lokem-Headings;
  }

  .summary-title {
    padding-left: 8px;
    font-family: Lokem-Headings;
  }

  .main-cart-summary {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f3f3f3;
    padding-left: 3%;
    padding-right: 3%;
  }

  .summary-body {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    background: #dcdcdc;
  }

  .cart-details {
    width: 100%;
    display: inline-flex;
    margin-top: 20px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
  }

  .cart-summary {
    width: 66%;
    margin-right: 1%;
    display: block;
  }

  .cart-summary-info {
    text-align: left;
    margin-left: 13px;
  }

  .course-title {
    display: none;
    font-weight: bold;
    font-size: 20px;
    font-family: Lokem-Headings;
    padding-bottom: 5px;
  }

  .cart-variant-details {
    display: none;
    font-size: 15px;
    font-family: Lokem-Lighter;
  }

  .cart-variant {
    display: inline-flex;
    font-weight: 100;
    width: 100%;
  }

  .cart-amount-summary {
    float: right;
    width: 28%;
    text-align: right;
  }

  .cart-detail-icon-container {
    display: inline-flex;
    margin-top: 10px;
    cursor: pointer;
  }

  .cart-detail-text {
    margin-right: 5px;
  }

  .cart-detail-icon-up,
  .cart-detail-icon-down {
    font-size: 27px;
    color: #cba53c;
    cursor: pointer;
  }

  .cart-detail-icon-up {
    display: none;
  }

  .coupon-section {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    border-radius: 4px;
    text-align: right;
    margin-top: 40px;
  }

  .coupon-apply-section {
    display: inline-flex;
  }

  .coupon-input {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 3px;
    border-color: grey;
    border: none;
    border-right: none;
    border-bottom-left-radius: 3px;
  }

  .apply-button {
    width: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 2px;
    border: none;
    background: #cba53c;
    font-weight: bold;
    cursor: pointer;
  }

  .cart-total-amount {
    margin-top: 15px;
  }

  .proceed-container {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-radius: 4px;
    text-align: right;
  }

  .cart-summary-proceed-button {
    margin-top: 20px;
    width: 143px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #cba53c;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
  }

  .variant-title {
    width: 125px;
  }

  .cart-checkout-container {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .course-name {
    padding-left: 10px;
  }

  .cart-logo-container {
    width: 100%;
    margin-left: 0px;
    height: auto;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
  }

  .cart-logo-img {
    width: 150px;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
  }

  .courseConfirmMessage {
    text-align: center;
    color: #fff;
    padding-top: 100px;
    font-size: 28px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .training-dates-heading {
    font-size: 32px;
    font-family: Lokem-Headings;
  }
  .what-learn-heading {
    font-size: 32px;
    font-family: Lokem-Headings;
  }
  .workshop-obj-heading {
    font-size: 32px;
    font-family: Lokem-Headings;
    margin-bottom: 10px;
  }
  .training-overview-heading {
    font-family: Lokem-Headings;
    font-size: 32px;
  }

  .courses-top-page {
    background: url(../media/images/courses-main1.png) top;
    min-height: 390px;
  }

  .course-icons-section {
    display: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .course-icons {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }

  .workshop-objectives {
    padding-left: 0;
    background: url(../media/images/OverlayForCourse.png);
    /*background-position: center;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    width: 100%;
  }

  .workshop-objectives1 {
    width: 100%;
    padding-left: 0;
  }

  .workshopPoints {
    text-align: left;
    padding-left: 12%;
    margin: 0;
    margin-top: 2px;
  }

  .workshopPointsHeading {
    padding-left: 8%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .training-dates-section {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .payment-container {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding-top: 20px;
    margin-right: 10%;
  }

  .payment-main-section {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f3f3f3;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .makePaymentBtn {
    background-color: #c3a555;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    font-family: Lokem-Lighter;
  }
  .paymentDetailsSection {
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #d5cece;
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .paymentHeadings {
    text-align: left;
    margin-bottom: 12px;
    font-size: 30px;
    font-family: Lokem-Headings;
    opacity: 0.6;
  }
  .checkoutMain {
    margin-bottom: 10px;
    display: inline-block;
  }
  .paymentMainSection {
    display: block;
    width: 94%;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 3px;
    padding-left: 6%;
    padding-right: 0;
  }

  .leftPaymentSection {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    float: right;
    text-align: center;
    border-right: none;
  }

  .rightPaymentSection {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 0;
  }

  .traineeMainSection {
    width: 100%;
  }

  .scheduleMain {
    width: 100%;
  }

  .paymentDetailsMain {
    width: 100%;
    padding-top: 7px;
  }

  .includedInPurchase {
    width: 100%;
  }

  .paymentAmountMain {
    width: 100%;
    padding-top: 15px;
  }

  .rightPaymentHeadings {
    padding-top: 10px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
    opacity: 0.6;
    font-family: Lokem-Headings;
  }

  .trainingIncludes {
    margin: 0;
    padding-left: 20px;
    font-family: "Lokem-Lighter";
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 1;
    line-height: 25px;
  }

  .amountHeading {
    text-align: left;
    margin-bottom: 5px;
    font-size: 22px;
    opacity: 0.6;
    font-family: Lokem-Headings;
  }

  .leftPaymentHeadings {
    text-align: left;
    margin-bottom: 12px;
    font-size: 30px;
    font-family: Lokem-Headings;
    opacity: 0.6;
  }

  .traineeFieldDiv {
    width: 100%;
    padding-top: 5px;
    text-align: left;
  }

  .typeOfPaymentDiv {
    width: 100%;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .hlineMainMobile {
    width: 100%;
    text-align: center;
    display: none;
  }
  .leftFieldsWidthMobile {
    width: 70%;
    border-top: 1px solid #625c5c;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .hlineMain {
    width: 100%;
    display: none;
  }

  .hline {
    border-top: 1px solid #625c5c;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .leftFieldsWidth {
    width: 95%;
  }

  .totalHeading {
    margin-bottom: 10px;
  }

  .proceedPaymentBtn {
    background-color: #c3a555;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-family: Lokem-Lighter;
  }

  .makePaymentDiv {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 6px;
    padding-bottom: 2%;
    width: 100%;
  }

  .couponApply {
    width: 80%;
    border-radius: 4px;
  }

  .totalAmountDiv {
    width: 20%;
    padding-top: 5px;
  }

  .applyLinkDiv {
    width: 40%;
    padding-top: 5px;
  }

  .applyLinkDiv a {
    color: #cfa655 !important;
    font-family: Lokem-Lighter;
  }

  .totalPayment {
    display: inline-flex;
    width: 100%;
    font-size: 19px;
    font-family: Lokem-Headings;
    opacity: 0.6;
  }

  .applyCouponDiv {
    display: inline-flex;
    width: 100%;
    font-size: 19px;
    font-family: Lokem-Headings;
  }

  .totalText {
    width: 60%;
  }

  .traineeField::placeholder {
    opacity: 0.7;
  }

  .typeOfPaymentLabel {
    padding-left: 6px;
    font-family: Lokem-Lighter;
    cursor: pointer;
  }

  .couponField {
    height: 40px;
    border: 1px solid #bbb6b6;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 10px;
    width: 80%;
  }

  .termsText {
    font-size: 15px;
    font-family: Lokem-Lighter;
  }

  .termsText a {
    opacity: 1;
    color: #deab20;
    text-decoration: none;
  }

  .orderSummary {
    margin-top: 12px;
    text-align: center;
    font-size: 28px;
    font-family: Lokem-Headings;
    opacity: 0.6;
  }
  .infoGraphHeading {
    font-size: 25px;
  }
  .course-icon-img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .modulesCoveredDivSM ul li {
    float: initial;
    margin-right: 0;
  }
  .reqCBMain {
    padding-top: 30px;
  }
}
.lokem-Lighter {
  font-family: Lokem-Lighter;
}
.lokem-Headings {
  font-family: Lokem-Headings;
}

.ba-Infograph {
  width: 100%;
}
.po-Lokem-Lighter {
  font-family: Lokem-Lighter;
}
.po-Lokem-Headings {
  font-family: Lokem-Headings;
}
.po-Infograph {
  width: 100%;
}
.po-Learn {
  width: 100%;
}
.lokem-Lighter-para {
  font-family: Lokem-Lighter;
}
.lokem-Headings-para {
  font-family: Lokem-Headings;
}
.facilitate-Heading {
  font-family: Lokem-Headings;
}

.graphHeading {
  width: 100%;
}
.what-learn-Lighter {
  font-family: Lokem-Lighter;
}
.modules-Headings {
  font-family: Lokem-Headings;
}
.sm-Infograph {
  width: 100%;
}
.nonRefundable {
  font-size: 16px;
  padding-left: 5px;
  font-family: Lokem-Headings;
  color: #c3a555;
}

.country-text {
  font-size: 25px;
  font-family: "Lokem-Headings";
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.countries-main {
  margin-bottom: 50px;
}
.country-btns {
  width: 100%;
  display: inline-flex;
}
.country-btn {
  width: 48%;
  margin-right: 2%;
}
@keyframes blink-indi {
  0% {
    color: #000;
  }
  100% {
    color: #000;
  }
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink-business {
  0% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
