@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

@media only screen and (max-width : 1200px) {
    #tsrv-menus .tsrv-inner{
        padding-top: 15px !important;
        padding-bottom:15px;
    }

    .container.tsrv-inner{
        justify-content: center;
    }

    .navbar-toggler{
        margin-top:20px;
        margin-bottom:20px;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }
    
    #tsrv-main-menu-1 img {
        width: 250px !important;
        height: auto !important;
        max-width: none !important;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    #tsrv-main-menu-3, #tsrv-main-menu-4{
        display:none;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 66, 138, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #00205b !important;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom: 3px;
}

#tsrv-div-main-menu{
    background-color: #fff;
}

#tsrv-main-menu-1 img{
    padding-top:15px;
    padding-bottom:10px;
}

#tsrv-main-menu-3, #tsrv-main-menu-4{
    display:none;
}

.navbar-nav.ms-auto.nav-right-content{
    justify-content: center;
}

#tsrv-minicart{
    background-color: #fff !important;
    color:#000 !important;
    border-color: #00205b;
    margin-top:10px;
}

.navbar-nav.ms-auto.nav-right-content{
    margin-top:-11px;
}

.btn{
    background-color: #1d428a !important;
    color: #fff !important;
}

.go-back{
    border-color: #000 !important;
}

#tsrv-div-main-footer{
    background-color: #1d428a !important;
}

#tsrv-main-footer{
    background-color: #1d428a !important;
}

#tsrv-main-footer a{
    color: #fff;
    font-family: Arial;
    font-size:14px;
}

#tsrv-main-footer a:hover{
    border-bottom: 1px solid;
}

#tsrv-main-footer-1 h3{
    display:none;
}

.navbar-toggler{
    border-color: #fff !important;
    background-color: #fff;
}