* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

a:focus,
input:focus {
    outline: none;
}
.pbil_two_right img, .pbil_three img, .pbilfi_block_two img{
    width:100%;
    height:auto;
}
.logo_inner{
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.logo_inner img{
    width: 260px !important;
}
.pbil_one{
    border:1px solid #EAEAEA;
    border-radius: 4px;
    padding: 24px;
}
.payment_contact h2{
font-size:22px;
color:#000;
font-weight: bold;
}
.btn_edit{
    background-color:unset;
}
.btn_edit:active{
    box-shadow: none;
}
.btn_edit:active:focus, .btn_edit:focus{
    outline:unset;
    outline-offset:unset;
}
.btn_edit i{
    margin-right:5px;
    color:#F06906;
    font-size:18px;
}
.payment_contact{
    display:flex;
    justify-content: space-between;
}
.payment_contact_information{
    margin-top:20px;
}
.custom_label{
    font-weight: unset;
    font-size:15px;
}
.custom_form_control{
    color:#000;
}
.custom_form_control::placeholder { 
    color: #000;
}

.custom_form_control::-webkit-input-placeholder { 
    color: #000;
}

.custom_form_control:-moz-placeholder { 
    color: #000;
}

.custom_form_control::-moz-placeholder { 
    color: #000;
}

.custom_form_control:-ms-input-placeholder { 
    color: #000;
}
.common_buttom_block{
    margin-bottom:33px;
}
.pbil_two{
    background-color:#f7f7f7;
    padding: 24px 24px 0 24px;
    border-radius: 4px;
}

.pbil_two_left h5{
    color:#404040;
    font-size:30px;
    font-weight: 500;
}
.pbil_two_left h6{
    color:#404040;
    font-size:35px;
    font-weight: 700;
}
.pbil_two_left ul{
    margin-top:15px;
}
.pbil_two_left ul li{
    position: relative;
    color:#0E0E0E;
    font-size:15px;
    margin-bottom:8px;
    padding-left: 25px;
}
.pbil_two_left ul li::after{
    color:#FF9446;
    content: '\f058'; 
    font-family: "Font Awesome 6 Free"; 
    font-style: normal;
    font-weight: bold;
    font-size:15px;
    position: absolute;
    top:0;
    left:0;
}
.pbil_two_left ul li:last-child{
    margin-bottom:0;
}
.pbil_four_heading h3{
    color:#404040;
    font-size:16px;
    font-weight: 600;
}
.pbilfi_block{
    border:1px solid #E8E8E8;
    padding: 10px;
}
.pbilfi_block{
    margin-top:20px;
    height:100px;
}
.padding_left{
    padding-left:0;
}
.padding_right{
    padding-right:0;
}
.pbilfi_block_one p{
    font-size: 11px;
    color: #1D1B20;
    margin-top: 10px;
    font-weight: normal;
}
.pbir_one{
    padding: 24px;
    border-radius: 8px;
    background-color:#F6FFEF;
    border: .5px solid #EBEBEB;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.pbir_one h1{
    color:#000000;
    font-size:22px;
    font-weight: bold;
    text-align: center;
}
.service_requiest_block, .price_breakup{
    padding: 20px 0;
    border-bottom:1px solid #777777;
}
.srb_one h2{
color:#0E0E0E;
font-size:16px;
font-weight:600;
}
.srb_one p{
   font-size:16px;
   color:#0E0E0E;
   font-weight: normal;
   margin-top:6px; 
}
.srb_one_margin{
    margin-top:20px;
}
.price_breakup h3{
    color:#F06906;
    font-size:16px;
    font-weight: 700;
}
.price_breakup_table{
    margin-top:20px;
}
.price_breakup_table .table>tbody>tr>td{
    border-top:unset;
}
