.colorado-listing-sec{
    padding: 0px 40px 100px;
}
.colorado-listing-sec .listing-content .listing-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 66px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    /* gap: 40px; */
}
.colorado-listing-sec .listing-content .listing-info:first-child{
    padding-top: 0px !important;
}
.colorado-listing-sec .listing-content .listing-info:last-child{
    border-bottom: unset;   
}
.colorado-listing-sec .listing-content .listing-info .mia-img img{
    height: 100%;
    width: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}
.colorado-listing-sec .listing-content .listing-info .mia-img{
    width: 408px;
}
.colorado-listing-sec .listing-content .listing-info .listing-detail{
    width: calc(100% - 408px);
    padding-left: 40px;
}

.vip-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.vip-info a{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    padding: 6px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.vip-info a img{
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.location-info {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.location-info .loc-icon{
    display: flex;
    gap: 8px;
    align-items: center;
}
.location-info .loc-icon img{
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.d-m-block{
    display: none;
}
 a.list-title:hover h3{
    color: var(--pink);
}
#filter-select .dropdown-box{
    justify-content: space-between;
    gap:20px;
}

#filter-select .united-states .select2-container {
    max-width: 350px;
    width: 340px !important;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 20px;
    width: 16px;
    height: 10px;
    background-image: url(../images/home/left-arrow-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    /* transform: rotate(-90deg); */
}
#filter-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: scaleY(-1);
    margin-top: -5px;
}
#filter-select .upload-photos .img-box.border-box::before{
    display: none;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
#filter-select .select2-dropdown {
    border: unset;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 0px !important;
    padding: 0px !important;
    box-shadow: unset;
    background-color: #FFFFFF;
}
#filter-select .select2-dropdown .select2-results__options > li, .select2-results__options--nested li {
    color: var(--black);
    
}
#filter-select .select2-results__option--highlighted{
    background: var(--black);
    color: var(--white) !important;
}
#filter-select .select2-container--default .select2-search--dropdown .select2-search__field {
    color: var(--black);
    padding: 13px 10px;
    background: unset;
}
#filter-select .select2-container--default{
    min-width: 180px;
}
#filter-select .select2-container--default .select2-selection--single{
    background: transparent !important;
    border: unset !important;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
    font-size: 20px;
    text-align: right;
}
#filter-select.small .select2-container--default .select2-selection--single .select2-selection__rendered,
#filter-select.choose .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 2px !important;
    width: 14px;
}

#filter-select .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 26px;
}
#filter-select  .select2-dropdown .select2-results__options > li, 
#filter-select  .select2-results__options--nested li{
    font-size: 18px;
    line-height: 22px;
    padding: 4px 10px;
    border: unset;
    border-radius: 40px;
}

#filter-select  .select2-dropdown{
    padding: 10px 4px !important;
    background: #f7f7f7;
}
#filter-select  .select2-dropdown ul li:last-child{
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    #filter-select .select2-container--default{
        min-width: 150px;
    }
    #filter-select .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 16px;
    }
    #filter-select  .select2-dropdown .select2-results__options > li, 
    #filter-select  .select2-results__options--nested li{
        font-size: 14px;
        line-height: 20px;
    }
}


.location-sec{
    border: 1px solid var(--pink);
    /*padding: 9px 12px 9px 32px;*/
    padding: 3px 14px 3px 14px;
    border-radius: 100px;
    /*max-width: 348px;*/
    width: 348px;
    margin: 0px auto;
    background: var(--white);
    /* display: flex;
    gap: 10px; */
}
.hero-content .select2-container .select2-selection--single{
    height: auto;
}
.location-sec .input-field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.location-sec label{
    color: rgba(44, 52, 65, 0.4);
    font-weight: 400;
    font-size: 22px;
    text-align: start;
}
.location-sec input,
.location-sec select{
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    color: #2C3441;
    padding: 0px;
    border-radius: unset;
    border: unset;
}
.location-sec input:focus,
.location-sec select:focus{
    border: unset !important;
    box-shadow: unset !important;
    outline: unset;
}
.location-sec input::placeholder,
.location-sec select::placeholder{
    color: #2C3441;
}
.location-sec .location-field{
    /* width: 40%; */
    border-right: 1px solid var(--pink);
}

.genre-field{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-icon img{
    height: 78px;
    width: 78px;
    border-radius: 50%;
}

.location-sec .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: unset;
    border-radius: unset;
}

.location-sec .select2-container .select2-selection--single .select2-selection__rendered{
    color: #2C3441;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    padding: 0px 0px !important;
    overflow: unset;
}
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.location-sec .select2-container--default .select2-selection--single {
    position: relative;
    display: inline-block;
    text-align: left;
}
.location-sec .select2-container--default .select2-selection--single::before{
    content: "";
    background-image: url("../images/icons/dropdown-icon-light.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 12px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.location-sec .select2-container{
    text-align: left;
}

.select2-dropdown {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 10px !important;
    padding: 12px !important;
    box-shadow: 0px 0px 14px  rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    opacity: 0;
}
.select2-container--default .select2-results__group{
    padding: 0;
}
.select2-container--default .select2-results>.select2-results__options{
    min-height: 390;
}
.select2-dropdown ::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}

.select2-dropdown ::-webkit-scrollbar{
	width: 2px;
	background-color: #E5E5E5;
}

.select2-dropdown ::-webkit-scrollbar-thumb{
	background-color: #000000;
}
.select2-search{
    position: relative;
}
.select2-search::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-image: url(../images/home/gray-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.select2-results__options--nested li{
    color: var(--black);
    padding: 13px 10px !important;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.select2-dropdown {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 10px !important;
    padding: 12px !important;
    box-shadow: 0px 0px 14px  rgba(0, 0, 0, 0.1);
}
.select2-results__option--highlighted{
    background: var(--black);
    color: var(--white) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    color: var(--black);
    padding: 13px 10px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    outline: unset;
}
.select2-container--open [type=search]{
    outline-offset: unset;
}

.select2-container--default .select2-results>.select2-results__options {
	padding-right: 6px;
}

.select2-dropdown .select2-results__options>li,
.select2-results__options--nested li {
	font-size: 13px;
	line-height: 16px;
	padding: 10px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 14px;
	line-height: 16px;
	padding: 12px 10px;
}

.select2-search::before {
	right: 12px;
	width: 16px;
	height: 16px;
}

.location-state .select2-dropdown .select2-results__options>li,
.location-state .select2-results__options--nested li,
.colorado-state .select2-dropdown .select2-results__options>li,
.colorado-state .select2-results__options--nested li {
	font-size: 12px;
	line-height: 15px;
	padding: 8px 6px 8px 8px;
}

.select2-results__option--highlighted{
    background-color: var(--black);
    color: var(--white) !important;
    border: 1px solid var(--black);
}

.select2-dropdown .select2-results__options > li,
.select2-results__options--nested li{
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    margin-bottom: 10px;
}

.select2-results__options--nested li{
    color: var(--black);
    padding: 13px 10px !important;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
