/**********************************
 * 
 * 
 *     Below Banner Start Help 
 * 
 *************************************/
.help-banner h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 64px;
  align-items: center;
  color: #FFFFFF;
}

  .help-banner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    color: #FFFFFF;
  }

  .banner-image img {
     border-radius: 0px;
  }
/* End Banner */
/****************  End Banner  ***************************/
   

/**********************************
 * 
 * 
 *   Below Banner Section Start 
 *  
 * 
 *************************************/

  .below-banner-help h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      line-height: 52px;
      align-items: center;
      color: #0054A6;
   }
.about-below-banner h3{
     font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      line-height: 52px;
}

.about-below-banner p{
     font-size: 16px;
}
  .below-banner-help p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      align-items: center;
      color: #6A6D77;
  }

  .vision-cards .quick-action {
      align-items: center;
      border-radius: 16px;
      display: flex;
      flex: 1;
      justify-content: space-between;
      margin-bottom: 24px;
      padding: 65px 65px;
      width: 100%;
      text-align: center;
  }

  .vision-cards .quick-action__title.ui-label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #222326; 
    margin-bottom: 17px;
  }

  .vision-cards .quick-action__desc.small-text {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      text-align: center;
      color: #6A6D77;
  }

/* blue circle icon with arrow below banner (Gets added automatically) */

  .vision-cards .quick-action.quick-action--white.txt--light{
      position: relative;
  }
  .vision-cards .row.items-stretch.justify-center .col.s6.md-s6.sm-s12:nth-child(1) .quick-action__body:after {
      background-color: #00b0e5 !important;
      border-radius: 50%;
      color: #fff;
      content: "";
      width: 65px;
      height: 65px;
      position: absolute;
      right: -45px;
      top: 39%;
      z-index: 4;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url('https://22487220.fs1.hubspotusercontent-na1.net/hubfs/22487220/svg%20%281%29-1.png/medium.png?t=1681927062452');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
   }

/**/

/***********************************
 * 
 * 
 *    Timeline  Section
 * 
 * 
 * **********************************/
    .section-intro__overline {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 34px;
      text-align: center;
      color: #6A6D77;
    }
  .timeline-sec .section-intro__title h2{
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      line-height: 52px;
      text-align: center;
      color: #0054A6;
  }

  .timeline-sec .section-intro__divider.section-intro__divider--auto div {
      background: linear-gradient(111.02deg, #2BD6A5 0%, #0054A6 100%);
      border-radius: 4px;
   }

  .badge--accent {
      background: #00B0E5;
  } 
/**************/

  .all-timlines .timeline__text.small-text.clear h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    align-items: center;
    color: #222326;
  }

  .all-timlines .timeline__text.small-text.clear p{
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      align-items: center;
      color: #6A6D77;
  }

  .all-timlines .timeline__dot:before {
      background: linear-gradient(111.02deg, #00B0E5 0%, #0054A6 100%);
  }


/**/


/*************************
 * 
 *   Testimonials section
 * 
 * ************************/

  .testimonials .section-intro__title h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0054A6;
  }

  .section-intro__divider div{
     background: linear-gradient(111.02deg, #2BD6A5 0%, #0054A6 100%);
  }

  .testimonials-cards p.feature-card__desc{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    color: #222326;
    text-align: left;
    
  }

  span.user-name {
    margin-top: 25px;
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #222326;
  }

  span.user-desg {
     display: inline-block;
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 25px;
     display: flex;
     align-items: center;
     color: #6A6D77;
  }

    /* Button */
  .all-review-btn a.btn {
      font-weight: 600;
  }

/**/

/**************************
 * 
 * 
 *      Cards Section
 * 
 * ****************************/

  .cards-content.cards-about .module__inner {
    max-width: 1158px;
    padding: 0px;
  }

.content-card.content-card--light img {
    border-radius: 25px;
}

/**/

/*************************
 * 
 * World Wide
 * 
 * *********************/
 .world-wide .section-intro__title h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0054A6;
  }


/**/

/* spacing in about us- c0mmander J - July 21, 2023 */



/***************************************************************************************************************************************************
 * 
 * 
 *                                    Media Queries 1140px
 * 
 * 
 * *************************************************************************************************************************************************/

