www.transworld.com Open in urlscan Pro
182.66.212.214  Public Scan

Submitted URL: http://www.transworld.com/
Effective URL: https://www.transworld.com/
Submission: On February 05 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

<form id="div-contact-us-form">
  <div class="row">
    <div class="col-sm-6 mb-3">
      <label for="Name" class="form-label">Name<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="Name" placeholder="Enter your full name" name="">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="contact_number" class="form-label">Contact Number<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="contact_number" placeholder="Enter your contact number" name="" maxlength="10">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="email" class="form-label">Business Email<span class="text-danger"> *</span></label>
      <input type="email" class="form-control" id="email" placeholder="abc@examples.com" name="">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="Company" class="form-label">Company<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="Company" placeholder="Abc Pvt. Ltd." name="">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="Location" class="form-label">Location</label>
      <input type="text" class="form-control" id="Location" placeholder="" name="">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="Select_Service" class="form-label">Select Service</label>
      <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select id="Select_Service" multiple="multiple" placeholder="-Select Service-" class="SlectBox SumoUnder" required="" tabindex="-1">
          <option value="Air Freight">Air Freight</option>
          <option value="Road Freight">Road Freight</option>
          <option value="Rail Freight">Rail Freight</option>
          <option value="Sea Freight">Sea Freight</option>
          <option value="Aviation (Charter)">Aviation (Charter)</option>
          <option value="Custom Clearance">Custom Clearance</option>
          <option value="Project Cargo">Project Cargo</option>
          <option value="Multimodal">Multimodal</option>
          <option value="Ship Management">Ship Management</option>
          <option value="Buyers Console">Buyers Console</option>
          <option value="Refrigerated Logistics">Refrigerated Logistics</option>
          <option value="Warehousing and Distribution">Warehousing and Distribution</option>
          <option value="Ship Agency">Ship Agency</option>
          <option value="Liner Services">Liner Services</option>
          <option value="Art Logistics">Art Logistics</option>
          <option value="E-Commerce">E-Commerce</option>
          <option value="Real Estate">Real Estate</option>
          <option value="Feeder Services">Feeder Services</option>
          <option value="Ship Owning">Ship Owning</option>
          <option value="Others">Others</option>
        </select>
        <p class="CaptionCont SelectBox SlectBox" title=" -Select Service-"><span class="placeholder"> -Select Service-</span><label><i></i></label></p>
        <div class="optWrapper multiple">
          <ul class="options">
            <li class="opt"><span><i></i></span><label>Air Freight</label></li>
            <li class="opt"><span><i></i></span><label>Road Freight</label></li>
            <li class="opt"><span><i></i></span><label>Rail Freight</label></li>
            <li class="opt"><span><i></i></span><label>Sea Freight</label></li>
            <li class="opt"><span><i></i></span><label>Aviation (Charter)</label></li>
            <li class="opt"><span><i></i></span><label>Custom Clearance</label></li>
            <li class="opt"><span><i></i></span><label>Project Cargo</label></li>
            <li class="opt"><span><i></i></span><label>Multimodal</label></li>
            <li class="opt"><span><i></i></span><label>Ship Management</label></li>
            <li class="opt"><span><i></i></span><label>Buyers Console</label></li>
            <li class="opt"><span><i></i></span><label>Refrigerated Logistics</label></li>
            <li class="opt"><span><i></i></span><label>Warehousing and Distribution</label></li>
            <li class="opt"><span><i></i></span><label>Ship Agency</label></li>
            <li class="opt"><span><i></i></span><label>Liner Services</label></li>
            <li class="opt"><span><i></i></span><label>Art Logistics</label></li>
            <li class="opt"><span><i></i></span><label>E-Commerce</label></li>
            <li class="opt"><span><i></i></span><label>Real Estate</label></li>
            <li class="opt"><span><i></i></span><label>Feeder Services</label></li>
            <li class="opt"><span><i></i></span><label>Ship Owning</label></li>
            <li class="opt"><span><i></i></span><label>Others</label></li>
          </ul>
          <div class="MultiControls">
            <p tabindex="0" class="btnOk">OK</p>
            <p tabindex="0" class="btnCancel">Cancel</p>
          </div>
        </div>
      </div>
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-12 mb-3">
      <label for="Information" class="form-label">Information</label>
      <input type="text" class="form-control" id="Information" placeholder="Enter Information" name="">
      <span class="error_msg"></span>
    </div>
    <div class="col-sm-12 mb-3">
      <label class="form-label">Upload Documents</label>
      <div class="form-group files">
        <input type="file" id="Documents" class="form-control" multiple="">
        <div class="browse-files">Browse Files</div>
        <p>file format jpeg, png, pdf doc. .xlsx</p>
        <span class="error_msg"></span>
      </div>
      <div id="div-upload-file">
      </div>
    </div>
    <div class="text-center mt-4">
      <button type="button" class="btn btn-secondary btn-solid" onclick="contactUsSubmit()">SUBMIT</button>
      <button type="button" class="btn btn-primary btn-grey" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
    </div>
    <div class="text-center mt-4">
      <span id="SubmitSuccess" style="display: none;">Data submitted successfully</span>
      <span id="SubmitError" class="error_msg" style="display: none;">Something went wrong</span>
    </div>
  </div>
</form>

<form>
  <div class="input-group mt-0">
    <input type="text" class="form-control mb-0" id="tracking" placeholder="Enter a tracking ID" name="tracking">
    <button type="button" class="btn btn-primary btn-solid">Track</button>
  </div>
</form>

