www.brandsdesign.com Open in urlscan Pro
137.184.132.81  Public Scan

Submitted URL: http://www.brandsdesign.com/
Effective URL: https://www.brandsdesign.com/
Submission: On November 20 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST https://www.brandsdesign.com/login_ajax

<form class="form-horizontal ng-pristine ng-valid has-validation-callback" method="POST" action="https://www.brandsdesign.com/login_ajax" id="login-form">
  <input type="hidden" name="_token" value="cTkhBZ2lsfnQcksz7LxMN21KMTgLJw7iOlh162xx" autocomplete="off">
  <div class="form-group">
    <div class="col-md-offset-2 col-md-8">
      <input id="email" type="email" name="email" value="" data-validation="email" placeholder="Your Email" tabindex="1" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-2 col-md-8">
      <input id="password" type="password" name="password" data-validation="required" placeholder="Your Password" tabindex="2" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-2 col-md-8">
      <div class="checkbox">
        <span>
          <label>
            <input type="checkbox" name="remember"> Remember password | <a href="https://www.brandsdesign.com/password/reset">Forgot password</a>
          </label>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-2 col-md-8 text-center">
      <button type="submit" class="btn btn-df bg-rd btn-block">Login</button>
    </div>
  </div>
  <div class="row popup-social-links">
    <div class="col-md-offset-2 col-md-8 text-center">
      <div class="pop-up-social-icons-or">
        <span>OR</span>
      </div>
      <div class="social-icons" itemscope="" itemtype="http://schema.org/Organization">
        <a href="https://www.brandsdesign.com/login/facebook" class="facebook" target="_self" itemprop="sameAs"><i class="fa fa-facebook-square fa-fw" aria-hidden="true"></i></a>
        <a href="https://www.brandsdesign.com/login/google" class="google btn btn-df btn-block" target="_self" itemprop="sameAs">
                                                    <svg aria-hidden="true" class="native svg-icon iconGoogle" width="18" height="18" viewBox="0 0 18 18"><path d="M16.51 8H8.98v3h4.3c-.18 1-.74 1.48-1.6 2.04v2.01h2.6a7.8 7.8 0 0 0 2.38-5.88c0-.57-.05-.66-.15-1.18Z" fill="#4285F4"></path><path d="M8.98 17c2.16 0 3.97-.72 5.3-1.94l-2.6-2a4.8 4.8 0 0 1-7.18-2.54H1.83v2.07A8 8 0 0 0 8.98 17Z" fill="#34A853"></path><path d="M4.5 10.52a4.8 4.8 0 0 1 0-3.04V5.41H1.83a8 8 0 0 0 0 7.18l2.67-2.07Z" fill="#FBBC05"></path><path d="M8.98 4.18c1.17 0 2.23.4 3.06 1.2l2.3-2.3A8 8 0 0 0 1.83 5.4L4.5 7.49a4.77 4.77 0 0 1 4.48-3.3Z" fill="#EA4335"></path></svg>
                                                     Continue with Google</a>
      </div>
    </div>
  </div>
</form>

POST #

