.btn_green {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    color: #342a64;
    border: 1px solid #342a64;
    display: inline-block;
}

.btn_red {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    color: #db1515;
    border: 1px solid #db1515;
    display: inline-block;
}

.mt-5, .my-5 {
    margin-top: 5rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.phead{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #919191;
    margin-bottom: 13px;
    font-family: "Roboto", sans-serif;
}

.have_question .single_border {
    border: 1px solid #ddd;
    border-radius: 27px;
    padding: 38px 50px;
}


.btn_green:hover {
    color: #fff !important;
    background: #342a64;
}

.btn_red:hover {
    color: #fff !important;
    background: #db1515;
}

.have_question {
    padding: 57px 0;
}