.content{
	padding: 15px 0px;
}

.profileList{

}

.profileList .profile{
	padding: 5px 0px;
	position: relative;
}

.profileList .profile img{
    border: 1px solid #d5d5d5;
}

.profileList .profile .multiImage{
	position: absolute;
    top: 2px;
    right: 3px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 4px 8px -2px rgba(96,96,96,.15), 0 0 1px 0 rgba(96,96,96,.31);
}

.profileList .profile .shot_price{
    position: absolute;
    bottom: 2px;
    right: 3px;
    font-size: 14px;
    color: #d52061;
    padding: 0 5px;
    line-height: 22px;
    background: #ffffff;
    
}

.modal-backdrop{
    height: auto;
}

#bottomMenu.modal{
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    outline: 0;
}

.modal.fade.in .bottomMenuBody {
  opacity: 1;
}

.bottomMenuBody {
    padding: 10px 0 12px;
    border-radius: 20px;
}

.bottomMenuBody .close {
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #ffffff;
}

.bottomMenuBody .popup-button {
  margin-top: 70px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    margin: 0;
} 

.modal-content{
    background-color: #211f1f;
    border: 1px solid #211f1f;
    border-radius: 8px;
}

.modal-header{
    padding: 0;
    color: #fff;    
    border: none;
}

.bottomMenuBody a{
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.bottomMenuBody a i{
    
} 
/************/
/***********/

.filterByPrices {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 50%;
    background: #eb338f;
    padding: 7px 5px 3px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.filterBycall {
    position: fixed;
    z-index: 99;
    right: 01px;
    top: 50%;
    background: #eb338f;
    padding: 7px 5px 3px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.filterBycall a {
    color: #fff;
}
.filterByPrices i {
    color: #dfdddd;
    text-align: center;
    font-size: 30px;
    transition: all .3s;
    text-decoration: none;    
}

#filterByPriceModal{

}

#filterByPriceModal .modal-content{
    background-color: #2c3640;
    border: 1px solid #040404;
    border-radius: 0;
}

#filterByPriceModal .modal-content .modal-header{
    padding: 8px 16px 0;
}

#filterByPriceModal .modal-content .modal-header .modal-title{

}

#filterByPriceModal .modal-content .modal-header .close {    
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

#filterByPriceModal .modal-content .form-control{
    margin-bottom: 10px;
}

#filterByPriceModal .modal-content .button{
    border: 1px solid #2c3640;
    background: #00BCD4;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    padding: 4px 0;
}

.custom-control-label{
    color: #fff;
}

.bookIcon{
    position: absolute;
    color: #fff;
    background: #E91E63;
    line-height: 15px;
    padding: 0 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    left: 0px;
    font-size: 9px;
}


.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

/*********************/

.ClickForm{

}

.ClickForm .form-control{
    
}

.ClickForm button{
    position: absolute;
    right: 4px;
    top: 14px;
    background: transparent;
    border: none;
}