<form id="client-details" action="#" method="post" class="ng-pristine ng-valid ng-valid-email has-validation-callback">
  <div class="row">
    <div class="col-xs-12">
      <div class="col-xs-12">
        <ul class="list-unstyled">
          <!-- ngRepeat: error in signup.errors.general -->
        </ul>
      </div>
    </div>
    <div class="col-xs-12">
      <div class="form-group">
        <input type="text" name="full_name" ng-model="signup.full_name" placeholder="Your Full Name" data-validation="required" tabindex="3" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
        <!-- ngRepeat: error in signup.errors.full_name -->
      </div>
    </div>
    <div class="col-xs-12 col-sm-12">
      <div class="form-group">
        <input type="email" name="email" ng-model="signup.email" placeholder="Email" data-validation="email" tabindex="4" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-email">
        <!-- ngRepeat: error in signup.errors.email -->
      </div>
    </div>
    <div class="col-xs-12 col-md-12">
      <div class="form-group">
        <input type="password" name="password" ng-model="signup.password" placeholder="Your Password" data-validation="required" tabindex="5" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
        <!-- ngRepeat: error in signup.errors.password -->
      </div>
    </div>
    <div class="col-xs-12 col-sm-12">
      <div class="form-group">
        <input type="text" name="phone_no" ng-model="signup.phone_no" placeholder="Phone Number" data-validation="required" tabindex="6" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
        <!-- ngRepeat: error in signup.errors.phone_no -->
      </div>
    </div>
    <div class="col-xs-12 col-sm-12">
      <div class="form-group">
        <select class="input-medium ng-pristine ng-untouched ng-valid ng-empty" name="country" ng-model="signup.country" data-validation="required" tabindex="8">
          <option value="? string: ?" selected="selected"></option>
          <!-- ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AF" class="ng-binding ng-scope">Afghanistan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AL" class="ng-binding ng-scope">Albania </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DZ" class="ng-binding ng-scope">Algeria </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AS" class="ng-binding ng-scope">American Samoa </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AD" class="ng-binding ng-scope">Andorra </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AO" class="ng-binding ng-scope">Angola </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AI" class="ng-binding ng-scope">Anguilla </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AQ" class="ng-binding ng-scope">Antarctica </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AG" class="ng-binding ng-scope">Antigua and Barbuda </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AR" class="ng-binding ng-scope">Argentina </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AM" class="ng-binding ng-scope">Armenia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AW" class="ng-binding ng-scope">Aruba </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AU" class="ng-binding ng-scope">Australia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AT" class="ng-binding ng-scope">Austria </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AZ" class="ng-binding ng-scope">Azerbaijan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BH" class="ng-binding ng-scope">Bahrain </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BD" class="ng-binding ng-scope">Bangladesh </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BB" class="ng-binding ng-scope">Barbados </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BY" class="ng-binding ng-scope">Belarus </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BE" class="ng-binding ng-scope">Belgium </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BZ" class="ng-binding ng-scope">Belize </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BJ" class="ng-binding ng-scope">Benin </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BM" class="ng-binding ng-scope">Bermuda </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BT" class="ng-binding ng-scope">Bhutan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BO" class="ng-binding ng-scope">Bolivia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BA" class="ng-binding ng-scope">Bosnia and Herzegovina </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BW" class="ng-binding ng-scope">Botswana </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BV" class="ng-binding ng-scope">Bouvet Island </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BR" class="ng-binding ng-scope">Brazil </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IO" class="ng-binding ng-scope">British Indian Ocean Territory </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VG" class="ng-binding ng-scope">British Virgin Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BN" class="ng-binding ng-scope">Brunei </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BG" class="ng-binding ng-scope">Bulgaria </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BF" class="ng-binding ng-scope">Burkina Faso </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BI" class="ng-binding ng-scope">Burundi </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CI" class="ng-binding ng-scope">Côte d'Ivoire </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KH" class="ng-binding ng-scope">Cambodia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CM" class="ng-binding ng-scope">Cameroon </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CA" class="ng-binding ng-scope">Canada </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CV" class="ng-binding ng-scope">Cape Verde </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KY" class="ng-binding ng-scope">Cayman Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CF" class="ng-binding ng-scope">Central African Republic </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TD" class="ng-binding ng-scope">Chad </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CL" class="ng-binding ng-scope">Chile </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CN" class="ng-binding ng-scope">China </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CX" class="ng-binding ng-scope">Christmas Island </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CC" class="ng-binding ng-scope">Cocos (Keeling) Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CO" class="ng-binding ng-scope">Colombia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KM" class="ng-binding ng-scope">Comoros </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CG" class="ng-binding ng-scope">Congo </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CK" class="ng-binding ng-scope">Cook Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CR" class="ng-binding ng-scope">Costa Rica </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HR" class="ng-binding ng-scope">Croatia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CU" class="ng-binding ng-scope">Cuba </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CY" class="ng-binding ng-scope">Cyprus </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CZ" class="ng-binding ng-scope">Czech Republic </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CD" class="ng-binding ng-scope">Democratic Republic of the Congo </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DK" class="ng-binding ng-scope">Denmark </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DJ" class="ng-binding ng-scope">Djibouti </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DM" class="ng-binding ng-scope">Dominica </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DO" class="ng-binding ng-scope">Dominican Republic </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TP" class="ng-binding ng-scope">East Timor </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="EC" class="ng-binding ng-scope">Ecuador </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="EG" class="ng-binding ng-scope">Egypt </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SV" class="ng-binding ng-scope">El Salvador </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GQ" class="ng-binding ng-scope">Equatorial Guinea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ER" class="ng-binding ng-scope">Eritrea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="EE" class="ng-binding ng-scope">Estonia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ET" class="ng-binding ng-scope">Ethiopia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FO" class="ng-binding ng-scope">Faeroe Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FK" class="ng-binding ng-scope">Falkland Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FJ" class="ng-binding ng-scope">Fiji </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FI" class="ng-binding ng-scope">Finland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MK" class="ng-binding ng-scope">Former Yugoslav Republic of Macedonia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FR" class="ng-binding ng-scope">France </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FX" class="ng-binding ng-scope">France, Metropolitan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GF" class="ng-binding ng-scope">French Guiana </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PF" class="ng-binding ng-scope">French Polynesia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TF" class="ng-binding ng-scope">French Southern Territories </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GA" class="ng-binding ng-scope">Gabon </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GE" class="ng-binding ng-scope">Georgia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="DE" class="ng-binding ng-scope">Germany </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GH" class="ng-binding ng-scope">Ghana </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GI" class="ng-binding ng-scope">Gibraltar </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GR" class="ng-binding ng-scope">Greece </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GL" class="ng-binding ng-scope">Greenland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GD" class="ng-binding ng-scope">Grenada </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GP" class="ng-binding ng-scope">Guadeloupe </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GU" class="ng-binding ng-scope">Guam </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GT" class="ng-binding ng-scope">Guatemala </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GN" class="ng-binding ng-scope">Guinea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GW" class="ng-binding ng-scope">Guinea-Bissau </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GY" class="ng-binding ng-scope">Guyana </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HT" class="ng-binding ng-scope">Haiti </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HM" class="ng-binding ng-scope">Heard and Mc Donald Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HN" class="ng-binding ng-scope">Honduras </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HK" class="ng-binding ng-scope">Hong Kong </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="HU" class="ng-binding ng-scope">Hungary </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IS" class="ng-binding ng-scope">Iceland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IN" class="ng-binding ng-scope">India </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ID" class="ng-binding ng-scope">Indonesia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IR" class="ng-binding ng-scope">Iran </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IQ" class="ng-binding ng-scope">Iraq </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IE" class="ng-binding ng-scope">Ireland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IL" class="ng-binding ng-scope">Israel </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="IT" class="ng-binding ng-scope">Italy </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="JM" class="ng-binding ng-scope">Jamaica </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="JP" class="ng-binding ng-scope">Japan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="JO" class="ng-binding ng-scope">Jordan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KZ" class="ng-binding ng-scope">Kazakhstan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KE" class="ng-binding ng-scope">Kenya </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KI" class="ng-binding ng-scope">Kiribati </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KW" class="ng-binding ng-scope">Kuwait </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KG" class="ng-binding ng-scope">Kyrgyzstan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LA" class="ng-binding ng-scope">Laos </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LV" class="ng-binding ng-scope">Latvia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LB" class="ng-binding ng-scope">Lebanon </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LS" class="ng-binding ng-scope">Lesotho </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LR" class="ng-binding ng-scope">Liberia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LY" class="ng-binding ng-scope">Libya </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LI" class="ng-binding ng-scope">Liechtenstein </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LT" class="ng-binding ng-scope">Lithuania </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LU" class="ng-binding ng-scope">Luxembourg </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MO" class="ng-binding ng-scope">Macau </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MG" class="ng-binding ng-scope">Madagascar </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MW" class="ng-binding ng-scope">Malawi </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MY" class="ng-binding ng-scope">Malaysia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MV" class="ng-binding ng-scope">Maldives </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ML" class="ng-binding ng-scope">Mali </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MT" class="ng-binding ng-scope">Malta </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MH" class="ng-binding ng-scope">Marshall Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MQ" class="ng-binding ng-scope">Martinique </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MR" class="ng-binding ng-scope">Mauritania </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MU" class="ng-binding ng-scope">Mauritius </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="YT" class="ng-binding ng-scope">Mayotte </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MX" class="ng-binding ng-scope">Mexico </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="FM" class="ng-binding ng-scope">Micronesia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MD" class="ng-binding ng-scope">Moldova </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MC" class="ng-binding ng-scope">Monaco </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MN" class="ng-binding ng-scope">Mongolia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ME" class="ng-binding ng-scope">Montenegro </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MS" class="ng-binding ng-scope">Montserrat </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MA" class="ng-binding ng-scope">Morocco </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MZ" class="ng-binding ng-scope">Mozambique </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MM" class="ng-binding ng-scope">Myanmar </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NA" class="ng-binding ng-scope">Namibia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NR" class="ng-binding ng-scope">Nauru </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NP" class="ng-binding ng-scope">Nepal </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NL" class="ng-binding ng-scope">Netherlands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AN" class="ng-binding ng-scope">Netherlands Antilles </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NC" class="ng-binding ng-scope">New Caledonia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NZ" class="ng-binding ng-scope">New Zealand </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NI" class="ng-binding ng-scope">Nicaragua </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NE" class="ng-binding ng-scope">Niger </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NG" class="ng-binding ng-scope">Nigeria </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NU" class="ng-binding ng-scope">Niue </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NF" class="ng-binding ng-scope">Norfolk Island </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KP" class="ng-binding ng-scope">North Korea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="MP" class="ng-binding ng-scope">Northern Marianas </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="NO" class="ng-binding ng-scope">Norway </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="OM" class="ng-binding ng-scope">Oman </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PK" class="ng-binding ng-scope">Pakistan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PW" class="ng-binding ng-scope">Palau </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PS" class="ng-binding ng-scope">Palestine </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PA" class="ng-binding ng-scope">Panama </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PG" class="ng-binding ng-scope">Papua New Guinea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PY" class="ng-binding ng-scope">Paraguay </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PE" class="ng-binding ng-scope">Peru </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PH" class="ng-binding ng-scope">Philippines </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PN" class="ng-binding ng-scope">Pitcairn Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PL" class="ng-binding ng-scope">Poland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PT" class="ng-binding ng-scope">Portugal </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PR" class="ng-binding ng-scope">Puerto Rico </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="QA" class="ng-binding ng-scope">Qatar </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="RE" class="ng-binding ng-scope">Reunion </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="RO" class="ng-binding ng-scope">Romania </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="RU" class="ng-binding ng-scope">Russia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="RW" class="ng-binding ng-scope">Rwanda </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ST" class="ng-binding ng-scope">São Tomé and Príncipe </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SH" class="ng-binding ng-scope">Saint Helena </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="PM" class="ng-binding ng-scope">St. Pierre and Miquelon </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KN" class="ng-binding ng-scope">Saint Kitts and Nevis </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LC" class="ng-binding ng-scope">Saint Lucia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VC" class="ng-binding ng-scope">Saint Vincent and the Grenadines </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="WS" class="ng-binding ng-scope">Samoa </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SM" class="ng-binding ng-scope">San Marino </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SA" class="ng-binding ng-scope">Saudi Arabia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SN" class="ng-binding ng-scope">Senegal </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="RS" class="ng-binding ng-scope">Serbia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SC" class="ng-binding ng-scope">Seychelles </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SL" class="ng-binding ng-scope">Sierra Leone </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SG" class="ng-binding ng-scope">Singapore </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SK" class="ng-binding ng-scope">Slovakia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SI" class="ng-binding ng-scope">Slovenia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SB" class="ng-binding ng-scope">Solomon Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SO" class="ng-binding ng-scope">Somalia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ZA" class="ng-binding ng-scope">South Africa </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GS" class="ng-binding ng-scope">South Georgia and the South Sandwich Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="KR" class="ng-binding ng-scope">South Korea </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ES" class="ng-binding ng-scope">Spain </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="LK" class="ng-binding ng-scope">Sri Lanka </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SD" class="ng-binding ng-scope">Sudan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SR" class="ng-binding ng-scope">Suriname </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SJ" class="ng-binding ng-scope">Svalbard and Jan Mayen Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SZ" class="ng-binding ng-scope">Swaziland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SE" class="ng-binding ng-scope">Sweden </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="CH" class="ng-binding ng-scope">Switzerland </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="SY" class="ng-binding ng-scope">Syria </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TW" class="ng-binding ng-scope">Taiwan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TJ" class="ng-binding ng-scope">Tajikistan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TZ" class="ng-binding ng-scope">Tanzania </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TH" class="ng-binding ng-scope">Thailand </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="BS" class="ng-binding ng-scope">The Bahamas </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GM" class="ng-binding ng-scope">The Gambia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TG" class="ng-binding ng-scope">Togo </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TK" class="ng-binding ng-scope">Tokelau </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TO" class="ng-binding ng-scope">Tonga </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TT" class="ng-binding ng-scope">Trinidad and Tobago </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TN" class="ng-binding ng-scope">Tunisia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TR" class="ng-binding ng-scope">Turkey </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TM" class="ng-binding ng-scope">Turkmenistan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TC" class="ng-binding ng-scope">Turks and Caicos Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="TV" class="ng-binding ng-scope">Tuvalu </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VI" class="ng-binding ng-scope">US Virgin Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="UG" class="ng-binding ng-scope">Uganda </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="UA" class="ng-binding ng-scope">Ukraine </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="AE" class="ng-binding ng-scope">United Arab Emirates </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="GB" class="ng-binding ng-scope">United Kingdom </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="US" class="ng-binding ng-scope">United States </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="UM" class="ng-binding ng-scope">United States Minor Outlying Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="UY" class="ng-binding ng-scope">Uruguay </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="UZ" class="ng-binding ng-scope">Uzbekistan </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VU" class="ng-binding ng-scope">Vanuatu </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VA" class="ng-binding ng-scope">Vatican City </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VE" class="ng-binding ng-scope">Venezuela </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="VN" class="ng-binding ng-scope">Vietnam </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="WF" class="ng-binding ng-scope">Wallis and Futuna Islands </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="EH" class="ng-binding ng-scope">Western Sahara </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="YE" class="ng-binding ng-scope">Yemen </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ZM" class="ng-binding ng-scope">Zambia </option><!-- end ngRepeat: (key, value) in lookupCountry -->
          <option ng-repeat="(key, value) in lookupCountry" value="ZW" class="ng-binding ng-scope">Zimbabwe </option><!-- end ngRepeat: (key, value) in lookupCountry -->
        </select>
        <!-- ngRepeat: error in signup.errors.country -->
      </div>
    </div>
    <div class="col-xs-12 col-sm-12 text-center sign-up">
      <div class="form-group">
        <button type="button" class="btn btn-df bg-gr btn-block" id="check-out-sign-up" ng-click="doSignupStandAlond()">Sign Up</button>
      </div>
    </div>
  </div>
