#otherInfo{
width: 100%;
height: 200px;
padding:6px;
}
.font-family-Helvetica{
 font-family: "HelveticaNeueW01-55Roma","Helvetica Neue",Helvetica Neue,Arial,sans-serif;
} 

.spinner-modal-parent-div{
    z-index: 3;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.spinner-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pref-spinner {
  border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.error_msg{
color:#b00020;
font-size:16px;
}

.error_msg a{
color :#0698d9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-25p{
font-size: 25px
}

.f-30p{
font-size: 30px;
}

.success-circle {
 position: relative;
    background: #50C878;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.success-circle .checkmark {
 position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 27%;
    top: 45%;
    font-size: 20px;
    font-weight: bold;
    height: 33px;
    width: 20px;
    border-bottom: 7px solid white;
    border-right: 7px solid white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.btn-div-mb{
 text-align: center;
}
.btn-div-mb button[type=submit]{
 width: 80%;
 margin-bottom: 20px;
}
.btn-div-mb button[type=reset]{
    margin: 0;
    width: 80%;
}
}

