
.content-wrapper {
    overflow-x: hidden;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Mulish', sans-serif;
    background: url(../img/index-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}




#owl-demo .item {
    margin: 7px;
    border: #eaeaea 1px solid;
    padding: 10px 10px;
    transition: ease 0.3s;
    background: #fff;
}

#owl-demo2 .item {
    padding: 5px;
    transition: ease 0.3s;
    text-align: center;
    overflow: hidden;
}

    #owl-demo2 .item > a {
        width: 200px;
        height: 120px;
        overflow: hidden;
        display: inline-block;
    }

        #owl-demo2 .item > a > img {
            width: 100%;
        }


.pin-left-text {
    padding-right: 0px;
}

    .pin-left-text > h2 {
        font-size: 14px;
        font-weight: 800;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        .pin-left-text > h2 > span {
            float: right;
            color: #ee751c;
            font-size: 12px;
            line-height: normal;
        }

    .pin-left-text > h3 {
        font-size: 14px;
        font-weight: 800;
        text-align: left;
        padding: 15px;
        background-color: #ee751c;
        margin: 23px 0px 0px 0px;
        border-radius: 10px;
        min-height: 180px;
    }

        .pin-left-text > h3 > a:first-child {
            margin-top: 10px;
        }

        .pin-left-text > h3 > a {
            background: #ffffff;
            color: #000;
            text-decoration: none;
            font-weight: 600;
            display: block;
            border-radius: 6px;
            padding: 12px;
            font-size: 13px;
            margin-top: 15px;
            text-align: center;
        }

            .pin-left-text > h3 > a:hover {
                background: #434242;
                color: #fff;
            }

    .pin-left-text > ul {
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

.left-border {
    border-left: 1px solid #ccc;
    padding-left: 20px !important;
}

.left-margin {
    margin-left: 20px;
}

.pin-left-text > ul > li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 10px;
    padding: 10px 0px;
    line-height: normal;
    display: block;
    width: 100%;
}

    .pin-left-text > ul > li > b {
        font-weight: 500;
        display: inline-block;
        float: left;
        width: 70%;
    }

    .pin-left-text > ul > li > span {
        float: right;
        color: #000000;
        font-size: 10px;
        line-height: normal;
        font-weight: 700;
        width: 30%;
        text-align: right;
    }

.pin-buttons {
    text-align: center;
    position: fixed;
    top: 70%;
    right: 0px;
    left: 20%;
    bottom: 0px;
    height: 100%;
    z-index: 9;
}

    .pin-buttons > a {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

        .pin-buttons > a > img {
            height: 50px;
        }

.overlay {
    /*
    background: #ffffff;
    position: absolute;
    top: -266px;
    left: 0;
    right: 0;
    border-radius: 10px;
    margin: auto;
    width: 680px;
    height: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
*/
}

    .overlay.is-on {
        opacity: 1;
        visibility: visible;
    }

        .overlay.is-on .pin-content {
            opacity: 1;
            visibility: visible;
            top: 0;
        }

    .overlay .pin-content {
        background: #fff;
        padding: 30px;
        position: absolute;
        top: -287px !important;
        left: 0;
        right: 0;
        border-radius: 10px;
        margin: auto;
        width: 710px;
        max-height: 290px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
        -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
        box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    }

        .overlay .pin-content::after {
            content: "";
            border-left: 15px solid transparent;
            border-top: 15px solid #ffffff;
            border-bottom: 15px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            bottom: -29px;
            left: 48%;
        }

#close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
}



.district-tabs {
}



/* path {
    fill: #fff;
    stop-color: #ffffff;
    stroke: #6c6c6c;
    stroke-width: 0px;
    position: relative;
}
path:hover {
    fill: hsl(122deg 100% 15%);
    cursor: pointer;
} */
#tooltip {
    dominant-baseline: hanging;
    font-size: 5px;
    color: #FFF;
}

#matrix-group, #matrix-group-2 {
    margin-left: 500px
}

    #matrix-group a, #matrix-group-2 a {
        position: relative;
        text-decoration: none;
    }

