ul {
  padding-inline-start: 20px;
}
section {
  padding: 40px 0;
}
section .container-fluid {
  width: 80%;
}
h4 {
  font-size: 1.3rem;
}
body {
  position: relative;
}
.anchor-arrow {
  width: 100px;
  margin: auto;
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.anchor-arrow span {
  font-size: 1.2em;
  text-align: center;
  padding: 0;
}
.certifies_wrapper {
  padding-bottom: 0;
}
.certifies .certifies_items {
  text-align: center;
}
.certifies .certifies_items img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.certifies_wrapper .btn {
  border-radius: 50px !important;
  padding: 0.8rem 2rem 1rem;
  font-family: 'Segoe UI';
}
/*

.certifies_wrapper h4 {

  font-size: 1.4rem;

}

*/
.accordion-button h1 {
  font-size: 2rem;
}
.ai_hero {
  /*  margin-top: 6rem;*/
  padding-bottom: 0;
  /*  background: url("../images/new/bg2.png") no-repeat;*/
  background-size: 100%;
  background-position: bottom;
}
.ai_hero .container-fluid {
  padding-bottom: 2rem;
}
.ai_hero .ai_hero_inner {
  position: relative;
  border-radius: 30px;
  background: #000000;
  background: url("../images/new/bg1.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7rem;
  color: #fff;
}
.phone-modal_rapper {
  position: relative;
  text-align: center;
}
.ai_hero .ai_hero_inner .phone-modal {
  position: absolute;
  top: -190px;
  right: -60px;
}
.about {
  background: #E7F4E3;
  padding-top: 100px;
}
.heading, .heading * {
  text-align: center;
  color: #019047;
  font-family: 'Segoe UI Semibold';
  font-size: 3.5rem;
}
.about .about-cards-wrapper .about-card {
  position: relative;
  border-radius: 30px;
  /*  background: linear-gradient(45deg, #e8f6fe 0%, #e4edf4 100%);*/
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 12px;
  padding: 2rem 0;
  display: flex;
  /*  justify-content: center;*/
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.about .about-cards-wrapper .about-card .numbers {
  margin: 0.5rem 0;
  background: -webkit-linear-gradient(#356abc, #018f47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-family: 'Segoe UI Bold'
}
.about .about-cards-wrapper .about-card img {
  height: 80px;
}
.about .about-cards-wrapper .about-card h3 {
  font-family: 'Segoe UI Semibold';
  color: #151515;
  text-align: center;
  font-size: 1.6rem;
}
.how_it_works {
  padding-top: 45px;
}
.partner {
  padding: 30px 0 80px 0;
}
.partner_card_wrapper {
  position: relative;
  border-radius: 30px;
  background: #eff3fa;
  height: 100%;
  overflow: hidden;
}
.partner_card_wrapper > .row:first-child {
  border-bottom: 2px solid #b9cbe8;
}
.partner_card_wrapper .row .col-lg-4 {
  border-right: 2px solid #b9cbe8;
}
.partner_card_wrapper .row .col-lg-4:last-child {
  border-right: none;
}
.partner_card_item {
  padding: 2rem 1.5rem;
}
.partner_card_item h4 {
  line-height: 1.1;
  color: #000000;
  font-family: 'Segoe UI Semibold'
}
.partner_card_item p {
  line-height: 1.5;
  color: #0d32a4;
  font-family: 'Segoe UI Semibold';
}
.partner_card_item figure {
  position: relative;
}
.partner_card_item figure .badge {
  display: block;
  position: absolute;
  right: -18%;
  bottom: -20px;
  width: 60%;
}
.accordion_wrapper {
  background: linear-gradient(52deg, #d5dcf5 0%, #dcf9e3 100%);
  border-radius: 30px;
  padding: 70px 0;
  transform: translateY(25px);
}
.accordion_wrapper_inner .accordion {
  overflow: hidden;
}
.accordion_wrapper_inner {
  margin-top: 3rem;
  overflow: hidden;
}
.accordion_wrapper_inner .accordion-item {
  background: rgb(242, 252, 245);
  background: -moz-linear-gradient(270deg, rgba(242, 252, 245, 1) 0%, rgba(232, 246, 254, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(242, 252, 245, 1) 0%, rgba(232, 246, 254, 1) 100%);
  background: linear-gradient(270deg, rgba(242, 252, 245, 1) 0%, rgba(232, 246, 254, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2fcf5", endColorstr="#e8f6fe", GradientType=1);
  border-radius: 30px;
  margin-bottom: 2rem;
}
.accordion_wrapper_inner .accordion-item .accordion-header {
  margin: 0;
  cursor: pointer;
}
.accordion_wrapper_inner .accordion-item .accordion-button .d-flex {
  align-items: center;
}
.accordion_wrapper_inner .accordion-item .accordion-button .d-flex img {
  padding-right: 2rem;
}
.accordion_wrapper_inner .accordion-item .accordion-button .d-flex h1 {
  padding: 0;
  margin: 0;
  color: #0078d4;
  font-family: 'Segoe UI Bold'
}
.accordion_wrapper_inner .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 0;
  border-top: 1px solid #c5d4ec;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.accordion-body {
  background-color: #ffffff;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.accordion_wrapper_inner .accordion-item .accordion-collapse .accordion-body .accordion-body-inner {
  padding-left: 130px;
  padding-right: 80px;
}
.accordion_wrapper_inner .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: 1.3rem;
}
.accordion-button {
  position: relative;
  padding: 1rem 2rem;
}
.accordion-button::after {
  content: "–";
  position: absolute;
  right: 25px;
  top: 5px;
  z-index: 1;
  display: block;
  font-size: 60px;
}
.accordion-button.collapsed::after {
  content: "+";
}
.about {
  overflow: hidden;
  transition: all 1s;
}
.about .activeted {
  opacity: 0.5;
  transition: all 1s;
}
.form-module {
  background: #fff;
  box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid #0c7ed6;
  border-radius: 30px;
  width: 450px;
  height: 440px;
  position: fixed;
  z-index: 2;
  padding: 2rem;
  right: -50px;
  top: 50%;
  bottom: 0;
  transform: translate(100%, -50%);
  transition: all 1s;
}
.form-module.active {
  transform: translate(0, -50%);
  transition: all 1s;
}
.form-module .cta_btn_blue {
  padding: 2.5px 1rem;
  font-size: 15px
}
.close-module {
  background: -webkit-linear-gradient(#356abc, #018f47);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-40px, -40px);
  position: absolute;
  cursor: pointer;
}
.call_email {
  width: 65px;
  height: 130px;
  background: #0078d4;
  box-shadow: 1px 0px 5px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid #0078d4;
  border-radius: 20px 0 0 20px;
  position: fixed;
  z-index: 1;
  padding: 0;
  right: 60px;
  top: 60%;
  bottom: 0;
  transform: translate(100%, -50%);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.call_email img {
  width: 30px;
  cursor: pointer;
}
.call_email span:first-child {
  border-bottom: 1px solid #FFFFFF;
}
.rectangle {
  position: absolute;
  bottom: 80px;
  height: 60px;
}
.slick-prev {
  left: 20px;
  z-index: 9999;
}
.slick-next {
  right: 20px;
  z-index: 9999;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
}
@media screen and (max-width:1600px) {
  .heading * {
    font-size: 3rem;
  }
  .ai_hero .container-fluid {
    padding-bottom: 0;
  }
  .ai_hero .ai_hero_inner .phone-modal {
    top: -170px;
    right: -20px;
  }
  .ai_hero .ai_hero_inner {
    padding: 4rem;
  }
  .partner {
    padding: 40px 0;
  }
  .accordion_wrapper_inner .accordion-item .accordion-button .d-flex h1 {
    font-size: 2rem;
  }
  .accordion_wrapper_inner .accordion-item .accordion-button .d-flex img {
    padding-right: 1.3rem;
  }
  .accordion_wrapper_inner .accordion-item {
    /*    padding: 1.5rem 2rem;*/
  }
  .form-module {
    width: 350px;
  }
  .ai_hero_inner h4 br {
    display: none;
  }
  .call_email {
    top: 70%;
  }
}
@media screen and (max-width:1400px) {
  h4 {
    font-size: 1.1rem;
  }
  .ai_hero {
    margin-top: 0;
  }
  .heading * {
    font-size: 2.6rem;
  }
  .ai_hero .ai_hero_inner {
    padding: 3rem;
  }
  .ai_hero .ai_hero_inner .phone-modal {
    top: -120px;
    right: -10px;
  }
  .accordion_wrapper_inner {
    margin-top: 1rem;
  }
}
@media screen and (max-width:768px) {
  .certifies .certifies_items {
    padding-top: 1rem;
  }
  .ai_hero {
    margin-top: 1rem;
  }
  .ai_hero .ai_hero_inner {
    padding: 3rem;
    text-align: center !important;
  }
  .ai_hero .ai_hero_inner .phone-modal {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .about .about-cards-wrapper .row .col-lg-4 {
    margin-top: 2rem;
  }
  .about .about-cards-wrapper .row .col-lg-4:first-child {
    margin-top: 0;
  }
  .accordion_wrapper_inner .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width:460px) {
  .cta_btn_blue {
    font-size: 1.1rem;
    width: 90%;
  }
  .phone-modal_rapper {
    padding-top: 1rem;
  }
  .partner_card_wrapper .partner_card_item figure .img-fluid {
    width: 95%;
  }
  .partner_card_item figure .badge {
    right: -18px;
    width: auto;
  }
  .partner_card_item {
    padding-bottom: 0;
  }
  .partner_card_wrapper > .row:first-child {
    border-bottom: 0px solid #b9cbe8;
  }
  .partner_card_wrapper > .row:last-child .col-lg-4:last-child .partner_card_item {
    padding-bottom: 2rem;
  }
  .accordion_wrapper {
    padding: 2rem;
  }
  .heading * {
    font-size: 2rem;
  }
  .heading br {
    display: none;
  }
  .accordion_wrapper_inner .accordion-item .accordion-button .d-flex {
    align-items: baseline;
    flex-direction: column;
  }
  .accordion_wrapper_inner .accordion-item .accordion-button .d-flex img {
    width: 70px;
  }
  .how_it_works img.p-5 {
    padding: 2rem 15px !important;
  }
  .form-module {
    height: 400px;
    position: fixed;
    z-index: 9999999;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  section .container-fluid {
    width: 100%;
    padding: 0 1rem;
  }
  .accordion_wrapper_inner .accordion-item .accordion-collapse .accordion-body .accordion-body-inner {
    /*    padding-left: 0;*/
    padding: 0 2rem;
  }
  .accordion_wrapper_inner {
    margin-top: 1.5rem;
  }
  .accordion-body .cta_btn_blue {
    margin-bottom: 1.5rem !important;
  }
}
/*
.accordion .accordion-item:first-child {
	background: #FFFFFF;
}
*/
/*.accordion-item.active {
  background: #fff;
}*/
/*.accordion_wrapper_inner .accordion-item  { 
	background: #ffffff;

}*/
/*.accordion-item:has(.accordion-collapse.collapse.show) {
	background: #ffffff;
}*/

.slick-dots li button:before {
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #909090;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    line-height: 22px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ececea;
}

.slick-track {
    display: inline-flex;
    align-items: center;
} 