.talk_section {
    background: #E74E3A;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 60px 85px;
}

.talk_section:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
/*     background: rgba(0,0,0,0.5); */
}

.talk_inner h1 {
    margin: 0px 0px 15px;
    color: #000;
    font-size: 50px;
    font-weight: 300 !important;
    font-family: "Trim",Sans-serif !important;
}

.talk_inner p.head {
    margin: 0px;
    color: #FFF;
    font-size: 20px;
    font-family: Montserrat,sans-serif;
  line-height: 36px;
  padding-top:10px;
}

.text-center {
    text-align: center;
}

.talk_button a {
/*     border: 1px solid #FFF; */
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    width: 136px;
    background: #000;
    font-size: 14px;
    margin: 10px;
    border-radius: 50px;
    margin: 20px 0px
  
}
}

.talk_button a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.text_input{
  margin-top:20px;
}

input[type=submit]
{
  padding: 10px 20px !important;
    text-align: center !important;
    display: inline-block !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 136px !important;
    background: #000 !important;
    font-size: 14px !important;
    margin: 10px !important;
    border-radius: 50px !important;
    margin: 20px 0px !important;
}

input[type=email]
{
  width:250px !important;
  margin-right: 20px !important;
}


@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px)  {
  
input[type=email]
{
  width:186px !important;
  margin-right:0px !important;
}
  
  .talk_section {
    background: #1755e3;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 60px 10px !important;
}
  
}

input[type="email"].hs-input::-webkit-input-placeholder {
  color: #000;
/*   font-weight: 300 !important; */
  font-size:16px;
}


