body {
    background: #E5E5E5;
    margin: 0px;
    height: 100%;
}

.container {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
}

.presentation-bloc {
    width: 65%;
    float: left;
}

.presentation-bg {
    background-image: url(images/pexels_julia_m_cameron_4145190_1.png);
    box-shadow: inset 0 0 0 800px rgba(44, 200, 77, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.presentation-bg:before {
    background-color: rgba(44, 200, 77, 0.8);
    content: '';
    z-index: -1;
}

.computerPic {
    max-width: 570px;
    max-height: 306px;
}

.computerDiv {
    margin-bottom: 50px;
}


/* helpers */

.text-center {
    text-align: center;
}

.pt-30 {
    padding-top: 30px;
}

.display-blck {
    display: inline-block;
}

.w100 {
    width: 100%
}

.hidden {
    display: none;
}

.socialImg {
    max-height: 25px;
    max-width: 25px;
    margin-right: 5px;
    margin-top: 10px;
}

.computerDivSmall .insta,
.computerDivSmall .fb {
    padding-top: 10px;
    padding-bottom: 60px;
}

.mail {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
}

.description {
    padding: 5px 90px;
}

.description-1 {
    margin: 0px!important;
    color: rgba(0, 0, 0, 1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 45px;
    padding-top: 0.75em;
}

.description-2 {
    font-family: 'Ubuntu', 'Light 300';
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

.description-3 {
    margin-top: 25px;
}

.description-3,
li {
    color: white;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    letter-spacing: 0;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

.headerDiv,
.footerDiv,
.computerDiv,
.center-content {
    display: flex;
    justify-content: center;
    /* For horizontal alignment */
    align-items: center;
}

.logo {
    width: 50%;
    height: 110px;
    padding-right: 100px;
}

.logoImg {
    width: 90%!important;
}

.respImg {
    width: 100%;
}

.sigle {
    width: 85px;
    height: 110px;
}

.formContainer {
    background-color: #E5E5E5;
    width: 35%;
    float: left;
}

.formElement {
    padding: 15px 20px;
    margin: auto;
}

.confirmBtn {
    background-color: rgba(44, 200, 77, 1);
    width: 100%;
    height: 45px;
    padding: 0px 40px;
    color: rgba(255, 255, 255, 1);
    font-family: Ubuntu;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
    border-width: 0px;
    cursor: pointer;
    border-radius: 53px;
    margin-bottom: 100px;
}

.block {
    display: block;
}

.confirmBtn:hover {
    background-color: rgb(38, 168, 66);
}

.input-field {
    /* min-width: 280px; */
    width: 100%;
    height: 45px;
    padding-left: 30px;
    border-width: 0px;
    font-size: 20px;
    font-family: Ubuntu;
    background-color: #fff;
    border-radius: 50px;
}

.input-field::placeholder {
    color: rgba(0, 0, 0, 1);
    opacity: 0.20;
    font-family: Ubuntu;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0;
}

.formHead {
    margin-top: 70px;
}

.first {
    background-color: tomato;
}

.input-error {
    border: 1px solid red;
}

.formHeadTitle {
    color: rgba(44, 200, 77);
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0;
    font-family: "Ubuntu";
    font-style: normal;
    line-height: initial;
}

.breakFlex {
    flex-basis: 100%;
    height: 0;
}

.computerDivSmall {
    display: none;
}

.row {
    width: 70%;
}

.selectOption {
    position: relative;
    font-family: Arial;
}

.selectOption select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    color: rgba(0, 0, 0, 1);
    opacity: 0.20;
    font-family: Ubuntu;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
}


/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    color: rgba(0, 0, 0, 1)!important;
    opacity: 0.20;
    font-family: Ubuntu;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
}


/* style the items (options), including the selected item: */

.selectOption>.input-field {
    cursor: pointer;
}

.select-items div,
.select-selected {
    width: 100%;
    padding-left: 30px;
    background-color: #fff;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    letter-spacing: 0;
    cursor: pointer;
    max-width: 90%;
    height: 35px;
    padding-left: 30px;
    font-size: 20px;
    font-family: Ubuntu;
}


/* Style items (options): */

.select-items>div {
    padding-left: 30px;
    font-size: 20px;
    padding-top: 8px;
}

.select-items {
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    z-index: 99;
}


/* Hide the items when the select box is closed: */

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: black;
    color: white;
}


/* Responsive Part */


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .presentation-bloc,
    .formContainer {
        width: 100%;
    }
    .computerPic,
    .description-1,
    .description-2,
    .description-3,
    .input-field {
        width: 100%;
    }
    .presentation-bg {
        /* all: initial; */
        background-image: unset;
        box-shadow: inset 0 0 0 800px rgba(44, 200, 77);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }
    .headerDiv {
        padding-bottom: 25px;
    }
    .logo,
    .sigle {
        max-height: 240px!important;
        height: unset;
    }
    .sigle {
        max-width: 80px;
        max-height: 150px;
        padding-right: 30px;
    }
    .logo {
        padding-right: 30px;
    }
    .logoImg {
        width: 100%;
    }
    .description {
        padding: 20px;
    }
    .description-1 {
        margin: 0px!important;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ubuntu';
        font-weight: bold;
        text-align: left;
        font-size: 35px;
        letter-spacing: 0;
    }
    .description-2 {
        font-family: 'Ubuntu', 'Light 300';
    }
    .description-3,
    li {
        color: white;
        text-align: left;
        font-size: 20px;
        letter-spacing: 0;
        font-family: 'Ubuntu';
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
    }
    .formHead {
        margin-top: 10px;
    }
    .computerDiv,
    .footerDiv {
        display: none;
    }
    .computerDivSmall {
        display: unset;
    }
    .computerDivSmall>.computerPic {
        background: -webkit-linear-gradient(bottom, rgba(44, 200, 77) 50%, #e5e5e5 50%);
    }
    .formElement {
        padding: 7px 10px;
        margin: auto;
    }
    .formHeadTitle {
        color: rgba(44, 200, 77);
        font-family: Ubuntu;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0;
        text-align: center!important;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .row {
        width: 85%;
    }
    .confirmBtn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .greenDiv {
        background-color: rgba(44, 200, 77);
        min-height: 60px;
    }
    .input-field::placeholder {
        color: rgba(0, 0, 0, 1);
        opacity: 0.20;
        font-family: Ubuntu;
        text-align: left;
        font-size: 15px;
        letter-spacing: 0;
    }
}