﻿[v-cloak] > * {
    display: none
}

table thead tr {
  background-color: #ddd;
}

body {
  background-color: #f1f1f1;
}

.no-gutter {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
label {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

.login {
  background: url(../img/org.jpg) center center/cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.login:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00a651;
  opacity: 0.8;
}

.bg-primary {
  background: #00a651 !important;
}

.bg-accent {
  background: #4a4a4a !important;
}

.q-drawer i {
  color: #00a651 !important;
}

.q-item__section--avatar {
  color: inherit;
  min-width: 40px;
}

.q-toolbar__title {
  font-weight: 500;
}

#app {
  margin: 20px;
  position: relative;
  z-index: 1111;
  visibility: visible;
  margin-top: -30px;
  box-shadow: 0px 18px 25px #f3f3f3;
  background: white;
  min-height: 300px;
  border: 1px solid #e8e8e8;
}

.q-header {
  height: 100px;
  z-index: 10;
}

.logo {
  height: 100px;
  background: #fff;
}

.logo img {
  margin: auto;
  width: 300px;
  display: block;
  padding-top: 15px;
}

nav {
  background-color: #00a651;
  height: 50px;
}
nav ul {
  display: flex;
  margin: 0;
  list-style: none;
  margin-left: 65px;
}

nav ul li {
  padding: 15px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
}

nav ul li a:hover {
  color: #002c15;
  transition: 0.5s all;
}

.billboard {
  position: relative;
}

.inner-page .mt-billboard-item {
  height: auto;
  max-height: 200px;
  min-height: auto;
}

.billboard-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.billboard-item {
  height: 200px;
}
.billboard-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.billboard h4 {
  z-index: 1;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  top: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.check-price .q-card,
.mk-otm .q-card,.contact{
  width: 85%;
  margin: auto;
  margin-top: -70px;
  z-index: 1111;
  box-shadow: 0px 14px 22px rgba(226, 226, 226, 0.8) !important;
  margin-bottom: 40px;
}

.mk-dashboard {
  width: 85%;
  margin: auto;
}

.mk-dashboard h6{
  font-size: 18px;
}

.cp-search .q-field__native {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #d6d6d6 !important;
  margin: 4px 0;
}

.footer {
  background-color: #141b1a;
  color: #fff;
  padding: 30px 0;
  padding: 20px 0;
}

.footer-wrap {
  width: 85%;
  margin: auto;
}
.footer {
  font-size: 15px;
}

.footer-wrap h6 {
  color: #00a651;
  margin: 10px 0;
  padding: 0;
}

.footer-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wrap ul li {
  padding: 3px 0;
}
.footer-wrap hr {
  opacity: 0.3;
  margin-top: 15px;
}

.mk-front #app{
  margin: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.mk-dashboard {
  margin-bottom: 20px;
}

.mk-dashboard h5 {
  font-size: 28px;
}

.mk-dashboard {
  background: transparent;
}

.mk-dashboard .q-item {
  min-height: 120px;
}

.mk-dashboard .q-item:hover {
  background: #00a651 !important;
  opacity: 1;
  visibility: visible;
  color: #fff !important;
}
.mk-dashboard i{
  transition: .5s all;
}
.mk-dashboard .q-item:hover i {
  color: #fff !important;
  transition: .5s all;
}

.contact h5 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact ul {
  list-style: none;
  padding: 0;
}
.contact ul li {
  display: flex;
  margin-bottom: 20px;
}

.contact ul li p {
  margin-bottom: 0;
}

.contact .icon i {
  font-size: 30px;
  background: #00a651;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact .contact-info p{
font-size: 20px;
}

/*.contact .q-form label{
  margin-bottom: 15px;
}*/

.contact .q-card__section{
  padding: 40px;
}

.contact .q-card{
  z-index: 11111;
}

#mbl-menu{
  position: absolute;
  right: 5px;
  z-index: 111;
  top: 108px;
}

.q-menu .q-list a{
  text-decoration: none !important;
}

.q-menu .q-item:hover{
  background: #00a651;
  color: #fff;
}
.q-menu .q-item:hover a{
  color: #fff;
}
.social-site a
{
    text-decoration:none;
    color:#fff;
}
@media (min-width:320px) and (max-width:500px){
  nav ul{
    display: none;
  }
  .check-price .q-card, .mk-otm .q-card, .contact{
    width: 95%;
  }
  .billboard h4{
    font-size: 28px;
  }
  .mk-dashboard{
    width:100%
  }
}

@media (min-width:500px) and (max-width:1920px){
  #mbl-menu{
    display: none;
  }
}