/*=============================================================*/
/* Header */
/*=============================================================*/

header a {
    text-decoration: none;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    z-index: 1000;
    text-wrap: wrap;
    box-shadow: none;
}

header a,
header p,
header li {
    font-family: 'Manrope';
    font-weight: 400;
}

#mainnav a,
#mainnav li a {
    font-family: "Work Sans";
}

header {
    box-shadow: none;
}

header button {
    background-color: #1864B0;
}

.bg-light {
    background-color: #ffffff;
}

.shadow-navbar {
    box-shadow: 0.1rem 0.8rem 1.5rem rgba(0, 0, 0, .027);
}

.nav-link.dropdown-toggle {
    font-family: "Work Sans";
    font-weight: bold;
}

.navbar {
    padding: 0.5rem;
    box-shadow: 0.1rem 0.8rem 1.5rem #000 7;
    background-color: #fff;
}

.navbar .resourcesDropdown img {
    max-width: 10rem;
}

.navbar .elements :global offcanvas-body {
    color: #004c98;
}

.navbar .elements :global .nav-link {
    color: #004c98;
}

.navbar .elements :global .dropdown-item {
    min-width: 17rem;
}

.navbar .elements {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    font-family: CeraProBold;
}

.navbar .elements .navLink {
    z-index: 3;
    padding: 0.1rem !important;
}


.navbar .elements :global offcanvas-body {
    color: #004c98;
}

.navbar .elements :global .nav-link {
    color: #004c98;
}

.navbar .elements :global .dropdown-item {
    min-width: 17rem;
}

