h1{
    font-size: 60px;
}
    p{
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
}
.chih p{
    font-size: 24px;
}
.chih{
    background-image: url(../img/saka/header-icon.png);
    background-size: cover;
   background-position: top center;
    height: 90vh;
}
.chm{
    position: relative;
    top: 200px;
}
.s1{
   background-color:#f8f8f8;
    padding-top: 10px;
     padding-bottom: 40px;
}
.s2{
    background-color: #f0f1f7;
    background-image: url(../img/chhimal/b2.png);
    height: 80vh;
    background-size: cover;
   background-position: top center;
}
.dow{
    position: relative;
    top: 100px;

}
.lean li{
    list-style: url('../img/chhimal/bullet.svg');
   
}
.bg{
    background-color: #fff;
    
    height: 480px;
    padding: 10px;
    border-radius: 10px;
    
}
.bg p{
   
   text-align: justify;
    line-height: 30px;
     font-size: 18px;
    padding: 20px;
  
   
}

.ab{
    color: #345eab;
}
.aud li{
    list-style:disc;
    color: 345eab;
}
.bg:hover{
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
}
::marker {
    font-size: 22px!important;
    color: #345eab;
}
.s3{
    background-color: #5c98ff;
    padding: 40px;
    color: #fff;
} 
a.btn-ligth{
    background-color: #fff;
    color: #000000!important;
    padding: 15px 55px;
    border-radius: 2px;
    font-size: 20px;
    float: right;
}
#accordion {
    border-bottom: none;
  
}
::marker{
    font-size: 40px;
}
.card-body{
    background-color: #fff!important;
}
.modal-footer{
    margin: 0 auto;
}
.modal {
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog .modal-content {
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    width: 400px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.sak{
    background-color: #f9fafc;
    padding: 60px;
}