﻿.newHomePageHeader {
    padding-top: 5px;
    padding-bottom: 5px;
}

.headerSocialIcons a {
    color: #fff;
    text-decoration: none;
}

.headerSocialIcons i {
    font-size: 13px;
}

.newNavBar {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    max-height: 60px;
    max-width: 1391px;
    width: 100%;
}

.navbar-brand img {
    width: 10rem;
    object-fit: contain;
    height: 100%;
    margin-left: 1.5rem;
}

.agentWebMenu ul li,
.agentWebMenu ul {
    margin-left: 1rem;
}

.menuApplyNowBtn {
    background-color: #0071a6;
    color: #fff;
    border-radius: 20px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    margin-left: 10px;
}

    .menuApplyNowBtn:hover {
        background-color: #0071a6;
        color: #fff;
    }


.menuIcons a {
    text-decoration: none;
    margin-right: 5px;
}

.newAgentsLogo {
    object-fit: contain;
    max-width: 2.8rem;
    border-radius: 50%;
    border: 1px solid lightgrey;
    width: 100%;
}

.agentWebMenu .dropdown-toggle::after {
    background-image: url("/newDesignImgs/lcons/angle-left-solid.svg");
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    vertical-align: baseline;
    transform: rotate(270deg);
}

.nav-user {
    display: inline-block;
    margin: 20px;
    cursor: pointer;
}

.nav-userDetails_card {
    display: none;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1;
    max-width: 350px;
}

    .nav-userDetails_card p {
        margin-bottom: 0px;
        font-size: 12px;
    }

.newUserDetailLogo {
    object-fit: contain;
    width: 100%;
    border-radius: 50%;
}

.newHomePageFooter {
    margin-top: auto;
}

    .newHomePageFooter img {
        object-fit: contain;
        width: 100%;
        margin-bottom: 20px;
        max-width: 200px;
    }

.footerContactBtn {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.newHomePage-footer_divider {
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.newHomePage-footerBottom {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .newHomePage-footerBottom a {
        text-decoration: none;
    }

.navbarMenuIcon, .mobile-navbarMenuIcon {
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
}

.navBarOutterDiv {
    width: 100%;
    position: fixed;
    z-index: 99999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: top 0.2s ease-in-out 0s;
    top: 3.5rem;
}

.newHomePage-footer_innerBox {
    margin-left: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .newHomePage-footer_innerBox p {
        margin-bottom: 5px;
    }

    .newHomePage-footer_innerBox a {
        text-decoration: none;
        font-size: 17px;
    }

.newHomePage-footerTitle {
    font-size: 20px
}

.newHomePage-footer_subText {
    font-size: 17px
}

.newFooter-rightsText {
    margin-left: 5rem;
}

.newHomePage-privacyAndContact {
    margin-right: 5rem;
}

.nav-userProfile_short {
    display: none;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1;
    max-width: 350px;
}

.newUI-about_container {
    margin-top: 15px;
}

.newHomePage-footer_mobileDivider {
    display: none;
}

@media screen and (max-width: 576px) {
    .newHomePage-footer_innerBox {
        margin-left: 0;
        text-align: center;
    }

    .newHomePage-footerBottom {
        text-align: center;
        justify-content: normal;
        flex-direction: column;
    }

    .newFooter-rightsText {
        margin-left: 0;
    }

    .newHomePage-privacyAndContact {
        margin-right: 0;
        margin-top: 10px;
    }

    .newHomePage-footerTitle {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.02em;
    }

    .newHomePage-footer_subText {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
        margin-top: 10px;
    }

    .footerContactBtn {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        padding: 0.6rem 1.5rem;
    }

    .newHomePage-footer_mobileDivider {
        width: 45%;
        border-width: 1px;
        border-style: solid;
        margin-left: 6.5rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        display: flex;
    }

    .newHomePageFooter img {
        width: 228px;
        height: 51px;
    }

    .navbar-brand img {
        width: 110px;
        height: 25px;
        margin-left: 0;
    }

    .newHomePage-nav {
        justify-content: space-evenly !important;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-toggler {
        border: none !important;
    }

    .nav-user {
        margin: 0;
    }

    .nav-userDetails_card {
        right: 10px;
        max-width: 300px;
    }

    .nav-userCard_agentName {
        font-size: 1rem !important;
    }

    .newNavBar .navbar-brand {
        margin-right: 2rem;
    }

    .agentWebMenu .dropdown-menu {
        border: none;
    }

    .agentWebMenu ul li,
    .agentWebMenu ul {
        margin-left: 0.5rem;
    }

    .agentWebMenu .dropdown-item {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.02em;
        padding-left: 0;
    }

    .agentWebMenu .nav-link {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .menuApplyNowBtn {
        margin-top: 1.5rem;
    }

    .offcanvas-header {
        justify-content: end !important;
    }

    .navbarMenuIcon {
        display: none;
    }

    .mobile-navbarMenuIcon {
        display: inline-block !important;
    }
}

.nav-userDetails_card a {
    text-decoration: none;
}

.nav-userCard_agentName {
    font-size: 18px !important;
}

.mobile-navbarMenuIcon {
    display: none;
}

.text-lulublue {
    color: #026fa0 !important;
}

.text-mango {
    color: #ffc859 !important;
}