<form id="div-quote-form">
  <div class="row mb-4">
    <div class="col-sm-6 mb-3">
      <label for="quote_name" class="form-label">Name<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="quote_name" placeholder="Enter your full name" maxlength="100">
      <span class="error_msg">Required</span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="quote_mobile" class="form-label">Contact Number<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="quote_mobile" placeholder="Enter your contact number" maxlength="10" onkeypress="return isNumberKey(event);">
      <span class="error_msg">Required</span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="quote_email" class="form-label">Business Email<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="quote_email" placeholder="" maxlength="250">
      <span class="error_msg">Required</span>
    </div>
    <div class="col-sm-6 mb-3">
      <label for="quote_company" class="form-label">Company<span class="text-danger"> *</span></label>
      <input type="text" class="form-control" id="quote_company" placeholder="Abc Pvt. Ltd." maxlength="150">
      <span class="error_msg">Required</span>
    </div>
    <div class="col-sm-12 mb-3">
      <label for="Company" class="form-label">Shipping Mode</label>
      <div class="row m-0">
        <div class="form-check col-sm-2">
          <input type="radio" class="form-check-input" id="Quote_Shipping_Mode_Air" name="Quote_Shipping_Mode" value="Air">
          <label class="form-check-label" for="Quote_Shipping_Mode_Air">Air</label>
        </div>
        <div class="form-check col-sm-2">
          <input type="radio" class="form-check-input" id="Quote_Shipping_Mode_Land" name="Quote_Shipping_Mode" value="Land">
          <label class="form-check-label" for="Quote_Shipping_Mode_Land">Land</label>
        </div>
        <div class="form-check col-sm-2">
          <input type="radio" class="form-check-input" id="Quote_Shipping_Mode_Sea" name="Quote_Shipping_Mode" value="Sea">
          <label class="form-check-label" for="Quote_Shipping_Mode_Sea">Sea</label>
        </div>
        <div id="div-quote-ship-mode-art" class="form-check col-sm-3" style="display:none">
          <input type="radio" class="form-check-input" id="Quote_Shipping_Mode_Art_Logistics" name="Quote_Shipping_Mode" value="Art_Logistics">
          <label class="form-check-label" for="Quote_Shipping_Mode_Art_Logistics">Art Logistics</label>
        </div>
        <div id="div-quote-ship-mode-other" class="form-check col-sm-3">
          <input type="radio" class="form-check-input" id="Quote_Shipping_Mode_Other_Services" name="Quote_Shipping_Mode" value="Other Services">
          <label class="form-check-label" for="Quote_Shipping_Mode_Other_Services">Other Services</label>
        </div>
      </div>
      <span id="Quote_Shipping_Mode_error" class="error_msg">Required</span>
    </div>
    <!-- air start -->
    <div id="DivQuote_Air" class="row div-quote-inner" style="display: none;">
      <div class="col-sm-6 mb-3 autocomplete">
        <label for="quote_air_origin" class="form-label">Origin</label>
        <input type="text" class="form-control" id="quote_air_origin" placeholder="City">
      </div>
      <div class="col-sm-6 mb-3 autocomplete">
        <label for="quote_air_destination" class="form-label">Destination</label>
        <input type="text" class="form-control" id="quote_air_destination" placeholder="City">
      </div>
      <div class="col-sm-12 mb-3">
        <label for="Destination" class="form-label">Dimensions</label>
        <div class="row">
          <div class="col-sm-4">
            <div class="input-group">
              <input type="text" onkeypress="return IsNumberWithDigit(event);" class="form-control" id="quote_air_dim_length" placeholder="Length">
              <span class="input-group-text">cm</span>
              <span class="error_msg">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_air_dim_width" placeholder="Width" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_air_dim_height" placeholder="Height" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg">Required</span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-sm-12">
        <div class="row">
          <div class="col-sm-5">
            <label for="kg" class="form-label">Weight of package</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" name="quote_air_package_weight" placeholder="" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">KG</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-3">
            <label for="Quantity" class="form-label">Quantity</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" name="quote_air_package_qty" placeholder="" onkeypress="return  isNumberKey(event);">
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
        <p id="quote_air_package_add_p_tag">
          <a onclick="AddMorePackageFields('quote_air_package_add_p_tag','quote_air_package_weight','quote_air_package_qty')" href="javascript:;" class="color-blue"><img src="/images/plus-circle-form.png" width="" height="" alt=""> Add more Fields</a>
        </p>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_air_cargo_info" class="form-label">Write About Cargo/Goods</label>
        <textarea class="form-control" id="quote_air_cargo_info" rows="4" placeholder="Description"></textarea>
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_air_cargo_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_air_cargo_comments" placeholder="Cargo Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input type="file" id="quote_Air_files" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_Air_files_error" class="error_msg">Required</span>
        <div id="div-quote-air-file">
        </div>
      </div>
    </div>
    <!-- air end -->
    <!-- Land start -->
    <div id="DivQuote_Land" class="row div-quote-inner" style="display: none;">
      <div class="col-sm-12">
        <div class="row">
          <div class="col-sm-6 mb-3 autocomplete">
            <label for="quote_land_origin" class="form-label">From</label>
            <input type="text" class="form-control" id="quote_land_origin" placeholder="City">
          </div>
          <div class="col-sm-6 mb-3 autocomplete">
            <label for="quote_land_destination" class="form-label">To</label>
            <input type="text" class="form-control" id="quote_land_destination" placeholder="City">
          </div>
        </div>
      </div>
      <div class="col-sm-8 mb-3">
        <label for="Company" class="form-label">Shipment Type</label>
        <div class="row m-0">
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="LTL" name="quote_land_shipment_type" value="LTL">
            <label class="form-check-label" for="LTL">LTL</label>
          </div>
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="FTL" name="quote_land_shipment_type" value="FTL">
            <label class="form-check-label" for="FTL">FTL</label>
          </div>
        </div>
        <span class="error_msg">Required</span>
      </div>
    </div>
    <!-- Land end -->
    <!-- Land LTL start -->
    <div id="DivQuote_Land_LTL" class="row div-quote-inner div-quote-land-ship-type" style="display: none;">
      <div class="col-sm-12 mb-3">
        <label for="Destination" class="form-label">Dimensions</label>
        <div class="row">
          <div class="col-sm-4">
            <div class="input-group">
              <input type="text" class="form-control" id="quote_land_ltl_dim_length" placeholder="Length" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_land_ltl_dim_width" placeholder="Width" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_land_ltl_dim_heigth" placeholder="Height" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-sm-12">
        <div class="row">
          <div class="col-sm-5">
            <label for="kg" class="form-label">Weight of package</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" name="quote_land_ltl_package_weight" placeholder="" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">KG</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-3">
            <label for="Quantity" class="form-label">Quantity</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" name="quote_land_ltl_package_qty" placeholder="" onkeypress="return isNumberKey(event);">
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
        <p id="quote_land_package_add_p_tag">
          <a href="javascript:;" onclick="AddMorePackageFields('quote_land_package_add_p_tag','quote_land_ltl_package_weight','quote_land_ltl_package_qty')" class="color-blue"><img src="/images/plus-circle-form.png" width="" height="" alt=""> Add more Fields</a>
        </p>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_land_ltl_info" class="form-label">Write About Cargo/Goods</label>
        <textarea class="form-control" id="quote_land_ltl_info" rows="4" placeholder="Description"></textarea>
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_land_ltl_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_land_ltl_comments" placeholder="Cargo Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input type="file" id="quote_land_ltl_files" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_land_ltl_files_error" class="error_msg">Required</span>
        <div id="div-quote-land-ltl-file">
        </div>
      </div>
    </div>
    <!-- Land LTL end -->
    <!-- Land FTL start -->
    <div id="DivQuote_Land_FTL" class="row div-quote-inner div-quote-land-ship-type" style="display: none;">
      <div class="col-sm-6 mb-3">
        <label for="Shipping_Mode" class="form-label">Type of Vehicle</label>
        <select id="quote_land_ftl_vehicle_type">
          <option value="">Select Vehicle</option>
          <option value="Open Half Body">Open Half Body</option>
          <option value="Open Full Body">Open Full Body</option>
          <option value="Half Body Trailer&nbsp;">Half Body Trailer&nbsp;</option>
          <option value="Flatbed">Flatbed</option>
          <option value="Lowbed">Lowbed</option>
          <option value="Full Body Trailer&nbsp;">Full Body Trailer&nbsp;</option>
          <option value="Standard Container&nbsp;">Standard Container&nbsp;</option>
          <option value="High-Cube Container&nbsp;">High-Cube Container&nbsp;</option>
          <option value="LCV Open Half Body&nbsp;">LCV Open Half Body&nbsp;</option>
          <option value="LCV Open Full Body&nbsp;">LCV Open Full Body&nbsp;</option>
          <option value="LCV Standard Container">LCV Standard Container</option>
          <option value="LCV High Cube Container&nbsp;">LCV High Cube Container&nbsp;</option>
          <option value="Tanker&nbsp;">Tanker&nbsp;</option>
          <option value="Dumper Bulker">Dumper Bulker</option>
          <option value="Tipper&nbsp;">Tipper&nbsp;</option>
          <option value="Mini Truck&nbsp;">Mini Truck&nbsp;</option>
          <option value="Pickup Truck&nbsp;">Pickup Truck&nbsp;</option>
          <option value="20 feet flatbed trailer&nbsp;">20 feet flatbed trailer&nbsp;</option>
          <option value="40 feet flatbed trailer&nbsp;">40 feet flatbed trailer&nbsp;</option>
          <option value="ISO tank carrier&nbsp;">ISO tank carrier&nbsp;</option>
          <option value="20 feet containerized body truck">20 feet containerized body truck </option>
          <option value="22 feet containerized body truck">22 feet containerized body truck </option>
          <option value="24 feet containerized body truck">24 feet containerized body truck </option>
          <option value="28 feet containerized body truck">28 feet containerized body truck </option>
          <option value="32 feet containerized body truck">32 feet containerized body truck </option>
          <option value="32 feet single axel">32 feet single axel</option>
          <option value="407 Van&nbsp;">407 Van&nbsp;</option>
          <option value="32 feet multi axel containerized body truck">32 feet multi axel containerized body truck</option>
          <option value="Taurus Vehicle">Taurus Vehicle</option>
          <option value="High Bed Trailer">High Bed Trailer</option>
          <option value="Semi Lowbed Trailer">Semi Lowbed Trailer</option>
          <option value="40 feet reefer vehicle">40 feet reefer vehicle</option>
          <option value="Auto Carrier">Auto Carrier</option>
          <option value="Trailer&nbsp;">Trailer&nbsp;</option>
          <option value="40 feet double axel reefer vehicle">40 feet double axel reefer vehicle</option>
          <option value="40 feet three axel reefer vehicle">40 feet three axel reefer vehicle </option>
        </select>
        <span class="error_msg">Required</span>
      </div>
      <div>
        <div class="col-sm-12">
          <label for="quote_land_ftl_qty" class="form-label">Quantity</label>
          <div class="input-group mb-3">
            <input type="text" onkeypress="return isNumberKey(event);" class="form-control" id="quote_land_ftl_qty" placeholder="">
            <span class="error_msg error-home">Required</span>
          </div>
        </div>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_land_ftl_info" class="form-label">Write About Cargo/Goods</label>
        <textarea class="form-control" id="quote_land_ftl_info" rows="4" placeholder="Description"></textarea>
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_land_ftl_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_land_ftl_comments" placeholder="Cargo Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input id="quote_land_ftl_files" type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_land_ftl_files_error" class="error_msg">Required</span>
        <div id="div-quote-land-ftl-file">
        </div>
      </div>
    </div>
    <!-- Land FTL end -->
    <!-- Sea start -->
    <div id="DivQuote_Sea" class="row div-quote-inner" style="display: none;">
      <div class="col-sm-6 mb-3 autocomplete">
        <label for="quote_sea_origin" class="form-label">Origin</label>
        <input type="text" class="form-control" id="quote_sea_origin" placeholder="City">
        <!-- <select id="quote_sea_origin">
                                    <option value="">Select City</option>
                                </select>
                                <span class="error_msg">Required</span> -->
      </div>
      <div class="col-sm-6 mb-3 autocomplete">
        <label for="quote_sea_destination" class="form-label">Destination</label>
        <input type="text" class="form-control" id="quote_sea_destination" placeholder="City">
        <!-- <select id="quote_sea_destination">
                                    <option value="">Select City</option>
                                </select>
                                <span class="error_msg">Required</span> -->
      </div>
      <div class="col-sm-8 mb-3">
        <label for="Company" class="form-label">Shipment Type</label>
        <div class="row m-0">
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="LCL" name="quote_sea_shipment_type" value="LCL">
            <label class="form-check-label" for="LCL">LCL</label>
          </div>
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="FCL" name="quote_sea_shipment_type" value="FCL">
            <label class="form-check-label" for="FCL">FCL</label>
          </div>
        </div>
        <span class="error_msg">Required</span>
      </div>
    </div>
    <!-- Sea end -->
    <!-- Sea LCL start -->
    <div id="DivQuote_Sea_LCL" class="row div-quote-inner div-quote-sea-ship-type" style="display: none;">
      <div class="col-sm-12 mb-3">
        <label for="Destination" class="form-label">Dimensions</label>
        <div class="row">
          <div class="col-sm-4">
            <div class="input-group">
              <input type="text" class="form-control" id="quote_sea_lcl_dim_length" onkeypress="return IsNumberWithDigit(event);" placeholder="Length">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_sea_lcl_dim_width" onkeypress="return IsNumberWithDigit(event);" placeholder="Width">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_sea_lcl_dim_heigth" placeholder="Height" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-sm-12">
        <div class="row">
          <div class="col-sm-5">
            <label for="kg" class="form-label">Weight of package</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" name="quote_sea_lcl_package_weight" placeholder="" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">KG</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-3">
            <label for="Quantity" class="form-label">Quantity</label>
            <div class="input-group mb-3">
              <input type="text" class="form-control" onkeypress="return  isNumberKey(event);" name="quote_sea_lcl_package_qty" placeholder="">
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
        <p id="quote_sea_package_add_p_tag">
          <a onclick="AddMorePackageFields('quote_sea_package_add_p_tag','quote_sea_lcl_package_weight','quote_sea_lcl_package_qty')" href="javascript:;" class="color-blue"><img src="/images/plus-circle-form.png" width="" height="" alt=""> Add more Fields</a>
        </p>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_sea_lcl_info" class="form-label">Write About Cargo/Goods</label>
        <textarea class="form-control" id="quote_sea_lcl_info" rows="4" placeholder="Description"></textarea>
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_sea_lcl_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_sea_lcl_comments" placeholder="Cargo Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input id="quote_sea_lcl_files" type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_sea_lcl_files_error" class="error_msg">Required</span>
        <div id="div-quote_sea_lcl-file">
        </div>
      </div>
    </div>
    <!-- Sea LCL end -->
    <!-- Sea FCL start -->
    <div id="DivQuote_Sea_FCL" class="row div-quote-inner div-quote-sea-ship-type" style="display: none;">
      <div class="col-sm-12">
        <div class="row">
          <div class="col-sm-6 mb-3">
            <label for="" class="form-label">Select Container Type</label>
            <select name="quote_sea_fcl_container_type">
              <option value="">Select</option>
              <option value="(22B0) 20 BULK CONTAINER">(22B0) 20 BULK CONTAINER</option>
              <option value="(46P3) 40 HIGH CUBE CONT.  (COLLAPSIBLE)">(46P3) 40 HIGH CUBE CONT. (COLLAPSIBLE)</option>
              <option value="(42R1) 40 REEFER FORTY FEET NORMAL CONTAINER">(42R1) 40 REEFER FORTY FEET NORMAL CONTAINER</option>
              <option value="(L5G1) 45 GENERAL PURPOSE FORTY FIVE FEET HIGH CUBE CONTAINER"> (L5G1) 45 GENERAL PURPOSE FORTY FIVE FEET HIGH CUBE CONTAINER</option>
              <option value="(42P3) 40 FLAT FORTY FEET (COLLAPSIBLE)">(42P3) 40 FLAT FORTY FEET (COLLAPSIBLE)</option>
              <option value="(20T1) 20 TANK TWENTY FEET CONTAINER">(20T1) 20 TANK TWENTY FEET CONTAINER</option>
              <option value="(22G1) 20 GENERAL PURPOSE TWENTY FEET  CONT.">(22G1) 20 GENERAL PURPOSE TWENTY FEET CONT.</option>
              <option value="(22T0) 20 TANK TWENTY FEET NORMAL CONTAINER">(22T0) 20 TANK TWENTY FEET NORMAL CONTAINER</option>
              <option value="(45G1) 40 HIGH CUBE FORTY FEET CONTAINER">(45G1) 40 HIGH CUBE FORTY FEET CONTAINER</option>
              <option value="(45G0) 40 HIGH CUBE FORTY FEET NORMAL CONT">(45G0) 40 HIGH CUBE FORTY FEET NORMAL CONT</option>
              <option value="(42G1) 40 GENERAL PURPOSE FORTY FEET CONTAINER">(42G1) 40 GENERAL PURPOSE FORTY FEET CONTAINER</option>
              <option value="(22U1) 20 OPEN TOP TWENTY FEET CONTAINER">(22U1) 20 OPEN TOP TWENTY FEET CONTAINER</option>
              <option value="(20T0) 20 TANK TWENTY FEET CONTAINER">(20T0) 20 TANK TWENTY FEET CONTAINER</option>
              <option value="(22P9) 20 FLAT RACK COLLAPSIBLE">(22P9) 20 FLAT RACK COLLAPSIBLE</option>
              <option value="(42T2) 40 TANK FOURTY FEET CONTAINER">(42T2) 40 TANK FOURTY FEET CONTAINER</option>
              <option value="(22P1) 20 FLAT (FIXED ENDS)">(22P1) 20 FLAT (FIXED ENDS) </option>
              <option value="(20GP) 20 TWENTY FEET GENERAL PURPOSE CONT.">(20GP) 20 TWENTY FEET GENERAL PURPOSE CONT.</option>
              <option value="(22T6) 20 TANK CONTAINER">(22T6) 20 TANK CONTAINER</option>
              <option value="(25G0) 20 HIGH CUBE TWENTY FEET CONT.">(25G0) 20 HIGH CUBE TWENTY FEET CONT.</option>
              <option value="(42G0) 40 GENERAL PURPOSE FORTY FEET NORMAL CONTAINER">(42G0) 40 GENERAL PURPOSE FORTY FEET NORMAL CONTAINER</option>
              <option value="(42P1) 40 FLAT (FIXED ENDS)">(42P1) 40 FLAT (FIXED ENDS) </option>
              <option value="(25U1) 20 OPEN TOP HIGH CUBE TWENTY FEET CONTAINER">(25U1) 20 OPEN TOP HIGH CUBE TWENTY FEET CONTAINER</option>
              <option value="(22R1) 20 REEFER TWENTY FEET CONTAINER">(22R1) 20 REEFER TWENTY FEET CONTAINER</option>
              <option value="(45U1) 40 OPEN TOP HIGH CUBE FORTY FEET CONTAINER">(45U1) 40 OPEN TOP HIGH CUBE FORTY FEET CONTAINER</option>
              <option value="(42U1) 40 OPEN TOP FORTY FEET CONTAINER">(42U1) 40 OPEN TOP FORTY FEET CONTAINER</option>
              <option value="(22P3) 20 FLAT TWENTY FEET (COLLAPSIBLE)">(22P3) 20 FLAT TWENTY FEET (COLLAPSIBLE)</option>
              <option value="(40BB) 40 BUNDLE CONTAINER">(40BB) 40 BUNDLE CONTAINER </option>
              <option value="(45R1) 40 REEFER HIGH CUBE FORTY FEET CONTAINER">(45R1) 40 REEFER HIGH CUBE FORTY FEET CONTAINER</option>
              <option value="(22G0) 20 GENERAL PURPOSE TWENTY FEET NORMAL CONT">(22G0) 20 GENERAL PURPOSE TWENTY FEET NORMAL CONT</option>
              <option value="(20BB) 20 BUNDLE DRY CONTAINER">(20BB) 20 BUNDLE DRY CONTAINER</option>
              <option value="(22GP) 20 GENERAL PURPOSE TWENTY FEET  CONTAINER">(22GP) 20 GENERAL PURPOSE TWENTY FEET CONTAINER</option>
            </select>
            <span class="error_msg">Required</span>
          </div>
          <div class="col-sm-5 mb-3">
            <label for="quote_sea_fcl_number_of_container" class="form-label">Number of Container</label>
            <input type="text" class="form-control" id="quote_sea_fcl_number_of_container" name="quote_sea_fcl_number_of_container" placeholder="Enter Number of Container" onkeypress="return isNumberKey(event);">
            <span class="error_msg">Required</span>
          </div>
        </div>
        <p id="quote_sea_fcl_container_add_p_tag"><a onclick="AddMoreSeaContainerTypeFields()" href="javascript:;" class="color-blue"><img src="/images/plus-circle-form.png" width="" height="" alt=""> Add more Fields</a></p>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_sea_fcl_info" class="form-label">Write About Cargo/Goods</label>
        <textarea class="form-control" id="quote_sea_fcl_info" rows="4" placeholder="Description"></textarea>
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_sea_fcl_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_sea_fcl_comments" placeholder="Cargo Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input id="quote_sea_fcl_files" type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_sea_fcl_files_error" class="error_msg">Required</span>
        <div id="div-quote_sea_fcl-file">
        </div>
      </div>
    </div>
    <!-- Sea FCL end -->
    <!--  Other Services start -->
    <div id="DivQuote_Other" class="row div-quote-inner" style="display: none;">
      <div class="col-sm-6 mb-3">
        <label for="Location" class="form-label">Location</label>
        <select id="Location" class="location">
          <option value="">Mumbai</option>
          <option value="">Delhi</option>
          <option value="">Andhra Pradesh</option>
        </select>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="Select_Service" class="form-label">Select Service</label>
        <select id="Select_Service">
          <option>Air Freight</option>
          <option>Road Freight</option>
          <option>Rail Freight</option>
          <option>Sea Freight</option>
          <option>Aviation (Charter)</option>
          <option>Custom Clearance</option>
          <option>Project Cargo</option>
          <option>Multimodal</option>
          <option>Ship Management</option>
          <option>Buyers Console</option>
          <option>Refrigerated</option>
          <option>Logistics</option>
          <option>Warehousing and Distribution</option>
          <option>Ship Agency</option>
          <option>Liner Services</option>
          <option>Art Logistics</option>
          <option>E-Commerce</option>
          <option>Real Estate</option>
          <option>Feeder Services</option>
          <option>Ship Owning</option>
          <option>Others</option>
        </select>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="Information" class="form-label">Information</label>
        <input type="text" class="form-control" id="Information" placeholder="Enter Information" name="">
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <div class="file-name">
          <div class="file-name">
            <img src="/images/file.svg" width="" height="" alt=""> <span>1 invoice.pdf</span>
          </div>
          <div class="file-size">
            <a href="javascript:;">
                                            <img src="/images/trash.svg" width="" height="" alt="">
                                        </a>
          </div>
        </div>
      </div>
    </div>
    <!--  Other Services end -->
    <!-- Art logisticsstart -->
    <div id="DivQuote_Art_Logistics" class="row div-quote-inner" style="display: none;">
      <div class="col-sm-6 mb-3">
        <label for="quote_art_origin" class="form-label">Origin City and Country</label>
        <input type="text" class="form-control" id="quote_art_origin" name="" placeholder="City,Country">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="quote_art_destination" class="form-label">Destination</label>
        <input type="text" class="form-control" id="quote_art_destination" name="" placeholder="City,Country">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="Company" class="form-label">Insurance Required</label>
        <div class="row m-0">
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_insurance_req" value="Yes">
            <label class="form-check-label" for="">Yes</label>
          </div>
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_insurance_req" value="No">
            <label class="form-check-label" for="">No</label>
          </div>
        </div>
        <span id="quote_art_insurance_req_error" class="error_msg">Required</span>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="" class="form-label">Type</label>
        <select id="quote_art_type">
          <option value=""></option>
          <option value="Sale">Sale</option>
          <option value="Exhibition">Exhibition</option>
        </select>
        <span class="error_msg">Required</span>
      </div>
    </div>
    <!-- Art logisticsend -->
    <!-- Art logistics Sale start -->
    <div id="DivQuote_Art_Sale" class="row div-quote-inner div-quote-art-type" style="display: none;">
      <div class="col-sm-6 mb-3">
        <label for="Company" class="form-label">Packaging Required</label>
        <div class="row m-0">
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_sale_pack_req" value="Yes">
            <label class="form-check-label" for="">Yes</label>
          </div>
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_sale_pack_req" value="No">
            <label class="form-check-label" for="">No</label>
          </div>
        </div>
        <span id="quote_art_sale_pack_req_error" class="error_msg">Required</span>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="quote_art_sale_pieces" class="form-label">Pieces</label>
        <input type="text" class="form-control" id="quote_art_sale_pieces" placeholder="Pieces">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="Destination" class="form-label">Dimensions</label>
        <div class="row">
          <div class="col-sm-4">
            <div class="input-group">
              <input type="text" class="form-control" id="quote_art_sale_dim_length" placeholder="Length" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_art_sale_dim_width" placeholder="Width" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_art_sale_dim_heigth" placeholder="Height" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_art_sale_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_art_sale_comments" placeholder="Enter Information" name="">
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input id="quote_art_sale_files" type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_art_sale_files_error" class="error_msg">Required</span>
        <div id="div-art_sale-file">
        </div>
      </div>
    </div>
    <!-- Art logistics Sale end -->
    <!-- Art logistics exhibition start -->
    <div id="DivQuote_Art_Exhibition" class="row div-quote-inner div-quote-art-type" style="display: none;">
      <div class="col-sm-6 mb-3">
        <label for="Company" class="form-label">Packaging Required</label>
        <div class="row m-0">
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_exhibition_pack_req" value="Yes">
            <label class="form-check-label" for="">Yes</label>
          </div>
          <div class="form-check col-sm-2">
            <input type="radio" class="form-check-input" id="" name="quote_art_exhibition_pack_req" value="No">
            <label class="form-check-label" for="">No</label>
          </div>
        </div>
        <span id="quote_art_exhibition_pack_req_error" class="error_msg">Required</span>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="quote_art_exhibition_weight" class="form-label">Weight in KG/Ton</label>
        <div class="input-group">
          <input type="text" class="form-control" onkeypress="return IsNumberWithDigit(event);" id="quote_art_exhibition_weight" placeholder="">
          <span class="input-group-text">KG</span>
          <span class="error_msg">Required</span>
        </div>
      </div>
      <div class="col-sm-6 mb-3">
        <label for="quote_art_exhibition_pieces" class="form-label">Pieces</label>
        <input type="text" class="form-control" id="quote_art_exhibition_pieces" placeholder="Description">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="Destination" class="form-label">Dimensions</label>
        <div class="row">
          <div class="col-sm-4">
            <div class="input-group">
              <input type="text" class="form-control" id="quote_art_exhibition_length" placeholder="Length" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_art_exhibition_width" placeholder="Width" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="quote_art_exhibition_height" placeholder="Height" onkeypress="return IsNumberWithDigit(event);">
              <span class="input-group-text">cm</span>
              <span class="error_msg error-home">Required</span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-sm-12 mb-3">
        <label for="quote_art_exhibition_comments" class="form-label">Information</label>
        <input type="text" class="form-control" id="quote_art_exhibition_comments" placeholder="Enter Information" name="">
        <span class="error_msg">Required</span>
      </div>
      <div class="col-sm-12 mb-3">
        <label class="form-label"> Upload Documents (Packing List, Invoice, etc.) </label>
        <div class="form-group files">
          <input id="quote_art_exhibition_files" type="file" class="form-control" multiple="">
          <div class="browse-files">Browse Files</div>
          <p>file format jpeg, png, pdf doc. .xlsx</p>
        </div>
        <span id="quote_art_exhibition_files_error" class="error_msg">Required</span>
        <div id="div-art-exhibition-file">
        </div>
      </div>
    </div>
    <!-- Art logistics exhibition end -->
    <div id="quote-submit-div" class="text-center mt-4" style="display: none;">
      <button type="button" class="btn btn-secondary btn-solid" onclick="QuoteFormSubmit()">SUBMIT</button>
      <button type="button" class="btn btn-primary btn-grey" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
      <span id="quote-form-success"></span>
      <span id="quote-form-error" class="error_msg"></span>
    </div>
  </div>
