
.box-center{
    height: 20%;
    width: 99%;
    border: 1px solid #f0f0f0;
    background-color: #f2f2f23d;
}
.box-center-top{
    background-color:  #2B405A;
    width: 100%;
    height: 46px;
}
h2{
    color: #fff;
    padding-top: 8px;
    padding-right: 20px;
}

.a-inquiry-1{
    background-color: #2B405A;
    padding-top:  10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 100px;
    margin-right:10%;
    margin-left: 9%;
    display: inline-block;
    width: 28%;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ffd500;

}
.a-inquiry-2{
    background-color: #2B405A;
    padding-top:  10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 100px;
    margin-right: 9%;
    margin-left: 10%;
    width: 28%;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ffd500;
    margin-bottom: 16%;

}
a:hover{
    color: #ff9400;
    border: 1px solid #ff9400;
}

.code_melli{
    display: inline-block;
    margin-right: 25%;
    margin-top: 5%;
}
.p_bold{
    font-size: 15px;
    color: #ff9400;
}
.p_center{
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 4%;
}

.code_amn{
    margin-right: -4%;
}

.a-inquiry-Record{
    background-color: #ff9400;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-right: 14%;
    display: inline-block;
    width: 80%;
    font-size: 19px;
    font-family: bnazanb;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #2B405A;
}
.a-inquiry-Record:hover{
    color: #000;
    background-color: #ffd500;

}
.box_set{
    border: 1px solid #f0f0f0;
}

.box_botton{
    border: 2px solid #ececec;
    height: 5%;
    width: 87%;
    margin-top: 4%;
    border-radius: 2px;
    margin-right: 6%;
    background-image: url(../../content/image/background-1.jpg); 
    background-repeat: no-repeat; 
    margin-bottom: 30px;

}
.img_profile{
    margin-top: 3%;
    position: absolute;
    margin-right: 31%;
}
.title-label{
    color: #757575;
    margin-top: 5%;
    margin-right: 10%;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 7%;
    margin-right: 5px;

}

.value-label{
    color: #000;
    margin-right: 5px;
}
.value-label.spc{
    color: #DF7000;
}

.font_profiole-1{
    font-size: 17px;
    margin-bottom: 7%
}
.text-danger{
    color: #D50000;
    text-align: center;
    padding: 10px;
}
@media only screen and (max-width: 600px){
    input[type=text]{
        width: 90%;
        margin-right: 0%;
        margin-left: 0%;
    }
    .a-inquiry-Record{
        width: 93%;
        margin-right: 0%;
    }
    .code_melli{
        margin-right: 5%;
    }
    img{
        margin-right: 24%;
    }
    .font_profiole{
        margin-top: 51%;
    } 
    .box_botton{
        width: 97%;
        margin-right: 0;
    }
    .img_profile{
        float: right;
        margin-top: 7%;
        margin-right:7%;
    }
}
@media only screen and (max-width: 600px){
    .a-inquiry-1{
        width: 90%;
        margin-right:5%;
        margin-left: 5%;
    }
    .a-inquiry-2{
        width:90%;
        margin-right:5%;
        margin-left: 5%;

    }
}
