.searchbar {
    margin-top: 75px;
}
.bg-white {
	background: #ffffff !important;
	background-color: #ffffff !important;
}

.bg-primary {
	background: #FF7722 !important;
	background-color: #FF7722 !important;
}

.bg-primary-5 {
	background: #FF77220D !important;
	background-color: #FF77220D !important;
}
img {
    max-width: 100%;
}

/*Navbar*/
.navbar .navbar-nav{
    margin-left: 108px;
}
.navbar .navbar-nav .nav-item{
    margin-right: 30px;
}
.navbar .navbar-nav .nav-item:last-child{
    margin-right: 0;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding: 10px;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    text-decoration: none !important;
}
.navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
height: 2px;
    border-radius: 5px;
background: #FFF;
    transition: all 0.3s ease-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before{
    width: 10px;
}
.navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 10px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    border-color: #fff;
}
.navbar .login-btn-mobile{
    display: none !important;
}
.navbar .login-btn-desktop{
    display: block !important;
}
.navbar .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle{
    padding-right: 40px;
}
/*Navbar*/

.select2-results__option, .dropdown-item {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 14px 0 !important;
    white-space: normal;
    border-bottom: 1px solid #E6E6E6 !important;
}

.dropdown:not(.nav-item) {
    width: 100% !important;
    min-width: 150px;
}

.dropdown-toggle:not(.nav-link) {
    border-radius: 2px;
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(51,51,51,.1);
    cursor: text;
    z-index: 9;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05) !important;
    top: 0;
    padding: 14px 20px;
    padding-right: 20px !important;
    left: 0;
}
.dropdown-toggle::after {
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
    position: absolute;
    right: 20px;
    top: -3px;
    bottom: 0;
    margin: auto !important;
    content: '';
}
.dropup .dropdown-toggle::after {
    border-right: 0;
    border-bottom: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.dropdown-toggle:hover {
    text-decoration: none !important;
}
.btn-primary.dropdown-toggle::after{
    border-color: #fff;
}

.dropdown-menu {
    min-width: 250px;
    /*max-height: 400px;*/
    width: 100%;
    border: 0;
    padding: 0 14px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.10);
   right: 0 !important;
  left: auto !important;
    max-height: 270px;
  overflow-y: auto;
}

.dropdown-menu > .dropdown-item:last-child{
    border-bottom: 0;
}
.dropdown-menu >  li:last-child .dropdown-item{
    border-bottom: 0;
}

a, .link {
    color: #FF7722;
    transition: all 0.3s ease-out;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected,
.select2-results__option.active, .select2-results__option:active,
.dropdown-item.active, .dropdown-item:active {
    color: #FF7722 !important;
  background-color: transparent !important;
  font-weight: 600;
}


.btn {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FF7722;
    letter-spacing: 0;
    text-align: center;
    padding: 12px 22px;
    border-radius: 2px;
    min-width: 100px;
    height: 50px;
    transition: all .3s ease-out;
    white-space: nowrap;
/*
    display: flex;
    align-items: center;
    justify-content: center;
*/
}

.btn.btn-sm {
    padding: 12px 18px;
    height: 40px;
    line-height: 13px;
}

.btn-white-outline:not(:disabled):not(.disabled).active, .btn-white-outline:not(:disabled):not(.disabled):active, .show>.btn-white-outline.dropdown-toggle, .btn-white-outline {
    background: transparent !important;
    border: 2px solid #FFF !important;
    color: #fff !important;
}

/*Footer*/

footer{
    background-color: #fff;
    border-top: 1px solid #C4C4C4;
    padding: 20px 0 50px 0px;
}
footer .footer-text{
     color: rgba(51, 51, 51, 0.50);
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

footer .footer-link li a{
    color: rgba(51, 51, 51, 0.50) !important;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;

}
footer .footer-link li{
    border-right: 1px solid #C4C4C4;
    margin-right: 16px;
    padding-right: 16px;
}
footer .footer-link li:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

footer .social-link li{
   margin-left: 40px;
}
footer .social-link li:first-child{
   margin-left: 0;
}
footer .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #999999 !important;
}
footer .social-link li a:hover{
    text-decoration: none;
}
/*Footer*/

.solid-btn {
    margin-right:0px !important;
}
.group-add .dropdown-toggle  {
    background-color: #FF7722 !important; 
}

.query_bulder {
    background-color:#fff !important;
}
