@import url('https://fonts.googleapis.com/css?family=Poppins');


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

#tsrv-div-main-banner {
    background-color: #fafafa;
}

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

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

#tsrv-main-banner-1 p{
    display:none;
}

#tsrv-main-banner {
    justify-content: center !important;
}

#tsrv-main-banner-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

#tsrv-main-banner-1 h3 {
    font-family: 'Poppins';
    width: 100%;
    text-align: center !important;
    font-size: 23px;
    font-weight: 200;
    letter-spacing: normal;
    color: #015d8d;
    padding-top: 22px;
    padding-bottom: 15px;
}

#main-navbar a{
    font-family: 'Poppins';
    font-size: 18px;
    text-transform: unset;
    font-weight: 200;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 3px;
    color: #015d8d !important;
    border-top: 1px solid #015d8d;
    margin-right: 3px;
}

#tsrv-main-menu-1 img{
    width: 100%;
    max-width:120px;
    max-height: 200px;
}

#tsrv-main-menu-1 p{
    margin-bottom: 0rem;
}

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

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

#tsrv-div-main-menu{
    padding-bottom:10px;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn{
    margin-bottom: 11px !important;
}

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

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

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

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

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

#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: #000 !important;
    background-color: #fff;
}

.btn:hover, a.continue {
	color: #fff;
}