</form>

Text Content

Click the phone number to call.

(978) 791-3121

We use cookie to improve your experience on our site. By using our site you
consent cookies. Learn more

Cookie Policy


Toggle navigation Login
+1 (978) 791-3121 info@brandsdesign.com
 * About Us
   
   
 * Services
   * Logo Design & Identity
      * Logo Design
      * Business Card
      * Stationery Design
      * Brand Guide
      * Icon Design
      * Email Signature
      * Email Template Design
      * Powerpoint Presentation
   
   * Business & Advertising
      * Brochure & Leaflet
      * Banner Ad/ Signage
      * T− shirt Design
      * Car Wrap Design
      * Calendar Design
      * Resume Design
      * Flyer Design
      * Sticker Design
      * Packaging Design
   
   * Digital Marketing
      * Social Media Marketing
      * SEO
   
   * Website & App
 * Portfolio
 * Pricing
 * Blogs
 * Contact Us
   
 * Login
 * 0
   Your cart is empty



The # 1 choice for logo design company.


GET A CUSTOM LOGO DESIGN BY BRANDS DESIGN.

Talk to us Now Get Started

100% Money-back Guarantee
100% Satisfaction Guarantee
100% Custom Design
24/7 Customer Support


CUSTOM LOGO DESIGN AGENCY

Brands Design is a leading branding agency specializing in custom logo designs
and crafting aesthetic brand identities. We aim at providing our clients with
professional yet niche related branding services targeted at turning their
audiences into clients. At brands design, we bring forth tremendous custom logo
design solutions to break you out from the clutter. Through a bunch of highly
professional creatives striking strokes with custom logo design services for
your niche at Brands design. We believe in building unhackneyed identities for
our clienteles across the globe with illustrious custom logo design assistance
with high credibility.Read More


GET TO KNOW THE BEST FEATURES


LOGO DESIGN / BRAND IDENTITY

At Brands Design we design logos that become the talk of the town. We take
simple ideas and turn them into purposeful custom design logos.


BUSINESS & ADVERTISING

We believe in turning your brand stories into best business advertisements that
can both attract and convert potential clients.




WEB DESIGN & DEVELOPMENT

Not a typical website design company, at Brands Design we give full liberty to
our designers so that they can come up with a creative & exclusive website
designs.




MARKETING MATERIAL DESIGN

We create best marketing material designs including, label, flyers, signage,
packaging, and everything that can make an impression of your brand.




SEARCH ENGINE OPTIMIZATION

