﻿.errant-header-container {
    /*background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .9)), url(/imageGallery/templates/Indian-Monuments.jpg) top center no-repeat;*/
    background: linear-gradient(rgba(0, 0, 9, .6), rgba(0, 0, 0, .9)), url(/imageGallery/templates/Indian-Monuments.jpg) bottom center no-repeat;
    background-size: cover;
}

.errant-top-header {
    /*background-color: #0f2358 !important;*/
    /*background-color: #0031af !important;*/
    border-bottom: 1px solid #444444;
}
.errant-header {
    /*background: linear-gradient(to right, var(--bs-secondary), var(--bs-primary));*/
    /*background-color: #00072a;*/
    /*background-color: #1842b6;*/
}

.errant-top-header-link {
    /*padding: 10px;
    color: var(--bs-white);
    font-size: 14px;*/
    outline: none;
}
    .errant-top-header-link:hover,
    .errant-top-header-link.active {
        color: var(--bs-secondary) !important;
    }
.errant-top-header-last-link {
    margin-right: .5rem !important;
}

    .logo-color {
        color: #ef1414;
    }

.logo-text {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.img-logo {
    /*height:50px;*/
    height: 40px;
}
.img-logo-footer {
    height:35px;
}

p {
    /*font-family: "Saira", sans-serif;*/
    color: #000103;
}

.img-testimonial {
    max-width: 100%;
    width: 100px !important;
    height: auto;
    border: 1px solid #e3f0eb;
    padding: 4px;
}

.img-donation-container {
    border: 1px solid #efefef;
    border-radius:8px;
    padding: 5px;
    margin-top: 5px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}
.img-donation-icon{
    height:60px;
    max-width:100%;
}

.top-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-header {
    margin-bottom: 50px;    
}

.carousel-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    z-index: 1;
}

.carousel-header {
    /*color: var(--bs-secondary);
    text-shadow: 1px 1px 2px var(--bs-primary), 0 0 25px var(--bs-primary), 0 0 5px var(--bs-secondary);*/
    color: #cdcdcd;
    text-shadow: 0px 0px 1px var(--bs-primary), 0 0 1px var(--bs-primary), 0 0 1px var(--bs-secondary);
    /*text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;*/
    font-family: "Saira", sans-serif;
    font-weight: normal;
}

.form-control {
    color: #262626;
}
    .form-control:focus {
        color: #262626;
        background-color: #fff;
        border-color: #767676;
        outline: 0;
        box-shadow: 0 0 0 0.10rem #959595;
    }

.blog {
    padding: 20px 0;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
    .blog .entry .entry-img {
        max-height: 440px;
        margin: -30px -30px 20px -30px;
        overflow: hidden;
    }
    .blog .entry .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .blog .entry .entry-meta {
        margin-bottom: 15px;
        color: #afa29e;
    }
        .blog .entry .entry-meta ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

        .blog .entry .entry-meta ul li {
            color: #656262;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }
            .blog .entry .entry-meta ul li + li {
                padding-left: 20px;
            }
        .blog .entry .entry-meta i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
        }
        .blog .entry .entry-meta a {
            color: #656262;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }
    .blog .entry .entry-content p {
        line-height: 24px;
    }
    .blog .entry .entry-content .read-more {
        -moz-text-align-last: right;
        text-align-last: right;
    }

    .blog .sidebar {
        padding: 30px;
        /*margin: 0 0 60px 20px;*/
        margin: 0 0 60px 0px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #473d3a;
            position: relative;
        }
        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }
        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }
        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }
        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }
        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }
            .blog .sidebar .categories ul a {
                color: #473d3a;
                transition: 0.3s;
            }
            .blog .sidebar .categories ul li .active {
                color: var(--bs-primary);
            }

            .blog .sidebar .categories ul .tutorial {
                font-weight:500;
                padding-bottom:10px;
            }
                .blog .sidebar .categories ul .tutorial:hover a {
                    letter-spacing: 1px;
                    color:var(--bs-primary);
                }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }
        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }
            .blog .sidebar .recent-posts h4 a {
                color: #473d3a;
                transition: 0.3s;
            }
        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #989595;
        }
        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }
        .blog .sidebar .tags {
            margin-bottom: -10px;
        }
            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }
                .blog .sidebar .tags ul li {
                    display: inline-block;
                }
                .blog .sidebar .tags ul a {
                    color: #8d7973;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #f4f2f2;
                    display: inline-block;
                    transition: 0.3s;
                }
        .sidebar .qa-posts img {
            width: 80px;
            float: left;
        }
        .sidebar .qa-posts h4 {
            font-size: 15px;
            /*margin-left: 95px;*/
            font-weight: bold;
        }
            .sidebar .qa-posts h4 a {
                color: #473d3a;
                transition: 0.3s;
            }
