paisavejo.in Open in urlscan Pro
103.193.72.77  Public Scan

URL: https://paisavejo.in/
Submission: On January 27 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

<form id="bit_exchange_form">
  <div class="col-md-6">
    <div class="row">
      <div class="col-md-3 hidden-xs hidden-sm">
        <div style="margin-top:50px;">
          <img src="https://paisavejo.in/uploads/1668749487_icon.jpg" id="bit_image_send" width="72px" height="72px" class="img-circle img-bordered">
        </div>
      </div>
      <div class="col-md-9">
        <h3><i class="fa fa-arrow-down"></i> Send</h3>
        <div class="form-group">
          <select class="form-control form_style_1 input-lg" id="bit_gateway_send" name="bit_gateway_send" onchange="bit_refresh('1');">
            <option value="3">bKash Personal BDT</option>
            <option value="4">Nagad Personal BDT</option>
            <option value="5" selected="">BHIM UPI INR</option>
            <option value="7">Rocket BDT</option>
            <option value="14">Binance USD</option>
          </select>
        </div>
        <div class="form-group">
          <input type="text" class="form-control form_style_1 input-lg" id="bit_amount_send" name="bit_amount_send" value="0" onkeyup="bit_calculator();" onkeydown="bit_calculator();">
        </div>
        <div class="text pull-right exchange_rate_text" style="padding-bottom:10px;font-weight:bold;">Exchange rate: <span id="bit_exchange_rate">1 INR = 1.10 BDT</span></div>
      </div>
    </div>
  </div>
  <div class="col-md-6">
    <div class="row">
      <div class="col-md-9">
        <h3><i class="fa fa-arrow-up"></i> Receive</h3>
        <div class="form-group">
          <select class="form-control form_style_1 input-lg" id="bit_gateway_receive" name="bit_gateway_receive" onchange="bit_refresh('2');">
            <option value="3">bKash Personal BDT</option>
            <option value="4">Nagad Personal BDT</option>
            <option value="5">BHIM UPI INR</option>
            <option value="6">Bank Trasfer INR</option>
            <option value="7">Rocket BDT</option>
            <option value="8">Paytm INR</option>
            <option value="9">Google Pay INR</option>
            <option value="10">Phone Pay INR</option>
            <option value="12">PayPaL USD</option>
            <option value="14">Binance USD</option>
            <option value="21">Amazon GiftCard INR</option>
            <option value="22">PlayStore Card INR</option>
          </select>
        </div>
        <div class="form-group">
          <input type="text" class="form-control form_style_1 input-lg" id="bit_amount_receive" name="bit_amount_receive" disabled="" value="0">
        </div>
        <div class="text exchange_rate_text" style="padding-bottom:10px;font-weight:bold;">Reserve: <span id="bit_reserve">619755.88 BDT</span></div>
      </div>
      <div class="col-md-3 hidden-xs hidden-sm">
        <div style="margin-top:50px;">
          <img src="https://paisavejo.in/uploads/1668745155_icon.png" id="bit_image_receive" width="72px" height="72px" class="img-circle img-bordered">
        </div>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <input type="hidden" name="bit_amount_receive" id="bit_amount_receive2" value="1.10">
    <input type="hidden" name="bit_rate_from" id="bit_rate_from" value="1">
    <input type="hidden" name="bit_rate_to" id="bit_rate_to" value="1.10">
    <input type="hidden" name="bit_currency_from" id="bit_currency_from" value="INR">
    <input type="hidden" name="bit_currency_to" id="bit_currency_to" value="BDT">
    <input type="hidden" id="bit_login_to_exchange" name="bit_login_to_exchange" value="1">
    <input type="hidden" id="bit_ses_uid" name="bit_ses_uid" value="0">
    <center>
      <button type="button" class="btn btn-primary btn-lg" onclick="bit_exchange_step_1();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i class="fa fa-refresh"></i> Exchange&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</button>
    </center>
  </div>
</form>

POST https://paisavejo.in/track

<form action="https://paisavejo.in/track" method="POST">
  <div class="form-group">
    <input type="text" class="form-control" name="order_id" placeholder="Type here exchange id">
  </div>
  <button type="submit" class="btn btn-primary btn-block" name="bit_track">Track</button>
</form>

POST

