.hide-filter {
    display: none !important;
}

.input-wrap, .type-in-your-contact .input-wrap {
    width: 100%;
    max-width: 550px;
}
.enter-location h1 {
    margin-bottom: 46px;
}
.select-a-chapter {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.your-location .prev-step {
    margin: 0;
}
.invite-input-block,.slect-profession-block {
    margin: 10px 0;
}
.invite-input-block p span,.slect-profession-block p span {
    font-weight: 400;
    color: inherit;
    font-size: 16px;
}
.invite-input-block p,.slect-profession-block p {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

#submitRequest {
    /* display: flex; */
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
    height: auto;
    margin: 25px 0 0;
    border: 3px solid;
    transition: 0.5s ease;
}
#submitRequest:hover {
    border: 3px solid;
    background: #fff;
    color: #000;
}

#submitRequest:hover i {
    color: #000;
}
.submitBtn {
    display: inline-block;
}

.invite-input-block input[type="tel"].member-contact {
    width: 100%;
    max-width: 100%;
    padding-left: 90px !important;
    margin-left: 0px !important;
}
.bni-referals-blk {
    max-width: 165px;
}
.contact-input-field .iti {
    display: block;
}
button.iti__selected-country:focus {
    outline: none;
}
.iti__search-input {
    padding: 10px;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="text"].text-field::placeholder {
    font-size: 21px;
}
.member-profession.step-title,.member-profession.step-title span {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}

.member-profession.step-title span {
    color: #000;
    font-weight: 600;
}
.invite-input-block p sup, .slect-profession-block p sup {
    color: var(--Red, #CF2030);
    font-size: 18px;
    top: -1px;
}
.type-in-your-location.invite-input-block {
    margin-bottom: 0;
}

.iti__country-container {
    padding: 16px;
    box-shadow: none;
}
.iti .iti__selected-dial-code {
    font-size: 16px;
}
.iti__arrow{
    position: absolute;
    right: -15px;
    font-size: 20px;
    border-width: 6px;
    border-top-width: 7px;
    opacity: 1;
}

p.chapter-infornmation-title {
    font-size: 42px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.error-message {
    opacity: 0;
}
@media screen and (max-width: 1200px) {
     .enter-location h1 {
        font-size: 36px;
    }
    .invite-input-block p, .slect-profession-block p {
    }
    .select-a-chapter {
        font-size: 20px;
    }
    .member-profession.step-title, .member-profession.step-title span{
        font-size: 24px;
    }
    p.chapter-infornmation-title {
        font-size: 30px;
        line-height: normal;
    }
}
@media screen and (max-width: 991px) {
    .email-field {
        order: 1;
    }
    .phone-field {
        order: 2;
    }
    .profession-field {
        order: 3;
    }
    
    .enter-location h1 {
        font-size: 28px;
    }
    .invite-input-block p, .slect-profession-block p {
        font-size: 16px;
    }
    input[type="tel"]::placeholder,
    input[type="email"]::placeholder,
    input[type="text"].text-field::placeholder {
        font-size: 12px;
    }
    .select-a-chapter {
        font-size: 14px;
        margin: 10px 0;
    }
    .member-profession.step-title, .member-profession.step-title span{
        font-size: 16px;
    }
    p.chapter-infornmation-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 15px;
    }
    #submitRequest {
            margin: 25px 0 0;
    }
    .iti .iti__selected-dial-code {
        font-size: 16px;
    }
}


@media screen and (max-width: 767px) {
    
}