body {
    background-color: ;
    font-family: 'Noto Serif', serif !important;
    font-size: 13px!important;
    /*color: #808080!important;*/
    color: black;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}
select{
    border: none;
}
p {
    font-size: 13px;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}
.m-t-60{
    margin-top: 60px;
}
.m-l-r-20{/*margin: 0px 20px;*/}
.text-center {
    text-align: center!important;
}


/*Font attachment*/


a:hover {
    color: #737373!important;
    text-decoration: none!important;
}


/*header start*/

ul li a .margin-top-10 {
    margin-top: 10px;
}

.head {
    /*background-color: #7769a7;*/
    background-color: #7769a7;
    border: none;
}

.navbar-default {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #32C2CD!important;
    margin-left: 30px;
    color: white;
    font-size: 16px;
    padding-bottom: 21px;
    margin-top: -13px;
    height: 66px;
    padding-top: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333 !important;
    /*background-color: #11998e !important;*/
}

.navbar-default .navbar-nav>.open>a:hover {
    /*color: red;*/
    /*background-color: #11998e !important;*/
    /*text-decoration: underline;*/
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: white;
    margin-top: -13px;
    height: 66px;
}

.hide-menu{z-index: 3!important}
.box-content {
   position: relative;
   z-index: 1;
}
 .box-content:before {
   content: '';
   width: 200%;
   height: 100px;
   position: absolute;
   display: block;
   background-color: #fff;
   transform: rotate(-8deg);
   top: -50px;
   left: -10%;
   z-index: -1;
}
 .form-control span {
  display:block;
}

.form-control span:after {
  content: "";
  clear: both;
  display: block;
}

.form-control {
  clear:both;
}
.alert{
  margin-bottom: 0px;
}
 #navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 90px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

#navbar-right {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
}
/**/


/*Hide menu sidebar when clicking outside the bar or the button*/

.menu-list {
    margin-top: 0px;
    color: white;
    border-bottom: 1px #e5e5e5 solid;
    /*border-top: 1px #e5e5e5 solid;*/
    /*padding: 18px;*/
    background-image: url('../image/banner2.jpg');width: 100%;
    /*background-image: linear-gradient( 90.5deg, #629fd3 9.6%, #264d6d 105.2%);*/
}
.overlay1{
    background-color: rgb(119, 105, 167,0.6);
    /*height: 212px;*/
    width: 100%;
    padding: 27px;
}
.hide-menu {
    z-index: 3!important
}

.menu-button {
    font-size: 30px;
    color: white;
    display: inline-block;
    cursor: pointer;
}

.hide-menu {
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 257px;
    /*height: 100%;*/
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}

.show-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 1);
}
.hide-menu ul{
    margin-left: -12px;
}
.hide-menu ul li {
    list-style-type: none;
    transition: 0.3s;
}

.hide-menu ul li a {
    padding: 11px 8px 11px 0px;
    text-decoration: none;
    font-size: 17px;
    color: black;
    display: block;
    transition: 0.3s;
    /*border-bottom: 1px solid;*/
}
.hide-menu ul li a i{width: 52px;font-size: 21px;}
/*.hide-menu ul li a i{padding-right: 20px;}*/
.profile-block{border-radius: 50%;
    background: white;
    border:1px solid white;
    color:black;
    height: 40px;
    width: 40px;
    padding: 3px;
    text-align: center;
    font-size: 23px;
}
/*header content*/

.fa-arrow-left {
    color: white!important;
    padding-top: 12px;
    font-size: 20px;
}


/*header end*/


/*Login*/



.container-card {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    margin: 0 30px;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    border: none!important;
    border-bottom: 1px solid grey!important;
    border-radius: 1px!important;
    margin-bottom: 25px;
}

.input-field1 {
    width: 100%;
    padding: 10px;
    outline: none;
}

.icon {
    padding: 10px;
    padding-left: 0px;
    background: white;
    color: #7769a7;
    min-width: 50px;
    text-align: center;
}

.mobile-header {
    color: white!important;
    font-size: 16px;
    padding-top: 13px;
    font-weight: bold;
}

input {
    border: none!important;
    background-color: transparent;
}

label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    color: black;
}

.btn-login {
    margin-top: -22px;
    border: 1px solid #7769a7;
    background: #7769a7;
    color: white;
    padding: 10px 26px;
    border-radius: 36;
    border-radius: 21px;
    width: 121px;
}

.logo 
{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.logo i{
    font-size: 45px;
    color: #7769a7;
}
.logo p{
    font-size: 21px;
    color: #7769a7;
}
.bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.bottom p{
    text-align: center;
    color: black;
    font-size: 12px;
}

/*dashboard*/
.heading{
    padding-left: 51px;
    color: white;
    font-size: 19px;
    font-weight: 600;
    margin-top: -32px;
    /*font-family: 'Lobster', cursive;*/
    /*font-family: 'Playball', cursive;*/
}
.sub-head{
    margin-left: 64px;
    margin-top: -18px;
    color: white;
}
.heading1{
    padding-left: 56px;
    color: white;
    font-size: 18px;
    margin-top: -25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-logo {
    color: white!important;
    padding-top: 6px;
    font-size: 30px;
}
.tab-block{
    background-color: white;
    padding: 20px;
    color: #7769a7;
    width: 100%;
    border:1px solid #DDD;
    border-radius: 3px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 5px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 1px #ccc; 
    height: 120px;
}
.tab-block p{
    font-size: 17px;
}
.tab-view .col-xs-6{
    padding-left:10px;
    padding-right: 10px;
}

/*order now */
.input-field{
    border-radius: 0!important;
    border-bottom:1px solid black!important;
    margin-bottom: 15px;
    font-size: 19px;
    padding: 6px;
    padding-left: 0;
    color: black;
    height: 35px;
    width: 100%;
}
label{
    color: black
}
.table th,.table td{
    font-size: 16px;
}
.form-control{
    border:1px solid #ccc!important;
}
.btn-primary{
    width: 100%;
    font-size: 21px;
    color: #7769a7;
    background-color: white;
    border:2px solid #7769a7;
    margin-bottom: 30px;
}
.addon{
    border:1px solid #9E9E9E;
    padding: 7px;
    font-size: 18px;
    height: 35px;
    width: 20%;
    display: inline-flex;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #9E9E9E;
}
.form-control1{
    border: 1px solid #9E9E9E!important;
    width: 80%;
    height:35px;
    display: inline-flex;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
}
.billrecord label{
    font-weight: bold;
}

/*media*/
@media screen and (max-width: 350px) and (min-width: 270px) {
    .bottom{
        bottom: -70px;
    }
    .logo-block{
        height: 200px!important;
        padding: 17px!important;
        border-bottom-left-radius: 50px!important;
    }
    .heading{
        font-size: 16px;
    }
}

