@charset "utf-8";
/* CSS Document */
/* 
project: IPD Campaign Monitor Forms 
Author: IPD Group Limited
Copyright 2024 IPD Group Limited. All rights reserved.
*/


body {
	background: transparent;
}
  
.js-cm-form .form-input-label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #1A3A7B;
}

.js-cm-form ::placeholder {
    color: #1A3A7B!important;
}

.js-cm-form input,
.js-cm-form input[type='text'], 
.js-cm-form input[type='email'], 
.js-cm-form input[type='number'],
.js-cm-form textarea, 
.js-cm-form select {
    font-size: 16px;
    background: #fff;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: 1px solid #1a3a7b9e;
    border-radius: 6px;
    color: #1A3A7B;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin-bottom: 15px;
}

.js-cm-form button {
    border-radius: 10px;
    border: 1px solid #9ebfde;
    background: #fff;
    color: #1a3a7b;
    padding: 10px 50px;
    font-weight: 600;
    float: right;
    transition: all .3s ease;
    margin-top: 20px;
    margin-top: 40px;
}

.js-cm-form #cm-privacy-consent {
    margin: 10px 20px 0px 0px;
    height: 26px;
    width: 26px;
    display: inline-block;
    vertical-align: bottom;
}
    
  
  @media (max-width: 1340px) {

    #inquiry-form {
    height: 750px;
}
  
    #inquiry-form .container {
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -35%);
    }
  }
  
  @media (max-width: 1025px) {
    #inquiry-form .image-wrapper img {
      height: 1000px;
    }

        #inquiry-form {
    height: 1000px;
}
  
    #inquiry-form .content-wrapper {
      text-align: center;
    }
  
    #inquiry-form .container .content-wrapper p {
      width: 100%;
      margin-bottom: 30px;
    }

        #inquiry-form .container {
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -45%);
    }
  }
  
  @media (max-width: 1000px) {
    #product-carousel .slick-list .card-wrapper {
      width: 40vw;
      height: 600px;
    }
  
    #product-carousel .card-wrapper .card-title {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    #inquiry-form .container .content-wrapper h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 20px
    }
  }
  
  @media (max-width: 575px) {
  
    #inquiry-form .image-wrapper img {
      height: 140vh
    }
  
    #inquiry-form .container {
      top: 50%;
    }

    #inquiry-form {
        height: 1000px;
        margin-bottom: 300px;
    }
  }