<form class="form-content" id="signupForm" style="display: none;" action="" method="POST">
  <div class="form-title">
    <h3 style="text-align:center;font-weight:bold;">Sign Up</h3><span>It's quick and easy</span>
  </div>
  <div class="form-group">
    <label for="signup-username">Full Name</label>
    <input type="text" id="signup-username" name="name" placeholder="Type Your Full Name" required="">
  </div>
  <div class="form-group">
    <label for="signup-username">Username</label>
    <input type="text" id="signup-username" name="username" placeholder="Spaces not Allowed " required="">
  </div>
  <div class="form-group">
    <label for="signup-username">Email</label>
    <input type="text" id="signup-username" name="email" placeholder="Email address" required="">
  </div>
  <div class="form-container">
    <div class="form-group" style="margin-right:5px;">
      <label for="signup-username">Date Of Birth</label>
      <input type="date" id="signup-username" name="dob" placeholder="Date Of Birth" required="">
    </div>
    <!--<div class="form-group">
                        <label for="signup-username">National Id Number</label>
                        <input type="name" id="signup-username"  name="nidn" placeholder="National Id Number" required>
                    </div>----->
  </div>
  <style>
    .form-container {
      display: flex;
      align-items: center;
    }

    /*.form-container label {*/
    /*    margin-right: 10px;*/
    /*}*/
    .form-container .form-controls {}

    .form-container {
      display: flex;
      align-items: center;
      width: 100%;
    }

    .form-container #country_code {
      width: 100px;
      padding: 10px;
    }

    .form-container .mobile-number {
      flex: 1;
      margin-left: 10px;
    }
  </style>
  <div class="form-container">
    <label for="country_code"></label>
    <select name="country_code" id="country_code" class="form-controls ">
      <option value="+880">Bangladesh (+880)</option>
      <option value="+44">UK (+44)</option>
      <option value="+1">Canada (+1)</option>
      <option value="+213">Algeria (+213)</option>
      <option value="+376">Andorra (+376)</option>
      <option value="+244">Angola (+244)</option>
      <option value="+1264">Anguilla (+1264)</option>
      <option value="+1268">Antigua &amp; Barbuda (+1268)</option>
      <option value="+54">Argentina (+54)</option>
      <option value="+374">Armenia (+374)</option>
      <option value="+297">Aruba (+297)</option>
      <option value="+61">Australia (+61)</option>
      <option value="+43">Austria (+43)</option>
      <option value="+994">Azerbaijan (+994)</option>
      <option value="+1242">Bahamas (+1242)</option>
      <option value="+973">Bahrain (+973)</option>
      <option value="+1246">Barbados (+1246)</option>
      <option value="+375">Belarus (+375)</option>
      <option value="+32">Belgium (+32)</option>
      <option value="+501">Belize (+501)</option>
      <option value="+229">Benin (+229)</option>
      <option value="+1441">Bermuda (+1441)</option>
      <option value="+975">Bhutan (+975)</option>
      <option value="+591">Bolivia (+591)</option>
      <option value="+387">Bosnia Herzegovina (+387)</option>
      <option value="+267">Botswana (+267)</option>
      <option value="+55">Brazil (+55)</option>
      <option value="+673">Brunei (+673)</option>
      <option value="+359">Bulgaria (+359)</option>
      <option value="+226">Burkina Faso (+226)</option>
      <option value="+257">Burundi (+257)</option>
      <option value="+855">Cambodia (+855)</option>
      <option value="+237">Cameroon (+237)</option>
      <option value="+238">Cape Verde Islands (+238)</option>
      <option value="+1345">Cayman Islands (+1345)</option>
      <option value="+236">Central African Republic (+236)</option>
      <option value="+56">Chile (+56)</option>
      <option value="+86">China (+86)</option>
      <option value="+57">Colombia (+57)</option>
      <option value="+269">Mayotte (+269)</option>
      <option value="+242">Congo (+242)</option>
      <option value="+682">Cook Islands (+682)</option>
      <option value="+506">Costa Rica (+506)</option>
      <option value="+385">Croatia (+385)</option>
      <option value="+53">Cuba (+53)</option>
      <option value="+90392">Cyprus North (+90392)</option>
      <option value="+357">Cyprus South (+357)</option>
      <option value="+42">Czech Republic (+42)</option>
      <option value="+45">Denmark (+45)</option>
      <option value="+253">Djibouti (+253)</option>
      <option value="+1809">Dominican Republic (+1809)</option>
      <option value="+593">Ecuador (+593)</option>
      <option value="+20">Egypt (+20)</option>
      <option value="+503">El Salvador (+503)</option>
      <option value="+240">Equatorial Guinea (+240)</option>
      <option value="+291">Eritrea (+291)</option>
      <option value="+372">Estonia (+372)</option>
      <option value="+251">Ethiopia (+251)</option>
      <option value="+500">Falkland Islands (+500)</option>
      <option value="+298">Faroe Islands (+298)</option>
      <option value="+679">Fiji (+679)</option>
      <option value="+358">Finland (+358)</option>
      <option value="+33">France (+33)</option>
      <option value="+594">French Guiana (+594)</option>
      <option value="+689">French Polynesia (+689)</option>
      <option value="+241">Gabon (+241)</option>
      <option value="+220">Gambia (+220)</option>
      <option value="+7880">Georgia (+7880)</option>
      <option value="+49">Germany (+49)</option>
      <option value="+233">Ghana (+233)</option>
      <option value="+350">Gibraltar (+350)</option>
      <option value="+30">Greece (+30)</option>
      <option value="+299">Greenland (+299)</option>
      <option value="+1473">Grenada (+1473)</option>
      <option value="+590">Guadeloupe (+590)</option>
      <option value="+671">Guam (+671)</option>
      <option value="+502">Guatemala (+502)</option>
      <option value="+224">Guinea (+224)</option>
      <option value="+245">Guinea - Bissau (+245)</option>
      <option value="+592">Guyana (+592)</option>
      <option value="+509">Haiti (+509)</option>
      <option value="+504">Honduras (+504)</option>
      <option value="+852">Hong Kong (+852)</option>
      <option value="+36">Hungary (+36)</option>
      <option value="+354">Iceland (+354)</option>
      <option value="+91">India (+91)</option>
      <option value="+62">Indonesia (+62)</option>
      <option value="+98">Iran (+98)</option>
      <option value="+964">Iraq (+964)</option>
      <option value="+353">Ireland (+353)</option>
      <option value="+972">Israel (+972)</option>
      <option value="+39">Italy (+39)</option>
      <option value="+1876">Jamaica (+1876)</option>
      <option value="+81">Japan (+81)</option>
      <option value="+962">Jordan (+962)</option>
      <option value="+7">Uzbekistan (+7)</option>
      <option value="+254">Kenya (+254)</option>
      <option value="+686">Kiribati (+686)</option>
      <option value="+850">Korea North (+850)</option>
      <option value="+82">Korea South (+82)</option>
      <option value="+965">Kuwait (+965)</option>
      <option value="+996">Kyrgyzstan (+996)</option>
      <option value="+856">Laos (+856)</option>
      <option value="+371">Latvia (+371)</option>
      <option value="+961">Lebanon (+961)</option>
      <option value="+266">Lesotho (+266)</option>
      <option value="+231">Liberia (+231)</option>
      <option value="+218">Libya (+218)</option>
      <option value="+417">Liechtenstein (+417)</option>
      <option value="+370">Lithuania (+370)</option>
      <option value="+352">Luxembourg (+352)</option>
      <option value="+853">Macao (+853)</option>
      <option value="+389">Macedonia (+389)</option>
      <option value="+261">Madagascar (+261)</option>
      <option value="+265">Malawi (+265)</option>
      <option value="+60">Malaysia (+60)</option>
      <option value="+960">Maldives (+960)</option>
      <option value="+223">Mali (+223)</option>
      <option value="+356">Malta (+356)</option>
      <option value="+692">Marshall Islands (+692)</option>
      <option value="+596">Martinique (+596)</option>
      <option value="+222">Mauritania (+222)</option>
      <option value="+52">Mexico (+52)</option>
      <option value="+691">Micronesia (+691)</option>
      <option value="+373">Moldova (+373)</option>
      <option value="+377">Monaco (+377)</option>
      <option value="+976">Mongolia (+976)</option>
      <option value="+1664">Montserrat (+1664)</option>
      <option value="+212">Morocco (+212)</option>
      <option value="+258">Mozambique (+258)</option>
      <option value="+95">Myanmar (+95)</option>
      <option value="+264">Namibia (+264)</option>
      <option value="+674">Nauru (+674)</option>
      <option value="+977">Nepal (+977)</option>
      <option value="+31">Netherlands (+31)</option>
      <option value="+687">New Caledonia (+687)</option>
      <option value="+64">New Zealand (+64)</option>
      <option value="+505">Nicaragua (+505)</option>
      <option value="+227">Niger (+227)</option>
      <option value="+234">Nigeria (+234)</option>
      <option value="+683">Niue (+683)</option>
      <option value="+672">Norfolk Islands (+672)</option>
      <option value="+670">Northern Marianas (+670)</option>
      <option value="+47">Norway (+47)</option>
      <option value="+968">Oman (+968)</option>
      <option value="+680">Palau (+680)</option>
      <option value="+507">Panama (+507)</option>
      <option value="+675">Papua New Guinea (+675)</option>
      <option value="+595">Paraguay (+595)</option>
      <option value="+51">Peru (+51)</option>
      <option value="+63">Philippines (+63)</option>
      <option value="+48">Poland (+48)</option>
      <option value="+351">Portugal (+351)</option>
      <option value="+1787">Puerto Rico (+1787)</option>
      <option value="+974">Qatar (+974)</option>
      <option value="+262">Reunion (+262)</option>
      <option value="+40">Romania (+40)</option>
      <option value="+250">Rwanda (+250)</option>
      <option value="+378">San Marino (+378)</option>
      <option value="+239">Sao Tome &amp; Principe (+239)</option>
      <option value="+966">Saudi Arabia (+966)</option>
      <option value="+221">Senegal (+221)</option>
      <option value="+381">Serbia (+381)</option>
      <option value="+248">Seychelles (+248)</option>
      <option value="+232">Sierra Leone (+232)</option>
      <option value="+65">Singapore (+65)</option>
      <option value="+421">Slovak Republic (+421)</option>
      <option value="+386">Slovenia (+386)</option>
      <option value="+677">Solomon Islands (+677)</option>
      <option value="+252">Somalia (+252)</option>
      <option value="+27">South Africa (+27)</option>
      <option value="+34">Spain (+34)</option>
      <option value="+94">Sri Lanka (+94)</option>
      <option value="+290">St. Helena (+290)</option>
      <option value="+1869">St. Kitts (+1869)</option>
      <option value="+1758">St. Lucia (+1758)</option>
      <option value="+249">Sudan (+249)</option>
      <option value="+597">Suriname (+597)</option>
      <option value="+268">Swaziland (+268)</option>
      <option value="+46">Sweden (+46)</option>
      <option value="+41">Switzerland (+41)</option>
      <option value="+963">Syria (+963)</option>
      <option value="+886">Taiwan (+886)</option>
      <option value="+66">Thailand (+66)</option>
      <option value="+228">Togo (+228)</option>
      <option value="+676">Tonga (+676)</option>
      <option value="+1868">Trinidad &amp; Tobago (+1868)</option>
      <option value="+216">Tunisia (+216)</option>
      <option value="+90">Turkey (+90)</option>
      <option value="+993">Turkmenistan (+993)</option>
      <option value="+1649">Turks &amp; Caicos Islands (+1649)</option>
      <option value="+688">Tuvalu (+688)</option>
      <option value="+256">Uganda (+256)</option>
      <option value="+380">Ukraine (+380)</option>
      <option value="+971">United Arab Emirates (+971)</option>
      <option value="+598">Uruguay (+598)</option>
      <option value="+678">Vanuatu (+678)</option>
      <option value="+379">Vatican City (+379)</option>
      <option value="+58">Venezuela (+58)</option>
      <option value="+84">Virgin Islands - US (+1340)</option>
      <option value="+681">Wallis &amp; Futuna (+681)</option>
      <option value="+969">Yemen (North)(+969)</option>
      <option value="+967">Yemen (South)(+967)</option>
      <option value="+260">Zambia (+260)</option>
      <option value="+263">Zimbabwe (+263)</option>
    </select>
    <input type="text" class="form-control form-controls mobile-number" name="mobile_number" placeholder="Mobile Number" required="">
  </div>
  <style>
    .password-container {
      position: relative;
    }

    .eye-button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
    }
  </style>
  <style>
    .hidden {
      display: none;
    }
  </style>
  <div class="form-group">
    <label for="signup-password">Password</label>
    <div class="password-container">
      <input type="password" id="signup-password" name="password" placeholder="Password" required="">
      <button type="button" class="eye-button" id="showPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hidePassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <div class="form-group">
    <label for="confirm-password">Confirm Password</label>
    <div class="password-container">
      <input type="password" id="confirm-password" name="repassword" placeholder="Re-type Password" required="">
      <button type="button" class="eye-button" id="showConfirmPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hideConfirmPassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <!-- Your HTML code as provided -->
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // Inside this function, the DOM is fully loaded and ready to be manipulated
      const showPasswordButton = document.getElementById('showPassword');
      const hidePasswordButton = document.getElementById('hidePassword');
      const showConfirmPasswordButton = document.getElementById('showConfirmPassword');
      const hideConfirmPasswordButton = document.getElementById('hideConfirmPassword');
      const passwordInput = document.getElementById('signup-password');
      const confirmPasswordInput = document.getElementById('confirm-password');
      showPasswordButton.addEventListener('click', function() {
        passwordInput.type = 'text';
        showPasswordButton.style.display = 'none';
        hidePasswordButton.style.display = 'block';
      });
      hidePasswordButton.addEventListener('click', function() {
        passwordInput.type = 'password';
        hidePasswordButton.style.display = 'none';
        showPasswordButton.style.display = 'block';
      });
      showConfirmPasswordButton.addEventListener('click', function() {
        confirmPasswordInput.type = 'text';
        showConfirmPasswordButton.style.display = 'none';
        hideConfirmPasswordButton.style.display = 'block';
      });
      hideConfirmPasswordButton.addEventListener('click', function() {
        confirmPasswordInput.type = 'password';
        hideConfirmPasswordButton.style.display = 'none';
        showConfirmPasswordButton.style.display = 'block';
      });
    });
  </script>
  <!-- Terms & Condition --->
  <label>
    <input type="checkbox" id="termsCheckbox" required=""> By clicking Sign Up, you agree to our <a href="#" id="termsLink">Terms</a> and <a href="#" id="privacyLink">Privacy Policy</a>. You may receive SMS notifications from us. </label>
  <div class="popup" id="termsPopup">
    <!-- Terms content here -->
    <div class="section">
      <div class="row">
        <div class="col-md-12">
          <h3>Terms of service</h3>
          <hr>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Welcome to Safe Money BD!</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These terms and conditions
            outline the rules and regulations for the use of Safe Money BD's Website, located at https://safemoneybd.com/.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">By accessing this website we
            assume you accept these terms and conditions. Do not continue to use Safe Money BD if you do not agree to take all of the terms and conditions stated on this page.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The following terminology
            applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: "Client", "You" and "Your" refers to you, the person log on this website and compliant to the Company’s terms and conditions. "The
            Company", "Ourselves", "We", "Our" and "Us", refers to our Company. "Party", "Parties", or "Us", refers to both the Client and ourselves. All terms refer to the offer, acceptance and consideration of payment necessary to undertake the
            process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client’s needs in respect of provision of the Company’s stated services, in accordance with and subject to, prevailing law of
            Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Cookies</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We employ the use of cookies.
            By accessing Safe Money BD, you agreed to use cookies in agreement with the Safe Money BD's Privacy Policy.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Most interactive websites use
            cookies to let us retrieve the user’s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may
            also use cookies.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">License</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Unless otherwise stated, Safe
            Money BD and/or its licensors own the intellectual property rights for all material on Safe Money BD. All intellectual property rights are reserved. You may access this from Safe Money BD for your own personal use subjected to
            restrictions set in these terms and conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You must not:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Republish material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Sell, rent or sub-license material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Reproduce, duplicate or copy material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Redistribute content from Safe Money BD</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">This Agreement shall begin on
            the date hereof. Our Terms and Conditions were created with the help of
            the&nbsp;<a href="https://www.termsandconditionsgenerator.com/" style="box-sizing: border-box; background-color: transparent; color: rgb(102, 102, 102); text-decoration-line: none;">Free Terms and Conditions Generator</a>.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Parts of this website offer an
            opportunity for users to post and exchange opinions and information in certain areas of the website. Safe Money BD does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views
            and opinions of Safe Money BD,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, Safe Money BD shall not be liable for the
            Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD reserves the
            right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You warrant and represent
            that:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li>
            <li style="box-sizing: border-box;">The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li>
            <li style="box-sizing: border-box;">The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li>
            <li style="box-sizing: border-box;">The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You hereby grant Safe Money BD
            a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Hyperlinking to our Content</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The following organizations
            may link to our Website without prior written approval:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Government agencies;</li>
            <li style="box-sizing: border-box;">Search engines;</li>
            <li style="box-sizing: border-box;">News organizations;</li>
            <li style="box-sizing: border-box;">Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li>
            <li style="box-sizing: border-box;">System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These organizations may link
            to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services;
            and (c) fits within the context of the linking party’s site.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We may consider and approve
            other link requests from the following types of organizations:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">commonly-known consumer and/or business information sources;</li>
            <li style="box-sizing: border-box;">dot.com community sites;</li>
            <li style="box-sizing: border-box;">associations or other groups representing charities;</li>
            <li style="box-sizing: border-box;">online directory distributors;</li>
            <li style="box-sizing: border-box;">internet portals;</li>
            <li style="box-sizing: border-box;">accounting, law and consulting firms; and</li>
            <li style="box-sizing: border-box;">educational institutions and trade associations.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We will approve link requests
            from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the
            visibility of the hyperlink compensates the absence of Safe Money BD; and (d) the link is in the context of general resource information.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These organizations may link
            to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking
            party’s site.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you are one of the
            organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Safe Money BD. Please include your name, your organization name, contact information as well as the URL of
            your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Approved organizations may
            hyperlink to our Website as follows:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">By use of our corporate name; or</li>
            <li style="box-sizing: border-box;">By use of the uniform resource locator being linked to; or</li>
            <li style="box-sizing: border-box;">By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party’s site.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">No use of Safe Money BD's logo
            or other artwork will be allowed for linking absent a trademark license agreement.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">iFrames</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Without prior approval and
            written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Content Liability</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We shall not be hold
            responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or
            criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Your Privacy</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Please read Privacy Policy</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Reservation of Rights</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We reserve the right to
            request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it’s linking policy at any
            time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Removal of links from our website</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you find any link on our
            Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We do not ensure that the
            information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Disclaimer</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">To the maximum extent
            permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">limit or exclude our or your liability for death or personal injury;</li>
            <li style="box-sizing: border-box;">limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li>
            <li style="box-sizing: border-box;">limit any of our or your liabilities in any way that is not permitted under applicable law; or</li>
            <li style="box-sizing: border-box;">exclude any of our or your liabilities that may not be excluded under applicable law.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The limitations and
            prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort
            and for breach of statutory duty.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">As long as the website and the
            information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>
        </div>
      </div>
    </div>
    <button id="closeTerms">Close</button>
  </div>
  <div class="popup" id="privacyPopup">
    <!-- Privacy policy content here -->
    <div class="section">
      <div class="row">
        <div class="col-md-12">
          <h3>Privacy Policy</h3>
          <hr>
          <h1
            style="box-sizing: border-box; font-size: 36px; margin: 0px 0px 18px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); background-color: rgb(255, 255, 255);">
            Privacy Policy for Safe Money BD</h1>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">At Safe Money BD, accessible
            from https://safemoneybd.com/, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Safe Money BD and how we use it.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you have additional
            questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">This Privacy Policy applies
            only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Safe Money BD. This policy is not applicable to any information collected offline or via channels
            other than this website. Our Privacy Policy was created with the help of
            the&nbsp;<a href="https://www.privacypolicygenerator.info/" style="box-sizing: border-box; background-color: transparent; color: rgb(102, 102, 102); text-decoration-line: none;">Free Privacy Policy Generator</a>.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Consent</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">By using our website, you
            hereby consent to our Privacy Policy and agree to its terms.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Information we collect</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The personal information that
            you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you contact us directly, we
            may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">When you register for an
            Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            How we use your information</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We use the information we
            collect in various ways, including to:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Provide, operate, and maintain our website</li>
            <li style="box-sizing: border-box;">Improve, personalize, and expand our website</li>
            <li style="box-sizing: border-box;">Understand and analyze how you use our website</li>
            <li style="box-sizing: border-box;">Develop new products, services, features, and functionality</li>
            <li style="box-sizing: border-box;">Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and
              promotional purposes</li>
            <li style="box-sizing: border-box;">Send you emails</li>
            <li style="box-sizing: border-box;">Find and prevent fraud</li>
          </ul>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Log Files</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD follows a
            standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP)
            addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the
            information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Advertising Partners Privacy Policies</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You may consult this list to
            find the Privacy Policy for each of the advertising partners of Safe Money BD.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Third-party ad servers or ad
            networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Safe Money BD, which are sent directly to users' browser. They automatically receive your IP
            address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Note that Safe Money BD has no
            access to or control over these cookies that are used by third-party advertisers.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Third Party Privacy Policies</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD's Privacy Policy
            does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how
            to opt-out of certain options.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You can choose to disable
            cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Under the CCPA, among other
            rights, California consumers have the right to:</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business that
            collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business delete
            any personal data about the consumer that a business has collected.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business that
            sells a consumer's personal data, not sell the consumer's personal data.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you make a request, we have
            one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            GDPR Data Protection Rights</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We would like to make sure you
            are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to access – You have
            the right to request copies of your personal data. We may charge you a small fee for this service.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to rectification –
            You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to erasure – You
            have the right to request that we erase your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to restrict
            processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to object to
            processing – You have the right to object to our processing of your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to data portability
            – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you make a request, we have
            one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Children's Information</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Another part of our priority
            is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD does not
            knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do
            our best efforts to promptly remove such information from our records.</p>
        </div>
      </div>
    </div> <button id="closePrivacy">Close</button>
  </div>
  <!-- Terms & Condition --->
  <div class="form-submit">
    <button type="submit" name="bit_login">Register</button>
  </div>
  <div class="toggle-btn"> Already registered with us? <a onclick="toggleForm('loginForm')">Sign In</a>
  </div>
