@import url("fonts.css");
#fundTypes {
  background-color: #51696b;
  padding: 80px 0 100px 0;
}

#fundTypes .carousel-layout {
  overflow: hidden;
  padding: 0px 30px 0 30px;
}

#fundTypes .carousel-layout .carousel-headline {
  text-align: center;
  margin-bottom: 50px;
}

#fundTypes .carousel-layout .carousel-headline .carousel-heading {
  line-height: 1.2;
}

#fundTypes .carousel-layout .carousel-highlight {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

#fundTypes .carousel-layout .carousel-highlight .col-box {
  flex: 1;
  width: 50%;
}

#fundTypes .carousel-layout .carousel-highlight .col-box:last-child {
  padding: 40px 30px;
}

#fundTypes .carousel-layout .carousel-highlight .col-box .highlight-img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

#fundTypes .carousel-layout .carousel-highlight .col-box .highlight-content {
  position: relative;
  height: 100%;
}

#fundTypes
  .carousel-layout
  .carousel-highlight
  .col-box
  .highlight-content
  .head {
  margin-bottom: 15px;
}

#fundTypes
  .carousel-layout
  .carousel-highlight
  .col-box
  .highlight-content
  .description {
  font-size: 18px;
  font-family: "kurious-looped", Arial, sans-serif;
  font-size: 28px;
}

#fundTypes
  .carousel-layout
  .carousel-highlight
  .col-box
  .highlight-content
  .btn-box {
  /* position: absolute; */
  bottom: 0;
  text-align: center;
  margin-top: 15px;
  max-width: 200px;
}

#fundTypes
  .carousel-layout
  .carousel-highlight
  .col-box
  .highlight-content
  .detail-btn {
  display: block;
  height: 45px;
  line-height: 45px;
  min-width: 200px;
  background: #139d51;
  color: #ffffff !important;
  border-radius: 0px;
  font-size: 18px;
  padding: 0 20px;
  margin-top: 30px;

  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);

  font-family: "kurious", Helvetica, Arial, sans-serif;
}

#fundTypes
  .carousel-layout
  .carousel-highlight
  .col-box
  .highlight-content
  .detail-btn:hover {
  background: #028f44;
}

@media screen and (max-width: 939px) {
  #fundTypes .carousel-layout .carousel-highlight .col-box:last-child {
    padding: 20px 0 0 0;
  }

  #fundTypes .carousel-layout .carousel-highlight {
    display: block;
  }

  #fundTypes .carousel-layout .carousel-highlight .col-box {
    width: 100%;
  }

  #fundTypes
    .carousel-layout
    .carousel-highlight
    .col-box
    .highlight-content
    .description {
    margin-bottom: 25px;
  }

  #fundTypes
    .carousel-layout
    .carousel-highlight
    .col-box
    .highlight-content
    .btn-box {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }

  #fundTypes
    .carousel-layout
    .carousel-highlight
    .col-box
    .highlight-content
    .detail-btn {
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  #fundTypes
    .carousel-layout
    .carousel-highlight
    .col-box
    .highlight-content
    .detail-btn {
    margin-top: 0;
  }
}

#fundTypes .carousel-layout .carousel-area {
  padding: 0px;
  margin: 0;
}

#fundTypes .carousel-layout .carousel-area .slick-list .slick-track .card {
  padding: 0 1rem;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fundTypes
  .carousel-layout
  .carousel-area
  .slick-list
  .slick-track
  .card
  .caption {
  position: relative;
  border-radius: 0px;
  width: 100%;
}

#fundTypes
  .carousel-layout
  .carousel-area
  .slick-list
  .slick-track
  .card
  .caption {
  background: #ededed;
  overflow: hidden;
}

#fundTypes .carousel-layout .carousel-area .slick-list .slick-track .card img {
  width: 100%;
}

#fundTypes .carousel-layout .carousel-area .slick-list {
  overflow: visible;
}

#fundTypes .carousel-layout .carousel-area .slick-list .slick-track {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}

/* #fundTypes .carousel-layout .carousel-area .slick-list .slick-track.detected {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    
} */

#fundTypes .carousel-layout .carousel-area .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  text-align: center;
  background-color: transparent !important;
  border-radius: 0%;
  position: absolute;
  z-index: 99;
  top: 50%;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* 
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2); */
}


#fundTypes .carousel-layout .carousel-area .slick-arrow::before {
  border: 0;
}

#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-prev::before,
#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-next::before {
  font-family: "icomoon";
  font-size: 35px;
  color: #fff;
  line-height: 35px;
  left: 0;
  transform: rotate(0);
}

#fundTypes
  .carousel-layout
  .carousel-area
  .slick-arrow:hover.slick-prev::before,
#fundTypes
  .carousel-layout
  .carousel-area
  .slick-arrow:hover.slick-next::before {
  color: #00a850 !important;
}

#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-prev::before {
  content: "\e907";
}

#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-next::before {
  content: "\e908";
}

#fundTypes .carousel-layout .carousel-area .slick-dots {
  position: absolute;
  bottom: -35px;
}

#fundTypes .carousel-layout .carousel-area .slick-dots li {
  margin: 0;
}

#fundTypes .carousel-layout .carousel-area .slick-dots li button:before {
  font-size: 11px;
}

#fundTypes
  .carousel-layout
  .carousel-area
  .slick-dots
  li.slick-active
  button:before {
  color: #139d51;
}

ul.list-style-circle li {
  list-style: circle;
}
.card .caption .icon-new {
  max-width: 45px;
  width: 100%;
  display: inline;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 991px) {
  #fundTypes .carousel-layout {
    padding: 40px 0px 40px;
  }
  #fundTypes .carousel-layout .carousel-area .slick-dots {
    bottom: -42px;
  }
}

