body {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

#navbar {
  background: #ffffff;
  color: #0fb9b9;
  position: fixed;
  box-shadow: 0 0 2.25rem rgba(21, 22, 21, 0.09);
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 100vw;
  z-index: 50;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 80%;
}
@media (max-width: 768px) {
  .nav-wrapper {
    width: 90%;
  }
}
@media (max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
}

.logo {
  float: left;
  margin-left: 28px;
  font-size: 1.5em;
  height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navbar ul {
  display: inline-block;
  float: right;
  list-style: none;
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
@media (max-width: 640px) {
}
@media (orientation: landscape) {
  #navbar ul {
    display: inline-block;
  }
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  color: #0fb9b9;
  display: block;
  font-size: 1em;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  color: rgb(70, 96, 113);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

#navbar li a:before,
#navbar li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: rgb(13, 26, 38);
  right: 0;
}

#navbar li a:hover:before {
  background: rgb(2, 255, 2);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
}
.nav-logo {
  margin-bottom: 10px !important;
  object-fit: cover;
}
.social i{
  color: #757575 !important;
}
.active a {
  font-size: 21px !important;
  font-weight: bold;
}
.nav > .nav-btn {
  display: none;
}

li:first-child {
  margin-bottom: 20px;
  color: #757575 !important;
}
.nav-logo{
  width: 140px !important;
  height: 33px !important;
}

.active a {
  font-size: 21px !important;
  font-weight: bold;
}
.nav > .nav-btn {
  display: none;
}

li:first-child {
  margin-bottom: 20px;
  color: #757575 !important;
}
.nav-logo{
  width: 160px !important;
  height: 40px !important;
}

/* body================================================== */

.inputFill input {
  background-color: #beeeee66;
  border-radius: 8px;
}
textarea {
  background-color: #beeeee66 !important;
  border-radius: 8px;
  width: 98% !important;
}
.btn2 {
  color: #ffffff !important;
  background-color: #0fb9b9 !important;
  padding: 10px 20px 12px 20px !important;
  border: 0px;
  border-radius: 8px;
  width: 20% !important;
}
span {
  color: #0fb9b9 !important;
}

.mainInput {
  margin-top: 10%;
}
.mapouter {
  position: relative;
  text-align: right;
  width: 80% !important;
  height: 500px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 600px;
  height: 500px;
}

.gmap_iframe {
  width: 600px !important;
  height: 500px !important;
}

.map1 {
  width: 60% !important;
}
.addres {
  width: 40% !important;
}

.active a {
  font-size: 21px !important;
  font-weight: bold;
}
/* footer=============== */

li {
  margin-bottom: 7px;
}
i {
  margin-right: 10px;
}
footer {
  color: #757575 !important;
}
.list-unstyled li a{
  text-decoration: none;
  color: #757575 !important;
}
.social {
  position: relative;
  left: -10px;
}

.cursor-pointer {
  cursor: pointer !important;
  color: green;
  font-weight: bold;
}

@media (min-width: 1441px) {
  input {
    width: 50% !important;
  }
  .map1 {
    width: 60% !important;
  }
  .addres {
    width: 40% !important;
  }
  .nav-logo {
    width: 110px !important;
    height: 30px !important;
  }
  .nav-logo {
    margin-bottom: 10px !important;
    object-fit: cover;
  }
  .logo {
    float: left;
    margin-left: 28px;
    font-size: 1.5em;
    height: 30px !important;
    width: 30px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #navbar li a {
    color: #0fb9b9;
    display: block;
    font-size: 1em !important;
    height: 50px;
    letter-spacing: 1px;
    margin: 0 20px !important;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .active a {
    font-size: 21px !important;
    font-weight: bold;
  }
  .nav-logo{
    width: 140px !important;
    height: 33px !important;
  }
}
@media (min-width: 1024px) {
  input {
    width: 100% !important;
  }
  textarea {
    width: 98% !important;
  }
  .map1 {
    width: 60% !important;
  }
  .addres {
    width: 40% !important;
  }
  .gmap_iframe{
    width: 70% !important;
    margin-right: 400px !important;
  }
}
@media (min-width: 1440px) {
  input {
    width: 100% !important;
  }
  textarea {
    width: 98% !important;
  }
  .map1 {
    width: 60% !important;
  }
  .addres {
    width: 40% !important;
  }
  .gmap_iframe{
    width: 100% !important;
    /* margin-right: 400px !important; */
  }
}
@media (max-width: 926px) {
  .Service {
    width: 40% !important;
  }
  .Section4-1 {
    width: 100% !important;
  }
  .Section4 {
    width: 100% !important;
  }
  .map1 {
    width: 60% !important;
  }
  .addres {
    width: 40% !important;
  }
  .gmap_iframe{
    width: 70% !important;
    margin-right: 400px !important;
  }
}
@media (max-width: 769px) {
  input {
    width: 100% !important;
  }
  .btn2 {
    width: 100% !important;
  }
  .map1 {
    width: 100% !important;
  }
  .addres {
    width: 100% !important;
  }
  .gmap_iframe{
    width: 96% !important;
    /* margin-right: 400px !important; */
  }
}
@media (max-width: 426px) {
  input {
    width: 100% !important;
  }
  .inputFill {
    width: 100% !important;
  }
  .btn2 {
    width: 100% !important;
  }
  .map1 {
    width: 100% !important;
  }
  .addres {
    width: 100% !important;
  }
  #navbar li {
    display: inline-block;
  }

  #navbar li a {
    color: #0fb9b9;
    display: block;
    font-size: 10px !important;
    height: 20px;
    letter-spacing: 1px;
    margin: 0 0px !important;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #menu {
    display: block !important;
  }
  .nav-logo{
    width: 80px !important;
    height: 33px !important;
  }
  .gmap_iframe{
    width: 53% !important;
    /* margin-right: 400px !important; */
  }
}
