.btn,
.fc button,
.ajax-upload-dragdrop .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel,
.wizard > .actions a {
  background-color: #3ecf8e !important;
  border: 1px solid #3ecf8e !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.newbtn {
  background-color: #57b657 !important;
  border: 1px solid #57b657 !important;
  color: #fff;
}
.newbtn2 {
  font-family: "Poppins", sans-serif;
  background-color: #ffc100 !important;
  border: 1px solid #ffc100 !important;
  color: #fff;
  border-radius: 0px;
}
.btn-label {
  padding: 8px 13px !important ;
}
.btn-success {
  background-color: #57b657;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 15px !important;
}
.displaycls {
  display: flex;
  justify-content: space-around;
}
#example {
  width: 100%;
}
.modal {
  z-index: 10040;
}
#home_submit {
  width: 300px;
  margin-top: 33px;
}
.header_text {
  margin-left: 140px;
  font-size: 18px;
  color: white;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

#login_div {
  margin-right: 209px;
}
#language_div {
  margin-right: 47px;
}
@media only screen and (max-width: 600px) {
  #language_div {
    margin-right: 47px;
    margin-left: 24px;
  }
  #login_div {
    margin-right: 180px;
    margin-left: 23px;
  }
  .header_text {
    margin-left: 10px;
    font-size: 18px;
    color: white;
  }
}

/*.w-100 {
  width: auto !important;
}*/
#loginDropdown {
  padding: 8px;
	border: 0;
}
.col-lg-12.col-xs-12.stretch-card {
  display: -webkit-inline-box;
}

@media only screen and (max-width: 600px) {
  #loginDropdown {
    /*   padding: 5px;
                            background: white;
                            color: black !important;*/
  }

  .col-lg-12.col-xs-12.stretch-card {
    display: initial;
  }
  select#find_status,
  select#select_state,
  .displaycls {
    margin-left: -15px;
  }
}
.btn-singin {
  background: #7fc9fb;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}
.navbar {
  /*   z-index should be above .close-navbar-toggler */
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.close-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.close-navbar-toggler.collapsed {
  z-index: -1;
}

.home_container{
    padding-bottom:50px;
}

.home-card-footer
{
    background: white;
    margin-bottom: 15px;
    border-bottom:1px solid rgba(0,0,0,.125);
}
.home_heading{
    font-size:20px;
}

#find_any{
    margin-left:-16px;
}
.btn_text_find{
    width: 108px;
    height: 36px;
}
.btn_find_nearby{
    margin-left:-20px;
    width: 175px;
    height: 36px;
}
.label_find_nearby{
    margin-left:-10px;
}
.helloModal{
    max-width: 95%;
}
#map{
    width: 100%;
    height: 480px;
}
.header_fixed_top{
    padding: 10px;
}
.navbar-expand-md{
    top:40px;
}
#navbar-brand{
    width:180px !important;
}
.login{
    color: #fff !important
}
.preview-list .preview-item{
	/*padding: 0.2rem 1.25rem !important;	*/
	padding: 0.687rem 1.562rem !important;
}