p.aboutusparax{
    width:60%;
    text-align:center;
}
.img-team-member.w-100{
    height: 250px;
}
.contactus-text-height{
    height: 100px;
}
.single-blog-author-header{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.single-blog-author-header-child{
    display:flex;
    align-items: center;
    justify-content:space-between;
}
.share-header{
    display:flex;align-items: center;
}
.share-header.visible-on-normal{
    display:flex;
}
.share-header.visible-on-mobile-only{
    display:none;
}
.applications-login-register-height{
    height: 40vh;
}
.admin-compaigns-holder{
    display: flex;
    min-height: 70vh;
    justify-content:space-around;
}
.admin-compaigns-item{
    width: 32%;
}
.nav-bottom{
    display: none;
}
.nav-bar-top-mobile{
    display: none;
}
.editdeletebtnx{
    display: none;
}
.editdeletebtnx.showx{
    display: block;
}
/* .table.applicationtablediv{

} */
.mobileApplicationDiv{
    display: none;
}
@media only screen and (max-width: 768px) {
    .img-team-member.w-100.mobx{
        height: 340px;
        width: 100px;
    }
}
@media only screen and (max-width: 	640px) {
    .img-team-member.w-100.mobx{
        height: 340px;
        width: 100px;
    }
}
@media only screen and (max-width: 480px) {
    .carousel-control-prev.mobx,.carousel-control-next.mobx{
        width: 12%;
    }
    .aboutusbody1.mobx{
        text-align: justify;
    }
    p.aboutusparax.mobx{
        width:90%;
        text-align:justify;
    }
    .img-team-member.w-100.mobx{
        height: 220px;
        width: 100px;
    }
    .d-flex.bg-light.p-3.rounded.mobx{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    div.ms-3.mobx{
        margin: 0px !important;
    }
    .container-fluid.py-5.mt-5.mobx{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .contact-detail.position-relative.p-5.mobx{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .contactus-text-height.mobx{
        height: 80px;
    }
    .p-5.h-100.rounded.contact-map.mobx{
        padding: 10px !important;
        height: 400px !important;
    }
    .p-5.rounded.contact-form.mobx{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .btn.bg-primary.text-white.py-3.px-5.mobx{
        width: 100%;
    }
    .blog-icon.btn.btn-secondary.px-3.rounded-pill.my-auto.mobx{
        padding-left: 0px !important;
        padding-right: 0px !important;
        opacity: 0;
    }
    .blog-btn-icon.btn.btn-secondary.px-4.py-3.rounded-pill.mobx{
        opacity: 0;
    }
    .containerx2.mobx{
        width: 90%;
    }
    .img1.mobx{
        border-radius: 5px;
        box-shadow: none;
    }
    .blogtitlex.mobx{
        font-size: 22px;
    }
    .single-blog-author-header.mobx{
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .single-blog-author-header-child.mobx{
        flex-direction: column;
        align-items: start;
    }
    .share-header.visible-on-normal{
        display:none;
    }
    .share-header.visible-on-mobile-only{
        display:flex;
    }
    .commentImg{
        width: 35px;
        height: 35px;
    }
    .comment-author-header{
        font-size: 18px;
    }
    .container-fluid.page-header.py-5.mobx{
        height: 20%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .container.text-center.py-5.mobx{
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .form-card{
        border-radius: 10px;
        box-shadow: 2px 2px 5px var(--bs-primary);
        width: 90%;
        min-height: 10vh;
        padding: 20px;
        text-align: justify;
    }
    .applications-login-register-height{
        height: 10vh;
    }
    .applications-welcome-header{
        text-align: center;
    }
    .admin-compaigns-holder{
        flex-direction: column;
    }
    .admin-compaigns-item{
        width: 95%;
    }
    .border-start.border-end.admin-compaigns-item{
        border: none;
        border-left: none;
        border-right: none;
    }
    .table.applicationtablediv{
        display: none;
    }
    .mobileApplicationDiv{
        display: block;
    }
    .appFormDivChild2{
        width: 95%;
        margin-left: 2px;
    }
    
    @media only screen and (max-width: 	640px) {
        .nav-bottom{
            width: 100%;
            /* padding-top: 10px;
            padding-bottom: 10px; */
            background-color: var(--bs-primary);
            position: fixed;
            left: 0px;
            bottom: 0px;
            display: flex;
            justify-content: space-between;
            align-items: end;
            z-index: 7;
        }
        .nav-bottom-link{
            color: white;
            margin: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 10px;
        }
        .nav-bottom-link.activex{
            color:var(--bs-secondary);
            font-weight: bold;
            transform: scale(1.1);
        }
        .nav-bottom-link-icon{
            font-size: 32px;
        }
        .btn.btn-secondary.btn-square.rounded-circle.back-to-top{
            opacity: 0;
        }
        .nav-bar-top-mobile{
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            background-color: var(--bs-primary);
            color: white;
            z-index: 7;
        }
        .nav-bar-top-mobile-item{
            margin: 10px;
            margin-left: 20px;
            margin-right: 20px;
            display: flex;
            align-items: center;
            color: white;
        }
    }
    /* .container.py-5.mobx{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
    /* .contact-detail.position-relative.p-5.mobix{

    } */
}