.contactus-wrap {
    background: #eaf8ff;
}

.ct-wrap {
    display: flex;
    padding: 30px 20px;
    background: #faf9f9;
    border-radius: 10px;
    min-height: 135px;
}

.ct-wrap .icon-wrap {
    font-size: 24px;
    color: #192b8f;
    background: #cbd1f2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 30px;
    box-sizing: border-box;
}


.ct-wrap .contact-value {
    font-size: 16px;
    font-weight: normal;
    color: #2e3335;
    flex: 1;
  }

  .ct-wrap .contact-value.mobile {
    font-size: 18px;
    font-weight: normal;
  }

  .ct-wrap a {    
    color: #2e3335;
    text-decoration: none;
  }

  .btn-submit {
    display: block;
    width: 200px;
    margin-left: 10px;
    background: #0cc9b7;
    transition: all .5s ease;
    padding: 10px;
  }
  
  .btn-submit:hover {
    background: #147a71;
    color: #fff;
  }