 
        .details{
            margin-top: 50px;
            margin-bottom:50px;
        }
        @media (max-width: 578px) {
    .details{
            margin-top:-30px;
            margin-bottom:20px;
        }
}

   
        @media (min-width: 992px) {
   .bg-new {
      position: relative;
      top: -55px;
      height: 70px;
   }
}
@media (max-width: 991px) {
   .bg-new {
      top: 0px;
      margin-top: 30px;
      height: auto;
   }
}
.form-heading {
    margin: 0;
    background: #010f59;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
}

.form-heading-1 {
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 25px;
    font-family: math;
}

.cus-int{
    padding: 7px 7px;
    border-radius: 5px;
    border:1px solid #ccc !important;
}
.button-1 {
    width: 100%;
    padding: 7px 0px;
    border-radius: 5px;
    background:#F76002;
    border: none;
    color: #fff;
}

.button-1:hover {
    background: #02aaf9;
    color: white;
}
.form-container {
    max-width:800px;
    margin: 0 auto;
    border-radius: 5px;
} 

.new-2 {
    border-radius: 12px;
    background-color:#fff;
    border: 1px solid #010f59;
}

.input-group {
    margin-bottom: 15px;
}

.new-comt{
    width:100%;
}
    
}