.sidebar .qa-posts time {
    display: block;
    /*margin-left: 95px;*/
    /*font-style: italic;*/
    /*font-size: 14px;*/
    font-size: 12px;
    color: #989595;
}
        .sidebar .qa-posts .post-item + .post-item {
            margin-top: 15px;
        }

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
    color: #313030;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #473d3a;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .blog .entry .entry-footer {
        padding-top: 10px;
        border-top: 1px solid #e6e6e6;
    }
        .blog .entry .entry-footer .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }
            .blog .entry .entry-footer .tags li {
                display: inline-block;
            }
                .blog .entry .entry-footer .tags li + li::before {
                    padding-right: 6px;
                    color: #6c757d;
                    content: ",";
                }
        .blog .entry .entry-footer a {
            color: #554945;
            transition: 0.3s;
        }
        .blog .entry .entry-footer i {
            color: #988782;
            display: inline;
        }
        .blog .entry .entry-footer .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }
            .blog .entry .entry-footer .cats li {
                display: inline-block;
            }
        .blog .entry .entry-footer a {
            color: #554945;
            transition: 0.3s;
        }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
        .blog .blog-author img {
            width: 120px;
            margin-right: 20px;
        }
        .blog .blog-author .social-links {
            margin: 0 10px 10px 0;
        }
            .blog .blog-author .social-links a {
                color: rgba(71, 61, 58, 0.5);
                margin-right: 5px;
            }
        .blog .blog-author p {
            font-style: italic;
            color: #a4a2a2;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }
        .blog .blog-comments .comments-count {
            font-weight: bold;
        }
        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }
            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }
                .blog .blog-comments .comment .comment-img img {
                    width: 60px;
                }
            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }
            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #635551;
                margin-bottom: 5px;
            }
            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }
            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

    .blog .blog-comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }


.image-browse-popup {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    position: fixed;
    top: 35px;
    left: 50%;
    min-height: 300px;
    max-height: 350px;
    width: 600px;
    margin-left: -300px;
    z-index: 999999;
    border-radius: 2px;
    overflow: auto;
}

.image-browse-popup-background {
    background: rgba(0,0,0,0.01);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
}

.editor-image-container {
    min-height: 150px;
    border: 5px solid transparent;
}

    .editor-image-container:hover {
        border-color: #000000;
        cursor: pointer;
    }

.editor-image-container-border {
    border: 1px solid #000000;
}

.input-group-btn {
    border: 1px solid #ced4da;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.project-content a {
    font-family: "Saira",sans-serif;
    font-size:24px;
    font-weight: 600;
    color:var(--bs-secondary);
    line-height: 1.2;
}
.project-item:hover .project-content a{
    color:#ffffff;
}

.access-denied-home:hover {
    background: var(--bs-secondary);
    color: #000000;
    border-color: #3cd898;
}
.access-denied-contact:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border-color: #1842b6;
}

.hover-primary:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border-color: #1842b6;
}
.hover-secondary:hover {
    background: var(--bs-secondary);
    color: #000000;
    border-color: #3cd898;
}

.sidebar-user-title{
    background:var(--bs-secondary);
    color:#000000 !important;
    padding:10px !important;
}
.sidebar-user-title:hover {
    background: var(--bs-primary);
    color: #ffffff !important;
}
.sidebar-user-title a{
    color: #000000 !important;
}
    .sidebar-user-title a:hover {
        color: #ffffff !important;
    }


.tutorial-img {
    background-color: #ff3131; 
    filter: brightness(20%);
}

.user-blog-entry {
    padding: 15px !important;
    margin-bottom: 0px !important;
}
.user-blog-entry-title {
    margin: 0 0 10px 0 !important;
}
.user-blog-entry-meta {
    margin-bottom: 0px !important;
    color: #afa29e;
}

.blog-user-profile-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-user-profile {
    color: #7e7e7e;
}
.blog-user-image {
    min-width:180px;
    max-width: 250px;
    border-radius: 50%;
    border: 2px solid #bababa;
}
.blog-user-member {
    font-size: 14px;
    color: #7e7e7e;
}

.blog-home-border {
    border-top: 1px solid #f3f3f3;
}

