/* MEDIA QUERY */
@media screen and (max-width: 1199.99px) {
}
@media screen and (max-width: 991.99px) {
  .mobile_visible {
    display: block;
  }
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link::after {
    display: none;
  }
  .button_nav i {
    color: var(--color-white);
    font-size: var(--font-size-24);
    background-color: var(--color-primary-thames-green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
  }

  .closebtn,
  .button_nav {
    display: block;
  }
  /* HEADER */
  .button_nav {
    cursor: pointer;
  }
  .navbar {
    justify-content: flex-end;
  }
  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    background-color: #ad761f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  #mySidenav a {
    color: var(--color-white);
    font-size: var(--font-size-15);
    display: block;
    transition: 0.3s;
    text-decoration: none;
    text-align: left;
  }
  #mySidenav a:hover {
    text-decoration: underline;
  }
  #mySidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 28px;
    /* margin-left: 50px; */
    color: #fff;
  }
  #mySidenav .closebtn:hover {
    color: #000;
    text-decoration: none;
  }
  .navbar-nav.menu_bar {
    display: block;
    width: 100%;
    margin-top: 30px;
    /* text-align: center;
          */
  }
  .navbar-nav.menu_bar .nav-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .single-input input {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-select select {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-field {
    display: block;
  }
  .banner-content {
    top: 12%;
  }
  .parallax-searchs.home15.thome-6 {
    height: auto;
    padding-bottom: 138px;
  }
  .banner-heading h2 {
    font-size: 29px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
  }
  .banner-form {
    padding: 30px 14px;
  }
  .sub-heading h2 {
    font-size: 29px;
  }
  .sub-heading p {
    font-size: 16px;
  }
  .project-single {
    display: block;
  }
  .project-head {
    width: 100%;
  }
  .homes-content {
    width: 100%;
  }
  .dis-content .sub-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .dis-content .sub-heading p {
    font-size: 16px;
    line-height: 32px;
  }
  .dis-slider {
    margin-top: 47px;
  }
  #contact {
    background: #f4f8f9;
  }
  label {
    display: contents;
  }
  .count-box {
    display: block;
    text-align: center;
    margin-bottom: 43px;
  }
  .count-box h2 {
    text-align: center;
  }
  .count-box h3 {
    text-align: center;
  }
  .owl-nav {
    display: none;
  }
  #dis-slider .owl-nav {
    display: none !important;
  }
  .footer-top h5 {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767.99px) {
  .header {
    height: 67px;
  }
  .single-input input {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-select select {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-field {
    display: block;
  }
  .banner-content {
    top: 12%;
  }
  .parallax-searchs.home15.thome-6 {
    height: auto;
    padding-bottom: 138px;
  }
  .banner-heading h2 {
    font-size: 29px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
  }
  .banner-form {
    padding: 30px 14px;
  }
  .sub-heading h2 {
    font-size: 28px;
    padding-top: 10px;
  }
  .sub-heading p {
    font-size: 16px;
  }
  .project-single {
    display: block;
  }
  .project-head {
    width: 100%;
  }
  .homes-content {
    width: 100%;
  }
  .dis-content .sub-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .dis-content .sub-heading p {
    font-size: 16px;
    line-height: 32px;
  }
  .dis-slider {
    margin-top: 47px;
  }
  #contact {
    background: #f4f8f9;
  }
  label {
    display: contents;
  }
  .count-box {
    display: block;
    text-align: center;
    margin-bottom: 43px;
  }
  .count-box h2 {
    text-align: center;
  }
  .count-box h3 {
    text-align: center;
  }
  .owl-nav {
    display: none;
  }
  #dis-slider .owl-nav {
    display: none !important;
  }
  .footer-top h5 {
    margin-top: 44px;
  }
}
@media screen and (max-width: 575.99px) {
  .header {
    height: 67px;
  }
}
