select.countrydropchange {
    padding: 3px 30px 3px 15px;
    min-height: 52px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border-radius: 0;
    background: transparent url(http://abdulw.com/wp-content/themes/unicamp/assets/svg/select-arrow.svg) no-repeat center right 15px;
    background-size: 10px auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    border: 1px solid #696969;
    background-color: #f5f5f5;
}
select#programsiwch{
    padding: 3px 30px 3px 15px;
    min-height: 52px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border-radius: 0;
    background: transparent url(http://abdulw.com/wp-content/themes/unicamp/assets/svg/select-arrow.svg) no-repeat center right 15px;
    background-size: 10px auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    border: 1px solid #696969;
    background-color: #f5f5f5;
}
select#secndva{
    padding: 3px 30px 3px 15px;
    min-height: 52px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border-radius: 0;
    background: transparent url(http://abdulw.com/wp-content/themes/unicamp/assets/svg/select-arrow.svg) no-repeat center right 15px;
    background-size: 10px auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    border: 1px solid #696969;
    background-color: #f5f5f5;
}
div#totalfees {
background-color: #9d223500;
    width: 221px;
    height: 55px;
    padding: 13px 56px 5px 0px;
    COLOR: #111010;
    text-align: center;
    BORDER: 1px solid #931212;
}
.options {
    width: 60%;
 }
input.option_program {
    FLOAT: RIGHT;
}
.converterlink {
    background: #81091a;
    width: 254px;
    padding: 5px;
    text-align: center;
    margin-left: 7px;
 
}
.converterlink a {
    text-decoration: none;
    color: #f5f5f5;
}
.converterlink a :hover{
    text-decoration: none;
    color: #d1c0c0;
}

.grandtotal {
    display: flex;
    height: 100px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;}
 
.pfees{
    display: none;
}
#law{
    display: none;
}
label {
    margin-bottom: 5px;
    margin-right: 20px;
}
input.example {
    margin: 6px;
}
tr {
    border-bottom: none;
}
.modecontainer {
    display: flex;
}
.levelscheboxfrontcontainer {
    display: flex;
}
@media only screen and (max-width: 600px) {
    .levelscheboxfrontcontainer {
        display: flex;
        flex-direction: column;
    }
    select.countrydropchange {
        padding: 3px 30px 3px 15px;
        min-height: 52px;
        max-width: 100%;
        width: 100%;

    }
    select#secndva{
        padding: 3px 30px 3px 15px;
        min-height: 52px;
        max-width: 100%;
        width: 100%;
  }
 
select#programsiwch {
    padding: 3px 30px 3px 15px;
    min-height: 52px;
    max-width: 100%;
    width: 100%;
  }
  .grandtotal {
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
}
.converterlink {
    background: #81091a;
    width: 254px;
    padding: 5px;
    text-align: center;
    margin: 4px 0px 4px 0px;
}
.modecontainer {
    display: flex;
    flex-direction: column;
}
textarea#Comment {
    width: 100%;
}
  }