/**
* Theme Name: Biztech Child
* Description: This is a child theme of Biztech, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: biztech
* Version: 1.0.2
*/

h3.heading {
    margin-bottom: 10px;
}


.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  /*text-transform:capitalize;*/
  font-family: 'Inter', sans-serif;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}


.immo-content h1,
.immo-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.immo-content p {
  margin-bottom: 18px;
  line-height: 1.7;
}






