body{
    font-size: 14px;
    color: #252B42;
    background-color: #E9EFF2;
    font-family: "Open Sans";
}

.invalid{
    border-color: red;
    color: red;
}

.navbar{
    background-color: #E9EFF2;
}

.navbar>.container{
    display: block;
}

.cursor{
    cursor: pointer;
}

a{
    cursor: pointer;
}
.nav-text{
    font-weight: 600;
    font-size: 16px;
    color: #2A5479;
    text-decoration: none;
    font-family: "Open Sans";
}

.btn-border{
    border: 1px solid #6894A9;
    border-radius: 6px;
}

.btn-text{
    font-size: 16px;
    color: #628FA5;
}

.text-title{
    font-weight: 700;
    font-size: 36px;
    color: #2A5479;
}

.food-img{
    max-width: 56%;
    height: auto;
}

.bg-gray{
    background: #FFFFFF;
    border: 1px solid #A8B8C0;
    border-radius: 6px;
}

.white-card{
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #fff;
}

.white-text{
    color: #fff;
}

.white-border{
    border: 1px solid #fff;
    border-radius: 6px;
}

.card-text{
    font-size: 20px;
    color: #2A5479;
}

.text-a{
    color: #252B42;
    text-decoration: none;
}

.btn-primary{
    background: #4058DD;
    border-radius: 6px;
}

.text-violet{
    color: #4058DD;
}

.title-sm{
    color: #2A5479;
    font-size: 24px;
}

.blue-text{
    color: #2A5479;
    font-size: 16px;
}

.btn:first-child:active{
    border: 1px solid #6894A9;
    border-radius: 6px;
}

.btn:hover{
    border: 1px solid #6894A9;
    border-radius: 6px;
}

/*contact*/

.nav-pills .nav-link{
    border: 1px solid #6894A9;
    border-radius: 6px;
    color: #6894A9;
    padding: 10px 71px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #4058DD;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #4058DD;
}

.blue-text a{
    text-decoration: underline;
    color: #2A5479;
    font-size: 16px;
}

.title-sm a{
    text-decoration: underline;
    color: #2A5479;
}

textarea.form-control {
    min-height: calc(1.5em + 6.75rem + 2px);
}

.icon-card{
    position: absolute;
    right: 26px;
    top: 20px;
}

/*module*/

.mod-submenu li{
    list-style-type: none;
}

.mod-menu li{
    list-style-type: none;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #fff;
    cursor: pointer;
}

.btn-mod-menu{
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #fff;
    cursor: pointer;
}
.mod-menu li ul li{
    padding-left: 0;
}

.float-right {
    float: right !important;
}

.card-body ul{
    margin-left: 0;
    padding-left: 0;
}

.search-icon{
    bottom: 0px;
    left: 12px;
    position: absolute;
}

.grey-text{
    color: #727272;
}

.fonts-16{
    font-size: 16px;
}
/*footer*/

.footer{
    background-color: #1E1E1E;
    color: #E9EFF2;
    font-size: 12px;
}

.footer a{
    text-decoration: none;
    color: #E9EFF2;
}


.footer .footer-bottom a{
    color: #FED2A3;
}

/*menu modal*/
.menu-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 84, 121, 0.7);
}

.mob-marg{
    margin-top: 87px;
    margin-left: 15px;
}

.menu-modal ul{
    padding-left: 15px;
    padding-right: 15px;
}

/*head menu modal*/

.head-menu-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 84, 121, 0.7);
}

.login-menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 84, 121, 0.7);
}

@media (max-width: 768px) {
    .keto-logo{
        height: auto;
        width: 90%;
    }

    .text-title{
        font-weight: 700;
        font-size: 22px;
    }

    .food-img{
        position: absolute;
        left: -44px;
        top: -90px;
    }

    .search-icon {
        bottom: 4px;
        left: 8px;
        position: absolute;
        max-width: 34px;
    }

    li.nav-item{
        width: 100%;
        padding: 10px 10px;
    }

    li.nav-item button{
        width: 100%;
    }

}
