#module-videocall-landing.sub-page #header {
    margin-bottom: 0;
}

.banner-image {
    background-color: #ffffff;
    background-image: url("/modules/videocall/views/img/videocall_banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    max-height: 50vh;
    padding: 100px 15px;
}

.landing-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 50px 0;
}

.landing-left,
.landing-right {
    width: 50%;
}

.landing-left {
    padding-right: 40px;
}

.landing-right {
    padding: 101px 0 40px 35px;
}

.landing-background {
    background-image: -o-linear-gradient(right, #1a569e 50%, white 50%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #1a569e), color-stop(50%, white));
    background-image: linear-gradient(to left, #1a569e 50%, white 50%);
}

h1.landing-title {
    color: hsl(357, 74%, 47%);
    font-size: 40px;
    margin: 0 0 50px 0;
}

.landing-left p,
.landing-left li {
    text-align: justify;
    color: #555;
    font-size: 16px;
    line-height: 1.4em;
}

.landing-content select.time_select,
.landing-content .custom_input {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: white !important;
    padding: 10px 0 15px;
    height: unset;
    max-height: unset;
    display: block;
}

.landing-content select.time_select {
    padding: 10px 0 12px;
    height: unset !important;
}

.landing-content select.time_select option {
    color: initial
}

.landing-content .custom_input::-webkit-input-placeholder {
    color: white !important;
    font-weight: 300;
}

.landing-content .custom_input::-moz-placeholder {
    color: white !important;
    font-weight: 300;
}

.landing-content .custom_input:-ms-input-placeholder {
    color: white !important;
    font-weight: 300;
}

.landing-content .custom_input::-ms-input-placeholder {
    color: white !important;
    font-weight: 300;
}

.landing-content .custom_input::placeholder {
    color: white !important;
    font-weight: 300;
}

.landing-content .custom_input:focus {
    background: transparent;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0 -1px 0 0 white inset;
    box-shadow: 0 -1px 0 0 white inset;
}

.landing-content label {
    color: white;
}

.landing-content .checkbox_item_wp .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}

.custom_input.checkbox {
    margin: 0 5px 0 0;
}

.landing-content .checkbox_item_wp label {
    font-size: 13px;
}

.landing-content #submitForm {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 400;
    width: calc(100% - 10px);
    margin: 10px 5px 0;
    border-radius: unset;
}

@media screen and (max-width: 991px) {
    .landing-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
    }

    .landing-left,
    .landing-right {
        width: 100%;
    }

    .landing-left {
        padding: 50px 20px 30px;
        margin: -50px 0 0;
        background: white;
    }

    .landing-background {
        background: #1a569e;
    }

    .landing-right {
        padding: 40px 20px 0;
    }
}

@media screen and (max-width: 640px) {
    .landing-left {
        margin: -50px 0 30px;
    }
}


/* Banner */
.banner-background {
    padding: 15px 0;
    background: #1a569e;
}

.banner-content {
    color: white;
    text-transform: uppercase;
    font-family: "Conv_Ailerons-Typeface";
    font-weight: 200;
    font-size: 23px;
    text-align: center;
}

.banner-content a {
    color: white;
    text-decoration: underline;
}

/* CTA */
.ask-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ask-info-container .videocall-cta {
    background-color: #1a569e;
    border: #1a569e;
}

.ask-info-container .reqInfoBtn,
.ask-info-container .videocall-cta {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    white-space: revert;
    text-align: center;
    padding: 0.25rem 1rem;
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#gformbuilderpro_30 {
    margin-top: 13px;
}