.book-a-stand-form {
    padding-top: 30px;
}


.form-control,
.form-select,
.select2-selection__rendered {
    height: 49px;
    line-height: 42px;
    width: 100%;
    margin: 0;
    border: 1px solid #e4e4e4;
    outline: 0;
    font-weight: 400;
    font-family: inherit;
    border-radius: 0;
    padding: 0 15px;
    background-color: #fafafa;
    color: #111111;
    transition: 0.2s;
    box-shadow: none;
    font-size: 15px;
    vertical-align: middle;
}

.select2-container {
    max-width: 100%;
}

textarea.form-control {
    height: 222px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    padding-block: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-width: 100%;
}

.form-control:focus,
.form-select:focus,
.select2-selection__rendered:focus {
    border: 1px solid #111111;
    box-shadow: none;
}

.select2-selection__rendered:focus {
    border: 1px dotted;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 20px;
}

.form-control::placeholder {
    color: #666;
    opacity: 1;
}

label {
    margin-bottom: 1.6em;
    color: rgb(75, 79, 88);
    font-size: 15px;
}

#e1 {
    background: url(../images/down-arrow.png) no-repeat center right;
    background-size: 15px;
    background-position: 98%;
}


.form-submit-btn {
    background-color: #00391d;
    color: #fff;
    border: none;
    padding: 10px 23px;
    border-radius: 2px;
    &:hover

{
    background-color: #5cb2cb;
    color: #fff;
}

}

/* download-brochure-form start here */
.download-brochure-form {
    max-width: 600px;
    margin-inline: auto;
    .select2-container .select2-selection--single .select2-selection__rendered, .form-control, .form-select

{
    background-color: #d0eaa100;
    border: none;
    border-bottom: 1px solid #000;
    &:focus

{
    border: 1px solid #000 !important;
}

}

.select2-container--focus.select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid #000 !important;
}

}



/* download-brochure-form End here */


/* reg-form-wrapper start here */
.reg-form-wrapper {
    padding: 60px 0;
    p

{
    font-size: 18px;
}
}
