p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}

body {
    font-family: "Baloo Da 2", 'SolaimanLipi', sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.navbar{
    box-shadow: 0 2px 3px 0px #a3cba3;
}
a{
    text-decoration: none;
}

.navbar-brand img {
    height: 50px;
}

.carousel-item img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.nav-item .nav-link {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #d8e9dd;
    margin-left: 4px;
    border-radius: 5px;
    background: #eafbea;
}

/* swiper slider css */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.sliderText {
    position: absolute;
    background-color: rgb(23 66 32 / 50%);
    padding: 5px 0px 0px 3px;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    opacity: 0;
    animation: fadeInUp 1.5s forwards;
}

    @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 40px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    }

    .sliderText h5{
        font-size: 32px;
        font-weight: bold;
        line-height: 36px;
        color: rgb(254, 254, 254);
    }
    .sliderText p{
        font-size: 20px;
        font-weight: normal;
        line-height: 32px;
        color: white;
        text-shadow: 0 4px 10px rgba(0,0,0,0.7);
    }

    .typing {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        line-height: 46px;
        text-shadow: 0 4px 10px rgba(0,0,0,0.7);
        bottom: 50%;
        left: 50%;

        transform: translateX(-50%);
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-right: 3px solid white;
        font-size: 2.5rem;
        color: white;
        text-align: center;
        margin-top: 40vh;
        animation: typing 3s steps(22) forwards, blink 0.7s step-end infinite;
        }

        @keyframes typing {
        from { width: 0; }
        to { width: 800px; }
        }
        @keyframes blink {
        from, to { border-color: transparent; }
        50% { border-color: white; }
        }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px!important;
    color: #407d50;
}

/* swiper slider css end */

/* Search part css start */
.search_heading{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
}

.searchBox .form-control {
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
.searchBox .btn {
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}
.form-label {
	margin-bottom: .1rem!important;
}
.memberHeading {
    text-align: center;
    background: #307e47;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 41px;
    color: #fff;
}
.member_bg{
    background-color: #f1f3f2;
}
.memberBox{
    background-color: #cce5d3;
    text-align: center;
    padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.memberBox img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.paymentBox{
    background-color: #cce5d3;
    padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}
.paymentBox h4{
   font-size: 20px;
}
.navList{
    margin-top: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    background: #cce5d3;
    color:#000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #307e47;
    color:#fff!important;
}

#total_unpaid_count, #total_paid_count {
    background: #4bb76b;
    color:#000!important;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.textLeft{
    text-align: left;
}
.textLeft p{
    text-align: left;
}
.memberHeading{
    position: relative;
}
.updateButton {
    position: absolute;
    right: 3px;
    top: 3px;
}
.textRight{
    text-align: right;
}
.textCenter{
    text-align: center;
}
.noMemberBg{
    background-color: #e9edea;
    border: 1px solid #e9edea;
}
/* Search part css end */

/* footer css */
.footerBg {
    background-color: #346e49;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.widget-box {
    padding-top:30px;
    color:#fff;
}
.widget-box a{
    color:#fff;
    text-decoration: none;
}
.widget-box h4{
    margin-bottom: 10px;
}
.footerBgTwo{
    background-color: #1d482d;
}
.footerBgTwo p{
    color:#fff;
    padding:5px 0px;
}
.weekBox {
    padding: 10px;
    border: 1px solid rgb(253, 208, 208);
    background-color: rgb(245 229 229);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 15px;
    text-align: center;
}
.weekBox p{
    font-weight: bold;
}
.mobileMenu{
    display: none;
}
.table > thead tr th {
    background: #e9d6d6;
}
.active{
    color:#419d62!important;
}

body{
    background-color: #eafbea;
}

/* Error page start */

.error-logo img {
    width: 450px;
}
.error-page {
    align-items: center;
    color: #1f1f1f;
    display: flex;
    background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
}
.error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: unset;
    padding-top: 50px;
}
.error-box {
    margin: 0 auto;
    max-width: 570px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.error-box .bg-01 {
    position: absolute;
    top: 70px;
    left: -15px;
}
.error-box .bg-02 {
    position: absolute;
    top: 25px;
    right: -12px;
}
.error-box .bg-03 {
    position: absolute;
    top: 410px;
    left: -60px;
}
.error-box .bg-04 {
    position: absolute;
    top: 260px;
    right: -75px;
}
.error-box .bg-05 {
    position: absolute;
    bottom: 20px;
    left: -180px;
}
.error-box .bg-06 {
    position: absolute;
    bottom: 115px;
    right: -150px;
}
.error-box h3 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
}
.error-box .back-to-home-btn {
    background: #0f8445;
    color:#fff;
    margin-top:30px;
    display: inline-block;
}
.btn {
    border-radius: 1.5rem;
    padding: 0.4rem 1.85rem;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 500;
}
.text-secondary {
    color: #0f8445 !important;
    opacity: 1;
}
.error-box .back-to-home-btn:hover {
    background: #392C7D;
}
.error-box-img{
    margin-bottom: 80px;
}
.error-box-img img{
    width: 450px;
}
.googleMap {
    margin: 20px auto;
    border-radius: 6px;
    height: 120px;
    overflow: hidden;   
}

.commonPage{
    padding:35px 0px;
}
.title{
    text-align: center;
    font-weight: bold;
}
.detailsImg{
    margin:10px auto;
    text-align: center;
}
.detailsImg img{
    width: 50%;
}
.descriptionText p{
    text-align: justify;
}