body{
    margin: 0px;
    padding: 0px;
    
}
.brochures-body{
    background:none !important;
}
.brochures-title-section {
    padding: 50px 0px;
    background: #000000;
  }
  
  .brochures-title-section h1 {
    text-align: center;
    color: #ffdd00;
    font-family: 'QuadratSerial';
    font-size: 40px;
  }

  .window-main-product-section {
    padding: 100px 0px 0px 0px;
  }

  .window-main-product-heading-content h2 {
    text-align: center;
    font-family: 'QuadratSerial';
    font-size: 40px;
    font-weight:400;
  }
  
  .window-main-product-heading-content p {
    text-align: center;
    font-family: 'TeXGyreHerosCondensed-Regular';
    font-size: 18px;
    color: #000000;
  }

  .window-main-product-column {
    width: 100%;
    display: flex;
    height: 100%;
  }
  
  @media (max-width: 768px) {
    .window-main-product-column {
      flex-direction: column;
    }
  }

  .column-content-div {
    width: 50%;
    height: 100%;
  }

  .column-content-img img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 768px) {
    .column-content-img img {
      border-radius: 10px;
    }
  }
  
  .column-content-content {
    flex:1;
    padding: 30px;
    background: #EBEBEB;
    border-radius: 0px 0px 10px 10px;
    position: relative;
  }
  
  .column-content-content h5 {
    font-family: 'QuadratSerial';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .column-content-content .pdf-size {
    font-family: 'Open Sans';
    font-size: 12px;
  }

  .column-content-content p {
    font-family: 'TeXGyreHerosCondensed-Regular';
    font-size: 16px;
  }

  @media (max-width: 768px) {
    .column-content-img, .column-content-content {
      width: 100%;
    }
  }

  .pdf-size {
    font-family: 'Open Sans';
    font-size: 12px !important;
  }

  .about-custom-span {
    font-weight: bold;
  }

  .pdf-button-space {
    margin-bottom: 70px;
  }

  .pdf-download-btn {
    margin: auto;
    background: #000000;
    color: #ffffff;
    font-family: 'TeXGyreHerosCondensed-Regular';
    font-size: 16px;
    font-weight: 700;
    width: auto !important;
    padding: 15px 0px !important;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .composite-doors-section {
    padding-top: 100px;
  }

  .composite-doors-heading-content h2 {
    text-align: center;
    font-family: 'QuadratSerial';
    font-size: 40px;
    font-weight:400;
  }

  .composite-coulmn {
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .composite-image {
    max-height: 440px;
    flex:1;
  }
  
  .composite-image img {
    width: 100%;
    height: 100%;
  }

  .pdf-button-space {
    margin-bottom: 70px;
  }

  .pdf-size-details {
    margin-bottom: 65px;
    text-align: center;
  }

  .contact-us-div h2 {
    text-align: center;
    font-family: 'QuadratSerial';
    font-size: 40px;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .contact-us-div h2 {
      font-size: 25px;
    }
  }
  
  .contact-us-div p {
    text-align: center;
    font-family: 'TeXGyreHerosCondensed-Regular';
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
  }
  
  @media (max-width: 768px) {
    .contact-us-div p {
      font-size: 14px;
    }
  }
  
  .contact-us-div a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    padding: 20px 20px;
    border-radius: 10px;
    font-family: 'TeXGyreHerosCondensed-Regular';
    font-weight: 600;
    width: 175px;
    margin: auto;
    font-size: 22px;
  }
  
  @media (max-width: 768px) {
    .contact-us-div a {
      padding: 10px 10px;
      width: 140px;
      font-size: 14px;
    }
  }
  
  .contact-us-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  
  .btn:hover {
    background: #ffdd00 !important;
    color: #000000 !important;
    border: none !important;
  }