We craft unique optimization strategies for each business and make sure your
website is well optimized to jump on higher ranks each time.


EXPLAINER VIDEOS SERVICES

Driven by perfection, our animators can produce videos that will be remembered
for ages. Innovative, storytelling videos which will be self-explanatory.


OUR DESIGNERS PORTFOLIO

Logo And Brand Identity Pack
Logo And Brand Identity Pack
What’s a brand without a logo and brand identity? A hypothetical element, of
course. Prevent your brand from losing its value. Let it have a logo and brand
identity pack template exclusively from us.
Mobile App
Mobile App
Let’s get a little wise here. People today are lured by mobile apps due to their
fine designs and easy-to-use feature. And as you would’ve guessed, we help our
clients with mobile apps designs as well.
Packaging
Packaging
How do you make a pack of ice-cream stand out from amongst the several packs its
stored with? By bestowing it with the best packaging design. Brands Design has
proved to be the client’s go-to place for designing packaging that outshines.
T-Shirt
T-Shirt
What you wear is what you are. Hence, wearing a brand’s t-shirt justly makes you
a loyalist of the brand. Want your customers to brawl over your brand’s t-shirts
as well? Let us give you a t-shirt design that is worth fighting for.
Logo Design
Logo Design
We don’t like clients coming back to us, to get their designs corrected! That’s
why we create masterpieces in the first go. Our logo design ideas are
drool-worthy. Have a look at them yourself.
Find Out More
Website Design
Website Design
Math is hard but web design is grueling. The good news is, you’ve got experts
for the latter. At Brands Design we create website design templates that are
relevant to the business and industry you operate in.
Find Out More
Beverage Label
Beverage Label
With Pepsi, Coke, and Sprite leading the beverage market, if you want your
beverage brand to get recognized, bestow it with a good label. At Brands Design
we offer beverage label design services, to let your beverage brand standout
among the rest.
Book Cover
Book Cover
They say a book cover is a haiku of the story; why not put might in designing
it? At Brands Design, book cover templates are designed well enough to narrate
the story before its first syllable is read.
Brand Guide
Brand Guide
Your brand guide is like your business’s prologue, and we can’t let you have a
flawed one! Our team hence designs brand guide books that reflect the poise and
grace that your brand owns.
Logo Design
Logo Design
If your rivals have a better logo than you do, you’re crushed. Avoid that from
happening by getting a custom logo design artist do the work for you. Still
wondering who could that be? That would be us.
Find Out More
Business Card
Business Card
Believe us or not, most of the business cards designed these days are
bin-worthy. How do we know? Expert sense! Not following the footsteps of others,
we design business cards elegant enough to make it to the wallet.
Find Out More
Flyer
Flyer
Conventional marketing tools have not yet been banished by the modernists.
Flyers, for say, are still popular in today’s digitally-advanced world. And
considering its acceptance, we design flyer ads as well.
Website Design
Website Design
Custom work demands time, however; the output that comes after the wait is
magnificent. Our website design process is also a lengthy one, but the results
we provide are awesome as they should be.
Find Out More
Food Label
Food Label
Food labels speak louder than the item inside the tin/pack. Hence, crafting them
with perfection is a mandatory task. We are food label creators, granting labels
with correct information and a pull-worthy design.
Logo And Brand Identity Pack
Logo And Brand Identity Pack
What’s a brand without a logo and brand identity? A hypothetical element, of
course. Prevent your brand from losing its value. Let it have a logo and brand
identity pack template exclusively from us.
Mobile App
Mobile App
Let’s get a little wise here. People today are lured by mobile apps due to their
fine designs and easy-to-use feature. And as you would’ve guessed, we help our
clients with mobile apps designs as well.
Packaging
Packaging
How do you make a pack of ice-cream stand out from amongst the several packs its
stored with? By bestowing it with the best packaging design. Brands Design has
proved to be the client’s go-to place for designing packaging that outshines.
T-Shirt
T-Shirt
What you wear is what you are. Hence, wearing a brand’s t-shirt justly makes you
a loyalist of the brand. Want your customers to brawl over your brand’s t-shirts
as well? Let us give you a t-shirt design that is worth fighting for.
Logo Design
Logo Design
We don’t like clients coming back to us, to get their designs corrected! That’s
why we create masterpieces in the first go. Our logo design ideas are
drool-worthy. Have a look at them yourself.
Find Out More
Website Design
Website Design
Math is hard but web design is grueling. The good news is, you’ve got experts
for the latter. At Brands Design we create website design templates that are
relevant to the business and industry you operate in.
Find Out More
Beverage Label
Beverage Label
With Pepsi, Coke, and Sprite leading the beverage market, if you want your
beverage brand to get recognized, bestow it with a good label. At Brands Design
we offer beverage label design services, to let your beverage brand standout
among the rest.
Book Cover
Book Cover
They say a book cover is a haiku of the story; why not put might in designing
it? At Brands Design, book cover templates are designed well enough to narrate
the story before its first syllable is read.
Brand Guide
Brand Guide
Your brand guide is like your business’s prologue, and we can’t let you have a
flawed one! Our team hence designs brand guide books that reflect the poise and
grace that your brand owns.
Logo Design
Logo Design
If your rivals have a better logo than you do, you’re crushed. Avoid that from
happening by getting a custom logo design artist do the work for you. Still
wondering who could that be? That would be us.
Find Out More
Business Card
Business Card
Believe us or not, most of the business cards designed these days are
bin-worthy. How do we know? Expert sense! Not following the footsteps of others,
we design business cards elegant enough to make it to the wallet.
Find Out More
Flyer
Flyer
Conventional marketing tools have not yet been banished by the modernists.
Flyers, for say, are still popular in today’s digitally-advanced world. And
considering its acceptance, we design flyer ads as well.
Website Design
Website Design
Custom work demands time, however; the output that comes after the wait is
magnificent. Our website design process is also a lengthy one, but the results
we provide are awesome as they should be.
Find Out More
Food Label
Food Label
Food labels speak louder than the item inside the tin/pack. Hence, crafting them
with perfection is a mandatory task. We are food label creators, granting labels
with correct information and a pull-worthy design.
prev
next


Budget-Friendly Design Packages

We have some affordable design packages for your graphic design needs!

 * Logo Design
 * Website Design
 * Brochure Design
 * Banner Design
 * Business Card Design
 * Stationary Design
 * Social Media ADS

Logo Startup

$189 $210


 * 3 Logo Concepts
 * 250 Business Cards
 * Grayscale Version
 * Unlimited Revision

--------------------------------------------------------------------------------

 * Free Logo Mockup
 * Free Business Cards Mockup
 * Free Web Icon (Favicon)
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 24 Hrs Turnaround Time
 * Money Back Guarantee
 * 100% Satisfaction Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Logo & Identity

$219 $244


 * 4 Logo Concepts
 * 500 Business Cards
 * Grayscale Version
 * Unlimited Revision

--------------------------------------------------------------------------------

 * Free Logo Mockup
 * Free Business Card Mockup
 * Free Web Icon (Favicon)
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 24 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Identity & Social Media Kit

$319 $355


 * 5 Logo Concepts
 * 1000 Business Cards
 * Profile Pictures
 * Cover Photo
 * Grayscale Version
 * Unlimited Revision

