body {
  overflow-x: hidden;
}

.feature-section {
  position: relative;
  padding-top: 1rem;
}

.feature-section .section-title {
  padding: 0 20px;
}

.single-feature {
  margin-bottom: 10px;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
  padding: 35px 30px;
  margin-bottom: 40px;
  margin-top: 50px;
  box-shadow: 0px 15px 35px rgba(222, 222, 222, 0.5);
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .single-feature {
    padding: 35px 45px;
  }
}

.single-feature:hover {
  background: #0463fa;
}

.single-feature:hover .feature-content h4, .single-feature:hover .feature-content p {
  color: #fff;
}

.single-feature .feature-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #0463fa;
  color: #fff;
  font-size: 40px;
  transition: all 0.3s ease-out 0s;
  margin-right: 20px;
  overflow: hidden;
  border: 3px solid #fff;
  top: -42px;
}

.single-feature .feature-content {
  margin-top: 30px;
}

.single-feature .feature-content h4 {
  margin-bottom: 20px;
}

.single-feature .feature-content p {
  font-size: 15px;
}

/* ======== feature-section-1 ======== */
.feature-section-1 {
  position: relative;
  z-index: 1;
  height: 600px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-section-1 {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-section-1 {
    height: auto;
    padding-top: 120px;
  }
}

.feature-section-1 .feature-image {
  position: absolute;
  left: -50px;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-section-1 .feature-image {
    margin-top: 60px;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}

.feature-section-1 .feature-image img {
  max-width: 100%;
}

/* ======== feature-section-2 ======== */
.feature-section-2 {
  position: relative;
  z-index: 1;
  height: 600px;
  display: flex;
  align-items: center;
}


form input, option, select, textarea {
  color: #000 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-section-2 {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-section-2 {
    height: auto;
    padding-top: 120px;
  }
}

.feature-section-2 .feature-image {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-section-2 .feature-image {
    margin-top: 60px;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}

.feature-section-2 .feature-image img {
  max-width: 100%;
}

/* Media Queries Added */

@media (max-width: 1000px) {
  .header_carousel {
    display: none !important;
  }
}

@media (max-width:600px) {
  .formparent {
    padding: 1rem !important;
  }

  .contactdetails {
    padding: 2rem 1rem !important;
  }

  .getstartednavbtn {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .get-started-form {
    display: none !important;
  }

  nav img {
    height: 35px;
    width: auto;
  }

  .service-card {
    padding: 1rem !important;
  }
}

@media (max-width: 350px) {
  nav img {
    height: 30px;
    width: auto;
  }

  body {
    margin: 0 -1rem;
  }
}