</form>

POST

<form class="form-content" id="loginForm" action="" method="POST">
  <div class="form-title">
    <h4 style="font-weight:bold;">Sign in to your account to continue.</h4>
  </div>
  <div class="form-group">
    <label for="login-username">Email</label>
    <input type="text" name="email" id="login-username" placeholder="Email address" required="">
  </div>
  <div class="form-group">
    <label for="login-password">Password <div class="pull-right forgot-password">
        <a href="https://paisavejo.in/password/reset">Forgot password?</a>
      </div></label>
    <div class="password-container">
      <input type="password" id="login-password" name="password" placeholder="Password" required="">
      <button type="button" class="eye-button" id="showLoginPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hideLoginPassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // ... Existing code ...
      const showLoginPasswordButton = document.getElementById('showLoginPassword');
      const hideLoginPasswordButton = document.getElementById('hideLoginPassword');
      const loginPasswordInput = document.getElementById('login-password');
      showLoginPasswordButton.addEventListener('click', function() {
        loginPasswordInput.type = 'text';
        showLoginPasswordButton.style.display = 'none';
        hideLoginPasswordButton.style.display = 'block';
      });
      hideLoginPasswordButton.addEventListener('click', function() {
        loginPasswordInput.type = 'password';
        hideLoginPasswordButton.style.display = 'none';
        showLoginPasswordButton.style.display = 'block';
      });
      // ... Existing code ...
    });
  </script>
  <div class="form-group">
    <div class="checkbox pull-left">
      <label><input type="checkbox" name="remember_me" value="yes"> Remember me</label>
    </div>
  </div>
  <div class="form-submit">
    <button type="submit" name="bit_login">Login</button>
  </div>
  <div class="toggle-btn"> Not registered? <a onclick="toggleForm('signupForm')">Create an account</a>
  </div>
</form>

POST