--------------------------------------------------------------------------------

 * Free Logo Mockup
 * Free Business Card Mockup
 * Free Brand Kit Mockup
 * Free Web Icon (Favicon)
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 24 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Informative Site

$1,199 $1599


 * Custom Designs & Layout
 * Domain (1) & Hosting Included
 * Admin Dashboard
 * Image Gallery
 * Appointment Feature
 * Products or Services Listing
 * Products or Services Details Page
 * Blog
 * Our Team
 * Contact Form
 * Testimonials
 * SEO Optimized
 * Cross Platform compatible
 * Cross Browser compatible

--------------------------------------------------------------------------------

 * Free 6 Month Free Support
 * Free Staff Training
 * Free Live Support 24/7
 * Free Design And Build By Experts
 * Free Final Formats:
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Shopify

$1,499 $1999


 * Custom Designs & Layout
 * Online Store
 * Unlimited products
 * Sales channels
 * Inventory locations
 * Manual order creation
 * Discount codes
 * Free SSL certificate
 * Abandoned cart recovery
 * Gift cards
 * Reports
 * Third-party calculated shipping rates
 * Customer segmentation
 * Marketing automation
 * Ecommerce automations
 * Shipping discount
 * International and Local Payment Options
 * Language and Currency Options

--------------------------------------------------------------------------------

 * Free 6 Month free support
 * Free Staff Training
 * Free Live Support 24/7
 * Free Design and build by experts
 * Free Final Formats:
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Ecommerce

$2,249 $2999


 * Custom Designs & Layout
 * Domain (1) & Hosting Included
 * Admin Dashboard
 * Customer Panel
 * Order Management
 * Inventory Management
 * Manual order creation
 * Coupon Management
 * Shipping discount
 * SSL Certificate
 * Local & International Payment Options
 * Language and Currency Options
 * Performance and Speed optimized
 * Cross Platform compatible
 * Cross Browser compatible
 * Secure Payment System integration
 * SEO Optimized
 * Social Media Integration

--------------------------------------------------------------------------------

 * Free 6 Month Free Support
 * Free Staff Training
 * Free Live Support 24/7
 * Free Design And Build By Experts
 * Free Final Formats:
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Bi-Fold

$199 $249


 * 2 Creative Brochure Designs
 * From 2 Creative Designers
 * Multiple Revisions
 * Step-by-step support

--------------------------------------------------------------------------------

 * Free Ready to Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Tri-Fold

$299 $374


 * 2 Creative Brochure Designs
 * From 2 Creative Designers
 * Multiple Revisions
 * Step-by-step support

--------------------------------------------------------------------------------

 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Custom Die-cut

$499 $624


 * 2 Creative Brochure Designs
 * From 2 Creative Designers
 * Multiple Revisions
 * Step-by-step support

--------------------------------------------------------------------------------

 * Free Ready to Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Pull-up

$149 $199


 * 2 Custom Design Options
 * High Quality Picture
 * Size On-Demand
 * Multiple Revisions

--------------------------------------------------------------------------------

 * Free Stock Photos
 * Free Pull-up Banner Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Google Ad

$329 $439


 * 2 Campaign Design
 * In all GDN supported sizes
 * Unlimited Revision
 * Source file included

--------------------------------------------------------------------------------

 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Signage

$299 $399


 * 2 Custom Design Options
 * High Quality Photos
 * 1 Size on Demand
 * Unlimited Revisions
 * Source file included

--------------------------------------------------------------------------------

 * Free Stock Photos
 * Free Signage Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Design Only

$69 $93


 * 3 Design Options
 * Multiple Revisions
 * Designed for 1 Person

--------------------------------------------------------------------------------

 * Free Business Card Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Design + Print

$249 $333


 * 3 Design Options
 * Multiple Revisions
 * 1000 Cards Print
 * Worldwide Delivery
 * Free Delivery in US

--------------------------------------------------------------------------------

 * Free Business Card Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Design + Print Pro

$649 $866


 * 3 Design Options
 * Multiple Revisions
 * 5 Team Members
 * 1000 cards each member
 * Worldwide Delivery
 * Free Delivery in US

--------------------------------------------------------------------------------

 * Free Business Card Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Startup

$149 $199


 * 2 Set of Options
 * Business Card Design
 * Letterhead Design
 * Envelope Design
 * Multiple Revisions

--------------------------------------------------------------------------------

 * Free Full Stationery Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Best Choice

Corporate

$189 $253


 * 2 Set of Options
 * Business Card Design
 * Letterhead Design
 * Envelope Design
 * Presentation Folder Design
 * Note Pad Design
 * Multiple Revisions

--------------------------------------------------------------------------------

 * Free Full Stationery Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Professional

$249 $333


 * 2 Set of Options
 * Business Card Design
 * Letterhead Design
 * Envelope Design
 * Presentation Folder Design
 * Note Pad Design
 * Employee ID Card Design
 * Bookmark Design
 * Multiple Revisions

--------------------------------------------------------------------------------

 * Free Full Stationery Mockup
 * Free Ready To Print File
 * Free Live Support 24/7
 * Free Final Formats:
   
   
   
   
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 * 48 Hrs Turnaround Time
 * 100% Satisfaction Guarantee
 * Money back Guarantee
 * 100% Ownership Rights

Order Now

Brand Awareness

$499 $666


 * 2 AD Campaigns
 * 2 Motion Graphics
 * Facebook & Instagram
 * Detailed Targeted Audience
 * Copywriting
 * A/B Testing
 * AD Reports
 * Paid Boost
 * Social Media Audit
 * Identity Kit
 * Generic Lead Catering
 * Messaging Automation
 * Website Tacking via ADS
 * Google Insight Dashboard

--------------------------------------------------------------------------------

 *  
 * Free Final Formats:
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 *  

Order Now

Best Choice

Grow Business

$699 $933


 * 3 AD Campaigns
 * 4 Motion Graphics
 * Facebook, Instagram, LinkedIn & Twitter
 * Detailed Targeted Audience
 * Copywriting
 * A/B Testing
 * AD Reports
 * Paid Boost
 * Social Media Audit
 * Identity Kit
 * Generic Lead Catering
 * Messaging Automation
 * Website Tacking via ADS
 * Google Insight Dashboard

--------------------------------------------------------------------------------

 *  
 * Free Final Formats:
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 *  

Order Now

Enterprise

$1,249 $1666


 * 4 AD Campaigns
 * 6 Motion Graphics
 * Facebook, Instagram, LinkedIn, Twitter & Youtube
 * Detailed Targeted Audience
 * Copywriting
 * A/B Testing
 * AD Reports
 * Paid Boost
 * Social Media Audit
 * Identity Kit
 * Generic Lead Catering
 * Messaging Automation
 * Website Tacking via ADS
 * Google Insight Dashboard

--------------------------------------------------------------------------------

 *  
 * Free Final Formats:
   
   

--------------------------------------------------------------------------------

MORE FEATURES

 *  

Order Now


PICK OUT THE BEST LOGOTYPE FORYOUR STELLAR BRAND

The real purpose of your logo is achieved only when it's capable of showcasing
your brand's personality righteously. And the type of logo you adopt has great
significance in that achievement. Thence, you must pick out the best logotype
for your stellar brand, or you can get the ideation from our exceptionally
talented logo designers. Boom!

 * Abstract Logo
 * Emblem Logo
 * Wordmark
 * Mascot Logo
 * 2D/3D Logo
 * Illustrative


