@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: 'Geometr231B lt'; src: url(../../fonts/Geo231Lt.ttf); }
@font-face { font-family: 'bank_gothic_light_bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
@font-face {
    font-family: "Avalon Quest";
    src: url("../../fonts/Avalon-Quest.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
header nav,footer .body { background: #75c273; }
.site.side-open { height: 100vh; }
.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: 8px 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: #60b960;
}
.P_logo {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    min-height: 50vh;
}
.P_logo .image {
    min-height: 50vh;
    margin: 10vh auto;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.35));
}
.P_logo .image img { width: 260px; transition: all 0.2s; }
.P_logo .image img:hover { transform: scale(1.05); transition: all 0.2s; }
.P_logo .txt {
    color: #0a0b0c;
    font-family: "Avalon Quest";
    font-size: 2.05em;
}
.box {
    width: 90%;
    margin: 10vh auto 5vh auto;
    min-height: 60vh;
}
.box .E_toggler {
    background: #f4f5f6;
    box-shadow: -2px 4px 8px 3px #a5a5a5;
    height: 50vh;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.box .E_toggler > div {
    display: grid;
    place-items: center;
    font-family: 'bank_gothic_light_bt';
    font-size: 25px;
    cursor: pointer;
    font-weight: 600;
    color: #37583a;
}
.box .E_toggler > div:last-child { box-shadow: -4px 0 3px 0 #a5a5a5; }
.box > .content {
    height: 0;
    overflow: hidden;
    width: 97%;
    margin: 0 0 5vh 5px;
    display: grid;
    grid-template-columns: 18% 1fr;
    grid-gap: 20px;
    box-shadow: 3px 0 5px 0 #a5a5a5;
    transition: all 0.2s;
}
.box > .content.active {
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.box > .content .left {
    background: #f4f5f6;
    box-shadow: inset 0 5px 8px 1px #a5a5a5,
        5px 0 5px 0 #c9c9c9;
}
.box > .content .left .title {
    text-align: center;
    font-family: 'bank_gothic_light_bt';
    font-size: 22px;
    margin: 5vh 0 25vh 0;
}
.box > .content .left li {
    position: relative;
    list-style: none;
    margin: 10vh 0 3vh 25px;
    color: #b58486;
    font-family: 'bank_gothic_light_bt';
    min-height: 80px;
    height: auto;
    padding: 1vh 0 1vh 25px;
    font-weight: 600;
    cursor: pointer;
    overflow: visible;
    transition: all 0.2s;
}
.box > .content .left li.active {
    margin: 10vh 0 3vh 35px;
    box-shadow: 0 0 4px 1px #a5a5a5;
    font-size: 18px;
    transition: all 0.2s;
}
.box > .content .left li span {
    background: #f4f5f6;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
}
.box > .content .left li.active span {
    padding: 0 0 0 30px;
    width: 250px;
    box-shadow: 0 0 4px 1px #a5a5a5;
    transition: all 0.2s;
}
.box > .content .left li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -10px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #b58486;
    border-radius: 50%;
    transition: all 0.2s;
}
.box > .content .left li.active::before {
    left: 20px;
    z-index: 200;
    transition: all 0.2s;
}
.box > .content .right > .title {
    width: 80%;
    margin: 4vh 40px 3vh 20px;
    font-family: 'bank_gothic_light_bt';
    border-bottom: 1px solid #333;
    font-size: 26px;
    color: #5a7459;
}
.box > .content .right .content {
    width: 90%;
    margin: 6vh 0 0 25px;
    padding: 4vh 30px 4vh 60px;
    background: #f4f5f6;
}
.box > .content .right .content .title {
    font-family: 'bank_gothic_light_bt';
    text-align: center;
    font-size: 26px;
    margin: 1.5vh 0;
    
}


@media screen and (max-width: 770px) {
    .P_header .sub_heading {
        width: 80vw;
        font-size: 20px;
    }
    .P_header .hindi_slok { font-size: 16px; }
    .P_logo .image {
        min-height: 50vh;
        background-size: 55%;
        background-position: center center;
    }
    .P_logo .txt { font-size: 1.5em; }
    
}