.user-blog-box {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.user-blog-box:last-child {
    background-color: #fff;
    border-width:0px;
    margin-bottom:0px;
}
.user-blog-box-footer {
    font-size:12px;
}
.user-blog-box-content {
    font-size: 14px;
}

.login-popup {
    background-color: #ffffff;
    width: 320px;
    margin-left: -160px;
    z-index: 9999;
    border-radius: 5px;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0px !important;
    transform: translate(-50%, -50%);
}
.popup-background {
    background: rgba(0,0,0,0.96);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}
.popup-close {
    cursor: pointer;
    float: right;
    margin-top:-35px;
}
    .popup-close:hover {
        color: red;
    }
.popup-header {
    padding: 15px;
}
.popup-footer {
    padding: 15px;
}
.popup-body {
    padding: 15px;
}

.errant-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.errant-modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.errant-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.errant-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    outline: 0;
    z-index:9999;
}
.errant-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.errant-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.errant-modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
    .errant-modal-footer > * {
        margin: 0.25rem;
    }
.errant-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity:0.9;
}
.errant-modal-close {
    position: absolute;
    top:12px;
    right: 18px;
    font-size: 24px;
    color: var(--bs-danger);
}

.errant-login-modal-header {
    /*display: flex;*/
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.errant-login-modal-footer {
    /*display: flex;*/
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    /*justify-content: flex-end;*/
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

    .errant-login-modal-footer > * {
        margin: 0.25rem;
    }

.home-content-bg, .pagination-bg {
    background-color: #f3fffa;
}

.bmc-btn:hover {
    color: #ffffff !important;
}

.txt-search, .txt-search:focus, .txt-search:hover {
    background-color: #fff;
    border-color: #1842b6 !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-search, .btn-search:hover {
    color: #ffffff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box-shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.contact-content {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
    .contact-content::before {
        position: absolute;
        content: "";
        /*height: 50%;*/
        height:100%;
        width: 100%;
        top: 0;
        left: 0;
        /* background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 30%)), url(../imageGallery/templates/background.jpg) center center no-repeat;*/
        background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%)), url(../imageGallery/templates/planet-bg-sm.jpg) center center no-repeat;
        background-size: cover;
        /*border-top-left-radius: 10px;
        border-top-right-radius: 10px;*/
        border-radius:10px;
        z-index: -1;
    }
.contact-form-box {
    background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%));
}

.contact-detail{
    padding:48px;
}
.contact-map {
    padding: 48px;
}

.contact-form {
    padding: 30px;
}

/*.login-form-box {
    background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%));
    padding: 30px;
}*/

.register-signin-content {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
    .register-signin-content::before {
        position: absolute;
        content: "";
        /*height: 50%;*/
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /* background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 30%)), url(../imageGallery/templates/background.jpg) center center no-repeat;*/
        background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%)), url(../imageGallery/templates/planet-bg-sm.jpg) center center no-repeat;
        background-size: cover;
        /*border-top-left-radius: 10px;
        border-top-right-radius: 10px;*/
        border-radius: 10px;
        z-index: -1;
    }
.register-signin-form-box {
    background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%));
    padding:30px;
}

.form-control-container {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
}

select, .form-control[type=file] {
    background-color:#fff !important;
}

.donation-box-container {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
   /* margin: 0 0 20px 0px;*/
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
    .donation-box-container::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(rgb(255 226 226), rgb(255, 246, 246, 20%)), url(../imageGallery/templates/planet-bg-sm.jpg) center center no-repeat;
        background-size: cover;
        border-radius: 10px;
        z-index: -1;
    }
.donation-box {
    background: linear-gradient(rgb(255, 246, 246), rgb(255, 255, 255, 60%));
    padding: 30px;
}

.donation-box-container-home {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding-top: 30px;
    padding-bottom:30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
    .donation-box-container-home::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(rgb(255 226 226), rgb(255, 246, 246, 20%)), url(../imageGallery/templates/planet-bg-sm.jpg) center center no-repeat;
        background-size: cover;
        z-index: -1;
    }
.donation-box-home {
    background: linear-gradient(rgb(255, 246, 246, 70%), rgb(255, 255, 255, 20%));
    padding: 30px;
}
    /*.donation-box-home::after {
        content: "";
        left: 0px;
        right: 0px;
        top: -8px;
        position: absolute;
        width: 100%;
        background: linear-gradient(rgb(255, 246, 246, 70%), rgb(255, 255, 255, 20%));
        border-radius: 50%;
        height: 100px;
    }*/


.donation-amount-symbol{
    padding:5px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}

.content-disable {
    pointer-events: none;
    opacity: 0.7;
}
.control-disable {
    pointer-events: none;
    opacity: 0.99;
}
.page-disable {
    pointer-events: none;
}

