
.bg-section {
    background-color: var(--section-bg);
}
.outline-none {
  outline: none !important;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

.custom_dropdown_wrapper {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.custom_dropdown_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  /* height: 100%; */
  z-index: 2;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  display: none;
  background: #fff;
}
.custom_dropdown_list{
    max-height: 200px;
    overflow-y: auto;
	background: #fff;
}
.custom_dropdown_item {
  padding: 8px 6px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.custom_dropdown_item:last-child {
  border-bottom: none;
}

.selected_text{
	padding: 6px 6px;
    float: left;
    width: 95px;
    text-align: left;
}

.custom_dropdown_search{
	    text-align: center;
		    border: 1px;
	border-color: rgba(0,0,0,.4)!important;
}
.searchicon{
	xbackground:url(../images/search.jpg);
	    border: 0px!important;
	box-shadow: none!important;
}
.iconserch{
    font-size: 2rem;
}

input[type="search"] {
    -webkit-appearance: none;
    padding: 5px;
}

.form-control {
	font-size: 14px!important;
	font-family: 'Gotham-Medium'!important;
	padding: 0px!important;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
#searchbrnd{
	/* margin-top:5px; */
	width: 100%;
    margin: 5px 10px;
}
.custom_dropdown_list a{
    font-size: 14px;
	color: #444;
}
.center{
    text-align: center;
}