.agt-header-container {
    padding: 0px 70px;
    background: #FFFFFF;
    height: 76px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #17340929;
}
.agt-header-container nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 0px;
    height: 100%;
}
.agt-logo-ctn {
    flex: 0 0 auto;
}
.agt-login-ctn {
    flex: 0 0 auto;
    display: flex;
    gap: 32px;
    align-items: center;
}
.agt-nav-links-ctn {
    flex: 1;
    height: 100%;
    padding-left:10px;
}
ul.agt-nav-links-ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    padding-left: 20px;
}
/* .ind-link a {
    text-decoration: none;
    outline: none;
    color: #003648;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
} */
.ind-link a {
    text-decoration: none;
    outline: none;
    color: #003648;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
li.ind-link {
    height: 80%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 10px;
    margin: 0px;
}
li.ind-link.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #14AE5C;
    border-radius: 20px;
}
button.agt-login-btn {
    color: #14AE5C;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: none;
    border-right: 2px solid #17340929;
    height: 44px;
    padding: 0px 32px 0px;
    background: transparent;
}
button.agt-reg-btn {
    background: #14AE5C;
    border-radius: 37px;
    height: 44px;
    color: #FBFFFA;
    width: 165px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: none;
}
.agt-logo-ctn img {
    cursor: pointer;
}

.choose-language-ctn {
    display: none !important;
}

.page-main{
    padding:0px !important;
}
.columns .column.main {
    padding-bottom: 0px !important;
}
.sections.nav-sections {
    display: none;
}
.agt-tab-header{
    display: none;
}
/* sidebar css */
.tablet-sidebar-main-wrapper {
    width: 370px;
    background: #FFFFFF;
    padding: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0px 6px 20px 0px gray;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    display: none;
    transition: transform .5s ease;
    transform: translateX(-105%);
    position: fixed;
    left: 0px;
    top: 0px;
}
.tablet-sidebar-main-wrapper.open{
    transform: translateX(0%);
}
/* select#language-switcher {
    border-color: #14AE5C;
    border-radius: 8px;
    height: 44px;
    color: #14AE5C;
} */
/* select#language-switcher {
    border-color: #14AE5C;
    border-radius: 37px;
    height: 44px;
    color: #14AE5C;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    padding: 8px 34px 8px 12px;
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2314AE5C" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
} */
select#language-switcher {
    border-color: #14AE5C;
    border-radius: 37px;
    height: 44px;
    color: #14AE5C;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    padding: 8px 34px 8px 12px;
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2314AE5C" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    /* border-radius: 4px; */
    cursor: pointer;
    width: 165px;
    text-align: center;
}
li.ind-link.active a {
    color: #14AE5C;
    font-weight: 700;
}
.sidebar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-header p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #0A1B39;
    margin: 0px;
}
.sidebar-header p.close{
    font-weight: 400;
    cursor: pointer;
}
.sidebar-nav-wrapper {
    padding: 34px 0px;
}

.nav-name,.nav-href {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: #101C3A;
}
.nav-ctn {
    padding: 12px 0px 12px 16px;
    margin: 0px 0px 26px;
}
.nav-ctn.active {
    background: #14AE5C;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-ctn.active .nav-name, .nav-ctn.active .nav-href {
    color: #FFFFFF;
}
/* sidebar css above */
.overlay-agt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.language-switcher {
    margin-left: -16px;
}
@media only screen and (max-width:1180px)
{
    .agt-header-container{
        display: none;
    }
    .agt-tab-header {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding-left: 80px;
        padding: 10px 20px 10px 80px;
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px #0000000D;
    }
    .nav-href {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .sb-icon{
        width: 20px;
    }
    .hamburger-ctn {
        position: absolute;
        left: 20px;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
    }
    .hamburgerImg{
        cursor: pointer;
    }
    .tab-header-nav-ctn {
        flex: auto;
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        padding-right: 20px;
    }
    .tablet-sidebar-main-wrapper {
        display: block;
        z-index: 9999;
    }
    a.nav-href {
        display: flex;
        gap: 15px;
        align-items: center;
        text-decoration: none;
        outline: none;
    }
    .sidebar-header .close {
        cursor: pointer;
    }
}