nav{
    width: 100% !important;
    padding: .8rem 1.2rem !important;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 1rem 0px #0000001F;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;

}
.nav__call-us-btn{
    background-color: var(--brandClr);
    border: none;
    outline: none;
    width: 6.75rem;
    height: 1.6rem;
    border-radius: .2rem;
    padding: .2rem .4rem;
    
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: .8rem;
    font-weight: 600;
}

.nav__call-us-btn img{
    width: .7rem;
    height: .7rem;
    margin-right: .2rem;
}
nav >img{
    width: 5rem;
    height: 1.80rem;
}

nav a{
    text-decoration: none !important;
    color: #fff !important;

}

.phone-icon2{
    display: none;
  }
@media screen and (min-width : 768px) {
    nav{
        padding: .20rem 2.41rem .20rem 1.25rem !important;
        height: 1.75rem !important;
    }
    nav > a{
        position: relative;
        right: -.8rem;
    }
    nav > img{
        width: 4.06rem;
        height: 1.45rem;
    }
    .nav__call-us-btn img{
        margin-right: .16rem;
    }
    
    .nav__call-us-btn{
        width: .5rem;
        height: .5rem;
        background-color: transparent ;
        color: var(--brandClr) !important;
        font-size: .41rem;
        justify-content: flex-end;
        margin-left: 1rem;
    }
    .phone-icon{
        display: none !important; 
    }
    .phone-icon2{
        display: block;
        width: .33rem !important;
        height: .33rem !important;
    }
      }

    
}
