/* titles change */
.titlesContainers {
  width: 80%;
  margin: 0 auto 50px;
  display: flex;
  max-width: 1183px;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.titlesContainers::after {
  content: "";
  height: 3px;
  background: #d6001a;
  width: calc((102% / 6) + 1%);
  position: absolute;
  bottom: -16px;
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.titlesContainers[data-title-selected-id="1"]::after {
  left: -1%;
}
.titlesContainers[data-title-selected-id="2"]::after {
  left: calc((100% / 7) - 0.5%);
}
.titlesContainers[data-title-selected-id="3"]::after {
  left: calc((100% / 7) * 2 - 0.5%);
}
.titlesContainers[data-title-selected-id="4"]::after {
  left: calc((100% / 7) * 3 - 0.5%);
}
.titlesContainers[data-title-selected-id="5"]::after {
  left: calc((100% / 7) * 4 - 0.5%);
}
.titlesContainers[data-title-selected-id="6"]::after {
  left: calc((100% / 7) * 5 - 0.5%);
}
.titlesContainers[data-title-selected-id="7"]::after {
  left: calc((100% / 7) * 6);
}
.titlesContainers::before {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  width: 102%;
  position: absolute;
  bottom: -15px;
  left: -1%;
}
.titleChange {
  text-align: center;
  cursor: pointer;
  flex-basis: 100%;
}
.titleChange.selected {
  font-weight: 600;
}
.mainDiv {
  display: none;
}
.changeHeightDiv {
  height: 491px;
  width: 100%;
  overflow: hidden;
}
.mainDiv.selected {
  display: block;
}

/* end titles change */
.description {
  width: 50%;
  margin: auto;
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
}

.description[data-aos="fade-up"] {
  transform: translate3d(0, 50px, 0);
}
.guidesContainer {
  width: 80%;
  margin: 50px auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
.box {
  width: 100%;
  /* overflow: hidden; */
  cursor: pointer;
  position: relative;
  display: block;
  /* padding-bottom: 58px; */
}
.guideImg {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 17vw;
  position: relative;
}

.guideTitle {
  position: relative;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  overflow: hidden;
  margin-top: 15px;
  margin-block-start: 10px;
  margin-block-end: 5px;
  text-transform: uppercase;
}
.guideTitle span {
  font-size: 20px;
  line-height: 34px;
}

.box figure {
  position: relative;
}

.guideDescription {
  color: #000000;
  margin-block-start: 5px;

  overflow: hidden;

  height: 42px;
  margin-block-end: 14px;
}
.viewNowGo {
  width: 100%;
  float: left;
  position: relative;
}
.viewAllGo {
  color: #ffffff;
  margin: 0 auto 60px;
  width: 120px;
  background: #333439;
  border: 1px solid #333439;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.viewAllGo:hover {
  color: #333439;
  background: transparent;
}

.file-input-wrapper {
  width: 100px;
  border: 1px solid #9c9c9c;
  margin-left: 0px;
  height: 100px;
  font-size: 12px;
  color: #9c9c9c;
  background-image: url(../../files/more.png);
  background-repeat: no-repeat;
  background-position: center;
}
.uploadFile {
  width: calc(100% / 3);
  float: left;
  max-width: 71px;
}

.sendForm {
  margin-top: 60px;
}
.contactContainer {
  padding-top: 60px;
  background-color: #fbfbfb;
}
.contactDiv {
  margin-bottom: 0px;
}
.file-input-name.selected {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.file-input-wrapper {
  width: 70px;
  height: 70px;
}
.uploadFile.service {
  max-width: 91px;
}
.formTitle {
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .uploadFileContianer {
    width: 100%;
    margin-bottom: 0px;
  }
  .sendForm {
    margin-bottom: 60px;
    width: 100%;
    margin-top: 30px;
  }
  .formSelect {
    height: 50px;
  }
  .description {
    width: 90%;
  }
  .titlesContainers {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 auto 10px;
  }
  .guidesContainer {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
  .guideDescription {
    font-size: 11px;
    line-height: 15px;
    height: 45px;
  }
  .guideImg {
    height: 34vh;
  }
  .guideTitle {
    font-size: 12px;
    width: 100%;
    line-height: 15px;
    height: 43px;
  }
  .guideTitle span {
    font-size: 16px;
    line-height: 22px;
  }
  .viewAllGo {
    margin: 40px auto 30px;
  }
  .titleChange {
    flex: 0 0 auto;
    padding: 0 15px 0px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .titlesContainers::before {
    display: none;
  }
  .titlesContainers::after {
    display: none;
  }
  .titleChange.selected {
    text-decoration-color: #ed1b2e;
  }
}
