.colorfull{
    padding:0.5rem 1.5rem;
    border:none;
    background:#086491;
    font-size: 1rem;
    border-radius:0.5rem;
    color:#fff;
    font-weight:500;
}

.colorfull a{
    text-decoration: none;
    color:#ffff;
}

/*.colorfull:hover{*/
/*    background-color:#086491;*/
/*}*/

.more{
    padding:0.5rem 1.5rem;
    font-size:0.9rem;
    border-radius:0.5rem;
    background:none;
    font-weight:600;
    border:none;
    text-decoration:none;
}

.know{
    padding:0.5rem 1.5rem;
    font-size:1rem;
    border-radius:0.5rem;
    background:none;
    font-weight:600;
    border:none;
    text-decoration:none;
    background:#E5761D;
    color:#fff;
}

.more3{
    
    margin-top:1.5rem;
}

.my-btn{
    padding:0.2rem 1.5rem;
    border:none;
      background:#086491;
    font-size: 0.9rem;
    border-radius:0.5rem;
    color:#fff;
    border:1px solid #F16623;
}

.bottom-btn{
    padding:0.2rem 1.5rem;
    border:none;
       background:#086491;
    font-size: 0.8rem;
    border-radius:0.5rem;
    color:#fff;
    border:1px solid #F16623;
}

.submit{
    padding:0.5rem 1.5rem;
    border:none;
 background:#086491;
 font-size: 1rem;
    border-radius:0.5rem;
    color:#fff;
    margin-top:1.5rem;
}

.email-submit{
    padding:0rem 1.5rem;
    border:none;
    background:#086491;
    font-size: 1rem;
    border-top-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
    color:#fff;
}



@media only screen and (max-width:462px){
 

.colorfull{
    padding:0.5rem;
    border:none;
   
    font-size: 1rem;
    border-radius:0.5rem;
    color:#fff;
}
.submit{
    padding:0.5rem 1rem;
    border:none;
 background:#086491;
 font-size: 1rem;
    border-radius:0.5rem;
    color:#fff;
    margin-top:1.5rem;
}
.more{
    padding:0.5rem 1rem;
    font-size: 0.8rem;
    border-radius:0.5rem;
    border:none;
    text-decoration:none;
}

}

@media only screen and (max-width:400px){
    .know{
    padding:0.5rem 0.4rem;
    font-size:0.8rem;
    border-radius:0.5rem;
    background:none;
    font-weight:600;
    border:none;
    text-decoration:none;
    background:#E5761D;
    color:#fff;
}
    }
    
@media only screen and (max-width:387px){
   
.submit{
    width:14rem;
    border:none;
     
    font-size: 0.8rem;
    border-radius:0.5rem;
    color:#fff;
}
    }