.contact_us {
    background: #fff;
}

.contactUsTopImg {
    background         : url(/skins/theme1/media/images/contact_us_top_img.svg), #fff;
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: right;
    align-items        : center;
    width              : 100%;
    margin             : 0;
    height             : 100vh;
    text-align         : center;
    color              : #fff;
}

.contact_number {
    border       : 1px solid #FF963B;
    padding      : 15px 20px;
    margin       : 0 10px;
    border-radius: 6px;
}

.contact_number i {
    font-weight: lighter;
}

.contact_us_form_container {
    position        : relative;
    bottom          : 180px;
    background-color: #F0F0F0;
    border-radius   : 20px;
    padding         : 80px 0;
}

.contact_us h1 {
    font-size     : 50px;
    font-weight   : bold;
    letter-spacing: 1px;
    line-height   : 64px;
    text-align    : center;
    text-transform: uppercase;
}

.contact_us a,
.orange_color {
    color: #FF963B;
}

.contact_us p {
    font-size     : 32px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
    text-align    : center;
}

.vl {
    border-left: 1px solid #FF963B;
    height     : 152px;
    position   : relative;
    margin-top : 30px;
    text-align : center;
    display    : inline-block;
    z-index    : 1;
}

.contact_us_form {
    background: #6374FF;
    padding   : 30px 0;
}

.contact_us_form input,
.contact_us_form select {
    min-height   : 40px;
    border-radius: 6px;
    border       : none;
}

.contact_us_form input[type=text],
.contact_us_form select {
    width: 100%;
}

.contact_us_form label {
    color         : #444444;
    font-size     : 16px;
    letter-spacing: 0;
    line-height   : 19px;
}

.contact_form_bloc {
    margin: 10px 0;
}

.contact_us_form textarea {
    border       : 1px solid #A8A8A8;
    color        : #444444;
    border-radius: 6px;
}

/* Select */

.publication_type {
    margin: 20px 0;
}

.publication_type_option {
    border-radius: 6px;
    border       : 1px solid #2204AF;
    height       : 50px;
    display      : flex;
    margin       : 10px 0;
    align-items  : center;
    padding-left : 25px;
}

.publication_type label {
    color         : #2204AF;
    text-transform: uppercase;
}

.publication_type input {
    min-height: 0;
}

.publication_type .selected_radio {
    background: #2204AF;
    color     : #fff;
}

.publication_type .selected_radio label {
    color: #fff;
}

.contact_form_bloc p {
    font-size     : 16px;
    letter-spacing: 0;
    line-height   : 19px;
    text-align    : left;
    color         : #444444;
    font-weight   : 400;
}

.send_icon {
    margin-left: 20px;
}

.try_it_now_success_msg {
    color           : #155724;
    background-color: #d4edda;
    border-color    : #c3e6cb;
    position        : relative;
    padding         : 0.75rem 1.25rem;
    margin-bottom   : 1rem;
    border          : 1px solid transparent;
    border-radius   : 0.25rem;
}

.try_it_now_success_msg_container {
    margin          : 0 20px;
    position        : relative;
    bottom          : 340px;
    background-color: #F0F0F0;
    border-radius   : 20px;
    padding         : 80px;
}

.try_it_now_success_msg_container p {
    font-size : 20px;
    text-align: center;
}

p.try_it_now_success_msg_container_title {
    text-transform: uppercase;
    font-size     : 38px;
    margin-top    : 30px;
}

.publication_type .selected_element {
    background-color: #2204AF;
    color           : #fff;
}

@media screen and (max-width: 600px) {
    .contact_us_form_container {
        bottom: 160px;
    }

    .try_it_now_success_msg_container {
        margin          : 0 20px;
        position        : relative;
        bottom          : 140px;
        background-color: #F0F0F0;
        border-radius   : 20px;
        padding         : 20px;
    }

    .contact_number {
        display: block;
        margin : 10px;
    }

    .contact_us h1 {
        font-size    : 35px;
        line-height  : 40px;
        margin-bottom: 20px;
    }

    .contact_us p {
        font-size  : 25px;
        line-height: 25px;
    }

    .vl {
        height    : 40px;
        margin-top: 0px;
    }

    .contactUsTopImg {
        background         : linear-gradient(0deg, rgba(16, 0, 99, 0.6), rgba(16, 0, 99, 0.6)), url(/skins/theme1/media/images/contact_us_top_img.svg);
        background-repeat  : no-repeat;
        background-size    : cover;
        background-position: right;
    }

    .contact_form_bloc p {
        font-size     : 16px;
        letter-spacing: 0;
        line-height   : 19px;
        text-align    : left;
        color         : #444444;
        font-weight   : 400;
    }

    .contact_form_bloc {
        margin: 20px 0;
    }

    .publication_type {
        margin-top: 20px;
    }
}