.contact-img {
  width: 100%;
}

.form-container {
  display: flex;
  align-items: flex-end;
  padding: 30px 0;
}

.footer-link {
  margin-left: auto;
}

.navbar > ul > li > a {
  font-weight: 600;
}

.blue {
  transition: 200ms;
  margin-right: 5px;
}

.plug:hover {
  color: #407bff;
}

.plug > img {
  max-height: 35px;
}

.plug {
  margin-top: 15px;
  cursor: pointer;
}

.service-square {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-grid {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  /* To move the entire container to the right 40px, fixing margin issue */
  margin-right: -40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: none;
  display: flex;
  align-items: center;
}

.service-square {
  min-width: 35%;
  width: 40%;
  padding: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 40px;
  margin-top: 30px;
  max-width: 550px;
}

.service-square > div {
  padding: 35px;
}

.service-square > div > ul {
  margin-bottom: 0;
}
.service-square > img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 10px;
  height: 250px;
  object-fit: cover;
}

.services-cards > div > .section-header {
  padding: 0 20px;
}

.service-square > div > ul {
  margin-bottom: 10px;
}

.contact-container {
  width: 100%;
  height: 100%;
  padding: 0px !important;
}

/* .contact-container h3 {
    height: 15%;
} */

.contact-container iframe {
  height: calc(100% - 88.2px);
  min-height: 500px;
}

.contact-icons-container {
  width: 100%;
  justify-content: center;
  display: flex;
}

.contact-icons {
  display: flex;
  width: 80%;
  justify-content: space-between;
  max-width: 800px;
  min-width: 300px;
  margin-bottom: 30px;
}

.contact-icon > .info-item > i {
  font-size: 18px;
  height: 40px;
  width: 40px;
}

.get-started .contact-container h3 {
  padding-bottom: 20px;
}

.contact-form-container {
  height: 100%;
}

.preview-link {
  display: none;
}

.portfolio-info .preview-link {
  display: block;
}

.btn-view-all {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: var(--font-primary);
}

.btn-view-all:hover {
  background-color: #8a161d;
  color: #fff;
}

@media only screen and (min-width: 1500px) {
  .service-square {
    margin-right: 100px;
    margin-top: 50px;
  }

  .service-grid {
    margin-right: -100px;
  }
}

@media only screen and (max-width: 992px) {
  .service-square {
    width: 300px;
  }

  .service-square > img {
    height: 200px;
  }

  .contact-container {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .service-square {
    width: 100%;
  }

  .service-square > img {
    height: 250px;
  }

  .section-header h2:before,
  .section-header h2:after {
    width: 20px;
  }

  .services-cards p {
    font-size: 13px;
  }

  .contact .info-item h3 {
    font-size: 15px;
  }

  .contact .info-item p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .contact-icons {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 30px;
  }

  .contact-page-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact .info-item {
    padding: 15px;
  }

  .contact-container iframe {
    display: none;
  }

  .contact-container {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  .service-square {
    width: 100%;
  }

  .service-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-square > div {
    padding: 20px;
  }

  .get-started .content h3 {
    font-size: 30px;
  }
}
