
  
  body {
    font-family: 'Montserrat', sans-serif !important;
  }


    .nav-bg{
        background-color: #eaecee;
    }
  
    .fw300{
        font-weight: 300;
    }
    .fw400{
        font-weight: 400;
    }
    .fw500{
        font-weight: 500;
    }
    .fw600{
        font-weight: 600;
    }
    .fw700{
        font-weight: 700;
    }
    .fw800{
        font-weight: 800;

    }
    .fs12{
        font-size: 12px;
    }
    .fs14{
        font-size: 14px;
    }
    .fs18{
        font-size: 18px;
    }
    .fs20{
        font-size: 20px;
    }
    .fs24{
        font-size: 24px;
    }
    .fs27{
        font-size: 27px;
    }
    .fs28{
        font-size: 28px;
    }
    .fs35{
        font-size: 35px;
    }
    .brdr-5{
        border-radius: 5px !important;
    }
    .btn-tog{
        background-color: rgb(150, 146, 146);
    }
     .main-hdng{
        font-size: 45px;
    }

    .ancr-style{
        text-decoration: none;
    }
.btn-clr{
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.btn-clr:hover{
   
    transform: scale(1.05);
    transition: 0.5s;
}
.content-pad{
    padding-left: 50px;
    padding-top:80px ;
    padding-bottom:100px ;
    padding-right: 10px;
}
.content-pad1{
    padding: 100px;
}
.bg-circle{
    background-color: #000000;border-radius: 50%;height: 360px; width: 350px;  
}
.shade-bg1{
    position: relative;
    background: cover;
    height: auto; 
    background: linear-gradient(169deg, #eaecee 64%, #ffffff 36%);
    
}
.shade-bg2{
    position: relative;
    background: cover;
    height: auto; 
    background: linear-gradient(-166deg,#eaecee 60%, #ffffff 40%);  
}
.p-txt{
    color: #737373;
}
.carIcn-bg{
    background-color: #ffffff;border-radius: 50%;padding: 5px;  
}
.footer-bg,.bx-addrs{
    background-color: #eaecee;
}
.bx-styl{
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
    height: 350px;
}
.bx-styl:hover{
    transform: scale(1.1);
    transition: 0.6s;
}
.img-brdr{
    border: 1px solid black; border-radius: 50%; 
    height: 80px;
    width: 80px;  
}
.px-bx{
    padding-left:10% ;
    padding-right:10% ;
}
.d-styl{
    display: inline-block;
}
.img-padTp{
    padding-top: 50px;
}
.list-spcing{
    list-style: none;
    margin-left: -28px;
}
.map-bg{
    background-image: url('../images/nearby-station.png');
            background-size: cover;
            background-position: center;
            height: 33vw;
            z-index: 1000;
            margin-bottom: 100px;
            
}
.modal {
    display: none;
    position: fixed; 
    z-index: 1000 !important; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
  }
  .modal-content-dash{
    z-index: 1000 !important; 
    background-color: #fefefe;
    margin: 10% auto; 
    border: 1px solid #888;
    width: 40%; 
    border-radius: 0px;
  }
  .shade-modal{
    position: relative;
    background: cover;
    height: auto; 
    background: linear-gradient(-345deg, #ffffff 70%, #eaecee 30%);
  
    
}

.brdr-lft,.brdr-lft1{
  
    border-left:1px solid #666666; 
  }
  .brdr-pad{
    padding-left: 4px;
    padding-right: 4px;
  }
.pad-TnB{
    padding-top: 90px;padding-bottom: 250px  
}


.sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#a9a9a9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav1 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav1 a:hover {
    color: #f1f1f1;
  }
  
  .sidenav1 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  
  .closebtn:hover {
    color: black;
  }
@media (max-width: 599px){
    .content-pad,.content-pad1{
        padding: 30px;
    }
    .main-hdng{
        font-size: 30px;
    }
    .logo-img{
        width: 150px;
    }
    .d-styl{
        display: inline;
    }
    .bg-circle{
       height: 68vw; width: 250px;  
    }
    .img-sz{
        width: 90%;
    }
    .img-padTp{
        padding-top: 20px;
    }
    .map-bg{     
        height: 200px;  
        margin-bottom: 30px;             
    }
    .modal-content-dash{

    width: 80%; 
    margin: 40% auto; 

    }
    .brdr-lft,.brdr-lft1{

    border: none;
    }
    .pad-TnB{
        padding-top: 70px;padding-bottom: 70px  
    }
     
}
@media (min-width: 600px) and (max-width: 1200px){
    .content-pad1{
        padding: 30px;
    }
    .content-pad{
        padding: 24px;
    }
    .modal-content-dash{

        width: 60%; 
        margin: 30% auto; 
  
      }
      .brdr-pad{
        padding-left: 4px;
        padding-right: 4px;
      }
      .brdr-lft1{
        margin-top: 80px;
        border-left:1px solid #666666; 
      }
      .pad-TnB{
        padding-top: 10px;padding-bottom: 70px  
    
}
    
}
@media (max-width: 600px){
    .dwn-link{
        text-align: center;
    }
}





 