</form>

<form>
  <div class="input-group mt-0">
    <input type="text" class="form-control mb-0" id="txtTrackingId" placeholder="Enter a tracking ID" name="tracking">
    <span class="error-msg error-home">Required</span>
    <button type="button" onclick="TrackShipment()" class="btn btn-primary btn-solid">Track</button>
  </div>
</form>

<form>
  <div class="input-group">
    <!-- <img src="/images/location.png" type="image/png" alt="" width="" height="" /> -->
    <svg xmlns="http://www.w3.org/2000/svg" fill="#032b5d" width="20" height="20" viewBox="0 0 20 20">
      <path fill-rule="evenodd"
        d="M4 8a6 6 0 1 1 12 0c0 2.142-.95 4.344-1.957 6.088a25.124 25.124 0 0 1-2.52 3.572.975.975 0 0 1-.746.34H9.223a.975.975 0 0 1-.747-.34 25.13 25.13 0 0 1-2.519-3.572C4.95 12.344 4 10.142 4 8zm6-5a5 5 0 0 0-5 5c0 1.877.844 3.893 1.823 5.587A24.15 24.15 0 0 0 9.228 17h1.544a24.148 24.148 0 0 0 2.405-3.413C14.156 11.893 15 9.877 15 8a5 5 0 0 0-5-5zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM7 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0z"
        clip-rule="evenodd"></path>
    </svg>
    <input type="text" class="form-control" id="tracking" placeholder="Enter a tracking ID" name="tracking">
  </div>
  <button type="button" class="btn btn-primary btn-solid">Track</button>