<form class="form-content" id="signupForm" action="" method="POST">
  <div class="form-title">
    <h3 style="text-align:center;font-weight:bold;">Sign Up</h3><span>It's quick and easy</span>
  </div>
  <div class="form-group">
    <label for="signup-username">Full Name</label>
    <input type="text" id="signup-username" name="name" placeholder="Type Your Full Name" required="">
  </div>
  <div class="form-group">
    <label for="signup-username">Username</label>
    <input type="text" id="signup-username" name="username" placeholder="Spaces not Allowed " required="">
  </div>
  <div class="form-group">
    <label for="signup-username">Email</label>
    <input type="text" id="signup-username" name="email" placeholder="Email address" required="">
  </div>
  <div class="form-container">
    <div class="form-group" style="margin-right:5px;">
      <label for="signup-username">Date Of Birth</label>
      <input type="date" id="signup-username" name="dob" placeholder="Date Of Birth" required="">
    </div>
    <!--<div class="form-group">
                        <label for="signup-username">National Id Number</label>
                        <input type="name" id="signup-username"  name="nidn" placeholder="National Id Number" required>
                    </div>----->
  </div>
  <style>
    .form-container {
      display: flex;
      align-items: center;
    }

    /*.form-container label {*/
    /*    margin-right: 10px;*/
    /*}*/
    .form-container .form-controls {}

    .form-container {
      display: flex;
      align-items: center;
      width: 100%;
    }

    .form-container #country_code {
      width: 100px;
      padding: 10px;
    }

    .form-container .mobile-number {
      flex: 1;
      margin-left: 10px;
    }
  </style>
  <div class="form-container">
    <label for="country_code"></label>
    <select name="country_code" id="country_code" class="form-controls ">
      <option value="+880" data-country-code="880">Bangladesh (+880)</option>
      <option value="+44" data-country-code="44">UK (+44)</option>
      <option value="+1" data-country-code="1">Canada (+1)</option>
      <option value="+213" data-country-code="213">Algeria (+213)</option>
      <option value="+376" data-country-code="376">Andorra (+376)</option>
      <option value="+244" data-country-code="244">Angola (+244)</option>
      <option value="+1264" data-country-code="1264">Anguilla (+1264)</option>
      <option value="+1268" data-country-code="1268">Antigua &amp; Barbuda (+1268)</option>
      <option value="+54" data-country-code="54">Argentina (+54)</option>
      <option value="+374" data-country-code="374">Armenia (+374)</option>
      <option value="+297" data-country-code="297">Aruba (+297)</option>
      <option value="+61" data-country-code="61">Australia (+61)</option>
      <option value="+43" data-country-code="43">Austria (+43)</option>
      <option value="+994" data-country-code="994">Azerbaijan (+994)</option>
      <option value="+1242" data-country-code="1242">Bahamas (+1242)</option>
      <option value="+973" data-country-code="973">Bahrain (+973)</option>
      <option value="+1246" data-country-code="1246">Barbados (+1246)</option>
      <option value="+375" data-country-code="375">Belarus (+375)</option>
      <option value="+32" data-country-code="32">Belgium (+32)</option>
      <option value="+501" data-country-code="501">Belize (+501)</option>
      <option value="+229" data-country-code="229">Benin (+229)</option>
      <option value="+1441" data-country-code="1441">Bermuda (+1441)</option>
      <option value="+975" data-country-code="975">Bhutan (+975)</option>
      <option value="+591" data-country-code="591">Bolivia (+591)</option>
      <option value="+387" data-country-code="387">Bosnia Herzegovina (+387)</option>
      <option value="+267" data-country-code="267">Botswana (+267)</option>
      <option value="+55" data-country-code="55">Brazil (+55)</option>
      <option value="+673" data-country-code="673">Brunei (+673)</option>
      <option value="+359" data-country-code="359">Bulgaria (+359)</option>
      <option value="+226" data-country-code="226">Burkina Faso (+226)</option>
      <option value="+257" data-country-code="257">Burundi (+257)</option>
      <option value="+855" data-country-code="855">Cambodia (+855)</option>
      <option value="+237" data-country-code="237">Cameroon (+237)</option>
      <option value="+238" data-country-code="238">Cape Verde Islands (+238)</option>
      <option value="+1345" data-country-code="1345">Cayman Islands (+1345)</option>
      <option value="+236" data-country-code="236">Central African Republic (+236)</option>
      <option value="+56" data-country-code="56">Chile (+56)</option>
      <option value="+86" data-country-code="86">China (+86)</option>
      <option value="+57" data-country-code="57">Colombia (+57)</option>
      <option value="+269" data-country-code="269">Mayotte (+269)</option>
      <option value="+242" data-country-code="242">Congo (+242)</option>
      <option value="+682" data-country-code="682">Cook Islands (+682)</option>
      <option value="+506" data-country-code="506">Costa Rica (+506)</option>
      <option value="+385" data-country-code="385">Croatia (+385)</option>
      <option value="+53" data-country-code="53">Cuba (+53)</option>
      <option value="+90392" data-country-code="90392">Cyprus North (+90392)</option>
      <option value="+357" data-country-code="357">Cyprus South (+357)</option>
      <option value="+42" data-country-code="42">Czech Republic (+42)</option>
      <option value="+45" data-country-code="45">Denmark (+45)</option>
      <option value="+253" data-country-code="253">Djibouti (+253)</option>
      <option value="+1809" data-country-code="1809">Dominican Republic (+1809)</option>
      <option value="+593" data-country-code="593">Ecuador (+593)</option>
      <option value="+20" data-country-code="20">Egypt (+20)</option>
      <option value="+503" data-country-code="503">El Salvador (+503)</option>
      <option value="+240" data-country-code="240">Equatorial Guinea (+240)</option>
      <option value="+291" data-country-code="291">Eritrea (+291)</option>
      <option value="+372" data-country-code="372">Estonia (+372)</option>
      <option value="+251" data-country-code="251">Ethiopia (+251)</option>
      <option value="+500" data-country-code="500">Falkland Islands (+500)</option>
      <option value="+298" data-country-code="298">Faroe Islands (+298)</option>
      <option value="+679" data-country-code="679">Fiji (+679)</option>
      <option value="+358" data-country-code="358">Finland (+358)</option>
      <option value="+33" data-country-code="33">France (+33)</option>
      <option value="+594" data-country-code="594">French Guiana (+594)</option>
      <option value="+689" data-country-code="689">French Polynesia (+689)</option>
      <option value="+241" data-country-code="241">Gabon (+241)</option>
      <option value="+220" data-country-code="220">Gambia (+220)</option>
      <option value="+7880" data-country-code="7880">Georgia (+7880)</option>
      <option value="+49" data-country-code="49">Germany (+49)</option>
      <option value="+233" data-country-code="233">Ghana (+233)</option>
      <option value="+350" data-country-code="350">Gibraltar (+350)</option>
      <option value="+30" data-country-code="30">Greece (+30)</option>
      <option value="+299" data-country-code="299">Greenland (+299)</option>
      <option value="+1473" data-country-code="1473">Grenada (+1473)</option>
      <option value="+590" data-country-code="590">Guadeloupe (+590)</option>
      <option value="+671" data-country-code="671">Guam (+671)</option>
      <option value="+502" data-country-code="502">Guatemala (+502)</option>
      <option value="+224" data-country-code="224">Guinea (+224)</option>
      <option value="+245" data-country-code="245">Guinea - Bissau (+245)</option>
      <option value="+592" data-country-code="592">Guyana (+592)</option>
      <option value="+509" data-country-code="509">Haiti (+509)</option>
      <option value="+504" data-country-code="504">Honduras (+504)</option>
      <option value="+852" data-country-code="852">Hong Kong (+852)</option>
      <option value="+36" data-country-code="36">Hungary (+36)</option>
      <option value="+354" data-country-code="354">Iceland (+354)</option>
      <option value="+91" data-country-code="91">India (+91)</option>
      <option value="+62" data-country-code="62">Indonesia (+62)</option>
      <option value="+98" data-country-code="98">Iran (+98)</option>
      <option value="+964" data-country-code="964">Iraq (+964)</option>
      <option value="+353" data-country-code="353">Ireland (+353)</option>
      <option value="+972" data-country-code="972">Israel (+972)</option>
      <option value="+39" data-country-code="39">Italy (+39)</option>
      <option value="+1876" data-country-code="1876">Jamaica (+1876)</option>
      <option value="+81" data-country-code="81">Japan (+81)</option>
      <option value="+962" data-country-code="962">Jordan (+962)</option>
      <option value="+7" data-country-code="7">Uzbekistan (+7)</option>
      <option value="+254" data-country-code="254">Kenya (+254)</option>
      <option value="+686" data-country-code="686">Kiribati (+686)</option>
      <option value="+850" data-country-code="850">Korea North (+850)</option>
      <option value="+82" data-country-code="82">Korea South (+82)</option>
      <option value="+965" data-country-code="965">Kuwait (+965)</option>
      <option value="+996" data-country-code="996">Kyrgyzstan (+996)</option>
      <option value="+856" data-country-code="856">Laos (+856)</option>
      <option value="+371" data-country-code="371">Latvia (+371)</option>
      <option value="+961" data-country-code="961">Lebanon (+961)</option>
      <option value="+266" data-country-code="266">Lesotho (+266)</option>
      <option value="+231" data-country-code="231">Liberia (+231)</option>
      <option value="+218" data-country-code="218">Libya (+218)</option>
      <option value="+417" data-country-code="417">Liechtenstein (+417)</option>
      <option value="+370" data-country-code="370">Lithuania (+370)</option>
      <option value="+352" data-country-code="352">Luxembourg (+352)</option>
      <option value="+853" data-country-code="853">Macao (+853)</option>
      <option value="+389" data-country-code="389">Macedonia (+389)</option>
      <option value="+261" data-country-code="261">Madagascar (+261)</option>
      <option value="+265" data-country-code="265">Malawi (+265)</option>
      <option value="+60" data-country-code="60">Malaysia (+60)</option>
      <option value="+960" data-country-code="960">Maldives (+960)</option>
      <option value="+223" data-country-code="223">Mali (+223)</option>
      <option value="+356" data-country-code="356">Malta (+356)</option>
      <option value="+692" data-country-code="692">Marshall Islands (+692)</option>
      <option value="+596" data-country-code="596">Martinique (+596)</option>
      <option value="+222" data-country-code="222">Mauritania (+222)</option>
      <option value="+52" data-country-code="52">Mexico (+52)</option>
      <option value="+691" data-country-code="691">Micronesia (+691)</option>
      <option value="+373" data-country-code="373">Moldova (+373)</option>
      <option value="+377" data-country-code="377">Monaco (+377)</option>
      <option value="+976" data-country-code="976">Mongolia (+976)</option>
      <option value="+1664" data-country-code="1664">Montserrat (+1664)</option>
      <option value="+212" data-country-code="212">Morocco (+212)</option>
      <option value="+258" data-country-code="258">Mozambique (+258)</option>
      <option value="+95" data-country-code="95">Myanmar (+95)</option>
      <option value="+264" data-country-code="264">Namibia (+264)</option>
      <option value="+674" data-country-code="674">Nauru (+674)</option>
      <option value="+977" data-country-code="977">Nepal (+977)</option>
      <option value="+31" data-country-code="31">Netherlands (+31)</option>
      <option value="+687" data-country-code="687">New Caledonia (+687)</option>
      <option value="+64" data-country-code="64">New Zealand (+64)</option>
      <option value="+505" data-country-code="505">Nicaragua (+505)</option>
      <option value="+227" data-country-code="227">Niger (+227)</option>
      <option value="+234" data-country-code="234">Nigeria (+234)</option>
      <option value="+683" data-country-code="683">Niue (+683)</option>
      <option value="+672" data-country-code="672">Norfolk Islands (+672)</option>
      <option value="+670" data-country-code="670">Northern Marianas (+670)</option>
      <option value="+47" data-country-code="47">Norway (+47)</option>
      <option value="+968" data-country-code="968">Oman (+968)</option>
      <option value="+680" data-country-code="680">Palau (+680)</option>
      <option value="+507" data-country-code="507">Panama (+507)</option>
      <option value="+675" data-country-code="675">Papua New Guinea (+675)</option>
      <option value="+595" data-country-code="595">Paraguay (+595)</option>
      <option value="+51" data-country-code="51">Peru (+51)</option>
      <option value="+63" data-country-code="63">Philippines (+63)</option>
      <option value="+48" data-country-code="48">Poland (+48)</option>
      <option value="+351" data-country-code="351">Portugal (+351)</option>
      <option value="+1787" data-country-code="1787">Puerto Rico (+1787)</option>
      <option value="+974" data-country-code="974">Qatar (+974)</option>
      <option value="+262" data-country-code="262">Reunion (+262)</option>
      <option value="+40" data-country-code="40">Romania (+40)</option>
      <option value="+250" data-country-code="250">Rwanda (+250)</option>
      <option value="+378" data-country-code="378">San Marino (+378)</option>
      <option value="+239" data-country-code="239">Sao Tome &amp; Principe (+239)</option>
      <option value="+966" data-country-code="966">Saudi Arabia (+966)</option>
      <option value="+221" data-country-code="221">Senegal (+221)</option>
      <option value="+381" data-country-code="381">Serbia (+381)</option>
      <option value="+248" data-country-code="248">Seychelles (+248)</option>
      <option value="+232" data-country-code="232">Sierra Leone (+232)</option>
      <option value="+65" data-country-code="65">Singapore (+65)</option>
      <option value="+421" data-country-code="421">Slovak Republic (+421)</option>
      <option value="+386" data-country-code="386">Slovenia (+386)</option>
      <option value="+677" data-country-code="677">Solomon Islands (+677)</option>
      <option value="+252" data-country-code="252">Somalia (+252)</option>
      <option value="+27" data-country-code="27">South Africa (+27)</option>
      <option value="+34" data-country-code="34">Spain (+34)</option>
      <option value="+94" data-country-code="94">Sri Lanka (+94)</option>
      <option value="+290" data-country-code="290">St. Helena (+290)</option>
      <option value="+1869" data-country-code="1869">St. Kitts (+1869)</option>
      <option value="+1758" data-country-code="1758">St. Lucia (+1758)</option>
      <option value="+249" data-country-code="249">Sudan (+249)</option>
      <option value="+597" data-country-code="597">Suriname (+597)</option>
      <option value="+268" data-country-code="268">Swaziland (+268)</option>
      <option value="+46" data-country-code="46">Sweden (+46)</option>
      <option value="+41" data-country-code="41">Switzerland (+41)</option>
      <option value="+963" data-country-code="963">Syria (+963)</option>
      <option value="+886" data-country-code="886">Taiwan (+886)</option>
      <option value="+66" data-country-code="66">Thailand (+66)</option>
      <option value="+228" data-country-code="228">Togo (+228)</option>
      <option value="+676" data-country-code="676">Tonga (+676)</option>
      <option value="+1868" data-country-code="1868">Trinidad &amp; Tobago (+1868)</option>
      <option value="+216" data-country-code="216">Tunisia (+216)</option>
      <option value="+90" data-country-code="90">Turkey (+90)</option>
      <option value="+993" data-country-code="993">Turkmenistan (+993)</option>
      <option value="+1649" data-country-code="1649">Turks &amp; Caicos Islands (+1649)</option>
      <option value="+688" data-country-code="688">Tuvalu (+688)</option>
      <option value="+256" data-country-code="256">Uganda (+256)</option>
      <option value="+380" data-country-code="380">Ukraine (+380)</option>
      <option value="+971" data-country-code="971">United Arab Emirates (+971)</option>
      <option value="+598" data-country-code="598">Uruguay (+598)</option>
      <option value="+678" data-country-code="678">Vanuatu (+678)</option>
      <option value="+379" data-country-code="379">Vatican City (+379)</option>
      <option value="+58" data-country-code="58">Venezuela (+58)</option>
      <option value="+84" data-country-code="84">Virgin Islands - US (+1340)</option>
      <option value="+681" data-country-code="681">Wallis &amp; Futuna (+681)</option>
      <option value="+969" data-country-code="969">Yemen (North)(+969)</option>
      <option value="+967" data-country-code="967">Yemen (South)(+967)</option>
      <option value="+260" data-country-code="260">Zambia (+260)</option>
      <option value="+263" data-country-code="263">Zimbabwe (+263)</option>
    </select>
    <input type="text" class="form-control form-controls mobile-number" name="mobile_number" placeholder="Mobile Number" required="">
  </div>
  <style>
    .password-container {
      position: relative;
    }

    .eye-button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
    }
  </style>
  <style>
    .hidden {
      display: none;
    }
  </style>
  <div class="form-group">
    <label for="signup-password">Password</label>
    <div class="password-container">
      <input type="password" id="signup-password" name="password" placeholder="Password" required="">
      <button type="button" class="eye-button" id="showPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hidePassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <div class="form-group">
    <label for="confirm-password">Confirm Password</label>
    <div class="password-container">
      <input type="password" id="confirm-password" name="repassword" placeholder="Re-type Password" required="">
      <button type="button" class="eye-button" id="showConfirmPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hideConfirmPassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <!-- Your HTML code as provided -->
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // Inside this function, the DOM is fully loaded and ready to be manipulated
      const showPasswordButton = document.getElementById('showPassword');
      const hidePasswordButton = document.getElementById('hidePassword');
      const showConfirmPasswordButton = document.getElementById('showConfirmPassword');
      const hideConfirmPasswordButton = document.getElementById('hideConfirmPassword');
      const passwordInput = document.getElementById('signup-password');
      const confirmPasswordInput = document.getElementById('confirm-password');
      showPasswordButton.addEventListener('click', function() {
        passwordInput.type = 'text';
        showPasswordButton.style.display = 'none';
        hidePasswordButton.style.display = 'block';
      });
      hidePasswordButton.addEventListener('click', function() {
        passwordInput.type = 'password';
        hidePasswordButton.style.display = 'none';
        showPasswordButton.style.display = 'block';
      });
      showConfirmPasswordButton.addEventListener('click', function() {
        confirmPasswordInput.type = 'text';
        showConfirmPasswordButton.style.display = 'none';
        hideConfirmPasswordButton.style.display = 'block';
      });
      hideConfirmPasswordButton.addEventListener('click', function() {
        confirmPasswordInput.type = 'password';
        hideConfirmPasswordButton.style.display = 'none';
        showConfirmPasswordButton.style.display = 'block';
      });
    });
  </script>
  <!-- Terms & Condition --->
  <label>
    <input type="checkbox" id="termsCheckbox" required=""> By clicking Sign Up, you agree to our <a href="#" id="termsLink">Terms</a> and <a href="#" id="privacyLink">Privacy Policy</a>. You may receive SMS notifications from us. </label>
  <div class="popup" id="termsPopup">
    <!-- Terms content here -->
    <div class="section">
      <div class="row">
        <div class="col-md-12">
          <h3>Terms of service</h3>
          <hr>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Welcome to Safe Money BD!</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These terms and conditions
            outline the rules and regulations for the use of Safe Money BD's Website, located at https://safemoneybd.com/.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">By accessing this website we
            assume you accept these terms and conditions. Do not continue to use Safe Money BD if you do not agree to take all of the terms and conditions stated on this page.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The following terminology
            applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: "Client", "You" and "Your" refers to you, the person log on this website and compliant to the Company’s terms and conditions. "The
            Company", "Ourselves", "We", "Our" and "Us", refers to our Company. "Party", "Parties", or "Us", refers to both the Client and ourselves. All terms refer to the offer, acceptance and consideration of payment necessary to undertake the
            process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client’s needs in respect of provision of the Company’s stated services, in accordance with and subject to, prevailing law of
            Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Cookies</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We employ the use of cookies.
            By accessing Safe Money BD, you agreed to use cookies in agreement with the Safe Money BD's Privacy Policy.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Most interactive websites use
            cookies to let us retrieve the user’s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may
            also use cookies.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">License</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Unless otherwise stated, Safe
            Money BD and/or its licensors own the intellectual property rights for all material on Safe Money BD. All intellectual property rights are reserved. You may access this from Safe Money BD for your own personal use subjected to
            restrictions set in these terms and conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You must not:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Republish material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Sell, rent or sub-license material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Reproduce, duplicate or copy material from Safe Money BD</li>
            <li style="box-sizing: border-box;">Redistribute content from Safe Money BD</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">This Agreement shall begin on
            the date hereof. Our Terms and Conditions were created with the help of
            the&nbsp;<a href="https://www.termsandconditionsgenerator.com/" style="box-sizing: border-box; background-color: transparent; color: rgb(102, 102, 102); text-decoration-line: none;">Free Terms and Conditions Generator</a>.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Parts of this website offer an
            opportunity for users to post and exchange opinions and information in certain areas of the website. Safe Money BD does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views
            and opinions of Safe Money BD,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, Safe Money BD shall not be liable for the
            Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD reserves the
            right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You warrant and represent
            that:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li>
            <li style="box-sizing: border-box;">The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li>
            <li style="box-sizing: border-box;">The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li>
            <li style="box-sizing: border-box;">The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You hereby grant Safe Money BD
            a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Hyperlinking to our Content</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The following organizations
            may link to our Website without prior written approval:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Government agencies;</li>
            <li style="box-sizing: border-box;">Search engines;</li>
            <li style="box-sizing: border-box;">News organizations;</li>
            <li style="box-sizing: border-box;">Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li>
            <li style="box-sizing: border-box;">System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These organizations may link
            to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services;
            and (c) fits within the context of the linking party’s site.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We may consider and approve
            other link requests from the following types of organizations:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">commonly-known consumer and/or business information sources;</li>
            <li style="box-sizing: border-box;">dot.com community sites;</li>
            <li style="box-sizing: border-box;">associations or other groups representing charities;</li>
            <li style="box-sizing: border-box;">online directory distributors;</li>
            <li style="box-sizing: border-box;">internet portals;</li>
            <li style="box-sizing: border-box;">accounting, law and consulting firms; and</li>
            <li style="box-sizing: border-box;">educational institutions and trade associations.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We will approve link requests
            from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the
            visibility of the hyperlink compensates the absence of Safe Money BD; and (d) the link is in the context of general resource information.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">These organizations may link
            to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking
            party’s site.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you are one of the
            organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Safe Money BD. Please include your name, your organization name, contact information as well as the URL of
            your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Approved organizations may
            hyperlink to our Website as follows:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">By use of our corporate name; or</li>
            <li style="box-sizing: border-box;">By use of the uniform resource locator being linked to; or</li>
            <li style="box-sizing: border-box;">By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party’s site.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">No use of Safe Money BD's logo
            or other artwork will be allowed for linking absent a trademark license agreement.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">iFrames</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Without prior approval and
            written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Content Liability</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We shall not be hold
            responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or
            criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Your Privacy</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Please read Privacy Policy</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Reservation of Rights</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We reserve the right to
            request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it’s linking policy at any
            time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Removal of links from our website</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you find any link on our
            Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We do not ensure that the
            information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>
          <h3
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 14px; background-color: rgb(255, 255, 255);">
            <span style="box-sizing: border-box; font-weight: 700;">Disclaimer</span></h3>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">To the maximum extent
            permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">limit or exclude our or your liability for death or personal injury;</li>
            <li style="box-sizing: border-box;">limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li>
            <li style="box-sizing: border-box;">limit any of our or your liabilities in any way that is not permitted under applicable law; or</li>
            <li style="box-sizing: border-box;">exclude any of our or your liabilities that may not be excluded under applicable law.</li>
          </ul>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The limitations and
            prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort
            and for breach of statutory duty.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">As long as the website and the
            information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>
        </div>
      </div>
    </div>
    <button id="closeTerms">Close</button>
  </div>
  <div class="popup" id="privacyPopup">
    <!-- Privacy policy content here -->
    <div class="section">
      <div class="row">
        <div class="col-md-12">
          <h3>Privacy Policy</h3>
          <hr>
          <h1
            style="box-sizing: border-box; font-size: 36px; margin: 0px 0px 18px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); background-color: rgb(255, 255, 255);">
            Privacy Policy for Safe Money BD</h1>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">At Safe Money BD, accessible
            from https://safemoneybd.com/, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Safe Money BD and how we use it.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you have additional
            questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">This Privacy Policy applies
            only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Safe Money BD. This policy is not applicable to any information collected offline or via channels
            other than this website. Our Privacy Policy was created with the help of
            the&nbsp;<a href="https://www.privacypolicygenerator.info/" style="box-sizing: border-box; background-color: transparent; color: rgb(102, 102, 102); text-decoration-line: none;">Free Privacy Policy Generator</a>.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Consent</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">By using our website, you
            hereby consent to our Privacy Policy and agree to its terms.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Information we collect</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The personal information that
            you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you contact us directly, we
            may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">When you register for an
            Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            How we use your information</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We use the information we
            collect in various ways, including to:</p>
          <ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
            <li style="box-sizing: border-box;">Provide, operate, and maintain our website</li>
            <li style="box-sizing: border-box;">Improve, personalize, and expand our website</li>
            <li style="box-sizing: border-box;">Understand and analyze how you use our website</li>
            <li style="box-sizing: border-box;">Develop new products, services, features, and functionality</li>
            <li style="box-sizing: border-box;">Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and
              promotional purposes</li>
            <li style="box-sizing: border-box;">Send you emails</li>
            <li style="box-sizing: border-box;">Find and prevent fraud</li>
          </ul>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Log Files</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD follows a
            standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP)
            addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the
            information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Advertising Partners Privacy Policies</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You may consult this list to
            find the Privacy Policy for each of the advertising partners of Safe Money BD.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Third-party ad servers or ad
            networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Safe Money BD, which are sent directly to users' browser. They automatically receive your IP
            address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Note that Safe Money BD has no
            access to or control over these cookies that are used by third-party advertisers.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Third Party Privacy Policies</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD's Privacy Policy
            does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how
            to opt-out of certain options.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">You can choose to disable
            cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Under the CCPA, among other
            rights, California consumers have the right to:</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business that
            collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business delete
            any personal data about the consumer that a business has collected.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Request that a business that
            sells a consumer's personal data, not sell the consumer's personal data.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you make a request, we have
            one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            GDPR Data Protection Rights</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">We would like to make sure you
            are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to access – You have
            the right to request copies of your personal data. We may charge you a small fee for this service.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to rectification –
            You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to erasure – You
            have the right to request that we erase your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to restrict
            processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to object to
            processing – You have the right to object to our processing of your personal data, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">The right to data portability
            – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">If you make a request, we have
            one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
          <h2
            style="box-sizing: border-box; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(102, 102, 102); margin: 0px 0px 18px; font-size: 16px; background-color: rgb(255, 255, 255);">
            Children's Information</h2>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Another part of our priority
            is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>
          <p style="box-sizing: border-box; margin: 0px 0px 20px; color: rgb(102, 102, 102); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Safe Money BD does not
            knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do
            our best efforts to promptly remove such information from our records.</p>
        </div>
      </div>
    </div> <button id="closePrivacy">Close</button>
  </div>
  <!-- Terms & Condition --->
  <div class="form-submit">
    <button type="submit" name="bit_login">Register</button>
  </div>
  <div class="toggle-btn"> Already registered with us? <a onclick="toggleForm('loginForm')">Sign In</a>
  </div>
