* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
     /* font-family: 'Noto Serif Devanagari', serif;  */

}

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

/* @font-face {
  font-family: 'DB-Madhu-heading';
  src: url('fonts/DB-Madhurima-Regular.ttf') format('truetype');
} */

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

/* .DB-Madhu-heading {
  font-family: 'DB-Madhu-heading', sans-serif;
} */


li {
    list-style-type: square;

}

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

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

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

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

    }
    .main-container {
        margin: auto !important;
    }
}

.dot{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #FF7F00;
}
main{
    background-color: #fff;
    padding-top:1rem;
}
.shadow{
    color:#000;
    box-shadow: 7px 6px #ccc !important;
    padding: 0.2rem;
    width: 150px;
    text-decoration: none;
    margin:0.4rem  0 0 4rem;
    position: relative;
    text-align: center;
    display: inline-block;
}

.gray-bar{
    background-color:#FF7F00;
    height: 10px;
    width: 100%;
}
.heading h1{
    font-size: 70px;
    line-height: 60px;
    font-weight: 100;
}
/* .FF0000 */
.gray{
    background: #848884;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 0.5rem;
    justify-content: center;

}
.shape{
    background-color: #0099FF;
    width: 100%;
    height: 250px;
    
}
.gray-bar-c{
    background: #848884;
    width: 100%;
    height: 193px;
}
.orange-bar{
    background-color: #4690e0;
    margin-top: -2rem;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-1{
    position: relative !important;
}
.border-gray{
  width: 10px;
  height: 35px;
  background-color: #848884;
}
.position-1::before{
    content: "";
    position: absolute !important;
    bottom: -39%;
    left:18%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid red;


}
.red{
    background-color: #007bff !important;
    height: 30px;
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    justify-content: center;

}
.border-b{
    border-bottom: 1px solid gray;
    text-align: center;
}
.bg-gray{
    background: #ccc;
}
.border-all{
    border: 1px solid rgb(184, 180, 180);
}
.gray-border{
    width: 15px;
    height: 30px;
    margin: 10px 1rem;
    background-color: #ccc;
}

        .dot{
            width: 10px;
            height: 10px;
            border-radius: 50px;
        }
        .blue{
            background-color: blue;
        }
        .red{
            background-color: rgb(194, 54, 80);
        }
        .yellow{
            background-color: yellow;
        }
        .black{
            background-color: black;
        }


        

        .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%;
            
        }

    .line-container {
      position: relative;
    }

    .line {
      height: 5px;
      background: linear-gradient(to right, red 50%, gray 50%);
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
    }
    .mene{
        position: relative;
    }
    .mene::before{
        position: absolute;
        content: "";
        top: 0;
      left: 5%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;

    }

    .posit::before{
        position: absolute;
        content: "";
        top:39.2%;
        left:90%;

    }

    .pointer {
      position: absolute;
      top: 0px;
      left: 45%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;
    }
.border-t{
    border-top: 1px solid gray;
}