 
html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    background-color: #e4eefd;
  }
  
  a {
    color: #4285f4;
    text-decoration: none;
    outline: none;
  }
  
  a:focus, a:hover {
    text-decoration: underline;
    outline: none;
    color: #0d5bdd;
    outline-offset: -2px;
  }
.ledge h2 {
    font-weight: bold;
    font-size: 25px;
    color: #4e89e6;
}
  .ledge p {
    font-size: 13px;
    color: #000;
    font-weight: bold;
  }
  p {
    margin-bottom: 1rem;
  }
  
  .lead, p.lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  
  h1, .h1 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  
  h2, .h2 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  
  h3, .h3 {
    font-size: 1rem;
    font-weight: 400;
  }
  
  h4, .h4 {
    font-size: 0.8125rem;
    font-weight: 500;
  }
  
  h5, .h5 {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  
  .login-bg {
    /* background: url(../images/LOGIN-PAGE.jpg) no-repeat; */
    background-color: #e4eefd;
    background-size: 100%;
}
 
.copy-rights1 {
    background: rgb(243 102 104 / 68%);
    min-height: 40px;
    width: 100%;
    z-index: 999;
    color: rgb(255, 255, 255);
    margin-top: 19px !important;
}
.copy-rights {
    background: rgb(243 102 104 / 68%);
    min-height: 40px;
    width: 100%;
    z-index: 999;
    color: rgb(255, 255, 255);
    margin-top: 0px !important;
}
.direct:hover{
    background-color: salmon !important;

}
.copy-rights1 {
    background: rgb(243 102 104 / 68%);
    min-height: 40px;
    width: 100%;
    z-index: 999;
    color: rgb(255, 255, 255);
    margin-top: 30px;

}
.Submit-right {
    float: right;
}
.rounded-submit {
    border-radius: 100px;
    width: 114px;
}
p.copy {
    line-height: 46px;
    font-size: 13px;
    margin-bottom: 0px;
}
.powered {
    line-height: 46px;
    font-size: 13px;
    margin-bottom: 0px;
    float: right;

}
.powered a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.Welcome-text {
    color: #fff;
    margin-top: 100px;
   }
   .Welcome-text h2 {
    font-weight: 700;
   }
   .welcome-text p {
    font-size: 14px;
    margin-top: 25px;
    color: #fff;
    font-weight: 100;
    width: 600px;
}
.welcome-form {
    height: 407px;
    background: #fff;
    margin-top: 46px;
    box-shadow: rgb(0 33 89 / 16%) 0px 4px 40px 0px;
    border-radius: 8px;
}
.meghy {
    margin-top: 30px;
}
.meg {
    margin-top: 26px !important;
}
.powered-by {
    padding: 0px;
}
.Herbogenix-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
.login-s2 {
    margin-top: 50px;
    min-height: 462px;
}
.login-s2 h3 {
    margin-bottom: 17px;
    font-weight: 400;
    text-align: center;
    color: #15326a;
    font-size: 16px;
}
@media (min-width:120px) and (max-width:360px) {
    .login-bg {
        background: url(../images/login-bgnew.png) no-repeat;
        min-height:900px;
       
    }
    .welcome-form {
        min-height: 408px;
        background: #fff;
        margin-top: 2px;
    }
    
}
.ts-rtc {
    border-color: #007dc4 !important;
    background-color: #007dc4 !important;
}
.ag {
    font-size: 13px;
    font-weight: 600;
}
.ts-rtc {
    float: right;
}
.rtc-header {
    background-color: #a8824c;
    padding: 10px;
}
.rtc-booking h3 {
    text-align: left;
    color: white;
    font-size: 13px;
    margin-top: 13px;
    margin-bottom: 14px;
    background-color: #257641;
    padding: 9px;
}

.rtc-booking {
    padding: 0px;
    font-size:25px;
    font-weight: 500;
}
.Depot {
    font-size: 13px;
    font-weight: 500;
}
.rtc-in {
    padding: 7px;
}
.bus-names {
    font-size: 12px;
    
}
.area {
    margin-left: 69px;
    width: 416px !important;
}
.rtc-details label {
   padding-left: 30px !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* 
new css */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.instructional {
    font-size: 13px;
}
.my-card[_ngcontent-wla-c30] {
    position: absolute;
    left: 40%;
    top: -20px;
    border-radius: 50%;
}
.fa[_ngcontent-wla-c30] {
    color: #174867;
    font-size: 20px;
}

.Idea {
    font-size: 19px;
    color: #0b69a9;
}

.col-md-12.col-12.Herbogenix-logo img {
    box-shadow: inset rgb(0 33 89 / 16%) 0px 4px 40px 0px;
}
.essence {
    background-color:#fe696ae6;
}
.essen {
    background-color:#8e482e;
}
.esse {
    background-color:#2973df;
}
.ess {
    background-color:#53c56c;
}
.es {
    background-color:#821e74;
}
 

/* new css2 */
.abtr-inner-sub span {
    font-size: 43px;
    color: #ffffff;
    width: 108px;
    height: 108px;
    text-align: center;
    line-height: 97px;
    border-radius: 152px 15px 152px 15px;
    -moz-border-radius: 152px 15px 152px 15px;
    -webkit-border-radius: 47px 0px 47px 0px;
    /* border: 2px solid #013fa5; */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 2px 1px 9px 0px #000;
    -webkit-box-shadow: 2px 1px 9px 0px #000;
    -moz-box-shadow: 2px 1px 9px 0px #000;
    margin-top: 37px;
}
.abt-icon-list-wls h4, .service-wthree-info-left h4, .team-text-wthree h4, .clients-txt-wls h4, .login h5, .ser-txt-inner h4 {
    color: #013fa5;
    font-size: 27px;
    font-weight: 700;
}
.abt-icon-list-wls p, .service-wthree-info-left p, .team-text-wthree p, .clients-color-wthree p, .form-group p, .form-check p, .inner-abt-info p, .ser-txt-inner p, .footer_grid_left p, .footer_grid_left p a, .abt-inn-two p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
