.elementor-1278 .elementor-element.elementor-element-7bdb2d2{margin-top:14px;margin-bottom:0px;padding:20px 20px 20px 20px;}:root{--page-title-display:none;}/* Start custom CSS */.letter1 {
    transform: rotate(-3deg);
}input,select{
    outline: none !important;
}.gfield_checkbox label {
    color: #fff;
    font-weight: 500;
    font-size: 18px !important;
}

.gfield_html p,.gfield_html a {
    color: #fff !important;
    font-size: 12px;
    margin: 0;
}select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  appearance: none;
}select::-ms-expand {
  display: none;
}select#issue_list {
  background-image:linear-gradient(45deg, transparent 50%, #d02329 50%),
    linear-gradient(135deg, #d02329 50%, transparent 50%);
  background-position: calc(100% - 19px) calc(1em + 20%),    calc(100% - 15px) calc(1em + 20%),    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}










select#issue_list {
    width: 82%;
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    padding: 18px 20px 18px;
}.issue_btn {
    width: 18%;
    float: right;
    font-size: 38px !important;
    font-weight: 600 !important;
    border-radius: 0;
    border: 0;
    padding: 14px !important;
    line-height: 1;
    background: #D02329;
    color: #fff;
    font-family: 'Roboto Condensed';
}
.issue_btn:hover {
    background: #bd191e;
}

@media(max-width:900px){
    select#issue_list {
    font-size: 16px !important;
    padding:13px 20px 13px;
}.issue_btn {
    font-size: 22px !important;
}
.letter1 {
    transform: rotate(-0deg);
}
}/* End custom CSS */