/* Section-1 */
.intro {
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
}
.intro15 h1 {
  color: #000;
  padding: 80% 0 0 0;
  letter-spacing: -1px;
  font-size: 70px;
  font-weight: 700;
}
.intro15 img {
  margin-top: 20rem;
  margin-left: 22rem;
  width: 50rem;
}
.intro15 p {
  color: #d30000;
}
.intro15 h4 {
  padding-top: 3rem;
  color: #d30000;
  font-size: 26px;
  text-transform: uppercase !important;
  letter-spacing: 4px;
  line-height: 1.5;
}
/* Ending of Section-1 */

/* Section-2 */
.about {
  padding: 100px 0;
  background-image: linear-gradient(to right, #1f0021, #751006);
}
.about .heading {
  text-align: center;
  color: #fff;
}
.about h4 {
  padding-top: 100px;
  line-height: 1.8;
  color: #fff;
}
/* Ending of Section-2 */
/* Section-3 */
.content {
  padding: 5rem 0;
}
.content .heading {
  text-align: center;
  padding-bottom: 5rem;
  color: #000;
}
.content .left {
  padding-left: 150px;
  width: 48rem;
  padding-top: 90px;
  line-height: 1.8;
  font-weight: 500 !important;
}
.content .right {
  padding-left: 80px;
  width: 40rem;
  padding-top: 90px;
  line-height: 1.8;
  font-weight: 500 !important;
}
.content .card {
  overflow: hidden;
  width: 100%;
  height: 90%;
  margin: 10px 0 80px 0 !important;
}
.content .card img {
  height: 400px;
}
.content .yellow {
  background-color: #ffa089;
  padding-bottom: 5rem;
  border-radius: 2rem;
  color: #fff !important;
  border: none;
}
.content .white {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
}
.content .up {
  padding-top: 6rem !important;
}
.content .iup {
  padding-bottom: 2rem;
}
/* Ending of Section-3 */
/* Section-4 */
#CTA {
  background-color: #2e2e2e;
  color: #fff;
  padding: 8rem 0 0 0;
}
#CTA .center {
  text-align: center;
}
#CTA .row-space {
  padding: 10rem;
}
#CTA input {
  width: 21.5rem;
  padding: 1rem;
  margin: 0.5rem;
}
#CTA .lm {
  margin-left: 0.5rem;
}
#CTA textarea {
  padding: 1rem;
  margin: 0.5rem;
  height: 20rem;
  width: 44.4rem;
}
#CTA .btn {
  background-color: #d30000;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  margin: 0.5rem;
  color: #fff;
}
#CTA .btn:hover {
  background-color: #fff;
  color: #d30000;
}
#CTA .up-space {
  padding-top: 4rem;
}
#CTA li {
  list-style: none;
  padding: 0.5rem;
  font-size: 20px;
}
#red {
  background-color: #d30000;
  height: 8rem;
}
/* Ending of Section-4 */
/* ----------------------------------------------------------------------------------------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) {
  h1 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  .intro {
    overflow: hidden;
    height: auto;
    padding-bottom: 8rem;
    background-color: #fff;
  }
  .intro15 h1 {
    color: #000;
    padding-top: 20rem;
    letter-spacing: 0 !important;
    font-size: 60px;
  }
  .intro15 img {
    width: 50rem;
    margin-top: 18rem !important;
    padding-left: 10rem !important;
  }
  .intro15 h4 {
    font-size: 20px;
    width: 40rem !important;
  }
  .about {
    padding: 6rem 0;
    background-color: #f1f1f1;
  }
  .about .heading {
    text-align: center;
    color: #000;
  }
  .about h4 {
    padding-top: 6rem;
    line-height: 1.8;
    font-size: 16px;
  }
  .content {
    margin: 20px 0 0 0;
    padding-bottom: 50px;
  }
  .content .heading {
    text-align: center;
    padding: 50px 0;
    color: #000;
  }
  .content .left {
    padding-left: 2rem;
    width: 30rem;
    padding-top: 6rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 20px !important;
  }
  .content .right {
    padding-left: 80px;
    width: 30rem;
    padding-top: 5rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 20px !important;
  }
  .content .card {
    overflow: hidden;
    width: 100%;
    height: 28rem;
    margin: 10px 0 80px 0 !important;
  }
  .content .card img {
    height: 25rem;
    padding-top: 1rem;
  }
  .content .yellow {
    background-color: #f8cbc4;
    border: none;
    padding-bottom: 5rem;
    border-radius: 2rem;
    color: #fff !important;
  }
  .content .white {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    border: none;
  }
  .content .up {
    padding-top: 3rem !important;
  }
  .content .iup {
    padding-top: 2rem;
  }
  #CTA {
    padding-top: 6rem;
  }
  #CTA li {
    color: #f1f1f1;
    line-height: 1;
  }
  #CTA .lm {
    font-size: 24px !important;
    padding-bottom: 2rem;
  }
  #CTA .small {
    font-size: 20px !important;
  }
  #CTA .row-space {
    padding: 4rem 1rem 0 1rem;
  }
  #CTA .up-space {
    padding-top: 4rem;
  }
  #CTA input {
    width: 45%;
    color: #000;
  }
  #CTA textarea {
    width: 95%;
    color: #000;
    height: 30%;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  h1 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  .intro {
    overflow: hidden;
    height: auto;
    padding-bottom: 6rem;
    background-color: #fff;
  }
  .intro15 h1 {
    color: #000;
    padding-top: 18rem;
    letter-spacing: 0 !important;
    font-size: 60px;
    text-align: center;
  }
  .intro15 img {
    width: 37rem;
    margin-top: 5rem !important;
    padding-left: 7rem !important;
    margin-left: 0;
  }
  .intro15 h4 {
    font-size: 16px;
    width: 100% !important;
    text-align: center;
  }
  .about {
    padding: 6rem 0;
    background-color: #f1f1f1;
  }
  .about .heading {
    text-align: center;
    color: #000;
  }
  .about h4 {
    padding-top: 6rem;
    line-height: 1.8;
    font-size: 16px;
  }
  .content {
    margin: 0;
    padding-bottom: 50px;
  }
  .content .heading {
    text-align: center;
    padding: 0 0 50px 0;
    color: #000;
  }
  .content .left {
    padding-left: 2rem;
    width: 22rem;
    padding-top: 5rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 16px !important;
  }
  .content .right {
    padding-left: 20px;
    width: 22rem;
    padding-top: 5rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 16px !important;
  }
  .content .card {
    overflow: hidden;
    width: 100%;
    height: 28rem;
    margin: 10px 0 80px 0 !important;
  }
  .content .card img {
    height: 20rem;
    padding-top: 3.5rem;
    padding-left: 2.5rem;
  }
  .content .yellow {
    background-color: #f8cbc4;
    border: none;
    padding-bottom: 5rem;
    border-radius: 2rem;
    color: #fff !important;
  }
  .content .white {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    border: none;
  }
  .content .up {
    padding-top: 3rem !important;
  }
  .content .iup {
    padding-top: 2rem;
  }
  #CTA {
    padding-top: 4rem;
  }
  #CTA li {
    color: #f1f1f1;
    line-height: 1;
    font-size: 14px;
  }
  #CTA .lm {
    font-size: 20px !important;
    padding-bottom: 2rem;
  }
  #CTA .small {
    font-size: 14px !important;
  }
  #CTA .row-space {
    padding: 4rem 1rem 0 1rem;
  }
  #CTA .up-space {
    padding-top: 4rem;
  }
  #CTA input {
    width: 43%;
    height: 3rem !important;
    font-size: 12px;
    color: #000;
  }
  #CTA textarea {
    width: 92%;
    color: #000;
    height: 30%;
    font-size: 12px;
  }
  #CTA .btn {
    background-color: #d30000;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    margin: 0.5rem;
    color: #fff;
    font-size: 12px;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  .intro {
    overflow: hidden;
    height: auto;
    padding-bottom: 4rem;
    background-color: #fff;
  }
  .intro15 h1 {
    color: #000;
    padding-top: 14rem;
    letter-spacing: 0 !important;
    font-size: 60px;
    text-align: center;
  }
  .intro15 img {
    width: 28rem;
    margin-top: 4rem !important;
    padding-left: 2rem !important;
    margin-left: 0;
  }
  .intro15 h4 {
    font-size: 16px;
    width: 100% !important;
    text-align: center;
  }
  .about {
    padding: 3rem 0;
    background-color: #f1f1f1;
  }
  .about .heading {
    text-align: center;
    color: #000;
  }
  .about h4 {
    padding-top: 3rem;
    line-height: 1.8;
    font-size: 16px;
  }
  .content {
    margin: 0;
    padding-bottom: 40px;
  }
  .content .heading {
    text-align: center;
    padding: 0 0 50px 0;
    color: #000;
  }
  .content .left {
    padding-left: 2rem;
    width: 25rem;
    padding-top: 2rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 17px !important;
  }
  .content .right {
    padding-left: 20px;
    width: 25rem;
    padding-top: 1.5rem;
    line-height: 1.8;
    font-weight: 500 !important;
    font-size: 17px !important;
  }
  .content .card {
    overflow: hidden;
    width: 100%;
    height: 24rem;
    margin: 10px 0 40px 0 !important;
  }
  .content .card img {
    height: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
  }
  .content .yellow {
    background-color: #f8cbc4;
    border: none;
    padding-bottom: 3rem;
    border-radius: 1rem;
    color: #fff !important;
  }
  .content .white {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    border: none;
  }
  .content .up {
    padding-top: 3rem !important;
  }
  .content .iup {
    padding-top: 2rem;
  }
  #CTA {
    padding-top: 4rem;
  }
  #CTA li {
    color: #f1f1f1;
    line-height: 1;
    font-size: 14px;
  }
  #CTA .lm {
    font-size: 20px !important;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
  #CTA .small {
    font-size: 14px !important;
  }
  #CTA .row-space {
    padding: 0rem 1rem 0 1rem;
  }
  #CTA .up-space {
    padding-top: 4rem;
  }
  #CTA input {
    width: 14rem;
    height: 3rem !important;
    font-size: 12px;
    color: #000;
  }
  #CTA textarea {
    width: 29.5rem;
    color: #000;
    height: 30%;
    font-size: 12px;
  }
  #CTA .btn {
    background-color: #d30000;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    margin: 0.5rem;
    color: #fff;
    font-size: 12px;
  }
  #red {
    font-size: 12px;
  }
  #red .col-lg-8 {
    padding: 0;
    margin: 0;
    padding-left: 2rem;
  }
  #red .col-lg-4 {
    text-align: left;
    padding: 0;
    margin: 0;
  }
}

.content .card h3 {
  padding: 0px 20px;
}