/*Inquiry Detail*/
.inquiry_detail{
    margin-top: 65px;
}
.inquiry_container{
    padding-left:7% !important;
    padding-right:7%!important;
    margin-bottom: 80px;
}
.inquiry_txt{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;

}

/*Inquiry line*/
.inquiry_line_grid{
    margin: 50px 0px 50px 0px;
}
.inquiry_line {
    position: initial;
    content: "";
    height: 4px;
    background-color: #FFC501;
    text-align: center;
    clear: both;
    width: 100%;
}
.inquiry_form-group{
    margin-bottom: 2.5rem !important;
}
.inquiry_lbl_span {
    background-color: #ff0000a3;
    border-radius: 4px;
    color: white;
    margin-right: 8px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
}

.inquiry_box{
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.inquiry_btn {
    width: 269px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inquiry_box{
        padding-left: 11% !important;
    }
}

@media only screen and (min-width: 606px) and (max-width: 767px){

    .inquiry_box {
        padding-left: 40% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 605px){


}

@media only screen and (min-width: 320px) and (max-width: 479px){
.inquiry-h2{
    font-size: 20px;
}

}