:root {
  --primary-color:#3d46ec;
  --secondary-color-dark: #b2b2b2;
  --secondary-color-light: #d8d8d8;
  --secondary-color-bg: #f1f1f1;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
  src: url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf");
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-light.ttf");
  src: url("../fonts/helvetica-light.ttf") format("truetype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Oblique.ttf");
  src: url("../fonts/Helvetica-Oblique.ttf") format("truetype"), url("../fonts/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/Helvetica-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold-Italic.ttf");
  src: url("../fonts/Helvetica-Bold-Italic.ttf") format("truetype"), url("../fonts/Helvetica-Bold-Italic.woff2") format("woff2"), url("../fonts/Helvetica-Bold-Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@media (max-width: 770px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Helvetica";
  font-weight: 400;
}
body h1 {
  font-size: 5.5rem;
  font-weight: 600;
}
@media (max-width: 770px) {
  body h1 {
    font-size: 4rem;
  }
}
body h2 {
  font-size: 3.5rem;
  font-weight: 600;
}
body p {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
body p.sub-heading {
  font-size: 2rem;
}
body h3 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body .italic {
  font-style: italic;
}
body .mb-3 {
  margin-bottom: 3rem;
}
body .mt-3 {
  margin-top: 3rem;
}
body .mb-4 {
  margin-bottom: 4rem;
}
body .mb-6 {
  margin-bottom: 6rem;
}
body .pt-3 {
  padding-top: 3rem;
}
body .pt-4 {
  padding-top: 4rem;
}
body .padding-v-100 {
  padding: 100px 0px;
}
body .pt-6 {
  padding-top: 6rem;
}
body .pb-3 {
  padding-bottom: 3rem;
}
body .flex-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mr-3 {
  margin-right: 3rem;
}
body h4 {
  font-size: 2rem;
  font-weight: 600;
}
body .font-size-2 *, body .font-size-2 {
  font-size: 2rem;
}
body .mb-1 {
  margin-bottom: 1rem;
}
body .width-100 {
  width: 100%;
}
body .border-bottom-left {
  margin-bottom: 5rem;
  position: relative;
}
body i.fa {
  font-style: initial;
  margin-right: 1rem;
  font-size: 1.6rem;
}
body .mb-0 {
  margin-bottom: 0;
}
body .cross-price {
  text-decoration: line-through;
}
body .flex-right {
  display: flex;
  justify-content: flex-end;
}
body input#search::-moz-placeholder {
  font-family: "Helvetica" !important;
}
body input#search::placeholder {
  font-family: "Helvetica" !important;
}
body li.first-lvl-item > a.first-lvl-item-link {
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  body li.first-lvl-item > a.first-lvl-item-link {
    font-size: 1.4rem;
  }
}
body .block-search .input-text {
  height: 28px;
  line-height: 28px;
}
body div#header-container {
  z-index: 11;
}
body div#header-container .inner-container .hp-blocks-holder {
  padding: 1.5rem 0 1.5rem 0;
}
body .header-container .logo-wrapper .logo img {
  margin-top: 0px;
}
body ul.first-lvl ul.second-lvl ul.third-lvl {
  display: none;
}
body ul li.first-lvl-item > a.first-lvl-item-link {
  padding-left: 0;
}
body ul.second-lvl {
  padding: 1.6rem;
  border-radius: 2rem;
  z-index: 1;
  border-top: 2px solid var(--primary-color);
  margin-top: 1rem;
  background-color: var(--secondary-color-light);
}
body ul.second-lvl a {
  font-size: 1.5rem;
}
body ul.second-lvl a:hover {
  color: var(--secondary-color-dark);
  transition: 0.3s;
}
body .mega-menu-az ul > li, body .mega-menu-az ol > li {
  margin-bottom: 0;
  padding: 0.2rem 0;
}
body .mega-menu-az {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body form#search_aa_mini_form {
  padding: 0.65rem 2rem;
  border-radius: 2.5rem;
  background-color: rgba(217, 217, 217, 0.3215686275);
}
body div#algolia-searchbox span#algolia-glass:after {
  filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(23deg) brightness(91%) contrast(86%);
  top: -35px;
}
body .hp-block.grid12-5 {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  width: 37%;
}
body .hp-block.grid12-5 > div {
  width: 50%;
}
@media (max-width: 1200px) {
  body .hp-block.grid12-5 > div {
    width: auto;
  }
}
body a.std-loginout span.cusUsericonLbl {
  background: #3d46ec;
  color: #fff;
  padding: 1.2rem 4rem;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 3rem;
}
@media (max-width: 1200px) {
  body a.std-loginout span.cusUsericonLbl {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
body a.mini-cart-icon-header {
  width: 30px;
  display: block;
}
@media (max-width: 1200px) {
  body a.mini-cart-icon-header {
    width: 20px;
  }
}
@media (max-width: 770px) {
  body a.mini-cart-icon-header {
    width: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  body a.mini-cart-icon-header img {
    width: 22px;
    display: block;
  }
}
body .section-one {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media (max-width: 770px) {
  body .section-one {
    margin-top: 34rem;
  }
}
@media (max-width: 480px) {
  body .section-one {
    margin-top: 14rem;
  }
}
body .section-one .inner-container {
  margin-bottom: 2rem;
  min-height: 590px;
  padding-bottom: 5rem;
}
body .vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 770px) {
  body .vertical-center {
    flex-direction: column;
    justify-content: space-between;
  }
}
body a.btn-primary {
  position: relative;
  background: var(--primary-color);
  color: #fff;
  padding: 1.25rem 7rem 1.25rem 3rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 600;
  transition: 0.4s ease;
  margin-right: 2rem;
}
body a.btn-primary:hover {
  background-color: var(--secondary-color-dark);
}
body a.btn-primary:hover:after {
  -webkit-text-stroke: 2px var(--secondary-color-dark);
}
body a.btn-primary:after {
  position: absolute;
  content: "\f178";
  font-weight: 400;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 2.8rem;
  width: 30px;
  height: 100%;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -webkit-text-stroke: 2px var(--primary-color);
  transition: 0.4s ease;
}
body a.btn-secondary {
  position: relative;
  background: #fff;
  color: var(--primary-color);
  padding: 1.25rem 6rem 1.25rem 3rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 600;
  outline: 1px solid var(--primary-color);
  transition: 0.4s ease;
}
body a.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body a.btn-secondary:hover:after {
  -webkit-text-stroke: 2px var(--primary-color);
  color: #fff;
}
body a.btn-secondary:after {
  position: absolute;
  content: "\f178";
  font-weight: 400;
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-size: 2.8rem;
  width: 30px;
  height: 100%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -webkit-text-stroke: 2px #fff;
  transition: 0.4s ease;
}
body .vertical-center-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body h2.short-border-heading {
  position: relative;
  margin-bottom: 3rem;
}
body .section-two {
  margin-top: 5rem;
  margin-bottom: 10rem;
  position: relative;
}
body .big-circle {
  position: absolute;
  bottom: -1%;
  left: -4%;
  width: 20%;
  z-index: -2;
}
body h2.short-border-heading:after {
  content: "";
  height: 4px;
  display: table;
  margin: 0 auto;
  background: var(--primary-color);
  width: 120px;
  margin-top: 3rem;
}
body .image-circle-inherit {
  position: relative;
}
body .image-circle-rotate {
  width: 90px;
  position: absolute;
  left: -35px;
  bottom: -30px;
  z-index: -1;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body .vs-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
  position: relative;
}
body .vs-block .col-right {
  width: 47%;
  padding: 2rem 3rem 0rem 5rem;
  border: 1px solid #000;
  border-radius: 2rem;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 480px) {
  body .vs-block .col-right {
    padding: 2rem 2rem 0rem 3rem;
  }
}
body .vs-block .col-left {
  width: 47%;
  padding: 2rem 5rem 0rem 3rem;
  border: 1px solid #000;
  border-radius: 2rem;
  z-index: 1;
  background-color: transparent;
}
@media (max-width: 480px) {
  body .vs-block .col-left {
    padding: 2rem 3rem 0rem 2rem;
  }
}
body .vs-block .col-center-icon {
  width: 100px;
  height: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 13px 0px rgb(205, 213, 236);
  border-radius: 1rem;
  z-index: 2;
  background: #fff;
}
@media (max-width: 480px) {
  body .vs-block .col-center-icon {
    width: 60px;
  }
}
body .vs-block .col-center-icon img {
  width: 35px;
}
body .text-color-primary {
  color: var(--primary-color);
}
body .section-three {
  margin-top: 5rem;
  margin-bottom: 10rem;
  position: relative;
}
body .full-width-blue {
  min-height: 380px;
  position: absolute;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(61, 70, 236) 27%);
  top: 17rem;
  display: block;
  width: 100%;
  z-index: -1;
}
body .section-four {
  padding-top: 10rem;
  margin-bottom: 15rem;
  position: relative;
}
@media (max-width: 770px) {
  body .section-four {
    padding-top: 2rem;
  }
  body .section-four .highly-skilled:nth-child(even) .sec_flex {
    flex-direction: column-reverse;
  }
}
body .section-four p.sub-heading {
  width: 80%;
  margin: auto;
}
body .section-four .social__icon {
  margin-bottom: 2rem;
}
body .section-four p.moretext {
  display: none;
}
body .section-four div.moreclass {
  display: block;
}
body .section-four div.moreclass p.moretext {
  display: block;
}
body .section-four .sec_flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 770px) {
  body .section-four .sec_flex {
    flex-direction: column;
  }
}
body .section-four button.rm_myBtn {
  background: transparent;
  padding: 0px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--primary-color);
}
body .section-four .see__pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .border-bottom-left:after {
  content: "";
  display: block;
  background-color: var(--primary-color);
  height: 5px;
  width: 120px;
  margin-top: 2rem;
}
body .section-five {
  contain: content;
  background-color: var(--secondary-color-bg);
}
body .section-five .row {
  display: flex;
}
@media (max-width: 770px) {
  body .section-five .row {
    flex-direction: column;
    gap: 10px;
  }
  body .section-five .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
body .circle-big-fat {
  position: absolute;
  bottom: -80%;
  right: -79%;
  width: 115%;
  z-index: -1;
}
body .s5-row-1 {
  position: relative;
}
body .ssd-page .section-two {
  margin-bottom: 5rem;
}
body .ssd-page .icon-n-text {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  padding: 3rem;
}
body .ssd-page .row.icon-n-text-row {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  position: relative;
  margin-bottom: 3rem;
}
body .ssd-page .icon-n-text span {
  display: block;
  text-align: center;
}
body .ssd-page .icon-n-text-item1 {
  position: relative;
  padding: 2rem;
  border-radius: 50%;
}
body .ssd-page .icon-n-text-item1:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 48%;
  width: 19%;
  height: 31px;
  background-size: 100% auto;
}
body .ssd-page .row.icon-n-text-row:after {
  content: "";
  position: absolute;
  background: url(https://i.imgur.com/NONuZZ5.png);
  left: -15px;
  top: -10px;
  width: 1044px;
  height: 354px;
  background-size: 100% auto;
  z-index: -1;
}
body .ssd-page .blog__section {
  background-color: #f1f1f1;
  padding: 8rem 0rem;
  margin-top: 50px;
  background-image: url(https://qa.cloudinstitute.io/pub/media/wysiwyg/bt_circle_7.png);
  background-repeat: no-repeat;
  background-position: -10% 75%;
}
body .ssd-page h2.short-border-heading {
  position: relative;
  margin-bottom: 3rem;
}
body .ssd-page h2.short-border-heading:after {
  content: "";
  height: 4px;
  display: table;
  margin: 0 auto;
  background: var(--primary-color);
  width: 120px;
  margin-top: 3rem;
}
body .ssd-page .sec_flex {
  display: flex;
  align-items: center;
}
body .ssd-page .blog__box {
  background: #fff;
  height: 250px;
  width: 280px;
  margin-right: 30px;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
body .ssd-page .bt_circle_box_2 {
  top: -15%;
  right: 0;
}
body .ssd-page .blog__section .bt_circle_box_2 {
  z-index: 0;
  right: 18%;
  top: -15%;
}
body .ssd-page .blog__box a.blog__btn {
  height: 40px;
  width: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .ssd-page .blog__box a.blog__btn i.fa {
  color: #fff;
  margin: 0px;
}
body .ssd-page .circle_box {
  position: absolute;
  z-index: -1;
}
body .ssd-page .section-four {
  padding-top: 0;
}
body .border-right-black {
  border-right: 1px solid #000;
}
body a.link-underline {
  display: block;
  text-decoration: underline;
}
body .cross-price {
  text-decoration: line-through;
}
body .circle-one {
  position: relative;
  z-index: 0;
}
body .circle-one > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -3%;
  width: 180px;
  min-height: 180px !important;
  display: block;
}
body .pricing-page {
  margin-top: 5rem;
}
body .pricing-page .p-section-one {
  background-color: var(--secondary-color-bg);
  overflow: hidden;
}
body .pricing-page .p-section-one h1 {
  margin-bottom: 0;
}
body .circle-two {
  position: relative;
  display: block;
}
body .circle-two > img {
  position: absolute;
  width: 400px;
  right: -9%;
  min-height: 400px;
}
body .page-footer .footer-primary {
  color: #000;
}
body .page-footer .footer-primary p {
  margin-bottom: 0;
}
body .page-footer .footer-primary a {
  color: #000;
}
body .page-footer .footer-primary a:hover {
  color: #aaa;
}
body .page-footer .footer-primary h3.block-title.heading {
  font-size: 2.6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
body .page-footer .footer-primary .schedule_link {
  color: var(--primary-color);
  text-decoration: underline;
}
body .page-footer .footer-primary ul.disc {
  color: #000;
}
body .page-footer .footer-primary ul.disc li {
  margin-bottom: 1.4rem;
}
body .page-footer .footer-primary ul.disc li:before {
  content: "\f0da";
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "FontAwesome";
  margin-right: 1rem;
}
body .page-footer .footer-primary ul.footer-social-list li {
  margin-bottom: 1rem;
}
body .page-footer .footer-primary ul.footer-social-list li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
body .page-footer .footer-primary ul.footer-social-list li img {
  width: 50px;
}
@media (max-width: 770px) {
  body .page-footer .footer-primary .grid12-3 {
    width: 48%;
  }
  body .page-footer .footer-primary .grid12-3:nth-child(4) {
    clear: both;
  }
}
body .page-footer .footer-bottom .item-left {
  position: relative;
}
body .page-footer .footer-bottom .footer-copyright .copyright {
  font-size: 1.8rem;
}
body .page-footer .footer-bottom .footer-privacy {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 770px) {
  body .page-footer .footer-bottom .footer-privacy {
    position: static;
  }
}
body .getsubscriptionprod {
  float: left;
  width: 58%;
  margin-right: 2%;
  padding: 2rem;
  border: 1px solid #333;
  margin-top: 1.5rem;
}
@media (max-width: 770px) {
  body .getsubscriptionprod {
    width: 100%;
    margin-right: 2%;
  }
}
body div#algolia-searchbox input#search::-moz-placeholder {
  color: #858585 !important;
}
body div#algolia-searchbox input#search::placeholder {
  color: #858585 !important;
}
body div#algolia-searchbox input#search {
  background-color: rgba(217, 217, 217, 0);
}
body main#maincontent {
  overflow: hidden;
}
body img.circle-big-frist-screen {
  position: absolute;
  top: -9rem;
  right: -24rem;
  z-index: -1;
}
body .why-ci-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body img.circle-medium-2nd-screen {
  position: absolute;
  z-index: -1;
  left: -15rem;
  top: -23rem;
}
body .col-md-1 > img.circle-big-frist-screen {
  top: unset;
  bottom: -25rem;
  right: -18rem;
  z-index: -1;
  max-width: 35rem;
  opacity: 0.5;
}
body .skilled_item p {
  font-size: 2rem;
}
body .team-coaching-block-home li {
  margin-bottom: 0;
}
body .grey-bg-1 {
  background: #D9D9D9;
}
body .team-coaching-section-home, body .individualized-coach-section, body .skill-validation-section {
  padding-bottom: 6rem;
}
body .individualized-coach-section ul li {
  margin-bottom: 0;
}