</form>

POST

<form class="form-content" id="loginForm" style="display: none;" action="" method="POST">
  <div class="form-title">
    <h4 style="font-weight:bold;">Sign in to your account to continue.</h4>
  </div>
  <div class="form-group">
    <label for="login-username">Email</label>
    <input type="text" name="email" id="login-username" placeholder="Email address" required="">
  </div>
  <div class="form-group">
    <label for="login-password">Password <div class="pull-right forgot-password">
        <a href="https://paisavejo.in/password/reset">Forgot password?</a>
      </div></label>
    <div class="password-container">
      <input type="password" id="login-password" name="password" placeholder="Password" required="">
      <button type="button" class="eye-button" id="showLoginPassword"><i class="fas fa-eye"></i></button>
      <button type="button" class="eye-button" id="hideLoginPassword"><i class="fas fa-eye-slash"></i></button>
    </div>
  </div>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // ... Existing code ...
      const showLoginPasswordButton = document.getElementById('showLoginPassword');
      const hideLoginPasswordButton = document.getElementById('hideLoginPassword');
      const loginPasswordInput = document.getElementById('login-password');
      showLoginPasswordButton.addEventListener('click', function() {
        loginPasswordInput.type = 'text';
        showLoginPasswordButton.style.display = 'none';
        hideLoginPasswordButton.style.display = 'block';
      });
      hideLoginPasswordButton.addEventListener('click', function() {
        loginPasswordInput.type = 'password';
        hideLoginPasswordButton.style.display = 'none';
        showLoginPasswordButton.style.display = 'block';
      });
      // ... Existing code ...
    });
  </script>
  <div class="form-group">
    <div class="checkbox pull-left">
      <label><input type="checkbox" name="remember_me" value="yes"> Remember me</label>
    </div>
  </div>
  <div class="form-submit">
    <button type="submit" name="bit_login">Login</button>
  </div>
  <div class="toggle-btn"> Not registered? <a onclick="toggleForm('signupForm')">Create an account</a>
  </div>
</form>

Text Content

Toggle navigation
 * Exchange
 * Testimonials
 * Affiliate
 * Contact

Work time: 10AM - 6PM (GMT+5:30-India)
 * 
 * Login
 * Create account

 * Bangla
 * English
 * Hindi

Operator: Online
Work time: 10AM - 6PM (GMT+5:30-India) Notice: Welcome to Indian No.1 Trusted,
Fastest and Secure Money Exchanger Website - Safe Money BDT, Please read the
Notice carefully. You can send money from Bangladesh to India, India to
Bangladesh, Pakistan, Nepal, Sri Lanka and Many more. Your Order will be
completed instantly or within 1 minute (Maximum 3 hours). If you want to send
money any other country that unlisted, If necessary, talk: - WhatsApp or Live
chat, Avoid to make fake transactions, Loan Payments, Scam & money laundering.
Otherwise, your account will be blocked forever and legal action will be taken.


SEND

bKash Personal BDTNagad Personal BDTBHIM UPI INRRocket BDTBinance USD

Exchange rate: 1 INR = 1.10 BDT


RECEIVE

bKash Personal BDTNagad Personal BDTBHIM UPI INRBank Trasfer INRRocket BDTPaytm
INRGoogle Pay INRPhone Pay INRPayPaL USDBinance USDAmazon GiftCard INRPlayStore
Card INR

Reserve: 619755.88 BDT

      Exchange     

PENDING EXCHANGES

Send Received Amount Name Date & Time Status Still no have exchanges.

COMPLETED EXCHANGES

Send Received Amount Name Date & Time Status Still no have exchanges.

INCOMPLETE EXCHANGES


Send Received Amount Name Date & Time Status Still no have exchanges.

REVIEWS

Still no have testimonials.


TRACK EXCHANGE



Track

EXCHANGE LIMIT

Accept Minimum Maximum UPI 500 INR 10000 INR G Pay 500 INR 10000 INR Bkash 600
BDT 10000 BDT Nagad 600 BDT 10000 BDT Rocket 600 BDT 10000 BDT PayPal 6 USD 200
USD Skrill 6 USD 200 USD

