@media (max-width: 1366px){
	.contact-page-section .contact-info-box{
		width: 50%;
	}
	.contact-page-section .contact-info-box.col-lg-2.col-md-6.col-sm-12{
		border-right: 0px solid;
	}
}
@media (max-width: 1024px){
  section.contact-details {
    padding-top: 80px;
  }
}
@media (max-width: 991px){
  .contact-form h3 {
 text-align: center;
  }
  section.contact-details{
    padding-top: 50px;
  }
  .reservation-respons{
       display: flex;
            justify-content: space-between;
  }
  .contact-content{
    padding-right: 0;
    width: 100%;
  }
  .contact-content h3,p{
    text-align: center;
  }
	.contact-map {
    height: 550px;
}
section.contact-upper{
	padding-top: 115px;
}
  .contact-page-section {
    padding-top: 100px;
}
  .contact-page-section .contact-details {
    padding-right: 0;
        margin-bottom: 30px;
}
.contact-content .reservations{
  display: block;
          text-align: center;
}

}
@media (max-width: 540px){
  section.contact-details{
    padding-top: 40px;
  }
  /* .page-title .auto-container{
    top: 0px;
  } */
  .address p, .contact-content .reservations p{
    /* text-align: left; */
  }
    .reservation-respons{
       display: block;
  }
	.contact-page-section .contact-info-box {
    width: 100%;
}
.contact-form input{
	margin-bottom: 15px;
}
.contact-map {
    height: 400px;
}
section.contact-upper{
	padding-top: 40px;
}
.contact-page-section .col-md-12{
	padding: 0;
}
  
  .contact-page-section .col-md-6 {
        margin-bottom: 30px;
    }
  .contact-page-section .contact-details {
    padding-right: 0;
}
  .contact-page-section {
    padding-top: 30px;
}
.contact-content{
  padding-left: 0px;
}
      .contact-form {
         padding: 0px;
     
    }
      .contact-page-section .col-md-6 {
        margin-bottom: 30px;
        padding: 0;
    }
}