*{
    font-family: 'Montserrat', sans-serif;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (min-width: 992px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.widget-form {
    background: #ffa900;
    border-radius: 10px;
    padding: 35px 30px;
}

.widget-form.white {
    background: #fff;
    border: 1px solid #4b4e50;
}

.widget-form h1 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.widget-form.white h1 {
    color: #4b4e50;
    text-align: center;
    display: block;
}

.widget-form p {
    color: #fff;
    font-size: 14px;
    margin: 15px 0 0;
}

.widget-form.white p {
    color: #4b4e50;
    text-align: center;
    display: block;
}

.widget-form .select {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #777777;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}

.widget-form.white .select {
    background: #f9f9f9;
}

.widget-form .form-group p {
    margin: 0;
}

.widget-form .light-blue-btn {
    height: 40px;
    font-size: 14px;
    padding: 0 50px;
    background: #4b4e50;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.widget-form.white .light-blue-btn {
    max-width: 230px;
    width: 100%;
    padding: 0;
    display: block;
    margin: 15px auto 0;
    background: #ffa900;
}

@media screen and (max-width: 640px) {
    .widget-form .light-blue-btn {
        display: block;
        width: 100%;
    }
}

.widget-form .info {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.widget-form.white .info {
    color: #2d8ec0;
    margin: 15px auto 0;
    display: block;
    text-align: center;
}

.widget-form .control-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.widget-form.white .control-label {
    color: #4b4e50;
    margin: 15px auto 0;
    display: block;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .widget-form .info {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

.widget-form .select {
    width: 100%;
    float: none;
    border-radius: 5px;
    background: #fff;
    height: auto;
    line-height: 1;
    padding: 15px 17px;
    font-size: 16px;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 15px;
    margin-top: 20px;
}

.widget-form .select .current {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.widget-form .select:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    right: 17px;
}

.widget-form .select .list {
    min-width: 100%;
    max-width: 500px;
    max-height: 250px;
    overflow: auto;
}

.widget-form .select .list .option {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

