header {
    background: #fff;
    padding: 15px 0px;
    position: sticky;
    top: 0px;
    z-index: 15;
}

    header .logo img {
        width: 100px;
    }

    header svg {
        margin-right: 5px;
    }

#logo {
    width: 150px;
}

header .top-opt {
    margin-right: 0px;
}

    header .top-opt ul {
        list-style: none;
        margin: 0px;
        align-items: center;
    }

        header .top-opt ul li {
            margin: 0px;
            padding-right: 10px;
        }

@media (max-width: 767px) {
    header .top-opt ul {
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: var(--secondary-color);
        width: 100%;
        padding: 0;
        right: 0px;
        color: var(--white-color);
    }

    .leftBodr {
        border-left: 1px solid var(--white-color);
    }

    header .top-opt ul li a {
        color: var(--white-color);
    }

    header .top-opt ul li {
        margin: 0px;
        padding: 10px 5px;
        width: 50%;
        text-align: center;
    }

        header .top-opt ul li:first-child {
            /* background: #7dba2f;*/
            border-right: 1px solid;
        }

        header .top-opt ul li:last-child {
            /* background: #7dba2f;*/
            /*border-left: 1px solid;*/
        }


        header .top-opt ul li .dropdown-toggle {
            color: var(--white-color);
        }
}

.shadow-sm {
    box-shadow: 0 10px .6875rem rgba(42, 30, 56, 0.31);
}

header .top-opt .fa-phone {
    transform: rotate(90deg);
}
/* Top Navigation */
header .top-profile .dropdown-menu {
    right: 0px !important;
    left: auto !important;
    padding: 10px 10px;
    min-width: 12rem !important;
}

    header .top-profile .dropdown-menu li {
        text-align: left;
        padding: 0px;
        font-size: 14px;
    }

        header .top-profile .dropdown-menu li a {
            padding: 5px;
            display: inline-block;
            width: 100%;
        }

            header .top-profile .dropdown-menu li a:hover {
                color: #fff;
                background-color: var(--secondary-color);
            }

@media (max-width: 767px) {
    header .top-profile .dropdown-menu {
        transform: translate3d(0px, 0px, 0px) !important;
        top: auto !important;
        bottom: 36px !important;
        border: none;
    }

        header .top-profile .dropdown-menu li {
            width: 100%;
        }

            header .top-profile .dropdown-menu li a {
                color: #fff;
            }
}