</form>

<form>
  <div class="mt-3">
    <label>From</label>
    <div class="input-group mt-1">
      <!-- <img src="/images/location.png" type="image/png" alt="" width="" height="" /> -->
      <svg xmlns="http://www.w3.org/2000/svg" fill="#032b5d" width="20" height="20" viewBox="0 0 20 20">
        <path fill-rule="evenodd"
          d="M15.5 2A2.5 2.5 0 0 0 13 4.5c0 .95.413 2.114.928 3.181A19.751 19.751 0 0 0 15.263 10h.474a19.75 19.75 0 0 0 1.335-2.319C17.587 6.614 18 5.45 18 4.5A2.5 2.5 0 0 0 15.5 2zm0 9H12a1 1 0 1 0 0 2h4.5a2.5 2.5 0 0 1 0 5H4.257a.98.98 0 0 1-.816-.431 20.753 20.753 0 0 1-1.413-2.453C1.498 14.02 1 12.686 1 11.5a3.5 3.5 0 1 1 7 0c0 1.185-.498 2.52-1.028 3.616A20.317 20.317 0 0 1 5.928 17H16.5a1.5 1.5 0 0 0 0-3H12a2 2 0 1 1 0-4h2.072c-.3-.48-.686-1.143-1.044-1.884C12.498 7.02 12 5.686 12 4.5a3.5 3.5 0 1 1 7 0c0 1.185-.498 2.52-1.028 3.616a20.749 20.749 0 0 1-1.413 2.453.98.98 0 0 1-.816.431H15.5zM4.737 17a19.75 19.75 0 0 0 1.335-2.319C6.587 13.614 7 12.45 7 11.5a2.5 2.5 0 0 0-5 0c0 .95.413 2.114.928 3.181A19.75 19.75 0 0 0 4.263 17h.474zM14.5 4.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-10 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"
          clip-rule="evenodd"></path>
      </svg>
      <input type="text" class="form-control" id="origin" placeholder="Origin" name="origin">
    </div>
    <label>To</label>
    <div class="input-group mt-1">
      <!-- <img src="/images/location.png" type="image/png" alt="" width="" height="" /> -->
      <svg xmlns="http://www.w3.org/2000/svg" fill="#032b5d" width="20" height="20" viewBox="0 0 20 20">
        <path fill-rule="evenodd"
          d="M4 8a6 6 0 1 1 12 0c0 2.142-.95 4.344-1.957 6.088a25.124 25.124 0 0 1-2.52 3.572.975.975 0 0 1-.746.34H9.223a.975.975 0 0 1-.747-.34 25.13 25.13 0 0 1-2.519-3.572C4.95 12.344 4 10.142 4 8zm6-5a5 5 0 0 0-5 5c0 1.877.844 3.893 1.823 5.587A24.15 24.15 0 0 0 9.228 17h1.544a24.148 24.148 0 0 0 2.405-3.413C14.156 11.893 15 9.877 15 8a5 5 0 0 0-5-5zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM7 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0z"
          clip-rule="evenodd"></path>
      </svg>
      <input type="text" class="form-control" id="Search" placeholder="Search" name="Search">
    </div>
    <button type="button" class="btn btn-primary btn-solid">Search</button>
  </div>
