/*------------------------------------
Header css start
-------------------------------------*/
.dropdown-content.login-profile {
    right: 0;
    min-width: 200px;
}
.dropdown-content.login-profile a {
    font-size: 14px;
}
.law-card .law-price p.medium.price {
    color: #c69d61;
}
.hero_area.sub_pages {
    height: auto;
}
.top_social ul {
    padding-left: 0;
    margin: 0;
    padding: 8px 0;
}
.top_social ul li {
    list-style: none;
}
.top_social ul li a {
    padding: 0 10px;
    list-style: none;
}
.top_social ul li i {
    color: #ffdba1;
}
.top-header {
    background: #091717;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
}
.custom_nav-container.navbar-expand-lg
    .navbar-nav
    .dropdown-content
    a.nav-link.active {
    background: #ffdba1;
}
.quote_btn-container input {
    padding-left: 50px;
    font-family: "muli", sans-serif;
    font-size: 16px;
    background: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 0;
}
.quote_btn-container .icon-search {
    position: absolute;
    top: 8px;
    left: 15px;
}

.navbar-brand,
.navbar-brand:hover {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2d;
    margin-top: 5px;
}

.custom_nav-container {
    /*  z-index: 99999;*/
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
    /* filter: invert(1); */
    background-position: center;
    background-size: contain;
}

.quote_btn-container a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fc5d35;
    color: #f7f7f7;
    font-size: 14px;
    text-transform: uppercase;
}
.login-signup a {
    color: #ffdba1;
}
.custom_nav-container li.nav-item {
    padding: 13px 0;
    list-style: none;
    border-bottom: 3px solid transparent;
}
.custom_nav-container li.nav-item.active,
.custom_nav-container li.nav-item:hover {
    border-bottom: 3px solid #c69d61;
}

.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61) 1;
}
.dropdown-content a {
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background: #ffdba1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.select-dropdown {
    position: relative;
    background-color: transparent;
    border-radius: 4px;
}
.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 0 8px 10px;
    border: none;
    color: #ffdba1;
    background: transparent;
}
.select-dropdown select option {
    color: #000;
}
.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}
.nav-right a {
    border: 1px solid #ffdba1;
    padding: 10px;
    border-radius: 10px;
    margin: 0 6px;
    color: #ffdba1;
    font-size: 14px;
}
span.badge.badge-cart {
    position: absolute;
    right: -5px;
    top: -10px;
    min-width: 20px;
    height: 20px;
    line-height: 14px;
    background: #ffdba1;
    border-radius: 50%;
    color: #000;
    border: 1px solid #103c42;
}

.fix-font {
    font-family: "muli" !important;
}

/* changes 14-11 */
.nav-right a {
    display: inline-block;
}

@media (max-width: 575px) {
    .how_icon_text {
        margin-bottom: 20px;
    }
    .top_social ul.d-flex {
        justify-content: center;
    }
    .top_login.d-flex.justify-content-end.align-items-center {
        justify-content: center !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
    .nav-right a {
        padding: 10px 6px !important;
        margin: 0 4px !important;
    }
}
