
.row .justify-content-between {
  justify-content: start !important;
  gap: 16px;
}
.med-mb-50 {margin-bottom: 50px;}
.main-search-container .search-bt-button{background-color: #89b339;}
.main-search-container .search-bt-button:hover{background-color: #adcb53;}
.main-search-container .search-bt-button span{color: #fff;;}
.bg-color-control-icon {background: #004158 !important;}
@media (max-width: 1024px){
  .mob-invis-buttons{
    width: fit-content !important;
    margin: 0 !important;
  }
  .row .justify-content-between {
    gap: 16px 32px;
  }
}

@media (max-width: 768px){
  .med-mb-50 {margin-bottom: 32px;}
  .med-mb-50.med-mb-none{margin-bottom: 0;}
}

@media (max-width: 540px){
  .justify-content-between {margin-left: 0 !important;}
}