.state-list-bg {
    /*background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .1)), url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Flag_of_Assam%2C_India.svg/180px-Flag_of_Assam%2C_India.svg.png) center center no-repeat;*/
    padding:20px;
    border-radius: 8px;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor:pointer;
    font-size:15px;
}
.state-detail-bg {
    /*background: linear-gradient(#ffdddd,#ffbe62);*/
    /*background-color: var(--bs-secondary); */
    /*background: linear-gradient(to right, var(--bs-secondary), #ffbe62);
    border-radius: 8px;
    background-repeat: no-repeat !important;*/
    border-radius: 8px;
    background-repeat: no-repeat !important;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .5)), url(/imageGallery/templates/planet-bg-sm.jpg) top center no-repeat;
    background-size: cover;
    word-spacing: 1px;
    letter-spacing: 0.5px;
}
.state-detail-bg a{
    color:var(--bs-secondary);
}
.state-detail-content, .place-detail-content {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
    .state-detail-content li, .place-detail-content li{
        margin-bottom: 10px;
    }
    .state-detail-content h5, .place-detail-content h5 {
        padding-top: 10px;
    }

.comment-box, .post-comment-box {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 30px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.comment-box-data {
    padding-bottom: 10px;
    color: #303030;
}
    .comment-box-data span {
        font-size: 14px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #dadada;
        line-height: 12px;
        display: inline-block;
    }
    .comment-box-data i {
        color: #bbb;
        margin-right: 3px;
    }
    .comment-box-data .posted-comment-time {
        border-right: 0;
    }
    .comment-box-data .posted-author {
        text-transform: capitalize !important;
    }
.comment-box-text {
    font-size: 14px;
}
.comment-reply-box{
    padding-left:30px;
}

.comment-list-divider {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px 0 15px;
}
    .comment-list-divider:last-child {
        border-bottom: none;
        margin-bottom:0px;
    }

.district-list-bg {
    /*background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .1)), url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Flag_of_Assam%2C_India.svg/180px-Flag_of_Assam%2C_India.svg.png) center center no-repeat;*/
    padding: 20px;
    border-radius: 8px;
    background-repeat: no-repeat !important;
    background-position: right !important;
    font-size:15px;
    cursor:pointer;
}

.about-content {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.page-content-box {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.page-generic-content {
    font-family: "Saira",sans-serif;
    color: #383838;
}

.page-generic-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #DDDDDD;
}

.cursor-text-only{
    cursor:text;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default !important;
}

.contribute-post-container {
    font-family: "Saira",sans-serif;
    color: #383838;
    padding: 30px 30px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sidebar {
    padding: 30px;
    /*margin: 0 0 60px 20px;*/
    /*margin: 0 0 60px 0px;*/
    margin: 0 0 30px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

    .sidebar .sidebar-title {
        /*font-size: 20px;*/
        font-weight: 700;
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        color: #000103;
        position: relative;
    }

    .sidebar .search-form form {
        background: #fff;
        border: 1px solid #ddd;
        padding: 3px 10px;
        position: relative;
    }

    .sidebar .sidebar-item {
        /*margin-bottom: 30px;*/
    }

    .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

    .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .sidebar .categories ul a {
            color: #473d3a;
            transition: 0.3s;
        }

        .sidebar .categories ul li .active {
            color: var(--bs-primary);
        }

        .sidebar .categories ul .tutorial {
            font-weight: 500;
            padding-bottom: 10px;
        }

            .sidebar .categories ul .tutorial:hover a {
                letter-spacing: 1px;
                color: var(--bs-primary);
            }

    .sidebar .recent-posts img {
        width: 80px;
        float: left;
    }

    .sidebar .recent-posts h4, .sidebar .recent-posts h5 {
        /*font-size: 15px;*/
        margin-left: 95px;
        /*font-weight: bold;*/
    }

        .sidebar .recent-posts h4 a, .sidebar .recent-posts h5 a {
            color: #473d3a;
            transition: 0.3s;
        }

    .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        font-style: italic;
        font-size: 14px;
        color: #989595;
    }
    .sidebar .recent-posts p {
        display: block;
        margin-left: 95px;
        font-size: 14px;
        color: #989595;
    }

    .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

    .sidebar .tags {
        margin-bottom: -10px;
    }

        .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .sidebar .tags ul li {
                display: inline-block;
            }

            .sidebar .tags ul a {
                color: #8d7973;
                font-size: 14px;
                padding: 6px 14px;
                margin: 0 6px 8px 0;
                border: 1px solid #f4f2f2;
                display: inline-block;
                transition: 0.3s;
            }

.errant-sidebar-place {
    padding: 30px;
    margin: 0 0 30px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
    .errant-sidebar-place a div {
        overflow: hidden;
        margin-bottom: 4px;
    }
    .errant-sidebar-place-title {
        /*font-weight: 700;*/
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        color: #000103;
        position: relative;
    }
.errant-sidebar-place img {
    height: 120px;
    width: 100%;
    display: block;
    border-bottom: 4px solid var(--bs-primary);
    border-radius: 4px;
    transition: transform .4s;
}
    .errant-sidebar-place img:hover {
        border-radius: 4px;
        transform: scale(1.3);
        transform-origin: 50% 50%;
    }

#carouselState .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-top:0px;
    border-bottom:0px;
    background: var(--bs-primary);
    margin: 5px;
    border-radius: 20px;
    opacity: 1;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-gray);
}

.page-header .breadcrumb {
    margin-bottom:0px !important;
}
.page-header .breadcrumb-item {
    font-size: 14px;
    color: var(--bs-gray);
}
.page-header .breadcrumb-item a {
    font-size: 14px;
    color: var(--bs-primary);
}

.page-header-multi-repeating {
    background: repeating-linear-gradient( 190deg, 
    rgb(255 0 0 / 50%) 40px, rgb(255 153 0 / 50%) 80px, 
    rgb(255 255 0 / 50%) 120px, rgb(0 255 0 / 50%) 160px, 
    rgb(0 0 255 / 50%) 200px, rgb(75 0 130 / 50%) 240px, 
    rgb(238 130 238 / 50%) 280px, rgb(255 0 0 / 50%) 300px ), 
        repeating-linear-gradient( -190deg, 
    rgb(255 0 0 / 50%) 30px, 
    rgb(255 153 0 / 50%) 60px, 
    rgb(255 255 0 / 50%) 90px, 
    rgb(0 255 0 / 50%) 120px, 
    rgb(0 0 255 / 50%) 150px, 
    rgb(75 0 130 / 50%) 180px, 
    rgb(238 130 238 / 50%) 210px, rgb(255 0 0 / 50%) 230px ), 
        repeating-linear-gradient( 23deg, red 50px, orange 100px, yellow 150px, green 200px, blue 250px, indigo 300px, violet 350px, red 370px );
}

.state-detail-disclaimer {
    border: 1px solid #fff4f4;
    border-radius: 8px;
    padding: 10px 30px;
    margin: 0px;
    font-size: 12px;
    font-weight:bold;
    color: #8d8d8d;
    background: linear-gradient(#fff4f4, #fffbf5);
    /*text-align:center;*/
}

.img-responsive{
    max-width:100%;
    width:100% !important;
    height:auto;
}

.img-responsive-content {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}

.state-footer-gallery {
    display: grid;
    /*grid-template-columns: repeat(5, minmax(0, 5fr));*/
    grid-template-columns: repeat(4, minmax(0, 5fr));
}
.state-footer-gallery img{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 5fr));
}

.state-footer-gallery-container{
    position:relative;
    height:100%;
}
    .state-footer-gallery-container:hover .state-footer-gallery-info-container {
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
.state-footer-gallery-info-container {
    position: absolute;
    /*padding: 20px;*/
    bottom: 0px;
    width: 100%;
    /*background-image: linear-gradient(to bottom, rgb(255 255 255 / 5%), rgb(38 212 140 / 80%));*/
    background-image: linear-gradient(to bottom, rgb(38 212 140 / 5%), rgb(0 0 0 / 98%));
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 100%;
}
.state-footer-gallery-info {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding:20px;
}
.state-footer-gallery-info h5{
    color: #fff;
    text-align: center;
}
    .state-footer-gallery-info h6 {
        color: #fff;
        text-align: center;
        margin: 0px;
    }

.jc-right, .jc-left {
    background: var(--bs-primary) !important;
}
    .jc-right:hover, .jc-left:hover {
        background: var(--bs-secondary) !important;
    }
    .jc-right svg, .jc-left svg {
        fill: #fff !important;
    }

.modal {
    background-color: rgb(50 5 5 / 50%);
}
.modal-dark {
    background-color: rgb(50 5 5 / 98%) !important;
}
.modal-body {
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.modal-dark-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.img-map-lg{
    max-width:100%;
    height:auto;
    margin:auto;
}

.modal-close, .modal-close :hover{
    color: var(--bs-red) !important;
}

.ddl-language {
    min-width: 100px;
    max-width:120px;
    background: url(/imageGallery/templates/globe_language.jpg) left 5px center no-repeat;
    background-size: 25px;
    padding: 5px 5px 5px 40px;
    box-shadow:none;
}
    .ddl-language:hover, .ddl-language:active, .ddl-language:focus, .ddl-language:paused, .ddl-language:visited {
        box-shadow: none;
    }

.content-na {
    color: var(--bs-red);
    font-size: 14px;
}

.state-attraction-place {
    background: rgba(0, 151, 19, 0.5);
    text-align: right;
    float: right;
    right: 0px;
}

.bg-white{
    background-color:white !important;
}
.bg-cfcfcf {
    background-color: #cfcfcf;
}

.bg-fb, .bg-fb:hover {
    background-color: #1877F2;
    color: #fff !important;
}
.bg-youtube, .bg-youtube:hover {
    background-color: #FF0000;
    color: #fff !important;
}
.bg-whatsapp, .bg-whatsapp:hover {
    background-color: #25D366;
    color: #fff !important;
}
.bg-google, .bg-google:hover {
    background-color: #4285F4;
    color: #fff !important;
}

.bg-user-contribution {
    border: 1px solid #efefef;
    background-color: #efefef;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.border-user-contribution {
    border: 1px solid #efefef;
}

.pipeline {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #efefef;
    line-height: 12px;
    display: inline-block;
}

.fb-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #1877F2;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}

.yt-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}
.whatsapp-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}
.google-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #4285F4;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}
.gmail-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}
.linkedin-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0077B5;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}

