.breadcrumbs {
    display: none;
}

.top-contact {
    padding: 10px 0px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.top-contact p {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    width: 28%;
    margin: auto;
    padding: 5px 0px;
    color: #fff;
}

.we-love-contact img {
    width: 100%;
    height: auto;
}

section.need-help-main {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

section.need-help-main span {
    margin-left: 15px;
    font-weight: 600;
}

.need-help-mobile {
    background: url(https://www.beyoung.in/api/catalog/contact-us/bg-mobile.png);
       background-repeat: no-repeat;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 12%);
    border-radius: 0px 11px 11px 11px;
    background-attachment: fixed;
}

section.help-content p {
    margin: 10px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

section.help-content a {
    display: block;
    margin: 15px auto;
    padding: 15px 30px;
    background: #EA5281;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 12%);
    border-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 55%;
}

section.help-content {
    text-align: center;
}

.help-support {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
    position: relative;
    background: transparent;
}

.help-support:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    display: inline-block;
}

section.help-content .text-help {
    display: block;
    margin: 0px 10px 10px 10px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    padding-bottom: 6px;

}

.click-down {
    cursor: pointer;
    font-size: 20px;
}

.our-address .container {
    background: #f5f5f5;
    padding-top: 20px;
}

.q-and-a {
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    align-items: center;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 12%);
    border-radius: 11px;
    padding: 10px 10px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.our-address-main {
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    align-items: center;
    border-radius: 11px;
    margin-bottom: 10px;
}

.answer {
    margin-left: 40px;
    line-height: 20px;
}

.address-heading {
    display: flex;
    align-items: center;
}

section.help-content .text-help.current {
    height: auto;
}

.q-and-a.current {
    height: auto;
}

.order-address .container {
    background: #f5f5f5;
    padding-top: 20px;
}

.update-query {
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    align-items: center;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 12%);
    border-radius: 11px;
    padding: 10px 10px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.update-query.current {
    height: auto;
}

.our-address-main {
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    align-items: center;
    border-radius: 11px;
    margin-bottom: 10px;
}

.user-query .container {
    background: #f5f5f5;
    padding-top: 20px;
}

.update-user-query {
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    align-items: center;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 12%);
    border-radius: 11px;
    padding: 15px 10px;
    text-align: center;
}

.user-address-heading b a {
    color: #34B660;
}

.stay-connect .container {
    background: #f5f5f5;
    padding-top: 20px;
}

.stay-connect .container p {
    text-align: center;
    width: 60%;
    margin: 0px auto;
    border-bottom: 1px solid #707070;
    padding: 5px 0px;
    color: #746F6F;
}

.stay-connect .container p b {
    color: #000;
    margin-right: 3px;
}

.socila-icon {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 20px 0px;
    margin: 0px auto;
}

.socila-icon img {
    width: 25px;
    height: 25px;
}

.help-support.current span.text-help {
    height: auto;
}

.help-support.current:after {
    content: "-";
}