/* Header */

.btn-linear-primary:hover {
    color:#fff !important;
}

ul.main-nav li:not(:first-child) > a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background-color: var(--primary);
    transition: width 0.3s ease, left 0.3s ease;
}

ul.main-nav li:not(:first-child) > a:hover::before {
    width: 100%;
    left: 0;
}


/* Categories */

.category-item:hover p {
    display: inherit !important;
    visibility: hidden;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* How it works */

.bg-black span.text-linear-primary {
    background: #fff !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

/* Join as a prtner */

section.section.provide-section.bg-black a.btn.btn-linear-primary {
    padding: 11px 22px;
    font-size: 17px;
    background: #ebeced;
    color: #181818;
}


/* Footer */

footer .footer-top .footer-widget .footer-menu li a:hover {
    border-left: 3px solid #fff;
    padding-left: 6px;
}

footer .footer-bottom .menu-links li a {
    text-decoration: none !important;
    position: relative;
}

footer .footer-bottom .menu-links li a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
}

footer .footer-bottom .menu-links li a:hover::before {
    width: 100%;
    left: 0;
}




/* General */

.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: var(--secondary) !important;
}

.col-xl-4.theiaStickySidebar .text-danger,
.map-wrap  .text-danger{
    display: none;
}


/* Policy Pages */
.privacy-cont h2,
.privacy-cont h3{
  margin-bottom: 15px !important;
  font-size: 22px !important;
}
.privacy-cont h4{
  margin-bottom: 15px !important;
  font-size: 20px !important;
}
.privacy-cont i {
    color: var(--primary);
}
.accordion-item {
    border-bottom: 1px solid #EBECED !important;
}


.documentImagePreview {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.document-preview a:hover {
    background: #ebeced;
}