.share-copy-url, .share-copy-url:focus, .share-copy-url:hover, .share-copy-url:active, .share-copy-url:focus-visible, .share-copy-url:active:focus-within, .share-copy-url:active::selection {
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    border-width: 0px;
    background-color: #fff;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.share-btn-copy {
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    color: var(--bs-primary);
    cursor: pointer;
    margin-left: 10px;
    text-align: right;
    text-wrap: nowrap;
}

.fb-color-border {
    border-top: 1px solid #1877F2;
}
.yt-color-border {
    border-top: 1px solid #FF0000;
}
.email-color-border {
    border-top: 1px solid #4285F4;
}
.linkedin-color-border {
    border-top: 1px solid #0077B5;
}
.whatsapp-color-border {
    border-top: 1px solid #25D366;
}

.socal-border-setting {
    margin-left: 22px;
    margin-top: -1px;
}

.coming-soon-circle {
    width:180px;
    height:180px;
}

.state-box {
    box-shadow: 0 0 10px #DDDDDD;
    border-width:0px;
}
    .state-box:hover {
        box-shadow: 0 0 10px var(--bs-secondary);
    }

.historical-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #DDDDDD;
}
    .historical-box:hover {
        box-shadow: 0 0 10px var(--bs-secondary);
    }
.historical-box-footer {
    border-top: 1px solid rgba(185, 185, 185, 0.2);
    margin: 0px -20px;
    /*padding: 10px 20px 0px;*/
    padding: 20px 20px 0px;
}
.historical-box-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.historical-box-content {
    min-height:230px;
}
.historical-box-content p {
    font-size: 14px;
    color: #000103;
    letter-spacing:0.4px;
    margin-bottom:10px;
}

