.filter-button {
  outline: 0;
  font-family: "Montserrat",Helvetica, Arial, sans-serif;
  background-color: #000;
  border-radius: 0;
  padding: 15px 0;
  font-size: 18px;
  outline: 0;
  color: FFF;
  border: 1px solid transparent;
}

.filter-button.active {

    outline: 0;
    font-family: "Montserrat",Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 0;
    border-bottom: 3px solid #b82025;
    font-size: 18px;
    outline: 0;
    box-shadow: none;
    color: #b82025;
}

.filter-button:hover,
.filter-button:focus {
  outline: 0;
}

.hoc_icon {
  position: absolute;
  left: 1%;
  top: 1%;
  width: 70px!important;
}

.dropdown-toggle::after {
    color: gold;
}


.main_filter {
    width: 100%;
    outline: 0;
    font-family: "Montserrat",Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    outline: 0;
    box-shadow: 0px 0px 10px 0px #e1e1e1;
    margin-top: 30px;
    margin-bottom: 30px;
}




@media (max-width:992px) {

      .hide-tablet{
        display:none
    }
    .hide-mobile{
        display: none !important;
    }

       .dropdown-toggle {
        width: 100%;
        background: #fff;
        padding: 15px 20px;
        text-transform: uppercase;
        border-radius: 15px;
        font-size: 18px;
    }

    .dropdown-toggle span {
        position: relative;
        z-index: 3;
        font-size: 14px;
        font-weight: 500;
        color: #4a4a4a;
        text-transform: capitalize;
        margin-bottom: 0;
        display: inherit;
        font-family: "Roboto", sans-serif;
    }

    .dropdown-toggle.focus, .dropdown-toggle:focus {
        outline: 0;
        box-shadow: none;
    }

    .dropdown-menu, .filter-button, .filter-button.active { 
        width: 100%; 
    }

    .filter-button, .filter-button.active {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        background-color: white;
    } 
    .filter-button.active{
        background-image:none !important;
        /* border-bottom: 1px solid gold; */
    }
    .filter-button{
        color: black;
    }

    }



    @media (min-width:992px) {
    .hide-desktop{
        display: none !important;
    }
}

@media (min-width:1024px) {
     .hide-desktop{
        display:none
    }

}


@media (max-width:480px) {

    .filter-button, .filter-button.active {
        margin-top: 15px;
        width: 45%;
        font-size: 14px;
        margin-bottom: 0px;
    }


    .dropdown-toggle {
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .dropdown-toggle span {
        position: relative;
        z-index: 3;
        font-size: 14px;
        font-weight: 500;
        color: #4a4a4a;
        text-transform: capitalize;
        margin-bottom: 19px;
        display: inherit;
        font-family: "Roboto", sans-serif;
    }


.filter-button.active {
    background-image: none !important;
    padding: 8px 30px 8px;
    border-bottom: 0;
}

.btn {
    border: 0!important;
}

    .dropdown-toggle.focus, .dropdown-toggle:focus {
        outline: 0;
        box-shadow: none;
    }

    .dropdown-menu, .filter-button, .filter-button.active { 
        width: 100%; 
    }

    .filter-button, .filter-button.active {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .custom-control-label { 
        font-size: 11px;
    }

  }

.btn1 {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 250px;
    background-color: #FFF;
    text-transform: uppercase;
    font-family: "Montserrat",Helvetica, Arial, sans-serif;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 180px;
    background-color: #CCC;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.justify-content-center {
  display: flex;
  justify-content: center;
}





.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