OUR RESERVE


bKash Personal BDT
619755.88 BDT


Nagad Personal BDT
968366.2 BDT


BHIM UPI INR
172885.56 INR


Bank Trasfer INR
190479.2 INR


Rocket BDT
998162.5 BDT


Paytm INR
882286.26 INR


Google Pay INR
954444.98 INR


Phone Pay INR
19383.63 INR


PayPaL USD
100000 USD


Binance USD
499332 USD


QR Code INR
10000000 INR


Easy Paisa PKR
10000000 PKR


Jazz Cash PKR
10000000 PKR


E-Sewa NPR
1000000 NPR


Khalti NPR
10000000 NPR


eZcash LKR
1000000 LKR


Amazon GiftCard INR
100000000000 INR


PlayStore Card INR
1000000000 INR


×


← IMPORTANT NOTICE →




LOAN PAYMENT NOT ACCEPTED (CONTACT WHATSAPP)

"To ensure a safe and secure community, We require all users to verify their
accounts by submitting their Own Legal Documents."

Please Note That
"To Make a Exchange, Please ensure that the funds are transferred directly from
Your Own Bank Account."

"Those who pay through PayPal will receive the payment after 24 hours."

QUICK LINKS

 * Exchange
 * Testimonials
 * Affiliate
 * affiliate program

TERMS & SUPPORT

 * Frequently asked questions
 * Terms of services
 * Privacy Policy
 * About
 * Contact

FOLLOW US ON



LANGUAGE

 * Bangla
 * English
 * Hindi

Copyright © 2023 Safe Money BDT

×

LOGIN WITH YOUR ACCOUNT


SIGN UP

It's quick and easy
Full Name
Username
Email
Date Of Birth
Bangladesh (+880)UK (+44)Canada (+1)Algeria (+213)Andorra (+376)Angola
(+244)Anguilla (+1264)Antigua & Barbuda (+1268)Argentina (+54)Armenia
(+374)Aruba (+297)Australia (+61)Austria (+43)Azerbaijan (+994)Bahamas
(+1242)Bahrain (+973)Barbados (+1246)Belarus (+375)Belgium (+32)Belize
(+501)Benin (+229)Bermuda (+1441)Bhutan (+975)Bolivia (+591)Bosnia Herzegovina
(+387)Botswana (+267)Brazil (+55)Brunei (+673)Bulgaria (+359)Burkina Faso
(+226)Burundi (+257)Cambodia (+855)Cameroon (+237)Cape Verde Islands
(+238)Cayman Islands (+1345)Central African Republic (+236)Chile (+56)China
(+86)Colombia (+57)Mayotte (+269)Congo (+242)Cook Islands (+682)Costa Rica
(+506)Croatia (+385)Cuba (+53)Cyprus North (+90392)Cyprus South (+357)Czech
Republic (+42)Denmark (+45)Djibouti (+253)Dominican Republic (+1809)Ecuador
(+593)Egypt (+20)El Salvador (+503)Equatorial Guinea (+240)Eritrea (+291)Estonia
(+372)Ethiopia (+251)Falkland Islands (+500)Faroe Islands (+298)Fiji
(+679)Finland (+358)France (+33)French Guiana (+594)French Polynesia (+689)Gabon
(+241)Gambia (+220)Georgia (+7880)Germany (+49)Ghana (+233)Gibraltar
(+350)Greece (+30)Greenland (+299)Grenada (+1473)Guadeloupe (+590)Guam
(+671)Guatemala (+502)Guinea (+224)Guinea - Bissau (+245)Guyana (+592)Haiti
(+509)Honduras (+504)Hong Kong (+852)Hungary (+36)Iceland (+354)India
(+91)Indonesia (+62)Iran (+98)Iraq (+964)Ireland (+353)Israel (+972)Italy
(+39)Jamaica (+1876)Japan (+81)Jordan (+962)Uzbekistan (+7)Kenya (+254)Kiribati
(+686)Korea North (+850)Korea South (+82)Kuwait (+965)Kyrgyzstan (+996)Laos
(+856)Latvia (+371)Lebanon (+961)Lesotho (+266)Liberia (+231)Libya
(+218)Liechtenstein (+417)Lithuania (+370)Luxembourg (+352)Macao (+853)Macedonia
(+389)Madagascar (+261)Malawi (+265)Malaysia (+60)Maldives (+960)Mali
(+223)Malta (+356)Marshall Islands (+692)Martinique (+596)Mauritania
(+222)Mexico (+52)Micronesia (+691)Moldova (+373)Monaco (+377)Mongolia
(+976)Montserrat (+1664)Morocco (+212)Mozambique (+258)Myanmar (+95)Namibia
(+264)Nauru (+674)Nepal (+977)Netherlands (+31)New Caledonia (+687)New Zealand
(+64)Nicaragua (+505)Niger (+227)Nigeria (+234)Niue (+683)Norfolk Islands
(+672)Northern Marianas (+670)Norway (+47)Oman (+968)Palau (+680)Panama
(+507)Papua New Guinea (+675)Paraguay (+595)Peru (+51)Philippines (+63)Poland
(+48)Portugal (+351)Puerto Rico (+1787)Qatar (+974)Reunion (+262)Romania
(+40)Rwanda (+250)San Marino (+378)Sao Tome & Principe (+239)Saudi Arabia
(+966)Senegal (+221)Serbia (+381)Seychelles (+248)Sierra Leone (+232)Singapore
(+65)Slovak Republic (+421)Slovenia (+386)Solomon Islands (+677)Somalia
(+252)South Africa (+27)Spain (+34)Sri Lanka (+94)St. Helena (+290)St. Kitts
(+1869)St. Lucia (+1758)Sudan (+249)Suriname (+597)Swaziland (+268)Sweden
(+46)Switzerland (+41)Syria (+963)Taiwan (+886)Thailand (+66)Togo (+228)Tonga
(+676)Trinidad & Tobago (+1868)Tunisia (+216)Turkey (+90)Turkmenistan
(+993)Turks & Caicos Islands (+1649)Tuvalu (+688)Uganda (+256)Ukraine
(+380)United Arab Emirates (+971)Uruguay (+598)Vanuatu (+678)Vatican City
(+379)Venezuela (+58)Virgin Islands - US (+1340)Wallis & Futuna (+681)Yemen
(North)(+969)Yemen (South)(+967)Zambia (+260)Zimbabwe (+263)
Password

Confirm Password

By clicking Sign Up, you agree to our Terms and Privacy Policy. You may receive
SMS notifications from us.


TERMS OF SERVICE

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

Welcome to Safe Money BD!

These terms and conditions outline the rules and regulations for the use of Safe
Money BD's Website, located at https://safemoneybd.com/.

By accessing this website we assume you accept these terms and conditions. Do
not continue to use Safe Money BD if you do not agree to take all of the terms
and conditions stated on this page.

The following terminology applies to these Terms and Conditions, Privacy
Statement and Disclaimer Notice and all Agreements: "Client", "You" and "Your"
refers to you, the person log on this website and compliant to the Company’s
terms and conditions. "The Company", "Ourselves", "We", "Our" and "Us", refers
to our Company. "Party", "Parties", or "Us", refers to both the Client and
ourselves. All terms refer to the offer, acceptance and consideration of payment
necessary to undertake the process of our assistance to the Client in the most
appropriate manner for the express purpose of meeting the Client’s needs in
respect of provision of the Company’s stated services, in accordance with and
subject to, prevailing law of Netherlands. Any use of the above terminology or
other words in the singular, plural, capitalization and/or he/she or they, are
taken as interchangeable and therefore as referring to same.


COOKIES

We employ the use of cookies. By accessing Safe Money BD, you agreed to use
cookies in agreement with the Safe Money BD's Privacy Policy.

Most interactive websites use cookies to let us retrieve the user’s details for
each visit. Cookies are used by our website to enable the functionality of
certain areas to make it easier for people visiting our website. Some of our
affiliate/advertising partners may also use cookies.


LICENSE

Unless otherwise stated, Safe Money BD and/or its licensors own the intellectual
property rights for all material on Safe Money BD. All intellectual property
rights are reserved. You may access this from Safe Money BD for your own
personal use subjected to restrictions set in these terms and conditions.

You must not:

 * Republish material from Safe Money BD
 * Sell, rent or sub-license material from Safe Money BD
 * Reproduce, duplicate or copy material from Safe Money BD
 * Redistribute content from Safe Money BD

This Agreement shall begin on the date hereof. Our Terms and Conditions were
created with the help of the Free Terms and Conditions Generator.

Parts of this website offer an opportunity for users to post and exchange
opinions and information in certain areas of the website. Safe Money BD does not
filter, edit, publish or review Comments prior to their presence on the website.
Comments do not reflect the views and opinions of Safe Money BD,its agents
and/or affiliates. Comments reflect the views and opinions of the person who
post their views and opinions. To the extent permitted by applicable laws, Safe
Money BD shall not be liable for the Comments or for any liability, damages or
expenses caused and/or suffered as a result of any use of and/or posting of
and/or appearance of the Comments on this website.

Safe Money BD reserves the right to monitor all Comments and to remove any
Comments which can be considered inappropriate, offensive or causes breach of
these Terms and Conditions.

You warrant and represent that:

 * You are entitled to post the Comments on our website and have all necessary
   licenses and consents to do so;
 * The Comments do not invade any intellectual property right, including without
   limitation copyright, patent or trademark of any third party;
 * The Comments do not contain any defamatory, libelous, offensive, indecent or
   otherwise unlawful material which is an invasion of privacy
 * The Comments will not be used to solicit or promote business or custom or
   present commercial activities or unlawful activity.

You hereby grant Safe Money BD a non-exclusive license to use, reproduce, edit
and authorize others to use, reproduce and edit any of your Comments in any and
all forms, formats or media.


HYPERLINKING TO OUR CONTENT

The following organizations may link to our Website without prior written
approval:

 * Government agencies;
 * Search engines;
 * News organizations;
 * Online directory distributors may link to our Website in the same manner as
   they hyperlink to the Websites of other listed businesses; and
 * System wide Accredited Businesses except soliciting non-profit organizations,
   charity shopping malls, and charity fundraising groups which may not
   hyperlink to our Web site.

These organizations may link to our home page, to publications or to other
Website information so long as the link: (a) is not in any way deceptive; (b)
does not falsely imply sponsorship, endorsement or approval of the linking party
and its products and/or services; and (c) fits within the context of the linking
party’s site.

We may consider and approve other link requests from the following types of
organizations:

 * commonly-known consumer and/or business information sources;
 * dot.com community sites;
 * associations or other groups representing charities;
 * online directory distributors;
 * internet portals;
 * accounting, law and consulting firms; and
 * educational institutions and trade associations.

We will approve link requests from these organizations if we decide that: (a)
the link would not make us look unfavorably to ourselves or to our accredited
businesses; (b) the organization does not have any negative records with us; (c)
the benefit to us from the visibility of the hyperlink compensates the absence
of Safe Money BD; and (d) the link is in the context of general resource
information.

These organizations may link to our home page so long as the link: (a) is not in
any way deceptive; (b) does not falsely imply sponsorship, endorsement or
approval of the linking party and its products or services; and (c) fits within
the context of the linking party’s site.

If you are one of the organizations listed in paragraph 2 above and are
interested in linking to our website, you must inform us by sending an e-mail to
Safe Money BD. Please include your name, your organization name, contact
information as well as the URL of your site, a list of any URLs from which you
intend to link to our Website, and a list of the URLs on our site to which you
would like to link. Wait 2-3 weeks for a response.

Approved organizations may hyperlink to our Website as follows:

 * By use of our corporate name; or
 * By use of the uniform resource locator being linked to; or
 * By use of any other description of our Website being linked to that makes
   sense within the context and format of content on the linking party’s site.

No use of Safe Money BD's logo or other artwork will be allowed for linking
absent a trademark license agreement.


IFRAMES

Without prior approval and written permission, you may not create frames around
our Webpages that alter in any way the visual presentation or appearance of our
Website.


