.inputContSpace{
    width: 100%;
    height:46px;
    background-color:transparent;    
}
.inputContSlideer{
    width: 98%;
    height: 20px;
    background-color:transparent;
    position: absolute;
    margin-top: 13px;
    margin-left: 1%;

}
.inputContSlideer:hover{
    cursor: pointer;
}
.txt{
    width: 100%;
    height: 25px;
    position: absolute;
    margin-top: 10px;
        
}
.nameInputSpan{
    color: #333;
}

.dropDpwnCont{
    height: 25px;
    border:1px solid #fff;
    float: left;
   
}
.phoneNumberArrow{
    width: 25px;
    height: 25px;
    background-image: url('../img/arrow-down.gif');
    background-size: 25px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
.dropInitial{
    border: 1px solid #fff;
     
}
.groupDropDown{
    width: 100%;
    height: 25px;
    position: absolute;
    margin-top: 10px;
    display: none;
}