/* Header */

.logo img {
    max-height: 55px;
}

@media only screen and (min-width: 992px) {
    .main-nav>li>a {
        line-height: inherit;
    }
}

.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;
}

/* Global */

.btn {
    padding: 9px 18px;
}

.btn.btn-linear-primary {
    background: var(--primary);
}

.btn.btn-light:hover, 
.btn.btn-light:focus, 
.btn.btn-light.focus, 
.btn.btn-light:active, 
.btn.btn-light.active {
    background-color: var(--primary);
    border: 1px solid #FFF;
    color: #FFF;
}


/* Hero Section */

.hero-section .hero-content .sub-title {
    line-height: 1.6 !important;
    margin-top: 15px !important;
}

.hero-section .hero-content h1 {
    line-height: 44px;
    font-size: 34px;
}

@media (min-width: 992px) {
    .hero-section .hero-content {
        padding: 130px 0 !important;
    }
}


/* 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;
}




/* 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;
}

.home-modal {
    .form-check {
        border: 1px solid #ccc;
    }
}

.form-check-input {
    border: 1px solid #ccc;
}









/* Footer */

footer .footer-top {
    background-color: #181818;
    padding: 60px 0 40px;
}

footer h5 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

footer h5:before {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--secondary);
    bottom: 6px;
    position: absolute;
}

footer p {
    color: #eee !important;
}

.social-icon li {
    margin-right: 0px;
}

.social-icon li a {
    width: 38px;
    height: 38px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.social-icon li a:hover {
    background: #fff;
    color: #181818;
}

footer .footer-top .footer-widget .footer-menu li a {
    position: relative;
    color: #eee;
    font-size: 16px;
}

footer .footer-top .footer-widget .footer-menu li a:hover {
    border-left: 3px solid #fff;
    padding-left: 6px;
    color: #FFF !important;
}

footer .footer-bottom {
    background-color: #181818;
    padding: 0px 0 12px;
    border-top: none;
}

footer .footer-bottom .container {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

footer .footer-bottom p {
    font-size: 16px;
}

footer .footer-bottom .menu-links li a {
    position: relative;
    padding-right: 10px;
    margin-right: 8px;
    color: #eee;
    text-decoration: none;
}

footer .footer-bottom .menu-links li a:hover {
    color: #fff;
}

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;
}

@media(max-width:600px){
    footer .footer-bottom p {
        text-align:center;
    }
    .footer-bottom .d-flex {
        justify-content: center !important;
    }
}