.elementor-222 .elementor-element.elementor-element-b352711{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:60px 60px;--row-gap:60px;--column-gap:60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-222 .elementor-element.elementor-element-adc649d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-222 .elementor-element.elementor-element-db1ccd5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 40px 0px;}.elementor-222 .elementor-element.elementor-element-db1ccd5 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-size:32px;font-weight:900;line-height:32px;color:#0082BA;}.elementor-222 .elementor-element.elementor-element-72df104{width:100%;max-width:100%;}.elementor-222 .elementor-element.elementor-element-7b793b5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}@media(max-width:1024px){.elementor-222 .elementor-element.elementor-element-b352711{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-222 .elementor-element.elementor-element-b352711{--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-222 .elementor-element.elementor-element-adc649d{--width:28%;}}@media(max-width:1024px) and (min-width:768px){.elementor-222 .elementor-element.elementor-element-adc649d{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-72df104 */.form-search form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 17px 20px;
  width: 100%;
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  padding: 0 !important;
}

.search-box input::placeholder {
  color: var(--Black, #000);
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-box button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 !important;
}

.search-box button:hover {
  background-color: #fff;
}

.search-box i {
  font-size: 16px;
  color: #333;
}

.filter {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 17px 20px;
}
.filter-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-header p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.filter-content,
.filter-content1,
.filter-content2 {
  display: none;
  margin-top: 20px;
}

.filter-content label p {
  overflow: hidden;
  color: var(--Black, #000);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.input-group input[type="date"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.input-group .placeholder {
  position: absolute;
  left: 10px;
  color: #aaa;
  pointer-events: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.arrow1 {
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow1.rotate {
  transform: rotate(180deg);
}

.input-group input:focus + .placeholder,
.input-group input:not(:placeholder-shown) + .placeholder {
  visibility: hidden;
}

.input-group .icon {
  position: absolute;
  right: 10px;
  font-size: 16px;
  pointer-events: none;
  background: #fff;
}

.arrow {
  font-size: 12px;
}

.filter-button {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.filter-button button {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;

  border-radius: 999px;
  border: 1px solid var(--Black, #000);
  background: #fff;

  overflow: hidden;
  color: var(--Black, #000);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.button-search {
  display: flex;
  width: 186px;
  height: 58px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border: none;
  border-radius: 99px;
  background: var(--blue, linear-gradient(180deg, #1daeed 0%, #0082ba 100%));

  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}/* End custom CSS */