td, th {
    font-size: 13px !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #979695;
}
td{
    padding: 7px !important;
    font-weight:700;
}
th {
    padding: 4px;
    background-color: #d8261c !important;
    color: #fff;
}
tr:nth-child(even){
    background-color: #fff !important ;
    color: #000 !important;

}
.paid{
    color:#ff0000 !important;
}
.pending{
    color: green !important;
}
tr:nth-child(odd){
    background-color: rgb(90 200 250)0.1;
    color:#4C2C58 !important;
}
.dz-icon img{
    border-radius: 0% !important;
}

.row2 
{
    display: flex !important;
}

.service-area .service-box {
    background-color: var(--bg-white);
    border: 1px solid #f8f9fa;
    padding: 10px 0;
    width: calc(33.33% - 15px);
    text-align: center;
    border-radius: 18px !important;
    flex: 0 0 calc(33.33% - 15px);
    box-shadow: 0px 0px 7px rgba(0, 95, 53, 0.80) !important;
    margin: 8px 5px;
    /*  box-shadow: 2px blue;*/
}

/*.service-area .service-box {
    background-color: var(--bg-white);
    border: 3px solid #f8f9fa;
    padding: 25px 0;
    width: calc(50% - 15px);
    text-align: center;
    border-radius: 18px !important;
    flex: 0 0 calc(50% - 15px);*/
   /* box-shadow: 2px 2px 8px !important;*/
    /*margin: 8px 5px;
    box-shadow: 2px blue;
}*/

.ourplan h6{
    text-align:start;
    font-family:sans-serif;
    color: red !important;
}
/*.add-banner {
    box-shadow: none;*/
   /* border: 1px solid ;*/
    /*overflow: hidden;
    z-index: 1;
    height: 178px;
    background-size: contain !important;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background:none;
}*/
.title-bar-ourplan {
    display: flex;
    align-items: center;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    justify-content: space-between;
}
.title-bar {
    display: flex;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.swiper-btn-center-lr {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
    margin-bottom: -15px !important;
}

.dz-icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-base);
    font-size: 13px;
    margin-right: 12px;
    background: linear-gradient(135deg, #005f35, #00a96d);
}

    .dz-icon img {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }
/*.typewriter h1 {
    margin: 0;
    color: #fff;
    padding: 5px 5px;
    font-family: sans-serif;
    font-size: 18px;
    text-align: start;
    overflow: hidden;
    border-right: .15em solid #fff !important;
    white-space: nowrap;*/
    /*animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;*/
    /*align-items: center;
    width: 30em;
    animation: typing 3.5s steps(22), blink .5s step-end infinite alternate !important;
}*/

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.typing {
    /*font-size: 20px;*/
    color: black; /* Ensure text color is white */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflowing text during typing */
    display: inline-block; /* Ensure width fits content */
}

    .typing h1 {
        margin: 10px 0 0 0;
        display: inline-block; /* Ensure the width applies correctly */
        overflow: hidden; /* Hide text until it's revealed */
        color: #000000; /* Ensure text color is white */
        width: 0; /* Start with zero width */
        border-right: 2px solid #474646; /* Initially visible cursor */
        animation: typing 4s steps(30) forwards, blink 0.7s step-end infinite;
    }

/* Typing effect animation */
@keyframes typing {
    to {
        width: 100%; /* Reveal the full text */
    }
}

/* Cursor blink animation */
@keyframes blink {
    

    100% {
        border-color: black; /* Cursor reappears */
    }
}

.bannermob {
    background-image: url('../images/background/bg.jpg') !important;
    background-size:cover;
  
}
.header-logo img {
    width: 120%;
    margin-left: -10px;
    padding: 10px;
    display:none !important;
}
@media only screen and (max-width: 990px) {
    /*.bannermob {
        background-image: url('../images/background/bg.png') !important;
        background-size: cover;
        height: 253px;
    }*/
    .bannermob {
        background-image: url('../images/background/annai-banner-ipad.jpg') !important;
        background-size: contain !important;
        height: 165px !important;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 460px) {
/*    .header .container {
        background-image: url('../images/background/banner-annai.png') !important;
        background-size: cover !important;
    }*/
/*        .header .container {
        background-image: url(../images/svg/annai-mobile.png) !important;
    }*/
    .bannermob {
        background-image: url('../images/background/banner-annai.jpg') !important;
        background-size: contain !important;
        height: auto !important;
        background-repeat:no-repeat;
    }


    .header-logo img {
        width: 120%;
        margin-left: -10px;
        padding: 10px;
    }
}
    @media screen and (max-width: 360px) {
        .bannermob {
            background-image: url('../images/background/banner-annai.jpg') !important;
            background-size: contain !important;
            height: 115px !important;
            background-repeat: no-repeat;
        }

        .header-logo img {
            width: 120%;
            margin-left: -10px;
            padding: 10px;
            display:none !important
        }
        .header .container {
          background:none  !important; 
        }
    }


.header .header-content {
    display: flex;
    height: 100%;
    min-height: 120px !important;
    align-items: center;
}



.dz-tab .tab-slide-effect .tab-active-indicator {
    background-color: #005f35 !important;
}

.dz-tab.style-4 .nav.nav-tabs .nav-item .nav-link {
    color: #005f35 !important;
    font-weight: 600;
    padding: 5px;
}

    .dz-tab .tab-slide-effect .nav-tabs .nav-item.active .nav-link {
        color: #fff !important;
    }

    .order-summery .summery-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none !important;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .main-our-page {
        margin: 80px 0 !important;
    }
/*.order-detail-box li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
   border-bottom: 1px solid #ddd;
}*/


.order-box .order-content {
    margin-bottom: 0px !important;
    display: flex;
}

/*.order-detail-box h6:nth-child(2) {
   flex: 2;
    text-align: left;
}*/

.card.store-card .card-body .card-info .btn {
    position: relative !important;
    border-radius: var(--border-radius-base);
    text-transform: capitalize;
    top: 0 !important;
    right: 0 !important;
    align-items: center !important;
}

.card.store-card .card-body .card-info {
    padding: 10px 20px 15px;
    position: relative;
    text-align: center !important;
}
    .card.store-card .card-body .card-info .info-bottom {
        display: flex;
        align-items: center;
        justify-content: space-evenly !important;
    }

.title-bar1 {
    text-align: center;
    margin-top: 5px;
  /*  margin-bottom: 13px;*/
}
.title-bar12 {
    text-align: center;
     margin-top: 35px;
    /*  margin-bottom: 13px;*/
}


/*banner changes*/
/*.add-banner {
    box-shadow: none;*/
    /* border: 1px solid; */
    /*overflow: hidden;
    z-index: 1;*/
    /* height: 178px; */
    /*background-size: cover !important;
    margin-bottom: 0;
    background-repeat: no-repeat;*/
    /* background: none; */
/*}*/

.add-banner {
    width: 100% !important; /* full width of screen */
    height: 0; /* reset fixed height */
    padding-top: 50%; /* maintain aspect ratio (adjust 50% as needed) */
    background-size: cover !important; /* fills container, may crop */
    background-position: center !important; /* centers the image */
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.dz-icon-lay {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-base);
    font-size: 13px;
    margin-right: 12px;
}