/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.h1custom{
	font-size: 1.125rem !important;
	font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #ffffff !important; 
}
._prodcts{
    margin: 0 auto;
}
._prodcts img{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    display: block;
  }

  ._feedbackForm {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
}
._contactBg { 
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../../assets/img/contactBG.png')no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
}
._feedbackForm input[type="text"], 
._feedbackForm input[type="email"],
._feedbackForm select, 
._feedbackForm textarea {
    background: #F3F3F3;
    outline: none!important;
    box-shadow: none!important;
}
._feedbackForm textarea {
    max-height: 150px;
}
._feedbackForm .themeBtn {
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    min-width: 250px;
    font-size: 16px;
    margin-top: 1em;
}
._welcomeTxt {
    margin-bottom: 2em;
}
._welcomeTxt p {
    margin-bottom: 10px;
}
._feedbackForm h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1em;
}

label.error {
    color: #d90606;
    margin-bottom: 0;
    font-size: 12px;
}