

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

    .navbar-toggler{
        margin-top:20px;
        margin-bottom:20px;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }
    
    #main-navbar2 a{
        color: #f68026 !important;
    }
    
}
    
.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%2850, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body{
    background-color: #091651;
}

#tsrv-main-menu{
    max-width:100%;
}

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

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

#main-navbar a{
    color: #091651 !important;
    font-size: 19px;
    font-weight: 600;
    font-family: "Times New Roman";
    text-transform: unset;
    font-style: italic;
    padding-left:15px;
    padding-right: 15px;
    padding-top:17px;
}

#tsrv-main-menu.justify-content-between{
    justify-content: flex-start !important;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #1b2266 !important;
    border-color: #1b2266;
    margin-right:6px;
    font-size: 14px;
}

#tsrv-main-menu-1{
    max-width:100%;
}

#tsrv-main-menu-1 img{
    max-width:350px;
    max-height: 110px;
    padding-top:10px;
    padding-left:15px;
}

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

.tsrv-btn{
    background-color: #f68026 !important;
    color: #fff;
} 

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

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

#tsrv-main-footer{
    background-color: #fff;
}

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

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

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

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