ABSTRACT LOGO

Abstract logo designs are a great means of triggering creativity in the minds of
your audience and that in particular, is the finest way to stand alone amongst
your competitors. However, abstract logos might not perform their exceptional
tricks for every niche. So, you shall pick out this logotype quite wisely.

Get Started
Chat Live



EMBLEM LOGO

The emblem is the rightful combination of memory and attraction with a hint of
metallic outlook. It goes perfectly with brands that are grand and promotes
ancient culture. The good news is that logo designers at brandsdesign are
experts at creating the finest emblem logo designs.

Get Started
Chat Live



WORDMARK

Wordmarks are the talk of the town, meaningful text-based logos, that have never
been out of trend since introduced. They are perfect for brands that want their
names memorized across the audience. Experts at brandsdesign know the art of
perfectly representing your brands with excellent wordmark logos.

Get Started
Chat Live



MASCOT LOGO

Do you own a brand with fun-loving values and culture inside? Mascots can best
represent your style. They leave a lasting impression on your audience with a
superb depiction of your business using characters such as cartoons, animals,
robots, and people, etc. And the logo designers at brandsdesign excel at proving
quality mascot logos to their clients.

Get Started
Chat Live



2D/3D LOGO

The best way to attract your audience is to showcase an astounding image of your
brand. And brandsdesign takes pride in having the talent which can perfectly
depict your brand values in stylish yet appealing 2D/3D logo designs. They can
leave a dimensional impression of your brand in the audiences’ mind.

Get Started
Chat Live



ILLUSTRATIVE

Illustrative logos are the best for brands that aim at capturing the creative
audience and so, they can only be crafted by ultra-creative designers.
Brandsdesign takes pride in having a batch of such ultra-creative designers who
are experts at providing the finest illustrative logos to each of their clients.

Get Started
Chat Live



DESIGN YOUR INDUSTRIAL BRAND LOGO


RESTAURANT

With delicious food and excellent customer service, you can turn first-time
visitors to your food outlet into regular customers. But how will you make your
restaurant stand out on the already crowded food street? A great custom logo
design is a way to get foodies through the door.

BrandsDesign helps eateries like you become more successful with creative
restaurant logo design. Want people to remember your restaurant and visit again
and again? Make a call now and hire one of our top-notch designers who create
logos that not only grab attention but also tickle taste buds.

Design my Logo
View Portfolio




CONSTRUCTION

One needs to be determined and smart to turn the construction business from
nothing to something. A well-crafted custom logo design and smooth branding play
a significant role in making the construction business successful. Want to get
some inspiration? Browse our construction logo design gallery and find out how
big and small companies use colors, fonts, and icons.

Our designers follow the best practices while creating a logo for the
construction business and always come up with an out-of-the-box design. Looking
for a designer to create a logo for your construction business? You’ve just come
to the right place! Hurry up and collaborate with us to get the best logo.

Design my Logo
View Portfolio




HEALTHCARE

Whether it’s dentist, cardiologist, dermatologist, neurologist, psychiatrist,
surgeon, or any other medical specialist, being a standout healthcare service
provider is quite challenging as hundreds of thousands of hospitals and clinics
are out there, helping people getting rid of diseases.

If you are thinking about stepping into the healthcare business, you must need a
unique identity to make people consider your services. And when it comes to
giving your business identity, there is nothing that can work better than a
custom logo design. Get in touch with us now and give your medical facility a
unique identity with a creative healthcare logo design.

Design my Logo
View Portfolio




ECOMMERCE

Showcase your eCommerce store in style with a professionally-tailored custom
logo design created by one of the top-notch designers working at BrandsDesign.
Whether you are a clothing brand or electronic items seller, our skilled
designers have the potential to create a perfect eCommerce logo design for you.

Still confused? Visit our website and get inspiration from some amazing
eCommerce logos created by our global community of designers. We are the only
logo design company in the US that uses all state-of-the-art tools to create
dynamic logos for clients. Want one such logo for your online store? Give us a
call now and get a logo that will represent your brand in a full swing.

Design my Logo
View Portfolio




LAUNDRY

The laundromat industry is highly popular across the United States and if you
are among the ones who are planning to provide laundry services in your region,
you must need a logo that helps you stand out in the marketplace. At
BrandsDesign, we have designers who have in-depth knowledge of the laundry
business.

So, if you need a perfect and relevant laundry logo design, you should get in
touch with us now. Our logo design services are not only credible, but also
affordable as compared to other agencies. Are you ready? First, explore our
laundry logos gallery and get inspired.

Design my Logo
View Portfolio




REAL ESTATE

Catching the eyeballs of customers in the real estate business is highly
challenging nowadays, as there is a cut-throat environment out there. A
professionally-crafted custom logo design can help you grab the masses’
attention and bring them to your business.

Designers at BrandsDesign are experts in creating logos for real estate and
construction businesses. If you are seeking a logo design agency that can create
a unique real estate logo design for you, you should give us a ring. We make
sure that you’ll not regret your decision of investing in our services.

Design my Logo
View Portfolio




RESTAURANT

With delicious food and excellent customer service, you can turn first-time
visitors to your food outlet into regular customers. But how will you make your
restaurant stand out on the already crowded food street? A great custom logo
design is a way to get foodies through the door.

BrandsDesign helps eateries like you become more successful with creative
restaurant logo design. Want people to remember your restaurant and visit again
and again? Make a call now and hire one of our top-notch designers who create
logos that not only grab attention but also tickle taste buds.

Design my Logo
View Portfolio




CONSTRUCTION

One needs to be determined and smart to turn the construction business from
nothing to something. A well-crafted custom logo design and smooth branding play
a significant role in making the construction business successful. Want to get
some inspiration? Browse our construction logo design gallery and find out how
big and small companies use colors, fonts, and icons.

Our designers follow the best practices while creating a logo for the
construction business and always come up with an out-of-the-box design. Looking
for a designer to create a logo for your construction business? You’ve just come
to the right place! Hurry up and collaborate with us to get the best logo.

Design my Logo
View Portfolio




HEALTHCARE

Whether it’s dentist, cardiologist, dermatologist, neurologist, psychiatrist,
surgeon, or any other medical specialist, being a standout healthcare service
provider is quite challenging as hundreds of thousands of hospitals and clinics
are out there, helping people getting rid of diseases.

If you are thinking about stepping into the healthcare business, you must need a
unique identity to make people consider your services. And when it comes to
giving your business identity, there is nothing that can work better than a
custom logo design. Get in touch with us now and give your medical facility a
unique identity with a creative healthcare logo design.

Design my Logo
View Portfolio




ECOMMERCE

Showcase your eCommerce store in style with a professionally-tailored custom
logo design created by one of the top-notch designers working at BrandsDesign.
Whether you are a clothing brand or electronic items seller, our skilled
designers have the potential to create a perfect eCommerce logo design for you.

Still confused? Visit our website and get inspiration from some amazing
eCommerce logos created by our global community of designers. We are the only
logo design company in the US that uses all state-of-the-art tools to create
dynamic logos for clients. Want one such logo for your online store? Give us a
call now and get a logo that will represent your brand in a full swing.

