body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.main {
  display: flex;
  padding: 30px 80px;
  /*background-image: url("images/Background\ image.jpg");*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.logo img {
  width: 85px;
}

@media only screen and (max-width: 478px) {
  #lp .col-sm-12 {
    width: 100% !important;
  }

  .main {
    display: block !important;
    width: 100% !important;
    /* background-image: url("images/sales-cloud-overview-lg.png"); */
  }

  .main .top-row {
    display: block !important;
    width: 100vw !important;
    padding-top: 15px !important;
    margin: 0 !important;
  }

  .top-head {
    margin: 0 !important;
  }

  .main-top-head h2 {
    font-size: 21px !important;
    width: 100vw !important;
    padding-right: 30px !important;
    margin-top: 15px;
    font-weight:600 !important;
  }

  .main .middle-row {
    display: block !important;
    width: 100vw !important;
    padding: 15px 0 !important;
    padding-right: 40px !important;
    margin: 0 !important;
  }

  .main .middle-row h3 {
      margin-top: 12px;
    font-size: 20px !important;
  }

  .middle-row p,
  .middle-row ul li {
    font-size: 14px !important;
  }

  .main .image-row {
    display: none;
  }

  .main .col-lg-7 {
    width: 100vw !important;
    padding: 0 0 0 15px !important;
    margin: 0 !important;
  }

  .main .col-lg-5 {
    padding-left: 15px !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .main .form-container {
    width: 92vw !important;
  }

  .main form {
    width: 100%;
  }

  .main form .row1 {
    display: block;
  }

  .main .name1,
  .main .name2 {
    width: 100% !important;
  }

  .main .name1 {
    margin-bottom: 20px;
  }

  .main .footer-input {
    width: 60vw !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .main .footer-bottom-row {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

}

.name1,
.name2 {
  width: 47% !important;
  margin-top: 15px;
}

.top-row {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.top-head h2 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #3591ce;
}

.col-lg-7 {
  width: 50%;
  padding: 0px 20px 20px 30px;
  /* background-color: yellow; */
}

.col-lg-5 {
  max-width: 37% !important;
  margin-left: 35px;
  /* padding: 0px 20px 20px 30px; */
  /* background-color: brown; */
}

.middle-row {
  margin-top: 35px;
}

.middle-row h3 {
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight:600;
}

.middle-row p {
  line-height: 1.4em;
  font-size:16px;
}

.middle-row ul {
  margin-top: 20px;
}

.middle-row ul li {
  line-height: 1.7em;
  list-style:disc;
  margin-left: 20px;
}

.myimage {
  max-width: 500px;
  margin-top: 28px;
}

.form-container {
  background-color: white;
  padding: 20px;
  width: 100% !important;
}

.row1 {
  display: flex;
  justify-content: space-between;
}

form h3 {
  /*font-size: 22px;*/
  /*font-weight: 500;*/
  /*line-height: 1.4em;*/
  margin-bottom: 10px;
    font-size: 34px;
    font-weight: bold;
    color:#3591ce;
    border-bottom: 1px dotted;
    display: inline-block;
    padding-bottom: 10px;
}

form h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5em;
}

.form-group {
  margin-bottom: 20px !important;
}

form button {
  margin-top: 10px;
}

@media screen and (min-width: 577px) and (max-width: 998px) {

  #one .container-fluid {
    width: 100% !important;
    padding: 50px 15px !important;
  }


  #one .content-row .content {
    width: 20%;
  }

  .logo1 img {
    padding: 20px 0;
    width: 125px
  }

  .logo2 img {
    width: 75px
  }

  .logo3 img {
    padding: 23px 0;
    width: 125px
  }

  .logo4 img {
    margin-top: -31px;
    width: 110px
  }

  .logo5 img {
    padding: 20px 0;
    width: 125px
  }
}

.required {
  margin-top: 5px;
  margin-left: -7px
}

.form-group {
  position: relative;
}

.required1 {
  position: absolute;
  top: -10px;
  right: -13px;
}

@media (max-width:576px) {
    .required {
 position: absolute;
  top: -16px;
  right: -13px;
 }
}

.form-group .btn1 {
  background: #f68a1e;
  border-color: #f68a1e;
}
.form-group .btn1:hover {
  background: #f68a1e;
  border-color: #f68a1e;
}