﻿.drpbtn {
    font: 400 14px/39px 'Montserrat', sans-serif;
    color: #fff;
    white-space: nowrap;
    display: block;
    background: 0;
    border: 0;
    width:100%;
}

    .drpbtn:hover, .drpbtn:focus {
        color: #ef7e1a;
    }

.chevron::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 14px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    transform: rotate(135deg);
}

    .drpdown {
        position: relative;
        display: inline-block;
    }

.drpdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 210px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

    .drpdown-content a {
        color: black !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.drpdown a:hover {
    background-color: #ddd;
    color:#000000;
}

.showdrpmenu {
    display: block;
}


@media only screen and (max-width: 990px) {
    .drpbtn {
        font: 400 16px/46px 'Montserrat', sans-serif;
        color: #fff !important;
        padding: 0 10px;
        margin: 0;
        text-transform: capitalize;
        text-align:left;
    }

    .chevron::before {
        top: 16px;        
    }
}

.drpbtn1 {
    font: 400 14px/39px 'Montserrat', sans-serif;
    color: #fff;
    white-space: nowrap;
    display: block;
    background: 0;
    border: 0;
    width: 100%;
}