Design my Logo
View Portfolio




LAUNDRY

The laundromat industry is highly popular across the United States and if you
are among the ones who are planning to provide laundry services in your region,
you must need a logo that helps you stand out in the marketplace. At
BrandsDesign, we have designers who have in-depth knowledge of the laundry
business.

So, if you need a perfect and relevant laundry logo design, you should get in
touch with us now. Our logo design services are not only credible, but also
affordable as compared to other agencies. Are you ready? First, explore our
laundry logos gallery and get inspired.

Design my Logo
View Portfolio




REAL ESTATE

Catching the eyeballs of customers in the real estate business is highly
challenging nowadays, as there is a cut-throat environment out there. A
professionally-crafted custom logo design can help you grab the masses’
attention and bring them to your business.

Designers at BrandsDesign are experts in creating logos for real estate and
construction businesses. If you are seeking a logo design agency that can create
a unique real estate logo design for you, you should give us a ring. We make
sure that you’ll not regret your decision of investing in our services.

Design my Logo
View Portfolio


prev
next



CUSTOMIZE YOUR PACKAGES

Wish to get a customized package? Start building one now

$199
Logo Design

 * 5 Design Concepts
 * Unlimited Revisions
 * FREE Mockups
 * Final Formats (AI, EPS, PSD, PDF, PNG, JPEG)
 * Grayscale Version
 * Logo Copyright
 * 24/7 Live Support

Logo Design

Logo Design

$69
Visiting Card/Business Card

Get customized business card design that reflects who are you.

 * 2 Custom design concepts
 * Unlimited Revisions
 * Printable Formats
 * 24/7Live Support

Business Card

Business Card

$199
Creative Flyer Design

Get creative, attractive and engaging flyer designs to distribute in a public
place, handed out to individuals or sent through the mail.

 * Single Side / Double Side
 * 24/7 Live Support

Flyer Design

Flyer Design

$99
Customized T-shirt Design

Let people find you when they need you.

 * 2 Design Concepts
 * Unlimited Revision
   
 * Free Mockup
 * 24/7 Live Support

T-Shirt Design

T-Shirt Design

$1,199
Custom WordPress Website
 * Custom Designs & Layout
 * Unlimited Revisions
 * Responsive HTML
 * SEO Optimized
   
 * Cross Platform compatible
   
 * Cross Browser compatible
 * 24/7 Live Support

Website Design

Website Design

$99
Social Branding
LinkedIn, Facebook, Instagram, Youtube and Twitter

 * Display Picture
   
 * Cover Design
 * Post Design Layout
 * Unlimited Revisions
 * 24/7 Live Support
   

Social Branding

Social Branding

See All Pricing
×
Quantity
− +

ADD TO CART

Customer Reviews
Rating
15
reviews
Write a review
Where do you want to leave a review?
Noor Seam Sarker (NOOR)

Very nice design.
Posted on
Google
Adam Del Vecchio

Awesome work!!! Amazing designs, helpful staff, great prices - I am totally
impressed! I've been working with designers and design firms for many years, and
Brands Design is my new first-stop shop.
Read more
Posted on
Google
Kim Weller

Super impressed with the amazing work and artistic ability of Brands Design.
Even more amazing was the incredible customer service and thoughtfulness of
Kevin, Support Manager at Brands Design. I would highly recommend this company
for quick & creative logos! Thank you, Kevin!
Read more
Posted on
Google
Load More


CLIENT SUCCESS STORY


MYLAVI

A fashion brand needs to depict elegance and sophistication. The depiction is
handled through the designs that the brand creates for its audience. My Lavi,
being a high end fashion brand, wished to reflect luxury through its designs.
The brand had a very bold personality which was to be made a part of the
branding in the most appropriate manner. Brands Design, being given the charge
of the same, fulfilled the clients wish while providing it with a logo, package
design, and corporate identity that was perfectly aligned with the lavish image
that the brand portrayed.

Brands Design was great and we were truly surprised by the quality of their job
and skills at a great price ratio. We would pick them up again for the future!

KEENYA KELLY

Business Calibration Consultant

View Case Study


P.JACKSON

Our esteemed client Kareem Phillip Jackson showed up one day for discussing with
us the branding possibilities for his agency ‘P. Jackson’. He wanted a unique
and professional identity to be created for his consulting agency. A few
meetings with the client were sufficient to understand his need and requirements
after which the design work started. The client was provided with initial
concepts for each design followed by revisions of the same. The overall design
journey with the client was smooth and Brands Design was successfully able to
gain client satisfaction.

Brands Design worked diligently to get my work done on time. They did a
beautiful job. I will hire them for my next graphic design project.
Thanks Brands Design!

KAREEM PHILLIPS JACKSON

Data Scientist

View Case Study


QIPPEE

The project Qippee was extraordinary in nature since it was a mobile application
designed for an esteemed client of Brands Design. The app was a one-stop
solution to all shopping problems. Moreover; it also helped locate stores and
outlets around town. Need a haircut? Qippee will help, craving a cheesy bowl of
lasagna? Order through Qippee.
The project came to us through a referral. The mobile application had several
elements to be taken care of. It was also to be designed in a creative yet
user-friendly manner for the sake of ensuring convenience for the customers.

They produced fantastic work and expertly interpreted my vision. I would
absolutely recommend them to anyone and will most definitely be contacting them
for any future work.

MICHAEL PRESTON

CEO/Founder

View Case Study


BOMB PLANT BREWING

"Jonathan Gillmore, an aspired entrepreneur, approached us for the branding of
his brewing company. He wanted a strong image to be designed for his brand, the
request of which was fulfilled by Brands Design. Operating in an industry where
a lot of competitors were fighting against one another, Jonathan planned on
breaking through the clutter while giving its company a personality that could
separate it from its competitors.
The idea was well perceived by Brands Design and a relevant design was provided
to the client upon the completion of the project."

This is the third time we used Brands Design’s services, we are very happy with
the outcome. They’re very talented, professional and creative. Highly
recommended for design work.

JONATHAN GILLMORE

Owner & CFO

View Case Study


EAST JEDDAH HOSPITAL

"Hospitals are a very scary place, as per the general perception of people.
However; when it came to East Jeddah, they were determined to change this
perception of their target while making their hospital appear as a pleasant
place. The project hence was dealt with care since it required the creation of a
design that could change the generally accepted image of a health care facility.
With this, the design journey for East Jeddah Hospital began."

Excellent work. I am literally in love with the designs provided to me by Brands
Design. I will continue to hire them over and over again!

KEENYA KELLY

Business Calibration Consultant

View Case Study


KANGA

"Technology is moving at a fast pace in today’s world. With the technological
innovations, that the world is experiencing lately, several problems have
aroused that have resulted in the deterioration of nature and the life it
breeds. In such a situation, an environmentally friendly brand serves as a
savior of life on earth.
Kanga Light, an Australia based company, came up with a handy energy saver which
takes in energy from the sun while converting it into light for daily use. The
product also helps charge low power appliances, making it perfect for use while
camping."

Brands Design is awesome! They helped with my t-shirt design and completed it
with my product’s branding! I plan to utilize their skill set again in the very
near future.

ARAM CARGILL

