
    /*override*/
    .gtco-testimonials p.card-text::before {
      content: open-quote;
      font-size: 30px;
      color: #c9c9c9;
      position: absolute;
      left: 18px;
      font-family: 'FontAwesome';
      margin-top: -27px;
      letter-spacing: -6px;
    }

    .gtco-testimonials p.card-text::after {
      content: close-quote close-quote;
      font-size: 30px;
      color: #c9c9c9;
      position: absolute;
      right: 30px;
      font-family: 'FontAwesome';
      margin-top: 35px;
      letter-spacing: -6px;
    }

    .main-content h1 {
      margin: 20px 0 !important;
      text-align: center;
      display: block !important;
      color: #626452 !important;
    }

    .main-content p {
      font-size: 16px !important;
      line-height: 1.5em !important;
    }

    .owl-item.active:first-child .card .card-body p {
      color: #000 !important;
    }

    .main-content a {
      font-weight: 500 !important;
      font-size: inherit !important
    }

    .featured-video-title h3 {
      text-align: center !important;
    }

    .main-content h3 {
      margin-top: 0 !important;
      line-height: 25px !important;
    }

    a.btn-free {
      background: #5a6503;
      padding: 10px;
      width: 300px;
      margin: 0 auto;
      display: block;
      border-radius: 30px;
      color: #fff;
      max-width: 100%;
    }

    .btn-learn a:hover {
      background: #5a6503;
      color: #fff;
      border: 1px solid #fff;
    }

    a.btn-free:hover {
      opacity: 0.8;
      color: #fff;
    }

    .btn-learn {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 5px;
      margin-bottom: 50px;

    }



    .btn-learn a {
      border: 2px solid #397cc2;
      padding: 10px;
      border-radius: 30px;
      width: 300px;
      color: #397cc2;
      max-width: 100%;
    }

    .featured-video-title h3 {
      margin: 5px 0 !important;
    }

    .featured-video-content .test-video-area~a {
      background: #d12123;
      padding: 5px 0;
      display: block;
      width: 200px;
      margin: 10px auto 0;
      color: #fff;
      border-radius: 5px;
    }

    .img-caption cite {
      text-align: center;
      display: block;
      line-height: 18px;
      margin: 15px 0 !important;
    }

    .owl-stage-outer .card-text {
      line-height: 1.5em;
    }

    /* START OF TESTIMONIALS */
    /* START OF TESTIMONIALS */
    .gtco-testimonials {
      position: relative;
      margin: 20px;
    }

    .gtco-testimonials h2 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 0;
      padding: 10px 5px;
      line-height: 1.0em;
    }

    .gtco-testimonials .owl-stage-outer {
      padding: 10px 0;
    }

    .gtco-testimonials .owl-nav {
      display: none;
    }

    .gtco-testimonials .owl-dots {
      text-align: center;
    }

    .gtco-testimonials .owl-dots span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 1px solid #5a6503;
      margin: 0 8px;
    }

    .gtco-testimonials .owl-dots .active {
      box-shadow: none;
    }

    .gtco-testimonials .owl-dots .active span {
      background: #5a6503;
      box-shadow: none;
      height: 12px;
      width: 12px;
      margin-bottom: -1px;
    }

    .gtco-testimonials .card {
      background: #fff;
      box-shadow: 0 8px 11px -7px #c9dff0;
      margin: 0 10px;
      padding: 10px;
      border-radius: 20px;
      border: 1px solid #f1f1f1;
    }

    .gtco-testimonials .card .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    .gtco-testimonials .card h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;
    }

    .gtco-testimonials .card h5 span {
      font-size: 18px;
      color: #666666;
    }

    .gtco-testimonials .card p {

      color: #555;
      padding-bottom: 15px;
    }

    .gtco-testimonials .owl-carousel .owl-stage {
      margin-left: -193px;
    }

    .gtco-testimonials .owl-item {
      opacity: 0.5;
      transition: all 0.3s;
    }

    .gtco-testimonials .center {
      opacity: 1;
    }

    .gtco-testimonials .center h5 {
      font-size: 24px;
    }

    .gtco-testimonials .center h5 span {
      font-size: 20px;
    }

    .gtco-testimonials .center .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
      outline: 0;
    }

    .owl-carousel.owl-drag .owl-item,
    .gtco-testimonials .owl-dots .active {
      background: none !important;
    }

    .rate-icon i {
      background-color: #73cf11;
      color: #fff;
      padding: 3px;
      margin: 0px 2px;
    }

    .rate-icon .grey {
      background-color: #cecece;
      color: #fff;
      padding: 3px;
      margin: 0px 2px;
    }

    .rate-icon .sj {
      background-color: #ee6922;
      color: #fff;
      padding: 3px;
      margin: 0px 2px;
    }

    .card-text {
      text-align: left !important;
      font-size: 16px;
      line-height: 1.5em;
      word-wrap: break-word;
      min-height: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-style: italic;
    }

    .card-body .flag-logo {
      width: 32px !important;
      height: 32px;
      display: inline-block;
    }

    .card-body .rev-logo {
      width: 100%;
      max-width: 50%;
      display: inline-block !important;
    }

    .footer-details {
      display: flex;
      place-content: center;
      align-items: center !important;
      padding: 10px 0px 0px 0px !important;
    }

    .full-link {
      margin: 20px 0px 0px 0px;
      padding: 0px !important;
      text-align: center !important;
      font-size: 14px;
    }

    @media (max-width: 1200px) {
      .gtco-testimonials .owl-carousel .owl-stage {
        margin-left: -153px;
      }
    }

    @media (max-width: 991px) {
      .gtco-testimonials .owl-carousel .owl-stage {
        margin-left: -165px;
      }
    }

    @media (max-width: 768px) {
      .gtco-testimonials .owl-carousel .owl-stage {
        margin-left: -150px;
      }

      .mobile-video-banner {
        display: block !important;
      }
    }

    @media (max-width: 767px) {
      .gtco-testimonials .owl-carousel .owl-stage {
        margin-left: 0px;
      }

      .gtco-testimonials {
        margin: 20px;
      }

    }

    @media (max-width: 600px) {

      .gtco-testimonials {
        margin: 0;
      }

      .owl-item.active center {
        width: 300px !important;
      }

      .gtco-testimonials .card {
        margin: 0;
      }

      .main-content p {
        font-size: 14px !important;
        line-height: 1.5em;
      }

    }
