@charset "utf-8";
.podcast-wrap {
  background: #f2f2f2;
  border-radius: 24px;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}
.podcast-wrap .podcast-img img {
  max-width: 100%;
}
.podcast-wrap .audio-wrap {
  margin-left: 2.4rem;
  width: 80%;
}
.podcast-wrap .audio-wrap p {
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.8rem;
}
.podcast-wrap .time {
  color: #666;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 1rem 0 1.8rem;
}
.podcast-wrap .flex-main,
.podcast-wrap .time {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.podcast-wrap .flex-main {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.podcast-wrap .flex-main .controls {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 25%;
}
.podcast-wrap .flex-main .controls button {
  background: none;
  border: none;
  cursor: pointer;
}
.podcast-wrap .flex-main .controls button[value="Pause"] .icon-play2 {
  display: none;
}
.podcast-wrap .flex-main .controls button[value="Pause"] .icon-pause {
  display: block;
}
.podcast-wrap .flex-main .controls button[value="Play"] .icon-pause {
  display: none;
}
.podcast-wrap .flex-main .controls button[value="Play"] .icon-play2 {
  display: block;
}
.podcast-wrap .flex-main .controls button .icon-backword,
.podcast-wrap .flex-main .controls button .icon-forward {
  color: #666;
  font-size: 2pc;
}
.podcast-wrap .flex-main .controls button .icon-speed {
  color: #00284d;
  font-size: 3.2rem;
}
.podcast-wrap .flex-main .share-links {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 75%;
}
.podcast-wrap .flex-main .share-links .share-to {
  color: #666;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 1rem 0;
}
podcast-wrap .flex-main .share-links .icons-flex-div a .icon {
    display: contents;
}
.podcast-wrap .flex-main .share-links .icons-flex-div {
  -ms-flex-align: center;
  -ms-flex-pack: space-evenly;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  width: 25%;
}
.podcast-wrap .flex-main .share-links .icons-flex-div a .icon {
  cursor: pointer;
  font-size: 1.85rem;
  text-align: center;
  top: 8px;
    display:contents
}
.podcast-wrap .flex-main .share-links .icons-flex-div a .icon-twitter2 {
  color: #00acee;
}
.podcast-wrap .flex-main .share-links .icons-flex-div a .icon-facebook2 {
  color: #3b5998;
}
.podcast-wrap .flex-main .share-links .icons-flex-div a .icon-whats-app {
  color: #25d366;
}


.podcast-wrap .flex-main .share-links .icons-flex-div a .icon.icon-Vector::before {
    color: #000;
    font-size: 14px; 
}
.podcast-wrap .flex-main .share-links .icons-flex-div a .icon-link {
  color: #4285f4;
}
.podcast-wrap #play .icon-play2 {
  color: #00284d;
  font-size: 4rem;
}
.podcast-wrap #play #play-icon {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 35px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.cp-article-banner {
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin: 3.2rem 0 4.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cp-article-banner .share-arrow {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 9pt 0 0 9pt;
  cursor: pointer;
  height: 7.6rem;
  position: absolute;
  right: -200px;
  top: 31px;
  transition: all 0.4s ease;
  width: 16.4rem;
  z-index: 9;
}
.cp-article-banner .share-arrow .icons-flex-div {
  -ms-flex-align: center;
  -ms-flex-pack: space-evenly;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.cp-article-banner .share-arrow .icons-flex-div a .icon.icon-Vector::before {
    font-size: 14px;

}

.cp-article-banner .share-arrow .icons-flex-div a .icon {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  top: 8px;
    display:contents;
}
.cp-article-banner .share-arrow .icons-flex-div a .icon:hover {
  color: #00acee;
}
.cp-article-banner .share-arrow .share-to {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9rem;
  padding: 1.2rem 1.6rem;
}
.cp-article-banner .cont-wrap {
  bottom: 0;
  left: 0;
  padding: 2.4rem 4rem;
  position: absolute;
  width: 100%;
}
.cp-article-banner .sublink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp-article-banner .sublink .sublink-item {
  color: #a1aeb7;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  padding-right: 2rem;
}
.cp-article-banner .sublink .seperator {
  position: relative;
}
.cp-article-banner .sublink .seperator:after {
  background-color: #a1aeb7;
  content: "";
  height: 15px;
  position: absolute;
  right: 8px;
  top: 3px;
  width: 1px;
}
.cp-article-banner .sublink .icon {
  color: #a1aeb7;
  font-size: 1.8rem;
  padding-right: 1rem;
  padding-top: 2rem;
  position: relative;
  top: 2px;
}
.cp-article-banner .cont-title {
  color: #fff;
  font-family: Montserrat-700;
  font-size: 4rem;
  line-height: 4.5rem;
  padding: 1rem 0 1.7rem;
  width: 75%;
}
.cp-article-banner .bottom-sec {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-article-banner .bottom-sec li {
  width: 100%;
}
.cp-article-banner .bottom-sec li,
.cp-article-banner .bottom-sec li .icon-calendar,
.cp-article-banner .bottom-sec li .icon-time {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.cp-article-banner .bottom-sec li .icon-calendar:before,
.cp-article-banner .bottom-sec li .icon-time:before {
  color: grey;
  font-size: 18px;
}
.cp-article-banner .bottom-sec li .icon-calendar .date,
.cp-article-banner .bottom-sec li .icon-time .date {
  color: #b3b3b3;
  font-family: Montserrat-500;
  font-size: 1.4rem;
  margin: 0 1.6rem 0 1rem;
}
.cp-article-banner .bottom-sec .countNum {
  color: #a1aeb7;
  font-family: Montserrat-400;
  font-size: 1.2rem;
}
.cp-article-banner:hover .share-arrow {
  right: 0;
}
.typ-youmaylike .article-block .cont-wrap .cont-title {
  font-size: 1.6rem;
}
.rangeslider {
  background: #c4c4c4;
  position: relative;
}
.rangeslider,
.rangeslider__fill {
  border-radius: 20px;
  display: block;
}
.rangeslider__fill {
  background: #00284d;
  position: absolute;
}
.rangeslider--horizontal {
  height: 8px;
  width: 100%;
}
.rangeslider--horizontal .rangeslider__fill {
  height: 100%;
  top: 0;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -4px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--disabled {
  opacity: 0.4;
}
.rangeslider__handle {
  background: #0df;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 1pc;
  position: absolute;
  width: 1pc;
}
.rangeslider--active .rangeslider__handle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-size: 100%;
}
.cp-article-detail {
  position: relative;
}
.cp-article-detail .p-40 {
  padding: 0 40px;
}
.cp-article-detail .desc {
  color: #666;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 3.6rem;
  margin-bottom: 4rem;
}
.cp-article-detail .desc .text-primary {
  color: #00284d;
}
.cp-article-detail .desc.typ-hightlight {
  border-left: 2px solid #00284d;
  padding-left: 3.4rem;
}
.cp-article-detail .mb-60 {
  margin-bottom: 6rem;
}
.cp-article-detail .mb-80 {
  margin-bottom: 8rem;
}
.cp-article-detail .art-title {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding: 4rem 0 1.6rem;
}
.cp-article-detail .title-bold {
  font-family: Montserrat-800;
  padding-top: 6rem;
}
.cp-article-detail .article-video {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 1rem;
}
.cp-article-detail .article-video .video-wrap {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.cp-article-detail .article-video .video-wrap:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 53.5%;
}
.cp-article-detail .article-video .video-wrap .icon-play {
  color: #fff;
  cursor: pointer;
  font-size: 56px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cp-article-detail .article-video .video-wrap .share-links .icons-flex-div a .icon.icon-Vector:before {
    color: #000;
    font-size: 15px; 
}

.cp-article-detail .article-video .video-wrap .share-links {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.cp-article-detail .article-video .video-wrap .share-links .share-to {
  color: #666;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.3rem 0;
}
.cp-article-detail .article-video .video-wrap .share-links .icons-flex-div {
  -ms-flex-align: center;
  -ms-flex-pack: space-evenly;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  width: 26%;
}
.cp-article-detail
  .article-video
  .video-wrap
  .share-links
  .icons-flex-div
  a
  .icon {
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  top: 8px;
    display:contents
}
.cp-article-detail
  .article-video
  .video-wrap
  .share-links
  .icons-flex-div
  a
  .icon-twitter2 {
  color: #00acee;
}
.cp-article-detail
  .article-video
  .video-wrap
  .share-links
  .icons-flex-div
  a
  .icon-facebook2 {
  color: #3b5998;
}
.cp-article-detail
  .article-video
  .video-wrap
  .share-links
  .icons-flex-div
  a
  .icon-whats-app {
  color: #25d366;
}
.cp-article-detail
  .article-video
  .video-wrap
  .share-links
  .icons-flex-div
  a
  .icon-link {
  color: #4285f4;
}
.cp-article-detail .article-video .ml-24 {
  margin-left: 2.4rem;
}
.quote-div {
  margin-bottom: 2rem;
}
.quote-div .pic-wrap {
  position: relative;
}
.quote-div .pic-wrap .uxdesign {
  font-family: Montserrat-400;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.quote-div .pic-wrap .quote-content {
  left: 0;
  padding: 2.4rem;
  position: absolute;
  top: 0;
}
.quote-div .pic-wrap .quote-content .quote {
  padding: 1.4rem 10.4rem;
}
.quote-div .pic-wrap .quote-content .questions {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 3.8rem;
  position: relative;
}
.quote-div .pic-wrap .quote-content .questions img {
  left: -7rem;
  position: absolute;
  top: -44px;
  width: 13rem;
}
.quote-div .pic-wrap .quote-content .author {
  color: #00284d;
  font-family: Montserrat-500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.6rem 10.4rem;
}
.quote-div .pic-wrap .quote-content .share-links {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.quote-div .pic-wrap .quote-content .share-links .share-to {
  color: #666;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 0.9rem;
}
.quote-div .pic-wrap .quote-content .share-links .icons-flex-div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.quote-div .pic-wrap .quote-content .share-links .icons-flex-div a {
  margin-right: 2rem;
}
.quote-div .pic-wrap .quote-content .share-links .icons-flex-div a:last-child {
  margin-right: 0;
}

.quote-div .pic-wrap .quote-content .share-links .icons-flex-div a .icon.icon-Vector::before {
    font-size: 16px;
    line-height: 3rem;
    color: #000;
}

.quote-div .pic-wrap .quote-content .share-links .icons-flex-div a .icon {
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  top: 8px;
}
.quote-div
  .pic-wrap
  .quote-content
  .share-links
  .icons-flex-div
  a
  .icon-twitter2 {
  color: #00acee;
}
.quote-div
  .pic-wrap
  .quote-content
  .share-links
  .icons-flex-div
  a
  .icon-facebook2 {
  color: #3b5998;
}
.quote-div
  .pic-wrap
  .quote-content
  .share-links
  .icons-flex-div
  a
  .icon-whats-app {
  color: #25d366;
}
.quote-div .pic-wrap .quote-content .share-links .icons-flex-div a .icon-link {
  color: #4285f4;
}
.popup .content.p-0 {
  padding: 0 10rem;
}
.popup .content ol li,
.popup .content ul li {
  color: #4f5257;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.2rem;
}
.popup .content .copy-link input {
  color: #839bb1;
  font-family: Montserrat-400;
  font-size: 9pt;
  line-height: 24px;
}
.popup .content .social-links .icons-flex-div a .icon-linkedin2 {
  color: #0084ff;
  font-size: 18px;
}
.article-block {
  border-radius: 1pc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
  overflow: hidden;
  width: 48.9%;
}
.article-block .img-wrap {
  position: relative;
}
.article-block .share-arrow {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 9pt 0 0 9pt;
  cursor: pointer;
  height: 6.4rem;
  position: absolute;
  right: -200px;
  top: 20px;
  transition: all 0.4s ease;
  width: 12.8rem;
}
.article-block .share-arrow .icons-flex-div {
  -ms-flex-align: center;
  -ms-flex-pack: space-evenly;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

 .article-block .share-arrow .icons-flex-div a .icon.icon-Vector::before {
    font-size: 14px; 
}  
.article-block .share-arrow .icons-flex-div a .icon {
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 8px;
    display:contents;
}
.article-block .share-arrow .icons-flex-div a .icon:hover {
  color: #00acee;
}
.article-block .share-arrow .share-to {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 0.8rem 0.9rem;
}
.article-block .cont-wrap {
  padding: 2.4rem;
}
.article-block .cont-wrap .sublink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.article-block .cont-wrap .sublink .sublink-item {
  color: #666;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-right: 1.5rem;
}
.article-block .cont-wrap .sublink .seperator {
  position: relative;
}
.article-block .cont-wrap .sublink .seperator:after {
  background-color: #666;
  content: "";
  height: 15px;
  left: -7px;
  position: absolute;
  top: 4px;
  width: 1px;
}
.article-block .cont-wrap .sublink .icon {
  color: #666;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  position: relative;
  top: 3px;
}
.article-block .cont-wrap .sublink .icon.icon-youtube {
  font-size: 1.4rem;
  top: 2px;
}
.article-block .cont-wrap .cont-title {
  color: #191c1f;
  display: block;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 1.2rem 0 3.5rem;
}
.article-block .cont-wrap .bottom-sec {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-block .cont-wrap .bottom-sec,
.article-block .cont-wrap .bottom-sec li {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.article-block .cont-wrap .bottom-sec li {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.article-block .cont-wrap .bottom-sec li .icon-calendar,
.article-block .cont-wrap .bottom-sec li .icon-time {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.article-block .cont-wrap .bottom-sec li .icon-calendar:before,
.article-block .cont-wrap .bottom-sec li .icon-time:before {
  color: grey;
  font-size: 18px;
}
.article-block .cont-wrap .bottom-sec li .icon-calendar .date,
.article-block .cont-wrap .bottom-sec li .icon-time .date {
  color: grey;
  font-family: Montserrat-500;
  font-size: 1.4rem;
  margin: 0 1rem;
}
.article-block .cont-wrap .bottom-sec .countNum {
  color: #b3b3b3;
  font-family: Montserrat-500;
  font-size: 1.2rem;
}
.article-block:hover .share-arrow {
  right: 0;
}
.slick-next,
.slick-prev {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  width: 3.2rem;
  z-index: 1;
}
.slick-prev {
  left: -52px;
}
.slick-next {
  right: -52px;
}
.slick-slide {
  height: auto;
  padding: 1.2rem;
}
.typ-youmaylike .container .sec-head {
  margin-bottom: 2.8rem;
}
.typ-youmaylike .container .sec-head .sec-title {
  color: #222;
  font-family: Montserrat-800;
  font-size: 3.2rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1199px) {
  .cp-article-detail .article-video .video-wrap:first-child {
    width: 54.8%;
  }
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .popup {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-article-banner {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -2rem;
    width: auto;
  }
  .cp-article-banner .cont-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2rem 2.5rem;
  }
  .cp-article-banner .cont-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 1rem 0;
  }
  .cp-article-banner .img-wrap {
    margin: 0 -2rem;
  }
  .cp-articleList .article-block {
    width: 100%;
  }
  .cp-article-detail {
    background: #fff;
    border-top-left-radius: 1pc;
    border-top-right-radius: 1pc;
    margin: -1.5rem -2rem 0;
    overflow: hidden;
    padding: 2.4rem 3.2rem 0 1.6rem;
    z-index: 1;
  }
  .cp-article-detail .desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 2.4rem;
  }
  .cp-article-detail .desc.typ-hightlight {
    border-left: 0;
    padding-left: 0;
  }
  .cp-article-detail .art-title {
    color: #00284d;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 2.4rem 0 1.6rem;
  }
  .cp-article-detail .article-video {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .cp-article-detail .article-video .video-wrap:first-child {
    width: 56%;
  }
  .cp-article-detail .article-video .video-wrap {
    margin-bottom: 1.6rem;
    margin-left: 0;
    width: 100%;
  }
  .cp-article-detail .article-video .video-cont {
    width: 100%;
  }
  .quote-div .pic-wrap .quote-content .quote {
    padding: 0.2rem 2.4rem 0 2.7rem;
  }
  .quote-div .pic-wrap .quote-content .questions img {
    left: -2rem;
    top: -33px;
  }
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 2rem;
    line-height: 2rem;
  }
  .quote-div .pic-wrap .quote-content .author {
    padding: 0.6rem 2.4rem;
  }
  .popup h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 2rem 0;
  }
  .popup .close {
    right: 10px;
    top: -5px;
  }
  .popup .content ul li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .article-block {
    max-height: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .podcast-wrap .flex-main {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .podcast-wrap .flex-main .controls {
    width: 50%;
  }
  .podcast-wrap .flex-main .share-links {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .cp-article-banner:hover .share-arrow {
    right: 20px;
  }
  .cp-articleList .article-block .cont-wrap .cont-title {
    padding: 1.2rem 0 2.3rem;
  }
  .cp-articleList.typ-2 .article-block {
    width: 100%;
  }
  .cp-article-detail .p-40 {
    padding: 0;
  }
  .cp-article-detail .pt-32 {
    padding-top: 3.2rem;
  }
  .quote-div .pic-wrap .quote-content {
    padding: 2rem 1rem;
  }
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .quote-div .pic-wrap .quote-content .author {
    padding: 0.6rem 0;
    text-align: right;
  }
  .quote-div .pic-wrap .quote-content .share-links {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay.overlay-share {
    backdrop-filter: blur(0);
    background: linear-gradient(
      180deg,
      rgba(25, 25, 25, 0),
      hsla(0, 0%, 9%, 0.77) 39.45%
    );
    top: 40%;
  }
  .popup {
    padding: 2rem 1rem;
    width: 90%;
  }
  .popup.popup-social {
    bottom: 4rem;
    max-width: 328px;
    top: inherit;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
  }
  .popup h2.share-now {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 1rem 0 2.7rem;
  }
  .popup .content.p-0.p-0 {
    padding: 0;
  }
  .popup .content .social-links p,
  .popup .content p.copypaste {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .quote-div .pic-wrap .quote-content .share-links .share-to {
    padding: 1rem 0.5rem;
  }
  .quote-div .pic-wrap .quote-content .share-links .icons-flex-div a {
    margin-right: 1.5rem;
  }
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 2.3rem;
    margin: 2.7rem 0 2.5rem;
  }
  .cp-article-detail {
    background: #fff;
    border-top-left-radius: 1pc;
    border-top-right-radius: 1pc;
    margin: 0;
    overflow: hidden;
    padding: 4rem 0 0;
    z-index: 1;
  }
  .quote-div .pic-wrap .quote-content .questions {
    padding-top: 1rem;
  }
  .podcast-wrap {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .podcast-wrap .podcast-img {
    margin-bottom: 1.3rem;
    width: 100%;
  }
  .podcast-wrap .audio-wrap {
    margin-left: 0;
    width: 100%;
  }
  .podcast-wrap .flex-main .controls {
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .podcast-wrap .flex-main .controls button {
    margin-right: 1.6rem;
  }
  .podcast-wrap .flex-main .share-links .share-to {
    margin-right: 1.4rem;
  }
  .podcast-wrap .flex-main .share-links .icons-flex-div {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 35%;
  }
  .podcast-wrap .flex-main .share-links .icons-flex-div a .icon {
    margin-right: 2rem;
  }
  .cp-article-banner .share-arrow {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    height: 4rem;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 4rem;
  }
  .cp-article-banner .share-arrow .icons-flex-div {
    -ms-flex-align: center;
    -ms-flex-pack: space-evenly;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
  }
  .cp-article-detail .article-video .video-wrap .share-links .icons-flex-div {
    width: 35%;
  }
  .article-block .share-arrow {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
  }
  .article-block .share-arrow .icons-flex-div {
    -ms-flex-align: center;
    -ms-flex-pack: space-evenly;
    display: -ms-flexbox;
  }
  .share-to {
    display: block;
  }
  .article-block .share-arrow {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
  }
  .article-block .share-arrow .icons-flex-div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1rem;
  }
}
@media only screen and (max-width: 385px) {
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 1.9rem;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .quote-div .pic-wrap .quote-content .questions {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.cp-articleList {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-articleList .article-block {
  border-radius: 1pc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
  overflow: hidden;
  width: 48.9%;
}
.cp-articleList .article-block .img-wrap {
  position: relative;
}
.cp-articleList .article-block .img-wrap img {
  max-height: 200px;
  object-fit: cover;
}
.cp-articleList.typ-2.card-wrap .img-wrap img {
  max-height: 131px;
}
.cp-articleList .article-block .share-arrow .icons-flex-div {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.cp-articleList .article-block  .share-arrow span.icon.icon-Vector:before {
  font-size: 14px; 
}
.cp-articleList .article-block .share-arrow .icons-flex-div .icon {
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 0;
   display:contents;
}

.cp-articleList .article-block .share-arrow .icons-flex-div .icon:hover {
  color: #00acee;
}
.cp-articleList .article-block .share-arrow .share-to {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 1rem 1rem 0.4rem;
}
.cp-articleList .article-block .cont-wrap {
  padding: 2.4rem;
}
.cp-articleList .article-block .cont-wrap .sublink {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp-articleList .article-block .cont-wrap .sublink .sublink-item {
  color: #666;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  padding-right: 1.5rem;
}
.cp-articleList .article-block .cont-wrap .sublink li,
.cp-article-banner .sublink li {
  position: relative;
}
.cp-articleList .article-block .cont-wrap .sublink li:after,
.cp-article-banner .sublink li:after {
  background-color: #666;
  content: "";
  height: 15px;
  left: -7px;
  position: absolute;
  top: 4px;
  width: 1px;
}
.cp-article-banner .sublink li:after {
  background-color: #fff;
}
.cp-articleList .article-block .cont-wrap .sublink li:first-child:after,
.cp-article-banner .sublink li:first-child:after {
  background: none;
}
.cp-articleList .article-block .cont-wrap .sublink .icon {
  color: #666;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  position: relative;
  top: 3px;
}
.cp-articleList .article-block .cont-wrap .sublink .icon.icon-youtube {
  font-size: 1.4rem;
  top: 1px;
}
.cp-articleList .article-block .cont-wrap .cont-title {
  color: #191c1f;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 1.2rem 0 3.5rem;
}
.cp-articleList .article-block .cont-wrap .bottom-sec {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-articleList .article-block .cont-wrap .bottom-sec li {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-time {
  text-align: end;
}
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-calendar,
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-time {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-calendar:before,
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-time:before {
  color: grey;
  font-size: 18px;
}
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-calendar .date,
.cp-articleList .article-block .cont-wrap .bottom-sec li .icon-time .date {
  color: grey;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  margin: 0 1.6rem 0 0.9rem;
}
.cp-articleList .article-block .cont-wrap .bottom-sec .countNum {
  color: #b3b3b3;
  font-family: Montserrat-500;
  font-size: 1.2rem;
}
.cp-articleList .article-block:hover .share-arrow {
  right: 0;
}
.cp-articleList.typ-2 .article-block {
  width: 32%;
}
.cp-articleList.typ-2 .article-block .cont-wrap {
  padding: 2.4rem;
}
.cp-articleList.typ-2.card-wrap {
  justify-content: start;
  gap: 20px;
}
.cp-articleList.typ-3 .article-block {
  width: 100%;
}
.cp-articleList.typ-3 .article-block img {
  width: auto;
}
.cp-articleList.artical-list-option .article-block .cont-wrap {
  bottom: -39%;
  position: absolute;
}

.popup {
  padding: 8rem 10.5rem 10rem;
}
.popup.popup-social {
  max-width: 566px;
  padding: 2.4rem 1.6rem 3.5rem;
  width: 100%;
}
.popup h2.share-now {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 1rem 0 2.3rem;
}
.popup .close {
  right: 40px;
}
.popup .close.close-sm {
  font-size: 3.4rem;
  right: 1.2rem;
  top: 0;
}
.popup .content.p-0 {
  padding: 0 11rem;
}
.popup .content .social-links p,
.popup .content p.copypaste {
  font-size: 1.6rem;
}
.popup .content .copy-link {
  padding: 0.8rem 0 1.7rem;
}
.popup .content .social-links .icons-flex-div {
  -ms-flex-pack: center;
  justify-content: center;
}
.popup .content .social-links .icons-flex-div a .icon {
  margin-right: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .popup {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .cp-articleList .article-block .cont-wrap .bottom-sec li .icon-calendar .date,
  .cp-articleList .article-block .cont-wrap .bottom-sec li .icon-time .date {
    margin: 0 0.8rem 0 0.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-articleList .article-block {
    width: 100%;
  }
  .popup h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 2rem 0;
  }
  .popup .close {
    right: 10px;
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .cp-articleList .article-block .cont-wrap .cont-title {
    padding: 1.2rem 0 2.3rem;
  }
  .cp-articleList.typ-2 .article-block {
    width: 100%;
  }
  .overlay.overlay-share {
    backdrop-filter: blur(0);
    background: linear-gradient(
      180deg,
      rgba(25, 25, 25, 0),
      hsla(0, 0%, 9%, 0.77) 39.45%
    );
    top: 40%;
  }
  .popup {
    padding: 2rem 1rem;
    width: 90%;
  }
  .popup.popup-social {
    bottom: 4rem;
    max-width: 328px;
    top: inherit;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
  }
  .popup h2.share-now {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 1rem 0 2.7rem;
  }
  .popup .content.p-0.p-0 {
    padding: 0;
  }
  .popup .content .social-links p,
  .popup .content p.copypaste {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-articleList .article-block .share-arrow .icons-flex-div {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  .cp-articleList
    .article-block
    .share-arrow
    .icons-flex-div
    .icon-twitter2:hover {
    color: #00acee;
  }
}
@media only screen and (max-width: 575px) {
  .cp-articleList
    .article-block
    .share-arrow
    .icons-flex-div
    .icon-twitter2:before {
    content: "\e928";
  }
  .cp-articleList .article-block .share-arrow .icons-flex-div .icon-facebook2,
  .cp-articleList .article-block .share-arrow .icons-flex-div .icon-link,
  .cp-articleList .article-block .share-arrow .icons-flex-div .icon-whats-app {
    display: block;
  }
  .cp-articleList .article-block .share-arrow .icons-flex-div .icon {
     
    width: 100%;
  }
  .cp-articleList .article-block .share-arrow .icons-flex-div .icon-twitter2 {
    color: #fff;
    font-size: 20px;
    position: relative;
    text-align: center;
    top: 0;
  }
  .cp-articleList .article-block .share-arrow .icons-flex-div {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 992px) {
  .article-block .share-arrow .share-to,
  .cp-article-banner .share-arrow .share-to {
    display: none;
  }
  .article-block .share-arrow,
  .cp-article-banner .share-arrow {
    border-radius: 4px;
    bottom: 1px;
    display: block;
    height: auto;
    right: 0;
    top: auto;
    transform: translateY(0);
    width: auto;
  }
  .cp-article-banner .share-arrow {
    bottom: auto;
    right: 15px;
    top: 30px;
  }
  .article-block .share-arrow .icons-flex-div,
  .cp-article-banner .share-arrow .icons-flex-div {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
  }
  .article-block .share-arrow .icons-flex-div a,
  .cp-article-banner .share-arrow .share-arrow .icons-flex-div a {
    margin: 1rem;
    text-align: center;
    width: 100%;
  }
  .cp-article-banner .share-arrow .icons-flex-div a {
    padding: 0.5rem;
  }
  .article-block .share-arrow .icons-flex-div .icon,
  .cp-article-banner .share-arrow .share-arrow .icons-flex-div .icon {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cp-banner.typ-bg {
    margin-top: 1rem;
  }
  .cp-banner.typ-bg .banner-cont {
    left: 22px;
    top: 65px;
    width: 90%;
  }
  .cp-banner .banner-cont {
    left: 22px;
    top: 40%;
    width: 80%;
  }
  .cp-banner .banner-cont .home-articles {
    font-size: 1.2rem;
    margin-bottom: 1.35rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-title {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-sub-title {
    text-align: left;
    width: 100%;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .cp-banner .searchBox {
    display: none;
  }
  .searchbox-mobile {
    -ms-flex-align: center;
    align-items: center;
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
}
.cp-pagination {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cp-pagination .resultShow {
  color: #888;
  font-family: Montserrat-500;
  font-size: 1.6rem;
}
.cp-pagination .resultShow .heighLightText {
  color: #333;
  font-family: Montserrat-500;
}
.cp-pagination .paginationList {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cp-pagination .paginationList .pagination-item .paginationLink {
  color: #bcbcbc;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  padding-right: 3.4rem;
}
.cp-pagination .paginationList .pagination-item.active .icon:before,
.cp-pagination .paginationList .pagination-item.active .paginationLink {
  color: #00284d;
}
.cp-pagination .paginationList .pagination-item .next,
.cp-pagination .paginationList .pagination-item .prev {
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  display: inline-block;
  height: 3.2rem;
  margin-right: 2.8rem;
  position: relative;
  text-align: center;
  width: 3.2rem;
}
.cp-pagination .paginationList .pagination-item .next:hover .icon:before,
.cp-pagination .paginationList .pagination-item .prev:hover .icon:before {
  color: #00284d;
}
.cp-pagination .paginationList .pagination-item .next {
  margin-right: 0;
}
.cp-pagination .paginationList .pagination-item .next .icon {
  left: 9px;
  top: 8px;
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.cp-pagination .paginationList .pagination-item .icon {
  display: inline-block;
  font-size: 13px;
  left: 8px;
  position: absolute;
  top: 8px;
  -ms-transform: rotate(-176deg);
  transform: rotate(-176deg);
}
.cp-pagination .paginationList .pagination-item .icon:before {
  color: #bcbcbc;
}
.cp-pagination .paginationList .pagination-item.disabled .next,
.cp-pagination .paginationList .pagination-item.disabled .prev {
  cursor: auto;
}
.cp-pagination
  .paginationList
  .pagination-item.disabled
  .next:hover
  .icon:before,
.cp-pagination
  .paginationList
  .pagination-item.disabled
  .prev:hover
  .icon:before {
  color: #bcbcbc;
}
@media only screen and (max-width: 767px) {
  .cp-pagination {
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start;
  }
  .cp-pagination .resultShow {
    margin-bottom: 2.5rem;
  }
  .cp-pagination .paginationList {
    width: 100%;
  }
}
.cp_onlinekyc_sec {
  padding: 2rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(0);
  transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .cp_onlinekyc_sec {
    position: absolute;
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cp_onlinekyc_sec .kyc_title {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.8rem;
  line-height: 5rem;
}
@media only screen and (max-width: 992px) {
  .cp_onlinekyc_sec .kyc_title {
    font-size: 2.5rem;
    line-height: 2.2rem;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .cp_onlinekyc_sec .kyc_title {
    font-size: 3.5rem;
    line-height: 3.9rem;
  }
}
.cp_onlinekyc_sec .kyc_para {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .cp_onlinekyc_sec .kyc_para {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .cp_onlinekyc_sec {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .cp_onlinekyc_sec .kyc_para {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .cp_onlinekyc_sec {
    width: auto;
  }
}
.cp_onlinekyc_sec .btn-default {
  font-size: 1.6rem;
  padding: 15px 2pc;
}
@media only screen and (max-width: 767px) {
  .cp_onlinekyc_sec .kyc_para {
    margin-top: 1.2rem;
    padding-right: 10rem;
  }
  .cp_onlinekyc_sec .btn-default {
    bottom: 24px;
    font-size: 1.4rem;
    left: 0;
    margin: 0 auto;
    padding: 8px 0;
    position: absolute;
    right: 0;
    width: 15pc;
  }
  .cp_onlinekyc_sec {
    height: 100%;
    left: 0;
    width: 100%;
  }
  .cp_onlinekyc_sec .kyc_details {
    width: 90%;
  }
  .cp_onlinekyc_sec .kyc_title {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.cp-testimonial {
  -ms-flex-pack: start;
  background: #fff;
  border-radius: 2rem;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: flex-start;
  margin: 1rem auto;
  max-width: 103rem;
  padding: 3.5rem 2.5rem 3.9rem 3rem;
}
.cp-testimonial .lhs {
  text-align: center;
  width: 20%;
}
.cp-testimonial .rhs {
  margin-left: 2rem;
  margin-top: 2.8rem;
  text-align: center;
  width: 100%;
}
.cp-testimonial .img-wrap {
  border-radius: 50%;
  display: inline-block;
  height: 11.3rem;
  margin-bottom: 2.3rem;
  width: 11.3rem;
}
.cp-testimonial .t-name {
  color: #004a8f;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 3rem;
}
.cp-testimonial .t-desc {
  color: #323232;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 3rem;
}
.cp-testimonial .description {
  color: #4f5257;
  display: inline-block;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 3rem;
  position: relative;
}
.cp-testimonial .description:after,
.cp-testimonial .description:before {
  background: url(clientlib-site/resources/images/comma-icon.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 3.8rem;
  position: absolute;
  width: 5.1rem;
}
.cp-testimonial .description:before {
  left: -3rem;
  top: -4rem;
}
.cp-testimonial .description:after {
  bottom: -4rem;
  right: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .cp-testimonial .t-desc {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-testimonial {
    background: #f3f9ff;
    box-shadow: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.3rem 2.5rem 1.1rem;
  }
  .cp-testimonial .lhs {
    width: 100%;
  }
  .cp-testimonial .rhs {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .cp-testimonial .img-wrap {
    height: 10rem;
    margin-bottom: 0.8rem;
    width: 10rem;
  }
  .cp-testimonial .t-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cp-testimonial .description {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 1.5rem;
  }
  .cp-testimonial .description:after,
  .cp-testimonial .description:before {
    height: 1.8rem;
    width: 2.4rem;
  }
  .cp-testimonial .description:before {
    left: 0;
    top: -1.8rem;
  }
  .cp-testimonial .description:after {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cp-testimonial {
    padding: 1.3rem 1.5rem 1.1rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-testimonial .t-name {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .cp-testimonial .description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0.5rem;
  }
  .cp-testimonial .description:after,
  .cp-testimonial .description:before {
    height: 1.8rem;
    width: 1.6rem;
  }
  .cp-testimonial .description:before {
    left: -1rem;
  }
  .cp-testimonial .description:after {
    bottom: 0;
    right: -1rem;
  }
  .bs-swiper.typ-testimonial .slick-slide {
    margin-right: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-testimonials-list .testimonials-item {
    width: 31.6%;
  }
}
@media only screen and (max-width: 480px) {
  .bs-swiper.typ-moreOffer .slick-slide {
    padding: 0 1.2rem;
  }
  .bs-swiper.typ-moreOffer .img-wrap {
    margin-bottom: 0;
  }
}
.cp-testimonials-card {
  background: #f3f9ff;
  border-radius: 10px;
  height: 100%;
  padding: 3.7rem 4.1rem 4rem 4.3rem;
  text-align: center;
}
.cp-testimonials-card .img-wrap {
  height: 8.3rem;
  margin: 0 auto;
  width: 8.3rem;
}
.cp-testimonials-card .cont-wrap {
  margin-top: 2.4rem;
}
.cp-testimonials-card .t-name {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.cp-testimonials-card .t-desc {
  color: #4f5257;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.cp-testimonials-card .desc {
  color: #4f5257;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 1.6rem;
  position: relative;
  text-align: center;
}
.cp-testimonials-card .desc:after,
.cp-testimonials-card .desc:before {
  background: url(clientlib-site/resources/images/comma-ligth-icon.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 1.3rem;
  position: absolute;
  width: 1.8rem;
}
.cp-testimonials-card .desc:before {
  left: -1rem;
  top: 0;
}
.cp-testimonials-card .desc:after {
  bottom: 0;
  right: -1rem;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 992px) {
  .cp-testimonials-card {
    padding: 1.6rem 3rem 2.5rem;
  }
  .cp-testimonials-card .t-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cp-testimonials-card .desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }
  .cp-testimonials-card .desc:after,
  .cp-testimonials-card .desc:before {
    height: 1.8rem;
    width: 2.4rem;
  }
  .cp-testimonials-card .desc:before {
    left: -15px;
  }
  .cp-testimonials-card .desc:after {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .cp-testimonials-card .desc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cp-testimonials-list .flex-div {
  -ms-flex-align: baseline;
  -ms-flex-pack: justify;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cp-testimonials-list .selectedlistRecord {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 8in;
}
.cp-testimonials-list .selectedlistRecord .city-label {
  border: 1px solid #eaf3fc;
  border-radius: 2px;
  color: #00284d;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 5px;
}
.cp-testimonials-list .selectedlistRecord .city-label .icon-close {
  color: #c2cddc;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
}
.cp-testimonials-list .selectedlistRecord .city-label:last-child {
  margin-right: 0;
}
.cp-testimonials-list .review-point {
  color: #888;
  display: inline-block;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: right;
}
.cp-testimonials-list .review-point .hightlight {
  color: #4f5257;
}
.cp-testimonials-list .testimonials-list {
  -ms-flex-pack: start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 4.6rem;
}
.cp-testimonials-list .testimonials-item {
  margin: 0 0.8rem 1.6rem;
  width: 31.8%;
}
.cp-testimonials-list .testimonials-item.hide {
  display: none !important;
}
.cp-testimonials-list .btn-wrap {
  margin-top: 3rem;
  text-align: center;
}
.cp-testimonials-list .btn-wrap .btn-default {
  font-weight: 600;
  line-height: 2.5rem;
  padding: 1.15rem 0;
}
.cp-testimonials-list .select_wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.2rem;
}
.cp-testimonials-list .select_wrapper .select-list {
  margin-right: 1.6rem;
}
.cp-testimonials-list .select_wrapper .select-list:last-child {
  margin-right: 0;
}
.cp-testimonials-list .select_wrapper .select-list .select-item {
  position: relative;
}
.cp-testimonials-list .select_wrapper .select-list .select-item .select-link {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  display: inline-block;
  padding: 1.2rem 1.6rem;
  position: relative;
  width: 34.4rem;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-link:after {
  background-image: url(clientlib-site/resources/images/selectDropArrow.png);
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 1pc;
  top: 21px;
  width: 1pc;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-link
  .selct-link-label {
  color: #a2a2a2;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cp-testimonials-list .select_wrapper .select-list .select-item .select-cont {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 9px 10px rgba(0, 74, 143, 0.05);
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 3rem 3.5rem 1.7rem;
  position: absolute;
  right: auto;
  top: 50px;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 34.4rem;
  z-index: 5;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont.active {
  height: auto;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li {
  margin-bottom: 1.1rem;
  position: relative;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  input {
  cursor: pointer;
  display: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  .checkmark {
  background-color: #eee;
  height: 1pc;
  left: 0;
  position: absolute;
  top: 0;
  width: 1pc;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  .checkmark:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 10px;
  left: 9px;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  label {
  color: #6f6f6f;
  cursor: pointer;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 1rem;
  position: relative;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  label:before {
  -webkit-appearance: none;
  background-color: transparent;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  input:checked
  + label:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 1pc;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-cont
  .select-data-list
  li
  input:checked
  + label:before {
  background: #004a8f;
  border: none;
}
.filter-div-mob {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1pc;
  bottom: 40px;
  color: #7a7a7a;
  display: -ms-flexbox;
  display: flex;
  display: none;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  left: 0;
  line-height: 2.4rem;
  margin: 0 auto;
  padding: 2rem 0;
  position: fixed;
  right: 0;
  z-index: 6;
}
.filter-div-mob .active,
.filter-div-mob .active a {
  color: #004a8f;
}
.filter-div-mob a {
  color: #7a7a7a;
  padding-left: 0.7rem;
}
.filter-div-mob span {
  height: 1.8rem;
  width: 1.8rem;
}
.select-city-mob-div {
  background: #fff;
  border-radius: 10px 10px 0 0;
  bottom: 95px;
  box-shadow: 0 -5px 10px rgba(0, 74, 143, 0.05);
  display: none;
  overflow: auto;
  padding: 1.6rem 2.4rem;
  position: fixed;
  top: auto;
  transition: all 5s ease-in-out;
  width: 100%;
  z-index: 99;
}
.select-city-mob-div p {
  color: #888;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.select-city-mob-div .input-div {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}
.select-city-mob-div .input-div input {
  border: 1px solid #efefef;
  border-radius: 8px;
  filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.12));
  height: auto;
  min-height: 4.2rem;
  padding: 0.9rem 1.6rem;
  width: 100%;
}
.select-city-mob-div .input-div :-ms-input-placeholder {
  color: #bbb;
  font-family: Montserrat-400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.select-city-mob-div .input-div ::placeholder {
  color: #bbb;
  font-family: Montserrat-400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.select-city-mob-div .input-div .searchTxt-search {
  position: absolute;
  right: 1rem;
}
.select-city-mob-div .input-div .searchTxt-search .icon-search {
  color: #d8dde5;
  font-size: 2.4rem;
}
.select-city-mob-div .list-div {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.select-city-mob-div .list-div .select-data-list {
  width: 50%;
}
.select-city-mob-div .list-div .select-data-list li {
  color: #6f6f6f;
  font-family: Montserrat-600;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
}
.select-city-mob-div .list-div .select-data-list li input {
  cursor: pointer;
  display: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.select-city-mob-div .list-div .select-data-list li label {
  color: #6f6f6f;
  cursor: pointer;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 1rem;
  position: relative;
}
.select-city-mob-div .list-div .select-data-list li label:before {
  -webkit-appearance: none;
  background-color: transparent;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.select-city-mob-div
  .list-div
  .select-data-list
  li
  input:checked
  + label:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 1pc;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.select-city-mob-div
  .list-div
  .select-data-list
  li
  input:checked
  + label:before {
  background: #004a8f;
  border: none;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 50px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
@media only screen and (max-width: 1199px) {
  .cp-testimonials-list .testimonials-item {
    width: 31.6%;
  }
}
@media only screen and (max-width: 992px) {
  .cp-testimonials-list .review-point {
    display: none;
  }
  .cp-testimonials-list .testimonials-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.8rem;
    margin-top: 0;
  }
  .cp-testimonials-list .testimonials-item {
    width: 48%;
  }
  .cp-testimonials-list .testimonials-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cp-testimonials-list .selectedlistRecord .city-label {
    display: none;
  }
  .cp-testimonials-list .btn-wrap .btn-default:active,
  .cp-testimonials-list .btn-wrap .btn-default:hover {
    background-color: transparent;
    border: 0;
    color: #00284d;
  }
  .cp-testimonials-list .btn-wrap {
    margin-top: 0;
  }
  .cp-testimonials-list .select_wrapper {
    display: none;
  }
  .filter-div-mob {
    -ms-flex-pack: space-evenly;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: space-evenly;
    min-height: 6.4rem;
    min-width: 32.8rem;
    width: 90%;
  }
  .filter-count {
    position: relative;
  }
  .filter-selection-count {
    background: #d5e8f8;
    border-radius: 50%;
    color: #00284d;
    display: inline-table;
    display: none;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.2rem 0.5rem;
    position: absolute;
    right: -1.2rem;
    text-align: center;
    top: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .cp-testimonials-list .testimonials-list {
    margin-left: 0;
  }
  .cp-testimonials-list .testimonials-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .cp-testimonials-list .btn-wrap .btn-default.btn-outline-with-icon {
    min-width: 23.7rem;
  }
}
.cp-banner .searchBox {
  border-radius: 0.8rem;
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin: 2rem auto 0;
  position: relative;
  width: 64.4rem;
}
.cp-banner .searchBox input {
  background: hsla(0, 0%, 100%, 0.68);
  border: 1px solid #6797c4;
  border-radius: 0.8rem;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.12);
  font-family: Montserrat-400;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 2.4rem;
  padding: 1rem;
  width: 100%;
}
.cp-banner .searchBox input:-ms-input-placeholder {
  color: #839bb1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.cp-banner .searchBox input::placeholder {
  color: #839bb1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.cp-banner .searchBox input:focus {
  outline: 0;
}
.cp-banner .searchBox .icon {
  border: none;
  color: #6797c4;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}
.cp-banner.typ-individualproduct .banner-cont .banner-desc {
  width: 30%;
}
.searchbox-mobile {
  border-bottom: 1px solid #efeeee;
  display: none;
  padding: 1.6rem;
}
.searchbox-mobile input {
  background: hsla(0, 0%, 100%, 0.68);
  border: 1px solid #efefef;
  border-radius: 0.8rem;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.12);
  font-family: Montserrat-400;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 2.4rem;
  padding: 1rem;
  width: 100%;
}
.searchbox-mobile input:-ms-input-placeholder {
  color: #839bb1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.searchbox-mobile input::placeholder {
  color: #839bb1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.searchbox-mobile input:focus {
  outline: 0;
}
.searchbox-mobile .icon {
  border: none;
  color: #6797c4;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  position: absolute;
  right: 2.5rem;
}
@media only screen and (max-width: 992px) {
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 2rem;
  }
  .cp-banner.typ-individualproduct .banner-cont .banner-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-banner .banner-cont {
    left: 22px;
    top: 40%;
    width: 80%;
  }
  .cp-banner .banner-cont .banner-title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-sub-title {
    width: 100%;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
  }
  .cp-banner .searchBox {
    display: none;
  }
  .searchbox-mobile {
    -ms-flex-align: center;
    align-items: center;
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .cp-banner .banner-cont {
    left: 2rem;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.bs-footer {
  background: #00284d;
  border-top: 1px solid #939393;
  padding: 1.1rem 0 3.9rem;
}
.bs-footer .footer-row {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-footer .footer-row .logo-wrap {
  width: auto;
}
.bs-footer .footer-row .cprg {
  color: #858585;
  font-size: 1.4rem;
}
.bs-footer .footer-row .socialLink {
  border-radius: 50%;
  color: #b7b7b7;
  height: 3.4rem;
  text-align: center;
  width: 3.4rem;
}
.bs-footer .f-nav-item:last-child .f-nav-link {
  margin-right: 0;
}
.bs-footer .f-link-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.bs-footer .f-link-list .f-nav-link {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 4rem;
}
.bs-footer .f-link-list .f-nav-link:hover {
  color: #0df;
}
.bs-footer .socialIcon {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.bs-footer .socialIcon .s-item:last-child .socialLink {
  margin-right: 0;
}
.bs-footer .socialIcon .s-item:hover .socialLink {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: bubble2;
}
.bs-footer .socialIcon .s-item:hover .socialLink:after {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: bubble;
}
.bs-footer .socialIcon .s-item:hover .icon {
  color: #00284d;
}
.bs-footer .socialIcon .socialLink {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #585858;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 3.4rem;
  justify-content: center;
  margin-right: 1.5rem;
  position: relative;
  text-align: center;
  width: 3.4rem;
}
.bs-footer .socialIcon .socialLink:before {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.bs-footer .socialIcon .socialLink:after {
  background: #fff;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scale(0);
  transform: scale(0);
  vertical-align: middle;
  width: 100%;
}
.bs-footer .socialIcon .socialLink .icon {
  color: #b7b7b7;
  position: relative;
  z-index: 1;
}
.bs-footer .socialIcon .socialLink .icon.icon-youtube {
  font-size: 1.2rem;
}
.bs-footer .seprator {
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .bs-footer {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
  }
  .bs-footer .footer-row {
    display: block;
  }
  .bs-footer .footer-row .logo-wrap {
    display: inline-block;
    width: 102px;
  }
  .bs-footer .footer-row .cprg {
    display: block;
    padding-top: 1rem;
  }
  .bs-footer .f-nav-item:last-child .f-nav-link {
    padding-bottom: 0;
  }
  .bs-footer .f-link-list {
    border-top: 1px solid #5f5f5f;
    display: block;
    margin-top: 11rem;
    margin-top: 8rem;
    padding-top: 2.5rem;
  }
  .bs-footer .f-link-list .f-nav-link {
    display: block;
    padding-bottom: 1.5rem;
  }
  .bs-footer .socialIcon {
    left: 1pc;
    position: absolute;
    top: 75pt;
  }
  .bs-footer .socialIcon .socialLink {
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bs-footer .footer-row .cprg {
    padding-top: 0;
  }
  .bs-footer .f-link-list {
    margin-top: 7rem;
  }
}
@keyframes bubble {
  to {
    transform: scale(1);
  }
}
@keyframes bubble2 {
  to {
    color: #fff;
  }
}
@font-face {
  font-family: Montserrat-300;
  font-style: normal;
  font-weight: 300;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-300.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-300.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-300.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-300.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-300.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-300.svg#Montserrat)
      format("svg");
}
@font-face {
  font-family: Montserrat-400;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-regular.svg#Montserrat)
      format("svg");
}
@font-face {
  font-family: Montserrat-500;
  font-style: normal;
  font-weight: 500;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-500.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-500.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-500.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-500.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-500.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-500.svg#Montserrat)
      format("svg");
}
@font-face {
  font-family: Montserrat-600;
  font-style: normal;
  font-weight: 600;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-600.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-600.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-600.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-600.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-600.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-600.svg#Montserrat)
      format("svg");
}
@font-face {
  font-family: Montserrat-700;
  font-style: normal;
  font-weight: 700;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-700.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-700.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-700.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-700.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-700.svg#Montserrat)
      format("svg");
}
@font-face {
  font-family: Montserrat-800;
  font-style: normal;
  font-weight: 900;
  src: url(clientlib-site/resources/fonts/montserrat-v25-latin-900.eot);
  src: local(""),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-900.eot?#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-900.woff2) format("woff2"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-900.woff) format("woff"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-900.ttf) format("truetype"),
    url(clientlib-site/resources/fonts/montserrat-v25-latin-900.svg#Montserrat)
      format("svg");
}
@font-face {
  font-display: block;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-site/resources/fonts/icomoon.eot?rbgd8i);
  src: url(clientlib-site/resources/fonts/icomoon.eot?rbgd8i#iefix)
      format("embedded-opentype"),
    url(clientlib-site/resources/fonts/icomoon.woff2?rbgd8i) format("woff2"),
    url(clientlib-site/resources/fonts/icomoon.ttf?rbgd8i) format("truetype"),
    url(clientlib-site/resources/fonts/icomoon.woff?rbgd8i) format("woff"),
    url(clientlib-site/resources/fonts/icomoon.svg?rbgd8i#icomoon) format("svg");
}
[class*=" icon-"],
[class^="icon-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-Vector:before {
  content: "\e942";
}
.icon-linkedin2:before {
  content: "\e940";
}
.icon-copy-file:before {
  content: "\e93f";
}
.icon-giga-type:before {
  content: "\e93d";
}
.icon-city:before {
  content: "\e93e";
}
.icon-time:before {
  content: "\e93b";
}
.icon-calendar:before {
  content: "\e93c";
}
.icon-dark1:before {
  content: "\e937";
}
.icon-dark2:before {
  color: #c8e4ff;
  content: "\e938";
}
.icon-check:before {
  color: #00284d;
  content: "\e939";
}
.icon-a-minus:before {
  content: "\e934";
}
.icon-a-default:before {
  content: "\e935";
}
.icon-a-plus:before {
  content: "\e936";
}
.icon-photos:before {
  content: "\e92f";
}
.icon-storyline:before {
  content: "\e931";
}
.icon-links:before {
  content: "\e932";
}
.icon-videos:before {
  content: "\e933";
}
.icon-whats-app:before {
  content: "\e927";
}
.icon-twitter2:before {
  content: "\e928";
}
.icon-link:before {
  content: "\e929";
}
.icon-facebook2:before {
  content: "\e92a";
}
.icon-play2:before {
  content: "\e92c";
}
.icon-backword:before {
  content: "\e92d";
}
.icon-forward:before {
  content: "\e92e";
}
.icon-key01:before {
  content: "\e915";
}
.icon-key02:before {
  content: "\e91c";
}
.icon-key03:before {
  content: "\e922";
}
.icon-key04:before {
  content: "\e923";
}
.icon-key05:before {
  content: "\e924";
}
.icon-key06:before {
  content: "\e925";
}
.icon-key07:before {
  content: "\e926";
}
.icon-marketing-strategist:before {
  content: "\e916";
}
.icon-atm-outlet:before {
  content: "\e917";
}
.icon-accept-payment:before {
  content: "\e921";
}
.icon-inst-acc-opening:before {
  content: "\e913";
}
.icon-electronic-fund:before {
  content: "\e918";
}
.icon-baker:before {
  content: "\e919";
}
.icon-craftsperson:before {
  content: "\e91d";
}
.icon-credit-debit-card:before {
  content: "\e91e";
}
.icon-consultant:before {
  content: "\e91f";
}
.icon-data-scientist:before {
  content: "\e920";
}
.icon-accept-payments:before {
  content: "\e914";
}
.icon-sole-proprietors:before {
  content: "\e92b";
}
.icon-cersatile:before {
  content: "\e930";
}
.icon-photographer:before {
  color: #00284d;
  content: "\e949";
}
.icon-brand-builder:before {
  content: "\e94a";
}
.icon-delivery-boy:before {
  content: "\e964";
}
.icon-drivers:before {
  content: "\e965";
}
.icon-content-creator:before {
  content: "\e966";
}
.icon-choice-account:before {
  content: "\e967";
}
.icon-monthly-balance:before {
  content: "\e968";
}
.icon-free-funds:before {
  content: "\e969";
}
.icon-offer-discounts:before {
  content: "\e96d";
}
.icon-video-kyc:before {
  content: "\e96e";
}
.icon-internet-banking:before {
  content: "\e96f";
}
.icon-resident-individuals:before {
  content: "\e96c";
}
.icon-freelancer-writer:before {
  content: "\e93a";
}
.icon-freelancer-designer:before {
  content: "\e952";
}
.icon-available247:before {
  content: "\e910";
}
.icon-fair:before {
  content: "\e912";
}
.icon-health-insurance:before {
  content: "\e91a";
}
.icon-open-business:before {
  content: "\e91b";
}
.icon-search:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90e";
}
.icon-unsucess-hand:before {
  color: #c25c62;
  content: "\e90b";
}
.icon-success-hand:before {
  color: #0eb88f;
  content: "\e90c";
}
.icon-right-arrow2:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90f";
}
.icon-podcast:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-pintrest:before {
  content: "\e911";
}
.icon-left-arrow:before {
  content: "\e904";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-tick:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e900";
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 75pt, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -75pt, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-75pt, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(75pt, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-75pt, 75pt, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(75pt, 75pt, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-75pt, -75pt, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(75pt, -75pt, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 75pt, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -75pt, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-75pt, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(75pt, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 75pt, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -75pt, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-75pt, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(75pt, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.btn-default {
  background: #fff;
  border: 0;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat-500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0;
  min-width: 21.4rem;
  outline: 0;
  padding: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
.btn-default.form-btn,
.btn-primary {
  background: #00284d;
  color: #fff;
}
.btn-primary {
  border: 1px solid #00284d;
  font-family: Montserrat-500;
}
.btn-primary:hover {
  background: #fff;
  border: 1px solid #00284d;
  color: #00284d;
}
.btn-secondary {
  background: #0df;
  border: 1px solid #0df;
  color: #00284d;
  font-family: Montserrat-500;
}
.btn-outline,
.btn-secondary:hover {
  background: #fff;
}
.btn-outline {
  border: 1px solid #00284d;
  color: #00284d;
  font-family: Montserrat-500;
}
.btn-outline:hover {
  background: #00284d;
  color: #fff;
}
.btn-outline-with-icon {
  background: #fff;
  border: 1px solid #00284d;
  color: #00284d;
}
.btn-outline-with-icon:hover {
  background: #00284d;
  color: #fff;
}
.btn-outline-with-icon:hover .icon:before {
  color: #fff;
}
.btn-outline-with-icon .icon {
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 8px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-link {
  color: #00284d;
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
  transition: all 0.5s;
}
.btn-link:after {
  background-color: #00284d;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}
.btn-link:hover:after {
  left: 0;
  transition: all 0.5s;
  width: 100%;
}
.bs-sec {
  padding-bottom: 5pc;
  padding-top: 60px;
}
.bs-sec.typ-key-feature-benefits,
.bs-sec.type-cp-about24-course {
  padding-bottom: 0;
}
.bs-sec.typ-key-feature-benefits .sec-head {
  margin-bottom: 3.9rem;
}
.bs-sec.typ-feature-sec {
  padding-bottom: 0;
  padding-top: 4rem;
}
.bs-sec.typ-enroll-form-sec {
  background-color: #f3f9ff;
  padding-bottom: 6rem;
  padding-top: 3.1rem;
}
.bs-sec .sec-head {
  margin-bottom: 5rem;
}
.bs-sec .sec-head.type-art-head {
  color: #000;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 3.5rem;
}
.bs-sec .sec-head .sec-title,
.bs-sec .sec-head h1,
.bs-sec .sec-head h2,
.bs-sec .sec-head h3 {
  font-family: Montserrat-800;
}
.bs-sec .sec-head .sec-title.typ-1,
.bs-sec .sec-head .sec-title.typ-1 p,
.bs-sec .sec-head .sec-title.typ-1 h3 {
  color: #00284d;
  font-size: 4.8rem;
  line-height: 5.5rem;
}
.bs-sec .sec-head .sec-title.typ-2 {
  color: #00284d;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.bs-sec .sec-head .sec-title .featured-head {
  color: #fff;
  font-family: Montserrat-700;
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin-bottom: 4.6rem;
}
.bs-sec .sec-head.type-product-page {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 3.6rem;
  line-height: 6.4rem;
}
.bs-sec .sec-head.typ-evolve {
  margin-bottom: 0;
}
.bs-sec .sec-head.typ-zoho {
  margin-bottom: 5.6rem;
}
.bs-sec .sec-head.typ-article,
.bs-sec .sec-head.typ-zoho {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.bs-sec .sec-head.typ-article {
  -ms-flex-direction: row;
  flex-direction: row;
}
.bs-sec .sec-head.typ-article .sec-title,
.bs-sec .sec-head.typ-article h1,
.bs-sec .sec-head.typ-article h2,
.bs-sec .sec-head.typ-article h3 {
  color: #00284d;
  font-size: 4.6rem;
  line-height: 5.6rem;
  text-align: left;
  text-transform: uppercase;
}
.bs-sec .sec-head.typ-article .show-result {
  color: #4f5257;
  display: none;
  font-size: 1.4rem;
  padding-top: 2rem;
}
.bs-sec .sec-head.typ-article .searchbar-div {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.bs-sec .sec-head.typ-article .searchbar-div .searchbar {
  border: 1px solid #4b78a2;
  border-radius: 8px;
  filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.12));
  font-family: Montserrat-400;
  font-size: 1.6rem;
  height: 3pc;
  line-height: 2.4rem;
  padding: 0.4rem 1.6rem;
  width: 389px;
}
.bs-sec .sec-head.typ-article .searchbar-div .icon-search {
  position: relative;
}
.bs-sec .sec-head.typ-article .searchbar-div .icon-search:before {
  color: #7a8aa7;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: -10px;
}
.bs-sec .sec-head.typ-sec-head-greatdeals {
  text-align: center;
}
.bs-sec .sec-head.typ-sec-head-greatdeals .sec-title {
  color: #00284d;
  font-size: 5.4rem;
  line-height: 4.2rem;
  padding-bottom: 3.2rem;
}
.bs-sec .sec-head.typ-sec-head-greatdeals .cont {
  color: #000;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-bottom: 0.2rem;
}
.bs-sec.typ-profession-title .sec-head {
  margin-bottom: 0;
  text-align: center;
}
.bs-sec.typ-profession-title .sec-head .sec-title,
.bs-sec.typ-profession-title .sec-head .sec-title h1,
.bs-sec.typ-profession-title .sec-head .sec-title h2,
.bs-sec.typ-profession-title .sec-head .sec-title h3 {
  color: #00284d;
  display: inline-block;
  font-family: Montserrat-800;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase;
  width: 75%;
}
.bs-sec.typ-want-title .sec-head {
  margin-bottom: 0;
}
.bs-sec.typ-want-title .sec-head .sec-title,
.bs-sec.typ-want-title .sec-head .sec-title h3,
.bs-sec.typ-want-title .sec-head .sec-title h2,
.bs-sec.typ-want-title .sec-head .sec-title h1 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase;
}
.bs-sec.typ-moreoffer {
  padding-bottom: 7rem;
  padding-top: 0.6rem;
}
.bs-sec.typ-moreoffer.typ-youmaylike .sec-head {
  border-top: 1px solid #dedede;
  margin-bottom: 4rem;
  padding-top: 7.2rem;
}
.bs-sec.typ-moreoffer .sec-head {
  margin-bottom: 1.4rem;
}
.bs-sec.typ-moreoffer .sec-head .sec-title,
.bs-sec.typ-moreoffer .sec-head h1,
.bs-sec.typ-moreoffer .sec-head h2,
.bs-sec.typ-moreoffer .sec-head h3 {
  color: #00284d;
  font-size: 3.6rem;
  line-height: 4.1rem;
}
.bs-sec.typ-availandterms {
  padding-bottom: 2rem;
  position: relative;
}
.bs-sec.typ-helpgrow_business {
  padding-bottom: 7.8rem;
  padding-top: 0;
}
.bs-sec.typ-helpgrow_business .sec-head {
  margin-bottom: 1.6rem;
}
.bs-sec.typ-helpgrow_business .sec-head .sec-title {
  color: #4f5257;
  font-family: Montserrat-500;
  font-size: 1.6rem;
}
.bs-sec.type-bglanding {
  background: url(clientlib-site/resources/images/bg-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 20pc;
  position: relative;
}
.bs-sec.type-bglanding:after {
  background: url(clientlib-site/resources/images/custom-footer-man.png);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 20pc;
  position: absolute;
  right: 0;
  width: 40pc;
}
.bs-sec.typ-greatdeals {
  background: url(clientlib-site/resources/images/deals-bg.png);
  padding-bottom: 6.4rem;
  padding-top: 8rem;
}
.bs-sec.typ-greatdeals .sec-head {
  text-align: center;
}
.bs-sec.typ-greatdeals .sec-head .sec-title {
  color: #00284d;
  font-size: 5.4rem;
  line-height: 4.2rem;
  padding-bottom: 3rem;
  text-transform: uppercase;
}
.bs-sec.typ-greatdeals .sec-head .cont,
.bs-sec.typ-greatdeals .sec-head .cont h3 {
  color: rgba(0, 40, 77, 0.8);
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 0.2rem;
}
.bs-sec.typ-paymentfaq {
  padding-bottom: 8.7rem;
  padding-top: 8.5rem;
}
.bs-sec.typ-paymentfaq .sec-head {
  margin-bottom: 0;
}
.bs-sec.typ-paymentfaq .sec-head .sec-title,
.bs-sec.typ-paymentfaq .sec-head .sec-title h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.8rem;
  line-height: 6.4rem;
  padding-bottom: 0;
}
.bs-sec.typ-paymentfaq .cont {
  color: #000;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.7rem;
}
.bs-sec.typ-subscribe-form {
  padding-bottom: 6.7rem;
  padding-top: 0;
}
.bs-sec.typ-level-card {
  background-image: url(clientlib-site/resources/images/levelupGiga.jpg);
  background-size: cover;
  height: 612px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}
.bs-sec.typ-level-card picture img {
  position: absolute;
  right: 0;
  width: auto;
}
.bs-sec.typ-level-card .sec-cont {
  left: 4%;
  margin-bottom: 0;
  position: absolute;
  top: 12%;
  -ms-transform: translateX(-50%);
  transform: translateX(15%);
  width: 50%;
}
.bs-sec.typ-level-card .sec-cont .head-title,
.bs-sec.typ-level-card .sec-cont .head-title h1,
.bs-sec.typ-level-card .sec-cont .head-title h2,
.bs-sec.typ-level-card .sec-cont .head-title h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 6.8rem;
  line-height: 5.6rem;
  max-width: 43.5rem;
  text-align: left;
  text-transform: uppercase;
}
.bs-sec.typ-benefits {
  padding-bottom: 0;
}
.bs-sec.type-Rocket {
  overflow-y: hidden;
  padding-bottom: 0;
  position: relative;
}
.bs-sec.type-Rocket:before {
  background-image: url(clientlib-site/resources/images/rocket.png);
  bottom: 38px;
  height: 570px;
  right: 126px;
  -ms-transform: translateY(25pc);
  transform: translateY(25pc);
  transition: transform 1.5s linear;
}
.bs-sec.type-Rocket:after,
.bs-sec.type-Rocket:before {
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.bs-sec.type-Rocket:after {
  background-image: url(clientlib-site/resources/images/cloud.png);
  bottom: 0;
  height: 137px;
  opacity: 0.9;
  right: 1px;
}
.bs-sec.type-Rocket.active:before {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.bs-sec.typ-product-landing {
  padding-top: 0;
}
.bs-sec.typ-partner-faq .container .sec-head {
  margin-bottom: 2rem;
}
.bs-sec.typ-partner-faq .container .sec-head .sec-title,
.bs-sec.typ-partner-faq .container .sec-head .sec-title h3,
.bs-sec.typ-partner-faq .container .sec-head .sec-title h2,
.bs-sec.typ-partner-faq .container .sec-head .sec-title h1 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 3.6rem;
  line-height: 6.4rem;
}
.bs-sec.typ-partner-faq .container .sec-cont .act-btn .btn-outline-with-icon {
  border: 1px solid #00284d;
  padding: 1.4rem;
}
.bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-link {
  color: #1f2733;
  font-family: Montserrat-600;
  font-size: 2rem;
  line-height: 2.4rem;
}
.bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-link.active
  a {
  font-family: Montserrat-700;
}
.bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-link
  .sec-title {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4rem;
  line-height: 5rem;
}
.bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-cont
  .accord-desc {
  color: #676767;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-cont ul {
  padding: 2rem;
}
.bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-cont ul li,
.bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-cont ul li h3,
.bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-cont ul li p {
  color: #676767;
  font-size: 1.8rem;
  line-height: 2.4rem;
  list-style-type: disc;
  margin-bottom: 2rem;
}
.bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-cont
  .accord-cont-link {
  color: #004a8f;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 0;
}
.bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-cont
  p.accord-cont-link {
  text-decoration: none;
}
.bs-sec.typ-testimonials {
  background: url(clientlib-site/resources/images/banner-blue-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  height: 100%;
  max-height: 535px;
  padding: 6.5rem 0 5.1rem;
  position: relative;
}
.bs-sec.typ-testimonials:before {
  background: url(clientlib-site/resources/images/banner-top.png);
  content: "";
  height: 351px;
  left: 0;
  position: absolute;
  top: 0;
  width: 188px;
}
.bs-sec.typ-testimonials:after {
  background: url(clientlib-site/resources/images/banner-bottom.png);
  bottom: 0;
  content: "";
  height: 366px;
  position: absolute;
  right: 0;
  width: 290px;
}
.bs-sec.typ-testimonials .sec-head {
  margin-bottom: 3.5rem;
  text-align: center;
}
.bs-sec.typ-testimonials .sec-head .sec-title,
.bs-sec.typ-testimonials .sec-head h2,
.bs-sec.typ-testimonials .sec-head h1 {
  color: #fff;
  font-size: 4.6rem;
  line-height: 5.3rem;
}
.bs-sec.typ-testimonials .sec-cont .slick-dots {
  bottom: -5%;
}
.bs-sec.typ-testimonials .sec-cont .slick-dots li button {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.bs-sec.typ-testimonials .sec-cont .slick-dots li button:before {
  content: "";
}
.bs-sec.typ-testimonials .sec-cont .slick-dots li.slick-active button {
  background: #fff;
}
.bs-sec.typ-testimonials-1 {
  padding-top: 3.7rem;
}
.bs-sec.type-faq-1 {
  padding-bottom: 0;
}
.bs-sec.typ-article-listing {
  padding-bottom: 35px;
  padding-top: 8rem;
}
.bs-sec.typ-search-btn .search-btn {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.bs-sec.typ-search-btn .search-btn .input-field .search-option {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  color: #b3b3b3;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 4rem;
  padding: 1.6rem;
  width: 314px;
}
.bs-sec.typ-search-btn .search-btn .input-field .icon {
  color: #d8ddef;
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  right: 38%;
  top: 68%;
}
.bs-sec.typ-pagination {
  padding-top: 0;
}
.bs-sec.typ-article .sec-cont {
  border: 0;
  margin-bottom: 0;
}
.bs-sec.type-stay-covered {
  padding: 0;
}
.bs-sec.typ-article {
  padding-bottom: 0;
  padding-top: 1.2rem;
}
.bs-sec.new-offer {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-sec.new-offer .img-wrap {
  width: 24%;
}
.bs-sec.new-offer .img-wrap img {
  border-radius: 3rem;
}
.inventors-box {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inventors-box .inventor-head {
  box-sizing: border-box;
  padding-right: 40px;
  width: 50%;
}
.inventors-box .inventor-head .inventor-title {
  font-size: 60px;
}
.inventors-box .inventor-head .inventor-desc p {
  font-size: 24px;
  padding-top: 40px;
}
.inventors-box .ftr-box {
  background: #fff;
  width: 50%;
}
.inventors-box .ftr-box .ftrlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inventors-box .ftr-box .ftrlist .ftr-item {
  box-sizing: border-box;
  padding: 20px 30px;
  width: 50%;
}
.inventors-box .ftr-box .ftrlist .ftr-item .ftr-title {
  font-size: 1pc;
  font-weight: 500;
}
.inventors-box .ftr-box .ftrlist .ftr-item .ftr-title .counter {
  color: #2d90d7;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}
.inventors-box .ftr-box .ftrlist .ftr-item .ftr-title:after {
  background: #2d90d7;
  content: "";
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}
.inventors-box .ftr-box .ftrlist .ftr-item:last-child {
  margin-left: auto;
}
.bs-video {
  height: 500px;
  position: relative;
}
.bs-video .videoPlayer {
  cursor: pointer;
  height: 100%;
}
.bs-video .videoPlayer:after {
  background: url(clientlib-site/resources/images/play.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 5.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.6rem;
}
.bs-video .videoPlayer img {
  height: 100%;
}
.videomodal {
  background: #000000bf;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.videomodal .close {
  background: 0 0;
  border: none;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
  font-size: 3rem;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  text-shadow: none;
  top: 10px;
}
.videomodal .modal-body {
  margin-top: 50px;
}
.resizer-list .resizer-nav-list .resizer-nav-item a {
  display: block;
}
body.dark {
  background: #000;
}
body.dark .bs-banner.typ-home .banner-cont .banner-desc {
  opacity: 1;
}
body.dark .typ-moreOffer a .img-wrap:focus-visible,
body.dark a:focus-visible,
body.dark button.slick-arrow:focus-visible,
body.dark button:focus-visible,
body.dark input:focus-visible {
  box-shadow: 1px 2px 2px #6c0;
  outline: 2px solid #f40404;
}
body.dark .cp-deals .deals-list .list-item .list-item-link:focus-visible {
  outline: 2px solid #6c0;
}
body.dark .bs-banner.typ-home,
body.dark .bs-banner.typ-prt-details .courses-sec,
body.dark .bs-sec.typ-greatdeals,
body.dark .bs-sec.typ-level-card,
body.dark .bs-sec.typ-testimonials,
body.dark .bs-sec.type-bglanding,
body.dark .cp-banner.typ-bg,
body.dark .cp-key-feature-benefit .box-wrap .feature-box-wrap,
body.dark .cp-stay-covered.cp-make-money-mng,
body.dark .cp-stay-covered.health-insurance,
body.dark .cp-testimonials-card,
body.dark .cp-work-smart,
body.dark img {
  filter: grayscale(1);
}
body.dark .cp-account-feature .deals-list .list-item .list-item-link img{
filter:brightness(0.5)
}
body.dark .bs-sec .sec-head.typ-zoho .btn-primary:hover,
body.dark .btn-outline-with-icon:hover,
body.dark .cp-article-detail .art-title,
body.dark .cp-articleList .article-block .cont-wrap .bottom-sec .date,
body.dark
  .cp-articleList
  .article-block
  .share-arrow
  .icons-flex-div
  .icon:hover,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .terms-link
  a,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary:hover,
body.dark .cp-banking-solution .solution-list .list-item .img-cont .btn-wrap a,
body.dark .cp-faq .accord-list .accord-item .accord-cont .accord-cont-link,
body.dark .cp-faq .accord-list .accord-item .accord-link.active:before,
body.dark .cp-faq .accord-list .accord-item .accord-link:before,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary:hover,
body.dark
  .cp-pagination
  .paginationList
  .pagination-item
  .next:hover
  .icon:before,
body.dark
  .cp-pagination
  .paginationList
  .pagination-item
  .prev:hover
  .icon:before,
body.dark
  .cp-pagination
  .paginationList
  .pagination-item.actives
  .paginationLink,
body.dark .cp-pagination .resultShow .heighLightText,ss
body.dark .cp-partner .act-btn .btn-outline-with-icon:hover,
body.dark .cp-testimonials-list .review-point .hightlight,
body.dark .bs-sec.typ-partner-faq .cp-faq .accord-list .accord-item .accord-cont .accord-desc p a{
  color: #6c0;
  transition: all 0.3s ease;
}
body.dark .bs-banner.typ-home .banner-cont .banner-desc,
body.dark .bs-banner.typ-home .banner-cont .banner-title,
body.dark .bs-banner.typ-home .banner-cont .btn-default:hover,
body.dark .bs-footer .f-link-list .f-nav-link,
body.dark .bs-footer .footer-row .cprg,
body.dark .bs-footer .socialIcon .socialLink .icon,
body.dark .bs-header .main-head .nav-list .link-list li .nav-link,
body.dark .bs-header .main-head .search-wrap .icon,
body.dark .bs-sec .sec-head.typ-zoho .btn-primary,
body.dark .bs-sec.typ-greatdeals .sec-head .cont,
body.dark .bs-sec.typ-greatdeals .sec-head .sec-title,
body.dark .bs-sec.typ-level-card .sec-cont .head-title,
body.dark
  .bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-cont
  .accord-cont-link,
body.dark .bs-sec.typ-paymentfaq .sec-head .sec-title,
body.dark .btn-outline-with-icon,
body.dark .cp-about24-course .course24-list .course24-list-item,
body.dark .cp-account-feature .deals-list .list-item .cont,
body.dark .cp-account-feature .deals-list .list-item .list-item-link .icon,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-code,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary,
body.dark .cp-banner .banner-cont .banner-desc,
body.dark .cp-banner .banner-cont .banner-title,
body.dark .cp-banner .searchBox .icon,
body.dark .cp-benefit-card .card-cont .btn-primary:hover,
body.dark .cp-benefit-card .card-cont .cont,
body.dark .cp-benefit-card .card-cont .title,
body.dark .cp-deals .act-btn .btn-default,
body.dark .cp-evolve .evolve-List .evolve-info .btn-default,
body.dark .cp-evolve .evolve-List .evolve-info .desc,
body.dark .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title,
body.dark .cp-faq .accord-list .accord-item .accord-cont .accord-desc,
body.dark .cp-inspriation .btn-primary,
body.dark .cp-key-feature-benefit .box-wrap .feature-cont,
body.dark .cp-level-up-card .level-card-list .card-items,
body.dark .cp-level-up-card .level-card-list .card-items::marker,
body.dark .cp-level-up-card .set-up-btns .game,
body.dark .cp-making-life .card-wrapper .card-box .card-icon .icon,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary,
body.dark .cp-partner .act-btn .btn-outline-with-icon,
body.dark .cp-professions-list .professions-list .p-list-items .card-icon .icon,
body.dark .cp-professions-list .professions-list .p-list-items .p_desc,


body.dark .cp-profile-card .profile-info .info-desc,
body.dark .cp-profile-card .profile-info .info-title,
body.dark .cp-stay-covered .cont-wrap .head-txt,
body.dark .cp-stay-covered .cont-wrap .overlay-txt,
body.dark .cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-desc .icon,
body.dark .cp-stay-covered .cont-wrap.cont-wrap-skyblue .li-desc,
body.dark .cp-stay-covered .cont-wrap.cont-wrap-white .icon-desc .icon,
body.dark .cp-stay-covered .cont-wrap.cont-wrap-white .li-desc,
body.dark .cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white.sub-title, 


body.dark .cp-want-to-join .join-list .join-item .join-wrap .circle-img .icon,
body.dark .cp_subscribe_form .subinput_area .sub_input,
body.dark .resizer-list .resizer-nav-list .resizer-nav-item .icon,
body.dark .cp-stay-covered .cont-wrap .head-txt,
body.dark .cp-stay-covered .cont-wrap .head-txt h1,
body.dark .cp-stay-covered .cont-wrap .head-txt h2,
body.dark .cp-stay-covered .cont-wrap .head-txt h3,
body.dark .cp-stay-covered .cont-wrap.cont-wrap-white .li-desc h3,
body.dark .cp-benefit-card .card-cont .title,
body.dark .cp-benefit-card .card-cont .title h1,
body.dark .cp-benefit-card .card-cont .title h2,
body.dark .cp-benefit-card .card-cont .title h3,
body.dark .cp-benefit-card .card-cont .cont,
body.dark .cp-benefit-card .card-cont .cont h3,
body.dark .cp-benefit-card .card-cont .cont p
{
  color: #000;
  transition: all 0.3s ease;
}
body.dark .article-block .cont-wrap .cont-title,
body.dark .bs-footer .f-link-list .f-nav-link:hover,
body.dark .bs-footer .socialIcon .socialLink:hover .icon,
body.dark .bs-header .main-head .rHs-link .btn-default,
body.dark .bs-header .main-head .search-wrap .icon.searchTxt-close,
body.dark .bs-header .main-head .search-wrap .searchTxt,
body.dark .bs-header .main-head .search-wrap.searchactive .icon.searchTxt-open,
body.dark .bs-header .main-head .search-wrap.searchactive .searchTxt,
body.dark .bs-sec .sec-head .sec-title.typ-1,
body.dark .bs-sec .sec-head .sec-title.typ-2,
body.dark .bs-sec .sec-head.typ-article .sec-title,
body.dark .bs-sec.typ-moreoffer .sec-head .sec-title,
body.dark
  .bs-sec.typ-partner-faq
  .cp-faq
  .accord-list
  .accord-item
  .accord-link
  .sec-title,
body.dark .bs-sec.typ-partner-faq .sec-head .sec-title,
body.dark .bs-sec.typ-profession-title .sec-head .sec-title,
body.dark .bs-sec.typ-want-title .sec-head .sec-title,
body.dark .bs-swiper.typ-graphicDesign .slick-next .icon,
body.dark .bs-swiper.typ-graphicDesign .slick-prev .icon,
body.dark .cp-article-banner .share-arrow .icons-flex-div a .icon:hover,
body.dark .cp-article-detail .desc,
body.dark .cp-articleList .article-block .cont-wrap .cont-title,
body.dark .cp-articleList .article-block .cont-wrap .sublink .icon,
body.dark .cp-articleList .article-block .cont-wrap .sublink .seperator:after,
body.dark .cp-articleList .article-block .cont-wrap .sublink .sublink-item,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_heading,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-name,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .desc-text
  p,
body.dark .cp-banking-solution .sec-head .title,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .cont-link-list
  .cont-link-item,
body.dark .cp-banking-solution .solution-list .list-item .img-cont .title,
body.dark .cp-deals .act-btn .btn-default:hover,
body.dark .cp-evolve .evolve-List .evolve-info .btn-default:hover,
body.dark .cp-faq .accord-list .accord-item .accord-link a,
body.dark .cp-inspriation .info-profile .profile-desc,
body.dark .cp-inspriation .info-profile .profile-title,
body.dark .cp-level-up-card .set-up-btns .game:hover,
body.dark .cp-making-life .making-life-wrap .making-head,
body.dark .cp-making-life-list .making-list .list-items .icon.icon-check:before,
body.dark .cp-making-life-list .making-list .list-items .list-desc,
body.dark .cp-pagination .paginationList .pagination-item .icon:before,
body.dark .cp-pagination .paginationList .pagination-item .paginationLink,
body.dark .cp-pagination .resultShow,
body.dark .cp-stay-covered .cont-wrap .btn-primary,
body.dark .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1,
body.dark .cp-testimonials-list .review-point,
body.dark
  .cp-testimonials-list
  .select_wrapper
  .select-list
  .select-item
  .select-link
  .selct-link-label,
body.dark .cp-testimonials-list .selectedlistRecord .city-label,
body.dark
  .cp-want-to-join
  .join-list
  .join-item
  .join-wrap
  .cont-wrap
  .join-title,
body.dark .cp_subscribe_form .form_title,
body.dark .cp_subscribe_form .suscribe_para,
body.dark .podcast-wrap #play .icon-play2,
body.dark .podcast-wrap .audio-wrap p,
body.dark .podcast-wrap .flex-main .controls button .icon-backword,
body.dark .podcast-wrap .flex-main .controls button .icon-forward,
body.dark
  .podcast-wrap
  .flex-main
  .share-links
  .icons-flex-div
  a
  .icon-facebook2,
body.dark .podcast-wrap .flex-main .share-links .icons-flex-div a .icon-link,
body.dark
  .podcast-wrap
  .flex-main
  .share-links
  .icons-flex-div
  a
  .icon-twitter2,
body.dark
  .podcast-wrap
  .flex-main
  .share-links
  .icons-flex-div
  a
  .icon-whats-app,
body.dark .podcast-wrap .flex-main .share-links .share-to,
body.dark .podcast-wrap .time, body.dark .cp-banking-solution .sec-head .title,
body.dark .cp-banking-solution .sec-head h2,
body.dark .cp-banking-solution .sec-head h1,
body.dark .cp-banking-solution .sec-head h3,
body.dark .cp-banking-solution .sec-head .cont,
body.dark .cp-banking-solution .sec-head .cont h3,
body.dark .bs-sec.typ-paymentfaq .sec-head .sec-title,
body.dark .bs-sec.typ-paymentfaq .sec-head .sec-title h3,
body.dark .podcast-wrap .flex-main .share-links .icons-flex-div a .icon.icon-Vector::before,
body.dark .cp-article-detail .article-video .video-wrap .share-links .icons-flex-div a .icon.icon-Vector:before,
body.dark .quote-div .pic-wrap .quote-content .author,
body.dark .quote-div .pic-wrap .quote-content .questions,
body.dark .quote-div .pic-wrap .uxdesign,
body.dark .bs-sec.typ-paymentfaq .cont,
body.dark .quote-div .pic-wrap .quote-content .share-links .share-to,
body.dark .quote-div .pic-wrap .quote-content .share-links .icons-flex-div a .icon.icon-Vector::before,
body.dark .cp-article-detail .article-video .video-wrap .share-links .icons-flex-div a .icon.icon-Vector:before,
body.dark .cp-article-detail .desc .text-primary,
body.dark .cp-making-life .making-life-wrap .making-head,
body.dark .cp-making-life .making-life-wrap .making-head h1,
body.dark .cp-making-life .making-life-wrap .making-head h2,
body.dark .cp-making-life .making-life-wrap .making-head h3,
body.dark .cp-making-life .making-life-wrap .making-head p,
body.dark .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title,
body.dark .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title p,
body.dark .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h2,
body.dark .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h3,
body.dark .cp-about24-course h4,
body.dark .bs-sec .sec-head .sec-title.typ-1,
body.dark .bs-sec .sec-head .sec-title.typ-1 h3,
body.dark .bs-sec.typ-partner-faq .container .sec-head .sec-title,
body.dark .bs-sec.typ-partner-faq .container .sec-head .sec-title h3,
body.dark .bs-sec.typ-partner-faq .container .sec-head .sec-title h2,
body.dark .bs-sec.typ-partner-faq .container .sec-head .sec-title h1,
body.dark .bs-sec.typ-moreoffer .sec-head .sec-title,
body.dark .bs-sec.typ-moreoffer .sec-head h1,
body.dark .bs-sec.typ-moreoffer .sec-head h2,
                .bs-sec.typ-moreoffer .sec-head h3{
  color: #fff;
  transition: all 0.3s ease;
}


body.dark  .cp-about24-course h4,
body.dark  .cp-about24-course p{  color: #fff !important;
  transition: all 0.3s ease;}
body.dark .bs-footer,
body.dark .bs-header .main-head,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list,
body.dark .cp-deals .act-btn .btn-default,
body.dark .cp-evolve .evolve-List .evolve-info .btn-default,
body.dark .cp-level-up-card .set-up-btns .game,
body.dark .cp-payment-faq .act-btn .btn-payment,
body.dark .podcast-wrap {
  background: #6c0;
  transition: all 0.3s ease;
}
body.dark .bs-banner.typ-home .banner-cont .btn-default,
body.dark .bs-footer .socialIcon .socialLink:after,
body.dark .bs-header .main-head .rHs-link .btn-default,
body.dark .bs-header .main-head .search-wrap.search-show .search-box,
body.dark .bs-header .main-head .search-wrap.searchactive .searchTxt,
body.dark .bs-sec .sec-head.typ-zoho .btn-primary:hover,
body.dark .bs-swiper.typ-graphicDesign .slick-next,
body.dark .bs-swiper.typ-graphicDesign .slick-prev,
body.dark .btn-outline-with-icon:hover,
body.dark .cp-banking-solution .solution-list .list-item .img-cont,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary:hover,
body.dark .cp-benefit-card .card-cont .btn-primary,
body.dark .cp-deals .deals-list .list-item.swiggy,
body.dark .cp-deals .deals-list .list-item.upwork,
body.dark .cp-deals .deals-list .list-item.xd,
body.dark .cp-deals .deals-list .list-item.zoho,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary:hover,
body.dark .cp-partner .act-btn .btn-outline-with-icon:hover,
body.dark .cp-stay-covered .cont-wrap .btn-primary,
body.dark .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1,
body.dark .cp_subscribe_form,
body.dark .cp_subscribe_form .subinput_area .subscribe_btn,
body.dark .pageWrapper,
body.dark .rangeslider__fill,
body.dark .rangeslider__handle,
body.dark .bs-sec.typ-paymentfaq,
body.dark .cp-banking-solution .solution-list .list-item .img-cont {
  background: #000;
  transition: all 0.3s ease;
}
body.dark .bs-banner.typ-home .banner-cont .btn-default:hover,
body.dark .bs-header .main-head .nav-list .link-list li .nav-link:after,
body.dark .bs-sec .sec-head.typ-zoho .btn-primary,
body.dark .bs-sec.typ-evolve-sec,

body.dark .btn-outline-with-icon,
body.dark .cp-account-feature,
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-code,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary,
body.dark .cp-inspriation .btn-primary,
body.dark
  .cp-inspriation
  .btn-primary
  body.dark
  .cp-benefit-card
  .card-cont
  .btn-primary:hover,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary,
body.dark .cp-partner .act-btn .btn-outline-with-icon,
body.dark .cp-professions-list,
body.dark .rangeslider,
body.dark .scroll_To_Top{
  background: #fff;
  transition: all 0.3s ease;
}

body.dark .scroll_To_Top:after {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}
body.dark .cp-inspriation .btn-primary:hover {
  box-shadow: 0 0.93pt 20px #fff;
  transition: all 0.3s ease;
}
body.dark .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1:hover,
body.dark .cp-stay-covered .cont-wrap .btn-primary:hover {
  box-shadow: 0 0.93pt 20px #000;
  transition: all 0.3s ease;
}
body.dark .bs-sec .sec-head.typ-zoho .btn-primary,
body.dark .btn-outline-with-icon:hover,
body.dark .cp-articleList .article-block,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary:hover,
body.dark .cp-deals .deals-list .list-item,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary:hover,
body.dark .cp-pagination .paginationList .pagination-item .next:hover,
body.dark .cp-pagination .paginationList .pagination-item .prev:hover,
body.dark .cp-partner .act-btn .btn-outline-with-icon:hover,
body.dark .cp_subscribe_form {
  border: 1px solid #6c0;
  transition: all 0.3s ease;
}
body.dark .cp-faq {
  border-color: #000;
}
body.dark .bs-sec .sec-head.typ-zoho .btn-primary:hover,
body.dark .btn-outline-with-icon:hover,
body.dark
  .cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary:hover,
body.dark .cp-deals .act-btn .btn-default:hover,
body.dark .cp-deals .deals-list .list-item.swiggy:hover,
body.dark .cp-deals .deals-list .list-item.upwork:hover,
body.dark .cp-deals .deals-list .list-item.xd:hover,
body.dark .cp-deals .deals-list .list-item.zoho:hover,
body.dark .cp-evolve .evolve-List .evolve-info .btn-default:hover,
body.dark .cp-level-up-card .set-up-btns .game:hover,
body.dark .cp-making-life .making-life-wrap .btn-wrapper .btn-primary:hover,
body.dark .cp-pagination .paginationList .pagination-item .next:hover,
body.dark .cp-pagination .paginationList .pagination-item .prev:hover,
body.dark .cp-partner .act-btn .btn-outline-with-icon:hover,
body.dark .cp-payment-faq .act-btn .btn-payment:hover {
  box-shadow: 0 0.93pt 20px #6c0;
  transition: all 0.3s ease;
}
body.dark .cp-benefit-card .card-cont .btn-primary:hover {
  background: #fff;
  transition: all 0.3s ease;
}
body.dark .cp-faq .accord-list .accord-item .accord-link {
  background: #323232;
  transition: all 0.3s ease;
}
body.dark .bs-footer .f-link-list .f-nav-link:hover {
  text-shadow: 5px 5px 10px #fff;
  transition: all 0.3s ease;
}
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-name {
  border: 1px dashed #fff;
}
body.dark
  .cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .terms-link {
  border-bottom: 1px solid #6c0;
}
body.dark .cp-banner .searchBox input {
  border: 1px solid #000;
}
body.dark .bs-header .main-head .rHs-link .btn-default {
  background-color: #000;
}
body.dark .cp-pagination .paginationList .pagination-item .next,
body.dark .cp-pagination .paginationList .pagination-item .prev {
  border-radius: 1px solid #fff;
}
body.dark .article-block .cont-wrap .sublink .icon,
body.dark .article-block .cont-wrap .sublink .sublink-item {
  color: #a1aeb7;
}
body.dark button.slick-next.slick-arrow.slick-disabled,
body.dark button.slick-prev.slick-arrow.slick-disabled {
  background-color: #a1aeb7;
}
* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a:focus-visible,
button.slick-arrow:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #6c0;
}
body,
html {
  font-family: Montserrat-400;
  font-size: 10px;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
body.noScroll,
html.noScroll {
  overflow: hidden;
  width: 100%;
}
dl,
ol,
ul {
  padding-left: 2rem;
}
li {
  text-align: -webkit-match-parent;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}
a {
  background-color: transparent;
  text-decoration: none;
}
img[data-src] {
  display: block;
  min-height: 1px;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

table {
  border-collapse: separate;
  border-collapse: collapse;
  border-color: grey;
  border-spacing: 0.2rem;
  box-sizing: border-box;
  display: table;
  text-indent: 0;
  width: 100%;
}
thead {
  display: table-header-group;
  vertical-align: middle;
}
thead,
tr {
  border-color: inherit;
}
tr {
  display: table-row;
  vertical-align: inherit;
}
th {
  text-align: inherit;
}

.table{
margin: 1rem 0;

}

.table td{
padding: 1rem;
    }

.responsive-table{
overflow: hidden;
            overflow-x: auto;
}

#loader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
}
#loader .loaderContent {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#loader .loaderContent img {
  max-width: 80%;
  width: auto;
}
#loader span {
  color: #fff;
  font-size: 4.2rem;
}
.sortable-handler {
  -ms-touch-action: none;
  touch-action: none;
}
.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.cm-linebreak {
  display: block;
}
section.typ-overflow {
  overflow: hidden;
}
img {
  width: 100%;
}
.cm-line-break {
  display: block;
}
.cm-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  z-index: 6;
}
.cm-overlay.active {
  display: block;
}
.scroll_To_Top {
  background: #00284d;
  border-radius: 50%;
  border-radius: 0;
  bottom: 30px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  display:block !important;
  height: 40px;
  padding: 5px;
  position: fixed;
  right: 30px;
  transition: all 0.2s linear;
  width: 40px;
  z-index: 10;
}
.scroll_To_Top:after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 9pt;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 50% -18%;
  transform-origin: 50% -18%;
  width: 9pt;
  z-index: 11;
}
.container {
  margin: 0 auto;
  max-width: 106.2rem;
}
.pageWrapper {
  padding-top: 8rem;
}
.cm-desktop {
  display: block;
}
.cm-mobile {
  display: none;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.bs-sec.typ-partner-faq,
.bs-sec.typ-profession-title {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bs-sec.typ-search-btn .search-btn .input-field .icon {
    right: 32%;
    top: 43%;
  }
}
@media only screen and (max-width: 1199px) {
  .bs-sec.typ-testimonials {
    background: url(clientlib-site/resources/images/banner-blue-bg.jpg);
    box-shadow: none;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    padding-top: 2.8rem;
    text-align: left;
  }
  .bs-sec.typ-testimonials:before {
    background: url(clientlib-site/resources/images/banner-top-mob.png);
    height: 81pt;
    top: 0;
    width: 62px;
  }
  .bs-sec.typ-testimonials:after {
    background: url(clientlib-site/resources/images/banner-bottom-mob.png);
    height: 117px;
    width: 94px;
  }
  .bs-sec.typ-testimonials .sec-head {
    margin: 3.6rem 0 0;
    text-align: center;
  }
  .bs-sec.typ-testimonials .sec-head .sec-title,
  .bs-sec.typ-testimonials .sec-head .sec-title h1,
  .bs-sec.typ-testimonials .sec-head .sec-title h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .bs-sec.typ-search-btn .search-btn .input-field .icon {
    right: 36%;
    top: 45%;
  }
  .container {
    padding: 0 1.5rem;
    width: 100%;
  }
  .pageWrapper {
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-sec.typ-level-card .sec-cont {
    left: -6%;
    top: 5%;
  }
  .bs-sec.typ-level-card .sec-cont .head-title,
  .bs-sec.typ-level-card .sec-cont .head-title h2,
  .bs-sec.typ-level-card .sec-cont .head-title h3 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  .btn-default.form-btn {
    width: 100%;
  }
  .bs-sec .sec-head {
    margin-bottom: 1.5rem;
  }
  .bs-sec .sec-head.type-product-page {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
  .bs-sec .sec-head.type-art-head {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .bs-sec .sec-head.typ-sec-head-greatdeals {
    margin-bottom: 3.2rem;
  }
  .bs-sec .sec-head.typ-sec-head-greatdeals .sec-title {
    font-size: 3.2rem;
    line-height: 4.2rem;
    padding-bottom: 2.4rem;
  }
  .bs-sec .sec-head.typ-sec-head-greatdeals .cont,
  .bs-sec .sec-head.typ-sec-head-greatdeals .cont h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .bs-sec.typ-moreoffer .sec-head .sec-title,
  .bs-sec.typ-moreoffer .sec-head h1,
  .bs-sec.typ-moreoffer .sec-head h2,
  .bs-sec.typ-moreoffer .sec-head h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .bs-sec.type-bglanding {
    background: url(clientlib-site/resources/images/bg-footer-mob.png);
    max-height: 326px;
  }
  .bs-sec.type-bglanding:after {
    background: url(clientlib-site/resources/images/bg-footer-man.png);
    height: 231px;
    width: 300px;
    z-index: 0;
  }
  .bs-sec.typ-greatdeals .sec-head .sec-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    padding-bottom: 1rem;
  }
  .bs-sec {
    padding-bottom: 4.8rem;
    padding-top: 4.6rem;
  }
  .bs-sec.typ-level-card .sec-cont {
    left: 0;
    padding: 3.8rem 2.4rem 3rem;
    right: auto;
    top: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(0);
    width: 100%;
  }
  .bs-sec.typ-level-card .sec-cont .head-title,
  .bs-sec.typ-level-card .sec-cont .head-title h1,
  .bs-sec.typ-level-card .sec-cont .head-title h2,
  .bs-sec.typ-level-card .sec-cont .head-title h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 2.4rem;
    width: 30.3rem;
  }
  .bs-sec.typ-benefits {
    padding-top: 0;
  }
  .bs-sec.type-Rocket {
    padding-bottom: 6rem;
  }
  .bs-sec.type-Rocket:before {
    bottom: 81pt;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .bs-sec.type-Rocket:after {
    bottom: -38px;
  }
  .bs-sec.type-Rocket:before {
    background-image: url(clientlib-site/resources/images/rocket.png);
    bottom: auto;
    right: 14px;
    top: 3%;
  }
  .bs-sec.type-Rocket:after {
    background-image: url(clientlib-site/resources/images/cloud.png);
  }
  .bs-sec.type-Rocket {
    overflow-y: initial;
  }
  .bs-sec.typ-product-landing {
    padding-top: 3rem;
  }
  .bs-sec.typ-testimonials:before {
    background: url(clientlib-site/resources/images/banner-top-mob.png);
    height: 81pt;
    top: 14px;
    width: 62px;
  }
  .bs-sec.typ-testimonials .sec-head {
    margin: 0;
  }
  .bs-sec.typ-article,
  .bs-sec.typ-testimonials-1 {
    padding-top: 0;
  }
  .bs-sec.type-stay-covered {
    padding-bottom: 0;
  }
  .inventors-box .ftr-box .ftrlist .ftr-item .ftr-title .counter {
    font-size: 30px;
  }
  .videomodal .modal-body iframe {
    height: 380px !important;
    width: 80% !important;
  }
  .resizer-list {
    display: none;
  }
  .scroll_To_Top {
    bottom: 85px;
    right: 20px;
  }
  .container.typ-p-0 {
    padding: 0;
  }
  .cm-desktop {
    display: none;
  }
  .cm-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .btn-default {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .btn-default.form-btn {
    width: 100%;
  }
  .btn-outline-with-icon:hover .icon:before {
    color: #00284d;
  }
  .btn-outline-with-icon {
    background-color: #fff;
    color: #00284d;
    padding: 0.3rem 0;
  }
  .bs-sec {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .bs-sec.typ-key-feature-benefits .sec-head .sec-title.typ-2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .bs-sec.typ-feature-sec {
    padding-top: 0;
  }
  .bs-sec .sec-head .sec-title.typ-1,
.bs-sec .sec-head .sec-title.typ-1 p,
  .bs-sec .sec-head .sec-title.typ-1 h3 {
    color: #00284d;
    font-size: 3.2rem;

  }
  .bs-sec .sec-head.typ-zoho {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .bs-sec .sec-head.typ-zoho .show-mobile-btn {
    border: 1px solid #fff;
    bottom: 1.5rem;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    width: 90%;
    z-index: 10;
  }
  .bs-sec .sec-head.typ-article .sec-title,
  .bs-sec .sec-head.typ-article .sec-title h1,
  .bs-sec .sec-head.typ-article .sec-title h2,
  .bs-sec .sec-head.typ-article .sec-title h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.8rem;
  }
  .bs-sec .sec-head.typ-article .searchbar-div .searchbar {
    height: 36px;
    width: 328px;
  }
  .bs-sec.typ-partner-faq {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .bs-sec.typ-profession-title .sec-head {
    text-align: left;
  }
  .bs-sec.typ-profession-title .sec-head .sec-title {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: left;
    width: 100%;
  }
  .bs-sec.typ-want-title .sec-head .sec-title {
    font-size: 2.2rem;
    line-height: 3.4rem;
    text-align: left;
  }
  .bs-sec.typ-moreoffer {
    padding-bottom: 3rem;
  }
  .bs-sec.typ-moreoffer.typ-youmaylike .sec-head {
    border-top: 0;
    margin-bottom: 2.4rem;
    margin-top: 1.6rem;
    padding-top: 0;
  }
  .bs-sec.typ-availandterms {
    margin-bottom: 1rem;
    padding: 0;
  }
  .bs-sec.typ-greatdeals {
    padding-bottom: 4.8rem;
    padding-top: 4.6rem;
  }
  .bs-sec.typ-greatdeals .sec-head .cont,
  .bs-sec.typ-greatdeals .sec-head .cont h3 {
    font-size: 1.6rem;
  }
  .bs-sec.typ-paymentfaq {
    padding-bottom: 5rem;
    padding-top: 40px;
  }
  .bs-sec.typ-paymentfaq .sec-head .sec-title,
  .bs-sec.typ-paymentfaq .sec-head .sec-title h3 {
    font-size: 2.9rem;
    line-height: 3.2rem;
  }
  .bs-sec.typ-paymentfaq .cont {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .bs-sec.typ-subscribe-form {
    padding-bottom: 8.2rem;
  }
  .bs-sec.typ-level-card .sec-cont {
    height: 100%;
    padding: 3rem 2.4rem;
  }
  .bs-sec.typ-level-card .sec-cont .head-title,
  .bs-sec.typ-level-card .sec-cont .head-title h2,
  .bs-sec.typ-level-card .sec-cont .head-title h3 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
    width: 26.3rem;
  }
  .bs-sec.typ-partner-faq
    .cp-faq
    .accord-list
    .accord-item
    .accord-cont
    .accord-cont-link,
  .bs-sec.typ-partner-faq
    .cp-faq
    .accord-list
    .accord-item
    .accord-cont
    p.accord-cont-link {
    display: inline;
  }
  .bs-sec.typ-testimonials .sec-cont .slick-dots {
    bottom: -5%;
  }
  .bs-sec.typ-article-listing {
    padding-bottom: 0;
    padding-top: 1.6rem;
  }
  .inventors-box .inventor-head {
    padding-right: 0;
  }
  .inventors-box .inventor-head .inventor-title {
    font-size: 40px;
  }
  .inventors-box .inventor-head .inventor-desc p {
    font-size: 20px;
    padding-top: 30px;
  }
  .inventors-box .inventor-head {
    width: 100%;
  }
  .inventors-box .ftr-box {
    margin-top: 30px;
    width: 100%;
  }
  .bs-video {
    height: 350px;
  }
  .videomodal .modal-body iframe {
    height: 340px !important;
  }
  .cm-line-break {
    display: inline-block;
  }
  .scroll_To_Top {
    height: 20px;
    width: 20px;
  }
  .scroll_To_Top:after {
    height: 10px;
    width: 10px;
  }
  .pageWrapper {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .bs-sec.typ-level-card {
    background-image: url(clientlib-site/resources/images/levelupGiga-mob.jpg);
  }
  .btn-outline-with-icon:hover {
    background-color: #00284d;
    border: 1px solid #00284d;
    color: #00284d;
  }
  .cp-key-feature-benefit .btn-outline-with-icon:hover,
  .cp-key-feature-benefit .btn-outline-with-icon:hover .icon:before {
    color: #fff;
  }
  .btn-outline-with-icon {
    background-color: #fff;
    color: #00284d;
    min-width: 10.6rem;
    padding: 0.3rem 1.5rem;
  }
  .bs-sec .sec-head.typ-article,
  .bs-sec .sec-head.typ-article h1,
  .bs-sec .sec-head.typ-article h2,
  .bs-sec .sec-head.typ-article h3 {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bs-sec .sec-head.typ-article .searchbar-div {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-sec .sec-head.typ-sec-head-greatdeals .sec-title {
    margin: auto;
    max-width: 26rem;
  }
  .bs-sec.typ-product-landing {
    padding-top: 4.5rem;
  }
  .bs-sec.typ-partner-faq .container {
    padding: 0;
  }
  .bs-sec.typ-partner-faq .container .sec-head {
    margin-bottom: 2.4rem;
    padding: 0 1.5rem;
  }
  .bs-sec.typ-partner-faq .container .sec-head .sec-title,
  .bs-sec.typ-partner-faq .container .sec-head .sec-title h1,
  .bs-sec.typ-partner-faq .container .sec-head .sec-title h2,
  .bs-sec.typ-partner-faq .container .sec-head .sec-title h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .bs-sec.typ-partner-faq
    .container
    .sec-cont
    .cp-faq
    .accord-list
    .accord-item {
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .bs-sec.typ-partner-faq
    .cp-faq
    .accord-list
    .accord-item
    .accord-link
    .sec-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .bs-sec.typ-testimonials {
    background: url(clientlib-site/resources/images/blue-texture-mobile.png);
    margin-bottom: 4.6rem;
    padding-bottom: 4.6rem;
  }
  .bs-sec.typ-testimonials .sec-cont .slick-dots {
    bottom: -5%;
  }
  .bs-sec.typ-search-btn .search-btn .input-field .icon {
    right: 17%;
    top: 34%;
  }
  .inventors-box .inventor-head .inventor-title {
    font-size: 30px;
  }
  .inventors-box .ftr-box .ftrlist .ftr-item {
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
  }
  .inventors-box .ftr-box .ftrlist .ftr-item .ftr-title:after {
    margin-top: 10px;
  }
  .inventors-box .ftr-box .ftrlist .ftr-item:first-child {
    padding-top: 20px;
  }
  .inventors-box .ftr-box .ftrlist .ftr-item:last-child {
    padding-bottom: 30px;
  }
  .bs-video {
    height: 230px;
  }
  .videomodal .close {
    right: 10px;
  }
  .videomodal .modal-body {
    margin-top: 5pc;
  }
  .videomodal .modal-body iframe {
    height: 270px !important;
    width: 90% !important;
  }
  .bs-sec.typ-greatdeals {
    background: url(clientlib-site/resources/images/deals-bg-mob.png);
  }
}
@media only screen and (max-width: 480px) {
  .bs-sec.typ-partner-faq {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .bs-sec .sec-head.typ-article .searchbar-div .searchbar {
    width: 100%;
  }
}
.top-space40 {
  margin-top: 40px;
}
.bottom-space40 {
  margin-bottom: 40px;
}
.table-responsive {
  overflow: hidden;
  overflow-x: auto;
  max-height: 300px;
  overflow-y: auto;
}
.table-responsive tbody tr td {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  padding: 1rem;
  text-align: center;
  min-width: 150px;
  vertical-align: middle;
}
.text-center,
.btn-center {
  text-align: center !important;
}
.text-left,
.btn-left {
  text-align: left !important;
}
.text-right,
.btn-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.resizer-list {
  padding: 0 2.2rem;
}
.resizer-list .resizer-nav-list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.resizer-list .resizer-nav-list .resizer-nav-item {
  margin-right: 0.7rem;
}
.resizer-list .resizer-nav-list .resizer-nav-item:last-child {
  margin-left: 1.3rem;
  margin-right: 0;
}
.resizer-list .resizer-nav-list .resizer-nav-item .icon {
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.8rem;
}
.resizer-list .resizer-nav-list .resizer-nav-item .normal-screen {
  display: none;
}
.bs-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.aem-AuthorLayer-Edit .bs-header,
.header.cq-Editable-dom .bs-header {
  left: 0;
  position: static;
}
.bs-header .main-head {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  background: #00284d;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-between;
  padding: 0.8rem 7.3rem;
  transition: background 0.5s ease;
  width: 100%;
}
.bs-header .main-head .logo-wrap .logo-img {
  max-width: 100%;
}
.bs-header .main-head .container {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bs-header .main-head .humburg-menu {
  display: none;
}
.bs-header .main-head .humburg-menu .menu {
  background-color: #fff;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 34px;
  transition-duration: 0.5s;
  width: 23px;
}
.bs-header .main-head .humburg-menu .menu:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: -8px;
  transition-duration: 0.5s;
  width: 23px;
}
.bs-header .main-head .humburg-menu .menu:after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 8px;
  transition-duration: 0.5s;
  width: 23px;
}
.bs-header .main-head .humburg-menu.open .menu {
  background: 0 0;
  top: 38px;
  transition-duration: 0.5s;
}
.bs-header .main-head .humburg-menu.open .menu:before {
  top: -27px;
  transform: rotate(45deg) scaleX(1.25) translate(13px, 13px);
}
.bs-header .main-head .humburg-menu.open .menu:after {
  top: 9pt;
  transform: rotate(-45deg) scaleX(1.25) translate(9pt, -9pt);
}
.bs-header .main-head .nav-list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  transition: height 0.4s ease;
}
.bs-header .main-head .nav-list .link-list {
  -ms-flex-pack: start;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
}
.bs-header .main-head .nav-list .link-list li {
  box-sizing: border-box;
  margin: 2rem;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.bs-header .main-head .nav-list .link-list li .nav-link {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding-bottom: 2rem;
  transition: 0.4s ease;
}
.bs-header .main-head .nav-list .link-list li .nav-link:focus {
  color: #0df;
}
.bs-header .main-head .nav-list .link-list li .nav-link:after {
  background: #0df;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease;
  width: 0;
}
.bs-header .main-head .nav-list .link-list li:hover .nav-link:after {
  width: 100%;
}
.bs-header .main-head .nav-list .link-list li.active .nav-link {
  font-family: Montserrat-700;
}
.bs-header .main-head .nav-list .link-list li.active .nav-link:after {
  width: 100%;
}
.bs-header .main-head .nav-list.active {
  right: 0;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bs-header .main-head .rHs-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.bs-header .main-head .rHs-link .btn-default {
  background: #0df;
  color: #00284d;
  font-size: 1.6rem;
  min-width: 14rem;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}
.bs-header .main-head .rHs-link .btn-default:hover {
  background: #fff;
}
.bs-header .main-head .search-wrap {
  padding: 0 3.4rem 0 5rem;
  position: relative;
}
.bs-header .main-head .search-wrap .search-box {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(180deg, #e9f1ff, #d7deea);
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 1rem;
  position: absolute;
  right: 3rem;
  top: -0.6rem;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 0;
  z-index: -1;
}
.bs-header .main-head .search-wrap .search-box .searchTxt-search .icon {
  color: #00284d;
}
.bs-header .main-head .search-wrap .search-box .searchTxt {
  -ms-flex-positive: 1;
  background: 0 0;
  border: 0;
  flex-grow: 1;
  margin: 0 auto;
  padding: 1.25rem 3rem;
}
.bs-header .main-head .search-wrap .search-box .searchTxt:focus-visible {
  outline: 0 auto -webkit-focus-ring-color;
}
.bs-header .main-head .search-wrap .search-box .searchTxt-close {
  position: absolute;
  right: 0.7rem;
}
.bs-header .main-head .search-wrap .search-box .searchTxt-close .icon {
  color: #00284d;
  display: block !important;
  font-size: 2.4rem;
}
.bs-header .main-head .search-wrap .icon {
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
}
.bs-header .main-head .search-wrap.search-show .search-box {
  visibility: visible;
  width: 63.7rem;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .bs-header .main-head .search-wrap {
    padding: 0 0 0 1rem;
  }
  .bs-header .main-head .search-wrap .search-box {
    right: 0;
  }
  .bs-header .main-head .search-wrap.search-show .search-box {
    width: 55rem;
  }
}
@media only screen and (max-width: 1080px) {
  .bs-header .main-head .nav-list .link-list li {
    margin: 2rem 1.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .resizer-list {
    display: none;
  }
  .bs-header .main-head {
    padding: 1rem 2rem;
  }
  .bs-header .main-head .container {
    max-width: 100%;
  }
  .bs-header .main-head .humburg-menu {
    display: block;
  }
  .bs-header .main-head .nav-list {
    background: #00284d;
    display: block;
    height: 100%;
    max-width: 216px;
    position: fixed;
    right: -100%;
    top: 76px;
    top: 62px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.5s ease;
    width: 100%;
  }
  .bs-header .main-head .nav-list .link-list {
    display: block;
    margin-top: 0;
  }
  .bs-header .main-head .nav-list .link-list li {
    margin: 0;
  }
  .bs-header .main-head .nav-list .link-list li .nav-link {
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 15px;
    position: relative;
    top: 0;
    z-index: 9;
  }
  .bs-header .main-head .nav-list .link-list li .nav-link:after {
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .bs-header .main-head .nav-list .link-list li {
    padding-left: 0;
    padding-right: 0;
  }
  .bs-header .main-head .nav-list .link-list li.active .nav-link,
  .bs-header .main-head .nav-list .link-list li:hover .nav-link {
    color: #00284d;
    font-family: Montserrat-500;
  }
  .bs-header .main-head .rHs-link .btn-default {
    background: #fff;
    left: 15px;
    position: relative;
    top: 24px;
  }
  .bs-header .main-head .search-wrap {
    margin-right: 2.5rem;
    margin-top: -1rem;
    padding: 0 2.3rem 0 0;
  }
  .bs-header .main-head .search-wrap .search-box {
    right: 2rem;
  }
  .bs-header .main-head .search-wrap.search-show .search-box {
    width: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .bs-header .main-head {
    padding: 0.5rem 2rem;
  }
  .bs-header .main-head .humburg-menu .menu {
    top: 30px;
  }
  .bs-header .main-head .search-wrap .search-box {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: -7rem;
    width: 95%;
    z-index: -10;
  }
  .bs-header .main-head .search-wrap .search-box .searchTxt {
    padding: 1.75rem 1rem;
  }
  .bs-header .main-head .search-wrap.search-show .search-box {
    top: 7rem;
    width: 95%;
    z-index: 1;
  }
}
.bs-banner.typ-prt-details .courses-sec {
  padding-top: 2.6rem;
}
.bs-banner.typ-prt-details .course-logo {
  margin-bottom: 1.8rem;
}
.bs-banner.typ-prt-details .course-sub-head {
  line-height: 3.2rem;
}
.bs-banner.typ-prt-details .content-d {
  display: none;
  margin-left: 25px;
  width: 100% !important;
}
.bs-banner.typ-prt-details .content-d h1 {
  line-height: 5rem;
  margin: 20px auto;
}
.bs-banner.typ-prt-details .content-d .arrow:after,
.bs-banner.typ-prt-details .content-d .arrow:before {
  border-width: 25px 0 25px 25px;
}
.bs-banner.typ-prt-details .content-d .arrow:before {
  left: -25px;
}
.bs-banner.typ-prt-details .content-d .arrow:after {
  right: -25px;
}
@media only screen and (max-width: 1366px) {
  .bs-banner.typ-home .banner-cont {
    width: 46rem;
  }
  .bs-banner.typ-prt-details .course-head h1,
  .bs-banner.typ-prt-details .course-head h2,
  .bs-banner.typ-prt-details .course-head h3 {
    line-height: 2.3rem;
    margin: 1.5rem 0;
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .bs-banner.typ-home {
    background-image: url(clientlib-site/resources/images/homepage-banner-mob.png);
    position: relative;
  }

  .bs-banner.typ-prt-details .ban-content,
  .bs-banner.typ-prt-details .ban-content h1,
  .bs-banner.typ-prt-details .ban-content h2 {
    margin-top: 1rem;
  }
  .bs-banner.typ-prt-details .course-sub-head {
    font-family: Montserrat-600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-top: 0.5rem;
  }
  .bs-banner.typ-prt-details .course-head h1,
  .bs-banner.typ-prt-details .course-head h2,
  .bs-banner.typ-prt-details .course-head h3 {
    display: block;
  }
  .bs-banner.typ-prt-details .coupon-code-box .coupen-name {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0.6rem 0.7rem;
    width: 44%;
  }
  .bs-banner.typ-prt-details .coupon-code-box .coupen-code {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0.6rem 0.7rem;
    width: 56%;
  }
  .bs-banner.typ-prt-details .content-d {
    display: block;
  }
}
.cp-benefit-card {
  background-image: url(clientlib-site/resources/images/bg-goal.png);
  border-radius: 4rem;
  filter: drop-shadow(0 10px 24px rgba(37, 60, 109, 0.12));
  max-height: 65rem;
  overflow: hidden;
  padding-bottom: 45rem;
  position: relative;
  z-index: 1;
}
.cp-benefit-card .card-img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.cp-benefit-card .card-cont {
  padding: 5.4rem 3.5rem 4.4rem 5.4rem;
  position: relative;
  z-index: 1;
}
.cp-benefit-card .card-cont .title,
.cp-benefit-card .card-cont .title h1,
.cp-benefit-card .card-cont .title h2,
.cp-benefit-card .card-cont .title h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 5.4rem;
  line-height: 4.8rem;
  max-width: 40rem;
  padding-bottom: 2.4rem;
  text-transform: uppercase;
}
.cp-benefit-card .card-cont .cont,
.cp-benefit-card .card-cont .cont h3,
.cp-benefit-card .card-cont .cont p {
  color: rgba(0, 40, 77, 0.7);
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 36rem;
  padding-bottom: 2.4rem;
}
.cp-benefit-card .card-cont .btn-primary {
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: 24.8rem;
  padding: 1.1rem;
}
.cp-benefit-card.typ-business .card-img {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .cp-benefit-card {
    border-radius: 0;
    filter: none;
    max-height: inherit;
    overflow: visible;
    padding-bottom: 0;
  }
  .cp-benefit-card .card-img {
    position: relative;
  }
  .cp-benefit-card .card-cont {
    padding: 4.5rem 4.5rem 0 2.4rem;
  }
  .cp-benefit-card .card-cont .title,
  .cp-benefit-card .card-cont .title h1,
  .cp-benefit-card .card-cont .title h2,
  .cp-benefit-card .card-cont .title h3 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: 25.5rem;
    padding-bottom: 2.4rem;
  }
  .cp-benefit-card .card-cont .cont {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding-bottom: 2.4rem;
  }
  .cp-benefit-card .card-cont .btn-primary {
    min-width: 26rem;
    padding: 0.9rem;
  }
  .cp-benefit-card.typ-business .card-img {
    width: 100%;
  }
}
.cp-benefits .benefits-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-benefits .benefits-list .list-item {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  .cp-benefits .benefits-list .card {
    width: 48%;
  }
}
@media only screen and (max-width: 992px) {
  .cp-benefits .benefits-list .list-item {
    width: 100%;
  }
  .cp-benefits .benefits-list .list-item.typ-2 {
    position: relative;
  }
  .cp-benefits .benefits-list .card {
    width: 100%;
  }
}
.cp-deals .deals-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-deals .deals-list .list-item {
  background: url(clientlib-site/resources/images/partner-pattern.png) no-repeat bottom;
  background-size: cover;
  border-radius: 1pc;
  margin: 0 0 4.9rem;
  text-align: center;
  width: 24rem;
}
.cp-deals .deals-list .list-item .imgWrap {
  display: block;
  margin-bottom: 2.6rem;
  margin-top: 3rem;
}
.cp-deals .deals-list .list-item .imgWrap .logo {
  max-width: 13.9rem;
}
.cp-deals .deals-list .list-item .cont {
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 0 1.8rem;
}
.cp-deals .deals-list .list-item.upwork,
.cp-deals .deals-list .list-item.zoho {
  background-image: url(clientlib-site/resources/images/deal-cont-bg.png);
}
.cp-deals .deals-list .list-item.xd {
  background-image: url(clientlib-site/resources/images/deal-cont-bg-1.png);
}

.cp-deals .deals-list .list-item.xd .imgwrap {
  margin-top: 2rem;
}
.cp-deals .deals-list .list-item.swiggy {
  background-image: url(clientlib-site/resources/images/deal-cont-bg.png);
}
.cp-deals .deals-list .list-item.swiggy .cont {
  margin-bottom: 4rem;
}
.cp-deals .deals-list .list-item .list-item-link {
  -ms-flex-line-pack: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  border-radius: 1pc;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem 0;
  transition: all 0.5s ease-in-out;
}
.cp-deals .deals-list .list-item:hover .list-item-link {
  box-shadow: 1px 0 25px rgba(0, 0, 0, 0.4);
}
.cp-deals .act-btn {
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cp-deals .deals-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 65rem;
  }
  .cp-deals .deals-list .list-item {
    margin-bottom: 1.6rem;
    margin-right: 1.6rem;
  }
  .cp-deals .act-btn {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-deals .deals-list .list-item {
    margin-bottom: 1.6rem;
    margin-right: 1.6rem;
  }
  .cp-deals .deals-list .list-item:nth-child(2n) {
    margin-bottom: -0.8rem;
    margin-right: 0;
    margin-top: 2.4rem;
  }
  .cp-deals .deals-list .list-item .cont {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: 2.4rem;
    margin-top: 0;
  }
  .cp-deals .act-btn {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-deals .deals-list .list-item .imgWrap .logo {
    max-width: 9.4rem;
  }
  .cp-deals .deals-list .list-item .imgWrap {
    margin-top: 0;
  }
  .cp-deals .deals-list .list-item.upwork,
  .cp-deals .deals-list .list-item.zoho {
    background-image: url(clientlib-site/resources/images/deal-cont-mob-bg.png);
    background-size: cover;
  }
  .cp-deals .deals-list .list-item.xd {
    background-image: url(clientlib-site/resources/images/deal-cont-mob-bg-1.png);
    background-size: cover;
  }
  .cp-deals .deals-list .list-item.xd .imgwrap {
    margin-top: 0;
  }
  .cp-deals .deals-list .list-item.swiggy {
    background-image: url(clientlib-site/resources/images/deal-cont-mob-bg.png);
    background-size: cover;
  }
  .cp-deals .deals-list .list-item.swiggy .cont {
    margin-bottom: 0;
  }
  .cp-deals .deals-list .list-item .list-item-link {
    padding: 3.2rem 0 2.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-deals .deals-list {
    max-width: 45rem;
  }
  .cp-deals .deals-list .list-item {
    border-radius: 1pc;
    width: 15.5rem;
  }
  .cp-deals .act-btn .btn-default {
    min-width: 28rem;
    padding: 0.9rem;
  }
}
@media only screen and (max-width: 320px) {
  .cp-deals .deals-list .list-item {
    width: 13.4rem;
  }
}
.cp-evolve {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-evolve .evolve-List {
  width: 47%;
}
.cp-evolve .evolve-List.typ-half {
  width: 50%;
}
.cp-evolve .evolve-List.typ-half .learn .icon:before {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.cp-evolve .evolve-List .evolve-info {
  margin-top: 5.2rem;
}
.cp-evolve .evolve-List .evolve-info .inline-logo-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
}
.cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .inline-img {
  height: 31px;
  width: 131px;
}
.cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title,
.cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h2,
.cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4rem;
  font-weight: 700;
  line-height: 3.8rem;
  padding-right: 8px;
  text-transform: uppercase;
}
.cp-evolve .evolve-List .evolve-info .desc,
.cp-evolve .evolve-List .evolve-info .desc h3,
.cp-evolve .evolve-List .evolve-info .desc p {
  color: #676767;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: left;
  width: 40.3rem;
}
.cp-evolve .evolve-List .evolve-info .btn-default {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 2.8rem;
  width: 22.1rem;
}
@media only screen and (max-width: 992px) {
  .cp-evolve .evolve-List {
    margin-right: 0;
    width: 100%;
  }
  .cp-evolve .evolve-List.typ-half {
    width: 100%;
  }
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h2,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h3 {
    font-size: 3.4rem;
    line-height: 3.9rem;
  }
  .cp-evolve .evolve-List .evolve-info .desc {
    margin-bottom: 3.7rem;
    width: 100%;
  }
  .cp-evolve .evolve-List .evolve-info .btn-default {
    display: block;
    margin: 0 auto 4.2rem;
    width: 23.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-evolve .evolve-List .evolve-info {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .inline-img {
    height: 26px;
    width: 109px;
  }
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h2,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h3 {
    font-size: 3.2rem;
    line-height: 3.9rem;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 320px) {
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .inline-img {
    height: 23px;
    width: 75pt;
  }
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h2,
  .cp-evolve .evolve-List .evolve-info .inline-logo-wrapper .head-title h3 {
    font-size: 2.5rem;
    line-height: 3.9rem;
  }
}
.cp-graphic-design {
  position: relative;
}
.cp-graphic-design .img-wrap {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cp-graphic-design .img-wrap img {
  border-radius: 1.6rem;
  height: 100%;
}
.cp-graphic-design .img-wrap:before {
  background: linear-gradient(1turn, rgba(14, 1, 1, 0.5), transparent 30.26%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.cp-graphic-design .cont-wrap {
  left: 2pc;
  position: absolute;
  text-align: left;
  top: 60%;
  z-index: 10;
}
.cp-graphic-design .cont-wrap .sub-head,
.cp-graphic-design .cont-wrap .sub-head h3,
.cp-graphic-design .cont-wrap .sub-head h2 {
  color: #fff;
  font-family: Montserrat-700;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.9rem;
  margin-bottom: 0.6rem;
}
.cp-graphic-design .cont-wrap .card-desc {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}
.cp-graphic-design .cont-wrap .learn.link {
  color: #fff;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .cp-graphic-design .cont-wrap {
    -ms-flex-pack: end;
    bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    left: 24px;
    top: 0;
  }
  .cp-graphic-design .cont-wrap .sub-head {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .cp-graphic-design .cont-wrap .card-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 0.9rem;
  }
  .cp-graphic-design .cont-wrap .learn.link {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-graphic-design .img-wrap:before {
    border-radius: 30px;
    height: 99%;
  }
  .cp-graphic-design .cont-wrap .card-desc {
    max-width: 27.5rem;
  }
}
.cp-inspriation {
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10.5rem;
}
.cp-inspriation,
.cp-inspriation .img-wrap-con {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cp-inspriation .img-wrap-con {
  width: 441px;
}
.cp-inspriation .info-profile {
  position: relative;
  width: 403px;
}
.cp-inspriation .info-profile .profile-title {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 5.4rem;
  line-height: 5rem;
  margin-bottom: 4.4rem;
  text-transform: uppercase;
}
.cp-inspriation .info-profile .profile-title span {
  display: block;
}
.cp-inspriation .info-profile .profile-desc {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 4.4rem;
  width: 465px;
}
.cp-inspriation .btn-primary {
  width: 24rem;
}
@media only screen and (max-width: 1199px) {
  .cp-inspriation .info-profile .profile-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .cp-inspriation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    position: relative;
  }
  .cp-inspriation .img-wrap-con {
    -ms-flex-order: 2;
    margin-bottom: 4.4rem;
    order: 2;
    width: 100%;
  }
  .cp-inspriation .img-wrap-con .list-profiel {
    width: 47%;
  }
  .cp-inspriation .img-wrap-con .list-item {
    margin-bottom: 2.4rem;
  }
  .cp-inspriation .info-profile {
    -ms-flex-order: 1;
    order: 1;
    position: static;
    width: 70%;
  }
  .cp-inspriation .info-profile .profile-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .cp-inspriation .info-profile .profile-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .cp-inspriation .btn-default {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    max-width: 29rem;
    position: absolute;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cp-inspriation .img-wrap-con {
    margin-bottom: 4.4rem;
  }
  .cp-inspriation .info-profile {
    -ms-flex-order: 1;
    margin: 0 auto;
    order: 1;
    position: static;
    text-align: center;
    width: 311px;
  }
  .cp-inspriation .info-profile .profile-title {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  .cp-inspriation .info-profile .profile-desc {
    text-align: center;
  }
  .cp-inspriation .btn-primary {
    padding: 1.1rem 1.4rem;
    width: 29rem;
  }
  .cp-inspriation .btn-primary,
  .cp-stay-covered .cont-wrap .btn-primary {
    font-size: 1.8rem;
  }
}
.cp-level-up-card .level-card-list {
  padding: 4.8rem 0 4.8rem 2.5rem;
}
.cp-level-up-card .level-card-list .card-items {
  color: rgba(0, 40, 77, 0.7);
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  list-style-type: disc;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cp-level-up-card .level-card-list .card-items::marker {
  color: #00284d;
}
.cp-level-up-card .level-card-list .card-items:last-of-type {
  margin-bottom: 0;
}
.cp-level-up-card .set-up-btns .game {
  min-width: 29.1rem;
  padding: 1.4rem;
}
.cp-level-up-card .set-up-btns .game:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .cp-level-up-card .level-card-list .card-items {
    margin: 2rem 0 2rem 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-level-up-card .level-card-list .card-items {
    margin: 1.4rem 0 1.4rem 1rem;
  }
  .cp-level-up-card .level-card-list {
    padding-left: 1rem;
  }
  .cp-level-up-card .set-up-btns .game {
    min-width: 23.4rem;
    padding: 0.9rem;
  }
  .cp-level-up-card .set-up-btns {
    bottom: -3rem;
    left: 19%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .cp-level-up-card .level-card-list {
    padding-top: 0;
  }
  .cp-level-up-card .level-card-list .card-items {
    font-family: Montserrat-600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin: 1.3rem 0 1.3rem 1rem;
  }
  .cp-level-up-card .set-up-btns .game {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .cp-level-up-card .set-up-btns {
    bottom: 4.5rem;
    left: 50%;
  }
}
.cp-payment-faq .act-btn {
  text-align: center;
}
.cp-payment-faq .act-btn .btn-payment {
  min-width: 28.7rem;
  padding: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .cp-payment-faq .act-btn .btn-payment {
    padding: 0.7rem;
  }
}
.cp-profile-card {
  margin: 0 2.4rem 2.4rem 0;
  overflow: hidden;
  position: relative;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.cp-profile-card:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cp-profile-card.type-mg-top {
  margin-top: 3rem;
}
.cp-profile-card img {
  border-radius: 20px;
}
.cp-profile-card:before {
  border-radius: 0 0 20px 20px;
  bottom: 0;
  content: "";
  height: 30%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cp-profile-card .profile-info {
  bottom: 1.8rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.cp-profile-card .profile-info .info-title {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
}
.cp-profile-card .profile-info .info-desc {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .cp-profile-card.type-mg-top {
    margin-top: 0;
  }
  .cp-profile-card {
    margin: 0;
  }
  .cp-profile-card .btn-default {
    bottom: 0;
    position: absolute;
  }
  .cp-profile-card .profile-info .info-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cp-profile-card .profile-info .info-desc {
    font-size: 1.6rem;
  }
}
.cp-stay-covered {
  border-radius: 2pc;
  margin-bottom: 8rem;
  margin-top: 8rem;
  overflow: hidden;
  position: relative;
}
.cp-stay-covered.cp-make-money-mng {
  background-image: url(clientlib-site/resources/images/mak-money-mng-BG.jpg);
  box-shadow: 0 4px 24px rgba(0, 40, 77, 0.08);
  height: 574px;
}
.cp-stay-covered.cp-make-money-mng .img-wrap {
  bottom: -4px;
  position: absolute;
  width: auto;
  z-index: 0;
}
.cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white {
  left: auto;
  padding: 55px 0 0 4pc;
  position: absolute;
  right: 4rem;
  top: 0;
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 43%;
  z-index: 1;
}
.cp-stay-covered.cp-make-money-mng
  .cont-wrap.cont-wrap-white
  .head-txt.type-txt-cent
  .mob-br {
  display: inline-block;
}
.cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white .sub-title {
  color: rgba(0, 40, 77, 0.9);
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 3.3rem 0;
}
.cp-stay-covered.cp-stay-covered-white {
  background-image: url(clientlib-site/resources/images/trackel-bus-BG.jpg);
  box-shadow: 0 4px 24px rgba(0, 40, 77, 0.08);
  height: 574px;
}
.cp-stay-covered.cp-stay-covered-white .img-wrap {
  position: absolute;
  right: 0;
  width: 950px;
}
.cp-stay-covered.cp-stay-covered-skyblue {
  border-radius: 2pc;
  margin-top: 0;
}
.cp-stay-covered.cp-stay-covered-skyblue:after {
  background: inear-gradient(
    94.22deg,
    #e8f4fd 33.5%,
    rgba(227, 234, 250, 0.06) 62.51%
  );
  content: "";
  height: 99%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cp-stay-covered .cont-wrap {
  left: 5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47%;
}
.cp-stay-covered .cont-wrap.cont-wrap-white {
  left: 0;
  padding: 69px 4pc 4pc;
  top: 0;
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 75%;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .benfits-list {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-top: 4.5rem;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .icon-desc {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  justify-content: start;
  margin-bottom: 20px;
  width: 50%;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .icon-desc img {
  color: #00284d;
  padding-right: 24px;
  width: 60px;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .icon-img {
  height: auto;
  padding-right: 25px;
  position: relative;
  width: auto;
  z-index: 99;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .circle-img {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 221, 255, 0.5),
    rgba(0, 79, 153, 0.5),
    rgba(0, 114, 178, 0.5),
    rgba(0, 221, 255, 0.5)
  );
  border-radius: 50%;
  box-shadow: -4px 8px 15px -8px #666;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  justify-content: center;
  margin-right: 13px;
  position: relative;
  width: 90px;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .circle-img:after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 7px 8px 3px hsla(0, 0%, 86%, 0.2);
  content: "";
  height: 88px;

  position: absolute;
  top: -1px;
  width: 88px;
  z-index: 1;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .li-desc,
.cp-stay-covered .cont-wrap.cont-wrap-white .li-desc p {
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 64%;
}
.cp-stay-covered .cont-wrap.cont-wrap-white .li-desc h3 {
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  line-height: 2rem;
}

.cp-stay-covered .cont-wrap.cont-wrap-skyblue {
  left: 4pc;
  top: 50%;
  width: 55%;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .benfits-list {
  margin-bottom: 4.8rem;
  margin-top: 5.9rem;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-img {
  height: 3pc;
  margin-bottom: 2.2rem;
  object-fit: contain;
  position: relative;
  width: 3pc;
  z-index: 1;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .circle-img {
  background: #fff;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 221, 255, 0.5),
    rgba(0, 79, 153, 0.5),
    rgba(0, 114, 178, 0.5),
    rgba(0, 221, 255, 0.5)
  );
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(207, 231, 236, 0.15),
    inset 7px 8px 3px hsla(0, 0%, 86%, 0.2);
  height: 78px;
  margin: 0 auto 0.5rem;
  padding: 10px;
  position: relative;
  width: 78px;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .circle-img:after {
  background-color: hsla(0, 0%, 100%, 0.83);
  border-radius: 50%;
  box-shadow: inset 5px 10px 5px #f8f8f8;
  content: "";
  height: 75px;
  left: 2%;
  position: absolute;
  top: 2%;
  width: 75px;
  z-index: 0;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .li-desc {
  color: #415276;
  font-family: Montserrat-600;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-desc {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 4.2rem;
  max-width: 75pt;
  text-align: center;
}
.cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-desc img {
  color: #00284d;
  margin-bottom: 2.3rem;
  padding-right: 0;
  width: 40px;
}
.cp-stay-covered .cont-wrap .head-txt,
.cp-stay-covered .cont-wrap .head-txt h1,
.cp-stay-covered .cont-wrap .head-txt h2,
.cp-stay-covered .cont-wrap .head-txt h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}

.cp-stay-covered .cont-wrap .overlay-txt {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 5.9rem 0;
}
.cp-stay-covered .cont-wrap .btn-primary {
  border-radius: 5rem;
  font-family: Montserrat-500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  padding: 1.4rem;
  text-align: center;
  width: 30rem;
}
.cp-stay-covered .cont-wrap .btn-primary:hover {
  background-color: transparent;
}
.cp-stay-covered .cont-wrap .btn-primary.btn-primary-1 {
  background-color: #a7d3fc;
  border: 1px solid #a7d3fc;
  color: #00284d;
  display: block;
  font-family: Montserrat-600;
  margin-top: 4rem;
  transition: all 0.3s ease-in-out;
  width: 25.8rem;
}
.cp-stay-covered .cont-wrap .btn-primary.btn-primary-1:hover {
  background-color: transparent;
}
.cp-stay-covered .img-wrap {
  max-height: 59.4rem;
}
.cp-stay-covered.health-insurance {
  -ms-flex-align: center;
  align-items: center;
  background: url(clientlib-site/resources/images/stay-cover-bg.jpg) no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 59.4rem;
}
.cp-stay-covered.health-insurance .img-wrap {
  width: 60%;
}
.cp-stay-covered.health-insurance .img-wrap img {
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
  width: auto;
}
.cp-stay-covered.health-insurance .cont-wrap {
  left: auto;
  max-width: 39.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
}
.cp-stay-covered.health-insurance .head-txt,
.cp-stay-covered.health-insurance .head-txt h1,
.cp-stay-covered.health-insurance .head-txt h2 {
  line-height: 5.2rem;
}
.cp-stay-covered.health-insurance .head-txt span {
  display: block;
}
.cp-stay-covered.health-insurance .overlay-txt {
  margin: 3.7rem 0;
}
@media only screen and (max-width: 1199px) {
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue {
    width: 45%;
  }
  .cp-stay-covered .cont-wrap .head-txt,
  .cp-stay-covered .cont-wrap .head-txt h1,
  .cp-stay-covered .cont-wrap .head-txt h2,
  .cp-stay-covered .cont-wrap .head-txt h3 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-stay-covered {
    margin-bottom: 3.9rem;
    margin-top: 3.9rem;
  }
  .cp-stay-covered.cp-stay-covered-white {
    background-image: url(clientlib-site/resources/images/trackel-bus-BG-mob.jpg);
    border-radius: 2pc;
    box-shadow: inherit;
    height: 750pt;
    margin-bottom: 0;
    margin-top: 2.9rem;
    overflow: inherit;
  }
  .cp-stay-covered.cp-stay-covered-white .img-wrap {
    bottom: 0;
    width: 100%;
  }
  .cp-stay-covered.cp-stay-covered-skyblue {
    height: auto;
    margin-bottom: 0;
    /* margin-top: 4.5rem; */
    overflow: inherit;
  }
  .cp-stay-covered .cont-wrap {
    left: 0;
    padding: 6.4rem 2.4rem 0;
    position: absolute;
    text-align: left;
    top: 4%;
  }
  .cp-stay-covered .cont-wrap,
  .cp-stay-covered .cont-wrap.cont-wrap-white {
    height: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white {
    left: auto;
    padding: 2.6rem;
    position: relative;
    top: 0;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .li-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1rem 0;
    text-align: start;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue {
    left: 0;
    top: 0;
    width: auto;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .benfits-list {
    margin-bottom: 5.4rem;
    margin-top: 4.3rem;
  }
  .cp-stay-covered .cont-wrap .head-txt,
  .cp-stay-covered .cont-wrap .head-txt h1,
  .cp-stay-covered .cont-wrap .head-txt h2,
  .cp-stay-covered .cont-wrap .head-txt h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 29.1rem;
  }
  .cp-stay-covered .cont-wrap .head-txt.type-txt-cent {
    text-align: left;
    width: 100%;
  }
  .cp-stay-covered .cont-wrap .overlay-txt {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 3.4rem 0;
  }
  .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1 {
    bottom: 0;
    display: inline-block;
    margin-top: 0;
    position: relative;
  }
  .cp-stay-covered .img-wrap {
    max-height: inherit;
  }
  .cp-stay-covered.health-insurance {
    margin-top: 0;
  }
  .cp-stay-covered.health-insurance .overlay-txt {
    margin: 2.4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .cp-stay-covered.health-insurance .cont-wrap {
    bottom: 0;
    height: auto;
    top: auto;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    width: 50%;
    z-index: 1;
  }
  .cp-stay-covered.health-insurance .head-txt {
    line-height: 3.6rem;
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-stay-covered {
    border-radius: 0;
    margin-bottom: 0;
  }
  .cp-stay-covered.cp-make-money-mng {
    background-image: url(clientlib-site/resources/images/mak-money-mng-BG-mob.jpg);
    height: auto;
    margin-top: 0;
  }
  .cp-stay-covered.cp-make-money-mng .img-wrap {
    position: relative;
  }
  .cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white {
    height: auto;
    left: 0;
    padding: 39px 8px 29px 19px;
    position: relative;
    right: 0;
    width: 100%;
  }
  .cp-stay-covered.cp-make-money-mng
    .cont-wrap.cont-wrap-white
    .head-txt.type-txt-cent,
  .cp-stay-covered.cp-make-money-mng
    .cont-wrap.cont-wrap-white
    .head-txt.type-txt-cent
    h1,
  .cp-stay-covered.cp-make-money-mng
    .cont-wrap.cont-wrap-white
    .head-txt.type-txt-cent
    h2,
  .cp-stay-covered.cp-make-money-mng
    .cont-wrap.cont-wrap-white
    .head-txt.type-txt-cent
    h3 {
    font-size: 3.1rem;
    padding-right: 0;
  }
  .cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white .sub-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .cp-stay-covered.cp-make-money-mng .cont-wrap.cont-wrap-white .btn-primary {
    bottom: 0;
    position: relative;
    width: 20rem;
  }
  .cp-stay-covered.cp-stay-covered-white {
    border-radius: 0;
    height: 795pt;
    margin-top: 0;
  }
  .cp-stay-covered .cont-wrap {
    padding: 0 2.4rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white {
    padding: 5.2rem 0 0 3.2rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .benfits-list {
    margin-top: 4rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .icon-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue {
    left: 0;
    margin: 0 auto;
    padding: 4.8rem 2.4rem;
    right: 0;
    top: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .benfits-list {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
    margin-top: 5.7rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-img {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .li-desc {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .icon-desc {
    margin-right: 0;
    width: 30%;
  }
  .cp-stay-covered .cont-wrap .btn-primary {
    bottom: 4.5rem;
    font-size: 1.4rem;
    left: 0;
    margin: 0 auto;
    padding: 1.1rem 4rem;
    position: absolute;
    right: 0;
    width: 2rem;
  }
  .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1 {
    font-family: Montserrat-700;
    width: 22.1rem;
  }
  .cp-stay-covered.health-insurance {
    background: url(clientlib-site/resources/images/stay-cover-mob-bg.jpg) no-repeat;
    background-size: cover;
    height: 62.2rem;
  }
  .cp-stay-covered.health-insurance .img-wrap {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .cp-stay-covered.health-insurance .img-wrap img {
    width: 80%;
  }
  .cp-stay-covered.health-insurance .cont-wrap {
    padding: 5rem 0 0 2.3rem;
    position: relative;
    top: -65px;
    width: 100%;
  }
  .cp-stay-covered.health-insurance .cont-wrap .btn-primary {
    position: static;
  }
  .cp-stay-covered.health-insurance .head-txt {
    font-size: 3.5rem;
    line-height: 3.8rem;
    width: 100%;
  }

.bs-sec.typ-level-card {
    height: 661px;
   
}
}
@media only screen and (max-width: 575px) {
  .cp-stay-covered.cp-make-money-mng
    .cont-wrap.cont-wrap-white
    .head-txt.type-txt-cent
    .mob-br {
    display: block;
  }
  .cp-stay-covered.cp-stay-covered-white {
    height: 860px;
  }
  .cp-stay-covered .cont-wrap .btn-primary.btn-primary-1 {
    margin-left: 0;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-skyblue .btn-primary.btn-primary-1 {
    padding: 1.5rem 3.2rem;
    width: 29.1rem;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .icon-desc {
    align-items: flex-start;
    flex-direction: column;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .li-desc {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.2rem 0;
    width: 75%;
  }
  .cp-stay-covered.cp-stay-covered-white {
    height: 970px;
  }
  .cp-stay-covered .cont-wrap.cont-wrap-white .benfits-list {
    align-items: flex-start;
  }
}
.cp-account-feature {
  background-color: #00284d;
  border-radius: 2.4rem;
  padding: 3.6rem 7.6rem 0;
}
.cp-account-feature .deals-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cp-account-feature .deals-list .list-item {
  margin-bottom: 5rem;
  padding: 0 1rem;
  text-align: center;
  width: 33.3%;
}

.cp-account-feature .deals-list .list-item .imgWrap {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 58px;
}
.cp-account-feature .deals-list .list-item .cont,
.cp-account-feature .deals-list .list-item .cont h3,
.cp-account-feature .deals-list .list-item .cont p {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 0.8rem;
}
.cp-account-feature .deals-list .list-item .list-item-link {
  -ms-flex-line-pack: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cp-account-feature .deals-list .list-item .list-item-link img {
  color: #fff;
  font-size: 5.4rem;
  margin-bottom: 0.9rem;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .cp-account-feature {
    margin-top: 5rem;
    padding: 2.6rem 1rem;
  }
  .cp-account-feature .deals-list .list-item {
    margin-bottom: 4rem;
    text-align: center;
    width: 48.5%;
  }
  .cp-account-feature .deals-list li.list-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .cp-account-feature {
    margin-top: 0;
  }
}
.cp-banner .banner-cont .banner-title {
  line-height: 3rem;
}
@media only screen and (max-width: 767px) {
  .cp-faq .accord-list .accord-item .accord-link {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.3rem 0 1.3rem 1.6rem;
    padding-bottom: 1.6rem;
    width: 100%;
  }
  .cp-faq .accord-list .accord-item .accord-link a {
    font-size: 1.8rem;
    width: 80%;
  }
  .cp-faq .accord-list .accord-item .accord-cont {
    padding: 0 1.6rem 1.3rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-top: 1rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-cont-link {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-cont-link.hide-mobile {
    display: none;
  }
  .act-btn,
  .act-btn.type-act-btn {
    margin-top: 1.6rem;
  }
}
.cp-making-life .making-life-wrap {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-making-life .making-life-wrap .making-head,
.cp-making-life .making-life-wrap .making-head h1,
.cp-making-life .making-life-wrap .making-head h2 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.2rem;
  line-height: 5rem;
  text-transform: uppercase;
  width: 70%;
}
.cp-making-life .making-life-wrap .btn-wrapper .btn-primary {
  background-color: #00284d;
  border-radius: 5rem;
  color: #fff;
  font-family: Montserrat-700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1.5rem 4.6rem;
  text-align: center;
}
.cp-making-life .making-life-wrap .btn-wrapper .btn-primary:hover {
  background-color: #fff;
  border-color: #00284d;
  color: #00284d;
}
.cp-making-life .card-wrapper {
  -ms-flex-pack: start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 4.2rem;
  margin-top: 5.6rem;
}
.cp-making-life .card-wrapper .card-box {
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 40, 77, 0.08);
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  margin-right: 2.4rem;
  margin-top: 2.4rem;
  max-height: 180px;
  padding: 3.8rem 3.2rem;
  width: 47.5%;
}
.cp-making-life .card-wrapper .card-box .card_desc{
  margin-left: 1.5rem;
  text-align: left;
}
.cp-making-life .card-wrapper .card-box .card_desc h2,
.cp-making-life .card-wrapper .card-box .card_desc h3,
.cp-making-life .card-wrapper .card-box .card_desc p{
  color: #00284d;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem; 
}

.cp-making-life .card-wrapper .card-box .card-icon img {
  color: #009ab2;
  font-size: 5.2rem;
  width: 52px;
}
@media only screen and (max-width: 992px) {
  .cp-making-life .making-life-wrap .btn-wrapper {
    display: none;
  }
  .cp-making-life .card-wrapper {
    margin-bottom: 0;
    margin-top: 3.4rem;
  }
  .cp-making-life .card-wrapper .card-box {
    -ms-flex-pack: start;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 1.6rem;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-making-life .making-life-wrap .making-head {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    width: 80%;
  }
  .cp-making-life .card-wrapper {
    margin-top: 0;
  }
  .cp-making-life .card-wrapper .card-box {
    margin-bottom: 0;
    margin-right: 0;
    padding: 1.8rem;
  }
  .cp-making-life .card-wrapper .card-box .card_desc {
    color: #00284d;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-left: 1.5rem;
    text-align: left;
  }
}
.cp-making-life-list .making-list .list-items {
  -ms-flex-align: start;
  align-items: start;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.8rem;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.cp-making-life-list .making-list .list-items .icon.icon-check {
  color: #00284d;
  font-size: 2.4rem;
  margin-right: 1.8rem;
  margin-top: 0.5rem;
}
.cp-making-life-list .making-list .list-items img {
  margin-right: 2rem;
  width: 2rem;
}
.cp-making-life-list .making-list .list-items .list-desc {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.cp-making-life-list .making-list .list-items .list-desc ul {
  margin-top: 1.5rem;
}
.cp-making-life-list .making-list .list-items .list-desc ul li {
  font-family: "Montserrat-400";
  font-size: 1.6rem;
  list-style: disc;
}
.cp-making-life-list .btn-mobile {
  display: none;
  text-align: center;
}
.cp-making-life-list .btn-mobile .btn-wrapper .btn-primary {
  background-color: #00284d;
  border-radius: 5rem;
  color: #fff;
  font-family: Montserrat-700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1.5rem 4.6rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .cp-making-life-list {
    margin-top: 4rem;
  }
  .cp-making-life-list .making-list .list-items {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
  .cp-making-life-list .btn-mobile {
    display: block;
    margin-bottom: 5rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-making-life-list .making-list .list-items .list-desc {
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
  }
  .cp-making-life-list .btn-mobile {
    margin-bottom: 5rem;
    margin-top: 4rem;
  }
  .cp-making-life-list .making-list .list-items .icon.icon-check {
    color: #00284d;
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cp-professions-list {
  background-color: #ebfcff;
  border-radius: 24px;
  margin-top: 5.2rem;
  padding: 0.5rem 5.2rem 3rem 4rem;
}
.cp-professions-list .making-life-wrap {
  -ms-flex-align: center;
  align-items: center;
}
.cp-professions-list .making-life-wrap,
.cp-professions-list .professions-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-professions-list .professions-list .p-list-items {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2e3ff;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 2.4rem;
  width: 28%;
}
.cp-professions-list .professions-list .p-list-items:nth-child(10),
.cp-professions-list .professions-list .p-list-items:nth-child(11),
.cp-professions-list .professions-list .p-list-items:nth-child(12) {
  border-bottom: none;
}
.cp-professions-list .professions-list .p-list-items .card-icon img {
  color: #00284d;
  width: 4.8rem;
}
.cp-professions-list .professions-list .p-list-items .p_desc,
.cp-professions-list .professions-list .p-list-items .p_desc p,
.cp-professions-list .professions-list .p-list-items .p_desc h3 {
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-left: 2.4rem;
  text-align: left;
  word-break: break-all;
}
.cp-professions-list .professions-list .p-list-items .p_desc p,
.cp-professions-list .professions-list .p-list-items .p_desc h3 {
  margin-left: 0;
}
@media only screen and (max-width: 1080px) {
  .cp-professions-list .professions-list .p-list-items .p_desc {
    font-size: 1.6rem;
    margin-left: 2.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-professions-list .professions-list .p-list-items {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.8rem 1rem;
    width: 50%;
  }
  .cp-professions-list .professions-list .p-list-items:nth-child(10) {
    border-bottom: 1px solid #d2e3ff;
  }
  .cp-professions-list .professions-list .p-list-items .p_desc {
    margin-left: 0;
    text-align: center;
  }
  .cp-professions-list .professions-list .p-list-items {
    padding: 1.8rem 0;
  }
  .cp-professions-list .professions-list .p-list-items .p_desc p,
  .cp-professions-list .professions-list .p-list-items .p_desc h3 {
    text-align: center;
    word-break: break-word;
  }
}
@media only screen and (max-width: 767px) {
  .cp-professions-list {
    margin-top: 2rem;
    padding: 0.5rem 2.5rem 3rem;
  }
  .cp-professions-list .professions-list .p-list-items .p_desc {
    line-height: 2.4rem;
    margin-top: 1rem;
    word-break: break-word;
  }
  .cp-professions-list .professions-list .p-list-items .card-icon .icon {
    font-size: 3.7rem;
  }
}
.cp_subscribe_form {
  background: linear-gradient(
      rgba(199, 243, 239, 0.56) 100%,
      rgba(199, 243, 239, 0.56) 0
    ),
    url(clientlib-site/resources/images/form-bg.png);
  border: 1px solid #d5e3ef;
  border-radius: 3.2rem;
  padding: 4.8rem;
  text-align: center;
}
.cp_subscribe_form .form_title {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.2rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
}
.cp_subscribe_form .suscribe_para {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.2rem;
  padding: 0 17rem;
}
.cp_subscribe_form .subinput_area {
  display: inline-block;
  position: relative;
}
.cp_subscribe_form .subinput_area .sub_input {
  border: 1px solid #cdd3d7;
  border-radius: 50px;
  color: #bbb;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 2.4rem;
  outline: 0;
  padding: 1.2rem 15.4rem 1.2rem 2.4rem;
  width: 56rem;
}
.cp_subscribe_form .subinput_area .subscribe_btn {
  background: #00284d;
  border: 1px solid #00284d;
  border-radius: 5rem;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat-600;
  font-size: 1.6rem;
  height: 4.1rem;
  line-height: 2.4rem;
  padding: 0.9rem 3.8rem;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  transition: all 0.3s ease-in-out;
}
.cp_subscribe_form .subinput_area input:-ms-input-placeholder {
  color: #bbb;
}
.cp_subscribe_form .subinput_area input::placeholder {
  color: #bbb;
}
.cp_subscribe_form .text-error {
  color: red;
  display: none;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .cp_subscribe_form {
    border-radius: 1.6rem;
    padding: 4rem 1.2rem;
  }
  .cp_subscribe_form .form_title {
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin-bottom: 1.7rem;
  }
  .cp_subscribe_form .suscribe_para {
    padding: 0 0.3rem;
  }
  .cp_subscribe_form .subinput_area {
    display: block;
  }
  .cp_subscribe_form .subinput_area .sub_input {
    height: 4rem;
    padding: 1.2rem 10.4rem 1.2rem 2.4rem;
    width: 100%;
  }
  .cp_subscribe_form .subinput_area .subscribe_btn {
    font-size: 1.2rem;
    height: auto;
    padding: 0.5rem 1.5rem;
    top: 0.2rem;
    width: 10.4rem;
  }
}
.cp-want-to-join {
  margin-top: 6.6rem;
}
.cp-want-to-join .join-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cp-want-to-join .join-list .join-item {
  border-image: linear-gradient(#d7deea, #d7deea);
  border-image-slice: 1;
  border-right: 1px solid transparent;
  margin-bottom: 4rem;
  padding: 0 6rem;
  text-align: center;
  width: 33.33%;
}
.cp-want-to-join .join-list .join-item:last-child {
  border-right: none;
}
.cp-want-to-join .join-list .join-item .join-wrap {
  height: 100%;
  text-align: center;
}
.cp-want-to-join .join-list .join-item .join-wrap .circle-img {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: linear-gradient(#e9f1ff, #d7deea);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  justify-content: center;
  margin: 0 auto;
  width: 82px;
}
.cp-want-to-join .join-list .join-item .join-wrap .circle-img img {
  color: #00284d;
  width: 4.8rem;
}
.cp-want-to-join .join-list .join-item .join-wrap .cont-wrap {
  margin-top: 2.4rem;
}
.cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title,
.cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title p,
.cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h2,
.cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h3 {
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 992px) {
  .cp-want-to-join .join-list .join-item {
    border-right: none;
    margin-bottom: 3.3rem;
    padding: 0 1rem;
    width: 100%;
  }
  .cp-want-to-join .join-list .join-item .join-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title,
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title p,
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h2,
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title h3 {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .circle-img {
    height: 57px;
    margin: 0;
    width: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .cp-want-to-join {
    margin-top: 2rem;
  }
  .cp-want-to-join .join-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .circle-img {
    height: 57px;
    margin: 0;
    width: 57px;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap .join-title {
    text-align: left;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .circle-img img {
    width: 3.1rem;
  }
  .cp-want-to-join .join-list .join-item {
    padding: 0 1.2rem;
  }
  .cp-want-to-join .join-list .join-item .join-wrap {
    align-items: center;
  }
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap {
    margin-top: 0;
  }
  .cp-want-to-join .join-list .join-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .cp-want-to-join .join-list .join-item .join-wrap .cont-wrap {
    margin-top: 0;
    width: 65%;
  }
}
.cp-work-smart {
  border-radius: 2pc;
  margin-bottom: 1.5rem;
  margin-top: 8rem;
  overflow: hidden;
  position: relative;
}

.cp-work-smart .img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42.2%;
}
.cp-work-smart .cont-wrap {
  left: 5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 53%;
}
.cp-work-smart .cont-wrap .head-txt,
.cp-work-smart .cont-wrap h2,
.cp-work-smart .cont-wrap h1,
.cp-work-smart .cont-wrap h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.5rem;
  line-height: 5.2rem;
  text-transform: uppercase;
}
.cp-work-smart .cont-wrap .cont-desc,
.cp-work-smart .cont-wrap .cont-desc h3 {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 2.6rem 0 3.6rem;
}
.cp-work-smart .cont-wrap .btn-primary {
  border-radius: 5rem;
  font-family: Montserrat-500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1.4rem;
  text-align: center;
  width: 23.2rem;
}
.cp-work-smart .cont-wrap .btn-primary:hover {
  background-color: transparent;
}
.cp-work-smart .cont-wrap .btn-primary.btn-primary-1 {
  background-color: #00284d;
  border: 1px solid #00284d;
  color: #eee;
  display: block;
  font-family: Montserrat-500;
  margin-top: -1rem;
  transition: all 0.3s ease-in-out;
  width: 25.8rem;
}
.cp-work-smart .cont-wrap .btn-primary.btn-primary-1:hover {
  background-color: #fff;
  color: #00284d;
}
.cont-desc-mobile .cont-desc,
.cont-desc-mobile .cont-desc h3 {
  display: none;
}
@media only screen and (max-width: 992px) {
  .cp-work-smart {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -2rem;
    width: auto;
    health: auto;
  }
  .cp-work-smart .cont-wrap .head-txt,
  .cp-work-smart .cont-wrap .head-txt h1,
  .cp-work-smart .cont-wrap .head-txt h2,
  .cp-work-smart .cont-wrap .head-txt h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-work-smart .img-wrap {
    top: 0;
    bottom: auto;
  }
  .cp-work-smart .cont-wrap .head-txt,
  .cp-work-smart .cont-wrap .head-txt h1,
  .cp-work-smart .cont-wrap .head-txt h2,
  .cp-work-smart .cont-wrap .head-txt h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 2rem 0;
  }
  .cp-work-smart .cont-wrap .btn-primary {
    font-size: 1.4rem;
    padding: 0.5rem;
    width: 23.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-work-smart .img-wrap {
    right: 20px;
    width: 51.2%;
  }
  .cp-work-smart .cont-wrap .cont-desc,
  .cp-work-smart .cont-wrap .cont-desc h3 {
    display: none;
  }
  .cont-desc-mobile .cont-desc,
  .cont-desc-mobile .cont-desc h3 {
    color: #475d8a;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.8rem;
    padding: 1rem 2rem 2.1rem;
  }
  .typ-cp-work-smart .container {
    padding: 0;
  }
  .cp-work-smart .cont-wrap {
    width: 24rem;
    left: 36px;
  }
  .cp-work-smart .cont-wrap .btn-primary.btn-primary-1 {
    margin: 0;
    padding: 1rem;
    width: 19.2rem;
  }
}
.cp-banner {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.cp-banner.typ-patner-bg {
  background-image: url("clientlib-site/resources/images/partner-banner-bg (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 27rem;
  position: relative;
}
.cp-banner.typ-bg {
  position: relative;
}
.cp-banner.typ-bg picture {
  width: 100%;
}
.cp-banner .banner-cont {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.cp-banner .banner-cont .home-articles {
  color: #00284d;
  font-family: Montserrat-500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 3.3rem;
}
.cp-banner .banner-cont .banner-title,
.cp-banner .banner-cont h1,
.cp-banner .banner-cont h2 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.6rem;
  line-height: 4.6rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.cp-banner .banner-cont .banner-sub-title {
  margin: 0 auto;
  width: 91rem;
}
.cp-banner .banner-cont .banner-desc,
.cp-banner .banner-cont .banner-desc h3 {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin: auto;
  font-weight: 400;
}
.cp-banner .banner-cont h3 {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin: auto;
}

.cp-banner.typ-individualproduct.banner-cont .banner-desc {
  width: 30%;
}
@media only screen and (max-width: 992px) {
  .cp-banner .banner-cont .banner-title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0.8rem;
  }
  .cp-banner .banner-cont .banner-sub-title {
    width: 75%;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 2rem;
  }
  .cp-banner.typ-individualproduct.banner-cont .banner-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-banner.typ-bg {
    margin-top: 1rem;
  }
  .cp-banner.typ-bg .banner-cont {
    left: 22px;
    top: 65px;
    width: 90%;
  }
  .cp-banner .banner-cont {
    left: 22px;
    top: 40%;
    width: 80%;
  }
  .cp-banner .banner-cont .home-articles {
    font-size: 1.2rem;
    margin-bottom: 1.35rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-title {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-sub-title {
    text-align: left;
    width: 100%;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-banner .banner-cont {
    left: 2rem;
  }
  .cp-banner .banner-cont .banner-title {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
  }
  .cp-banner .banner-cont .banner-desc,
  .cp-banner .banner-cont .banner-desc h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .cp-banner .banner-cont .banner-title,
  .cp-banner .banner-cont .banner-title h1,
  .cp-banner .banner-cont .banner-title h2 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-align: left;
  }
}
.cp-partner .partner-list {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.cp-partner .partner-list .list-item {
  margin: 0 1rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 31%;
}
.cp-partner .partner-list .list-item .imgWrap {
  display: block;
}
.cp-partner .partner-list .list-item .imgWrap .logo {
  max-width: 139px;
}
.cp-partner .partner-list .list-item .cont {
  color: #fff;
  display: inline-block;
  font-family: Montserrat-400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 1.5rem;
}
.cp-partner .partner-list .list-item .list-item-link {
  border-radius: 1.6rem;
  cursor: pointer;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cp-partner .partner-list .list-item .list-item-link img {
  border-radius: 1.6rem;
}
.cp-partner .partner-list .list-item:hover .list-item-link {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
}
.cp-partner .act-btn {
  margin-top: 2.4rem;
  text-align: center;
}
.cp-partner .act-btn .btn-outline-with-icon {
  line-height: 2.5rem;
}
.cp-partner .act-btn .btn-outline-with-icon .icon {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .cp-partner .partner-list {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cp-partner .partner-list .list-item {
    margin: 0 1.6%;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-partner .partner-list .list-item {
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .cp-partner .partner-list .list-item .cont {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .cp-partner .partner-list .list-item:last-child {
    padding-bottom: 0;
  }
  .cp-partner .act-btn .btn-outline-with-icon {
    border: 1px solid #00284d;
    line-height: 2.5rem;
    padding: 0.65rem 1.65rem;
  }
  .cp-partner .act-btn .btn-outline-with-icon:active,
  .cp-partner .act-btn .btn-outline-with-icon:hover {
    background-color: transparent;
    color: #00284d;
  }
}
.cp-moreoffer .js-partnershipdetails .list-item.cont-edit,
.cp-partner .partner-list .list-item.cont-edit {
  position: relative;
}
.cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text,
.cp-partner .partner-list .list-item.cont-edit .desc-text {
  left: 0;
  padding: 1.6rem;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 0;
  width: 61%;
}
.cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
.cp-partner .partner-list .list-item.cont-edit .desc-text p {
  color: #533a00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text img,
.cp-partner .partner-list .list-item.cont-edit .desc-text img {
  margin-bottom: 1.3rem;
  max-height: 33px;
  width: auto;
}
.cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text {
  left: 0;
  padding: 1.5rem;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 0;
  width: 58%;
}
.cp-moreoffer .typ-moreOffer .article-block {
  max-height: 390px;
}
@media only screen and (max-width: 1199px) {
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text,
  .cp-partner .partner-list .list-item.cont-edit .desc-text {
    width: 57%;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    line-height: 1.8rem;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text img,
  .cp-partner .partner-list .list-item.cont-edit .desc-text img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text,
  .cp-partner .partner-list .list-item.cont-edit .desc-text {
    width: 64%;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    font-size: 1.45rem;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text,
  .cp-partner .partner-list .list-item.cont-edit .desc-text {
    padding: 1.5rem;
    width: 60%;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text img,
  .cp-partner .partner-list .list-item.cont-edit .desc-text img {
    margin-bottom: 1rem;
    max-height: 50px;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    font-size: 1.6rem;
  }
  .cp-partner .partner-list {
    padding: 0.8rem;
  }
  .cp-moreoffer .typ-moreOffer .article-block {
    max-height: 430px;
  }
}
@media only screen and (max-width: 480px) {
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text img,
  .cp-partner .partner-list .list-item.cont-edit .desc-text img {
    margin-bottom: 1.6rem;
    max-height: inherit;
    width: auto;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text p,
  .cp-partner .partner-list .list-item.cont-edit .desc-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .cp-moreoffer .js-partnershipdetails .list-item.cont-edit .desc-text,
  .cp-partner .partner-list .list-item.cont-edit .desc-text {
    padding: 2rem 1.8rem 1.8rem;
    width: 60%;
  }
}
@media only screen and (max-width: 380px) {
  .cp-moreoffer .typ-moreOffer .article-block {
    max-height: 390px;
  }
}
.cp-banking-solution {
  padding-top: 10.5rem;
}
.cp-banking-solution .sec-head {
  margin-bottom: 8.2rem;
  text-align: left;
}
.cp-banking-solution .sec-head h2 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 4.1rem;
  line-height: 4.2rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.cp-banking-solution .sec-head .title,
.cp-banking-solution .sec-head h2,
.cp-banking-solution .sec-head h1,
.cp-banking-solution .sec-head h3 {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 5.1rem;
  line-height: 5.2rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.cp-banking-solution .sec-head .cont,
.cp-banking-solution .sec-head .cont h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
}
.cp-banking-solution .solution-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 7.4rem 0 0;
}
.cp-banking-solution .solution-list .list-item {
  margin: 0 1.5rem 1.5rem 0;
  position: relative;
  width: 33.8rem;
}
.cp-banking-solution .solution-list .list-item .imgWrap img {
  border-radius: 10px;
  width: auto;
}
.cp-banking-solution .solution-list .list-item .img-cont {
  -ms-flex-pack: justify;
  background-color: #fff;
  border: 1px solid #f3f9ff;
  border-radius: 10px;
  bottom: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  min-height: 29rem;
  padding: 2.4rem 2.2rem 1.6rem;
  position: absolute;
  right: 0;
  width: 30.6rem;
}
.cp-banking-solution .solution-list .list-item .img-cont .title {
  color: #222;
  font-family: Montserrat-700;
  font-size: 1.7rem;
  line-height: 3rem;
}
.cp-banking-solution .solution-list .list-item .img-cont .cont-link-list {
  margin-top: 0.8rem;
  min-height: 18.2rem;
}
.cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .cont-link-list
  .cont-link-item {
  border-bottom: 1px solid #ecf1fc;
  color: #4d4d4d;
  font-family: Montserrat-400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.8rem 0;
}
.cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .cont-link-list
  .cont-link-item
  .cont-link {
  color: #4c4c4c;
}
.cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .cont-link-list
  .cont-link-item:last-child {
  border-bottom: 0;
}
.cp-banking-solution .solution-list .list-item .img-cont .btn-wrap {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.cp-banking-solution .solution-list .list-item .img-cont .btn-wrap .btn-common {
  background: #fff;
  border: 0;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat-500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0;
  min-width: 21.4rem;
  outline: 0;
  padding: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
.cp-banking-solution .solution-list .list-item .img-cont .btn-wrap a {
  color: #004a8f;
  font-family: Montserrat-700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}
.cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary {
  background: #00284d;
  border: 1px solid #00284d;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat-600;
  font-size: 1.4rem;
  height: 45px;
  line-height: 1.7rem;
  min-width: 148px;
  text-decoration: none;
}
.cp-banking-solution
  .solution-list
  .list-item
  .img-cont
  .btn-wrap
  .btn-primary:hover {
  background: #fff;
  color: #00284d;
}
@media only screen and (max-width: 1199px) {
  .cp-banking-solution {
    padding-bottom: 0;
    padding-top: 7.5;
  }
  .cp-banking-solution .solution-list .list-item {
    width: 31rem;
  }
  .cp-banking-solution .solution-list .list-item .imgWrap img {
    width: 100%;
  }
  .cp-banking-solution .solution-list .list-item .img-cont {
    min-height: 27rem;
    width: 29.3rem;
  }
  .cp-banking-solution .solution-list .list-item .img-cont .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-banking-solution {
    padding-bottom: 0;
    padding-top: 0;
  }
  .cp-banking-solution .sec-head {
    margin-bottom: 0;
  }
  .cp-banking-solution .sec-head .title,
  .cp-banking-solution .sec-head .title h1,
  .cp-banking-solution .sec-head .title h2,
  .cp-banking-solution .sec-head .title h3 {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 0.9rem;
  }
  .cp-banking-solution .sec-head .cont,
  .cp-banking-solution .sec-head .cont h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .cp-banking-solution .solution-list .list-item {
    margin-right: 0;
    padding: 0 0.5rem;
    width: 50%;
  }
  .cp-banking-solution .solution-list .list-item .img-cont {
    min-height: 34rem;
    padding: 1.5rem;
    width: 90%;
  }
  .cp-banking-solution
    .solution-list
    .list-item
    .img-cont
    .btn-wrap
    .btn-primary {
    min-width: 127px;
  }
  .cp-banking-solution .solution-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cp-banking-solution .sec-head .cont,
  .cp-banking-solution .sec-head .cont h3 {
    padding-right: 2rem;
  }
  .cp-banking-solution .solution-list .list-item {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .cp-banking-solution .solution-list .list-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .cp-banking-solution .solution-list .list-item .img-cont .btn-wrap {
    font-size: 9pt;
    line-height: 20px;
  }
  .cp-banking-solution
    .solution-list
    .list-item
    .img-cont
    .btn-wrap
    .btn-primary {
    font-size: 1.2rem;
    line-height: 1.5rem;
    min-width: 10rem;
  }
}
.cp-about24-course {
  background-image: url(clientlib-site/resources/images/about42coursesBG.jpg);
  border-radius: 1pc;
  padding: 3.8rem 4.4rem 4rem;
}
.cp-about24-course .title {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 2.1rem;
}
.cp-about24-course .desc {
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.7rem;
}
.cp-about24-course .desc:last-child {
  margin-bottom: 0;
}
.cp-about24-course .course24-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2.5rem;
  margin-top: 0.4rem;
}
.cp-about24-course .course24-list .course24-list-item {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  align-items: center;
  color: #00284d;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-700;
  font-size: 1.4rem;
  justify-content: start;
  line-height: 2.2rem;
  margin-right: 4rem;
}
.cp-about24-course .course24-list .course24-list-item:nth-child(3) {
  margin-bottom: 0;
}
.cp-about24-course .course24-list .course24-list-item .icon {
  font-size: 2.5rem;
}
@media only screen and (max-width: 992px) {
  .cp-about24-course .course24-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cp-about24-course .course24-list .course24-list-item {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 50%;
  }
  .cp-about24-course .course24-list .course24-list-item:nth-child(3) {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-about24-course .course24-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .cp-about24-course .course24-list .course24-list-item {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }
  .cp-about24-course .course24-list .course24-list-item:last-child {
    margin-bottom: 0;
  }
  .cp-about24-course .course24-list .course24-list-item .icon {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .cp-about24-course {
    padding: 2.4rem;
  }
}
.cp-availandterms_sec {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp-availandterms_sec .cp-availoffer {
  padding: 0;
  width: 100%;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .availoffer_heading,
.cp-availandterms_sec .cp-availoffer .availoffer_sec .availoffer_heading h3 {
  color: #222;
  font-family: Montserrat-700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 3.6rem;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .availoffer_listing {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.3rem;
  position: relative;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #a7d3fc;
  border-radius: 8px;
  color: #4f5257;
  color: #fff;
  counter-increment: item;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-400;
  font-size: 1.4rem;
  height: 17rem;
  justify-content: space-between;
  line-height: 2.2rem;
  margin-right: 2rem;
  padding-bottom: 2.4rem;
  padding-left: 1.35rem;
  position: relative;
  width: 33.33%;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  a {
  color: #fff;
  text-decoration: underline;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list:last-child {
  margin-right: 0;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list:last-child:after {
  display: none;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  .box-num {
  bottom: 6rem;
  font-family: Montserrat-700;
  font-size: 20rem;
  position: absolute;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  .box-num.num-2 {
  left: -7px;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  .box-num.num-3 {
  left: -1pc;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  .box-num.num-4 {
  left: -25px;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .availoffer_listing
  .availoffer_list
  .box-desc {
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-left: 10rem;
  margin-top: 2rem;
  padding-right: 2rem;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box {
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  align-items: end;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box .desc-useCode {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .desc-text
  p {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-right: 2rem;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box {
  display: -ms-flexbox;
  display: flex;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-name {
  border: 1px dashed #00284d;
  border-right: 0;
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 1rem;
}
.cp-availandterms_sec
  .cp-availoffer
  .availoffer_sec
  .desc-box
  .desc-useCode
  .coupon-code-box
  .coupen-code {
  background-color: #00284d;
  color: #fff;
  font-family: Montserrat-700;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 2.8rem;
  padding: 1rem;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box .terms-link {
  border-bottom: 1px solid #004a8f;
  padding-bottom: 0.1rem;
}
.cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box .terms-link a {
  color: #004a8f;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.cp-availandterms_sec .cp-termscondition .show-mobile-btn {
  min-width: 18rem;
  position: absolute;
  right: 0;
  top: -9.5rem;
}
.new-offer {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-offer .img-wrap {
  width: 24%;
}
.new-offer .img-wrap img {
  border-radius: 1rem;
}
.artical-btn .art-btn {
  background: #00284d;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.5rem 5.5rem;
}
.overlay {
  backdrop-filter: blur(20px);
  background: rgba(44, 42, 42, 0.65);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 12;
}
.popup {
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 1pc;
  display: none;
  left: 50%;
  margin: 0 auto;
  overflow: auto;
  padding: 3.5rem;
  position: fixed;
  top: 130px;
  transform: translate(-50%);
  transition: all 5s ease-in-out;
  width: 59%;
  z-index: 99;
}
.popup h2 {
  color: #222;
  font-family: Montserrat-800;
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin-bottom: 2.1rem;
  margin-top: 0.8rem;
  text-transform: uppercase;
}
.popup h2.share-now {
  color: #00284d;
  font-family: Montserrat-700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 1rem 0 2rem;
  text-align: center;
  text-transform: none;
}
.popup .close {
  color: #333;
  font-size: 5rem;
  position: absolute;
  right: 30px;
  text-decoration: none;
  top: 25px;
  transition: all 0.2s;
}
.popup .wid-auto {
  width: auto;
}
.popup .content {
  height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}
.popup .content p {
  margin-bottom: 1.5rem;
}
.popup .content ul {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.popup .content {
  color: #4f5257;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-type: disc;
  margin-bottom: 0;
}
.popup .content ol li:last-child,
.popup .content ul li:last-child {
  margin-bottom: 0;
}
.popup .content ul li ul {
  padding-bottom: 0;
}
.popup .content .social-links p,
.popup .content p.copypaste {
  color: #191c1f;
  font-family: Montserrat-400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
.popup .content .copy-link {
  padding: 1.4rem 0;
  text-align: center;
}
.popup .content .copy-link input {
  border: 1px solid #4b78a2;
  border-radius: 8px;
  padding: 1.2rem;
  width: 100%;
}
.popup .content .copy-link a span {
  position: relative;
}
.popup .content .copy-link a span:before {
  color: #7a8aa7;
  font-size: 2.4rem;
  position: absolute;
  right: 10;
  top: -7px;
}
.popup .content .social-links p {
  margin: 1.2rem 0;
}
.popup .content .social-links .icons-flex-div {
  -ms-flex-align: center;
  -ms-flex-pack: space-evenly;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}
.popup .content .social-links .icons-flex-div a .icon {
  font-size: 2.4rem;
  text-align: center;
  top: 8px;
}
.popup .content .social-links .icons-flex-div a .icon-twitter2 {
  color: #3386cd;
}
.popup .content .social-links .icons-flex-div a .icon-facebook2 {
  color: #004a8f;
}
.popup .content .social-links .icons-flex-div a .icon-whats-app {
  color: #3beb44;
}
.popup .content .social-links .icons-flex-div a .icon-linkedin {
  color: #0084ff;
}
.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .popup {
    padding: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .cp-availandterms_sec .cp-availoffer {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .popup h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 2rem 0;
  }
  .popup .close {
    right: 10px;
    top: -5px;
  }
  .popup .content,
  .popup .content ol li,
  .popup .content ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-availandterms_sec .cp-availoffer .availoffer_sec .availoffer_heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.9rem;
  }
  .cp-availandterms_sec .cp-availoffer .availoffer_sec .availoffer_listing {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .cp-availandterms_sec
    .cp-availoffer
    .availoffer_sec
    .availoffer_listing
    .availoffer_list {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-availandterms_sec .cp-availoffer .availoffer_sec .desc-box .desc-useCode {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .cp-availandterms_sec
    .cp-availoffer
    .availoffer_sec
    .desc-box
    .desc-useCode
    .desc-text {
    margin-bottom: 2.2rem;
  }
  .cp-availandterms_sec
    .cp-availoffer
    .availoffer_sec
    .desc-box
    .desc-useCode
    .desc-text
    p {
    margin-right: 0;
  }
  .cp-availandterms_sec
    .cp-availoffer
    .availoffer_sec
    .desc-box
    .desc-useCode
    .coupon-code-box {
    width: 100%;
  }
  .cp-availandterms_sec .cp-termscondition .show-mobile-btn {
    font-size: 1.4rem;
    padding: 9px;
    width: 100%;
  }
  .new-offer .img-wrap {
    margin-bottom: 1rem;
    width: 49%;
  }
  .popup {
    padding: 2rem;
    width: 90%;
  }
  .popup,
  .popup .content ol li,
  .popup .content ul li {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .cp-availandterms_sec
    .cp-availoffer
    .availoffer_sec
    .availoffer_listing
    .availoffer_list
    .box-desc {
    font-family: Montserrat-700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 10rem;
    margin-top: 2rem;
    padding-right: 2rem;
  }
  .bs-sec.typ-key-feature-benefits,
  .bs-sec.type-cp-about24-course {
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .cp-faq {
    margin-bottom: 4rem;
  }
  .bs-sec.typ-partner-faq .container .sec-cont .act-btn .btn-outline-with-icon {
    border: 1px solid #00284d;
    margin-bottom: 2.4rem;
    padding: 0.7rem 1.4rem;
    width: 237px;
  }
}
.bs-banner.typ-home {
  background-image: url(clientlib-site/resources/images/homepage-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 66rem;
  position: relative;
}
.bs-banner.typ-home .banner-img .desktop {
  display: block;
}
.bs-banner.typ-home .banner-img .mobile {
  display: none;
}
.bs-banner.typ-home .banner-img img {
  bottom: 0;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
}
.bs-banner.typ-home .banner-cont {
  left: 11.3rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46rem;
}

.bs-banner.typ-home .banner-cont .banner-title h1,
.bs-banner.typ-home .banner-cont h2,
.bs-banner.typ-home .banner-cont p {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 6.4rem;
  line-height: 6rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.bs-banner.typ-home .banner-cont .banner-desc,
.bs-banner.typ-home .banner-cont .banner-desc h2,
.bs-banner.typ-home .banner-cont .banner-desc h3,
.bs-banner.typ-home .banner-cont .banner-desc p {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
  opacity: 0.8;
  padding-right: 1rem;
  font-weight: 400;
  text-transform: none;
}
.bs-banner.typ-home .banner-cont .btn-default {
  width: 26rem;
}
.bs-banner.typ-home .banner-cont .btn-default:hover {
  background-color: transparent;
}
.bs-banner.typ-home .brand-fea-list {
  height: 50%;
  position: absolute;
  right: 0;
  top: 20%;
  width: 50%;
}
.bs-banner.typ-home .brand-fea-list .brand-fea-item {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(
    260.09deg,
    hsla(0, 0%, 100%, 0.72) -3.48%,
    hsla(0, 0%, 100%, 0.63) 52.62%,
    hsla(0, 0%, 100%, 0.51) 112.34%
  );
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  max-width: 270px;
  padding: 1.3rem 1.8rem;
  position: absolute;
  right: 2rem;
}
.bs-banner.typ-home .brand-fea-list .brand-fea-item:first-child {
  left: 0;
  top: -3.9rem;
}
.bs-banner.typ-home .brand-fea-list .brand-fea-item:last-child {
  bottom: -150px;
  right: 3.6rem;
  top: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bs-banner.typ-home
  .brand-fea-list
  .brand-fea-item
  .brand-fea-icon
  img
  .banner-cont {
  left: -38rem;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 15rem;
  width: 40%;
  z-index: 1;
}
.bs-banner.typ-home
  .brand-fea-list
  .brand-fea-item
  .brand-fea-icon
  img
  .banner-cont
  .banner-title {
  color: #00284d;
  font-family: Montserrat-800;
  font-size: 6.4rem;
  line-height: 7rem;
  margin-bottom: 3rem;
}
.bs-banner.typ-home
  .brand-fea-list
  .brand-fea-item
  .brand-fea-icon
  img
  .banner-cont
  .banner-desc {
  color: #323232;
  font-family: Montserrat-400;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
.bs-banner.typ-home .brand-fea-list .brand-fea-item .brand-fea-title {
  color: #272525;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-left: 1.3rem;
}
.bs-banner.typ-prt-details {
  margin-top: 3rem;
}
.bs-banner.typ-prt-details .courses-sec {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.bs-banner.typ-prt-details .courses-sec .banner-bg {
  border-radius: 8px;
}
.bs-banner.typ-prt-details .courses-sec .ban-content {
  padding-top: 4rem;
  padding-left: 3.3rem;
  position: absolute;
  z-index: 1;
  top: 0;
}
.bs-banner.typ-prt-details .course-logo {
  height: 4.7rem;
  margin-bottom: 0.5rem;
  width: auto;
}
.bs-banner.typ-prt-details .course-sub-head,
.bs-banner.typ-prt-details .course-sub-head h2,
.bs-banner.typ-prt-details .course-sub-head p {
  color: #00284d;
  font-family: Montserrat-400;
  font-size: 2rem;
  line-height: 2.5rem;
}
.bs-banner.typ-prt-details .course-head h1,
.bs-banner.typ-prt-details .course-head h2,
.bs-banner.typ-prt-details .course-head h3,
.bs-banner.typ-prt-details .course-head p,
.bs-banner.typ-prt-details .course-head 
{
      color: #00284d;
  font-family: Montserrat-400; 
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  width: 70%;
}
.bs-banner.typ-prt-details .course-head .bold-txt {
  font-size: 3.2rem;
}
.bs-banner.typ-prt-details .coupon-code-box {
  display: -ms-flexbox;
  display: flex;
}
.bs-banner.typ-prt-details .coupon-code-box .coupen-name {
  border: 1px dashed #00284d;
  border-right: 0;
  color: #00284d;
  font-family: Montserrat-600;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 1rem;
}
.bs-banner.typ-prt-details .coupon-code-box .coupen-code {
  background-color: #00284d;
  color: #fff;
  font-family: Montserrat-700;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 2.8rem;
  padding: 1rem;
}
.bs-banner.typ-prt-details .content-d {
  display: block;
  margin-left: 13px;
  /*width: 15%;*/
}
.bs-banner.typ-prt-details .content-d h1 {
  color: #fff;
  cursor: default;
  font-family: Montserrat-800;
  font-size: 2rem;
  line-height: 4rem;
  margin: 15px auto;
  position: relative;
  text-align: center;
  z-index: auto;
  display: inline-block;
  padding: 0 2rem;
}
.bs-banner.typ-prt-details .content-d h1:after,
.bs-banner.typ-prt-details .content-d h1:before {
  border-style: solid;
  border-width: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.bs-banner.typ-prt-details .content-d .arrow {
  background-color: #00284d;
}
.bs-banner.typ-prt-details .content-d .arrow:after,
.bs-banner.typ-prt-details .content-d .arrow:before {
  border-width: 20px 0 20px 10px;
}
.bs-banner.typ-prt-details .content-d .arrow:before {
  border-color: #00284d transparent;
  left: -10px;
}
.bs-banner.typ-prt-details .content-d .arrow:after {
  border-color: #00284d transparent;
  right: -9px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1366px) {
  .bs-banner.typ-home .banner-cont {
    width: 46rem;
  }
  .bs-banner.typ-prt-details .course-head h1,
  .bs-banner.typ-prt-details .course-head h2,
  .bs-banner.typ-prt-details .course-head h3 {
    line-height: 2.3rem;
    margin: 0.8rem 0;
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .bs-banner.typ-home .banner-cont {
    width: 44.5%;
  }
  .bs-banner.typ-home .banner-cont .banner-title,
  .bs-banner.typ-home .banner-cont .banner-title h1,
  .bs-banner.typ-home .banner-cont .banner-title h2 {
    font-size: 5.4rem;
    line-height: 6rem;
  }
  .bs-banner.typ-home .brand-fea-list .brand-fea-item {
    top: 8%;
  }
  .bs-banner.typ-home .brand-fea-list .brand-fea-item:first-child {
    top: -7.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-banner.typ-home {
    height: 50rem;
  }
  .bs-banner.typ-home .banner-img .desktop {
    display: none;
  }
  .bs-banner.typ-home .banner-img .mobile {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .bs-banner.typ-home .banner-cont {
    height: 100%;
    left: 0;
    padding: 4rem 2.4rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    width: 50%;
    z-index: 1;
  }
  .bs-banner.typ-home .banner-cont .banner-title,
  .bs-banner.typ-home .banner-cont .banner-title p,
  .bs-banner.typ-home .banner-cont .banner-title h1,
  .bs-banner.typ-home .banner-cont .banner-title h2 {
    color: #00284d;
    font-family: Montserrat-800;
    font-size: 3.5rem;
    line-height: 3.6rem;
    margin-top: 0;
  }
  .bs-banner.typ-home .banner-cont .banner-desc,
  .bs-banner.typ-home .banner-cont .banner-desc p,
  .bs-banner.typ-home .banner-cont .banner-desc h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .bs-banner.typ-home .banner-cont .btn-default {
    padding: 1.1rem 1.4rem;
    width: 25.4rem;
  }
  .bs-banner.typ-home .brand-fea-list {
    width: 100%;
  }
  .bs-banner.typ-home .brand-fea-list .brand-fea-item {
    left: 2rem;
    position: absolute;
    right: auto;
    top: 60%;
  }
  .bs-banner.typ-home .brand-fea-list .brand-fea-item:first-child {
    bottom: auto;
    left: auto;
    right: 2rem;
    top: 25%;
  }
  .bs-banner.typ-home .brand-fea-list .brand-fea-item:last-child {
    bottom: auto;
    left: 2rem;
    right: auto;
    top: 7%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bs-banner.typ-prt-details .course-logo {
    margin-bottom: 0.5rem;
  }
  .bs-banner.typ-prt-details .course-sub-head {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bs-banner.typ-home {
    height: 70rem;
    padding-top: 0;
  }
  .bs-banner.typ-home .banner-cont {
    width: 100%;
  }
  .bs-banner.typ-home .brand-fea-list {
    top: 29%;
  }
  .bs-banner.typ-home
    .brand-fea-list
    .brand-fea-item
    .brand-fea-icon
    img
    .banner-cont {
    left: auto;
    padding: 1rem;
    position: relative;
    text-align: center;
    top: 6.9rem;
    width: 100%;
    z-index: 1;
  }
  .bs-banner.typ-home
    .brand-fea-list
    .brand-fea-item
    .brand-fea-icon
    img
    .banner-cont
    .banner-title {
    color: #00284d;
    font-family: Montserrat-800;
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
  .bs-banner.typ-home
    .brand-fea-list
    .brand-fea-item
    .brand-fea-icon
    img
    .banner-cont
    .banner-desc {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .bs-banner.typ-prt-details .courses-sec {
    padding-left: 0 !important;
  }

  .bs-banner.typ-prt-details .ban-content {
    margin-top: 1rem;
    width: 21.2rem;
  }
  .bs-banner.typ-prt-details .course-sub-head {
    font-family: Montserrat-600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-top: 1rem;
  }
  .bs-banner.typ-prt-details .course-head h1,
  .bs-banner.typ-prt-details .course-head h2,
  .bs-banner.typ-prt-details .course-head h3 {
    display: block;
  }
  .bs-banner.typ-prt-details .coupon-code-box .coupen-name {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0.6rem 0.7rem;
    width: 44%;
  }
  .bs-banner.typ-prt-details .coupon-code-box .coupen-code {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0.6rem 0.7rem;
    width: 56%;
  }
  .bs-banner.typ-prt-details .content-d {
    display: block;
    width: 60%;
  }
}
.cp-faq {
  border: 1px solid #eee;
}
.cp-faq .accord-list {
  background: #fff;
}
.cp-faq .accord-list .accord-item {
  border-bottom: 1px solid #ebebeb;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
}
.cp-faq .accord-list .accord-item .accord-link {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1f2733;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0 2.4rem 2.4rem;
}
.cp-faq .accord-list .accord-item .accord-link a {
  color: #1f2733;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-right: 4rem;
}
.cp-faq .accord-list .accord-item .accord-link .icon-next {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cp-faq .accord-list .accord-item .accord-link:before {
  color: #cacaca;
  content: "\e906";
  font-family: icomoon !important;
  font-size: 1rem;
  position: absolute;
  right: 2rem;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cp-faq .accord-list .accord-item .accord-link.active {
  background: #fbfbfb;
  color: #00284d;
  font-weight: 700;
}
.cp-faq .accord-list .accord-item .accord-link.active:before {
  color: #004a8f;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cp-faq .accord-list .accord-item .accord-link.active a {
  color: #00284d;
  font-family: Montserrat-700;
}
.cp-faq .accord-list .accord-item:last-of-type {
  border-bottom: 1px solid transparent;
}
.cp-faq .accord-list .accord-item:first-of-type .accord-cont {
  display: block;
}
.cp-faq .accord-list .accord-item .accord-cont {
  border-bottom: 1px solid #ebebeb;
  display: none;
  padding: 0 2.4rem 2.4rem;
}
.cp-faq .accord-list .accord-item .accord-cont.active {
  background: #fbfbfb;
}
.cp-faq .accord-list .accord-item .accord-cont:last-of-type {
  border-bottom: 1px solid transparent;
}
.cp-faq .accord-list .accord-item .accord-cont .accord-desc {
  color: #676767;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0.3rem;
  padding-top: 1.2rem;
}
.cp-faq .accord-list .accord-item .accord-cont .accord-desc:first-child {
  padding-top: 0;
}
.cp-faq .accord-list .accord-item .accord-cont .accord-cont-link {
  color: #00284d;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding-top: 2rem;
  position: relative;
  text-decoration: underline;
}
.cp-faq .accord-list .accord-item .accord-cont .accord-cont-link:after {
  background-color: #00284d;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
}
.cp-faq .accord-list .accord-item .accord-cont .accord-cont-link.typ-external {
  padding-top: 0;
}
.cp-faq.typ-payment {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.cp-faq.typ-payment .accord-item .accord-cont .accord-desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0;
  padding-bottom: 5.6rem;
  padding-top: 1.6rem;
}
.cp-faq.typ-eligibilty .accord-list .accord-item .accord-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cp-faq.typ-eligibilty .accord-list .accord-item .accord-link.active {
  background: #fbfbfb;
}
.cp-faq.typ-eligibilty .accord-list .accord-item .accord-cont {
  padding: 2.4rem;
}
.cp-faq.typ-eligibilty
  .accord-list
  .accord-item
  .accord-cont
  .accord-cont-link {
  color: #004a8f;
}
.act-btn {
  margin-top: 4.8rem;
  text-align: center;
}
.load-more-wrapper {
  margin-top: 4rem;
  text-align: center;
}
.load-more-wrapper .btn-outline-with-icon .icon {
  margin-left: 17px;
}
.load-more-wrapper.individualproduct-btn {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 992px) {
  .cp-faq.typ-eligibilty .accord-list .accord-item .accord-link {
    background: #fff;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-faq .accord-list .accord-item .accord-link {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.3rem 0 1.3rem 1.6rem;
    padding-bottom: 1.6rem;
    width: 100%;
  }
  .cp-faq .accord-list .accord-item .accord-link a {
    font-family: Montserrat-400;
    font-size: 1.6rem;
    width: 80%;
  }
  .cp-faq .accord-list .accord-item .accord-cont {
    padding: 0 1.6rem 1.3rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-top: 1rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-cont-link {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .cp-faq .accord-list .accord-item .accord-cont .accord-cont-link.hide-mobile {
    display: none;
  }
  .act-btn,
  .act-btn.type-act-btn {
    margin-top: 1.6rem;
  }
  .typ-paymentfaq .act-btn .btn-outline-with-icon {
    padding: 1.1rem 6.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .typ-paymentfaq .act-btn .btn-outline-with-icon {
    padding: 1.1rem 6.4rem;
  }
  .cp-faq .accord-list .accord-item {
    background-color: #fbfbfb;
    border: 1px solid #eee;
  }
  .cp-faq.typ-payment .accord-item .accord-link {
    padding: 1.1rem 0 1.6rem 2.4rem;
  }
  .cp-faq.typ-payment .accord-item .accord-cont {
    padding: 0 1.6rem 1.6rem 2.4rem;
  }
  .cp-faq.typ-payment .accord-item .accord-cont .accord-desc {
    padding-bottom: 1.6rem;
  }
  .cp-faq.typ-payment {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .load-more-wrapper {
    margin-top: 1.6rem;
  }
  .load-more-wrapper .btn-outline-with-icon:active,
  .load-more-wrapper .btn-outline-with-icon:hover {
    background-color: transparent;
  }
}
.morecontent span {
  display: none;
}
.accord-cont-link {
  display: block;
}
.cp-key-feature-benefit .box-wrap {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 2.9rem;
}
.cp-key-feature-benefit .box-wrap .feature-box-wrap {
  background: #ebfcff;
  border-radius: 1pc;
  margin-right: 2.4rem;
  padding: 3.2rem 2.4rem;
  width: 33.33%;
}
.cp-key-feature-benefit .box-wrap .feature-box-wrap:last-child {
  margin-right: 0;
}
.cp-key-feature-benefit .box-wrap .features-icons {
  margin-bottom: 1rem;
  width: 4.1rem;
}
.cp-key-feature-benefit .box-wrap .features-icons img {
  color: #00284d;
  width: 4.5rem;
}
.cp-key-feature-benefit .box-wrap .feature-cont {
  color: #4f5257;
  font-family: Montserrat-400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cp-key-feature-benefit .box-wrap.typ-4-box.last {
  margin-bottom: 0;
}
.cp-key-feature-benefit .box-wrap.typ-4-box .feature-box-wrap {
  background: #ebfcff;
  border-radius: 1pc;
  margin-right: 3.8rem;
  padding: 3.2rem 2.3rem;
}
.cp-key-feature-benefit .box-wrap.typ-4-box .feature-box-wrap:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .cp-key-feature-benefit .box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cp-key-feature-benefit .box-wrap .feature-box-wrap {
    padding: 1rem 1.8rem;
    width: 30.33%;
  }
  .cp-key-feature-benefit .box-wrap.typ-4-box .feature-box-wrap {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .js-seemorefeaturesBtn {
    display: block;
    margin: 0 auto;
    min-width: 23.7rem;
    padding: 1rem;
    text-align: center;
  }
  .cp-key-feature-benefit .box-wrap {
    margin-bottom: 0;
  }
  .cp-key-feature-benefit .box-wrap .feature-box-wrap {
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding: 1rem 1.8rem;
    width: 100%;
  }
  .cp-key-feature-benefit
    .box-wrap.typ-4-box.last
    .feature-box-wrap:last-child {
    margin-bottom: 0;
  }
  .cp-key-feature-benefit .box-wrap.typ-4-box .feature-box-wrap {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .cp-key-feature-benefit .box-wrap .feature-box-wrap {
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding: 2.4rem;
  }
  .cp-key-feature-benefit .box-wrap .features-icons {
    margin-bottom: 1.6rem;
  }
  .cp-key-feature-benefit .box-wrap .feature-cont {
    color: #4f5257;
    font-family: Montserrat-400;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.cp-yes-no {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28.5%;
}
.cp-yes-no,
.cp-yes-no .success-text,
.cp-yes-no .unsuccess-text {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.cp-yes-no .success-text,
.cp-yes-no .unsuccess-text {
  -ms-flex-pack: start;
  justify-content: start;
}
.cp-yes-no .success-text .icon,
.cp-yes-no .unsuccess-text .icon {
  margin-right: 1rem;
}
.cp-yes-no .success-text {
  color: #0eb88f;
  font-family: Montserrat-500;
  font-size: 1.6rem;
}
.cp-yes-no .success-text .icon {
  font-size: 2.5rem;
  margin-top: -5px;
}
.cp-yes-no .unsuccess-text {
  color: #c25c62;
  font-family: Montserrat-500;
  font-size: 1.6rem;
}
.cp-yes-no .unsuccess-text .icon {
  font-size: 2.5rem;
  margin-top: 9px;
}
@media only screen and (max-width: 992px) {
  .cp-yes-no {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-yes-no {
    width: 100%;
  }
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-site/css/fonts/slick.eot);
  src: url(clientlib-site/css/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(clientlib-site/css/fonts/slick.woff) format("woff"),
    url(clientlib-site/css/fonts/slick.ttf) format("truetype"),
    url(clientlib-site/css/fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: 0;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.bs-swiper.typ-graphicDesign {
  position: relative;
}
.bs-swiper.typ-graphicDesign .slick-slide {
  height: auto;
}
.bs-swiper.typ-graphicDesign .slick-next,
.bs-swiper.typ-graphicDesign .slick-prev {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1.4px 20px 1.4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 4rem;
  z-index: 1;
}
.bs-swiper.typ-graphicDesign .slick-next:before,
.bs-swiper.typ-graphicDesign .slick-prev:before {
  display: none;
}
.bs-swiper.typ-graphicDesign .slick-next .icon,
.bs-swiper.typ-graphicDesign .slick-prev .icon {
  color: #00284d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
}
.bs-swiper.typ-graphicDesign .slick-next:after,
.bs-swiper.typ-graphicDesign .slick-prev:after {
  content: none;
}
.bs-swiper.typ-moreOffer {
  position: relative;
}
.bs-swiper.typ-moreOffer.slick-slider {
  margin: 0 -15px;
}
.bs-swiper.typ-moreOffer .slick-slide {
  padding: 1.2rem;
}
.bs-swiper.typ-moreOffer img {
  border-radius: 10px;
}
.bs-swiper.typ-moreOffer .slick-slide {
  height: auto;
}
.bs-swiper.typ-moreOffer .slick-slide:nth-child(3) {
  margin-right: 0;
}
.bs-swiper.typ-moreOffer .slick-next,
.bs-swiper.typ-moreOffer .slick-prev {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 3.2rem;
  z-index: 1;
}
.bs-swiper.typ-moreOffer .slick-next:before,
.bs-swiper.typ-moreOffer .slick-prev:before {
  display: none;
}
.bs-swiper.typ-moreOffer .slick-next .icon,
.bs-swiper.typ-moreOffer .slick-prev .icon {
  color: #00284d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
}
.bs-swiper.typ-moreOffer .slick-disabled {
  opacity: 0.5;
}
.bs-swiper.typ-moreOffer .slick-prev {
  left: -52px;
}
.bs-swiper.typ-moreOffer .slick-next {
  right: -52px;
}
.bs-swiper.typ-testimonial {
  position: relative;
}
.bs-swiper.typ-testimonial .slick-list {
  padding-left: 0 !important;
}
.bs-swiper.typ-testimonial .slick-slide {
  height: auto;
}
.bs-swiper.typ-testimonial .slick-dots {
  bottom: -37px;
}
.bs-swiper.typ-testimonial .slick-dots li button {
  background: 0 0;
  border: 2px solid #004a8f;
  border-radius: 5px;
  height: 1rem;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 1rem;
}
.bs-swiper.typ-testimonial .slick-dots li.slick-active button {
  background: #004a8f;
}
.bs-swiper.typ-article {
  position: relative;
}
.bs-swiper.typ-article .slick-slide {
  margin-right: 1.5rem;
}
.bs-swiper.typ-article .slick-next,
.bs-swiper.typ-article .slick-prev {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1.4px 20px 1.4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 4rem;
  z-index: 10;
}
.bs-swiper.typ-article .slick-next:before,
.bs-swiper.typ-article .slick-prev:before {
  display: none;
}
.bs-swiper.typ-article .slick-next .icon,
.bs-swiper.typ-article .slick-prev .icon {
  color: #00284d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
}
.bs-swiper.typ-article .slick-next:after,
.bs-swiper.typ-article .slick-prev:after {
  content: none;
}
.bs-swiper.typ-article .slick-prev {
  left: -60px;
}
.bs-swiper.typ-article .slick-next {
  right: -60px;
}
@media only screen and (max-width: 992px) {
  .bs-swiper.typ-graphicDesign .slick-next .icon,
  .bs-swiper.typ-graphicDesign .slick-prev .icon {
    font-size: 1.3rem;
  }
  .bs-swiper.typ-graphicDesign .slick-next,
  .bs-swiper.typ-graphicDesign .slick-prev {
    height: 3.2rem;
    width: 3.2rem;
  }
  .bs-swiper.typ-graphicDesign .slick-next {
    right: -13px;
  }
  .bs-swiper.typ-graphicDesign .slick-prev {
    left: -13px;
  }
  .bs-swiper.typ-moreOffer .img-wrap {
    margin-bottom: 1.6rem;
  }
  .bs-swiper.typ-article .slick-next,
  .bs-swiper.typ-article .slick-prev {
    display: none;
  }
  .bs-swiper.typ-Featuredoffer .swiper-slide {
    width: 33.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .bs-swiper.typ-moreOffer .slick-prev {
    left: 0;
  }
  .bs-swiper.typ-moreOffer .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .bs-banner.typ-prt-details .courses-sec,
  .bs-banner.typ-prt-details .courses-sec h3 {
    padding-left: 0 !important;
  }
  .bs-banner.typ-prt-details .courses-sec .ban-content {
    padding-top: 2rem;
    padding-left: 1.3rem;
  }
  .bs-banner.typ-prt-details .course-head h1,
  .bs-banner.typ-prt-details .course-head h2,
  .bs-banner.typ-prt-details .course-head h3 {
    width: 100% !important;
    font-size: 1.6rem !important;
  }
  .bs-banner.typ-prt-details .content-d h1 {
    margin: 12px auto !important;
    padding: 0 2rem;
  }
  .bs-swiper.typ-testimonial .slick-slide {
    margin-right: 1pc;
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  direction: ltr;
  height: 100%;
  max-width: 100%;
  outline: 0;
  overflow: hidden;
  position: relative;
}
.mCSB_container {
  height: auto;
  overflow: hidden;
  width: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 30px;
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  bottom: 0;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  height: auto;
  left: auto;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  width: 1pc;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: 0;
  right: auto;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 1pc;
  height: 100%;
  margin: 0 auto;
  width: 2px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 1pc;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 4px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 9pt;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 30px;
  margin-right: 0;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  height: 1pc;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 2px;
  margin: 7px 0;
  width: 100%;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 100%;
  left: 0;
  width: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 9pt;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  bottom: 0;
  height: auto;
  left: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCSB_container_wrapper > .mCSB_container {
  box-sizing: border-box;
  padding-bottom: 30px;
  padding-right: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-left: 30px;
  margin-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
  margin-right: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(clientlib-site/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -5pc 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -5pc -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -5pc -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -5pc -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 1px;
  width: 4px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 1px;
  width: 4px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -2pc 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -2pc -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -7pc 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -7pc -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -90pt -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -90pt -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 2px;
  width: 4px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 2px;
  width: 6px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  width: 100%;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px auto;
  width: 100%;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -1pc 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -1pc -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -6pc 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -6pc -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -75pt -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -75pt -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 2px;
  margin: 7px auto;
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -5pc 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -5pc -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -5pc -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -5pc -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 1px;
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 1pc;
  margin: -1px 0;
  width: 1pc;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 1pc;
  margin: 0 -1px;
  width: 1pc;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -7pc;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -8pc;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -5pc -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -5pc -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -5pc -7pc;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -5pc -8pc;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 0.3;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-repeat: repeat-x;
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -1pc -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -1pc -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -7pc;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -8pc;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -6pc -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -6pc -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -75pt -7pc;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -75pt -8pc;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
  background-repeat: repeat-y;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
  background-repeat: repeat-x;
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 1;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 1pc;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
  height: 8px;
  margin: 4px 0;
  width: 100%;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 8px;
  margin: 4px auto;
  width: 100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -2pc -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -2pc -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -7pc;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -8pc;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -7pc -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -7pc -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -90pt -7pc;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -90pt -8pc;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 1;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  bottom: 0;
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
  height: auto;
  left: 0;
  margin: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 9pt;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
  height: 9pt;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 1pc rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -2pc -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -2pc -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -7pc;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -8pc;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 1pc rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -7pc -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -7pc -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -90pt -7pc;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -90pt -8pc;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 9pt 0;
  right: 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 9pt;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 6px;
  margin: 5px 0;
  width: 100%;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 9pt;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 9pt;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -2pc -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -2pc -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -7pc;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -8pc;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -7pc -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -7pc -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -90pt -7pc;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -90pt -8pc;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  width: 9pt;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: 6px;
  left: 0;
  margin: 5px 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 9pt;
  margin: 2px 0;
  width: 100%;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -2pc -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -2pc -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -7pc;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -8pc;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -7pc -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -7pc -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -90pt -7pc;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -90pt -8pc;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #004a8f;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dfdfdf4d;
}
.cp-benefits .benefits-list .list-item {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .cp-benefits .benefits-list {
    flex-direction: column;
  }
}
.cp-partner .partner-list .list-item:hover .cmp-teaser__link {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
}
.cp-partner .partner-list .list-item .cmp-teaser__link {
  border-radius: 1.6rem;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.cmp-teaser__title {
  display: none;
}
.availoffer_listing,
.benefits-list,
.benfits-list,
.bottom-sec,
.cmp-languagenavigation__group,
.cmp-list,
.cmp-navigation__group,
.cont-link-list,
.course24-list,
.cp-articleList,
.deals-list,
.f-link-list,
.join-list,
.level-card-list,
.link-list,
.list-profiel,
.making-list,
.paginationList,
.professions-list,
.resizer-nav-list,
.select-data-list,
.socialIcon,
.solution-list,
.sublink,
.testimonials-list {
  padding-left: 0;
}
.availoffer_listing li,
.benefits-list li,
.benfits-list li,
.bottom-sec li,
.cmp-languagenavigation__group li,
.cmp-list li,
.cmp-navigation__group li,
.cont-link-list li,
.course24-list li,
.cp-articleList li,
.deals-list li,
.f-link-list li,
.join-list li,
.level-card-list li,
.link-list li,
.list-profiel li,
.making-list li,
.paginationList li,
.professions-list li,
.resizer-nav-list li,
.select-data-list li,
.socialIcon li,
.solution-list li,
.sublink li,
.testimonials-list li {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .bs-sec.typ-partner-faq
    .cp-faq
    .accord-list
    .accord-item
    .accord-link.active
    a {
    font-family: Montserrat-700;
    font-size: 1.8rem;
  }
  .bs-sec.typ-partner-faq
    .cp-faq
    .accord-list
    .accord-item
    .accord-cont
    .accord-desc {
    color: #676767;
    font-family: Montserrat-400;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

/* Dattatray changes 21-09-23 */
.courses-sec {
  padding-left: 0;
}

.bs-banner.typ-prt-details h3 {
  width: 100% !important;
}

/*.bs-banner.typ-prt-details .courses-sec {
  height: 30.6rem !important;
  overflow: visible !important;
  padding-left: 0 !important; 
} */

.bs-banner.typ-prt-details .courses-sec {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    height: 30.6rem;
    overflow: hidden;
    padding-top: 1.5rem;
    position: relative
}
.bs-banner.typ-prt-details .courses-sec .banner-bg {
  height: 30.6rem;
  object-fit: cover;
}

.cp-making-life .making-life-wrap .making-head,
.cp-making-life .making-life-wrap .making-head h1,
.cp-making-life .making-life-wrap .making-head h2,
.cp-making-life .making-life-wrap .making-head h3,
.cp-making-life .making-life-wrap .making-head p {
  font-size: 4.2rem;
  line-height: 5rem;
  width: 75%;
}
.cp-moreoffer .typ-moreOffer .article-block {
  max-height: initial;
  height: 38.2rem !important;
}
.bs-sec.typ-youmaylike .bs-swiper.typ-moreOffer img {
  height: 20rem;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1366px) {
  .bs-banner.typ-prt-details .course-head h3 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cp-making-life .making-life-wrap .making-head,
  .cp-making-life .making-life-wrap .making-head h1,
  .cp-making-life .making-life-wrap .making-head h2,
  .cp-making-life .making-life-wrap .making-head h3,
  .cp-making-life .making-life-wrap .making-head p,
  .bs-sec.typ-profession-title .sec-head .sec-title,
  .bs-sec.typ-profession-title .sec-head .sec-title h1,
  .bs-sec.typ-profession-title .sec-head .sec-title h2,
  .bs-sec.typ-profession-title .sec-head .sec-title h3 {
    width: 100%;
    text-align: center;
  }
  .cp-account-feature .deals-list .list-item:nth-last-child(-n + 4) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .bs-banner.typ-prt-details .courses-sec {
    height: auto !important;
    padding-left: 0 !important;
  }
  .bs-banner.typ-prt-details .courses-sec .banner-bg {
    height: auto;
  }
  .cp-making-life .making-life-wrap {
    justify-content: center;
  }
  .cp-moreoffer .typ-moreOffer .article-block {
    max-height: initial !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .bs-banner.typ-prt-details .courses-sec .banner-bg {
    height: 37.5rem;
  }
  .bs-banner.typ-prt-details .courses-sec .ban-content {
    padding-left: 2.6rem;
  }
  .bs-banner.typ-prt-details .courses-sec {
    height: auto;
  }

  .bs-banner.typ-prt-details .courses-sec .ban-content {
    width: 36rem;
  }

  .bs-banner.typ-prt-details .content-d
  {
    width: auto !important;
  }

  .bs-banner.typ-prt-details .coupon-code-box {
    width: 20.5rem;
  }
  .bs-banner.typ-prt-details h3 {
    font-size: 1.4rem !important;
  }

  .cp-making-life .making-life-wrap .making-head,
  .cp-making-life .making-life-wrap .making-head h1,
  .cp-making-life .making-life-wrap .making-head h2,
  .cp-making-life .making-life-wrap .making-head h3,
  .cp-making-life .making-life-wrap .making-head p,
  .eligibility .sec-head h2,
  .eligibility .sec-head h3,
  .eligibility .sec-head p,
  .profession-list .sec-head h1,
  .profession-list .sec-head h2,
  .profession-list .sec-head h3,
  .profession-list .sec-head p,
  .bs-sec.typ-want-title .sec-head .sec-title h1,
  .bs-sec.typ-want-title .sec-head .sec-title h2,
  .bs-sec.typ-want-title .sec-head .sec-title h3,
  .bs-sec.typ-want-title .sec-head .sec-title p,
  .bs-sec.typ-profession-title .sec-head .sec-title,
  .bs-sec.typ-profession-title .sec-head .sec-title h1,
  .bs-sec.typ-profession-title .sec-head .sec-title h2,
  .bs-sec.typ-profession-title .sec-head .sec-title h3 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: left;
  }
  .cp-moreoffer .typ-moreOffer .article-block {
    max-height: initial !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article-block .cont-wrap .bottom-sec li .icon-calendar .date,
  .article-block .cont-wrap .bottom-sec li .icon-time .date {
    margin: 0 0.3rem;
  }
  .article-block .cont-wrap {
    padding: 0.8rem;
  }
  .typ-youmaylike .article-block .cont-wrap .cont-title,
  .article-block .cont-wrap .sublink .sublink-item {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .article-block .cont-wrap .bottom-sec li .icon-calendar .date,
  .article-block .cont-wrap .bottom-sec li .icon-time .date {
    font-size: 1.2rem;
  }
  .article-block .cont-wrap .bottom-sec li .icon-calendar:before,
  .article-block .cont-wrap .bottom-sec li .icon-time:before {
    font-size: 1.6rem;
  }
  .article-block .cont-wrap .sublink .icon {
    font-size: 1.2rem;
  }
}
