/* -----------Common Style----------- */
#news .row {
  display: block;
}

#news .owl-buttons i {
  font-size: 20px;
}
#news .content_wrap p {
  margin-bottom: 10px;
}

.crm-form{
  /* background: #121416; */
  padding: 0px 0 50px;
}
.create-form-ul{
  display:inline-flex;
}
.create-form-ul .create-form-li{
  width: 50%;
}
.create-form-ul .create-form-li:last-child{
  padding-left:50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.create-form-ul .create-form-li  .contact{
  background: var(--color-primary);
  width: 150px;
  line-height: 41px;
  cursor: pointer;
  display: block;
  height: 41px;
  text-align: center;
  color: #fff;
  \: relative;
  border-radius: 4px;
}
.create-form-ul .create-form-li h3{
  font-size:36px;
  font-weight:bold;
  display: block;
}
.create-form-ul .create-form-li p{
  font-size: 21px;
}
.create-form-ul .create-form-li p a{
  font-weight: 700;
  font-size: 23px;
  color: var(--color-primary);
}
.inquirbox .row {
  margin-top: 15px;
}
 
.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  background: transparent;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #fff;
  box-sizing: border-box;background: transparent;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  
}

.inquirbox input[type="text"], .inquirbox textarea {
  color: #000 !important;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  /* margin: 0 auto; */
  /* width: 106px; */
  line-height: 41px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  =: 35px;
  cursor: pointer;
  width: 100%;
}



@media screen and (max-width:992px){
  .create-form-ul .create-form-li h3{
    font-size: 24px !important;
  }
}


@media screen and (max-width:992px){
  .create-form-ul .create-form-li{
    width: 100% !important;
    padding-left: 0 !important;  
  }
  .create-form-ul {
    flex-direction: column-reverse;
  }
  .inquirbox .row > div{
    margin-top: 15px;
  }
  .inquirbox .row {
    margin-top: 0;
  }
  .create-form-ul .create-form-li .contact{
    position: relative;
  }
  .create-form-ul .create-form-li p {
    padding: 15px 0;
   font-size: 16px;
  }
  .create-form-ul .create-form-li p a {
    font-size: 18px;
  }
  .create-form-ul .create-form-li:last-child {
    margin-top: 20px;
  }
}
