.sec-members-account {
  background: #f7f9fb;
  padding: 20px 0 160px;
}

.members-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
}

.members-content h2 span {
  color: #ff306e;
}

.members-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}

.members-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.members-content p span {
  color: #00c980;
  font-weight: 600;
}

.cmo-list {
  max-width: 1220px;
}

.cmo-list ul {
  list-style-type: none;
  padding: 0px;
}
.cmo-list ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 25px;
  padding-left: 30px;
  position: relative;
}

.cmo-list ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #2b8cff 0%, #0658b8 100%);
  -ms-background: linear-gradient(180deg, #2b8cff 0%, #0658b8 100%);
  -webkit-background: linear-gradient(180deg, #2b8cff 0%, #0658b8 100%);
  border-radius: 5px;
  transform: rotate(-46.1deg);
}
.cmo-list ul li:nth-child(2):before {
  background: linear-gradient(157.87deg, #d458a2 4.48%, #0906af 103.33%);
  -ms-background: linear-gradient(157.87deg, #d458a2 4.48%, #0906af 103.33%);
  -webkit-background: linear-gradient(
    157.87deg,
    #d458a2 4.48%,
    #0906af 103.33%
  );
}
.cmo-list ul li:nth-child(3):before {
  background: linear-gradient(180deg, #ff2b77 0%, #b80671 100%);
  -ms-background: linear-gradient(180deg, #ff2b77 0%, #b80671 100%);
  -webkit-background: linear-gradient(180deg, #ff2b77 0%, #b80671 100%);
}

.cmo-list ul li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 1px;
  height: 100%;
  background-color: #1167cc;
  z-index: -1;
}
.cmo-list ul li:last-child {
  padding-bottom: 0px;
}
.cmo-list ul li:last-child:after {
  display: none;
}
.cmo-list ul li br {
  display: none;
}
.cmo-list ul li sup {
  font-size: 12px;
  font-weight: 700;
}

.cmo-list h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.graph-wrap {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.graph-wrap.et_pb_column_1_2 .et_pb_module {
  margin-bottom: 0px;
}

.graph-wrap h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}

.money-section {
  background: linear-gradient(179.97deg, #445ee8 6.4%, #1c25a4 45.39%);
  -ms-background: linear-gradient(179.97deg, #445ee8 6.4%, #1c25a4 45.39%);
  -webkit-background: linear-gradient(179.97deg, #445ee8 6.4%, #1c25a4 45.39%);
  color: #fff;
}

.money-section .image-wrap {
  margin-top: -220px;
}

.money-content h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.money-content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.money-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.icon-content p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}

.sec-cmo {
  background: #f7f9fb;
}

.logo-wrapper {
  background: #2653da;
}

.logo-wrapper h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 0px;
}

.logo-slide-wrap {
  overflow: hidden;
  padding: 30px 40px;
}

.logo-wrapper .swiper-slide {
  text-align: center;
}

.logo-wrapper .swiper-slide .et_pb_image_wrap {
  max-width: 100%;
}

.logo-wrapper .swiper-button {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid #4e75ec;
  background: #3864e5;
  transition: all 0.3s ease-in-out;
}

.logo-wrapper .swiper-button-next {
  right: 0px;
}
.logo-wrapper .swiper-button-prev {
  left: 0px;
}

.logo-wrapper .swiper-button:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.logo-wrapper .swiper-button::after {
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.logo-wrapper .swiper-button:hover:after {
  color: #2653da;
}

.logo-slide-wrap .swiper-slide {
  margin-bottom: 0px;
}

.text-wrap {
  padding: 0px;
}

@media (min-width: 576px) {
  .cmo-list ul li {
    padding-bottom: 30px;
  }
  .cmo-list ul li br {
    display: block;
  }
  .et_pb_image_3.cmo-imgbox {
    text-align: center;
  }
  .sec-members-account {
    padding-bottom: 250px;
  }
  .money-section .image-wrap {
    margin-top: -300px;
  }
}

@media (min-width: 768px) {
  .logo-wrapper .swiper-slide .et_pb_image_wrap {
    max-width: 100%;
  }
  .members-content p {
    width: 70%;
    margin: 0 auto;
  }
  .sec-members-account {
    padding-bottom: 300px;
  }
  .money-section .image-wrap {
    margin-top: -300px;
  }
  .er-list-item .et_pb_blurb_content {
    display: flex;
    max-width: 100%;
  }
  .icon-content p {
    text-align: left;
  }
  .money-content h3 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 0px;
  }
  .er-list-item .et_pb_main_blurb_image {
    margin-right: 20px;
    flex: 0 0 30%;
  }
}

@media (min-width: 992px) {
  .logo-wrapper h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .cmo-list ul li {
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .cmo-list ul li:before {
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 7px;
  }
  .cmo-list ul li:after {
    left: 10px;
  }
  .money-section {
    background: #f7f9fb url(../../../uploads/2020/05/reduce-claim-bg.png)
      no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 160px;
  }
  .money-content h2,
  .money-content h3 {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .money-section .image-wrap {
    margin-top: -400px;
  }
  .money-content p {
    width: 70%;
    margin: 0 auto;
  }
  .members-content p {
    width: 50%;
  }
  .logo-slide-wrap .swiper-slide {
    margin-bottom: 0px !important;
  }
  .logo-slide-wrap {
    padding: 30px 0px;
    max-width: 1200px;
  }
  .er-list-item .et_pb_main_blurb_image {
    flex: 0 0 34%;
  }
}

@media (min-width: 1200px) {
  .logo-wrapper .swiper-button {
    display: flex;
  }
  .sec-members-account {
    padding-top: 120px;
    padding-bottom: 350px;
  }
  .money-section .image-wrap {
    margin-top: -440px;
  }
  .money-content p {
    width: 80%;
    text-align: left;
  }
  .cmo-list ul li {
    font-size: 24px;
    padding-bottom: 50px;
  }
  
}

@media (min-width: 1366px) {
  .cmo-list ul {
    padding: 0px 15% 0 0;
  }
  .money-section {
    padding-bottom: 200px;
  }
  .money-content h2 {
    font-size: 60px;
    line-height: 72px;
    width: 95%;
  }
  .money-content h3 {
    font-size: 40px;
    line-height: 48px;
    width: 95%;
    margin-bottom: 84px;
  }
  .money-content p {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 84px;
  }
  .money-section .image-wrap {
    margin-top: -450px;
  }
  .er-list-item .et_pb_main_blurb_image {
    margin-right: 34px;
    flex: 0 0 27%;
  }
  .icon-content p {
    font-size: 25px;
    line-height: 28px;
  }
  .cmo-list ul li {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 55px;
    padding-left: 65px;
  }
  .cmo-list ul li sup {
    font-size: 15px;
  }
  .cmo-list ul li:before {
    top: -2px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .members-content h2 {
    font-size: 60px;
    line-height: 67px;
  }
  .members-content h3 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .members-content p {
    font-size: 35px;
    line-height: 38px;
    width: 80%;
    margin: 0 auto 70px;
  }
  .graph-wrap {
    padding: 40px 40px 20px;
  }
  .graph-wrap h3 {
    font-size: 26px;
    line-height: 31px;
  }
  .cmo-list h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 88px;
  }
  .claim-header .aa-banner-title h2 {
    font-weight: 900;
    letter-spacing: -0.015em;
    max-width: 95%;
  }
  .claim-header .aa-banner-content p {
    font-size: 25px;
    line-height: 31px;
    max-width: 80%;
  }
  .claim-header .aa-banner-content p span {
    font-size: 25px;
  }
  .claim-header.aa-banner .green-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1440px) {
  .claim-header .aa-banner-title h2 {
    max-width: 75%;
  }
  .money-content p {
    margin-bottom: 30px;
  }
  .money-section {
    padding-bottom: 340px;
  }
  .cmo-list ul li:after {
    left: 15px;
  }
}

@media (min-width: 1600px) {
  .cmo-list h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 88px;
  }
}
