
 .unservicable {
    width: 55%;
    text-align: center;
    margin: 0 auto;
}
.unservice h1{
    max-width: 837px;
    margin: auto;
    font-weight: 600;
    line-height: 55px;
}

 a.btn.unsecvtazc {
    margin: 30px 0px 40px 0px;
      background: #2A7D8C;
    padding: 15px 30px;
    height: auto;
    color: #fff;
    font-weight: 500;
}
 .unservclose {
    margin-bottom: 60px;
}
  section.unservice {
    padding:80px 0px 80px 0px;
}
 .unservice-form-txt {
    width: 55%;
    margin: 0 auto;
    text-align: center;
}

 .unservice-form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.wpcf7-response-output {
    max-width:300px;
    margin: 20 auto !important;
    text-align: center;
}
 .unservice form input[type="email"] {
    border-radius: 8px 0 0 8px;
    border-right-width: 0;
    padding: 16px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    margin: 0;
    width: 90%;
    border-color: #EF5B4E;
    margin-bottom: 10px;
}

 .unservice form input[type="submit"] {
    padding: 16px;
    max-width: 50%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 8px 8px 0;
    border-left-width: 0;
    width: 310px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 150px;
        background: #EF5B4E;
}
@media screen and (max-width: 991px) {
    .unservicable {
       width: 80%;
   }
}
@media screen and (max-width: 767px) {

    .unservicable h1{
       font-size: 2rem;
   }
    .unservice form input[type="submit"]{
       width: 120px;
   }
    .unservice-form{
       width: initial;
   }
}

@media screen and (max-width: 540px) {
.unservice-form-txt p br{display:none;}
    .unservicable h1{
       font-size: 1.5rem;
          line-height: 35px;
   }
    .unservicable{
       width: 100%;
       padding-left: 15px;
       padding-right: 15px;
   }
    .unservice-form-txt{
       width: 100%;
       padding-left: 15px;
       padding-right: 15px;
       max-width: 400px;
   }
}