.elementor-6532 .elementor-element.elementor-element-454c575{text-align:left;font-family:var( --e-global-typography-4cdca58-font-family ), Sans-serif;font-size:var( --e-global-typography-4cdca58-font-size );font-weight:var( --e-global-typography-4cdca58-font-weight );line-height:var( --e-global-typography-4cdca58-line-height );color:var( --e-global-color-text );}.elementor-6532 .elementor-element.elementor-element-f9d9017 > .elementor-widget-container{padding:0px 50px 0px 50px;}.elementor-6532 .elementor-element.elementor-element-f9d9017{text-align:left;font-family:var( --e-global-typography-4cdca58-font-family ), Sans-serif;font-size:var( --e-global-typography-4cdca58-font-size );font-weight:var( --e-global-typography-4cdca58-font-weight );line-height:var( --e-global-typography-4cdca58-line-height );color:var( --e-global-color-text );}.elementor-6532 .elementor-element.elementor-element-c794121{text-align:left;font-family:var( --e-global-typography-4cdca58-font-family ), Sans-serif;font-size:var( --e-global-typography-4cdca58-font-size );font-weight:var( --e-global-typography-4cdca58-font-weight );line-height:var( --e-global-typography-4cdca58-line-height );color:var( --e-global-color-text );}.elementor-6532 .elementor-element.elementor-element-49cc803{text-align:center;}@media(max-width:1024px){.elementor-6532 .elementor-element.elementor-element-454c575{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}.elementor-6532 .elementor-element.elementor-element-f9d9017{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}.elementor-6532 .elementor-element.elementor-element-c794121{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}}@media(max-width:767px){.elementor-6532 .elementor-element.elementor-element-454c575{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}.elementor-6532 .elementor-element.elementor-element-f9d9017{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}.elementor-6532 .elementor-element.elementor-element-c794121{font-size:var( --e-global-typography-4cdca58-font-size );line-height:var( --e-global-typography-4cdca58-line-height );}}/* Start custom CSS */.domainSearch {
    display: flex !important;
 
  align-items: center !important;
      justify-content: space-evenly !important;
}


/* .searchBox {
    display: flex !important;
 
  align-items: center !important;
      justify-content: space-evenly !important;
}*/

.domainSearch input[type=text] {
    border-radius: 0px !important;
    width: 55% !important;
    padding: 10px 15px !important;
    font-size: 1.2rem !important;
    height: 50px !important;
}

.domainSearch select {
    width: 28% !important;
    border-radius: 0px !important;
    padding: 10px 10px !important;
    font-size: 1.2rem !important;
    height: 50px !important;
}
    
.domainSearch input[type=submit] {
   padding: 10px 25px !important;
   width: 13% !important;
  background-color: #0585DA !important;
  color: #FFFEFE !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 0px !important;
  height: 50px !important;
}

.domainSearch input[type=submit]:hover {
  background-color: #FFE900ED !important;
  color: #353535 !important;
  border: none !important;
}

.domainSearch input[type=submit]:active {
  background-color: #FFE900ED !important;
  color: #353535 !important;
  border: none !important;
}


@media (max-width: 650px) {
  .domainSearch {
      display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
  }
  .domainSearch input[type=text] {
    width: 100% !important;
    margin-bottom: 5px !important;
}

.domainSearch select {
    width: 100% !important;
    margin-bottom: 5px !important;
}
    
.domainSearch input[type=submit] {
   width: 100% !important;
}/* End custom CSS */