.search-item-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #DDDDDD;
}
    .search-item-box:hover {
        box-shadow: 0 0 10px var(--bs-secondary);
    }
        .search-item-box:hover .search-item-type {
            box-shadow: 0 0 10px var(--bs-secondary);
        }
.search-item-type {
    background-color: #ffffff;
    box-shadow: 0 0 5px #DDDDDD;
    position: absolute;
    top: -8px;
    right: 12px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #304000;
}

.home-blog-box {
    /*background-color: #fff;*/
    padding: 20px;
    box-shadow: 0 0 10px #DDDDDD;
}

.home-state-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #DDDDDD;
}
    .home-state-box:hover {
        box-shadow: 0 0 10px var(--bs-secondary);
    }
.home-state-image {
    background-color: #fff;
    padding: 20px;
    max-height: 200px;
    min-height: 160px;
    width: auto;
}
.home-state-box-footer {
    border-top: 1px solid rgba(185, 185, 185, 0.2);
    margin: 0px -20px;
    padding: 10px 20px 0px;
}

.img-place-detail {
    border-radius: 8px;
}

.footer-errant {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .6)), url(/imageGallery/templates/Indian-Monuments.jpg) top center no-repeat;
    background-size: cover;
}

.state-links{
    color:var(--bs-secondary);
}
.state-links a{
    color: var(--bs-secondary);
}
    .state-links a::after {
        content: "|";
        padding: 0px 10px;
        color: #585858;
        cursor:default;
    }

    .state-links a:last-child::after {
        content: '';
        display: none;
    }

.ver-divider {
    width: 1px;
    margin: 6px 0;
    background: blue;
}

