.pb-0{
    padding-bottom: 0px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.policy_pages h1{
    max-width: 100% !important;
}
.policy_pages_p h3{
    font-size: 1.5rem !important;
}
.heading-d-flex{
    display: flex;
    flex-direction: column; 
}
.heading-d-flex-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-two-hero-text-wrapper h1{
    text-align: center;
}
a.quick-link.w--current {
    color: var(--theme-color);
}
a.dropdown-toggle.w-inline-block.w--current div {
    color: var(--theme-color);
}
a.dropdown-toggle.w-inline-block .text-white:hover  {
    color: var(--theme-color);
}
.contact-d-flex{
    flex-direction: column;
    align-items: flex-start;
}
label.error{
    color: red;
}
.w-500 .capitalize{
    width: 500px;
}