
  .linkStart li::before{
    content: "\f00c";
position: absolute;
left: 15px;
display: block;
font-size: 15px;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 2;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #e83646;
}
.linkStart, .headingMain{
    text-transform: capitalize;
}
.swiper-button-next-main-body, .swiper-button-prev-main-body {
text-rendering: auto;
}

.style-X2{
    background: #f4f3f5;
    padding: 43px;
    border-radius: 10px;
    min-height: 372px;
  }
  .linkStart2 li span{
    padding-left: 2rem;
    text-transform: capitalize;
  }
  .linkStart2 li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    color: #e83646;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  font-size: 40px !important;
  margin-top: 10px;
}
.font-normal--medium{
  font-size: 60px !important;
}
.h-200{
  height: 150px;
}
.error{
  color: red;
  
}