</form>

<form>
  <div class="input-group">
    <svg xmlns="http://www.w3.org/2000/svg" fill="#032b5d" width="20" height="20" viewBox="0 0 20 20">
      <path fill-rule="evenodd" d="M18 18H2v-1h16v1z" clip-rule="evenodd"></path>
      <path fill-rule="evenodd" d="M7 12a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5.5h-1V12H8v5.5H7V12z" clip-rule="evenodd"></path>
      <path fill-rule="evenodd" d="M4 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14.5h-1V3H5v14.5H4V3z" clip-rule="evenodd"></path>
      <path fill-rule="evenodd" d="M13 9H7V8h6v1zM13 6H7V5h6v1z" clip-rule="evenodd">
      </path>
    </svg>
    <input type="text" class="form-control" id="country-region" placeholder="Enter country/region name" name="country-region">
  </div>
  <button type="button" class="btn btn-primary btn-solid">Find</button>
</form>

<form>
  <div class="mb-3">
    <input type="email" class="form-control" placeholder="Enter email address" id="newsLetteremail" aria-describedby="emailHelp">
    <span class="error_msg"></span>
    <span class="success_msg"></span>
  </div>
  <a href="javascript:" onclick="SubmitNewsLetter()" class="btn btn-primary btn-solid">Subscribe now</a>