#map-svg, #map-svg-2 {
    width: 100%;
    /*    filter: drop-shadow(-14px 4px 0px #1a4a6a);*/
    margin-top: 0px;
    overflow: inherit;
}

.pc-map-svg .territory, .ac-map-svg .territory {
    fill: #fff;
    stroke: #cb6000;
    stroke-width: 0.5;
}

#map-svg, #map-svg-2 {
    width: 100%;
    filter: drop-shadow(-4px 8px 0px #989696);
    height: 100vh;
    display: block;
}

    #map-svg .territory, #map-svg-2 .territory {
        fill: #fff;
        stroke: #cb6000;
        stroke-width: 0.5;
    }

        #map-svg .territory:hover, #map-svg-2 .territory:hover {
            /* fill: #ffffff !important; */
        }

#map-section .title {
    text-align: center;
}

    #map-section .title::after {
        content: url(../images/headingborder.html);
        height: 0px;
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }

    #map-section .title h1 {
        color: #fff;
    }

.district-name {
    font-size: 7px;
    text-decoration: none;
    fill: black;
    font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: transparent;
    outline: 0;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    outline: 0;
}




.centers-btn {
    background: transparent;
    color: #13161c;
    font-size: 14px;
    padding: 6px 20px;
    border: 2px solid #ea6726;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block;
}

    .centers-btn:hover {
        background: #ea6726;
        color: #fff;
        border: 2px solid #ea6726;
    }

.up-map-grid, .up-map-grid-2 {
    position: relative;
}

.saharanpur-clicklist {
    position: fixed;
    top: 0rem;
    left: 5rem;
    background: #fff;
    z-index: 1;
    padding: 20px;
    border: 1px solid #dfdfdf;
    box-shadow: 10px 20px 10px rgb(0 0 0 / 16%);
    margin-top: -37px;
    margin-left: 10px;
    border-radius: 10px;
    width: auto;
}

    .saharanpur-clicklist > h3 {
        font-size: 14px;
        font-weight: 700;
    }

        .saharanpur-clicklist > h3 > span {
            font-size: 14px;
            font-weight: 700;
            float: right;
        }

    .saharanpur-clicklist > h4 {
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        line-height: normal;
    }

        .saharanpur-clicklist > h4 > span {
            font-size: 14px;
            font-weight: 700;
            float: right;
            background: #039909;
            color: #fff;
            padding: 1px 10px;
            border-radius: 3px;
            line-height: normal;
        }

        .saharanpur-clicklist > h4:before {
            border-color: #ccc rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0px 14px 13px;
            top: 17px;
            content: "";
            display: block;
            left: -20px;
            position: absolute;
            width: 0;
            transform: rotate(272deg);
        }

        .saharanpur-clicklist > h4:after {
            border-color: #fff rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0px 13px 11px;
            top: 18px;
            content: "";
            display: block;
            left: -18px;
            position: absolute;
            width: 0;
            transform: rotate(272deg);
        }

    .saharanpur-clicklist > ul {
        margin: 0px;
        line-height: normal;
        padding: 0px;
        width: 100%;
    }

        .saharanpur-clicklist > ul:before {
            border-color: #ccc rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0px 14px 13px;
            top: 17px;
            content: "";
            display: block;
            left: -20px;
            position: absolute;
            width: 0;
            transform: rotate(272deg);
        }

        .saharanpur-clicklist > ul:after {
            border-color: #fff rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0px 13px 11px;
            top: 18px;
            content: "";
            display: block;
            left: -18px;
            position: absolute;
            width: 0;
            transform: rotate(272deg);
        }

        .saharanpur-clicklist > ul > li {
            line-height: 22px;
            font-size: 13px;
            font-weight: 600;
            margin: 0px;
            list-style: none;
            background: #ededed;
            padding: 0px 10px;
            margin-bottom: 5px;
        }
.-clicklist {
    position: fixed;
    top: 0rem;
    left: 5rem;
    background: #fff;
    z-index: 1;
    padding: 20px;
    border: 1px solid #dfdfdf;
    box-shadow: 10px 20px 10px rgb(0 0 0 / 16%);
    margin-top: -37px;
    margin-left: 10px;
    border-radius: 10px;
    width: auto;
}