.btn-primary {
    background-color: #262262;
    border-color: #262262;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #262262;
    border-color: #262262;
}
.model-bg{
    background-image: url('../img/commonbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.logo-single {
    width: 260px;
    background: url(../img/logo-black.svg) no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 50px;
}
.logo-single img{
    width: 100%;
    margin-bottom: 130px;
}
.bootstrap-tagsinput, .form-control {
    border: 1px solid #d7d7d7;
    border-color: #d7d7d7;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
}
.bootstrap-tagsinput.focus, .form-control:focus {
    border-color: #d7d7d7;
}
.form-group{
    margin-top: 10px !important;
}
.btn:focus{
    background-color: #262262;
    border: 1px solid #262262;
}
.btn:active{
    background-color: #262262 !important;
    border: 1px solid #262262 !important;
}
.heading{
    font-weight: 900;
    color: #000;
    font-size: 24px;
}
.has-float-label label, .has-float-label>span:last-of-type {
    font-size: 16px;
}
a:active, a:hover {
    text-decoration: initial;
    color: #262262;
}
a{
    font-size: 16px;
}
.logo {
    width: 150px;
    height: 35px;
    background: url(../img/logo-black.svg) no-repeat;
    background-position: center center;
    margin: 0 auto;
}
.menu .main-menu ul li.active a {
    color: #262262;
}
.menu .main-menu ul li.active a {
    color: #262262;
}
.icon-cards-row i {
    font-size: 38px;
    line-height: 66px;
    color: #262262;
}
.icon-cards-row .lead {
    color: #262262;
    margin-bottom: 0;
}
.menu .main-menu ul li a:focus, .menu .main-menu ul li a:hover {
    color: #262262;
}
.icon-cards-row .card-text {
    font-size: 20px;
}
.rounded.menu-sub-hidden .main-menu, .rounded.sub-hidden .main-menu {
    border-radius: 0px;
}
.page-item.active .page-link {
    background: 0 0;
    border: 1px solid #262262;
    color: #262262;
}
.btn-outline-secondary {
    color: #262262;
    border-color: #262262;
}
.btn-outline-secondary:hover {
    background-color: #262262;
    border-color: #262262;
    color: #fff;
}
.mind-icons .glyph .fa, .mind-icons .glyph .glyph-icon, .simple-line-icons .glyph .fa, .simple-line-icons .glyph .glyph-icon {
    font-size: 22px;
    text-align: center!important;
}
.btn-outline-info:hover {
    background-color: #262262;
    border-color: #262262;
    color: #fff;
}
.btn-outline-info {
    color: #262262;
    border-color: #262262;
}
.btn-outline-primary {
    color: #262262;
    border-color: #262262;
}
.btn-outline-primary:hover {
    background-color: #262262;
    border-color: #262262;
    color: #fff;
}
.btn-secondary:hover {
    background-color: #262262;
    border-color: transparent;
    color: #fff;
}
.btn-secondary {
    background-color: #262262;
    border-color: transparent;
    color: #fff;
}.trashMargin{
    font-size: 25px;
    margin: 32 25px 23px 5;
}
select{
    -webkit-appearance: none;
    background-image: url(../img/down.png) !important;
    background-repeat: no-repeat !important;
    background-position: top 18px right 15px !important;
}
.cat-drop{
    background-position-x: 245px !important;
}
/*====================== profile ======================================*/
@media only screen and (max-width: 1200px){
    
}
@media only screen and (max-width: 767px){
    .menu .main-menu ul li {
        position: relative;
        text-align: center;
    }
}
/*=========================== profile ===========================*/
@media only screen and (max-width: 749px){
   
    .header-icons .header-profile-1{
        position: absolute !important;
        right: 0;
        top: 17px;
    }
    /*========================= .navbar-logo ==================*/
    .navbar-logo {
        position: absolute;
        width: 100%;
        top: 0px;
    }
    .navbar-logo .logo img{
        position: absolute;
        top: 4px;
        width: 170px !important;
    }
    /*============================= alotTime input-form-1 ============================*/
    .alotTime{
        width: 100% !important;
        margin: 0 !important;
    }
}