CEO

View Case Study


MYLAVI

A fashion brand needs to depict elegance and sophistication. The depiction is
handled through the designs that the brand creates for its audience. My Lavi,
being a high end fashion brand, wished to reflect luxury through its designs.
The brand had a very bold personality which was to be made a part of the
branding in the most appropriate manner. Brands Design, being given the charge
of the same, fulfilled the clients wish while providing it with a logo, package
design, and corporate identity that was perfectly aligned with the lavish image
that the brand portrayed.

Brands Design was great and we were truly surprised by the quality of their job
and skills at a great price ratio. We would pick them up again for the future!

KEENYA KELLY

Business Calibration Consultant

View Case Study


P.JACKSON

Our esteemed client Kareem Phillip Jackson showed up one day for discussing with
us the branding possibilities for his agency ‘P. Jackson’. He wanted a unique
and professional identity to be created for his consulting agency. A few
meetings with the client were sufficient to understand his need and requirements
after which the design work started. The client was provided with initial
concepts for each design followed by revisions of the same. The overall design
journey with the client was smooth and Brands Design was successfully able to
gain client satisfaction.

Brands Design worked diligently to get my work done on time. They did a
beautiful job. I will hire them for my next graphic design project.
Thanks Brands Design!

KAREEM PHILLIPS JACKSON

Data Scientist

View Case Study


QIPPEE

The project Qippee was extraordinary in nature since it was a mobile application
designed for an esteemed client of Brands Design. The app was a one-stop
solution to all shopping problems. Moreover; it also helped locate stores and
outlets around town. Need a haircut? Qippee will help, craving a cheesy bowl of
lasagna? Order through Qippee.
The project came to us through a referral. The mobile application had several
elements to be taken care of. It was also to be designed in a creative yet
user-friendly manner for the sake of ensuring convenience for the customers.

They produced fantastic work and expertly interpreted my vision. I would
absolutely recommend them to anyone and will most definitely be contacting them
for any future work.

MICHAEL PRESTON

CEO/Founder

View Case Study


BOMB PLANT BREWING

"Jonathan Gillmore, an aspired entrepreneur, approached us for the branding of
his brewing company. He wanted a strong image to be designed for his brand, the
request of which was fulfilled by Brands Design. Operating in an industry where
a lot of competitors were fighting against one another, Jonathan planned on
breaking through the clutter while giving its company a personality that could
separate it from its competitors.
The idea was well perceived by Brands Design and a relevant design was provided
to the client upon the completion of the project."

This is the third time we used Brands Design’s services, we are very happy with
the outcome. They’re very talented, professional and creative. Highly
recommended for design work.

JONATHAN GILLMORE

Owner & CFO

View Case Study


EAST JEDDAH HOSPITAL

"Hospitals are a very scary place, as per the general perception of people.
However; when it came to East Jeddah, they were determined to change this
perception of their target while making their hospital appear as a pleasant
place. The project hence was dealt with care since it required the creation of a
design that could change the generally accepted image of a health care facility.
With this, the design journey for East Jeddah Hospital began."

Excellent work. I am literally in love with the designs provided to me by Brands
Design. I will continue to hire them over and over again!

KEENYA KELLY

Business Calibration Consultant

View Case Study


KANGA

"Technology is moving at a fast pace in today’s world. With the technological
innovations, that the world is experiencing lately, several problems have
aroused that have resulted in the deterioration of nature and the life it
breeds. In such a situation, an environmentally friendly brand serves as a
savior of life on earth.
Kanga Light, an Australia based company, came up with a handy energy saver which
takes in energy from the sun while converting it into light for daily use. The
product also helps charge low power appliances, making it perfect for use while
camping."

Brands Design is awesome! They helped with my t-shirt design and completed it
with my product’s branding! I plan to utilize their skill set again in the very
near future.

ARAM CARGILL

CEO

View Case Study
prev
next



TRUSTED BY BUSINESSES YOU LOVE


 * 
 * 
 * 
 * 
 * 
 * 


START A PROJECT WITH BRANDS DESIGN!

Describe your requirements & we shall provide you with ideas free of cost.

GET STARTED



BROWSE ALL SERVICES

Logo Design / Brand Identity

Logo Design
Email Signature
Letter Head
Power Point Template
Brand Guide
Email Template Design
Envelope
Word Template
Icon Design
Business Card
Presentation Folder
Logo Animation

Business & Advertising

Brochure & Leaflet
Banner Ad/ Signage
T− shirt Design
Car Wrap Design
Calendar Design
Resume Design
Flyer Design
Sticker Design
Packaging Design


 * +1 (978) 791-3121

   
 * info@brandsdesign.com
 * 
   10685-B Hazelhurst Dr. # 21014, Houston, TX 77043, USA
 * 
   2/279 South St HILTON , WA 6163, Australia



Popular links

 * Home
 * Hire a Dedicated Designer
 * Services
 * Portfolio
 * Packages
 * Pricing
 * Blog
 * Contact Us
 * FAQ
 * Terms & Condition
 * Privacy Policy

Latest Blog

12-places-to-experiment-with-design

November 10,2022

Wondering How to Make Your Email Signature Design Rock? Read This!

October 29,2022

Perks of Working With a Logo Design Firm

October 20,2022

Certification




Brands Design

Copyright © 2022 Brands Design. All rights reserved. | Site map


 * Login
 * Register

x

LOGIN TO YOUR ACCOUNT

Remember password | Forgot password
Login
OR
Continue with Google

REGISTER YOUR ACCOUNT

Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica
Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahrain
Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia
and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory
British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Côte d'Ivoire
Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad
Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Cook
Islands Costa Rica Croatia Cuba Cyprus Czech Republic Democratic Republic of the
Congo Denmark Djibouti Dominica Dominican Republic East Timor Ecuador Egypt El
Salvador Equatorial Guinea Eritrea Estonia Ethiopia Faeroe Islands Falkland
Islands Fiji Finland Former Yugoslav Republic of Macedonia France France,
Metropolitan French Guiana French Polynesia French Southern Territories Gabon
Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam
Guatemala Guinea Guinea-Bissau Guyana Haiti Heard and Mc Donald Islands Honduras
Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Israel Italy Jamaica
Japan Jordan Kazakhstan Kenya Kiribati Kuwait Kyrgyzstan Laos Latvia Lebanon
Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau Madagascar Malawi
Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius
Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco
Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New
Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Korea
Northern Marianas Norway Oman Pakistan Palau Palestine Panama Papua New Guinea
Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar
Reunion Romania Russia Rwanda São Tomé and Príncipe Saint Helena St. Pierre and
Miquelon Saint Kitts and Nevis Saint Lucia Saint Vincent and the Grenadines
Samoa San Marino Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore
Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and the
South Sandwich Islands South Korea Spain Sri Lanka Sudan Suriname Svalbard and
Jan Mayen Islands Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania
Thailand The Bahamas The Gambia Togo Tokelau Tonga Trinidad and Tobago Tunisia
Turkey Turkmenistan Turks and Caicos Islands Tuvalu US Virgin Islands Uganda
Ukraine United Arab Emirates United Kingdom United States United States Minor
Outlying Islands Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam
Wallis and Futuna Islands Western Sahara Yemen Zambia Zimbabwe
Sign Up