#scroll,
.heading-menu {
    display: none
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

input[type="checkbox"],
input[type="radio"] {
    margin-bottom: 5px;
}

.form-control,
.country-form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

textarea {
    overflow: auto;
    resize: vertical;
    font-family: inherit;
}

.label-required {
    color: #ff0000;
}

@media (min-width: 768px) {
    .roi-text {
        float: right;
    }

    .sales-block {
        padding: 25px;
    }
}

.form-btn {
    min-width: 110px;
}

.bor-bot {
    border-bottom: 1px solid #efefef;
}

.flag-img {
    width: 30px;
}

.sales-header {
    font-size: 18px;
}

.country-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Zoho_Puvi_Medium;
}

.country-code {
    padding-bottom: 5px;
    font-size: 14px;
}

.txt14 {
    font-size: 14px;
}

.sales-block {
    padding: 20px 14px;
    border: 1px solid #ededed;
}