@font-face {
    font-family: Euclid-Circular-A-Light;
    src: url('../font/euclid-circular/Euclid-Circular-A-Light.ttf');
}
@font-face {
    font-family: Euclid-Circular-A-Regular;
    src: url(../font/euclid-circular/Euclid-Circular-A-Regular.ttf);
}
@font-face {
    font-family: Euclid-Circular-A-Medium;
    src: url(../font/euclid-circular/Euclid-Circular-A-Medium.ttf);
}
@font-face {
    font-family: Euclid-Circular-A-SemiBold;
    src: url(../font/euclid-circular/Euclid-Circular-A-SemiBold.ttf);
}
@font-face {
    font-family: Euclid-Circular-A-Bold;
    src: url(../font/euclid-circular/Euclid-Circular-A-Bold.ttf);
}
body, .card-header a, .card-header h5{
  font-family: 'Lato', sans-serif;
}
.font-18px{
  font-size: 18px!important;
}
.Euclid-Circular-A-SemiBold{
  font-family: Euclid-Circular-A-SemiBold;
}
.Euclid-Circular-A-Regular,p,span,label,a{
  font-family: Euclid-Circular-A-Regular;
}
h1,h2,h3,h4,h5,h6,.Euclid-Circular-A-Medium,.label{
  font-family: Euclid-Circular-A-Medium;
}
.br{
  border-bottom: 2px solid #a2a2a2;
}
.bg-F3F0F0{
  background: #F3F0F0!important;
}
.bg-F9FAFB{
  background-color: #F9FAFB!important;
}
.bg-transparent{
  background: transparent!important;
}
.form-control{
  border: 2px solid #05A952!important;
  height: 43px!important;
  /*font-size: 18px!important;*/
}
.btn-green{
  color: #fff!important;
  background-color: #05A952;
  font-family: Euclid-Circular-A-SemiBold;
  border-radius: 0px!important;
}
.btn-transparent{
  color: #000!important;
  background-color: transparent;
  font-family: Euclid-Circular-A-Medium;
  border-radius: 0px!important;
}
.br-50px{
  border-radius: 50px!important;
}
.header-search .input-group-text{
    background: #fff!important;
    border: 1px solid #959494!important;
}
.bold{
  font-weight: 600!important;
}
.p-10px{
  padding: 10px!important;
}

