@font-face {
  font-family: 'Bree Regular';
  src: url('/frontendv2/sites/laminas/font/bree_regular.woff2') format('woff2'),
       url('/frontendv2/sites/laminas/font/bree_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@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; 
    }
}

.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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    color: #FFF !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Bree Regular', sans-serif;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

#main-navbar a:hover{
    color: #767676 !important;              
}

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

#tsrv-main-banner, #tsrv-main-banner-1 img{
    max-width:100%;
}

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

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

#tsrv-above-main-content, #tsrv-above-main-content-1 img{
    width:100%;
    max-width:100%;
}

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

#tsrv-minicart{
    background-color: #fff !important;
    color:#000 !important;
    border-color: #0cb3d1;
    margin-right:6px;
}

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

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

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


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

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

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

#tsrv-div-above-footer{
    background-image: url(http://laminas.loc/frontendv2/sites/laminas/img/grass.png) !important;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 40px;
    border-bottom: 20px #9cb83d solid;
}

#tsrv-above-footer-1 p{
    display:none;
}

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