.custom-border-line {
  border: 1px solid #edecec;
}
.custom-background {
  background: linear-gradient(
    180deg,
    rgba(218, 217, 226, 0.01453081232492992) 0%,
    rgb(240 245 244 / 0%) 28%,
    rgb(233 247 244 / 27%) 60%,
    rgb(233 247 244 / 43%) 76%,
    rgb(233 247 244 / 39%) 85%,
    rgb(233 247 244 / 43%) 100%
  );
}

.development-img img {
  max-height: 420px;
  object-fit: contain;
}
.development--text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: var(--custom-paragraph-color);
  /* margin-top: 24px; */
  text-align: justify;
}
.development--text h2 {
  text-transform: capitalize;
  color: var(--main-title-font-color);
  line-height: 1.1;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
}
.dev_sub_heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #292929;
}
.custom-hero-section .highlight-text svg {
  bottom: -24px;
}

ul {
  font-size: 20px;
}

li {
  margin: 15px auto;
}
ol li {
  margin: 5px auto;
}

h1.fs-60.main-title-font.text-center-xs.brand-color {
  color: #1694d4 !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .development-img img {
    width: -webkit-fill-available;
  }
  .development-img {
    order: 1;
  }
  .development--text {
    margin-top: 40px;
    order: 2;
  }
  .cost-modal {
    margin-top: 0 !important;
  }
}

.subSection img {
  object-fit: contain;
}

.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  top: -30px;
}
.custom-hero-section {
  position: relative;
}
.custom-hero-section .hero-bg {
  background-image: none;
}

@-moz-document url-prefix() {
  .custom-hero-section .highlight-text {
    display: table;
  }
}

#blog a {
  text-decoration: none;
  color: #292929;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  border: 2px solid#1694d4;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease;
}

#blog a:hover {
  background-color: #01303a;
  color: hsl(0, 0%, 100%);
  box-shadow: #01303a 0px 7px 20px 0px;
}

@media (max-width: 992px) {
  #blog {
    padding: 10px;
  }
  #blog a {
    display: block;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  .custom-hero-section .main-title-font {
    font-size: 60px;
  }
}

.f-25 {
  color: #424242 !important;
  font-size: 25px !important;
  line-height: inherit !important;
}

@media (max-width: 768px) {
  .custom-hero-section .main-title-font {
    font-size: 35px;
  }
  .f-25 {
    font-size: 20px !important;
  }

  .mt-5 {
    margin-top: 0 !important;
  }
  .container.cost-modal.mt-5.mb-5.mt-100 {
    margin-bottom: 0 !important;
  }
}