.checkout-index-index .one-step-checkout li#checkout .messages .message.message-error.error {
  position: relative;
  width: 58%;
  display: flex;
  top: 2rem;
}
@media (max-width: 767px) {
  .checkout-index-index .one-step-checkout li#checkout .messages .message.message-error.error {
    width: 100%;
  }
}

main#maincontent .columns .success-custom-wrapper {
  margin-top: 10rem;
}

.home-section-one div h1, .home-section-one div h3 {
  font-weight: 400;
}

.home-section-one div h3 {
  margin-bottom: 0;
}

.home-section-one div a.btn-primary {
  margin-top: 5rem;
}

.h-section-one-right div h4 {
  font-size: 2rem;
  margin-top: 2rem;
  color: #3d46ec;
}

.inner-container.vertical-center > .row {
  width: 100%;
  display: flex;
}

.row {
  width: 100%;
  align-content: center;
}

.images > img {
  width: 210px;
  /* display: inline-block; */
}

.row.row-2-h-sec-1 {
  margin-top: 25rem;
  margin-bottom: 8rem;
}

.images > img.image-fk {
  position: absolute;
  top: 10rem;
  right: 6.5rem;
}

.row.row-2-h-sec-1 .col-md-7 h4 {
  font-size: 3.5rem;
  color: #3d46ec;
}

