 
 body{
     background: #F3F3F3;
 }
 #brandlogo{
    width: 150px;
}
.brand-logo img{
    width: 150px;
}
.bs-example{
    margin: 0;
}

.navbar-light{
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.66);
    box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.66);
    background: #fff;


}

.classic_div{
    margin-left: auto;
    margin-right: auto;
}

.latoFont{
   font-family: 'Lato', Calibri, Arial, sans-serif !important;
}

::-webkit-input-placeholder {
    /* color: #a1a1a1 !important; */
    font-family:'Lato', Calibri, Arial, sans-serif !important;
   
    /* font-family: */
   
    
  }

.hide-on-med-and-down li a{
 color:#777;
}
.nav-wrapper{
    background: #fff;
}
.sidenav-trigger{
    color: #777;
}

#invalid_credit{
    position:absolute;
    top:56px;
right: 3%;
}

.lassic_div{
    margin-left: auto;
    margin-right: auto;
}

.weight600{
    font-weight: 600;
}

.weight500{
    font-weight: 500;
}

.weight200{
    font-weight: 200;
}

.weight100{
    font-weight: 100;
}

.weight400{
    font-weight: 400;
}

.weight300{
    font-weight: 300;
}

.weight700{
    font-weight: 700;
}

.InterFont{
    
    font-style: normal;
    font-weight: 400;
   
    line-height: 190.02%;
}

.border0{
    border-radius:0;
    
}

.whiteBg{
   background-color: #fff;
}
.brown{
    color:brown
}
.smallFont{
    font-size: small;
}

.form-control:focus{
    box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}

.todoPanels div.m-3{
    background-color:rgb(223, 223, 223);
    max-width: 300px;
    min-width: 220px;
    padding:10px;
    border-radius:6px;
    height:100%;
}

.pricingPanel{
    width:290px;
    padding: 10px;
    border-radius: 9px;
    background-color:#F9F9F9 ;
    border:1px solid rgb(233, 233, 233);

    cursor: pointer;
    transition: all ease-in;
    transition-duration: .3s;
}

.pricingPanel:hover{
        -webkit-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.17);
}

.todoPanels p.text-center{
    margin-top: -30px;
}

.todoPanels p.text-center span svg{
    height: 2.4em;
    width: 2.4em;
}
.contents p.d-flex span svg{
    height: .90em;
    width: .90em;
}
.contents p.d-flex span.ml-1{
   font-size:15px ;
  
}

.pendekezwa{
    background-color:#4F94FB ;
    color: #fff;
    border-radius:6px;
}



.pricingPanel h6.weight400 span.weight700{
    font-size: 1.5em;
    
}
 .pricingPanel div.ruler{
    height:5px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(204, 204, 204);
    transition: all ease-in;
    transition-duration: .3s;
    
 }

 .pricingPanel:hover div.ruler{
    background-color:#ff8800 ;
 }

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    z-index: -33;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(233, 233, 233); 
    border-radius: 3px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(233, 233, 233); 
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #dddddd; 
  }


  #langSel{
    font-size:smaller;
    padding: 0;

  
}

.footer{
  bottom:0;
  margin-bottom: 0;
}

.footer p a{
  color:#fff;
}
.footer p.socialmedia a{
  padding: auto 50px;
}
.footer p.socialmedia a:hover{
   text-decoration: none;
}

.footer p.socialmedia a svg{
   height:1.2em;
   width:1.2em;
}

label.weight500{
    font-size: small;
    color:brown;
}

.darkblue{
    color:rgba(5, 5, 175, 0.877)
  }
.brown{
    color:brown;
}

  .Short {  
    width: 100%;  
    /* background-color: #dc3545;   */
    margin-top: 5px;  
    height: 3px;  
    color: #dc3545;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg20{
    background-color: #dc3545; 
  }
  .Weak {  
    width: 100%;  
    /* background-color: #ffc107;   */
    margin-top: 5px;  
    height: 3px;  
    color: #ffc107;  
    font-weight: 500;  
    font-size: 12px;  
  }  
  .Bg40{
    background-color: #ffc107;
  }
  .Good {  
    width: 100%;  
    /* background-color: #28a745;   */
    margin-top: 5px;  
    height: 3px;  
    color: #689e04;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg60{
    background-color: #28a745;
  }
  .Strong {  
    width: 100%;  
    /* //background-color: #06722a;   */
    margin-top: 5px;  
    height: 3px;  
    color: #07571f;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg80{
    background-color: #07571f; 
  }

 

  #pwdSign{
    height:3px;
    
    
  }

  .redborder{
    border-color:brown;
  }