.has-primary-font,
.has-primary-font * :not(i),
.has-primary-font h1,
.has-primary-font h2,
.has-primary-font h3,
.has-primary-font h4,
.has-primary-font h5,
.has-primary-font h6 {
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
}

.ic-29 {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
}
.topIcons {
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    padding: "0px 8px 0px 9px";
    text-decoration: none;
    color: black
}

.topIcons:hover {
    text-decoration: underline;
}

.navItems {
    border-top: 3px solid transparent;
}

.navItems .nav-link {
    padding-top: 3px;
}

.navItems:hover {
    border-color: #1C6FB2;
}

@media (max-width: 768px) {
    .navItems {
        border-top: 0px solid transparent;
        border-left: 2px solid transparent;
        padding-left: 20px;
    }

    .navItems:hover {
        border-color: #1C6FB2;
    }
}

.navItems {
    white-space: nowrap;
}

.hero-heading {
    text-align: center;
    font-weight: 400;
    font-size: 30px;

    color: #1c6bb0;
}

a.ReadMore:hover {
    text-decoration: underline;
}

.footer-icons:hover {
    text-decoration: underline;
}

.footer-icons {
    text-decoration: none;
    color: black;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;

}

.font-size-18 {
    font-size: 18px;
}

.star-container {
    width: 110px;
    position: relative;
    height: 20px;
    display: inline-block;
}

.star-back,
.star-front {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.star-front .cover {
    width: 110px;
    overflow: hidden;
}

.star-back {
    z-index: 1;
    color: #dfdfdf;
}

.star-front {
    z-index: 2;
}

.rating {
    cursor: pointer;
}

.rating .rating-star {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-left: -5px;
    color: #c7c7c7;
}

.rating .selected:before {
    color: #ffc107 !important;
}

.card-hover {
    border-radius: 5px;
    border: 1px solid transparent;
    color: inherit;
    text-decoration: none;
    display: block;
}


.card-hover:hover {
    background-color: #f1f1f1;
    border-color: transparent;
    color: inherit;
}

.card-hover:not(:hover) {
    border-color: transparent !important;
}

.card-hover:not(:hover) {
    background: initial;
}

@media (max-width: 768px) {
    .card-hover:not(:hover) {
        border-color: #dfdfdf !important;
    }

    .card-hover {
        border: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }
}

.text-primary {
    color: #1C6FB2 !important;
}

.btn-primary {
    background-color: #1C6FB2;
    border-color: #1C6FB2;
}

.page-link {
    color: #1C6FB2;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #1C6FB2;
    border-color: #1C6FB2;
}

.table.no-border td {
    border: none;
    padding: 1px 4px;
}

.pointer {
    cursor: pointer;
}

.top-nav-sm a {
    font-size: 12px;
    color: #6e6e6e;
    padding: 1px 10px;
    text-decoration: none;
}

header a.active {
    color: #0d6efd !important;
}

.top-nav-sm a:hover {
    text-decoration: underline;
}

.top-nav-sm a:not(:last-child) {
    border-right: 1px solid #d1d1d1;
}

.menu-left .menu-item {
    padding: 10px 20px;
    text-decoration: none;
    border-left: 5px solid transparent;
    display: block;
}

.menu-left .menu-item:hover {
    border-color: #c7c7c7;
}

.menu-left .menu-item.active {
    border-color: #1c6bb0;
}

@media (max-width: 768px) {

    .menu-left {
        overflow: auto;
        white-space: nowrap;
    }

    .menu-left .menu-item {
        display: inline-block;
        border-radius: 10px;
    }

    .menu-left .menu-item:hover {
        padding: 10px 20px;
        text-decoration: none;
        border-left: 5px solid transparent;
    }

    .menu-left .menu-item.active {
        border-color: none;
        background-color: #1c6bb0;
        color: #fff;
    }

    .hero-heading {
        text-align: left;
        font-weight: 400;
        font-size: 24px;
    }
}

.link {
    text-decoration: underline;
    color: #1C6FB2 !important;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: -42px;
    }

    .navbar {
        padding-top: 5px;
    }
}

.td-symbol {
    width: 30px;
    white-space: nowrap;
    margin-left: -30px;
}

.td-index {
    position: relative;
    width: 45px;
    text-align: center;
    font-size: 12px;
}

.td-index .fa-star {
    position: absolute;
    font-size: 30px;
    left: 6px;
    top: -7px;
}

.no-wrap {
    white-space: nowrap;
}

header {
    padding-bottom: 0px !important;
}

.pac-container {
    z-index: 10000 !important;
}

.twitter-typeahead {
    display: block !important;
}

.has-tinted-rows {
    position: relative;
    overflow: hidden;
}

.has-tinted-rows::before {
    content: "";
    background: linear-gradient(to bottom,#F2F2F2, #F2F2F2 50%, #fff 50%, #fff);
    position: absolute;
    top: 37px;
    height: 100%;
    width: 100%;
}

.has-tinted-41-rows::before  {
    background-size: 100% 82px;
}

.has-tinted-63-rows::before  {
    background-size: 100% 126px;
}


.z-index-1 {
    z-index: 1 !important;
}

.has-right-aligned tbody, .has-right-aligned td, .has-right-aligned tfoot, .has-right-aligned th, .has-right-aligned thead, .has-right-aligned tr {
    text-align: right;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.start-50 {
    left: 50%!important;
}
.top-50 {
    top: 50%!important;
}
.firm-logo {
    height: 29px;
    width: auto;
    object-fit: contain;
}

.firm-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.text-md {
    font-size: 14px !important;
}

.m-s-5 {
    margin-left: 5px !important;
}

.has-modal-600 {
    max-width: 645px;
}

.d-flex-1 {
    flex: 1 !important;
}



@media screen and (max-width: 1366px) {
    .container {
       max-width: 100% !important;
    }
  }



  
.sticky-footer {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #F8F8F8;
}

.content {
    flex: 1;
    /* padding: 20px; */
    background-color: white;
}

.footer {
 position: fixed;
    bottom: 0;
    width: 1320px;
    background-color: white;
    padding: 10px;
    margin: 0 auto; /* Center the footer horizontally */
}


.h-30 {
    height: 30px;
}
.firmusers-table tbody tr{
    height:60px !important;
}