.astro_box.display_nones{
    display: none!important;
}
.main-container .kundli_sec #kundli-lagan-chart {
    display: block !important;
    text-align: center;
    margin-bottom: 20px;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.svg-container {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
#kundli-lagan-chart svg {
    width: 100%;
    height: 100%;
    position:static!important;
/*    position: absolute;
    top: 50%;
    left: 50%;*/
/*    transform: translate(-50%, -300px) scale(0.8);*/
    transform: translate(0%, -50px) scale(0.8)!important;
    transition: transform 0.3s ease;
}
.lagna_chart_label {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.lagan_chart_birth {
    display: block !important;
}
.planetary_table_data th, .planetary_table_data td {
    text-align: center;
}
@media (max-width: 767px) {
    .kundli_sec div#kundli-lagan-chart svg {
        margin-top: -0px !important;
    }
}

@media (max-width: 575px) {
    .svg-container {
/*        width: 100%;*/
/*        height: 360px;*/
/*        transform: translate(-14%, -66px) scale(0.7) !important;*/
    }
    #kundli-lagan-chart svg {
        transform: translate(0, -80px) scale(0.6) !important;
        width: 100%;
        height: 100%;
        position: absolute !important;
        left: calc(25vw - 170px) !important;
    }
    .main-container .kundli_sec #kundli-lagan-chart{
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 480px) {
    #kundli-lagan-chart svg {
        position: absolute !important;
        left: calc(25vw - 175px) !important;
    }
}
@media (max-width: 450px) {
    #kundli-lagan-chart svg {
        left: calc(25vw - 180px) !important;
    }
}
@media (max-width: 430px) {
    #kundli-lagan-chart svg {
        left: calc(25vw - 185px) !important;
    }
}
@media (max-width: 414px) {
    #kundli-lagan-chart svg {
        left: calc(25vw - 190px) !important;
    }
}

@media (max-width: 380px) {
    #kundli-lagan-chart svg {
        left: calc(25vw - 195px) !important;
    }
}
