/** buttons */
.btnsky a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    transition: background-color 0.3s ease;
}

.btnsky a:hover {
    background-color: #0074ff !important;
}
/** End buttons */

/** Video Play */
.video-play .elementor-custom-embed-play svg circle {
    fill-opacity: 1;
	fill: rgba(31, 31, 31, 0.66);
	transition: all ease-in-out 0.2s;
}

.video-play .elementor-custom-embed-play:hover svg circle {
    fill: rgba(31, 31, 31, 0.76);
}
/* End Video Play

/* res at Home page */
.reasonsContainer .reAccord {
    display: none;
}

.reasonsContainer .reTitle {
  color: #0064E8;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
}

.reasonsContainer .reSubtitle {
  font-size: 18px;
  line-height: 33px;
  color: #000039;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  display: block;
}

.reasonsContainer .reList {
  list-style-type: decimal;
  margin-left: 20px;
  color: #0064E8;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
}

.reasonsContainer .reList li {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .redesktop {
    display: none !important;
  }

  .reasonsContainer .reAccord {
    display: initial !important;
  }

  .reasonsContainer .reAccord  .reHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .reasonsContainer .reAccord .reList {
    padding: 0;
    margin: 0;
    list-style-position: inside;
  }

  .reasonsContainer .reAccord .reContent {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
  }

  .reasonsContainer .reAccord .reHeader {
    width: 100%;
  }

  .reasonsContainer .reAccord .reTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    margin-top: 0px;
    margin-right: 15px;
    text-align: left;
  }

  .reasonsContainer .reAccord .reSubtitle {
    display: block;
    font-size: 16px;
    line-height: 26px;
    width: 95%;
    text-align: left;
  }

  .reasonsContainer .reAccord .reList li {
    list-style: none;
    position: relative;
    counter-increment: li;
    display: flex;
    border-bottom: 1px solid #EDF0F3;
    font-size: 18px;
    line-height: 25px;
  }

  .reasonsContainer .reAccord .reList li::before {
    content: counter(li) ".";
    font-weight: bold;
  }
}

/* End res at Home page */