.footer-hny {
    padding: 40px 0px 20px 0px;
}

img.logo {
    width: 165px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    /* margin-bottom: 75px !important; */
    list-style: none;
}

img.logo {
    margin-right: 93px;
}

img.footer-logo {
    width: 135px;
}

header.tophny-header .search-right {
    margin-left: 60px;
}

header.tophny-header a.navbar-brand {
    color: #fff;
    font-size: 30px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
}

header.header-white-nav .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

header.tophny-header .navbar-light .navbar-nav .nav-link {
    color: #060402;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

header.tophny-header .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #ff7315 !important;
}

header.tophny-header li.nav-item {
    margin: 0px 10px;
}

header.tophny-header nav.navbar {
    background-color: transparent;
    padding: 10px 0;
}

.shopping-team {
    background: #ff7315;
    padding: 4px 0px;
    /*margin-bottom: 10px;*/
}

.shopping-team .marq{
    display: flex;
}
.shopping-team .marq div{
    width: 100%;
}

/* .banner-image img{
    height: 500px;

object-fit: cover;

} */

.join-inner ul li {
    font-size: 20px;
}


/* .main-inner-heading h3{
    font-size: 26px;
} */

.shopping-team h4 {
    font-size: 22px;
    margin-bottom: 0px;
}

.search-by-filter select {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 10px 16px;
}

.explore-content .explore-heading {
    font-size: 40px;
    font-weight: 700;
}

.corrent-oppening {
    font-size: 28px;
    font-weight: 700;
}

.explore-box .job-title {
    font-size: 20px;
    font-weight: 500;
    color: #0060b5;
}

.explore-box .col-6 {
    font-size: 16px;
    font-weight: 500;
}

.explore-box .best-quelification {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #0060b5;
}

.explore-box p {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

.explore-box button {
    background: transparent;
    border: none;
    padding: 0px;
    color: #ff7315;
    font-size: 18px;
    font-weight: 600;
}

.explore-box a,
.seller-section a {
    background: #ff7315;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 26px;
    line-height: 1;
    display: inline-block;
    color: #ffffff;
    margin-top: 5px;
    border-radius: 30px;
    text-align: center;
}

.explore-box a:hover,
.seller-section a:hover {
    background: #232020;
    color: #ffffff;
}

.explore-box {
    background: #d9d9d9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.apply_franchises .explore-box {
    background: #ff731530;
    padding: 10px;
    margin-bottom: 40px;
}

.apply_franchises .important-question h3 {
    font-size: 26px;
}

.accordion-container {
    width: 100%;
}

details {
    font-size: 1rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e4e4e7;
    transition: all 0.3s ease-in-out;
    &:hover {
        opacity: 1;
    }
}

details:last-child {
    border-bottom: none;
}

summary {
    user-select: none;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    &:hover {
        & .title {
            opacity: 1;
        }
        & .accordion-icon {
            opacity: 1;
        }
    }
}

.accordion-title {
    color: #151518;
    width: 90%;
    font-size: 20px;
    font-weight: 500;
    transition: all 250ms ease-in-out;
}

.accordion-icon {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    transition: all 150ms ease-out;
    svg {
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }
}

.accordion-content {
    color: #3c3e47;
    padding: 0.2rem 0rem 1rem 0rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
}


/** Remove Marker */

summary::-webkit-details-marker {
    display: none;
}


/** Rotate Icon */

details[open] .accordion-icon svg {
    transform: rotate(180deg);
}

.seller-box .seller_heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.seller-box p {
    font-size: 20px;
    margin-bottom: 0px;
}

.why-seller-section .why-seller-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.why-seller-section .why-box h4 {
    font-size: 20px;
}

.navbar-nav {
    white-space: nowrap;
    flex-wrap: wrap;
}

.nav-item.subdomain {
    position: relative;
}

.nav-item.subdomain .dropdown-inner {
    background: #ffffff;
    border-top: 1px solid #ff7315;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 200%;
    padding: 0px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 1;
}

.nav-item.subdomain:hover .dropdown-inner {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transform: scale(1);
}

.nav-item.subdomain .dropdown-inner ul li {
    list-style: none;
    margin: 0px;
}

.nav-item.subdomain .dropdown-inner ul li a.nav-link {
    padding-left: 0px;
    padding-right: 0px;
    color: #232020 !important;
}

.joinusform form label {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.joinusform form input,
.joinusform form select {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 10px 16px;
    line-height: 1;
    color: black;
}

.joinusform form input::placeholder {
    color: #7d79794d;
}

.joinusform .job-title h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #ff7315;
}

button.read-more.btn {
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 600;
    padding: 12px 32px;
    font-size: 16px;
    background-color: #232020;
    margin-top: 20px;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
}

button.read-more.btn:hover {
    background-color: #ff7315;
}

.navbar-nav .dropdown-menu {
    transform: translateX(-50px);
}

.navbar-nav .dropdown-menu::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px #d5d5d5ee solid;
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -5px;
    left: 49%;
    z-index: 1001;
}

