p {
  font-size: 16px;
  line-height: 1.5;
}

.header {
  min-height: 80px;
}

.contact__form-panel .nice-select {
  margin-bottom: 20px;
}

.header .navbar-brand img.logo-light,
.header .navbar-brand img.logo-dark {
  max-height: 100px;
  height: auto;
  width: auto;
}

.features-layout2 .title-box h4 {
  margin-bottom: 0;
}
.features-layout2 .title-box .logo-beyond {
  width: 65px;
  height: 65px;
  margin-top: -10px;
}

.about-layout2 {
  padding: 170px 0;
}

.with-dropdown .dropdown-toggle .fa-angle-right {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 50%;
  text-align: right;
  z-index: 2;
}

.with-dropdown.show .fa-angle-right:before {
  content: "\f107";
}

textarea.form-control {
  border-radius: 5px;
}

@media only screen and (max-width: 1299px) {
  .about-layout2 {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  #googleMap {
    padding-top: 0 !important;
  }
  .features-layout2 .feature-item .feature__title {
    font-size: 22px;
  }
  .features-layout2 .title-box h4 {
    font-size: 22px;
  }
  .features-layout2 .title-box .logo-beyond {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-layout3 .cta__banner .cta__title {
    font-size: 24px;
  }
  .banner-layout3 .cta__banner-white {
    left: 0;
    bottom: 15px;
    padding: 25px;
    margin: 0 15px;
  }
  .bg-parallax {
    background-attachment: unset;
  }
  .header .navbar-brand img.logo-light,
  .header .navbar-brand img.logo-dark {
    max-height: 75px;
    height: auto;
    width: auto;
  }
  #sliderlayout2 {
    margin-top: 0 !important;
  }
  .features-layout2 .feature-item .feature__title {
    font-size: 22px;
  }
  .features-layout2 .title-box {
    margin-top: 45px;
  }
  .features-layout2 .title-box h4 {
    font-size: 22px;
    margin-bottom: 45px;
  }
  .features-layout2 .title-box .logo-beyond {
    width: 60px;
    height: 60px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom img {
    display: none;
  }
  .footer-bottom .footer__copyright p {
    font-size: 12px !important;
    text-align: center !important;
    line-height: 1.5 !important;
  }
  #contactInfo {
    padding-bottom: 20px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  .contact-info-box .contact__info-box-title {
    margin-bottom: 10px;
  }
  .contact-info-box .contact__info-list li {
    margin-bottom: 5px;
  }
  .features-layout2 .feature-item .feature__title {
    font-size: 20px;
  }
  .features-layout2 .title-box {
    margin-top: 45px;
  }
  .features-layout2 .title-box h4 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .features-layout2 .title-box .logo-beyond {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .features-layout2 .features-wrap {
    margin: 0 15px;
  }
  .features-layout2 .feature-item .feature__title {
    font-size: 18px;
  }
  .features-layout2 .title-box {
    margin-top: 30px;
  }
  .features-layout2 .title-box h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .features-layout2 .title-box .logo-beyond {
    width: 40px;
    height: 40px;
  }
}