.carousel-dots {
    margin-top: 10px; /* Adjust spacing as needed */
    text-align: center;
}

.dot {
    width: 10px; /* Adjust size as needed */
    height: 10px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: #ccc; /* Adjust color as needed */
    display: inline-block;
    margin: 0 5px; /* Adjust spacing between dots */
    cursor: pointer;
}

.dot.active {
    background-color: #302ab2; /* Adjust active color as needed */
}

.carousel-container {
    width: 1165px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
  .carousel-items {
    display: flex;
    transition: transform 0.5s ease;
    width:1240px;
  }
.carousel-item {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 0px;
    flex: 0 0 auto;
    width: 530px;
    margin-left: 35px/* Set the width of each carousel item */;
}
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
 .carousel-button-left {
    left: -6px;
}
 .carousel-button-right {
    right: -4px;
}





.hdr, .sub, .content {
 padding:10px 20px 0 20px
}
.content {
    height: 60%;
}

.learn a {
 font-size:12px;
  color:#303ab2;
  font-weight:bold;
  margin-left:22px;
}
.flex-bottom {
  display:flex
}
.quote-image {
 width: 64px;
  margin-left:82px;
   
}
.quote-no-image {
 width: 64px;
  margin-left:168px;
   
}
.quote-image img {
 width: 64px;
   
}
.container {
  position: relative;
  width: 1240px;
  margin: auto;
}
  .slide-control {
    position: absolute;
    top: 134px;
    cursor: pointer;
}
    .slide-left {
      left: 0;
      display:none;
      
    }
 .slide-left:hover {
      left: 0;
      display:none;
   background:#E9F3FD;
      
    }
    .slide-right {
     right: 25px;
      display:none;
    }
 .slide-right:hover {
      right: 25px;
      display:none;
   background:#E9F3FD;
    }
  
  .inner-container {
    overflow: hidden;
    width: 1152px;
    margin: auto
}
    .bottom {
      padding-bottom:12px;
    }
  

.slider-content ul li {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0px;
  margin-right: 50px; 
  width:503px;
}
.slider-content ul li img {
  display: inline-block;
  
  padding: 0px;
  margin-right: 50px; 
  width:385px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
}
.slide-control {
  top: 145px!important;
 
  border-radius: 25px;
  
  
}
.col-container {
  display: flex;
  width: 100%;
}
.col {
  flex: 1;
  padding: 16px;
  background: #f7f7f7;
  margin-right:20px
}
#blox {
 
 
    margin: auto;
    width: 100%;
}
.quote-bubble {
  position:relative;
  top: -3px;
    left: 74px;
  width:24px;
  height:24px;
}
.quote-bubble2 {
  position:relative;
  top: -3px;
    left: 74px;
  width:24px;
  height:24px;
}
.title {
  font-size:24px;
  font-weight:bold;
  padding-left:40px;

}
.logo-area {
  display:flex
}
.blox-logo {
    border-radius: 80px;
    width: 80px;
}
.blox-logo img {
  border-radius:80px
}
.blox-logo2 img {
  border-radius:80px
}
.blox-logo2 {
    border-radius: 80px;
    width: 80px;
}
.copy {
  padding:20px 40px;
 
}
.portrait {
  margin-left:40px;
  width:48px;
  height:48px;
  border-radius:48px;
}
.portrait img {
  border-radius:48px !important;
}
.blox-person {
  font-weight:bold;
  padding-left:20px;
  padding-top:5px;
  width: 275px;
  line-height: 1.1em;

}
.blox-person span {
  font-weight:normal;
  font-size:12px;
}
@media screen and (max-width:480px) {
  .quote-no-image {
    width: 64px;
    margin-left: 10px;
}
  .carousel-container {
    width: 625px; 
    overflow: hidden;
    position: relative;
    margin: auto;
}
  .carousel-items {
    display: flex;
    transition: transform 0.5s ease;
    width: 330px; 
}
  .carousel-dots {
    margin-top: 10px; /* Adjust spacing as needed */
    text-align: center;
    width:400px;

}
  .carousel-item {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 0px;
    flex: 0 0 auto;
    width: 351px;
    margin-left: 20px /* Set the width of each carousel item */;
    margin-bottom: 20px;
}
    .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .carousel-button-left {
    left: -11px;
    display:none !important;
  }
  .carousel-button-right {
    left: 319px;
    display:none !important;
  }
  .hdr, .sub, .content {
 padding:10px 20px 0 20px
}
    .content {
    height:65%
  }
  .flex-bottom {
  display:flex;
    
}
.learn a {
 font-size:14px;
  color:#303ab2;
  font-weight:bold;
  margin-left:22px;
}
.quote-image {
 width: 64px;
   
}
.quote-image img {
 width: 64px;
  margin-left:0px
}
.container {
  position: relative;
  width: 1240px;
  margin: auto;
}
  .slide-control {
    position: absolute;
    top: 0;
    cursor: pointer;
}
    .slide-left {
      left: 0;
      display:none;
      
    }
 .slide-left:hover {
      left: 0;
      display:none;
   background:#E9F3FD;
      
    }
    .slide-right {
      right: 25px;
      display:none;
    }
 .slide-right:hover {
      right: 25px;
      display:none;
   background:#E9F3FD;
    }
  
  .inner-container {
    overflow: hidden;
    width: 1152px;
    margin: auto
}
    .bottom {
      padding-bottom:12px;
    }
  

.slider-content ul li {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0px;
  margin-right: 50px; 
  width:503px;
}
.slider-content ul li img {
  display: inline-block;
  
  padding: 0px;
  margin-right: 50px; 
  width:385px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
}
.slide-control {
  top: 145px!important
 
  border-radius: 25px;
  
  
}
.col-container {
  display: flex;
  width: 100%;
}
.quote-bubble {
    height: 24px;
    left: 182px;
    position: relative;
    top: 26px;
    width: 25px;
}
  .logo-area {
  display:block
}
  .blox-logo {
    border-radius: 80px;
   width: 80px;
    margin:auto
}
   .blox-logo2 {
    border-radius: 80px;
   
   width: 140px;
}
  .quote-bubble2 {
    height: 24px;
    left: 74px;
    position: relative;
    top: -3px;
    width: 25px;
}
  .portrait {
    border-radius: 48px;
    height: 48px;
    margin-left: 40px;
    width: 64px;
}
 .col-container {
  display: block;
  width: 100%;
   margin-top:20px
}
  .col {
    background: #f7f7f7;
    flex: 1;
    margin-right: 20px;
    padding: 16px;
    margin-top: 20px;
    margin-left: 20px;
}
  .bottom {
    padding-bottom:20px
  }
  .title {
  font-size:24px;
  font-weight:bold;
  padding-left:20px;

}
} 
@media screen and (max-width:360px) {
  .carousel-container {
    width: 480px; 
    overflow: hidden;
    position: relative;
    margin: auto;
}
  .carousel-items {
    display: flex;
    transition: transform 0.5s ease;
    width: 330px; 
}
  .carousel-dots {
    margin-top: 10px; /* Adjust spacing as needed */
    text-align: center;
    width:360px;
}
  .carousel-item {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 0px;
    flex: 0 0 auto;
    width: 320px;
    margin-left: 20px /* Set the width of each carousel item */;
    margin-bottom: 20px;
}
    .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .carousel-button-left {
    left: -11px;
    display:none !important;
  }
  .carousel-button-right {
    left: 319px;
    display:none !important;
  }
  .hdr, .sub, .content {
 padding:10px 20px 0 20px
}
  .flex-bottom {
  display:flex;
    
}
.learn a {
 font-size:12px;
  color:#303ab2;
  font-weight:bold;
  margin-left:22px;
}
.quote-image {
 width: 64px;
   
}
.quote-image img {
 width: 64px;
  margin-left:0px
}
.container {
  position: relative;
  width: 1240px;
  margin: auto;
}
  .slide-control {
    position: absolute;
    top: 0;
    cursor: pointer;
}
    .slide-left {
      left: 0;
      display:none;
      
    }
 .slide-left:hover {
      left: 0;
      display:none;
   background:#E9F3FD;
      
    }
    .slide-right {
      right: 25px;
      display:none;
    }
 .slide-right:hover {
      right: 25px;
      display:none;
   background:#E9F3FD;
    }
  
  .inner-container {
    overflow: hidden;
    width: 1152px;
    margin: auto
}
    .bottom {
      padding-bottom:12px;
    }
  

.slider-content ul li {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0px;
  margin-right: 50px; 
  width:503px;
}
.slider-content ul li img {
  display: inline-block;
  
  padding: 0px;
  margin-right: 50px; 
  width:385px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
}
.slide-control {
  top: 145px!important
 
  border-radius: 25px;
  
  
}
.col-container {
  display: flex;
  width: 100%;
}
.quote-bubble {
    height: 24px;
    left: 182px;
    position: relative;
    top: 26px;
    width: 25px;
}
  .logo-area {
  display:block
}
  .blox-logo {
    border-radius: 80px;
   width: 80px;
    margin:auto
}
   .blox-logo2 {
    border-radius: 80px;
   
   width: 140px;
}
  .quote-bubble2 {
    height: 24px;
    left: 74px;
    position: relative;
    top: -3px;
    width: 25px;
}
  .portrait {
    border-radius: 48px;
    height: 48px;
    margin-left: 40px;
    width: 64px;
}
 .col-container {
  display: block;
  width: 100%;
   margin-top:20px
}
  .col {
    background: #f7f7f7;
    flex: 1;
    margin-right: 20px;
    padding: 16px;
    margin-top: 20px;
    margin-left: 20px;
}
  .bottom {
    padding-bottom:20px
  }
  .title {
  font-size:24px;
  font-weight:bold;
  padding-left:20px;

}
} 