/* counselling code adding in menu page */
.counselling-code {
    background-color: #a31008;
    color: #fff;
    display: inline-block;
    width: 200px;
    height: 41px;
    font-weight: bold;
    border-radius: 34px;
    padding-top: 10px;
    text-align: center;
}
.counselling-code-parent {
    margin-top: 18px;
    margin-right: 22px;
}

.counselling-wrapper {
    /* margin-top: 10px;
    margin-left: 10px; */
    display: flex;
    justify-content: right;

}
.customsticky.counselling-wrapper.counselling-code-parent {
    display: none !important;
}




@media only screen and (max-width: 767px) {
  
     .customsticky .counselling-code-parent {
       display: none;  
      /*position: relative !important;*/
      /*left: 47px;*/
    }

    .counselling-code {
        background-color: #a31008;
        color: #fff;
        display: inline-block;
        width: 185px;
        height: 38px;
        font-weight: bold;
        border-radius: 34px;
        padding-top: 8px;
    }
    .counselling-code-parent {
        margin-top: 13px;
        margin-right: 58px;
    }
  }
  

/* counselling code adding in menu page */






/* news events page  */
.btn-register {
    background-color: #a31008;
    color: #fff !important;
    display: block;
    position: relative;
    width: 92%;
    padding: 0;
    margin: 5px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    border-radius: 40px;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .btn-register {
        width: 100%;
        margin: 24px 0 16px 0;
    }
    
  }

.btn-register:hover {
    color: #a31008 !important;
    background-color: #fff;
    border: 1px solid #a31008;
    transform: translateX(1px);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 26%);
}

.back-wrapper {
    margin-top: 20px;
}

/* news events page */


/* payment regsiter page */
.payment-regsiter-h1 {
    position: relative;
    bottom: 200px;
    color: #fff !important;
    text-transform: capitalize;
}

.font-20 {
    font-size: 18px !important;
}

.notes-wrapper {
    margin-top: 50px;
}

select.input100 {
    border-radius: 500px !important;
    border: none;
}

/* payment register page */