/*-----------------
	3. General
-----------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2b2b2b;
  background: #FCFBFB;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.popular-services .listing-tabs-group ul li a {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}

a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus {
  outline: 0;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}

.btn {
  border-radius: 8px;
  height: 46px;


}