@media only screen and (max-width: 1139px){
  
  /* Banner */
    .help-banner h1 {
      font-size: 40px;
    }
  
  /* Below banner  */
  .vision-cards .quick-action {
    padding: 24px 24px;
  }
  
  /* Timelines */
  .all-timlines .timeline__text.small-text.clear h3 {
    font-size: 20px;
    line-height: 30px;
  }
  
        /* Time Line section */
  .row-fluid-wrapper.row-depth-1.row-number-17.content_bucket-row-5-background-color.dnd-section.content_bucket-row-5-max-width-section-centering {
    padding-top: 0px !important;
  }
  
  
  /* Testimonials */
   .testimonials-cards .feature-card__body {
      max-width: 450px;
   }
  
  .cards-content.cards-about .module__inner {
/*     padding: 0px 10px */
  }
  
      /* World  Wide Section */
  .row-fluid-wrapper.row-depth-1.row-number-44.dnd-section.content_bucket-row-13-padding.content_bucket-row-13-max-width-section-centering {
    padding-top: 0px !important;
  }
  
}
/********************************************************************************************************/


@media only screen and (max-width: 1024px){
  
       /* Time Line section */
/*   .row-fluid-wrapper.row-depth-1.row-number-17.content_bucket-row-5-background-color.dnd-section.content_bucket-row-5-max-width-section-centering {
    padding-top: 0px !important;
  } */
  
      /* World  Wide Section */
/*   .row-fluid-wrapper.row-depth-1.row-number-44.dnd-section.content_bucket-row-13-padding.content_bucket-row-13-max-width-section-centering {
    padding-top: 0px !important;
  } */


}

  
  
  
  /***************************************************************************************************************************************************
 * 
 * 
 *                                    Media Queries 767px mobile 
 * 
 * 
 * *************************************************************************************************************************************************/
  
  
@media only screen and (max-width: 767px){
  

  
  
  
  /* This changes the position of the 'blue-icon' arrow for mobile to face downward instead of its default position which is to the right of the vision card - c0mmanderJ (June 1 2023) */
  .vision-cards .row.items-stretch.justify-center .col.s6.md-s6.sm-s12:nth-child(1) .quick-action__body:after {
  background-color: #00b0e5 !important;
  border-radius: 50%;
  color: #fff;
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translate(50%, -50%) rotate(90deg);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://22487220.fs1.hubspotusercontent-na1.net/hubfs/22487220/svg%20%281%29-1.png/medium.png?t=1681927062452');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

  
  
  
 .module--1684504781115 .module__inner {
    padding-left: 50px;
}
  
  /*  TITLES  */
  
  .section-intro__title{
     margin-left: 10%; 
    }
  
  
  /* IMAGES */
  
  .img-txt__col-content {
    

  /* Banner */
  .help-banner h1 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }
  .help-banner h2 {
    text-align: center; /* added May 25, 2023 */
  }
  .help-banner p {
    text-align: center;
  }
    
    .img--radius  {
      vertical-align: middle;
     
    }
    

  /**/
    
    
  
  /* Below Banner  */
  .below-banner-help h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center; /* added May 25, 2023 */
  }
  
  .about-below-banner h3{
      font-size: 28px;
      line-height: 42px;
    text-align: center; /* added May 25, 2023 */
}
  
  /* Cards */
  .vision-cards .quick-action__txt {
    padding-inline-end: 0px;
  }
  
  .vision-cards .quick-action__title.ui-label {
    font-size: 20px;
  }
  /* icon */
  
  .vision-cards .row.items-stretch.justify-center .col.s6.md-s6.sm-s12:nth-child(1) .quick-action__body:after {
      right: 45%;
      top: 90%;
      transform: rotate(90deg);
      background-size: 15px;
      
   }
  
  .section-bg__svg {
     width: 770px;
 } 
  
  /**/
  
  /* Time Line Section */
  .timeline-sec .section-intro__title h2 {
    font-size: 28px;
    line-height: 42px;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-17.content_bucket-row-5-background-color.dnd-section.content_bucket-row-5-max-width-section-centering {
    padding-top: 48px !important;
  }
  
  /**/
  
  /* Testimonials */
    .testimonials .section-intro__title h2 {
       font-size: 28px;
       line-height: 42px;
    }
  /**/
  
  /* Card section */
  .content-cards.row.items-stretch.justify-center{
     width: auto !important;
  }
  /**/

  /* World Wide section */
  .world-wide .section-intro__title h2 {
    font-size: 28px;
    line-height: 42px;
  }
  
}