CONTENT LIABILITY

We shall not be hold responsible for any content that appears on your Website.
You agree to protect and defend us against all claims that is rising on your
Website. No link(s) should appear on any Website that may be interpreted as
libelous, obscene or criminal, or which infringes, otherwise violates, or
advocates the infringement or other violation of, any third party rights.


YOUR PRIVACY

Please read Privacy Policy


RESERVATION OF RIGHTS

We reserve the right to request that you remove all links or any particular link
to our Website. You approve to immediately remove all links to our Website upon
request. We also reserve the right to amen these terms and conditions and it’s
linking policy at any time. By continuously linking to our Website, you agree to
be bound to and follow these linking terms and conditions.


REMOVAL OF LINKS FROM OUR WEBSITE

If you find any link on our Website that is offensive for any reason, you are
free to contact and inform us any moment. We will consider requests to remove
links but we are not obligated to or so or to respond to you directly.

We do not ensure that the information on this website is correct, we do not
warrant its completeness or accuracy; nor do we promise to ensure that the
website remains available or that the material on the website is kept up to
date.


DISCLAIMER

To the maximum extent permitted by applicable law, we exclude all
representations, warranties and conditions relating to our website and the use
of this website. Nothing in this disclaimer will:

 * limit or exclude our or your liability for death or personal injury;
 * limit or exclude our or your liability for fraud or fraudulent
   misrepresentation;
 * limit any of our or your liabilities in any way that is not permitted under
   applicable law; or
 * exclude any of our or your liabilities that may not be excluded under
   applicable law.

The limitations and prohibitions of liability set in this Section and elsewhere
in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern
all liabilities arising under the disclaimer, including liabilities arising in
contract, in tort and for breach of statutory duty.

As long as the website and the information and services on the website are
provided free of charge, we will not be liable for any loss or damage of any
nature.

Close


PRIVACY POLICY

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


PRIVACY POLICY FOR SAFE MONEY BD

At Safe Money BD, accessible from https://safemoneybd.com/, one of our main
priorities is the privacy of our visitors. This Privacy Policy document contains
types of information that is collected and recorded by Safe Money BD and how we
use it.

If you have additional questions or require more information about our Privacy
Policy, do not hesitate to contact us.

This Privacy Policy applies only to our online activities and is valid for
visitors to our website with regards to the information that they shared and/or
collect in Safe Money BD. This policy is not applicable to any information
collected offline or via channels other than this website. Our Privacy Policy
was created with the help of the Free Privacy Policy Generator.


CONSENT

By using our website, you hereby consent to our Privacy Policy and agree to its
terms.


INFORMATION WE COLLECT

The personal information that you are asked to provide, and the reasons why you
are asked to provide it, will be made clear to you at the point we ask you to
provide your personal information.

If you contact us directly, we may receive additional information about you such
as your name, email address, phone number, the contents of the message and/or
attachments you may send us, and any other information you may choose to
provide.

When you register for an Account, we may ask for your contact information,
including items such as name, company name, address, email address, and
telephone number.


HOW WE USE YOUR INFORMATION

We use the information we collect in various ways, including to:

 * Provide, operate, and maintain our website
 * Improve, personalize, and expand our website
 * Understand and analyze how you use our website
 * Develop new products, services, features, and functionality
 * Communicate with you, either directly or through one of our partners,
   including for customer service, to provide you with updates and other
   information relating to the website, and for marketing and promotional
   purposes
 * Send you emails
 * Find and prevent fraud


LOG FILES

Safe Money BD follows a standard procedure of using log files. These files log
visitors when they visit websites. All hosting companies do this and a part of
hosting services' analytics. The information collected by log files include
internet protocol (IP) addresses, browser type, Internet Service Provider (ISP),
date and time stamp, referring/exit pages, and possibly the number of clicks.
These are not linked to any information that is personally identifiable. The
purpose of the information is for analyzing trends, administering the site,
tracking users' movement on the website, and gathering demographic information.


ADVERTISING PARTNERS PRIVACY POLICIES

You may consult this list to find the Privacy Policy for each of the advertising
partners of Safe Money BD.

Third-party ad servers or ad networks uses technologies like cookies,
JavaScript, or Web Beacons that are used in their respective advertisements and
links that appear on Safe Money BD, which are sent directly to users' browser.
They automatically receive your IP address when this occurs. These technologies
are used to measure the effectiveness of their advertising campaigns and/or to
personalize the advertising content that you see on websites that you visit.

Note that Safe Money BD has no access to or control over these cookies that are
used by third-party advertisers.


THIRD PARTY PRIVACY POLICIES

Safe Money BD's Privacy Policy does not apply to other advertisers or websites.
Thus, we are advising you to consult the respective Privacy Policies of these
third-party ad servers for more detailed information. It may include their
practices and instructions about how to opt-out of certain options.

You can choose to disable cookies through your individual browser options. To
know more detailed information about cookie management with specific web
browsers, it can be found at the browsers' respective websites.


CCPA PRIVACY RIGHTS (DO NOT SELL MY PERSONAL INFORMATION)

Under the CCPA, among other rights, California consumers have the right to:

Request that a business that collects a consumer's personal data disclose the
categories and specific pieces of personal data that a business has collected
about consumers.

Request that a business delete any personal data about the consumer that a
business has collected.

Request that a business that sells a consumer's personal data, not sell the
consumer's personal data.

If you make a request, we have one month to respond to you. If you would like to
exercise any of these rights, please contact us.


GDPR DATA PROTECTION RIGHTS

We would like to make sure you are fully aware of all of your data protection
rights. Every user is entitled to the following:

The right to access – You have the right to request copies of your personal
data. We may charge you a small fee for this service.

The right to rectification – You have the right to request that we correct any
information you believe is inaccurate. You also have the right to request that
we complete the information you believe is incomplete.

The right to erasure – You have the right to request that we erase your personal
data, under certain conditions.

The right to restrict processing – You have the right to request that we
restrict the processing of your personal data, under certain conditions.

The right to object to processing – You have the right to object to our
processing of your personal data, under certain conditions.

The right to data portability – You have the right to request that we transfer
the data that we have collected to another organization, or directly to you,
under certain conditions.

If you make a request, we have one month to respond to you. If you would like to
exercise any of these rights, please contact us.


CHILDREN'S INFORMATION

Another part of our priority is adding protection for children while using the
internet. We encourage parents and guardians to observe, participate in, and/or
monitor and guide their online activity.

Safe Money BD does not knowingly collect any Personal Identifiable Information
from children under the age of 13. If you think that your child provided this
kind of information on our website, we strongly encourage you to contact us
immediately and we will do our best efforts to promptly remove such information
from our records.

Close
Register
Already registered with us? Sign In

SIGN IN TO YOUR ACCOUNT TO CONTINUE.

Email
Password
Forgot password?

Remember me
Login
Not registered? Create an account
×

CREATE ACCOUNT FREE


SIGN UP

It's quick and easy
Full Name
Username
Email
Date Of Birth
Bangladesh (+880)UK (+44)Canada (+1)Algeria (+213)Andorra (+376)Angola
(+244)Anguilla (+1264)Antigua & Barbuda (+1268)Argentina (+54)Armenia
(+374)Aruba (+297)Australia (+61)Austria (+43)Azerbaijan (+994)Bahamas
(+1242)Bahrain (+973)Barbados (+1246)Belarus (+375)Belgium (+32)Belize
(+501)Benin (+229)Bermuda (+1441)Bhutan (+975)Bolivia (+591)Bosnia Herzegovina
(+387)Botswana (+267)Brazil (+55)Brunei (+673)Bulgaria (+359)Burkina Faso
(+226)Burundi (+257)Cambodia (+855)Cameroon (+237)Cape Verde Islands
(+238)Cayman Islands (+1345)Central African Republic (+236)Chile (+56)China
(+86)Colombia (+57)Mayotte (+269)Congo (+242)Cook Islands (+682)Costa Rica
(+506)Croatia (+385)Cuba (+53)Cyprus North (+90392)Cyprus South (+357)Czech
Republic (+42)Denmark (+45)Djibouti (+253)Dominican Republic (+1809)Ecuador
(+593)Egypt (+20)El Salvador (+503)Equatorial Guinea (+240)Eritrea (+291)Estonia
(+372)Ethiopia (+251)Falkland Islands (+500)Faroe Islands (+298)Fiji
(+679)Finland (+358)France (+33)French Guiana (+594)French Polynesia (+689)Gabon
(+241)Gambia (+220)Georgia (+7880)Germany (+49)Ghana (+233)Gibraltar
(+350)Greece (+30)Greenland (+299)Grenada (+1473)Guadeloupe (+590)Guam
(+671)Guatemala (+502)Guinea (+224)Guinea - Bissau (+245)Guyana (+592)Haiti
(+509)Honduras (+504)Hong Kong (+852)Hungary (+36)Iceland (+354)India
(+91)Indonesia (+62)Iran (+98)Iraq (+964)Ireland (+353)Israel (+972)Italy
(+39)Jamaica (+1876)Japan (+81)Jordan (+962)Uzbekistan (+7)Kenya (+254)Kiribati
(+686)Korea North (+850)Korea South (+82)Kuwait (+965)Kyrgyzstan (+996)Laos
(+856)Latvia (+371)Lebanon (+961)Lesotho (+266)Liberia (+231)Libya
(+218)Liechtenstein (+417)Lithuania (+370)Luxembourg (+352)Macao (+853)Macedonia
(+389)Madagascar (+261)Malawi (+265)Malaysia (+60)Maldives (+960)Mali
(+223)Malta (+356)Marshall Islands (+692)Martinique (+596)Mauritania
(+222)Mexico (+52)Micronesia (+691)Moldova (+373)Monaco (+377)Mongolia
(+976)Montserrat (+1664)Morocco (+212)Mozambique (+258)Myanmar (+95)Namibia
(+264)Nauru (+674)Nepal (+977)Netherlands (+31)New Caledonia (+687)New Zealand
(+64)Nicaragua (+505)Niger (+227)Nigeria (+234)Niue (+683)Norfolk Islands
(+672)Northern Marianas (+670)Norway (+47)Oman (+968)Palau (+680)Panama
(+507)Papua New Guinea (+675)Paraguay (+595)Peru (+51)Philippines (+63)Poland
(+48)Portugal (+351)Puerto Rico (+1787)Qatar (+974)Reunion (+262)Romania
(+40)Rwanda (+250)San Marino (+378)Sao Tome & Principe (+239)Saudi Arabia
(+966)Senegal (+221)Serbia (+381)Seychelles (+248)Sierra Leone (+232)Singapore
(+65)Slovak Republic (+421)Slovenia (+386)Solomon Islands (+677)Somalia
(+252)South Africa (+27)Spain (+34)Sri Lanka (+94)St. Helena (+290)St. Kitts
(+1869)St. Lucia (+1758)Sudan (+249)Suriname (+597)Swaziland (+268)Sweden
(+46)Switzerland (+41)Syria (+963)Taiwan (+886)Thailand (+66)Togo (+228)Tonga
(+676)Trinidad & Tobago (+1868)Tunisia (+216)Turkey (+90)Turkmenistan
(+993)Turks & Caicos Islands (+1649)Tuvalu (+688)Uganda (+256)Ukraine
(+380)United Arab Emirates (+971)Uruguay (+598)Vanuatu (+678)Vatican City
(+379)Venezuela (+58)Virgin Islands - US (+1340)Wallis & Futuna (+681)Yemen
(North)(+969)Yemen (South)(+967)Zambia (+260)Zimbabwe (+263)
Password

Confirm Password

By clicking Sign Up, you agree to our Terms and Privacy Policy. You may receive
SMS notifications from us.


TERMS OF SERVICE

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

Welcome to Safe Money BD!

These terms and conditions outline the rules and regulations for the use of Safe
Money BD's Website, located at https://safemoneybd.com/.

By accessing this website we assume you accept these terms and conditions. Do
not continue to use Safe Money BD if you do not agree to take all of the terms
and conditions stated on this page.

