.newmobilebtns__item2 {
    /*position: relative;*/
}
.custom-dropdown {
    position: absolute;
    bottom: 100px;
    /*left: 50%;*/
    left:0;
    /*transform: translateX(-50%);*/
    background: #ffffff;
  /*  background: #AD5A55;*/
    /*border-radius: 10px;*/
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: none;
    flex-direction: column;
    min-width: 100%;
    z-index: 9999;
}

.custom-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
  /*  border-top-color: #AD5A55;*/
    border-top-color: #ffffff60;
}

.custom-dropdown.place_cemetery::after {
    left:83.3%;
}
.custom-dropdown.consultation_24_7::after {
    left:50%;
}
.custom-dropdown.psychological_support::after {
    left:16.7%;
}

.dropdown-link {
    display: block;
    padding: 15px;
 /*   color: #fff;*/
    text-decoration: none;
    line-height: 1;
    
    color: #fff !important;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;    
    font-family: "Open Sans",Arial,sans-serif;
}


.dropdown-link:first-child { background-color: #dc1b2b; border-radius:0;}
.dropdown-link:last-child { border-bottom: none; background-color: #114c8c; border-radius:0;}
.dropdown-link:active { background: #eee; }
@media screen and (max-width: 1024px) {
    body .newmobilebtns2 {
        z-index: 9999;
    }
}