.dca-search-bar .container {
  width: 100%;
  /*max-width: var(--maxwidth)!important; */
  max-width: var(--smallmaxwidth)!important;
}
.dca-search-bar .container .content-wrapper{
  padding: 36px 36px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.dca-search-bar .container .content-wrapper:before{
  border-radius: 32px;
}
.dca-search-bar .blog-bar-content{
  width: 100%; 
}
.dca-search-bar form{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 106px;
  grid-gap: 24px;
}
.dca-search-bar form .field-wrapper{
  position: relative;
}
.dca-search-bar form .field-wrapper:before{
  content:'';
  position: absolute;
  top: calc(50% - 12px);
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.4996 10.875C16.4996 11.9875 16.1697 13.075 15.5517 14.0001C14.9336 14.9251 14.0551 15.6461 13.0272 16.0718C11.9994 16.4976 10.8684 16.6089 9.77726 16.3919C8.68612 16.1749 7.68384 15.6391 6.89717 14.8525C6.1105 14.0658 5.57477 13.0635 5.35772 11.9724C5.14068 10.8812 5.25208 9.75022 5.67782 8.72239C6.10356 7.69456 6.82453 6.81605 7.74956 6.19797C8.67458 5.57989 9.76212 5.24998 10.8746 5.24998C12.366 5.25168 13.7957 5.84485 14.8503 6.89938C15.9048 7.9539 16.498 9.38366 16.4996 10.875ZM21.5295 21.5304C21.3888 21.6711 21.198 21.7501 20.9991 21.7501C20.8002 21.7501 20.6094 21.6711 20.4687 21.5304L16.4166 17.4782C14.7122 18.9091 12.5213 19.6269 10.3007 19.4817C8.08003 19.3366 6.00114 18.3398 4.49752 16.6993C2.9939 15.0587 2.18164 12.9011 2.23011 10.6762C2.27858 8.45137 3.18405 6.33112 4.75769 4.75762C6.33133 3.18411 8.45166 2.27883 10.6765 2.23055C12.9013 2.18227 15.0589 2.99473 16.6994 4.49849C18.3398 6.00225 19.3364 8.08122 19.4813 10.3019C19.6263 12.5225 18.9083 14.7134 17.4773 16.4176L21.5295 20.4698C21.6701 20.6104 21.7491 20.8012 21.7491 21.0001C21.7491 21.199 21.6701 21.3897 21.5295 21.5304ZM10.8746 18C12.2838 18 13.6614 17.5821 14.8331 16.7992C16.0048 16.0163 16.918 14.9035 17.4573 13.6016C17.9966 12.2997 18.1377 10.8671 17.8627 9.48497C17.5878 8.10285 16.9092 6.8333 15.9128 5.83685C14.9163 4.8404 13.6468 4.16181 12.2647 3.88689C10.8825 3.61197 9.44995 3.75307 8.14802 4.29234C6.8461 4.83162 5.73332 5.74485 4.95042 6.91655C4.16751 8.08825 3.74964 9.46579 3.74964 10.875C3.75178 12.764 4.50313 14.575 5.83887 15.9108C7.1746 17.2465 8.98563 17.9978 10.8746 18Z" fill="%2343464D"/></svg>');
  background-size: contain;
  background-position: center;
}

.dca-search-bar form input[type="search"]{
  /* border: 1px solid var(--dark-color)!important; */
  border: 1px solid var(--dark-1)!important;
  border-radius: 64px!important;
  /* color: var(--dark-color)!important; */
  color: var(--dark-1)!important;
  {#font-family: Nunito,sans-serif!important;#}
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  padding: 12px 24px 12px 60px !important;
  
}
.dca-search-bar form input[type="submit"]{
  display: block;
  min-width: auto !important;
  padding: 11px 18px !important;
  background-color: var(--primary-300) !important;
  border: 3px solid var(--primary-300)!important;
  box-shadow: var(--box-shadow-1)!important;
  font-weight: 700;
  text-transform: initial;
  border-radius: var(--border-radius-2);
  font-family: Montserrat,sans-serif;
}



.dca-search-bar .btn-wrapper, 
.dca-search-bar .description {
    z-index: 1!important;
    position: relative;
}
.dca-search-bar .description a{
  color:var(--primary-300)!important;
}
.dca-search-bar .description a:hover{
  color:var(--white)!important;
}

/***FORM***/
.blog-bar-form form {
    display: flex;
}
.blog-bar-form form input{
background: transparent!important;
    color: #fff!important;
    border-color: #fff!important;
}
.blog-bar-form form input::placeholder{
    color: #fff!important;
}
.blog-bar-form form input[type=submit]{
  color: var(--black)!important;
  padding: 11px 18px !important;
  border-radius: 50px;
  background-color: var(--primary-300)!important;
  border: 3px solid var(--primary-300) !important;
  min-width: auto !important;
  margin-left: 15px;
}
.blog-bar-form form input[type=submit]:hover{
  color:#fff!important;
  background-color: var(--primary-500)!important;
  border: 3px solid var(--primary-500) !important;
}
.blog-bar-form form input[type=submit]:focus{
  background-color: var(--primary-500)!important;
  border: 3px solid var(--secondary-100) !important;
}
.blog-bar-form form label{
  display: none!important;
}
.blog-bar-form form .hs_submit.hs-submit{
  margin-top: 0px!important;
}
.blog-bar-contet .heading{
  margin-bottom: 0px!important;
}
.form-control, .hs-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]), .hs-form textarea, .hs-form select, .hs-form input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]){
border-color:#fff!important;
  color:#fff!important;
}

@media(max-width: 1040px){
  .dca-search-bar .container .content-wrapper { border-radius: 24px; padding: 30px; }
}


@media (max-width:991px){
  .dca-search-bar .container .content-wrapper{
    flex-direction:column!important;
  }
}

@media(max-width: 767px){
  .dca-search-bar .container .content-wrapper { border-radius: 16px; padding: 30px 20px; }
  .dca-search-bar form { display: block; text-align: center; }
  .dca-search-bar form input[type=submit] { text-align: center; width: auto; display: inline-block; margin-top: 16px; }
  
}