</form>

Text Content

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;visibility:hidden">

CONSULT US GET IN TOUCH WITH US FOR FURTHER DETAILS:

Name *
Contact Number *
Business Email *
Company *
Location
Select Service
Air Freight Road Freight Rail Freight Sea Freight Aviation (Charter) Custom
Clearance Project Cargo Multimodal Ship Management Buyers Console Refrigerated
Logistics Warehousing and Distribution Ship Agency Liner Services Art Logistics
E-Commerce Real Estate Feeder Services Ship Owning Others

-Select Service-

 * Air Freight
 * Road Freight
 * Rail Freight
 * Sea Freight
 * Aviation (Charter)
 * Custom Clearance
 * Project Cargo
 * Multimodal
 * Ship Management
 * Buyers Console
 * Refrigerated Logistics
 * Warehousing and Distribution
 * Ship Agency
 * Liner Services
 * Art Logistics
 * E-Commerce
 * Real Estate
 * Feeder Services
 * Ship Owning
 * Others

OK

Cancel

Information
Upload Documents
Browse Files

file format jpeg, png, pdf doc. .xlsx


SUBMIT Cancel
Data submitted successfully Something went wrong

YOUR MESSAGE HAS BEEN RECEIVED AND WE WILL BE CONTACTING YOU SHORTLY. IF YOU
WOULD LIKE TO SPEAK TO SOMEONE IMMEDIATELY, PLEASE FEEL FREE TO CALL US.



TRACKING

Track

REQUEST A QUOTE



Name * Required
Contact Number * Required
Business Email * Required
Company * Required
Shipping Mode
Air
Land
Sea
Art Logistics
Other Services
Required
Origin
Destination
Dimensions
cm Required
cm Required
cm Required
Weight of package
KG Required
Quantity
Required

Add more Fields

Write About Cargo/Goods Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

From
To
Shipment Type
LTL
FTL
Required
Dimensions
cm Required
cm Required
cm Required
Weight of package
KG Required
Quantity
Required

Add more Fields

Write About Cargo/Goods Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

Type of Vehicle Select Vehicle Open Half Body Open Full Body Half Body Trailer 
Flatbed Lowbed Full Body Trailer  Standard Container  High-Cube Container  LCV
Open Half Body  LCV Open Full Body  LCV Standard Container LCV High Cube
Container  Tanker  Dumper Bulker Tipper  Mini Truck  Pickup Truck  20 feet
flatbed trailer  40 feet flatbed trailer  ISO tank carrier  20 feet
containerized body truck 22 feet containerized body truck 24 feet containerized
body truck 28 feet containerized body truck 32 feet containerized body truck 32
feet single axel 407 Van  32 feet multi axel containerized body truck Taurus
Vehicle High Bed Trailer Semi Lowbed Trailer 40 feet reefer vehicle Auto Carrier
Trailer  40 feet double axel reefer vehicle 40 feet three axel reefer vehicle
Required
Quantity
Required
Write About Cargo/Goods Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

Origin
Destination
Shipment Type
LCL
FCL
Required
Dimensions
cm Required
cm Required
cm Required
Weight of package
KG Required
Quantity
Required

Add more Fields

Write About Cargo/Goods Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

