@media only screen and (max-width: 1360px) {
  .banner:after {
    top:100px;
  }
}

@media only screen and (max-width: 992px) {
  .banner:after {
    display: none;
  }
footer p{
	max-width: 100%;
}
footer .f-nav{
	margin-bottom: 15px;
}
.footer-bottom{
	margin-top: 15px;
}
.copy-right.d-flex.justify-content-center.mt-5{
	margin-top: 15px !important;
}

.fencing .content {
    max-width: 900px;
    justify-content: center !important;
}
.fencing h3{
	margin-bottom: 15px;
	text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.fencing h2{
  font-size: 25px;
  text-align: center;
  line-height: 25px;
}
.fencing p{
  text-align: center;
}
.about-content h1{
 padding-bottom: 15px;
}
.fencing h2 span{
  font-size: 20px;
}
.about-content p{
  padding-bottom: 15px;
}
.about .block{
	margin-bottom: 15px;
}
.hamburger-menu {
    display: block;
  }

.evo-nav {
		/* width: 200px; */
    position: fixed;
    top: 0;
    padding: 25px;
    right: -250px;
    height: 100vh;
    width: 250px;
    display: block !important;
    flex-direction: column;
    justify-content: flex-start !important;
    background: #201f22;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
  }

  .evo-nav li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    margin-left: 0;
  }
  .evo-nav.show {
    right: 0;
}
}
@media only screen and (max-width: 767px) {
  .service-list .block .info{
    max-width: 100%;
    padding: 10px;
    min-height: unset;
    width: 100%;
  }
  .service-list .block .info p{
    font-size: 11px;
  }
    .service-list .block .info h5{
      font-size: 15px;
    }
  #latitude,#longitude{
    height: 0;
  }
  .please-txt{
    padding-bottom:15px !important;
    position: relative;
    top:15px;
  }
  .footer-bottom p{
    text-align: left;
  }
  footer .f-logo{
    margin:0 auto 15px auto;
  }
  footer p{
    text-align: center;
  }
  footer .f-nav, .f-social{
    justify-content: center !important;
  }
  .service-list .block.mb-block{
  height: unset;
}
  .top-ul{
    display: none !important;
  }
  .top{
    justify-content: flex-end !important;
  }
  .form-group.d-flex.justify-content-between.flex-wrap.pl-3{
    justify-content: flex-start !important;
    margin-top: 25px;
  }
  .request .form-group{
    margin-bottom: 0;
  }
  .request input.form-control{
    height: 40px;
    margin-bottom: 15px;
  }
   .about{
   	margin:25px 0;
   }
   .about-content h1{
   	font-size: 30px;
   	line-height: 40px;
   }
   .banner-content h1{
   	font-size: 35px;
   	line-height: 50px;
   }
   .evo-detail .detail .block .image,.banner-content a,.about-content a{
   	margin:auto;
   }
   .evo-detail .detail .block, .banner-content,.about-content{
   	text-align: center;
   }
   .fencing h3,.fencing h2,{
   	font-size: 30px;
   }
   .fencing,.services,.request,footer{
   	padding: 25px 0;
   }
   .services h1,.request h1{
   	font-size: 30px;
   	padding-bottom: 15px;
   }
   .service-list .block{
   	height: 400px;
   }
   .appointment-btn{
   	margin-top: 25px;
   }
   footer .f-nav li{
   	margin-left: 15px;
   }
   footer .f-nav li a{
   	font-size: 12px;
   }
}