.seo{
    padding: 20px 0px ;
    font-size: 17px ;
    font-weight: normal;
    color: #3e3e3e ;
}

.actionButton{
    letter-spacing: 1px ;
    background-color: #006de0;  
    background-color: #003cff ;
    border-radius: 50px ;
    padding: 6px 20px ;
}
.actionButton:hover{
    background-color: #0019ff;
}
.grayText{
    color: rgb(70, 70, 70) ;
}
.secondaryButton{
    background-color: rgba(0, 0, 0, 0.15);
    background: #F5F8FA;
    /* border: 1px solid #ccc; */
    color: #394041;
    border-radius: 2px;
    padding: 4px 13px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.28);
}
.secondaryButton:hover{
    background-color: white ;
    text-decoration: none ;
}
.title_text{
    font-weight: 600 ;
    font-size: 17px ;
    color: #313131 ;
    padding: 5px 10px ;
    margin-bottom: 0px ;
    border-bottom: 1px solid #c5c5c5 ;
}
.small_text{
    font-size: 14px ;
}
.cut_text { 
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap;
    font-size: 15px ;
    margin-bottom: 3px  ;
    color: #37383a ;
  }
.small_text_h2{
    font-size: 20px ;
}
.bold_text{
    font-weight: 600;
    font-size: 17px ;
}
.border-1{
    border: 1px solid #bbb ;
}
.selects{
    width: auto ;
    max-width: calc(100% - 20px);
}
.form_cont{
    max-width: 700px;
    width: 100% ;
    /* margin: auto ; */
}
a.small_link{
    /* text-decoration: underline; */
    /* font-weight: bold; */
    color: rgba(0, 72, 148, 0.81);
}
.name_link{
    font-weight: 600 ;
    font-size: 15px ;
    /* text-decoration: underline ; */
    border-radius: 50px ;
    color: #2D2D32 ;
    padding: 5px 12px ;
    background: rgba(5, 120, 242, 0.15);
    background: rgba(5, 120, 242, 0.08);
}