    .ecm-controva {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    align-items: center;
    width: 85.6%;
    border: 1px solid #4064ae;
    border-radius:10px;
}

button#print-doc {
    background: #4064ae;
    padding: 13px 32px;
}

.ex-fs-child h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
svg.ecm-svg {
    background: #4064AE;
    border-radius: 100px;
    padding: 5px;
    width: 37px;
    height: 37px;
    color: white;
}
.border-blueish {
    border-color: #4064AE !important;
}
.d-flex {
    display: flex !important;
}
div#ecom-visa-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 205px;
}
.elm-ctx {
    width: 88.6%;
    border: 1px solid #4064ae;
    padding: 40px 110px 120px 110px;
    border-radius: 10px;
}

input#eVisaIdForm_id {
    margin: 3px 0px;
    max-width: 220px;
    font-size:14px;
 }

 span.ecx-rqr {
    color: red;
    margin-right: 2px;
 }
 h4.ecx-lcpx {
     color:rgb(64 100 174);
    font-size: 1.25rem;
    margin-top: 0px;
    margin-left: 7px;
    border-bottom: 1px solid;
    width: 100%;
    max-height: 34px;
  }

  .elm-ctx button {
      background:#70aa43;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .elm-ctx button:hover {
    background: #5a8f3600;
    border: 1px solid #4096ff;
    color: #4096ff;
}

  form#eVisaIdForm {
    margin-top: 15px;
 }
 .ecxe-container {
    display: flex;
    justify-content: center;
  }
  
@media only screen and (max-width: 600px) {
 
  .elm-ctx {
    width: 100%;
    border: 1px solid;
    padding: 20px 25px 90px 25px;
  }
  h4.ecx-lcpx {
      color:rgb(64 100 174);
    font-size: 1.20rem;
    margin-top: 6px;
    margin-left: 7px;
    border-bottom: 1px solid;
    width: 77%;
    height: 26px;
  }

  .elm-ctx button {
    margin-right: 15px;
  }

  .ex-fs-child h2 {
    font-size: 1.2rem;
  }

 }
