.h-full{
    height: 100%;
}
.h-full-inners *{
    height: 100%;
}
.min-h-450px, .h-full-inners.min-h-450px *{
    min-height: 450px;
}
.overflow-hidden{
  overflow: hidden;
}
.min-h-400px{
  min-height:400px;
}
.w-full{
  width: 100%;
}
.contactus-form label{
  width: 100%
}
.contactus-form input[type="email"],
.contactus-form input[type="text"],
.contactus-form input[type="tel"],
.contactus-form select{
  height: 4.5rem;
  margin: 5px 0px;
  border-radius: 8px;
  background-color: white;
  padding: 8px 20px;
  border: 1px solid #000;
  box-sizing: border-box;
  outline: none;
}
.contactus-form select{
  color: #666666;
  position: relative;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
.contactus-form select::after {
  content: '▼'; /* Or an SVG/icon */
  position: absolute;
  right: 10px; /* Adjust this value for horizontal margin */
  top: 50%;
  transform: translateY(-50%);
  /* Other arrow styles */
}
.contactus-form input[type="submit"]{
  height: 4rem;
  margin: 7px 0px;
  border-radius: 6px;
  padding: 2px 20px;
  color: #FFF;
  border-width: 0px;
  background-color: #0066B3;
}
.contactus-flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contactus-flex .wpcf7-form-control-wrap{
 flex-grow: 0;
  min-width: 0;
}
.wpcf7-form-control-wrap{
  line-height: 0.8rem;
}
@media (max-width: 676px){
  .rounded-small{
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 20px;
  }
}

.vc_row.vc_row-o-content-middle > .container{
    display: flex;
    align-items: center;
}

.vc_col-has-fill>.vc_column-inner{
    padding-top: 0 !important;
}
.pixi_heading-style3{
    margin: 0px;
}