.price{
    font-size: 23px;
    font-weight: 600;
    font-style: italic;
    color: #0076c2;
}

.border-2px{
    border: 2px solid #0076c2;
    border-radius: 20px;
}

.border-r-20px{
    border-radius: 20px;
}

.form_control {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    outline: none;
}

.hero-seo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-wrapper {
    position: relative;
    z-index: 2;
}