/********* Inquiry Form Start **********/
.kt-inquiry-form{
    background: url('../../images/inquiry-bg.jpg')no-repeat center;
    width: 100%;
    height: 768px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    padding: 88px;
  }
  .inquiry-form-content{
    color: #fff;
  }
  .inquiry-form-left.width410{
    width: 410px;
  }
  .inquiry-form-content{
    margin-top: 80px;
  }
  .inquiry-form-content .inquiry-title{
    font-family: Roboto-Bold;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.6px;
    color: #ffffff;
    position: relative;
  }
  .inquiry-form-content .inquiry-title:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #fff;
  }
  .inquiry-form-content .inquiry-description{
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.21px;
    color: #ffffff;
    margin-top: 40px;
  }
  .inquiry-form-right {
    width: 370px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
    border: solid 0.5px #121b4c;
    border-radius: 7px;
  }
  .inquiry-form .form-control {
    height: 45px !important;
    margin-bottom: 15px;
    background-color: #f8f8f8 !important;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
  }
  .form-heading-title{
    font-family: Roboto-Bold;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.45;
    letter-spacing: normal;
    color: #121b4c;
  }
  .form-heading-subtitle{
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.21px;
    color: #121b4c;
    margin-top: 15px;
  }
  .line-seprator {
    width: 100%;
    height: 2px;
    background-color: #3cb1ff;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .form-submit-btn {
    width: 100%;
    height: 45px;
    background-color: #3cb1ff;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
  }
  .form-submit-btn:hover {
    background-color: #3cb1ff;
    color: #ffffff;
  }
  /********* Inquiry Form End **********/