.contentBodyDiv {
  width: 100%;
  height: 400px;
  background-color: #fff;
}
.colorWhiteBGLeft {
  background: rgb(81, 105, 107);

  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}
.colorWhiteBGRight {
  background: rgb(81, 105, 107);

  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-prev {
  left: -30px;
}

#fundTypes .carousel-layout .carousel-area .slick-arrow.slick-next {
  right: -30px;
}

@media screen and (max-width: 991px) {
  .colorWhiteBGLeft {
    width: 40px;
  }
  .colorWhiteBGRight {
    width: 40px;
  }
  #fundTypes .carousel-layout .carousel-area .slick-arrow.slick-prev {
    left: -20px;
  }
  
  #fundTypes .carousel-layout .carousel-area .slick-arrow.slick-next {
    right: -20px;
  }
  #fundTypes .carousel-layout {
    overflow: hidden;
    padding: 0px 20px 0 20px;
  }
  
}
@media screen and (max-width: 550px) {
  .colorWhiteBGLeft {
    width: 50px;
  }
  .colorWhiteBGRight {
    width: 50px;
  }
  #fundTypes .carousel-layout .carousel-area .slick-arrow.slick-prev {
    left: -10px;
  }
  
  #fundTypes .carousel-layout .carousel-area .slick-arrow.slick-next {
    right: -10px;
  }
  #fundTypes .carousel-layout {
    overflow: hidden;
    padding: 0px 50px 0 50px;
  }
  
}
.center-box{
  width: 100%;
  text-align: center;
}
.mutual-fund-box{
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 0px 2px 0px;
  text-align: center;
  display: inline-block;
  width: 160px
}
.mutual-fund-box .box-in h3{
  font-size: 14px;
  text-align: center;
  margin: 0px 0 5px 0;
  font-family: "kurious-looped";
  font-weight: normal;
  color: #777;
}
.mutual-fund-box hr{
  margin: 5px 0
}
.mutual-fund-box .box-in h2{
   font-size: 26px;
   text-align: center;
   margin: 0;
   font-weight: normal;
}
.mutual-fund-box .box-in p{
  text-align: center;
  margin: 0px;
  font-size: 13px;
}
.color-text-green{
  color: #028f44;
}
.color-text-red{
  color: #c51515;
}
.mutual-fund-box .box-footer{
   padding: 0;
   margin: 0;
   font-size: 14px;
}
.list-funds {
  background-color: #fff;
  margin: 10px px;
  border-radius: 0px;
  height: 100%;
  max-width: 365px;
}
  
.list-fund-inner{
  height: 100%;
}
.list-fund-inner .image {
  border-radius: 0px;
  overflow: hidden;
}
.list-funds-detail {
  padding: 10px 15px 30px;
}
.funds-detail-inner {
  padding: 15px 0 0 0;
  border-bottom: solid 1px #e6e6e6;
  min-height: 180px;
}
.funds-detail-desc-inner {
  padding: 15px 0;
  border-bottom: solid 1px #e6e6e6;
  min-height: 80px;
  /* min-height: 135px; */
}

.funds-detail-inner:last-child {
  border-bottom: none;
}
h2.fund-title1 {
  font-size: 24px;
  color: #2c2c2c;
  font-family: "kurious-looped", Arial, sans-serif;
  font-weight: normal;
  min-height: 50px;
  margin-top: 0;
  line-height: 1;
  display: flex;
    justify-content: center;
    align-items: center;
}
h2.fund-title2 {
  font-size: 16px;
  color: #0b7c3a;
  font-family: "kurious-looped";
  font-weight: normal;
  min-height: 70px;
  line-height: 1.4;
  margin-top: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
h2.fund-subtitle {
  font-size: 15px;
  height: 120px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
   line-height: 1.4;
   margin-top: 0;
   display: flex;
    justify-content: center;
    align-items: center;
}
h2.fund-desc {
  font-size: 16px;
  min-height: 40px;
   line-height: 1.4;
}
h2.fund-desc {
  min-height: 40px;
}

.btn-detail {
  margin: 0;
  width: 100%;
  font-size: 15px;
   line-height: 1.4;
  color: #fff;
  background-image: linear-gradient(to right, #0b7c3a 0%, #59b785 100%);
  border: 1px solid #59b785;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-detail:hover {
  color: #fff;
  background-image: linear-gradient(to right, #0b7c3a 0%, #0b7c3a 100%);
}

@media (max-width: 768px) {
  /* h2.fund-title1 {
    font-size: 18px;
  }
  h2.fund-title2 {
    font-size: 18px;
  }
  h2.fund-subtitle {
    font-size: 14px;
  }
  h2.fund-desc {
    font-size: 14px;
  }

  .btn-detail {
    font-size: 14px;
    line-height: 20px;
  } */
  #fundTypes {
    padding: 40px 0 60px;
  }
}
@media (max-width: 550px) {
  h2.fund-title1 {
    font-size: 18px;
    margin: 10px 0;
  }
  h2.fund-title2 {
    font-size: 16px;
    margin: 10px 0;
  }
  h2.fund-subtitle {
    font-size: 14px;
    margin: 10px 0;
    min-height: 80px;
    height: 100px;
  }
  h2.fund-desc {
    font-size: 12px;
    margin: 10px 0;
  }

  .btn-detail {
    font-size: 12px;
    line-height: 16px;
  }
  #fundTypes {
    padding: 40px 0 40px 0;
  }
  .list-funds-detail {
    padding: 10px 30px 20px 30px;
  }
  #fundTypes .carousel-layout {
    padding: 30px 0px 40px 0;
  }
  .funds-detail-inner {
    min-height: 190px;
}
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
