    .selectpicker option
    {
            border: none;
            background-color: white;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance : none;
            color: #14B1B2;
            font-weight: bold;
            font-size: 30px;
            margin: 0;
            padding-left: 0;
            margin-top: -20px;
            background: none;
        }
    select.selectpicker
    {
            border: none;
            background-color: white;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance : none;
            color: #14B1B2;
            font-weight: bold;
            font-size: 30px;
            margin: 0;
            padding-left: 0;
            margin-top: -20px;
            background: none;
        }
        .bootstrap-select{
            width:630px !important;
            margin-left: 2rem !important;
        }