.form-sectn{padding: 0 0 50px;}

form#form-help input {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    height: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #D1D1D1;
}

input.form-control.button-submit {
    display: inline-block;
    padding: 15px 58px 19px !important;
    width: auto;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #FF0F0F 0%, #FF4849 100%);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #fff;
}

section.form-sectn h1, section.form-sectn h3 {
    font-weight: 800;
}

section.form-sectn h3{margin-bottom: 40px;}

/*.left-form {*/
/*    padding-right: 60px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-self: center;*/
/*}*/

textarea#usermessage {
    width: 100%;
    border: none;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    height: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #D1D1D1;
    margin-top: 5px;
}

select#userbudget {
    width: 100%;
    border: none;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    height: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #D1D1D1;
}

.form-controls input[type="checkbox"] {
    height: auto !important;
}

input.form-control.button-submit {
    border-radius: 50px !important;
}

ul.contact-social-icons {
    list-style: none;
    padding-left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*background: #f8f4f4;*/
    padding: 20px;
}

ul.contact-social-icons li a img {
    width: 40px;
    margin-right: 10px;
}

ul.contact-social-icons li {
    margin-bottom: 20px;
}

ul.contact-social-icons li a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.left-form{padding-right: 0px !important;}

.main-social-form {
    background: #373636;
    padding: 40px !important;
    color: #fff;
}

ul.contact-social-icons {
    margin-bottom: 0px;
}

ul.contact-social-icons li:last-child {
    margin-bottom: 0px;
}

.right-form{padding-left: 30px;}

ul.contact-social-icons li a img {
    transition: all 0.3s ease-in-out;
}

ul.contact-social-icons li a:hover img {
    transform: scale(1.1);
    box-shadow: 0px 0px 5px #dddbdb;
    border-radius: 50%;
}

form#form-help input[type="text"], form#form-help input[type="email"], form#form-help select, form#form-help textarea {
    font-size: 15px;
    color: #7b838a;
}

form#form-help label {
    font-size: 17px;
}

select#countries {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #ccc;
}

input#social-info-block {
    font-size: 20px;
    width: 77%;
}

select#id_select2_example {
    width: 20%;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    height: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #D1D1D1;
}

.social-info-block-outer{
    display: flex;
    justify-content: space-between;    
}

.dropdown .select-media-inner a {
    background: transparent;
    display: block;
    padding-right: 0px;
    border: none;
    width: 150px;
    border-bottom: 1px solid #ccc !important;
}

.dropdown .select-media-dropdown, .dropdown .select-media-inner {
    margin: 0px;
    padding: 0px;
}

.dropdown .select-media-inner a span {
    cursor: pointer;
    padding: 15px 0px;
    color: #757575;
    font-size: 20px !important;
    display: inline-block;
    width: 100%;
}

.select-media-inner i {
    font-size: 12px !important;
    float: right;
    position: relative;
    top: 5px;
}

.dropdown .select-media-dropdown {
    background: #fff;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 65px;
    width: auto;
    min-width: 160px;
    list-style: none;
}

.dropdown .select-media-dropdown li a {
    padding: 10px 5px;
    display: block;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 0;
    width: 30px;
    margin-right: 10px;
}

.dropdown a, .dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.left-form.right-form {
    padding-left: 40px !important;
}

input.form-control.button-submit {
    margin-bottom: 0px !important;
    margin-top: 20px;
}

form#form-help {
    padding: 20px;
    background: #fff;
    border-radius: 9.062px;
    background: #F8FCFF;
    background: rgba(255, 255, 255, 0.1);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}

form#form-help h4 {
    color: #000 !important;
    letter-spacing: 1px;
    font-weight: 800 !important;
    font-size: 22px !important;
}
.banner-right {
    position: relative;
    overflow: hidden;
}

.banner-right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background: linear-gradient(94.07deg, #F0660A 0%, #000283 100%);
    filter: blur(123px);
    z-index: -1;
    top: 79px;
}
.form-controls a {
    color: rgba(2, 164, 255, 1);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 36px;
}