input,
    input.form-control,
    textarea {
        margin-bottom: 0 !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 0px 30px !important;
        margin-top: 3px !important;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid #e4e6ef 1px !important;
    }

    .select2-container--default .select2-selection--multiple {
        background-color: white !important;
        border: 1px solid #e4e6ef !important;
        border-radius: 4px !important;
        cursor: text !important;
        padding-bottom: 5px !important;
        padding-right: 5px !important;
        position: relative !important;
    }


    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 !important;
    }

    .select2-container--default .select2-selection--single {
        border-color: #e4e6ef !important;
        box-shadow: none !important;
        font-size: 14px !important;
        height: 44px !important;
        border-radius: 0.65em !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder{
        color: #a1a5b7 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px !important;
    }
    .form-control:focus{
        color: #a1a5b7 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered{
        color: #5e6278 !important;
    }
    .margin-left-right{
        margin: 0 25%;
    }
   
    .blur {
        width:100%;
        height:auto;
        background-size:cover;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        -o-filter: blur(4px);
        filter
        : blur(4px);
    }
    @media (max-width: 912px){
        .margin-left-right{
            margin: 0 15px;
        }

    }
    @media (max-width: 767.98px){
        .select2-container--default .select2-selection--single {
            font-size: 13px !important;
        }
    }