body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    color: #212529;
    vertical-align: baseline;
    font-family: "Helvetica", "Arial", "Sans-serif";
    background-color: #fff;
}
.blog-content a,
.nav-link,
.no_bullets > ul li a,
ul.disclimer-links li a,
ul.header-social-media li a {
    text-decoration: none;
}
#vidzy-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.navbar {
    background-color: #fff !important;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-link,
ul.dropdown-menu > li > span {
    text-transform: capitalize;
    padding: 15px 25px;
    border-top: 1px solid #e4d9fb;
    color: #111822;
    position: relative;
    font-weight: 500;
    list-style: none;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-light .navbar-brand {
    color: rgb(0 0 0 / 0.9);
}
.primary-btn.has-arrow:after,
.scroll-top-btn span:after {
    background-image: url(../assets/home/all-icons.webp);
    background-repeat: no-repeat;
}
.navbar-brand {
    width: 165px;
    min-height: 40.84px;
    display: block;
}
.nav-link {
    font-size: 1rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dropdown-item,
.navbar-nav .primary-btn,
ul.dropdown-menu > li > span {
    display: block;
    text-decoration: none;
}
.navbar.stciky {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 0.1);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4a0efb;
}
.navbar-light .navbar-nav .nav-link {
    color: #111822;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.navbar-nav .primary-btn {
    margin: 15px 25px 0;
    background-color: #4a0efb;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.primary-btn.has-arrow:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    background-image: url(../assets/images/btn-arrow.png);
    background-position: 0;
    transform: scale(0.8);
    margin-left: 5px;
}
.navbar-light .navbar-nav li.nav-item:last-child,
.stats-block {
    border-top: 1px solid #eee;
}
.dropdown {
    position: static;
}
.navbar-nav .dropdown-menu li:first-child span,
ul.social-media-share li:last-child a {
    border: none;
}
ul.dropdown-menu > li > span {
    cursor: auto;
    font-size: 1.1rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.second-level-menu {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #e1d8f1;
}
.dropdown-item {
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
    font-weight: 500;
}
.primary-btn {
    font-weight: 500;
    border: none;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e4d9fb;
    background-color: #f2ebff;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .navbar {
        padding-top: 1rem;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 16px 0;
        font-size: 20px;
        display: block;
        position: relative;
        height: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .nav-link,
    .navbar-light .navbar-nav li.nav-item:last-child {
        border: 0;
    }
    .navbar-nav .primary-btn {
        margin-top: 0;
        margin-right: 0;
    }
    .navbar-expand-lg .navbar-nav > li.nav-item:hover > .nav-link > span {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link > span {
        display: block;
        height: 2px;
        width: 0;
        background-color: #4a0efb;
        margin-top: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
    }
    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
        padding: 10px 25px 0 12px;
    }
    .navbar-nav .dropdown-menu {
        border-top: none;
        margin-top: 0;
        border-radius: 0 0 10px 10px;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        display: none;
        flex-wrap: wrap;
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(9px);
        background: hsl(213deg 100% 98% / 80%);
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.1);
    }
    ul.dropdown-menu > li > span {
        font-size: 1.3rem;
        padding: 10px 25px;
        border: none;
        color: #4a0efb;
        font-weight: 600;
        margin-top: 10px;
    }
    ul.second-level-menu {
        display: block;
        background-color: #fff0;
        margin-bottom: 20px;
    }
    ul.second-level-menu > li > a {
        border: none !important;
        padding: 5px 25px;
        font-size: 1rem;
        color: #111822;
    }
    li.dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #fff0;
        color: #4a0efb;
    }
    .navbar-nav .dropdown-menu > li {
        flex: 0 0 340px;
        max-width: 340px;
        padding: 0 15px;
    }
    .navbar-nav .dropdown-menu > li:last-child {
        flex: 0 0 300px;
        max-width: 300px;
    }
    .dropdown-toggle::after {
        margin-left: 5px;
        margin-top: 11px;
        position: absolute;
        right: 10px;
    }
}
.col-md-12.col-lg-3.sticky-list,
.column.banner-index-wrapper {
    position: sticky;
    top: 96px;
    padding: 0 10px 0 15px;
    overflow-y: scroll;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .navbar-expand-lg .navbar-nav .dropdown .nav-link {
        padding: 10px 26px 0 16px;
    }
    .navbar-nav .dropdown-menu {
        max-width: 330px;
        left: auto;
        right: 200px;
    }
    .dropdown-item,
    .nav-link,
    .to-top a,
    .why-card p,
    footer p,
    footer ul li,
    p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}
