@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-page-section{
      padding: var(--p80) var(--p12);
}

}
@media (max-width: 991px){
    section.careers-elp{
    padding: var(--p50) var(--p12);
  }
  section.contact-page-section{
    padding: var(--p50) var(--p12);

  }
  .contact-page-section .sec-title{
    padding-left: 0;
    padding-right: 0;
  }
	.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;
}

}

@media (max-width: 540px){

  .contact-form .form-group button {
        display: block;
        margin: auto;
    }

  .contact-form .form-group textarea {
    margin-bottom: 20px;
}
  section.page-title{
    height: 280px;
  }
  section.careers-elp .btn-private-pool{
        padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
            font-size: 15px;
            text-align: center;
  }
  section.careers-elp{
            padding: var(--p40) var(--p12);
  }
  section.contact-page-section .row{
    padding-left: 0;
    padding-right: 0;
  }
	.contact-page-section .contact-info-box {
    width: 100%;
}
.contact-form input{
	margin-bottom: 15px;
}
section.contact-page-section .contact-form{
   padding: 0;
}
.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-form {
         padding: 20px;
     
    }
      .contact-page-section .col-md-6 {
        margin-bottom: 0;
        padding: 0;
    }
}