.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}

.content-created-by {
    border-top: 1px solid #f3f3f3 !important; 
    text-transform: capitalize;
    padding-top:10px;
}

.place-text-info {
    color: #d5a000;
}

.user-comment-icon{

}
.user-reply-icon{

}

.home-box-row {
    background-color: #fff;
}
.home-box-alternate-row {
    background-color: #f3fffa;
}

.no-wrap{
    white-space:nowrap;
}

.content-color {
    color: #383838;
}

.user-profile-image {
    width: 100%;
    max-width: 250px;
    border-radius: 50%;
    border: 2px solid #bababa;
}
.profile-image-change {
    font-size: 24px;
    margin-top: -65px;
    position: absolute;
    right: 62px;
    background-color: #bababa;
    padding: 8px;
    border-radius: 50%;
    color: var(--bs-primary);
}
    .profile-image-change:hover {
        background-color: var(--bs-secondary);
    }

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}

.p-events-auto {
    pointer-events:auto;
}

.page-loading {
    filter: Alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background-color: rgb(50 5 5 / 50%);
    color:#fff;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.glb-search-box-container {
    position: relative;
}
.glb-search-box {
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    z-index: 999;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 95px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transform: translateX(100%);
    transition: transform ease-out 0.8s;
}
    .glb-search-box.is-open {
        transform: translateX(0);
    }
    .glb-search, .glb-search:focus, .glb-search:hover, .glb-search:active, .glb-search:visited {
        box-shadow: none !important;
        border-color: #ced4da !important;
    }
.glb-search-icon, .glb-search-icon:hover, .glb-search-icon:focus {
    padding: 10px;
    color: var(--bs-white);
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    transition: box-shadow .15s ease-in-out;
    font-size: 18px;
    outline: none;
    border: 1px solid rgb(255 255 255 / 0.1);
}

.glb-subscribe, .glb-subscribe:focus, .glb-subscribe:hover, .glb-subscribe:active, .glb-subscribe:visited {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.donation-form-header {
    background: var(--bs-secondary);
    padding: 7px 10px 7px 35px;
    border-radius: 8px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-left: 10px;
}
    .donation-form-header span {
        width: 38px;
        height: 38px;
        background: var(--bs-primary);
        position: absolute;
        left: -10px;
        top: 0;
        border-radius: 100%;
        text-align: center;
        line-height: 38px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

.rules-regulations-container {
    max-height: 400px;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding:20px;
}

.status-saved{
    color:var(--bs-blue);
}
.status-pending {
    color: var(--bs-orange);
}
.status-approved {
    color: var(--bs-green);
}
.status-rejected {
    color: var(--bs-red);
}

.border-default{
    border:1px solid #efefef;
    border-radius:8px;
}
.border-bottom {
    border-bottom: 1px solid #efefef !important;
}
.border-color-f3f3f3 {
    border-color: #f3f3f3 !important;
}
.border-f3f3f3 {
    border-top: 1px solid #f3f3f3 !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.bmc-btn-text {
    padding-right: 12px;
}

.header-profile-popup {
    width: 240px;
    min-height: 270px;
    border: 1px solid #444444;
    color:#fff;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    margin-top: 12px;
    right: 0px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .9)), url(/imageGallery/templates/Indian-Monuments.jpg) top center no-repeat;
    background-size: cover;
}
    .header-profile-popup h5, .header-profile-popup h6, .header-profile-popup p, .header-profile-popup span {
        color: #fff;
    }
    .header-profile-popup .contributions {
        border-bottom: 2px solid #444444;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-bottom: 10px;
    }



/*       ScrollBar       */
#scrollbar2::-webkit-scrollbar {
    width: 12px;
}
#scrollbar2::-webkit-scrollbar-track {
    border-radius: 8px;
    /*background-color: #e7e7e7;*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #c5ffe4), color-stop(1, #cec5ff));
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
#scrollbar2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /*background-color: #363636;*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #1842b6), color-stop(1, #26d48c));
}
/*        End ScrollBar    */
        