.block-padd {
    padding: 50px 0;
}
p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 1em 0;
}
.h1,
h1 {
    font-size: calc(2.3rem + 1.5vw);
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
.blog-content a {
    color: #0d6efd;
}
ul.footer-services li,
ul.posted-on {
    padding-left: 0;
}
.header-social-media {
    padding-left: 0;
    margin-bottom: 40px;
}
ul.header-social-media {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    list-style-type: none;
}
ul.header-social-media li {
    display: inline-flex;
    align-items: center;
}
ul.header-social-media li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(17 24 34 / 0.1);
    padding: 3px 10px;
    border-radius: 8px;
    color: #111822;
    transition: 0.3s ease-in-out;
    width: 80px;
}
ul.header-social-media li i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 1;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 600px) {
    ul.header-social-media {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    ul.header-social-media li a {
        width: auto;
        padding: 8px 12px;
    }
    ul.header-social-media li i {
        width: 24px;
        height: 24px;
        font-size: 18px;
    }
}
.blog-content ul {
    margin-left: 0;
    padding-left: 0;
}
.blog-content ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
    margin: 1em 0;
    color: #111822;
}
.influencer-listicles {
    margin: 20px 0;
}
.influencer-picture img {
    width: 100%;
    border-radius: 8px;
}
.influencer-content > span {
    font-size: 50px;
    font-weight: 700;
    color: #afb9c6;
}
.influencer-content h3 {
    margin-top: -15px;
    margin-bottom: 5px;
}
ul.profile-stats li span {
    font-weight: 600;
}
ul.profile-stats {
    margin-bottom: 10px;
    margin-left: 0;
}
.fixed-social-media {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 0;
}
ul.social-media-share {
    display: flex;
    width: 100%;
    justify-content: center;
}
ul.social-media-share li a {
    padding: 2px 10px;
    display: block;
    font-size: 1rem;
    background-color: #9e6bf9;
    color: #fff;
}
.blog-content img,
.blogs-banner-part .container {
    max-width: 100%;
}
.no_bullets {
    background-color: #f1f4f7;
    margin: 30px 0;
    max-width: 500px;
    padding: 10px 10px 28px;
}
.no_bullets p {
    margin-left: 20px;
}
.no_bullets > ul,
ul.influencers-bullets-list {
    margin: 0;
}
.no_bullets > ul li {
    line-height: 0.9rem;
}
#toc_container,
ul.influencers-bullets-list li h4.usp-heading {
    display: none;
}
.read-more-btn::before {
    color: #00b2ff;
}
ul.influencers-bullets-list li {
    list-style: none;
    margin-top: 3rem;
    margin-bottom: 5rem;
}
ul.influencers-bullets-list li h3 {
    margin-bottom: 15px;
}
ul.influencers-bullets-list li h4:first-of-type {
    display: block;
}
ul.influencers-bullets-list li h4 + p:before {
    content: "USP:";
    font-weight: 600;
    line-height: 1.45;
    padding-right: 10px;
}
.small-index-btn {
    cursor: pointer;
    color: #00b2ff;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125);
}
.accordion-button {
    padding: 1.3rem 1.25rem;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button h3 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 400;
}
.accordion-button::after {
    content: "+";
    background-image: none !important;
    font-size: 30px;
    line-height: 23px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}
