#map {
                margin-top: 25px;
                display: table;
                width: 100vw;
                height: 75vh;
            }
            .slick-slide img{
                border: 4px solid hsl(295deg 98% 50% / 60%);
            }
            .mb-content{
                margin-top: 50px;
            }
            .heading{
                margin-bottom: 5px;
                margin-top: 30px;
            }
            .aboutmb{
                font-family: "Segoe UI";
                margin: 40px 30px auto;
                text-align: justify;
                font-size:15px;
                font-weight: 600;
            }
            .mb-content-bg{
                background: none;
            }
            .slick-prev:before, .slick-next:before{
                color: #f602ff
            }
            .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
                color: #f602ff;
            }
            body{
                font-family: "Segoe UI";
            }
            .content-panel1 table, .content-panel1 table tr{
                margin: 0;
            }
            .content-panel1{
                width: 790px;
            }
            .chart-content{
                width: calc(100vw - 930px);
            }
            .content-panel1 img{
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                width: 100%;
            }
            .district,.totalRequests{
                text-transform:capitalize;
                font-weight: bold;
            }
            .legend{
                display: none;
            }
            table {
                font-family: arial, sans-serif;
                border-collapse: collapse;
                width: 100%;
            }

            td, th {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 8px;
            }

            tr:nth-child(even) {
                background-color: #AED6F1;
            }
            h2 {
                font-family: Pacifico;
                font-size: 36px;
                margin: 20px auto;
                text-align: center;
            }