Select Container Type Select (22B0) 20 BULK CONTAINER (46P3) 40 HIGH CUBE CONT.
(COLLAPSIBLE) (42R1) 40 REEFER FORTY FEET NORMAL CONTAINER (L5G1) 45 GENERAL
PURPOSE FORTY FIVE FEET HIGH CUBE CONTAINER (42P3) 40 FLAT FORTY FEET
(COLLAPSIBLE) (20T1) 20 TANK TWENTY FEET CONTAINER (22G1) 20 GENERAL PURPOSE
TWENTY FEET CONT. (22T0) 20 TANK TWENTY FEET NORMAL CONTAINER (45G1) 40 HIGH
CUBE FORTY FEET CONTAINER (45G0) 40 HIGH CUBE FORTY FEET NORMAL CONT (42G1) 40
GENERAL PURPOSE FORTY FEET CONTAINER (22U1) 20 OPEN TOP TWENTY FEET CONTAINER
(20T0) 20 TANK TWENTY FEET CONTAINER (22P9) 20 FLAT RACK COLLAPSIBLE (42T2) 40
TANK FOURTY FEET CONTAINER (22P1) 20 FLAT (FIXED ENDS) (20GP) 20 TWENTY FEET
GENERAL PURPOSE CONT. (22T6) 20 TANK CONTAINER (25G0) 20 HIGH CUBE TWENTY FEET
CONT. (42G0) 40 GENERAL PURPOSE FORTY FEET NORMAL CONTAINER (42P1) 40 FLAT
(FIXED ENDS) (25U1) 20 OPEN TOP HIGH CUBE TWENTY FEET CONTAINER (22R1) 20 REEFER
TWENTY FEET CONTAINER (45U1) 40 OPEN TOP HIGH CUBE FORTY FEET CONTAINER (42U1)
40 OPEN TOP FORTY FEET CONTAINER (22P3) 20 FLAT TWENTY FEET (COLLAPSIBLE) (40BB)
40 BUNDLE CONTAINER (45R1) 40 REEFER HIGH CUBE FORTY FEET CONTAINER (22G0) 20
GENERAL PURPOSE TWENTY FEET NORMAL CONT (20BB) 20 BUNDLE DRY CONTAINER (22GP) 20
GENERAL PURPOSE TWENTY FEET CONTAINER Required
Number of Container Required

Add more Fields

Write About Cargo/Goods Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

Location Mumbai Delhi Andhra Pradesh
Select Service Air Freight Road Freight Rail Freight Sea Freight Aviation
(Charter) Custom Clearance Project Cargo Multimodal Ship Management Buyers
Console Refrigerated Logistics Warehousing and Distribution Ship Agency Liner
Services Art Logistics E-Commerce Real Estate Feeder Services Ship Owning Others
Information
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

1 invoice.pdf

Origin City and Country Required
Destination Required
Insurance Required
Yes
No
Required
Type Sale Exhibition Required
Packaging Required
Yes
No
Required
Pieces Required
Dimensions
cm Required
cm Required
cm Required
Information
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

Packaging Required
Yes
No
Required
Weight in KG/Ton
KG Required
Pieces Required
Dimensions
cm Required
cm Required
cm Required
Information Required
Upload Documents (Packing List, Invoice, etc.)
Browse Files

file format jpeg, png, pdf doc. .xlsx

Required

SUBMIT Cancel

YOUR MESSAGE HAS BEEN RECEIVED AND WE WILL BE CONTACTING YOU SHORTLY. IF YOU
WOULD LIKE TO SPEAK TO SOMEONE IMMEDIATELY, PLEASE FEEL FREE TO CALL US.

 * About us
 * Services
   
   SHIP OWNING
   
    * Overview
    * Services
      * Ship Owning
      * Ship Management
    * Companies
      * Shreyas Shipping and Logistics Ltd.
      * Orient Express Lines Inc
      * TW Ship Management PVT.LTD.
      
   
   LOGISTICS
   
    * Overview
    * Services
      Agency Air Freight Custom Clearance E-Commerce Fine Art Logistics Land
      Freight Multimodal Freight Ocean Freight Project Logistics Warehousing
      
      
      
    * Companies
      Transworld Integrated Logistek Pvt Ltd Transworld Logistics & Shipping
      Services Inc Transworld Logistics FZE Transworld Logistics DWC LLC
      Transworld Logistics Pvt. Ltd. Transworld Logistics Asia Ltd Transworld
      Shipping & Logistics Pvt. Ltd. Transworld Logistics Lanka Pvt Ltd
      Transworld Logistics LLC Transworld Logistics WLL Transworld Saudi
      Logistics Transworld Logistics Services PTE Ltd
      
      
      
      
   
   OTHER BUSINESS
   
    * Real Estate
    * Family Office
    * Associate Companies
      Avana Logistek Ltd Avana GLobal FZO Transworld Feeders FZCO Transworld
      Feeders Pvt Ltd
      
      
      
   
 * Our Fleet
 * ESG

 * Request A Quote
 * 
 * 

Request A Quote
 * Blogs
 * Careers
 * Case Study
 * Contact Us
 * Corporate Responsibility
 * FAQs
 * Media News
 * News

 * About us
 * Services
   Back
   
    * Ship Owning
      Back
      
       * Overview
       * Services
         Back
         
          * Ship Owning
          * Ship Management
      
       * Companies
         Back
         
          * Shreyas Shipping and Logistics
            Back
            
             * Overview
             * Our Fleet
             * Awards and Accolades
             * Board of Directors
             * Financial Performance
             * Press Releases
             * Corporate Governance
             * Unclaimed and Unpaid Dividend
             * Shareprice Movement
             * Policies
             * Presentation
             * Updates
             * Notice to Shareholders
             * Disclosure under regulation 46 of LODR
               Back
               
                * Terms and Conditions of Independent Directors
                * Composition
                * Code of Conduct
                * Vigil Mechanism
                * Criteria of making payments
                * Party transaction policies
                * Material Subsidary policies
                * Details of familiarization programmes
                * Contact Details
                  Back
                  
                   * Greivance Redressal
                   * Designated Official
                   * Determining Materiality of an event
               
                * Financial Information
                  Back
                  
                   * BM Intimation
                   * BM Outcome
                   * Annual Report
               
                * Shareholding Pattern
                * Investors Meet and Presentation
                * Recordings & Transcripts
                * Newspaper Publications
                * Credit Rating
                * Secretarial Complaince Report
                * Policy for determining materiality
                * Annual Return
                * Dividend Distribution Policy
         
          * Orient Express Lines Inc
            Back
            
             * Container Vessels
             * Bulk Carriers
             * Tanker Vessels
             * Shipping Data
             * Our Fleet
             * Gallery
         
          * TW ship Management PVT. LTD.
      
         
   
    * Logistics
      Back
      
       * Overview
       * Services
         Back
         
          * Agency
          * Air Freight
          * Custom Clearance
          * E-Commerce
          * Fine Art Logistics
          * Land Freight
          * Multimodal Freight
          * Ocean Freight
          * Project Logistics
          * Warehousing
      
       * Companies
         Back
         
          * Transworld Integrated Logistek Pvt Ltd
          * Transworld Logistics & Shipping Services Inc
          * Transworld Logistics FZE
          * Transworld Logistics DWC LLC
          * Transworld Logistics Pvt. Ltd.
          * Transworld Logistics Asia Ltd
          * Transworld Shipping & Logistics Pvt. Ltd.
          * Transworld Logistics Lanka Pvt Ltd
          * Transworld Logistics LLC
          * Transworld Logistics WLL
          * Transworld Saudi Logistics
          * Transworld Logistics Services PTE Ltd
      
         
   
    * Other Business
      Back
      
       * Real Estate
       * Family Office
       * Associate Companies
         Back
         
          * Avana Logistek Ltd
          * Avana GLobal FZO
          * Transworld Feeders FZCO
          * Transworld Feeders Pvt Ltd

   
 * Our Fleet
 * ESG
 * More
   Back
   
    * Blogs
    * Careers
    * Case Study
    * Contact Us
    * Corporate Responsibility
    * FAQs
    * Media News
    * News


TRANSFORMATION
IN MOTION



Required Track
 * Tracking
 * Schedule
 * Local offices


Track
From

To

Search

Find


OUR SERVICES

We take immense pride in our ability to understand your challenges. At the same
time, we constantly monitor shifting trends across geographies and use
cutting-edge technologies to help you grow and win new business and serve your
customers’ customers.

01

SHIP OWNING


SHIP OWNING

Transworld Group is a leading shipping and maritime company that owns and
operates a fleet of vessels and provides ship management services to third party
vessel owners.

