@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../../fonts/GEO231B.TTF); }
@font-face { font-family: 'bank gothic light bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
header nav,footer .body { background: #fefefe; }
.site.side-open { height: 100vh; }
.P_header {
    width: 100%;
    margin: 0 auto;
    background: #f4f5f6;
}
.P_header .page_heading {
    padding: 5px 0 0 0;
    font-size: 36px;
    max-width: 190px;
    border-bottom: 1px solid #e8e8e9;
    color: #000;
    margin: 0 auto;
    font-family: 'Gills Sans MT Condensed';
}
.P_header .sub_heading {
    padding: 10px 25px 7px 25px;
    border-bottom: 1px solid #0a0b0c;
    width: 40vw;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'Geometr231B';
    color: #1f1a17;
}
.P_header .hindi_slok {
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #5f82bd;
}
.H_logo {
    width: 100%;
    margin: 0 auto;
    padding: 10vh 0;
    background: #f4f5f6;
    min-height: 50vh;
    display: grid;
    align-items: center;
    justify-content: center;
}
.H_logo img {
    width: 270px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    transition: all 0.2s;
}
.H_logo img:hover {
    transform: scale(1.02);
    transition: all 0.2s;
}
.H_chooser {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid: auto / auto 1fr;
    background: #e3e3e3;
    overflow: hidden;
    filter: drop-shadow(0 0 4px #000);
}
.H_chooser .left {
    padding-left: 15%;
    width: 45vw;
}
.H_chooser .left ul { margin-right: 20%; }
.H_chooser .left ul li {
    position: relative;
    list-style: none;
    padding: 2.5vh 0;
    text-transform: uppercase;
    font-family: 'bank gothic light bt';
    font-weight: 600;
    font-size: 24px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.H_chooser .left ul li i { display: none; }
.H_chooser .left ul li:first-child { border-top: none; }
.H_chooser .left ul li:last-child { border-bottom: none; }
.H_chooser .left ul li.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(115% + 40px);
    transform: translate(-50%,-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    background: #e3e3e3;
}
.H_chooser .left ul ul { display: none; }
.H_chooser .right { background: #fff; }
.H_chooser .right > div {
    position: relative;
    height: 0;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    transition: all 0.1s;
}
.H_chooser .right ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45%;
}
.H_chooser .right li {
    list-style: none;
    padding: 1.6vh 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d5d7d9;
    font-family: 'bank gothic light bt';
    font-size: 24px;
    color: #96989a;
    width: 100%;
    cursor: pointer;
}
.H_chooser .right li:last-child { border: none; }
.H_chooser .right > div.active {
    height: 100%;
    overflow: visible;
    transition: all 0.1s;
}

.H_pages {
    padding: 10vh 0;
    min-height: 50vh;
    background: #f4f5f6;
    text-align: center;
}

@media screen and (max-width: 770px) {
    .P_header .sub_heading {
        width: 80vw;
        font-size: 20px;
    }
    .P_header .hindi_slok { font-size: 16px; }
    .H_logo img { width: 200px; }
    .H_logo .txt { font-size: 1.5em; }
    .H_chooser {
        grid: auto auto / 1fr;
    }
    .H_chooser .left {
        padding-left: 1vh 1vw;
        width: 100%;
    }
    .H_chooser .left ul { margin-right: 0; }
    .H_chooser .left ul li {
        position: relative;
        padding: 1.5vh 20px 1.5vh 0;
        font-size: 18px;
        font-weight: 500;
        display: grid;
        grid-template-columns: 1fr max-content;
        align-items: center;
    }
    .H_chooser .left ul li i {
        display: block;
        font-weight: normal;
        font-size: 16px;
    }
    .H_chooser .left ul ul {
        background: #fff;
    }
    .H_chooser .left ul ul li {
        padding: 0.8vh 0 0.8vh 5vw;
        border-bottom: 1px solid #d5d7d9;
        margin-right: 10vw;
        color: #96989a;
        font-size: 15px;
    }
    .H_chooser .left ul ul li:last-child { border: none; }
    
    .H_chooser .right { display: none; }
    
}