.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{
    background-color: #01a798;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.swiper1 .swiper-button-next:after,.swiper1 .swiper-button-prev:after {
    font-size: 24px;
}
:root {
    --swiper-theme-color: #01a798;
}
.list-arrow li:before {
    /* content: "\f103"; */
    font-family: "Flaticon";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 24px;
}
ul.list-arrow li {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 0px 0 10px 20px;
    position: relative;
}
ul.list-arrow {
    margin-top: 20px;
}

.list-text li:before {
    content:none!important;
}
.list-text li{
  list-style: lower-alpha;
  list-style-position: inherit;
  padding: 0px 0 10px 15px!important;
}
.list-text {
    padding-left: 20px;
    margin-top: 15px;
}
h4.title {
    margin: 25px 0;
}
.our-service {
    padding-bottom: 60px;
}
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev {
    padding: 10px;
    background-color: #fff;
    color: #00a798;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper2 .swiper-button-next:after, .swiper2 .swiper-button-prev:after{
    font-size: 20px;
    line-height: 23px;
}
.last-btn {
    display: none;
}