/*** Padding/margin Start ***/
.padding-top-4 {
    padding-top: 4px;
}
.padding-top-5 {
    padding-top: 5px;
}
.pt-6 {
    padding-top: 6px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20{
    padding-bottom:20px;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-24{
    padding-top:24px;
}
.pl-30{
    padding-left:30px;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-10{
    padding-right:10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.py-20{
    padding-top:20px;
    padding-bottom:20px;
}

.margin-top--3rem {
    margin-top: -3rem;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.ml-10{
    margin-left:10px;
}
.mr-0{
    margin-right:0px !important;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-6{
    margin-bottom:6px !important;
}


/*** Padding/margin End ***/

/*** Height/Width Start ***/

.min-height-10 {
    min-height: 10px;
}
.min-height-20{
    min-height:20px;
}
.min-height-30 {
    min-height: 30px;
}
.min-height-90 {
    min-height: 90px;
}

.h-min-25{
    min-height:25px;
}

.height-25{
    height:25px;
}

.max-width-80{
    max-width:80px;
}
.max-width-120 {
    max-width: 120px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-400 {
    max-width: 400px;
}

.width-200{
    width:200px;
}

.w-100-p{
    width:100%;
}

/*** Height/Width End ***/


/*** Color Start ***/

.text-transparent, .text-transparent a {
    color: transparent !important;
}
.text-black{
    color:#000000 !important;
}
.text-error {
    font-size: 13px;
    color: #ff2d2d;
}
.text-error-xs {
    font-size: 12px;
    color: #ff2d2d;
}
.text-no-record-with-border {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding:20px;
    color: #ff2d2d;
}

.text-red {
    color: #ff2d2d;
}
.text-green {
    color: var(--bs-green);
}
.text-blue {
    color: var(--bs-blue);
}
.text-orange{
    color:var(--bs-orange);
}

.link-red, .link-red:hover, .link-red:active, .link-red:visited {
    color: #ff2d2d;
}

.text-white-70 {
    color: rgba(255, 255, 255, .7) !important;
}


/*** Color End ***/
/*** Align Start ***/
.text-left {
    text-align: left;
}
.text-right {
    text-align:right;
}

/*** Align End ***/

/*** Font Start ***/

.font-12{
    font-size:12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-bold {
    font-weight:bold;
}
.font-weight-500{
    font-weight:500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-900 {
    font-weight: 900;
}

/*** Font End ***/

/*** Display Start ***/

.display-inline{
    display:inline !important;
}

/*** Display End ***/


/*** Responsive Table Start ***/

#no-more-tables td {
    vertical-align: middle;
}

.table {
    /*--bs-table-bg: transparent;
    --bs-table-striped-color: #383838;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #383838;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #383838;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;*/
    color: #383838;
    /*vertical-align: top;*/
    border-color: #efefef;
}
.bg-tbl-header {
    background-color: #efefef;
}

@media only screen and (max-width: 992px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
        font-size: 12px;
        min-height: 30px;
    }

        #no-more-tables td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            /*width: 45%; */
            width: 40%;
            padding-right: 10px;
            /*white-space: nowrap;*/
            white-space: normal;
            text-align: left;
            font-weight: bold;
        }

        #no-more-tables td:before {
            content: attr(data-title);
        }
}

/*** Responsive Table Start ***/



@media (max-width: 1023px) {

    .page-header {
        margin-bottom: 30px;
    }

    .state-footer-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 5fr));
    }
        .state-footer-gallery img:nth-child(n+5) {
            display: none;
        }
}

@media (max-width: 991px) {

    .contribute-post-container {
        padding: 20px 20px;
    }
}

@media (max-width: 767px) {
    .contact-detail {
        padding: 20px;
    }
    .contact-map {
        padding: 20px;
    }
    .contact-form {
        padding: 20px;
    }

    .login-form-box {
        padding: 20px;
    }

    .page-header {
        margin-bottom: 20px;
    }

    .state-footer-gallery {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 5fr));
    }

    .coming-soon-circle {
        width: 120px;
        height: 120px;
    }

    .footer-errant {
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .6)), url(/imageGallery/templates/Indian-Monuments.jpg) bottom center no-repeat;
        background-size: cover;
    }

    .img-logo {
        height: 35px;
    }

    .register-signin-content {
        padding: 20px;
    }
    .register-signin-form-box {
        padding: 20px;
    }

    .contribute-post-container {
        padding: 20px 10px;
    }
}

@media (max-width: 576px) {
    .state-footer-gallery {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 5fr));
    }

    .coming-soon-circle {
        width: 80px;
        height: 80px;
    }

    /*.top-info {
        flex-direction: column;
        align-items:start;
    }*/

    .d-none-xs {
        display: none;
    }
    .d-visible-xs {
        display: block !important;
    }

    .errant-top-header-last-link {
        margin-right: .25rem !important;
    }

    .img-donation-container {
        font-size: 16px;
    }

    .img-donation-icon {
        height: 40px;
    }

    .state-detail-content, .place-detail-content {
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .img-logo {
        height: 30px;
    }
    .img-logo-footer {
        height: 30px;
    }
}

@media (min-width: 576px) {
    .errant-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}