.row.row-2-h-sec-1 .col-md-7 p:before {
  content: "\f10d";
  font-weight: 400;
  font-family: "FontAwesome";
  position: absolute;
  left: -30px;
  top: -5px;
  color: #3d46ec;
}

.row.row-2-h-sec-1 .col-md-7 p:after {
  content: "\f10e";
  font-weight: 400;
  font-family: "FontAwesome";
  position: absolute;
  right: -30px;
  bottom: -5px;
  color: #3d46ec;
}

.row.row-2-h-sec-1 .col-md-7 p span {
  color: #3d46ec;
  font-weight: 600;
}

.row.row-2-h-sec-1 .col-md-7 p {
  font-size: 2.2rem;
  margin-top: 2rem;
}

.row.row-2-h-sec-1 .col-md-7 p {
  position: relative;
}

.section-one.home-section-one {
  margin-top: 19rem;
}

.vp-know {
  display: flex;
  flex-direction: row;
  margin-top: 6rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vp-know > span {
  font-size: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0.5rem;
}

.vp-know > span > a {
  width: 26px;
}
.vp-know > span > a img {
  max-width: 45px;
  max-height: 45px;
}

.section-one.home-section-one .inner-container .row {
  display: flex;
}

.modal-popup.request-price-modal-2 header.modal-header h2 {
  font-weight: 600;
  font-size: 2.6rem;
  border-bottom: none;
}
.modal-popup.request-price-modal-2 .form-pdp-inner.request-price form#rp-form .field label {
  display: none;
}
.modal-popup.request-price-modal-2 .form-pdp-inner.request-price form#rp-form .field .input {
  margin-bottom: 1rem;
}
.modal-popup.request-price-modal-2 .modal-inner-wrap .modal-footer {
  border-top: none;
}
.modal-popup.request-price-modal-2 input[type=text], .modal-popup.request-price-modal-2 input[type=password], .modal-popup.request-price-modal-2 input[type=url], .modal-popup.request-price-modal-2 input[type=tel], .modal-popup.request-price-modal-2 input[type=search], .modal-popup.request-price-modal-2 input[type=number], .modal-popup.request-price-modal-2 input[type=datetime], .modal-popup.request-price-modal-2 input[type=email] {
  height: 3.5rem;
  font-style: normal;
  line-height: 3.5rem;
}
.modal-popup.request-price-modal-2 input::-moz-placeholder {
  font-style: normal !important;
  font-size: 2.8rem;
}
.modal-popup.request-price-modal-2 input::placeholder {
  font-style: normal !important;
  font-size: 2.8rem;
}

