.contact-us-banner {
  background-image: url('/Contact-Us-Images/contact-us-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}

.c-us-vector {
  position: absolute;
  width: 141px;
  height: 126px;
  left: 29.79%;
  top: 0px;
}

.c-us-container {
  top: 230px;
  left: 9.51%;
  position: absolute;
}

.ddc-text1 {
  text-align: center;
  align-items: center;
  padding: 33px 0px;
  background: #F4F5F5;
}
.ddc-text2 {
  text-align: center;
  align-items: center;
  padding: 33px 0px;
  background: #F4F5F5;
}


.ddc-image-sizing-1 {
  width: 650px;
  height: 490px;

}

.ddc-image-sizing-2 {
  width: 650px;
  height: 474px;

}

.ddc-p-bg {
    background: #F4F5F5;
}

.ddc-video {
    width: 45.49%;
}

.px-lg-7 {
  padding-left: 9%;
}

.ddc-image {
  width: 36%;
  
}

@media screen and (max-width: 1150px) {
  .ddc-image-sizing-1,.ddc-image-sizing-2 {
    width: 550px;
    height: 490px;
  }
}

@media screen and (max-width: 997px) {
  .ddc-image-sizing-1,.ddc-image-sizing-2 {
    width: 450px;
    height: 390px;
  }


}

@media screen and (max-width: 768px) {
    /* Text */
    
    .large-banner {
      font-weight: 700;
      font-size: 45px;
      line-height: 85%;
    }
  
    .c-us-vector {
      width: 132px;
      height: 121px;
      left: 65.36px;
      top: 0px;
    }

    .ddc-text1 {
      background: none;
    }

    .contact-us-banner {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 735px;
    }

    .c-us-container {
      left: 35px;
      top: 660px;
      position: absolute;
    }
    
    .ddc-video {
    width: 100%;
    }
    .ddc-image {
      width: 100%;
      }

    
    .video {
        width: 100%;
        height: 483px;
    }

    .ddc-image-sizing-1,.ddc-image-sizing-2 {
      width: 100%;
      height: 512px;
    }
    
    
    

}

@media screen and (max-width: 550px) {

  .ddc-image-sizing {
    width: 100%;
    height: 412px;
  }
}

        