@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');


.title {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size:1.1em;
}
.getConsultation {
  color: black;
  font-family: "Roboto", sans-serif;
}
.navs {
  padding: 5px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
}
.navs:hover {
  color: pink;
  cursor: pointer;
  border-bottom:1px solid pink;
}
.mail-text-footer{
  font-family: 'Roboto Condensed', sans-serif;
  margin-left:10px;
}
.footernavs {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
}
.fa-envelope{
    font-size:1.2em;
    margin-left:5px;
}


.navs-active{
  color: pink;
  cursor: pointer;
  border-bottom:1px solid pink;
}

.logo {
  width: 150px;
  object-fit: contain;
}
.footernavs:hover {
  cursor: pointer;
}
.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 1;
  box-shadow: 1px 1px 3px white;
}
.search-form-div-home input {
  padding: 3px;
  outline: none;
  background-color: transparent;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px #181616;
  border-right: none;
}

.search-form-div-home button {
  border: 1px solid #fafafa;
  padding: 3px 8px;
  box-shadow: 1px 1px 1px #181616;
  color: cyan;
  border-left: none;
}

.search-form-div-home {
  font-family: "Times New Roman", Times, serif;
  margin-right: 10px;
}