.catalog-product-view .row.member {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.catalog-product-view .row.member .col-md-8:after {
  content: "";
  position: absolute;
  height: 1px;
  display: flex;
  right: 0;
  width: 30%;
  background: #3d46ec;
  top: 0;
}
.catalog-product-view .row.member > .col-md-6 {
  position: relative;
}
@media (max-width: 768px) {
  .catalog-product-view .row.member {
    margin-bottom: 2rem;
  }
}
.catalog-product-view .coach-pic {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .catalog-product-view .coach-pic {
    height: 90px;
    width: 90px;
  }
}
.catalog-product-view .coach-pic img {
  max-width: 100%;
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.catalog-product-view .product-lower-primary-column .nam-desig-social p {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.catalog-product-view .product-lower-primary-column .nam-desig-social p.name {
  color: #3d46ec;
  font-weight: 600;
}
.catalog-product-view img.circle-shape {
  position: absolute;
  width: 200px;
  max-height: 200px !important;
  left: -190px;
  top: -140px;
}
.catalog-product-view div#meet-coaches {
  position: relative;
}
.catalog-product-view p.coach-about {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

div#target-meet-the-coaches {
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .section-one.home-section-one > .inner-container > .row {
    align-content: center;
    flex-direction: column;
  }
  .vp-know > span {
    width: 100%;
  }
  .row.row-2-h-sec-1 > .col-md-7 > h4 {
    margin-top: 12rem;
  }
  .images > img {
    width: 44%;
  }
  .section-one.home-section-one .inner-container .row div h1 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .home-section-one div a.btn-primary {
    margin-bottom: 4rem;
  }
  body.catalog-product-view .collateral-tabs .grid12-12 {
    margin: 0;
  }
  body.catalog-product-view .row.team .col-md-6 {
    padding: 0;
  }
}
/* ipad and small desktop start */
@media only screen and (min-device-width: 768px) and (max-device-width: 1235px) {
  .inner-container {
    max-width: 100%;
  }
  li.first-lvl-item > a.first-lvl-item-link {
    padding: 1.5rem 1rem;
  }
  .hp-blocks-holder.hp-blocks-holder--stacked .hp-block.left-column.grid12-2 {
    width: 20%;
  }
  body .hp-block.grid12-5 {
    width: 55%;
  }
  .hp-blocks-holder.hp-blocks-holder--stacked > .grid12-5 {
    width: 30%;
  }
  .hp-blocks-holder.hp-blocks-holder--stacked > .hp-block.grid12-5 {
    width: 55%;
  }
}
/* ipad and small desktop end *//*# sourceMappingURL=style3.css.map */