.servicesBanner {
  padding: 80px 0 30px;
  text-align: center;
  background-image: linear-gradient(#ffffff, #f9f9f9);
}

.servicesBanner-Box {
  position: relative;
}

.servicesBanner h2 {
  font-size: 32px !important;
  line-height: 42px !important;
  font-weight: 600;
  max-width: 536px;
  margin: auto;
  margin-bottom: 15px;
}

.servicesBanner h2 span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #e60078;
}

.servicesBanner p {
  max-width: 570px;
  margin: auto;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 58px;
}

.servicesBanner img {
  max-width: 1000px;
  margin: auto;
  display: block;
}

#servicesNavigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  background-color: #0000004a;
  border-radius: 6px;
}

.servicesNavigation-box {
  display: flex;
}

.servicesNavigation-content {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  align-items: center;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.servicesNavigation-content.active {
  background-color: #000000;
}

.imgNavigation {
  display: flex;
  align-items: center;
}

.servicesNavigation-content:last-child {
  margin-right: 0px;
}

.servicesNavigation-content svg {
  margin-right: 10px;
}

.servicesNavigation-content span {
  white-space: nowrap;
  font-size: 15px;
  line-height: 20px;
}

.servicesNavigation-content.active svg path {
  fill: #ffffff;
}

.servicesNavigation-content.active span {
  color: #ffffff;
}

.servicesContent-Box {
  background-color: #ffffff;
  padding: 50px 0 100px;
}

.servicesContent-common {
  max-width: 1170px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}

.servicesContent-Main {
  width: 370px;
  margin-right: 30px;
  position: relative;
  padding: 40px 40px 45px 40px;
  margin-bottom: 30px;
}

.servicesContent-Main:nth-child(3n) {
  margin-right: 0px;
}

.servicesContent-Main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.servicesContent-Main h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.servicesContent-Main p {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  position: relative;
}

.servicesContent-Number {
  font-size: 63px;
  line-height: 44px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.servicesContent-Number span {
  font-size: inherit;
  line-height: inherit;
  color: #dfdfdf;
  display: block;
  transform: translateY(4px);
}

.servicesContent-Main a {
  position: absolute;
  right: 10px;
  z-index: 3;
  top: 5px;
}

.section-contact.services-block-2 {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.section-contact.services-block-2>div {
  max-width: 1170px;
  margin: auto;
}

.contactForm-box {
  display: flex;
}

.section-contact.services-block-2 .contactForm-box>div {
  padding: 0;
  width: 50%;
}

.contactForm-headingMini span {
  font-size: 15px;
  line-height: 20px;
  color: #e60078;
}

.contactForm-main h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.contactForm-main h2 span {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.contactForm-field .g-infomation:first-child {
  display: flex !important;
}

.contactForm-field select,
.contactForm-field textarea,
.contactForm-field input {
  background-color: #ffffff !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 4px !important;
  font-family: 'Inter', sans-serif !important;
}

.contactForm-field input[type='submit'] {
  background-color: #e60078 !important;
  border: none !important;
  border-radius: 4px !important;
  width: 170px;
  height: 46px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  float: right;
  margin-top: 5px;
}

.contactForm-field .for-services-main {
  display: flex;
}

p {
  margin: 0;
}

.contactForm-field .for-services-main p label:first-child {
  margin-right: 10px;
}

.contactForm-field label {
  margin-bottom: 15px;
}

.servicesContent-common,
.servicesBanner {
  display: none;
}

.servicesBanner.active {
  display: block;
}

.servicesContent-common.active {
  display: flex;
}

.servicesContent-Main:hover circle {
  fill: #e60078;
}

.servicesContent-Main:hover .servicesContent-Number span {
  color: #000000;
}

@media (max-width: 1200px) {
  .servicesContent-Main {
    width: 315px;
    padding: 40px 30px 35px 30px;
  }

  .servicesContent-Main a {
    right: 2px;
  }

  .servicesContent-common {
    justify-content: center;
  }

  .section-contact.services-block-2 .contactForm-box>div:last-child {
    margin-left: 40px;
  }

  .section-contact.services-block-2>div {
    max-width: 1005px;
  }

  .page-header_align_left .page-header_content {
    padding: 10px 100px;
  }

  .page-header_content h5 {
    right: 7%;
  }
}

@media(max-width: 800px) {
  .page-header {
    display: none;
  }

  .servicesBanner img {
    max-width: 375px;
  }

  .servicesBanner {
    padding: 30px 15px;
  }

  .servicesBanner p {
    margin-bottom: 30px;
  }

  .servicesBanner h2 {
    margin-bottom: 10px;
  }

  .servicesContent-Main a {
    right: 8px;
  }

  .servicesContent-Main {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .servicesContent-Box {
    padding: 20px 15px 50px;
  }

  .contactForm-box {
    flex-wrap: wrap;
  }

  .section-contact.services-block-2 .contactForm-box>div {
    width: 100%;
  }

  .section-contact.services-block-2 .contactForm-box>div:last-child {
    margin-left: 0;
    margin-top: 30px;
  }

  .section-contact.services-block-2 {
    padding: 0 15px 50px;
  }

  .contactForm-side img {
    width: 100%;
  }

  .contactForm-field .for-services-main {
    display: block;
  }

  .contactForm-field {
    position: relative;
  }

  #servicesNavigation{
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    overflow: auto;
  }
  .contact-messenger{
    bottom: 85px;
  }
}