* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
li {
    list-style-type: square;

}
body {
    font-size: 14px !important;
    /* border: #fcfcfc; */
    overflow-x: hidden;
}

@font-face {
    font-family: 'DB_Hindi';
    src: url('./fonts/DB-Hindi.ttf') format('truetype')
}

@font-face {
    font-family: 'DB_Hindi_ultra';
    src: url('./fonts/DB-Hindi-5-Ultra.ttf') format('truetype');
}

@font-face {
    font-family: 'Dabanghead';
    src: url('fonts/Dabanghead.otf') format('truetype');
}

@font-face {
    font-family: 'DabangheadExtra';
    src: url('fonts/DabangheadextraBold.otf') format('truetype');
}

.DB-Hindi {
    font-family: 'DB_Hindi', sans-serif;
}

.DB-Hindi-ultra {
    font-family: 'DB_Hindi_ultra', sans-serif;
}

.DabangHead{
    font-family: 'Dabanghead', sans-serif;
}

.DabangHeadExtra{
    font-family: 'DabangheadExtra', sans-serif;
}

.container {
            position: relative;
            width: 75.5rem !important;
            height: 122.85rem !important;

        }

.article-content {
    text-align: justify;
    font-family: 'DB_Hindi', sans-serif;
}
.flex-grow{
    width: 160px;
    border-top: 1px solid black;
}
h1 {
    font-size: 32px !important;
}

h2 {
    font-size: 28px !important;

}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 16px !important;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

    }
    .container{
        margin: 0;
    }
}

.container {
        width: 75.5rem !important;
        height: 122.85rem !important;
        /* background-color: red;   */
        /* background-color: red;   */
    }


.bg-red {
    background-color: #F05555;
    padding: 1rem;
}

p {
    text-align: justify !important;
    word-break: break-all;
    font-size: 14px;
    color:#000;
    line-height: 1.2;
}

.bg-red h1 {
    font-size: 20pt !important;
    color: #fff;
    font-weight: 100;
}

.bg-yellow {
    background-color: #F98D00;
    width: 300px;
    height: 40px;
    align-self: end;
    display: flex;
    align-items: center;
    justify-content: end;
}

.blue-r{
    background: red;
    padding: 0.8rem;
}

.border-t{
    border-top: 2px solid black;
}
.border-b{
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.set {
    background-color: #ccc;
    border-radius: 25px;
    height: 10px;
    width: 100px;
    position: relative;
    display: inline-block;
}

.set::after {
    content: "";
    position: absolute;
    background: #fcfcfc;
    width: 12px;
    height: 10px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.border-r{
    border-right: 2px solid rgba(0,0,0,0.2);
}

.larg-heading{
    font-weight: 100;
    font-size: 37px !important;
}
.larg-heading-2{
    font-size: 45px !important;
    font-weight: 100 !important;
}
.blue-menu {
    background-color: red;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0.2rem;
    border-radius: 2px;
}

.blue-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 80%;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    filter: blur(4px);
    border-radius: 50%;
    z-index: -1;
}

.blue-menu h4 {
    font-weight: 100;
    font-size: 20px;
    color: white;
    margin: 0;
}

.dot-b{
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.flex-1{
    flex: 1;
}
.after{
    position: relative;
}
.after::after{
    content: "";
    position: absolute;
    width: 100%;
    border-right:2px dashed black;
    height: 80px;
    top:10%;
    left: 10%;
}
.flex-1:last-child{
    border: transparent;
}
.flex-1 h4{
    color:#F05555;
    font-size: 34px !important;
}
.blue {
    background-color: blue;
}
.red {
    background-color: rgb(194, 54, 80);
}
.yellow {
    background-color: yellow;
}
.black {
    background-color: black;
}

.left-height{
    height: 473px;
}
.left-height-1{
    height: 477px;
}