.w3l-footer-22 .below-section {
    margin: 60px 0px 0px 0px;
}

.w3l-footer-22 .sub-columns {
    grid-template-columns: 1fr 1.3fr 1.6fr 1fr;
}

.w3l-footer-22 .footer-hny-ul {
    grid-template-columns: 1fr;
}

.w3l-footer-22 .sub-two-right ul li {
    display: block;
}

.google-play-btn {
    width: 180px;
}

.menu-mobile-icon {
    display: none;
    cursor: pointer;
}

.menus-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ff7315;
    z-index: 9;
    padding: 30px;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(1, 1);
    transform-origin: 0 0;
}

.menus-mobile.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menus-mobile .close-icon svg {
    cursor: pointer;
}

.event-detail label {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}

.event-detail a {
    background: #ff7315;
    border: none;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
}

.event-detail a:hover {
    background: #232020;
    color: #ffffff;
}

.event-detail textarea {
    padding: 20px;
    outline: none;
    border-radius: 20px;
    resize: none;
}

.Benefits h5 {
    font-size: 12px;
}

.important-question a {
    background: #ff7315;
    border: none;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    display: inline-block;
}

.important-question a:hover {
    background: #232020;
    color: #ffffff;
}

.explore-content .explore-box iframe {
    height: 354px;
}

@media (max-width: 1199px) {
    .explore-content .explore-box iframe {
        height: 295px;
    }
}

@media (max-width: 1040px) {
    .shopping-team h4 {
        font-size: 18px;
    }
    /* .banner-image img {
        /* height: auto; */
    /* height: 230px !important; */
    /* } */
    */ .shopping-team {
        background: #ff7315;
        /* padding: 5px 0px; */
        margin-bottom: 0px;
        padding-top: 11px !important;
    }
    .join-inner ul li {
        font-size: 18px;
    }
    .seller-box p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .why-seller-section .why-box p {
        font-size: 16px;
        color: #000000;
    }
}

@media (max-width: 991px) {
    .menu-mobile-icon {
        display: block;
    }
    .franchisesaplly-header {
        display: none;
    }
    img.logo {
        margin-right: 0px;
    }
    .navbar-brand {
        margin-right: 0rem;
    }
    header.tophny-header .search-right {
        margin-left: 0px;
    }
    .header-white-nav .container-fluid.serarc-fluid {
        justify-content: space-between;
    }
    .header-white-nav img.logo {
        margin-right: 0px;
    }
    /* mobile menu */
    .menus-mobile .navbar-nav .dropdown-menu {
        transform: translateX(0px);
    }
    .menus-mobile .nav-link {
        border-top: 1px solid #ffffff;
        color: #ffffff;
    }
    .menus-mobile .nav-link:hover {
        color: #060402;
    }
    .menus-mobile .nav-item.subdomain .dropdown-inner {
        width: 100%;
        border-color: transparent;
        position: static;
        display: none;
        transform: none;
        transform-origin: initial;
        opacity: 1;
        visibility: visible;
        margin-bottom: 10px;
    }
    .menus-mobile .nav-item.subdomain:hover .dropdown-inner {
        display: block;
    }
    .explore-content .explore-box iframe {
        height: 216px;
        min-height: 216px;
    }
}

@media (max-width: 767px) {
    .why-seller-section .why-seller-heading {
        font-size: 30px;
    }
    .why-seller-section .why-box h4 {
        font-size: 22px;
    }
    .accordion-title {
        font-size: 14px;
    }
    .accordion-content {
        font-size: 14px;
    }
    .w3l-footer-22 .sub-columns {
        grid-template-columns: 1fr 1fr;
    }
    .explore-content .explore-box iframe {
        height: 334px;
        min-height: 334px;
    }
}

@media (max-width: 575px) {
    .why-seller-section .row {
        text-align: center;
    }
    .explore-content .explore-box iframe {
        height: 190px;
        min-height: 190px;
    }
}



h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0px;
}

.event-detail h3.hny-title,
.event-detail p.hny-title{
    margin-bottom: 0px !important;
}
.w3l-footer-22 ul.social-footerhny li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}