View more
02

LOGISTICS


LOGISTICS

Our Logistics Services function delivers on world-class logistics solutions in a
holistic, efficient and consistently reliable manner.

View more
03

OTHER BUSINESS


OTHER BUSINESS

View more


ESG



The Transworld Group commits to global reporting frameworks, which will provide
you with measurable progress as an investor. Besides United Nations Sustainable
Development Goals we follow the United Nations Global Compact initiative and
have applied for certification from CDP , a not-for-profit charity that runs the
global disclosure system for companies, investors, cities, etc.

To stay committed to transparency on our ESG progress to our investors,
employees and institutions, the Transworld Group has adopted the Global
Reporting Initiatives (GRI) and Sustainability Accounting Standards Boards
(SASB) metric system. For it is a continuous learning curve as ESG is always
work in progress.

Know more



BLOGS AND INSIGHTS

INTEGRATED LOGISTICS


101 SHIPPER'S GUIDE: TYPES OF SHIPS AND VESSELS

RESILLIENCE


FINE ART LOGISTICS INDUSTRY TO GROW EXPONENTIALLY & IMPACT THE ART MARKET

INTEGRATED LOGISTICS


BILL OF LADING (BL) IN LOGISTICS: WHAT IS IT? ITS PURPOSE, IMPORTANCE & TYPES

INTEGRATED LOGISTICS


DETAILED OVERVIEW OF OCEAN SHIPPING CONTAINER SHIPS, TYPES AND SIZES: A GUIDE
FOR SHIPPERS

INTEGRATED LOGISTICS


DIGITAL TRANSFORMATION: A PARADIGM SHIFT FOR THE LOGISTICS INDUSTRY

View more


SOCIAL MEDIA

#TransworldIntegratedLogistek Pvt Ltd has a proactive #supplychain network that
enables it to deliver all types of goods safely and on #time. Visit us:
https://www.transworld.com/TI.html #TransworldGroup #TI #FreightForwarding
#Shipping #Logistics #SupplyChainManagement #Transportation

#CustomerService is at the heart of our business goals and vision at the
#TransworldGroup. Let's hear more about the same #FromTheExpert, Parmeshwari
Pawar, Manager, Centralized Operations Team, Transworld Group.

#Shipipedia - Today's word is #Forklift. #StayTuned on our page to know more
about the terms and words of the shipping industry. #TransworldGroup #Shipping
#Logistics #LearningIsFun

Transworld Group recently had the honor of hosting a meet and greet with the
Sharjah Warriors cricket team, led by Captain Moeen Ali, Coach Paul Farbrace,
and Director of Cricket R. Sridhar. The event provided a unique opportunity for
our team to gain valuable insights and strategies on leadership, teamwork and
transformation from these cricket legends. The discussions were not only limited
to sports but also extended to the business world and how the principles of
leadership can drive growth and success in any field. We are grateful for the
opportunity to meet such a distinguished panel and look forward to providing
logistics support in the series to the warriors in their journey to success. We
had a blast as we were accompanied by our privilege customers to catch the game
and cheer on their favorite team. #TransworldGroup #SharjahWarriors #Leadership
#Transformation #Cricket

Shreyas Shipping and Logistics Ltd (#SSL), the #Indian flagged #vesselowning
unit of #TransworldGroup, has been a pioneer & market leader in domestic coastal
#containership ownership! Know more:
https://www.transworld.com/shreyas-shipping-and-logistics.html #ShreyasShipping
#VesselOwner #ShipOwners #India #Ships

#TransworldGroup wishes each and everyone a very #HappyRepublicDay. #India
#RepublicDay2023 #HappyRepublicDay2023

Become a successful person by turning your dreams into reality! Consistent
#efforts and #determination will help you achieve innumerable milestones.
#TransworldGroup #WednesdayWisdom #WednesdayThoughts #Inspiration #Knowledge
#Learnings #Success #Beginning

As the official logistics partner of Sharjah Warriors, we are dedicated to
ensuring safe and comfortable travel for the team driving them to victory. Take
a look at our branded team bus in action! #TransworldGroup #SharjahWarriors
#Cricket #Victory #Transportation #LogisticsPartner



12345


CASE STUDIES

TRANSWORLD LOGISTICS PVT. LTD.

Around 250 MT cargo of machinery was stuck with a logistics provider for several
months at Mumbai Port

TRANSWORLD GLOBAL AIR FREIGHT

A client wanted to send a helium gas consignment to Lusaka, Tahiti for NASA
research.

SAME DEUTZ FAHR INDIA

In November 2021, Same Deutz Fahr India gave us the forwarding contract for
their shipment to Callao

View more

CASE STUDIES


TRANSWORLD LOGISTICS PVT. LTD.

Challenge: Around 250 MT cargo of machinery was stuck with a logistics provider
for several months at Mumbai Port. The customer was incurring high costs. Due to
tight space constraint to USA, the logistics provider had focused only on
finding a breakbulk vessel as a solution and failed.

Solution: Transworld stepped in as a solution provider to the customer. We
offered to transport the cargo through multiple solutions such as RoRo MAFI,
Flat Rack and in disassembled forms in general containers.

Outcome: The customer was able to finally transport the cargo. Our diversified
portfolio gave us the edge to establish a long-standing relationship with the
customer.

CASE STUDIES


TRANSWORLD GLOBAL AIR FREIGHT

Challenge: A client wanted to send a helium gas consignment to Lusaka, Tahiti
for NASA research. But the life span of the shipment was limited due to the
nature of the goods. The client wanted a reliable service provider who could
handle a narrow transit time of 72 to 96 hours.

Due to flight cancellations during the pandemic, we had few options on this
route. Over and above, the customer also wanted us to meet the delivery deadline
without incremental costs or compromising on services.

Solution:Transworld Global Air Freight successfully completed the project by
chartering 10 flights on a back-to-back basis to deliver the oxygen cylinders
despite various challenges. We were able to successfully meet the deadline.

CASE STUDIES


SAME DEUTZ FAHR INDIA

Challenge: In November 2021, Same Deutz Fahr India gave us the forwarding
contract for their shipment to Callao. It was difficult to get space and no
carriers accepted our request for bookings.

After extensive discussion, ONE Line agreed to take the shipment, but we had a
new problem. The custom house agent (CHA) did not pick up the boxes. Despite our
continuous requests to the shipper and the CHA, the latter reverted just a day
prior to the vessel deadline saying that they had a shortage of drivers.

Meanwhile, we faced tremendous pressure from the carrier who had blocked space
for Transworld - they said that they would not work with us in future.

Solution: We took a chance and asked the shipper if we could arrange for the
clearance and transport. They agreed. On the cutoff date, we managed to place
the vehicles at the factory and managed to connect the vessel.

Outcome: The customer was very happy and appreciated us for our extra service.
Even our agent Interglobe wrote to us that the customer was happy with the
last-minute help from Transworld.

Have any question

+91 2268110300

 * 
 * 
 * 
 * 

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


QUICK LINKS

 * About Us
 * Blogs
 * Corporate Responsibility
 * Contact Us


SUBSCRIBE TO NEWSLETTER

Subscribe for daily latest news and updates


Subscribe now


REACH TO US

D 301–305, Level 3, Tower II,Seawoods
Grand Central, Plot No. R1, Sector 40,
Nerul Node, Navi Mumbai 400706

Tel: +91 2268110300

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

© 2023 Transworld Group. All Rights Reserved

Privacy Policy