.collapse:not(.show) {
    display: none;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    transform: rotate(0);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: none;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
@media only screen and (min-width: 768px) {
    .fixed-social-media {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%);
    }
    ul.social-media-share {
        flex-direction: column;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .blogs-banner-part .no_bullets {
        display: none;
    }
    #toc_container {
        display: block;
    }
    .no_bullets {
        padding: 10px 30px 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .accordion-button h3 {
        font-size: 1.5rem;
    }
    .accordion-button {
        padding: 2rem 1.25rem;
        padding-left: 0;
    }
    .block-padd {
        padding: 70px 0;
    }
    .blog-content .container {
        max-width: 860px;
    }
    .blog-content ul {
        padding-left: 15px;
    }
    .blog-content h3 {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 1400px) {
    .blog-content h3 {
        font-size: 1.6rem;
    }
}
.blogs-banner-part div.no_bullets p,
div#toc_container p {
    font-size: 1.5rem;
    margin: 0.1rem 0 0;
    color: #1a223f;
    font-weight: 600;
}
div#toc_container > ul {
    margin: 0;
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.blogs-banner-part div.no_bullets,
div#toc_container {
    background-color: #fff;
    border: 1px solid #e8f0fb;
    margin: 75px 0;
    max-width: 100%;
    padding: 0 30px;
    border-radius: 10px;
}
.blog-content {
    padding-top: 3.5rem;
}
ol,
ul {
    padding-left: 0rem;
}
.blogs-banner-part div.no_bullets ul li,
div#toc_container ul li {
    list-style: auto;
    color: #6d6d6d;
    line-height: 25px;
}
.column.banner-index-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-wrap: wrap;
    border: none;
    height: 700px;
}
.column.banner-text-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 32px 36px 0;
}
.banner-text-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.tagline {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #e6184e !important;
}
.our-video-pannel {
    text-align: left;
    padding: 4rem;
    margin: 2rem 0;
}
.our-video-pannel h2,
p {
    color: #000;
}
.our-video-pannel p {
    color: rgb(0 0 0 / 0.8);
}
.accord-sec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    align-items: center;
}
.accord-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}
.accod-panel.active h3,
.accod-panel.active h4 {
    color: #5348d5;
    background: #5348d51a;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.accod-panel {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.accod-panel h3,
.accod-panel h4 {
    color: #2d2d2d;
    background: #9c9c9c1a;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 32px;
}
.social-media-icons p,
ul.toc-list-item li {
    color: #000;
}
.list-img {
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
    max-width: 100% !important;
}
.accod-content p {
    padding: 0 40px 0 35px;
}
.accod-head {
    cursor: pointer;
    position: relative;
}
h3.accod-head.accord-text,
h4.accod-head.accord-text {
    padding: 7px 0 7px 80px;
}
.accod-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}
.accod-panel.active .accod-content {
    max-height: 100%;
}
.accod-head i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    padding-left: 35px;
}
.accod-panel.active .accod-head i {
    transform: translateY(-50%) rotate(180deg);
    padding-right: 35px;
}
.accord-block img {
    height: 348px;
    width: 355px;
    margin: 0 auto;
    display: table;
}
.blog-heading {
    background: #468cef1a;
    color: #468cef;
    font-size: 32px;
    padding: 1.3rem 1rem 1.3rem 3rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
}
ul.influencers-bullets-list li img {
    width: 200px;
    height: 265px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 25px;
}
ul.influencers-bullets-list li h4 + p {
    color: #111822;
    font-weight: 400;
    color: var(--dark-heading);
    background: #c1c8dd1a;
    padding: 1.3rem 1rem;
    border-radius: 5px;
}
ul.influencers-bullets-list li h3 span:first-child {
    margin-bottom: 10px;
    color: #4a0efb;
}
.social-media-icons {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
ul.footer-social-media.social-media-list li a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.header-scroll-bar {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.header-scroll-bar h2 {
    text-align: center;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #fff;
}
.progress-bar {
    height: 8px;
    background: #e00c42;
    width: 0%;
}
.col-md-12.col-lg-3.sticky-list {
    display: flex;
    flex-wrap: wrap;
    border: none;
    height: 0;
    background-repeat: no-repeat;
    background-position: left center, right center, left center, right center;
    background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
}
.whatsapp-icon,
ul.footer-social-media.social-media-list li a {
    border-radius: 100%;
    color: #fff;
    display: flex;
    text-decoration: none;
}
.sticky-list::-webkit-scrollbar-thumb:hover {
    background: #df1e4f4d;
}
.sticky-list::-webkit-scrollbar-thumb {
    background: #8c8c8c78;
    border-radius: 20px;
}
.sticky-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
.sticky-list::-webkit-scrollbar {
    width: 0;
}
ul.footer-social-media li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    list-style: none;
    text-decoration: none;
}
ul.footer-social-media.social-media-list li a {
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    background-color: #476483;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.side-link.active {
    color: red !important;
}
ul.toc-list-item li {
    list-style: circle !important;
    line-height: 30px;
}
.vp-container .row {
    flex-direction: row-reverse !important;
    justify-content: left;
}
footer {
    background-color: #111822;
    color: #fff;
    padding-top: 3rem;
    border-radius: 24px 24px 0 0;
}
footer p {
    color: rgb(255 255 255 / 0.5);
    font-size: 1rem;
}
.social-media {
    margin-bottom: 2rem;
}
.social-media a {
    color: #fff;
    margin-right: 10px;
}
.social-media i {
    font-size: 24px;
}
p.copyright,
ul.disclimer-links li a {
    font-size: 0.9rem;
    color: #fff;
}
footer ul {
    margin: 0 0 1.5rem;
    padding: 0;
}
footer ul li {
    list-style: none;
    padding: 0 0 12px 30px;
    position: relative;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
ul.footer-services li a {
    color: #fff;
    text-decoration: none;
}
.lower-footer-row {
    border-top: 2px solid;
    padding: 2rem 0;
    align-items: center;
    margin-top: 3rem;
}
ul.disclimer-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 0;
}
ul.disclimer-links li {
    list-style: none;
    padding-left: 0;
    margin-right: 20px;
}
.whatsapp-icon {
    position: fixed;
    z-index: 9999;
    bottom: 65px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-color: #1eff1e;
    justify-content: center;
    align-content: center;
}
.whatsapp-icon i {
    font-size: 24px;
    line-height: 40px;
}
footer img {
    height: auto;
    width: 183px;
}
@media (min-width: 768px) {
    ul.disclimer-links {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .attract-banner-home h3,
    .h2,
    h2 {
        font-size: 2.1rem;
        line-height: 1.38;
    }
    ul.influencers-bullets-list li {
        position: relative;
        padding-left: 240px;
    }
    ul.influencers-bullets-list li img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .blogs-banner-part .row {
        flex-direction: row;
        align-items: start;
    }
    ul.disclimer-links {
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1200px) {
    footer {
        padding-top: 6rem;
    }
    ul.influencers-bullets-list li h4 + p {
        padding: 1.3rem 1rem 1.3rem 2.2rem;
    }
    .dropdown-item,
    .nav-link,
    .to-top a,
    .why-card p,
    footer p,
    footer ul li,
    p {
        font-size: 18px;
        line-height: 36px;
    }
    .blogs-banner-part div.no_bullets,
    div#toc_container {
        border: none;
    }
    .accord-block {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
    .col-md-12.col-lg-3.sticky-list {
        height: 700px;
    }
    .blog-heading {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
    .container {
        max-width: 1140px;
    }
    
}
@media (min-width: 1400px) {
    .container {
        max-width: 1222px;
    }
}
.navbar-collapse.show {
    display: block;
    opacity: 1;
    top: 0;
    transition: 0.15s ease-out;
}
.navbar-collapse {
    padding: 0 0 50px;
    min-height: 100%;
    height: 100vh;
    top: -100vh;
    right: 0;
    overflow-y: scroll;
    opacity: 0;
    z-index: 2000;
    transition: 0.15s ease-out;
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
}
.navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}
.menu-close {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 15px 10px auto;
    cursor: pointer;
}
.menu-close span {
    position: absolute;
    top: 25px;
    display: block;
}
.menu-close span:after,
.menu-close span:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #000;
}
.menu-close span:before {
    transform: rotate(-45deg);
}
.menu-close span:after {
    transform: rotate(45deg);
}
li.menu-open > ul {
    display: block;
}
ul.dropdown-menu > li > a,
ul.dropdown-menu > li > span {
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.1rem;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    text-decoration: none;
    display: block;
    padding: 15px 25px;
    display: flex;
    border-top: 1px solid #e4d9fb;
    flex-wrap: wrap;
    align-items: center;
    color: #111822;
    position: relative;
}
@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        opacity: 1;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        margin-left: auto;
        background-color: #fff0;
        overflow-y: visible;
    }
    .header-toggle-btns,
    .menu-close {
        display: none;
    }
}
