/*responsive*/
@media (min-width: 1400px) {
}
@media (min-width: 1300px) {
  .container-lg{max-width: 1280px;}
}

@media (min-height: 1024px) {
}

@media (min-height: 1280px) {
}

@media (max-width: 1370px) {
    
}
@media (max-width: 991.9px) {
}

@media (max-width: 768px) {
  
.content-right p, .content-left p
{
  font-size: 1rem;
}
}

@media (max-width: 500px) {
  body{
    text-align: center;
  };
  .heading {
    margin-bottom: 10px;
}
  .stickyForm {
    width: 100%;
    position: inherit;
    transform: none;
}
.enquiry-form .inner {
  padding: 1rem;
}
.iconbox {
  display: flex;
  padding: 1rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
.iconbox-d {
  width: calc(100% / 2);
  border-bottom: 1px solid #ccc;
}
.iconbox-d:nth-last-child(1) {
  border-bottom:none;
}
.iconbox-d:nth-last-child(2), .iconbox-d:nth-last-child(4) {
  border-right: none;
}
.header .d-flex {
  justify-content: space-between !important;
}
.h4, h4 {
  font-size: 1.2rem;
}
.padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
}