.br-0px{
  border-radius: 0px!important;
}
.box-shadow{
  box-shadow: 0 0.2rem 1rem rgba(0,0,0,.12)!important;
}
.btn-add{
  background-color: #0571FF!important;
  color: #fff!important;
  font-family: Euclid-Circular-A-Medium;
  border-radius: 0px!important;
}
.btn-default{
  background-color: #F3F4F6!important;
  color: ##6B7280!important;
  font-family: Euclid-Circular-A-Medium;
  border-radius: 6px!important;
  border: 1px solid #6B7280;
}
.text-primary{
  color: #0571FF!important;
}
.text-danger{
  color: #FF0505!important;
}
.text-dark{
  color: #1D1D1D!important;
}
textarea.form-control {
    height: auto!important;
}
.justify-content-space-between{
  justify-content: space-between!important;
}
.login-signup-modal {
  padding: 15px;
  height: 100vh;
}
.login-signup-modal .modal-dialog{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  background: #1D1D1D;
  border-radius: 5px;
  border: 0px solid!important;
}
.login-signup-modal .form-control{
  height: 50px!important;
}
.login-signup-modal .modal-content{
  background: #fff;
  border-radius: 5px;
  color: #1D1D1D;
  border: 0px solid!important;
}
@media (min-width: 576px){
  .login-signup-modal .modal-dialog {
      max-width: 100%!important;
  }
  .pl-sm-5rem{
    padding-left: 5rem!important;
  }
  .pr-sm-5rem{
    padding-right: 5rem!important;
  }
}
@media (min-width: 700px){
  .login-signup-modal .modal-dialog {
      max-width: 630px!important;
  }
}
.pos-relative{
  position: relative!important;
}
.h-100vh{
  height: 100vh!important;
}
.img-profile{
  border-radius: 50%!important;
}
.text-success{
  color: #05A952!important;
}
.paragraph-lato,.paragraph-lato p{
  font-family: 'Lato', sans-serif;
  font-size: 17px;
    font-weight: 500;
}
.nav-link{
  color: rgba(0,0,0,.9)!important;
  font-family: Euclid-Circular-A-Medium;
}
.footer-callout{
  background: #0571FF!important;
  color: #fff!important;
  border-radius: 10px;
}
.btn-login{
  background: transparent!important;
  border: 2px solid #fff!important;
  color: #fff;
  border-radius: 0px!important;
  font-family: Euclid-Circular-A-SemiBold;
}
.border-2px-green{
  border: 2px solid #05A952;
}
.background-left{
  background-image: url(../img/page-background.png);
  background-repeat: no-repeat;
  background-position: -152px 45%;
  background-size: 250px;
}
.background-right{
  background-image: url(../img/page-background.png);
  background-repeat: no-repeat;
  background-position: 112% 5%;
  background-size: 250px;
}
.about-banner{
  background-image: url(../img/about-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 3rem;
  color: #fff;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000001a;
}
.bg-danger{
  background: #C93251!important;
}
.pb-8rem{
  padding-bottom: 8rem;
}
.custom-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.justify-content-space-around{
  justify-content: space-around;
}
a{
  text-decoration: none!important;
}
.ul-tabs li a{
  color: #DDDDDD;
}
.ul-tabs li a.active{
  color: #fff!important;
}
.br-8px{
  border-radius: 8px!important;
}
.bill-form .form-control{
    border: 2px solid #FDD978!important;
    height: 50px!important;
}
.bill-form .form-control:disabled,.bill-form .form-control[readonly] {
  background-color: #f0ddcba8;
}
.bill-table td{
  border-top: 0px solid!important;
  padding: 0.50rem!important;
}
.text-red{
  color: #C93251!important;
}
.offer{
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #CBBFBF;
  margin-top: 18px;
}
/* Menu item*/
#menu-container .list-group a {
    height: 65px;
    color: #1D1D1D;
    background-color: transparent!important;
    border: 0px solid!important;
    font-size: 18px;
}
#menu-container .list-group{
  border-radius: 0px!important;
}
#menu-container .list-group a.active{
  background: -webkit-linear-gradient(90deg, #05a95252, #05a95221, #fff, #fff);
    background: linear-gradient(90deg, #05a95252, #05a95221, #fff, #fff);
}
.table thead th{
  background-color: #F3F4F6!important;
  /*font-size: 18px!important;*/
  border: 0px solid!important;
}
.table td{
  vertical-align: middle!important;
  /*padding: .5rem .75rem!important;*/
}
.form-account-details .form-control{
  border: 1px solid #6B7280!important;
}
.payment-method-info{
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #0571FF;
    margin-top: 18px;
    box-shadow: 0 0.2rem 1rem rgba(0,0,0,.12)!important;
}
.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1)!important;
}
.card-header, .card-body {
    background-color: rgb(145 144 144 / 3%);
    border-bottom: 0px solid;
}
.card{
  background-color: rgb(145 144 144 / 3%)!important;
  border: 0px solid!important;
  box-shadow: 0 0.1rem .3rem rgba(0,0,0,.12)!important;
  margin-top: 25px;
}
.saved-card{
  margin-left: 25px;
}
.add-card{
  max-width: 700px;
  margin-left: 25px;
}
.add-card .form-control{
  border: 2px solid #FDD978!important;
    height: 50px!important;
}
.saved-card .form-control{
    height: 50px!important;
}
.table-top-border-0 td{
  border-top: 0px solid!important;
}
/*.bg-electricity{
  background-image: url('../img/bg-electricity.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}*/
.ml-35px{
  margin-left: 35px;
}
.note{
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-top: 18px;
  background: #fff;
  box-shadow: 0 0.1rem .3rem rgba(0,0,0,.12)!important;
}
@media screen and (max-width: 575px){
  .pl-xs-15px {
    padding-left: 15px!important;
  }

  .pr-xs-15px {
    padding-right: 15px!important;
  }
}

/*Added by Gulam*/

i.eyepassword {
    position: absolute;
    bottom: 30px;
    right: 8%;
}