   .typeahead { border: 2px solid #FFF;border-radius: 4px;padding: 5px 12px;min-width: 70%;background-color: #dedede;color: #000;}
    .tt-menu { width:300px; }
    ul.typeahead{margin:0px;padding:10px 0px;}
    ul.typeahead.dropdown-menu li a {padding: 3px 10px !important;  border-bottom:#CCC 1px solid;color:#FFF;}
    ul.typeahead.dropdown-menu li:last-child a { border-bottom:0px !important; }
    .bgcolor {max-width: 550px;min-width: 290px;max-height:340px;background:url("world-contries.jpg") no-repeat center center;padding: 100px 10px 130px;border-radius:4px;text-align:center;margin:10px;}
    .demo-label {font-size:1.5em;color: #686868;font-weight: 500;color:#FFF;}
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        text-decoration: none;
        /* background-color: #f07746; */
        background-color: #DDDDFF;        
        outline: 0;
    }
    .typeahead.dropdown-menu {/* margin-left: 145px;*/width: 95%; background-color: #fff;list-style-type: none;}
    ul.typeahead.dropdown-menu li {
    /*padding-bottom: 10px; */ 
    border: none;  
    }
    
    ul.typeahead.dropdown-menu li a {text-decoration: none;border: none;width: 100%;display: block;box-sizing: border-box;color: #000;}

     .officecode {
    position: relative;
    display: inline-block;    
    width: 100%;
    }

    /*.typeahead .dropdown-item .address1 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    }*/

    .typeahead .dropdown-item .address1 {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    text-align: left;
}

    .typeahead .dropdown-item:hover .address1 {
        visibility: visible;
        padding: 5px;
        width: 100%;
        background-color: #DDDDFF;;
        /* background-color: rgb(0, 93, 165); */
        color: #000;    
    }