.request-demo-bg {
  height: 100%;
  padding-bottom: 4rem;
  width: 100%;
  background: url(../img/request-demo/demo-header-img.jpg) top center no-repeat;
  background-size: cover;
  margin-top: -8px;
}

#request-demo-hero, .request-demo-row {
  margin-top: 5.5rem;
}

.request-demo-row h2 {
  padding-top: 2rem;
  text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 70px;
}

.request-demo-row p {
  text-align: center;
  line-height: 27px;
  width: 100%;
  margin: auto;
  color: rgb(255, 255, 255);
}

.main-form {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width:300px) and (max-width:400px) {
  .form-cols {
    flex-direction: column !important;
  }

  .request-demo-row h2 {
    padding-top: 0rem;
    font-size: 50px;
    margin-bottom: 5px;

  }

  .request-demo-row p {
    padding: 0px 20px;
    font-size: 15px;
  }
}

@media screen and (min-width:400px) and (max-width:700px) {

  .form-cols {
    flex-direction: column !important;
  }

  .request-demo-row h2 {
    padding-top: 0rem;
    font-size: 40px;
    margin-bottom: 5px;

  }

  .request-demo-row p {
    padding: 0px 20px;
    font-size: 14px;
  }
}

@media screen and (min-width:700px) and (max-width:1024px) {
  .request-demo-row h2 {
    padding-top: 3rem;

  }
}


/*============================== end ====================== */
/*==================================== request-demo form ======================= */


#request-demo-form>#request_email, input[type=email], input[type=text], input[type=tel], textarea {
  height: 40px;
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 12px;
  resize: vertical;
}

.demo-btn {
  width: 100%;
  background-color: var(--secondary-color);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 2rem;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}
.demo-btn:focus {
  outline: none;
}

.demo-btn:hover {
  background-color: var(--primary-color);
}

.request-demo-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 50px;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}

.request-demo-form-container {
  margin-top: 5rem;
  margin-bottom: 5rem;

}

.request-demo-form h3 {
  text-align: center;
  color: #16425B;
  font-size: 25px;
  font-weight: 600;

}

.request-demo-form h6 {
  font-size: 15px;
}

.basic-information {
  background: white;
  padding: 1px 40px;
  border-left: 5px solid #EA5B21;
}

.basic-information h6 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.form-control {
  height: 41px;
}

.request-demo-form label {
  font-size: 15px;
}

.request-demo-form label:after {
  content: "*";
  color: red;
  margin: 5px;
}

.request-demo-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#privacy-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

#privacy-link {
  color: blue;
}

#privacy-para {
  font-size: 15px;
  margin-bottom: 0px;
}

@media screen and (min-width:375px) and (max-width:1024px) {
  .request-demo-container {
    padding: 30px;
  }

  #demo-img {
    position: relative;
    top: 0%;
    left: 0%;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }

  .request-demo-container {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  .request-demo-container {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .request-demo-container {
    padding: 30px;
  }

  #demo-img {
    position: relative;
    top: 0%;
    left: 0%;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width:425px) and (max-width:768px) {
  .request-demo-container {
    padding: 30px;
  }
}

@media screen and (max-width:768px) {
  .main-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  #privacy-para {
    font-size: 14px;
  }

}