.modalBox {
    background-color: rgba(0, 0, 0, 0.5);
}
.cus-item .whatsapp-icon {
    width: 26px;
    height: 26px;
    color: #36acbb;
}
.cus-item .email-icon {
    width: 30px;
    height: 30px;
}
.cus-item .instagram-icon {
    width: 26px;
    height: 30px;
}
.cus-item .facebook-text {
    width: 30px;
    height: 30px;
}
.cus-item .linkedin-text {
    width: 26px;
    height: 30px;
}
/*Accordion style*/
.collapse-element{
    cursor: pointer;
}

.bi-chevron-up.b-icon.bi{
    display: none;
}

.encription-text .lock-icon {
    width: 10px;
    vertical-align: text-top;
}

.encription-text {
    font-size: 10px;
    color: #33475b;
    margin-bottom: 3px;
    margin:10px 0;
}

.field .input input {
    width: 100%;
    display: block;
    border: 1px solid #cbd6e2;
    background: #f5f8fa;
    height: 40px;
}

.field {
    margin-bottom: 18px;
}

.cus-checkbox {
    display: flex;
    font-size: 10px;
    padding-top:6px;
}

.submit-btn {
    margin: 18px 0;
    padding: 17px 0;
}

.submit-btn input {
    background: #1e1e2d;
    border-color: #1e1e2d;
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    cursor: pointer;
    padding: 12px 24px;
    transition: all .15s linear;
}

.checkbox-field {
    padding-right: 8px;
}

.require{
    color:red;
}

@media screen and (max-width: 991px){
    .header .burger{
    }
}