
.dropdown-btn{
    border-bottom: 2px solid;
    padding: 5px 15px 8px 60px;
    font-size: 18px;
    color: lightgrey;
    width: 375px;
    background-size: 27px;
    background-repeat: no-repeat;
    font-family: Montserrat-Regular;
    background-position: initial;

}

.name{
    background-image: url(/images/homepage/name.png);
}

.postal{
    background-image: url(/images/homepage/map.png);
}

.skyline{
    background-image: url(/images/homepage/skyline.png);
	background-size: 27px;
    			background-repeat: no-repeat;
   				 background-position: 0px;
    			width: 375px; 
				text-align: left;    padding: 5px 15px 8px 60px !important;
    			font-size: 18px;
    			color: lightgrey;
    			text-align: left;
}
.skyline::placeholder{
	color: lightgrey;
}
.home{
    background-image: url(/images/homepage/home.png);
}

.experience{
    background-image: url(/images/homepage/experience.png);
}



.birth_country{
    background-image: url(/images/homepage/bith_country.png);
}

.salary{
    background-image: url(/images/homepage/dollar.png);
}


.calendar{
    background-image: url(/images/homepage/calendar.png);
}

.sex{
    background-image: url(/images/homepage/sex.png);
}
.age{
    background-image: url(/images/homepage/age.png);
}


.border-btm{
    border-bottom: 2px lightsteelblue;
}

.dropdown-toggle::after {
    margin-left: 5.255em !important;
    margin-top: 12px !important;
    margin-right: -3px !important;
    float: right !important;
}

.m-top{
    margin-top: 10px;
}

.txt-left {
    text-align: left;
}

.home{
    background-image: url(/images/homepage/home.png);
}


.user-image {
    width: 25%;
.pd-0{
    padding: 0;
}

search-name {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    margin-top: 5px;
    margin-right: 31px;
    font-family: Montserrat;
}


.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}

.list-inline-item {
    display: inline-block;
}

.dollar {
    color: #000; 
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    margin-right: 31px;
    font-family: Montserrat;
}
	
	
 
@media screen and (max-width: 639px){

    .user-image{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: top;
        margin: 10px
    }
}
