@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family: 'Poppins', sans-serif;}
._trmfldv{width: 1200px;margin: 30px auto;background: #fff;/* border: 1px solid #f1f1f1; *//* border-radius: 10px; */}
.clr{clear:both;}
._ltfixdbx{}
.hdn_gpnt{font-size:14px;font-weight:600;}
.hdn_gpnt ul{padding:0;margin:0;}
.hdn_gpnt ul li{list-style:none;}
.hdn_gpnt ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    cursor: pointer;
}
.hdn_gpnt ul li a:hover{background: #f5f5f5;}
.trgtpra h4:after {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 40px;
    bottom: -4px;
    left: 0;
    background: #2196f3;
    content: '';
}
.trgtpra h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 20px;
    position: relative;
}
.hdn_gpnt {
    font-size: 14px;
    font-weight: 600;
    position: sticky;
    top: 10px;
    overflow: auto;
    max-height: 90vh;
}
.trm_incntr {
    display: flex;
    justify-content: space-between;
}
._rtscrldbx {
}
	._rtscrldbx {
    width: 77%;
    padding: 0px 15px;
    scroll-behavior: smooth;
}
.hdn_gpnt ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}
.trgtpra{font-size: 13px;margin-bottom:25px;}
.trgtpra p{margin:5px 0;line-height:20px;font-size:13px;}
.trgtpra ul{margin-left:18px;}
/*Scrollbar*/
::-webkit-scrollbar {
    width:2px;
    height:2px;
	border-radius:8px;
}
/* Track */
::-webkit-scrollbar-track {
    background:#737373;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background:#d9d9d9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:#555;
}
/*Scrollbar*/

.hdn_gpnt .actvee{border-left: 2px solid #2196f3;background: #f5f5f5 !important;}
.fnt-bld{font-size:14px;}
.trm_incntr {
    margin: 30px 0;
}
._ltfixdbx {
    width: 20%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}


@media screen and (max-width: 720px) {
._rtscrldbx {
    width: 100%;
    padding: 0 5px;	
}
._ltfixdbx{display:none;}
.trgtpra h4 {font-size: 14px;}
.entry-title-n{font-size:20px;}
.trm_incntr {
    margin: 20px 0;
}
}