.navbar .elements .dropDownItem {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar .elements .dropDownItem .icon {
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

.navbar .elements a.navlink {
    color: #004c98;
}

.navbar .elements .demoBtn {
    color: #fff;
    background-color: #004c98;
    border: none;
    padding: 10px 15px;
    margin-left: 8px;
    border-radius: 5px;
    font-family: "Manrope";
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    transition: background-color 0.5s ease;
}

.navbar .elements .demoBtn:hover {
    background-color: #0692fd;
}

.nav-link .hlText {
    background: transparent linear-gradient(14deg, #0AC2F1 0%, #BFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    font-family: "Work Sans";
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    top: 8px;
    right: -55px;
    max-width: fit-content;
}

.navbarLink {
    margin-bottom: 0.5rem;
}

.navbarLink:hover hr {
    color: transparent;
}

.navbarLink .contentSec {
    display: flex;
    margin-bottom: 0.75rem;
}

.navbarLink .contentSec .img {
    display: flex;
    border-radius: 7px;
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.navbarLink .contentSec .img .icon {
    display: flex;
    margin: auto;
    max-width: 1.3rem;
    max-height: 1.3rem;
}

.navbarLink .contentSec .textSec .title {
    margin: 0;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0.25rem;
    color: #004c98;
}

.navbarLink .contentSec .textSec .title .arrow {
    width: .8rem;
    padding-left: .25rem;
    fill: #004c98;
}

.navbarLink .contentSec .textSec .desc {
    font-family: Manrope;
    font-weight: 500;
    color: #303030;
    opacity: 0.7;
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}

.navbarLink hr {
    margin-left: auto;
    margin-right: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 16rem;
    color: #ccc3c3;
}

.navbarLink.soon {
    background: #bfff00;
    background: transparent linear-gradient(25deg, #bfff00 0%, #0ac2f1 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    position: relative;
}

.navbarLink.soon .contentSec .img .icon {
    max-width: 100%;
    max-height: 100%;
}

.navbarLink.soon .contentSec .textSec .title {
    color: #1f1f1f;
    position: relative;
}

.navbarLink.soon .contentSec .textSec .title span {
    position: absolute;
    top: 2px;
    right: -35px;
    font-weight: 500;
    padding: 2px 6px;
    font-size: 9px;
    color: #fff;
    background: #d84b25 0% 0% no-repeat padding-box;
    border-radius: 3px;
}

.navbarLink.soon .contentSec .textSec .desc {
    margin-bottom: 0.5rem;
    opacity: 0.95;
}

.navbarLink.soon .contentSec .textSec .soonerCta {
    font-family: "Work Sans";
    color: #1f1f1f;
    opacity: 0.95;
    font-size: 11px;
    margin: 0;
    background: #bfff00 0% 0% no-repeat padding-box;
    border-radius: 5px;
    max-width: fit-content;
    padding: 3px 10px;
}

.navbarLink.soon:hover .soonerCta {
    background: #0ac2f1 0% 0% no-repeat padding-box !important;
    opacity: 1;
}

.dropdownCol {
    padding: 0.5rem 0rem 0rem;
}

.dropdownCol.whatSec {
    margin: 1rem 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.dropdownCol.whatSec .productImg {
    max-width: 12rem;
    margin: 0 1.5rem;
}

.dropdownCol .btnSec {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    margin: 0 0 0 1.5rem;
}

.dropdownCol .btnSec .btn {
    padding: 10px 15px;
    color: #f6f9fd;
    background-color: #004c98;
    max-width: 11rem;
    font-family: "Manrope";
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
}

.dropdownCol .titleSec {
    display: flex;
    padding: 0 0.5rem 0.5rem;
}

.dropdownCol .titleSec .title {
    margin: 0;
    font-family: "Manrope";
    font-weight: 700;
    color: #004c98;
    padding-left: 0.5rem;
    font-size: 16px;
}

.dropdownCol .head {
    font-family: "Manrope";
    font-weight: 600;
    color: #2b2b2b;
    font-size: 14px;
    margin: 0 0 0.3rem;
    padding: 0 0 0 1.95rem;
}

.dropdownCol .desc {
    font-family: "Manrope";
    font-weight: 500;
    color: #303030;
    opacity: 0.69;
    font-size: 12px;
    padding: 0 0 0.5rem;
    margin: 0;
    display: none;
}

.alert {
    font-family: "Manrope";
    font-weight: 500;
    margin: 0%;
    color: white;
    background-color: #004c98;
    border-radius: 0%;
    border: none;
    min-height: 1.2rem;
}

.alert a {
    font-size: 15px;
    color: #ffd119;
    border-bottom: 1px solid #ffd119;
    margin: 0rem 0rem 0rem 0.5rem;
    max-height: 1.2rem;
}

.testimonials {
    display: none;
}

.navbar .nav-link,
.navbar .nav-item {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: normal;
}

header nav.navbar a,
header nav.navbar .collapse.navbar-collapse a {
    color: #004C98;
    font-weight: 500;
}

header nav.navbar .btnSec a.btn,
header nav.navbar .btnSec .collapse.navbar-collapse a.btn {
    color: #FFF;
}

header nav.navbar a.btn:hover,
header nav.navbar .collapse.navbar-collapse a.btn:hover {
    color: #FFF;
}

/* .navbar-brand {
    min-width: 16rem;
} */

.navbar-brand img {
    height: 30px;
    max-width: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 100%;
}

.dropdown-menu {
    border: none;
    background: none;
}

.btn-req:not(:disabled):not(.disabled).active,
.btn-req:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #004C98d5;
}

.btn-req:not(:disabled):not(.disabled).active:focus,
.btn-req:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.demo-btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.demo-btn {
    font-family: "Mulish-ExtraBold", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: block;
    position: relative;
    color: #f3f3f3 !important;
    background-color: #004C98;
    border: 2px solid #004C98;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    font-family: "Manrope";
    max-width: 10rem;
    padding: 8px 15px !important;
    border-radius: 5px;
}

.demo-btn:hover {
    color: #004C98 !important;
    background: transparent;
    text-shadow: nthree;
}

nav ul li a:hover.btn.animated-button {
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
}

nav a img {
    cursor: pointer;
}

header .alert-header,
header .alert-header .closebtn {
    background-color: #004C98;
    color: white;
    width: auto;
}

header .alert-header .alert-text {
    padding: 20px;
    font-size: 15px;
    border-radius: 0%;
    padding: .8rem 1rem .6rem 1rem;
    margin-bottom: 0%;
    text-align: center;
}

header .alert-header .alert {
    border: 0;
}

header .alert-header .closebtn {
    position: absolute;
    right: 0px;
    padding-left: 15px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
}

header .alert-header .closebtn:hover {
    color: black;
}

header .alert-link {
    color: #ffd119;
    border-bottom: 1px solid #ffd119;
    font-weight: 600;
    font-size: 1em;
    line-height: 16px;
    transition: .3s all;
    cursor: pointer;
    height: 20px;
    font-family: "Manrope";
    font-weight: 600;
}

header .alert-link:hover {
    color: #ffd119;
}

header nav .navbar-menu {
    display: none;
}

header .alert-header .alert .repeat-text-scroll {
    display: none;
}

header nav.navbar .demo-btn-mobile a {
    text-shadow: none;
}


@-webkit-keyframes icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(10px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.icon-wobble-horizontal .bi-arrow-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.icon-wobble-horizontal:hover .bi-arrow-right,
.icon-wobble-horizontal:focus .bi-arrow-right,
.icon-wobble-horizontal:active .bi-arrow-right {
    display: inline-block;
    -webkit-animation-name: icon-wobble-horizontal;
    animation-name: icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.newsletter .formSec .formControl .formInput:focus-visible {
    outline: none;
}

.newsletter .formSec .applyBtn:focus-visible {
    outline: none;
}



@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.bg-light {
    background-color: #ffffff;
}

.shadow-navbar {
    box-shadow: 0.1rem 0.8rem 1.5rem rgba(0, 0, 0, .027);
}

.nav-link.dropdown-toggle {
    font-family: "Work Sans";
    font-weight: bold;
}

.navbar {
    padding: 0.5rem;
    box-shadow: 0.1rem 0.8rem 1.5rem #000 7;
    background-color: #fff;
}

.navbar .resourcesDropdown img {
    max-width: 10rem;
}

.navbar .elements :global offcanvas-body {
    color: #004c98;
}

.navbar .elements :global .nav-link {
    color: #004c98;
}

.navbar .elements :global .dropdown-item {
    min-width: 17rem;
}

.navbarLink {
    margin-bottom: 0.5rem;
}

.navbarLink:hover hr {
    color: transparent;
}

.navbarLink .contentSec {
    display: flex;
    margin-bottom: 0.75rem;
}

.navbarLink .contentSec .img {
    display: flex;
    border-radius: 7px;
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.navbarLink .contentSec .textSec .title .arrow {
    width: .8rem;
    padding-left: .25rem;
    fill: #004c98;
}

.navbarLink hr {
    margin-left: auto;
    margin-right: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 16rem;
    color: #ccc3c3;
}

.dropdownCol {
    padding: 0.5rem 0rem 0rem;
}

.dropdownCol.whatSec {
    margin: 1rem 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.dropdownCol.whatSec .productImg {
    max-width: 12rem;
    margin: 0 1.5rem;
}

.dropdownCol .btnSec {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    margin: 0 0 0 1.5rem;
}

.dropdownCol .btnSec .btn {
    padding: 10px 15px;
    color: #f6f9fd;
    background-color: #004c98;
    max-width: 11rem;
    font-family: "Manrope";
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
}

.dropdownCol .titleSec {
    display: flex;
    padding: 0 0.5rem 0.5rem;
}

.dropdownCol .titleSec .title {
    margin: 0;
    font-family: "Manrope";
    font-weight: 700;
    color: #004c98;
    padding-left: 0.5rem;
    font-size: 16px;
}

.dropdownCol .head {
    font-family: "Manrope";
    font-weight: 600;
    color: #2b2b2b;
    font-size: 14px;
    margin: 0 0 0.3rem;
    padding: 0 0 0 1.95rem;
}

.dropdownCol .desc {
    font-family: "Manrope";
    font-weight: 500;
    color: #303030;
    opacity: 0.69;
    font-size: 12px;
    padding: 0 0 0.5rem;
    margin: 0;
    display: none;
}

.alert {
    font-family: "Manrope";
    font-weight: 500;
    margin: 0%;
    color: white;
    background-color: #004c98;
    border-radius: 0%;
    border: none;
    min-height: 1.2rem;
}

.alert a {
    font-size: 15px;
    color: #ffd119;
    border-bottom: 1px solid #ffd119;
    margin: 0rem 0rem 0rem 0.5rem;
    max-height: 1.2rem;
}

.marquee :global .overlay::before,
.marquee :global .overlay::after {
    content: none;
}

.testimonials {
    display: none;
}

@media (min-width: 768px) {
    .navbar .resourcesDropdown img {
        max-width: 22rem;
    }
}

@media (min-width: 992px) {

    .nav-link .hlText {
            left: -34px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    nav ul li a:hover {
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: transparent;
        cursor: pointer;
    }

    .nav-item.dropdown.dropdown-mega .dropdown-menu .row {
        background-color: #ffffff;
        box-shadow: 0 0 90px rgba(0, 0, 0, .039);
        border-radius: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0;
    }

    .navbarLink .contentSec .img .icon {
        display: flex;
        max-width: 2.3rem;
        max-height: 2.3rem;
    }

    .navbarLink.soon .contentSec .img {
        background: none;
    }

    .navbarLink {
        display: flex;
        flex-direction: column;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .navbarLink .contentSec {
        padding: 0.5rem;
        max-width: 23rem;
        min-height: 5.5rem;
        margin-bottom: 0;
    }

    .testimonials {
        overflow: hidden;
        margin-right: 1rem;
        max-width: 23rem;
    }

    .testimonials .navTestiSec {
        position: relative;
        padding: 2rem 2rem 0 1rem;
    }

    .testimonials .navTestiSec .navTesti {
        background-image: url('https://zappyhire.com/assets/img/navbar/solutions/testi/testi-container.svg');
        background-size: contain;
        background-repeat: no-repeat;
        height: 10rem;
        width: 21rem;
        position: relative;
        padding: 2rem;
    }

    .testimonials .navTestiSec .navTesti p {
        color: #004c98;
        font-family: 'Manrope';
        font-weight: 600;
        font-style: italic;
        font-size: 11px;
        max-width: 16rem;
    }

    .testimonials .navTestiSec .navTesti .g2_logo {
        position: absolute;
        right: 1.5rem;
        bottom: 3.25rem;
        width: 1.85rem;
    }

    .testimonials .navTestiSec .navTestiRating {
        position: absolute;
        top: 1.25rem;
        padding: 0rem 0.45rem 0.3rem 0.45rem;
        border: 1px solid #004c98;
        border-radius: 5px;
        color: #ffce54;
    }

    .carousel-indicators [data-bs-target] {
        width: 5px;
        background-color: #004c98;
    }

    .navbarLink .contentSec:hover {
        background-color: #f3f3f3;
        border-radius: 7px;
    }

    .navbarLink .contentSec .img {
        background: #f6f9fd 0% 0% no-repeat padding-box;
        justify-content: center;
        min-width: 5rem;
        max-height: 100%;
    }

    .navbarLink .contentSec .textSec {
        margin-left: 1rem;
        padding-bottom: 0.5rem;
    }

    .navContent {
        display: flex;
    }

    .navContent .borderRight {
        border-right: 1px solid #7070701a;
    }

    .dropdownCol {
        padding: 1rem 0 1rem 0;
        width: 25%;
    }

    .dropdownCol .borderRight {
        margin: 1rem 0 0;
        padding: 0rem 1rem 0.5rem;
        border-right: 1px solid #7070701a;
    }

    .dropdownCol .borderRight.whats {
        max-width: 19.7rem;
        border: none;
    }

    .dropdownCol .borderRight .hov {
        padding: 0.5rem 0.75rem 0;
        margin-bottom: 0.5rem;
    }

    .dropdownCol .borderRight .hov:hover {
        background-color: #f3f3f3;
        border-radius: 7px;
    }

    .dropdownCol.whatSec {
        background-color: #eff4fb;
        border: 1px solid #0982e0 54;
        border-radius: 0 7px 7px 0;
        margin: 0;
        padding: 0%;
    }

    .dropdownCol.whatSec .productImg {
        max-width: 100%;
        margin: 0;
    }

    .dropdownCol .btnSec {
        margin: 0;
    }

    .dropdownCol .btnSec .btn {
        max-width: 10rem;
    }

    .dropdownCol .btnSec .btn.max100 {
        max-width: 100%;
    }

    .dropdownCol .head {
        padding: 0%;
    }

    .dropdownCol .desc {
        display: block;
    }

    .companyDropdown {
        max-width: 45rem;
        margin: 0 1% 0 auto;
    }

    .companyDropdown .companyImg {
        background: transparent linear-gradient(182deg, #fff 0 0%, #0982e0 100%) 0% 0% no-repeat padding-box;
        border-radius: 14px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0.75rem;
        //max-width: 14rem;
    }

    .solutionsDropdown {
        max-width: 50rem;
        margin: 0 auto 0 12%;
    }

    .resourcesDropdown {
        max-width: 49rem;
        margin: 0 2% 0 auto;
    }
	.solutionDropdown {
        max-width: 48rem;
       margin: 0 auto 0 30%;
    }

    .resourcesDropdown .resourcesImg {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .testimonials {
        display: block;
    }

    .nav-item.dropdown.dropdown-mega .dropdown-menu .row {
        background-color: #ffffff;
        box-shadow: 0 0 90px rgba(0, 0, 0, .039);
        border-radius: 5px;
    }

    .navbarLink .contentSec .img .icon {
        display: flex;
        max-width: 2.3rem;
        max-height: 2.3rem;
    }

    .navbarLink {
        display: flex;
        flex-direction: column;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .navbarLink .contentSec {
        padding: 0.5rem;
        max-width: 23rem;
        min-height: 5.5rem;
        margin-bottom: 0;
    }

    .companyDropdown .navbarLink .contentSec {
        max-width: 24rem;
    }

    .testimonials {
        overflow: hidden;
        margin-right: 1rem;
        max-width: 23rem;
    }

    .testimonials .navTestiSec {
        position: relative;
        padding: 2rem 2rem 0 1rem;
    }

    .testimonials .navTestiSec .navTesti {
        background-image: url('https://zappyhire.com/assets/img/navbar/solutions/testi/testi-container.svg');
        background-size: contain;
        background-repeat: no-repeat;
        height: 10rem;
        width: 21rem;
        position: relative;
        padding: 2rem;
    }

    .testimonials .navTestiSec .navTesti p {
        color: #004c98;
        font-family: 'Manrope';
        font-weight: 600;
        font-style: italic;
        font-size: 11px;
        max-width: 16rem;
    }

    .testimonials .navTestiSec .navTesti .g2_logo {
        position: absolute;
        right: 1.5rem;
        bottom: 3.25rem;
        width: 1.85rem;
    }

    .testimonials .navTestiSec .navTestiRating {
        position: absolute;
        top: 1.25rem;
        padding: 0rem 0.45rem 0.3rem 0.45rem;
        border: 1px solid #004c98;
        border-radius: 5px;
        color: #ffce54;
    }

    .carousel-indicators [data-bs-target] {
        width: 5px;
        background-color: #004c98;
    }

    .navbarLink .contentSec:hover {
        background-color: #f3f3f3;
        border-radius: 7px;
    }

    .navbarLink .contentSec .img {
        justify-content: center;
        min-width: 5rem;
        max-height: 100%;
        z-index: 1;
    }

    .navbarLink .contentSec .textSec {
        margin-left: 1rem;
        padding-bottom: 0.5rem;
    }

    .navContent {
        display: flex;
    }

    .navContent .borderRight {
        border-right: 1px solid #7070701a;
    }

    .dropdownCol {
        padding: 1rem 0 1rem 0;
        width: 25%;
    }

    .dropdownCol .borderRight {
        margin: 1rem 0 0;
        padding: 0rem 1rem 0.5rem;
        border-right: 1px solid #7070701a;
    }

    .dropdownCol .borderRight.whats {
        max-width: 19.7rem;
        border: none;
    }

    .dropdownCol .borderRight .hov {
        padding: 0.5rem 0.75rem 0;
        margin-bottom: 0.5rem;
    }

    .dropdownCol .borderRight .hov:hover {
        background-color: #f3f3f3;
        border-radius: 7px;
    }

    .dropdownCol.whatSec {
        background-color: #eff4fb;
        border: 1px solid #0982e0 54;
        border-radius: 0 7px 7px 0;
        margin: 0;
        padding: 0%;
    }

    .dropdownCol.whatSec .productImg {
        max-width: 100%;
        margin: 0;
    }

    .dropdownCol .btnSec {
        margin: 0;
    }

    .dropdownCol .btnSec .btn {
        max-width: 10rem;
    }

    .dropdownCol .btnSec .btn.max100 {
        max-width: 100%;
    }

    .dropdownCol .head {
        padding: 0%;
    }

    .dropdownCol .desc {
        display: block;
    }

    .companyDropdown {
        max-width: 50rem;
        margin: 0 1% 0 auto;
    }

    .companyDropdown .companyImg {
        background: transparent linear-gradient(182deg, #fff 0 0%, #0982e0 100%) 0% 0% no-repeat padding-box;
        border-radius: 14px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0.75rem;
        //max-width: 17rem;
    }

    .solutionsDropdown {
        max-width: 50rem;
        margin: 0 auto 0 12%;
    }

    .resourcesDropdown {
        max-width: 49rem;
        margin: 0 2% 0 auto;
    }

    .resourcesDropdown .resourcesImg {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .testimonials {
        display: block;
    }
}

@media (max-width: 991px) {

    .dropdown-menu {
        padding: 0;
        margin-left: 1rem;
    }

    header nav .navbar-menu {
        display: block;
    }

    .nav-mobile {
        position: fixed;
        z-index: 1000;
        inset: 0 0 0 50%;
        flex-direction: column;
        padding: min(35vh, 6rem) 2em;
        background: hsl(0, 0%, 100%, .95);
        transition: transform 350ms ease-in;
    }

    .navbar .dropdown-menu {
        background-color: hsl(0, 0%, 100%, 0);
        border: none;
    }

    .navbar-menu {
        position: relative;
        z-index: 9999;
        width: 2rem;
        /* top: -0.3rem;
        right: 1rem; */
        font-size: 2rem;
        background-color: hsl(0, 0%, 100%, 0);
        color: #000;
        margin-top: auto;
        margin-bottom: auto;
        height: 3rem;
    }

    header nav .navbar-menu.collapsed .navigation-menu {
        position: absolute;
        top: -0.2rem;
        right: 0;
    }

    header nav .navbar-menu.collapsed .navigation-menu,
    header nav .navbar-menu .close {
        display: block;
    }

    header nav .navbar-menu .close {
        padding: .8rem .8rem 0;
        position: absolute;
        top: -1.3rem;
        right: -1rem;
    }

    header nav .navbar-menu .navigation-menu,
    header nav .navbar-menu.collapsed .close {
        display: none;
    }

    .navbarLink .contentSec .textSec .title {
        padding-left: 0.75rem;
        padding-bottom: 0;
        font-size: 14px;
    }

    .navbarLink .contentSec .textSec .desc {
        display: none;
    }

    .navbarLink hr {
        display: none;
    }
}

@media (max-width: 767px) {

    .nav-mobile {
        inset: 0 0 0 30%;
        padding: min(30vh, 6rem) 2em;
    }

    header .alert-header .alert {
        white-space: nowrap;
        overflow: hidden;
        height: 2.7rem;
    }

    header .alert-header .alert .repeat-text-scroll {
        display: inline;
    }

    header nav .container {
        max-width: none;
    }

    .marquee {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        position: absolute;
        animation: marquee 11s linear infinite;

    }
}

@media (max-width: 576px) {

    .nav-mobile {
        inset: 0 0 0 0;
    }
}

@media (max-width: 991px) {

    .navbarLink .contentSec .textSec .title {
        padding-left: 0.75rem;
        padding-bottom: 0;
        font-size: 14px;
    }

    .navbarLink .contentSec .textSec .desc {
        display: none;
    }

    .navbarLink hr {
        display: none;
    }
}

@supports (backdrop-filter: blur(1rem)) {

    @media (max-width: 991px) {

        .nav-mobile {
            background: hsl(0, 0%, 100%, 0.85);
            backdrop-filter: blur(1rem);
            overflow-y: scroll;
        }
    }
}


/*=====================================
                    Footer
    =====================================*/

.newsletter {
    background-color: #303030;
    position: relative;
}

.yellow-text {
    color: #ffce54;
}

.newsletter .titleSec {
    width: 100%;
    padding-bottom: 1rem;
    color: #ffffff;
}

.newsletter .titleSec h5 {
    margin: 0;
    padding-bottom: .5rem;
    color: #ffffff;
}

.newsletter .titleSec .envelopeIcon {
    background-color: #004C98;
    border-radius: 50%;
    font-weight: bold;
    margin: auto 0;
    padding: 1rem;
    font-size: 4rem;
}

.newsletter .titleSec p {
    font-family: "Manrope";
    margin-bottom: 0%;
    opacity: 0.5;
}

.newsletter .formSec {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.newsletter .formSec .formControl {
    position: relative;
    margin: auto;
    display: flex;
    width: 100%;
}

.newsletter .formSec .formControl .formInput {
    font-family: "Manrope";
    font-weight: 500;
    height: 45px;
    border-radius: 30px;
    background-color: #004C98;
    background-color: #303030;
    border: 1px solid #ffffff8e;
    padding-left: 1rem;
    margin: auto 1rem auto auto;
}

.newsletter .formSec .formControl .formInput::placeholder {
    color: #ffffff52;
}

.newsletter .formSec .formControl .formInput:focus-visible {
    outline: none;
}

.newsletter .formSec .formControl .error {
    font-family: "Manrope";
    font-weight: 500;
    position: absolute;
    left: 1rem;
    font-size: 0.9rem;
    bottom: -1.5rem;
    color: red;
}

.newsletter .formSec .applyBtn {
    font-family: "Manrope";
    font-weight: 600;
    color: #004C98;
    color: #303030;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    border: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0.5rem;
    max-width: 7rem;
    height: 45px;
}

.newsletter .formSec .applyBtn:focus-visible {
    outline: none;
}

span.unicode {
    filter: grayscale(1);
}

.list-unstyled svg {
    width: 20px;
    height: 20px;
}

footer.main-footer {
    background-color: #303030;
}

footer .list-unstyled a:hover,
.copyright-social .copyright a:hover {
    color: #FFFFFF;
    opacity: 1;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

article .social-icons a:hover {
    color: #004C98;
}

.logo-part p:hover {
    color: whitesmoke;
}

.footer-bg {
    /* background-color: #00182d; */
    background-color: #303030;
    color: white;
}

.footer-bg h5 {
    color: whitesmoke;
}

.logo-footer {
    width: 12.5rem;
    margin-bottom: 25px;
}

footer a,
footer p {
    font-size: 16px;
    text-decoration: none;
}

.newsletter-bg {
    background-color: #303030;
}

.newsletter .newsletter-title {
    display: flex;
}

.newsletter span i {
    background-color: #004C98;
    color: #FFFFFF;
    font-size: 1.5rem;
    border-radius: 100%;
    padding: 2rem;
}

.sub-email-btn {
    width: 70%;
    height: 50px;

    border-radius: 15px;
    background-color: #004C9821;
}

button.sub-btn {
    width: 28%;
    height: 50px;
    padding: 10px;

    border-radius: 15px;
    font-weight: bold;
}

.footer-border-desk,
.footer-border-bottom {
    position: relative;
}

.iso-badge {
    position: absolute;
    width: 7.5rem;
    bottom: 1.5rem;
    right: 0;
}

.newsletter:after,
.footer-border-desk:after,
.footer-border-bottom:after {
    position: absolute;
    content: "";
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    opacity: .5;
}

footer ul li {
    display: block;
    margin-bottom: 10px;
}

footer ul {
    padding-left: 0;
}

footer ul li a,
footer p,
footer a {
    color: #FFFFFF;
    font-family: "Manrope";
    text-decoration: none;
    opacity: .7;
}

.footer h5 {
    font-family: "Work Sans";
    font-weight: bold;
}

.social .twitter:hover {
    color: #00acee;
    opacity: 1;
}

.social .facebook:hover {
    color: #4267B2;
    opacity: 1;
}

.social .linkedin:hover {
    color: #0e76a8;
    opacity: 1;
}

.social .instagram:hover {
    color: #d6249f;
}

.social .spotify:hover {
    color: #1DB954;
    opacity: 1;
}

.social .youtube:hover {
    color: #FF0000;
    opacity: 1;
}

.social .medium-logo:hover {
    color: #000;
    opacity: 1;
}

.social .twitter,
.social .facebook,
.social .linkedin,
.social .instagram,
.social .spotify,
.social .youtube {
    /* font-size: 2.6rem; */
    background: none;
    padding-right: .5rem;
    padding-left: .5rem;
}

.social .bi-twitter-x,
.social .bi-facebook,
.social .bi-linkedin,
.social .bi-instagram,
.social .bi-spotify,
.social .bi-youtube,
.social .bi-medium {
    width: 30px;
    height: 30px;
}

.social .bi-medium {
    margin-top: -.6rem
}

.social .medium-logo {
    font-size: 2rem;
    background: none;
    padding-right: .5rem;
    padding-left: .5rem;
}

.badge-social-section {
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
}

.badge-social-section .badge-g2 img {
    width: 80%;
    max-width: 9rem;
    margin-left: auto;
    margin-right: auto;
}

.badge-social-section a.badge-g2:hover {
    color: grey;
    animation: none
}

.social.social-icon {
    padding-left: 1rem;
    display: flex;
    justify-content: end;
}

.footer-g2-badge {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-g2-badge img {
    width: 5rem;
}

.footer-g2-badge a img {
    width: auto;
    height: 6rem;
    margin-top: auto;
    margin-bottom: auto;
}

.copyright-text-footer {
    text-align: left;
}

#cookie.cookie-container {
    display: none;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

/*=====================================
                        Footer
        =====================================*/

@media (max-width: 576px) {

    .delayedPopupWindowEbook {
        left: 18%;
    }

    .sub-email-btn {
        width: 90%;
        margin: auto;
    }

    button.sub-btn {
        width: 90%;
        margin: 1rem auto 0rem;
    }

}

@media (max-width: 767px) {

    .delayedPopupWindowEbook {
        top: 30%;
        left: 30%;
    }

    .backgroundOverlayEbook {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #000000;
        opacity: .85;
        filter: alpha(opacity=85);
        -moz-opacity: .85;
        z-index: 1501;
        display: none;
    }

    /*=====================================
                        Footer
        =====================================*/

    /* .newsletter-mob {
            flex-direction: column;
          } */

    footer {
        padding: 0rem 0rem 2rem 0rem;
    }

    .newsletter .newsletter-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .newsletter span {
        padding-right: 1rem;
    }

    .newsletter span i {
        background-color: #004C98;
        color: #FFFFFF;
        font-size: 1.2rem;
        border-radius: 100%;
        padding: 0.8rem;
    }

    .sub-email-btn {
        margin-left: auto;
        margin-right: auto;

    }

    button.sub-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .social.social-icon {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .footer-g2-badge img {
        width: 5rem;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    /*=====================================
                        Footer
        =====================================*/
}

@media (max-width: 991px) {

    .navbarLink.soon .contentSec .textSec .soonerCta {
        margin: 0.25rem 0.75rem;
    }

    .footer-border {
        border-right: none;
    }

    /* .logo-footer-part,
          .feature-footer-part {
            height: auto;
          } */

    .desk-footer-border {
        border-bottom: none;
    }


    .footer-border-desk:after {
        display: none;
    }

    .logo-footer-part:after {
        position: absolute;
        content: "";
        background: #FFFFFF;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0px;
        opacity: .5;
    }

    .copyright-social {
        flex-direction: column;
    }

    .newsletter-title {
        flex-direction: column;
    }

    .sub-email-btn {
        width: 95%;

        border-radius: 10px;
    }

    button.sub-btn {
        width: 95%;
        margin-top: 1rem;

        border-radius: 10px;
    }

    .social.social-icon {
        justify-content: center;
    }

    .copyright-text-footer {
        text-align: center;
    }


    .delayedPopupWindowEbook {
        max-width: 275px;
    }

    #popupBtnCloseEbook {
        font-size: 1rem;
        right: 0.2rem;
        top: -0.2rem;
    }

    /*=====================================
                        Footer
        =====================================*/
}

@media (max-width: 1199px) {
    .newsletter .titleSec p span {
        display: none;
    }
}

@media (min-width: 768px) {
    .newsletter .titleSec {
        width: 50%;
        padding: 0%;
    }

    .newsletter .formSec {
        width: 50%;
        padding: 0%;
    }

    .newsletter .titleSec .envelopeIcon {
        border-radius: 100%;
        padding: 1.5rem;
        font-size: 5rem;
    }

    .newsletter .formSec .applyBtn {
        height: 50px;
        border-radius: 50px;
    }

    .newsletter .formSec .formControl .formInput {
        padding-left: 1.5rem;
        border-radius: 50px;
        height: 50px;
        max-width: 30rem;
        margin: auto 1rem auto auto;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }
}

@media (min-width: 992px) {
    .newsletter .formSec .formControl .error {
        left: auto;
        right: 35%;
    }

    .newsletter .formSec .applyBtn {
        margin: auto;
        /* top: 3px; */
        max-width: 10rem;
    }

    .newsletter .titleSec h5 {
        font-size: 22px;
    }

    .newsletter .formSec {
        flex-direction: row;
    }

    .navbarLink.soon::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        background: transparent linear-gradient(25deg, #0ac2f1 0%, #bfff00 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        transition: opacity 0.5s;
    }

    .navbarLink.soon:hover::before {
        opacity: 0;
    }

    .navbarLink.soon .contentSec:hover {
        background: none;
    }

    .navbarLink.soon .contentSec .textSec {
        padding-bottom: 0;
    }

    .navbarLink.soon .contentSec .textSec .title span {
        right: 12px;
    }


}

@media (min-width: 992px) and (max-width: 1280px) {
    .navbar .elements {
        gap: 0.1rem;
    }
}

@media (min-width: 1100px) {
    .navbar .elements .navLink {
        padding-right: var(--bs-navbar-nav-link-padding-x) !important;
        padding-left: var(--bs-navbar-nav-link-padding-x) !important;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
    }
}