
body{
    background: #FBFBFB;
    font-family: 'Mukta';
}
h1{
    font-family: 'Yatra One', cursive!important;
    font-size: 28px;
}
h2{
    font-size: 25px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
.logo{
    max-height: 125px;
}
.navbar{
    padding: 0px
}

.nav-item{
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}
.nav-link {
    color: #FBFBFB;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
    padding: 0 10px;
}

.current-menu-item{
    color: #fff;
    border-bottom: 8px solid #dc4c64;
}

.current-menu-item a{
    color:#ffffff!important;
}

.nav-item:hover{
    background: #4c8cf6;
    duration: 300
}
.nav-link:hover, .nav-link:active, .nav-link:visited, .nav-link:focus{
    color: #ffffff;
}


i{
    margin-right: 5px;
}
.important-link-box-header{
    padding: 10px;
    font-size: 20px;
    font-family: "Mukta";
    width: 100%;
}
.important-links{
    list-style: none;
    padding: 2px;
}
.important-links .nav-item{
    margin-top: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    padding-left: 0px;
    display: flex;
    align-content: center;
    align-items: center;
}
.important-links .nav-link{
    padding: 5px 7px;
}
.important-links .nav-item:hover{
    background:#fbfbfb;
}
.important-links .nav-item, .important-links .nav-link{
    color: #dc4c64;
    text-align: left;
}

.important-links .nav-link:hover{
    color: #0d47a1;
}
.icon {
    border: 2px solid #dc4c64;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background: #dc4c64;
    color: white;
    text-align: center;
    line-height: 45px;
}
.card-header:first-child {
    border-radius: 0px;
    font-size: 20px;
}
.card{
    border-radius: 0px!important;
}
.card-body{
    padding: 5px;
}

.icon-box-red{
    background: #dc4c64;
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    padding-top: 12px;
    padding-left: 5px;
}

.notice-container{
    display: flex; flex-wrap: nowrap; align-items: center; padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-mine{
    font-size: 22px;
    padding-left: 12px;
    padding-right: 7px;
}
.text-left{
    text-align: left;
}
.navbar-dark .navbar-toggler, .navbar-light .navbar-toggler {
    border: 0;
    height: 60px;
    color: white;
}

.border-bottom-dotted-danger{
    border-bottom: dotted 1px #dc4c64;
}

.border-bottom-dotted-primary{
    border-bottom: dotted 1px #dc4c64;
}

.bg-primary-50{
    background: #dc4c64e3!important;
}
.border-radius-20{
    border-radius: 20px;
}

.dropdown-menu{
    border-radius: 0px;
}

.dropdown-item{
    height: 60px;
}

.dropdown-menu > li{
    border-radius: 0px;
    padding: 0px;
}
.dropdown-menu > li > .dropdown-item{
    border-radius: 0px!important;
    background: #dc4c64;
    color: white;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}

.dropdown-menu > li > .dropdown-item:hover{
    background: #f3546f;
    line-height: 60px;
}

.su-pagination{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.su-pagination li{
    margin: 3px;
    font-size: 18px;
}
.su-pagination:first-child, .su-pagination:last-child{
    width: unset;
}

.card-header{
    padding: 5px;
}


@media (min-width: 992px) and (max-width: 1199px) {
     .nav-link {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .nav-item {
        text-align: left;
    }

    .important-links .nav-link {
        font-size: 16px;
        text-overflow: ellipsis !important;
    }

}
.font-mukta{
    font-family: 'Mukta', cursive!important;
}

@media (min-width: 768px) and (max-width: 992px){

    .hide-lg{
        display: none;
    }

    .logo {
        max-height: 91px;
        margin-top: 1rem!important;
    }
    .card-header:first-child {
        border-radius: 0px;
        font-size: 16px;
    }
    .border-radius-20 {
        border-radius: 10px;
    }
    h3{
        font-size: 16px;
        font-weight: bold;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

}
@media (max-width: 768px) {
    .hide-sm{
    display: none;
    }

}

@media (max-width: 575px) {
    .table>:not(caption)>*>* {
        padding: 1rem 0.01rem;
        background-color: var(--mdb-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
    }
    .important-links .nav-link {
        font-size: 15px;
        text-overflow: ellipsis !important;
    }

}

@media (max-width: 575px) {
    #header h5, #header h4{
        font-size: 15px;
    }
    #header h1{
        font-size: 20px;
    }
    body{
        font-size: 15px;
    }
    .important-links{
        font-size: 16px;
    }
    .hide-xs{
        display:none;
    }
    .logo{
        max-width: 80px;
    }

}