/* CTA Section */
.CTA .gray {
  color: #f1f1f1;
}
.CTA {
  background-color: #2e2e2e;
  padding: 80px 0;
  overflow: hidden;
}
.CTA .contact {
  color: #fff;
  width: 95%;
}
.CTA .head {
  color: #fff;
  width: 80%;
}
.CTA .head .text-1 {
  font-size: 18px;
}
.CTA .contact .text-1 {
  font-size: 18px;
  padding-bottom: 15px;
}
.CTA .contact .head-line {
  font-size: 30px;
  padding-bottom: 15px;
}
.CTA .head .bigger {
  font-size: 29px;
  padding-bottom: 4rem !important;
}
.CTA .head .head-line {
  padding-bottom: 50px;
  font-size: 20px !important;
  line-height: 1.3;
}
.CTA .row form .row .form-fill {
  border-color: #fff;
  padding: 0 20px 20px 0;
  display: flex;
}
.CTA .row form .row textarea {
  width: 96.4%;
  height: 19rem;
  margin-bottom: 15px;
  padding: 10px;
}
.CTA .row form .row button {
  color: #fff;
  background-color: #d30000;
  border-color: #d30000;
  width: 200px;
  height: 40px;
  font-size: 20px;
}
.CTA .row form .row button:hover {
  background: #fff;
  color: #d30000;
  border: none;
}
.CTA .row form input {
  padding: 8px;
  color: #000;
  width: 100%;
}
/* Ending of CTA Section */
/* Responsive */
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .CTA .head .head-line {
    font-size: 22px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .head-line {
    font-size: 22px !important;
  }
  .CTA .head .text-1 {
    font-size: 14px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .text-1 {
    font-size: 14px !important;
  }
  .CTA .row form .row button {
    padding: 0.5rem 2.5rem !important;
    height: auto !important;
    width: auto !important;
    font-size: 12px !important;
  }
  .CTA .col-lg-6 {
    padding: 0;
  }
  .CTA .row form .row textarea {
    width: 95% !important;
    font-size: 12px !important;
    height: 14rem !important;
  }
  .CTA .row form input {
    width: 85% !important;
    font-size: 12px !important;
    height: 30px !important;
    margin-left: 1.5rem;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .CTA {
    background-color: #2e2e2e;
    padding: 40px 0 60px 0;
    overflow: hidden;
  }
  .CTA .head .head-line {
    font-size: 21px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .head-line {
    font-size: 22px !important;
  }
  .CTA .head .text-1 {
    font-size: 14px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .text-1 {
    font-size: 14px !important;
  }
  .CTA .row form .row button {
    padding: 0.5rem 2.5rem !important;
    height: auto !important;
    width: auto !important;
    font-size: 12px !important;
  }
  .CTA .col-lg-6 {
    padding: 0;
  }
  .CTA .row form .row textarea {
    width: 95% !important;
    font-size: 12px !important;
    height: 14rem !important;
  }
  .CTA .row form input {
    width: 85% !important;
    font-size: 12px !important;
    height: 30px !important;
    margin-left: 1.5rem;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .CTA {
    background-color: #2e2e2e;
    padding: 40px 0 60px 0;
    overflow: hidden;
  }
  .CTA .head .head-line {
    font-size: 21px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .head-line {
    font-size: 22px !important;
    padding-left: 20px !important;
    padding-top: 20px;
  }
  .CTA .head .text-1 {
    font-size: 14px !important;
    padding-left: 20px !important;
  }
  .CTA .contact .text-1 {
    font-size: 14px !important;
    padding-left: 20px !important;
  }
  .CTA .row form .row button {
    padding: 0.5rem 2.5rem !important;
    height: auto !important;
    width: auto !important;
    font-size: 12px !important;
  }
  .CTA .col-lg-6 {
    padding: 0;
  }
  .CTA .row form .row textarea {
    width: 315px !important;
    font-size: 12px !important;
    height: 14rem !important;
  }
  .CTA .row form input {
    width: 150px !important;
    font-size: 12px !important;
    height: 30px !important;
    margin-left: 15px;
  }
  .CTA .c-space {
    margin-left: 5px;
  }
}
