.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  .loaderN {
    border: 2px solid rgb(60, 60, 60);
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    float:right;
    background-color: rgb(60, 60, 60);
    color: rgb(60, 60, 60);
  }
  .LoaderNoise {
    border: 8px solid rgb(88, 88, 88);
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    background-color: rgb(60, 60, 60);
    color: rgb(60, 60, 60);
    /* text-align:center; */
    /* margin-top: 50%; */
    margin-left: 40%;
  }
  #loadermain{
    border: 8px solid rgb(88, 88, 88);
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    background-color: rgb(60, 60, 60);
    color: rgb(60, 60, 60);
    /* text-align:center; */
    /* margin-top: 50%; */
    margin-left: 40%;
    display:none;
  }
  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .Travelpoint{
    font-size: 12pt;
    margin: 5px;
    font-weight: bold; 
  }
  .walkingshape {
    height: 50px;
    border-left-style: solid;
    border-color:#1e90ff;
    border-left-width: 10px;
    width: 60px;
    margin-left:30px;
    padding-left:5px;
    /* text-align: center; */
    /* background-color: #1e90ff; */
  }
  .busshape {
    height: 50px;
    width: 60px;
    margin-left:30px;
    /* text-align: center; */
    border-color: #ff8c00;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left:5px;
  }
  .subwayshape {
    height: 50px;
    width: 60px;
    margin-left:30px;
    /* text-align: center; */
    border-color: #ff8c00;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left:5px;
  }