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

@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: #3abac9 !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%2858, 186, 201, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

#main-navbar a{
    color: #3abac9 !important;
    font-size: 19px;
    font-weight: normal;
    text-transform: unset;
    font-family: Lato;
    padding-left:10px;
    padding-right: 10px;
    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, #tsrv-main-menu-1 img{
    width:100%;
}

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

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

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

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

#tsrv-main-footer{
    background-color: #3abac9;
}

#tsrv-main-footer a{
    color: #fff;
    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: #3abac9 !important;
    background-color: #fff;
}