/* .mb-50{
    margin-bottom: 25rem;
}
.mb-20{
    margin-bottom: 10rem;
} */
.profile-banner{
    display: inline-block;
    align-items: baseline;
}
.profile-banner  img{
    min-height: 250px;
    width: 100%;
    object-fit: cover;
}
.profile-banner-image{
    min-height: 300px;
    width:100%;
    display:flex;
    align-items: center;
}
.profile-banner-image img{
    width: 100%;
    min-height:300px;
    object-fit: fill;
}
.profile-banner-txt {
    /* position: absolute;
    bottom:70px;
    left:50px;
    display: flex;
    align-items: flex-end;*/
    position: absolute;
    bottom: -20px;
    left: 50px;
    display: flex;
    align-items: center;
}
.profile-banner-txt .profile-banner-img{
    /*width: 240px;
    max-width: 240px;
    height: 240px;*/
    width: 200px;
    max-width: 200px;
    height:240px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.profile-banner-txt .profile-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-banner-txt span{
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #000;
    margin-left: 20px;
    /* background-color: #dadada; */
    background-color: #f2ce16;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0;
    position: relative;
    top: 30px;
}
.dis-box{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    
}
.dis-box .dis-box-img{
    width:100%;
    margin-right:20px;
    max-width:32px;
    height:32px;
}
.dis-box span{
    display:block;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:#000;
}
/* .min-height-noti{
   
} */
.notifation-ftter {
    /* position: absolute; */
    bottom: 0;
}
.min-height-noti .carousel-item {
    /*    min-height:280px;
    overflow: hidden;*/
    height: 280px;
    overflow: auto;
}
.pull-up {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
 }
    .pull-up:hover {
      -webkit-transform: translateY(-4px) scale(1.02);
      -moz-transform: translateY(-4px) scale(1.02);
      -ms-transform: translateY(-4px) scale(1.02);
      -o-transform: translateY(-4px) scale(1.02);
      transform: translateY(-4px) scale(1.02);
      -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
      box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
      z-index: 999;
}
/* Policiy Page Css */

.policies-bullet {
    padding: 0;
    margin-bottom: 15px;
}

    .policies-bullet li {
        list-style: none !important;
        font-size: 13px;
        padding-left: 15px !important;
        position: relative;
        margin-bottom: 10px;
    }

        .policies-bullet li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 5px;
            height: 5px;
            background-color: #333;
            border: 0;
            border-radius: 50%;
 }

.post-stik {
    position: sticky;
    top: 100px;
}

.vertical-tabs-2 .nav-item {
    max-width: 88%;
}

.notice-board-dtl {
    position: relative;
}

.notice-board-dtl .accordion-item {
  margin-bottom: 15px;
  background-color: #fff;
}
.notice-board-dtl .accordion-item .accordion-header{
    font-size:18px;
    font-weight:600;
    color:#000;
}

.notice-board-dtl  .accordion-body p{
    font-size:13px;
    margin-bottom:5px;
}
.notice-board-dtl ..accordion-button:not(.collapsed) {
    background-color: #fff!important;
    box-shadow: none;
}
.under-develop {
    display:none;
    position: absolute;
    /* background-color: #F26522; */
    color: #F26522;
    padding: 3px 10px;
    font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1920 - 300)));
    top: 190px;
    left: 0;
    z-index: 99;
    transform: rotate(321deg);
    width: 94%;
    bottom: 0;
    height: 40px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    font-weight: 700;
    opacity: 0.7;
}
.under-develop2 {
    display: none;
    position: absolute;
    /* background-color: #F26522; */
    color: #F26522;
    padding: 3px 10px;
    font-size: calc(15px + (22 - 15) * ((100vw - 300px) / (1920 - 300)));
    top: 90px;
    left: 0;
    z-index: 99;
    transform: rotate(321deg);
    width: 94%;
    bottom: 0;
    height: 40px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    font-weight: 700;
    opacity: 0.7;
}
.under-develop3 {
    display: none;
    position: absolute;
    top: 20px;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.opt-box {
    background-color: #ffffff87;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
}

    .opt-box span {
        font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300))) !important;
        font-weight: 600;
        color: #F26522;
        text-transform: uppercase;
    }
.aatt-table tbody td {
    width: 180px !important;
    font-size: calc(10px + (13 - 10) * ((100vw - 300px) / (1920 - 300)));
    padding: 8px 5px;
}
/* Policiy Page end */
@media(max-width:1400px) {
    /*.profile-banner-txt {
        position: relative;
        bottom: 0;
        left: 20px;
        display: flex;
        align-items: center;
    }*/
    .profile-banner-txt .profile-banner-img {
            max-width:180px!important;
            min-height:180px!important;
        }
    }
    
    @media(max-width:1199px) {

        .mb-20 {
            margin-bottom: 1.5rem;
        }
        /* .profile-banner-txt {
        position: absolute;
        bottom: 250px;
        left: 20px;
       
    }*/
        .post-stik {
            position: relative;
            top: 0;
        }
    }

    @media(max-width:991px) {
        .mb-20 {
            margin-bottom: 1rem;
        }

        .profile-banner-txt {
            /* position: relative;*/
            bottom: 0;
            left: 20px;
            /*display: inline-table;
        align-items: center;*/
        }

            .profile-banner-txt .profile-banner-img {
                width: 140px;
                max-width: 140px;
                height: 140px;
            }
    }

    .single-table th {
    background-color: #111 !important;
    color: #fff !important;
}
.table th {
    background-color: #111 !important;
    color: #fff !important;
}
.table tbody {
    background-color: #808080;
    color: #333;
}
input[type=time], input[type=number], input[type=date], input[type=file], input[type=text], input[type=password] {
    padding: 5px;
    width: 100%;
    margin: 3px 0;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 2px;
    color: #211f1f;
    background: #fff;
}
.pagination {
    display: inline-flex;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

    .pagination li.active {
        padding: 8px 16px;
        background-color: #F26522 !important;
        color: white;
        border-radius: 5px;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
        border-radius: 5px;
    }

.tem-box {
    position: relative;
}

    .tem-box .tem-box-hr {
        display: none;
    }

    .tem-box:hover .tem-box-hr {
        display: block;
    }