The following terminology applies to these Terms and Conditions, Privacy
Statement and Disclaimer Notice and all Agreements: "Client", "You" and "Your"
refers to you, the person log on this website and compliant to the Company’s
terms and conditions. "The Company", "Ourselves", "We", "Our" and "Us", refers
to our Company. "Party", "Parties", or "Us", refers to both the Client and
ourselves. All terms refer to the offer, acceptance and consideration of payment
necessary to undertake the process of our assistance to the Client in the most
appropriate manner for the express purpose of meeting the Client’s needs in
respect of provision of the Company’s stated services, in accordance with and
subject to, prevailing law of Netherlands. Any use of the above terminology or
other words in the singular, plural, capitalization and/or he/she or they, are
taken as interchangeable and therefore as referring to same.


COOKIES

We employ the use of cookies. By accessing Safe Money BD, you agreed to use
cookies in agreement with the Safe Money BD's Privacy Policy.

Most interactive websites use cookies to let us retrieve the user’s details for
each visit. Cookies are used by our website to enable the functionality of
certain areas to make it easier for people visiting our website. Some of our
affiliate/advertising partners may also use cookies.


LICENSE

Unless otherwise stated, Safe Money BD and/or its licensors own the intellectual
property rights for all material on Safe Money BD. All intellectual property
rights are reserved. You may access this from Safe Money BD for your own
personal use subjected to restrictions set in these terms and conditions.

You must not:

 * Republish material from Safe Money BD
 * Sell, rent or sub-license material from Safe Money BD
 * Reproduce, duplicate or copy material from Safe Money BD
 * Redistribute content from Safe Money BD

This Agreement shall begin on the date hereof. Our Terms and Conditions were
created with the help of the Free Terms and Conditions Generator.

Parts of this website offer an opportunity for users to post and exchange
opinions and information in certain areas of the website. Safe Money BD does not
filter, edit, publish or review Comments prior to their presence on the website.
Comments do not reflect the views and opinions of Safe Money BD,its agents
and/or affiliates. Comments reflect the views and opinions of the person who
post their views and opinions. To the extent permitted by applicable laws, Safe
Money BD shall not be liable for the Comments or for any liability, damages or
expenses caused and/or suffered as a result of any use of and/or posting of
and/or appearance of the Comments on this website.

Safe Money BD reserves the right to monitor all Comments and to remove any
Comments which can be considered inappropriate, offensive or causes breach of
these Terms and Conditions.

You warrant and represent that:

 * You are entitled to post the Comments on our website and have all necessary
   licenses and consents to do so;
 * The Comments do not invade any intellectual property right, including without
   limitation copyright, patent or trademark of any third party;
 * The Comments do not contain any defamatory, libelous, offensive, indecent or
   otherwise unlawful material which is an invasion of privacy
 * The Comments will not be used to solicit or promote business or custom or
   present commercial activities or unlawful activity.

You hereby grant Safe Money BD a non-exclusive license to use, reproduce, edit
and authorize others to use, reproduce and edit any of your Comments in any and
all forms, formats or media.


HYPERLINKING TO OUR CONTENT

The following organizations may link to our Website without prior written
approval:

 * Government agencies;
 * Search engines;
 * News organizations;
 * Online directory distributors may link to our Website in the same manner as
   they hyperlink to the Websites of other listed businesses; and
 * System wide Accredited Businesses except soliciting non-profit organizations,
   charity shopping malls, and charity fundraising groups which may not
   hyperlink to our Web site.

These organizations may link to our home page, to publications or to other
Website information so long as the link: (a) is not in any way deceptive; (b)
does not falsely imply sponsorship, endorsement or approval of the linking party
and its products and/or services; and (c) fits within the context of the linking
party’s site.

We may consider and approve other link requests from the following types of
organizations:

 * commonly-known consumer and/or business information sources;
 * dot.com community sites;
 * associations or other groups representing charities;
 * online directory distributors;
 * internet portals;
 * accounting, law and consulting firms; and
 * educational institutions and trade associations.

We will approve link requests from these organizations if we decide that: (a)
the link would not make us look unfavorably to ourselves or to our accredited
businesses; (b) the organization does not have any negative records with us; (c)
the benefit to us from the visibility of the hyperlink compensates the absence
of Safe Money BD; and (d) the link is in the context of general resource
information.

These organizations may link to our home page so long as the link: (a) is not in
any way deceptive; (b) does not falsely imply sponsorship, endorsement or
approval of the linking party and its products or services; and (c) fits within
the context of the linking party’s site.

If you are one of the organizations listed in paragraph 2 above and are
interested in linking to our website, you must inform us by sending an e-mail to
Safe Money BD. Please include your name, your organization name, contact
information as well as the URL of your site, a list of any URLs from which you
intend to link to our Website, and a list of the URLs on our site to which you
would like to link. Wait 2-3 weeks for a response.

Approved organizations may hyperlink to our Website as follows:

 * By use of our corporate name; or
 * By use of the uniform resource locator being linked to; or
 * By use of any other description of our Website being linked to that makes
   sense within the context and format of content on the linking party’s site.

No use of Safe Money BD's logo or other artwork will be allowed for linking
absent a trademark license agreement.


IFRAMES

Without prior approval and written permission, you may not create frames around
our Webpages that alter in any way the visual presentation or appearance of our
Website.


CONTENT LIABILITY

We shall not be hold responsible for any content that appears on your Website.
You agree to protect and defend us against all claims that is rising on your
Website. No link(s) should appear on any Website that may be interpreted as
libelous, obscene or criminal, or which infringes, otherwise violates, or
advocates the infringement or other violation of, any third party rights.


YOUR PRIVACY

Please read Privacy Policy


RESERVATION OF RIGHTS

We reserve the right to request that you remove all links or any particular link
to our Website. You approve to immediately remove all links to our Website upon
request. We also reserve the right to amen these terms and conditions and it’s
linking policy at any time. By continuously linking to our Website, you agree to
be bound to and follow these linking terms and conditions.


REMOVAL OF LINKS FROM OUR WEBSITE

If you find any link on our Website that is offensive for any reason, you are
free to contact and inform us any moment. We will consider requests to remove
links but we are not obligated to or so or to respond to you directly.

We do not ensure that the information on this website is correct, we do not
warrant its completeness or accuracy; nor do we promise to ensure that the
website remains available or that the material on the website is kept up to
date.


DISCLAIMER

To the maximum extent permitted by applicable law, we exclude all
representations, warranties and conditions relating to our website and the use
of this website. Nothing in this disclaimer will:

 * limit or exclude our or your liability for death or personal injury;
 * limit or exclude our or your liability for fraud or fraudulent
   misrepresentation;
 * limit any of our or your liabilities in any way that is not permitted under
   applicable law; or
 * exclude any of our or your liabilities that may not be excluded under
   applicable law.

The limitations and prohibitions of liability set in this Section and elsewhere
in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern
all liabilities arising under the disclaimer, including liabilities arising in
contract, in tort and for breach of statutory duty.

As long as the website and the information and services on the website are
provided free of charge, we will not be liable for any loss or damage of any
nature.

Close


PRIVACY POLICY

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


PRIVACY POLICY FOR SAFE MONEY BD

At Safe Money BD, accessible from https://safemoneybd.com/, one of our main
priorities is the privacy of our visitors. This Privacy Policy document contains
types of information that is collected and recorded by Safe Money BD and how we
use it.

If you have additional questions or require more information about our Privacy
Policy, do not hesitate to contact us.

This Privacy Policy applies only to our online activities and is valid for
visitors to our website with regards to the information that they shared and/or
collect in Safe Money BD. This policy is not applicable to any information
collected offline or via channels other than this website. Our Privacy Policy
was created with the help of the Free Privacy Policy Generator.


CONSENT

By using our website, you hereby consent to our Privacy Policy and agree to its
terms.


INFORMATION WE COLLECT

The personal information that you are asked to provide, and the reasons why you
are asked to provide it, will be made clear to you at the point we ask you to
provide your personal information.

If you contact us directly, we may receive additional information about you such
as your name, email address, phone number, the contents of the message and/or
attachments you may send us, and any other information you may choose to
provide.

When you register for an Account, we may ask for your contact information,
including items such as name, company name, address, email address, and
telephone number.


HOW WE USE YOUR INFORMATION

We use the information we collect in various ways, including to:

 * Provide, operate, and maintain our website
 * Improve, personalize, and expand our website
 * Understand and analyze how you use our website
 * Develop new products, services, features, and functionality
 * Communicate with you, either directly or through one of our partners,
   including for customer service, to provide you with updates and other
   information relating to the website, and for marketing and promotional
   purposes
 * Send you emails
 * Find and prevent fraud


LOG FILES

Safe Money BD follows a standard procedure of using log files. These files log
visitors when they visit websites. All hosting companies do this and a part of
hosting services' analytics. The information collected by log files include
internet protocol (IP) addresses, browser type, Internet Service Provider (ISP),
date and time stamp, referring/exit pages, and possibly the number of clicks.
These are not linked to any information that is personally identifiable. The
purpose of the information is for analyzing trends, administering the site,
tracking users' movement on the website, and gathering demographic information.


ADVERTISING PARTNERS PRIVACY POLICIES

You may consult this list to find the Privacy Policy for each of the advertising
partners of Safe Money BD.

Third-party ad servers or ad networks uses technologies like cookies,
JavaScript, or Web Beacons that are used in their respective advertisements and
links that appear on Safe Money BD, which are sent directly to users' browser.
They automatically receive your IP address when this occurs. These technologies
are used to measure the effectiveness of their advertising campaigns and/or to
personalize the advertising content that you see on websites that you visit.

Note that Safe Money BD has no access to or control over these cookies that are
used by third-party advertisers.


THIRD PARTY PRIVACY POLICIES

Safe Money BD's Privacy Policy does not apply to other advertisers or websites.
Thus, we are advising you to consult the respective Privacy Policies of these
third-party ad servers for more detailed information. It may include their
practices and instructions about how to opt-out of certain options.

You can choose to disable cookies through your individual browser options. To
know more detailed information about cookie management with specific web
browsers, it can be found at the browsers' respective websites.


CCPA PRIVACY RIGHTS (DO NOT SELL MY PERSONAL INFORMATION)

Under the CCPA, among other rights, California consumers have the right to:

Request that a business that collects a consumer's personal data disclose the
categories and specific pieces of personal data that a business has collected
about consumers.

Request that a business delete any personal data about the consumer that a
business has collected.

Request that a business that sells a consumer's personal data, not sell the
consumer's personal data.

If you make a request, we have one month to respond to you. If you would like to
exercise any of these rights, please contact us.


GDPR DATA PROTECTION RIGHTS

We would like to make sure you are fully aware of all of your data protection
rights. Every user is entitled to the following:

The right to access – You have the right to request copies of your personal
data. We may charge you a small fee for this service.

The right to rectification – You have the right to request that we correct any
information you believe is inaccurate. You also have the right to request that
we complete the information you believe is incomplete.

The right to erasure – You have the right to request that we erase your personal
data, under certain conditions.

The right to restrict processing – You have the right to request that we
restrict the processing of your personal data, under certain conditions.

The right to object to processing – You have the right to object to our
processing of your personal data, under certain conditions.

The right to data portability – You have the right to request that we transfer
the data that we have collected to another organization, or directly to you,
under certain conditions.

If you make a request, we have one month to respond to you. If you would like to
exercise any of these rights, please contact us.


CHILDREN'S INFORMATION

Another part of our priority is adding protection for children while using the
internet. We encourage parents and guardians to observe, participate in, and/or
monitor and guide their online activity.

Safe Money BD does not knowingly collect any Personal Identifiable Information
from children under the age of 13. If you think that your child provided this
kind of information on our website, we strongly encourage you to contact us
immediately and we will do our best efforts to promptly remove such information
from our records.

Close
Register
Already registered with us? Sign In

SIGN IN TO YOUR ACCOUNT TO CONTINUE.

Email
Password
Forgot password?

Remember me
Login
Not registered? Create an account

With registering in you agree to our Terms of services and Privacy Policy




Scroll to top