.header{
    width: 100%;
    background-color: #fff;
    z-index: 99;
    position: absolute;
   

    .header-main{
        width: 1700px;
        margin: auto;
        .top-nav{
            position: relative;
            display: flex;
            padding-bottom: 10px;
            border-bottom: 1px solid #333;
            .secondary-menu{
                ul{
                    display: flex;
                    li{
                        list-style: none;
                        color: #333;
                        a {
                            font-size: 14px;
                            line-height: 24px;
                            color: #333;
                            font-weight: 500;
                            margin-left: 3.5rem;
                        }
    
                      
                       
                    }
                    .phone{
                        position: absolute;
                        right: 0;
                    }
                }
               
    
            }
        }
        .navbar{
            margin-top: 15px;
            .menu-holder{
                ul{
                    display: flex;
                    li{
                        flex: 1;
                        text-align: center;
                        list-style: none;
                        a{
                            color: #333;
                        }
                    }
                }
            }
          
        }
    }
    .active_li{
        color: #1F70FF!important;
        position: relative;
    }
    .active_li::before{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        width: 28px;
        height: 2px;
        background: #1F70FF;
    }
}
.navbar {
    padding: 0 35px !important;
}
