  /* Top banner styles */
  
  .top-banner {
      position: relative;
      min-height: 550px;
      padding: 100px 0 0;
  }
  
  .top-banner .content-wrapper h1 {
      font-weight: 700;
      font-size: 64px;
      line-height: 87px;
      color: #313B3D;
      padding: 10px;
      margin-bottom: 0px;
  }
  
  .top-banner .content-wrapper p {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      color: #313B3D;
      padding: 10px;
      margin-bottom: 0px;
  }
  
  .top-banner .content-wrapper button {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 33px;
      color: white;
      width: 261px;
      height: 60px;
      left: 883px;
      top: 527px;
      background: #00A56F;
      border: none;
      border-radius: 40px;
      margin: 20px;
      padding: 0px;
  }
  
  #body-row {
      padding-top: 50px;
      padding-bottom: 70px;
  }
  
  .top-banner img {
      position: absolute;
      margin-top: -27px;
      height: 500px;
  }
  /* Navigation bar styles */
  
  .nav-tabs {
      border-bottom: none !important;
  }
  
  .body-nav {
      position: inherit;
      flex-wrap: nowrap;
  }
  
  .body-nav button {
      margin: 0 30px 0 0;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 44px;
      text-decoration: none;
      border: none !important;
      color: #474747;
      background-color: transparent !important;
  }
  
  .body-nav button:hover {
      background: -webkit-linear-gradient(360deg, #0AA4BD 5.34%, #00A56F 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border: 3px solid #00A56F;
  }
  
  .nav-link.active p {
      background: -webkit-linear-gradient(360deg, #0AA4BD 5.34%, #00A56F 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-bottom: 3px solid #00A56F !important;
  }
  
  .nav-link {
      color: #474747 !important;
  }
  
  .nav-link:hover {
      color: -webkit-linear-gradient(360deg, #0AA4BD 5.34%, #00A56F 100%) !important;
  }
  
  .scroll-box-container .tab-pane h1 {
      font-size: 28px;
      line-height: 1.5;
      font-weight: 600;
  }
  /* Scroll box styles */
  
  .scroll-box {
      padding-right: 40px;
      padding-left: 10px;
      height: 1044px;
      max-height: 1044px;
      overflow-y: scroll;
  }
  
  .scroll-box h3 {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 33px;
  }
  
  .scroll-box p {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
  }
  
  .scroll-box button {
      position: relative;
      display: flex;
      justify-content: center;
      background-color: #F8F8F8 !important;
      border-radius: 10px !important;
      height: 56px;
      margin: 10px;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #757575;
      margin-left: 0px !important;
      text-align: center;
  }
  
  .scroll-box-container {
      background-color: #ffff;
      padding: 10px;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
      border-radius: 10px;
  }
  /* Scroll bar styles */
  
  #myTabContent::-webkit-scrollbar {
      width: 8px;
  }
  
  #myTabContent::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  #myTabContent::-webkit-scrollbar-thumb {
      background-color: #0AA4BD;
  }
  
  .scroller {
      overflow-y: scroll;
      scrollbar-color: #0AA4BD rgba(196, 196, 196, 0.3);
      scrollbar-width: thin;
  }
  /* Accordian styles */
  
  .accordion-item {
      background-color: #fff;
      border: none !important;
  }
  /* Carousel Styles */
  
  .carousel-header {
      margin-bottom: 0px;
      padding-bottom: 40px;
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 49px;
      /* identical to box height */
      color: #313B3D;
  }
  
  .carousel-indicators [data-bs-target] {
      height: 10px !important;
      width: 10px !important;
      border-radius: 50%;
      background-color: #0AA4BD !important;
  }
  
  .carousel-indicators {
      margin-bottom: -50px !important;
  }
  
  .crsl-item {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffff;
      border: 1px solid #ffff;
      border-radius: 10px;
      margin: 10px;
      height: 200px;
      width: 200px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  
  .item-img {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  .csrl-background {
      display: flex;
      justify-content: center;
      background: linear-gradient(180deg, #ffff 55%, rgba(10, 164, 189, 0.05) 50%);
      padding: 100px;
  }
  /* Bottom banner styles */
  
  .bottom-banner {
      background: linear-gradient(97.23deg, #0AA4BD -0.84%, rgba(0, 165, 111, 0.5) 98.41%);
      background-size: cover;
      padding: 80px;
  }
  
  .bottom-banner h3 {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      line-height: 54px;
      color: #313B3D;
      object-fit: cover;
  }
  
  .bottom-banner p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: justify;
      color: #FFFFFF;
      object-fit: cover;
  }
  /* Bottom card styles */
  
  .bottom-card-title {
      margin-bottom: 0px !important;
      text-align: center;
      padding-top: 70px;
      padding-bottom: 54px;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 49px;
      /* identical to box height */
      color: #313B3D;
  }
  
  .bottom-card .card-wrapper {
      object-fit: contain;
      border: 1px solid #ffff;
      border-radius: 10px;
      background-color: #ffff;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  }
  
  .bottom-card img {
      padding: 10px;
  }
  
  .btm-head-details {
      margin-top: 30px;
  }
  
  .bottom-card .btm-head-details h3 {
      margin-top: 20px;
      margin-bottom: 0px !important;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 33px;
  }
  
  .bottom-card .btm-head-details p {
    	margin-top: 0px !important;
    	margin-bottom: 0px !important;
    	font-size: 16px;
    	color: #717171;
    	min-height: 70px;
    	text-overflow: ellipsis;
    	overflow: hidden;
    }
  
  .bottom-card .card-wrapper .decs {
      min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .comma-parents {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .bottom-card-commas {
      display: flex;
      justify-content: center;
  }
  
  .accordion-container {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  
  .bp_filled_stars {
      position: absolute;
      top: 0;
      color: #fc982c;
      overflow: hidden;
      float: left;
      left: 0;
  }
  
  .bp_blank_stars {
      position: relative;
      display: inline-block;
      color: #fc982c;
      overflow: hidden;
  }
  
  .bp_blank_stars::before {
      font-weight: 200;
      content: "\f006\f006\f006\f006\f006";
      font-family: fontawesome;
      font-size: 15px;
      letter-spacing: 2.5px;
  }
  
  .bp_filled_stars::before {
      font-weight: 200;
      content: "\f005\f005\f005\f005\f005";
      font-family: fontawesome;
      font-size: 15px;
      letter-spacing: 2.5px;
  }
  
  .card-text-contents {
      display: flex;
      flex-direction: column;
  }
  /* Body right phase styles */
  
  .right-phase-header {
      padding-top:20px;
      font-style: normal;
      font-weight: 550;
      font-size: 36px;
      line-height: 49px;
      color: #313B3D;
  }
  
  .right-phase-text {
      padding: 20px 0;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #313B3D;
  }
  
  .fade {
      opacity: 1 !important;
  }
  /* affiliate form styles*/
  
  .affiliate-form .gform_wrapper.gravity-theme input[type="text"],
  .affiliate-form .gform_wrapper.gravity-theme select {
      background: #FFFFFF;
      border: 1px solid #ECECEC;
      box-sizing: border-box;
      box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
      border-radius: 10px;
      margin-bottom: 10px;
      height: 55px;
      padding: 0 20px !important;
      margin: 0;
  }
  
  .affiliate-form .gform_wrapper.gravity-theme textarea.large {
      box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
      border-radius: 10px;
      margin-bottom: 10px;
      background: #FFFFFF;
      border: 1px solid #ECECEC;
      height: 160px;
      width: 100%;
      padding: 20px !important;
  }
  
  .affiliate-form .gform_wrapper.gravity-theme input[type="submit"] {
      width: 259px;
      height: 56px;
      background: #F6C727;
      border-radius: 70px;
      border: none;
  }
  
  .affiliate-form .gform_wrapper.gravity-theme input[type="checkbox"] {
      margin-right: 10px !important;
      margin-top: 0 !important;
  }
  
  .affiliate-form .gform_wrapper.gravity-theme select {
      background: #FFFFFF;
      border: 1px solid #ECECEC;
      box-sizing: border-box;
      box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
      border-radius: 10px;
      margin-bottom: 10px;
      height: 55px;
      padding: 0 20px !important;
      margin: 0;
  }
  
  .banner-form .gform_wrapper.gravity-theme input[type="text"] {
      background: #FFFFFF;
      border: 1px solid #ECECEC;
      box-sizing: border-box;
      box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
      border-radius: 10px;
      margin-bottom: 10px;
      height: 55px;
      padding: 0 20px !important;
      margin: 0;
  }
  
  .banner-form .gform_wrapper.gravity-theme input[type="submit"] {
      width: 259px;
      height: 56px;
      background: #F6C727;
      border-radius: 70px;
      border: none;
  }
  
  @media screen and (min-width: 375px) and (max-width: 1024px) {
      .top-banner {
          padding-top: 10px;
      }
      .top-banner img {
          position: relative;
          padding: 80px 0;
      }
      .top-banner .content-wrapper h1 {
          text-align: center;
          font-size: 40px;
          line-height: normal;
          margin-top: 30px;
      }
      .top-banner .content-wrapper p {
          text-align: center;
      }
      .top-banner .content-wrapper button {
          width: 100%;
          margin-left: 0px;
      }
      .body-nav button {
          font-size: 20px;
      }
      .scroll-box-container {
          padding: 10px !important;
      }
      .scroll-box {
          height: 400px;
      }
      .scroll-box button {
          font-size: 12px;
      }
      .scroll-box-container .tab-pane h1 {
          font-size: 19px;
          line-height: 1.5;
          font-weight: 600;
          text-align: left;
      }
      .scroll-box-container .tab-pane ol {
          list-style: decimal;
          line-height: 2;
      }
      .scroll-box h3 {
          font-size: 18px;
      }
      .right-phase-header {
          padding-top: 20px;
          text-align: center;
          font-size: 30px;
      }
      .crsl-item {
          height: 110px;
          width: 110px;
      }
      .item-img {
          width: 100px;
      }
      .scroll-box h1 {
          text-align: center;
      }
      .bottom-banner h3 {
          font-size: 20px;
      }
      .right-phase-text {
          font-size: 17px;
          text-align: left;
          line-height: 1.4;
          padding: 10px;
      }
      .bottom-card {
          width: 350px;
      }
      .bottom-card-commas {
          display: none;
      }
      .bottom-card .row {
          text-align: center;
      }
      .testimonials-star-rating {
          margin-left: 57px;
      }
      .nav {
          flex-wrap: inherit !important;
      }
      .carousel-header {
          font-size: 24px;
      }
  }
  
  .affiliate-form.stickyForm {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 2rem;
      right: 0;
      z-index: 2;
      overflow-y: auto;
  }
  /* Media Quaries */
  
  @media screen and (min-width: 576px) and (max-width: 767px) {
      .top-banner {
          padding-top: 10px;
      }
      .top-banner img {
          position: relative;
          padding: 80px 0;
          margin-left: 50px;
      }
      .top-banner .content-wrapper h1 {
          text-align: center;
      }
      .top-banner .content-wrapper p {
          text-align: center;
      }
      .top-banner .content-wrapper button {
          width: 100%;
          margin-left: 0px;
      }
      .body-nav button {
          font-size: 24px;
      }
      .scroll-box button {
          font-size: 12px;
      }
      .btm-head-details {
          margin-left: 60px;
      }
      .testimonials-star-rating {
          margin-left: 6.5px;
      }
      .bp_blank_stars {
          margin-left: 14.5px;
      }
      .testimonials-star-rating {
          margin-left: 57px;
      }
      .nav {
          flex-wrap: inherit !important;
      }
      .carousel-header {
          font-size: 24px;
      }
      .col-sm-6 {
          width: 100%;
      }
  }
  
  @media screen and (min-width: 768px) and (max-width: 991px) {
      .top-banner {
          padding-top: 10px;
      }
      .scroll-box {
          height: 1160px;
      }
      .top-banner img {
          position: relative;
          padding: 20px 0 0;
          margin-left: 125px;
      }
      .top-banner .content-wrapper h1 {
          text-align: center;
      }
      .top-banner .content-wrapper p {
          text-align: center;
      }
      .top-banner .content-wrapper button {
          width: 100%;
          margin-left: 0px;
      }
      .body-nav button {
          font-size: 20px;
          margin-right: 10px;
      }
      .scroll-box button {
          font-size: 12px;
      }
      .btm-head-details {
          margin-left: 60px;
      }
      .testimonials-star-rating {
          margin-left: 6.5px;
      }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1200px) {
      .scroll-box {
          height: 1000px;
      }
      .top-banner .content-wrapper h1 {
          margin-top: 90px;
      }
      .btm-head-details {
          margin-left: 60px;
      }
      .testimonials-star-rating {
          margin-left: 6.5px;
      }
  }