/*!
 * download css
 */

.rounded-half{
    border-radius: 43px;
    box-shadow: 0 0 20px 0 rgba(111, 109, 113, 0.38);
}
.rounded-half-focus{
    border-radius: 43px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.66);
    background-color: rgba(254, 254, 254, 0.06);
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {



}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px ) {



}
/*@media screen and (min-width:1900px) and (max-width: 2000px) {
    #map-tips .pro-liq{
        width:79%;
        margin-left: -14rem;
        text-align: center;
    }


    #dma-price .dma{
        width: 96%;
        margin-left: -14rem;
        text-align: right;
    }
}*/

