.coco_say_hello_form .et_pb_contact_form_container .et_contact_bottom_container button.et_pb_contact_submit:before {
    content: "";
    display: block;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 46px !important;
    height: 100% !important;
    background-color: #ff4364;
    border-radius: 50px;
    z-index: -1 !important;
    transition: 0.3s;
    position: absolute !important;
}

.coco_say_hello_form .et_pb_contact_form_container .et_contact_bottom_container {
    background-color: #fff;
    padding: 21px 38px 0;
    position: absolute;
    bottom: -16px;
    right: 35px;
}

.coco_say_hello_form .et_pb_contact_form_container .et_contact_bottom_container button.et_pb_contact_submit:hover:before {
    width: 100% !important;
}

.coco_say_hello_form .et_pb_contact_form_container .et_pb_contact {
    position: static;
}

.coco_say_hello_form .et_pb_contact_form_container form {
    margin: 0 !important;
}

.coco_say_hello_form .et_pb_contact_form_container form p.et_pb_contact_field_half.et_pb_contact_field_last {
    margin-right: 0 !important;
}

.coco_say_hello_form .et_pb_contact_form_container form p.et_pb_contact_field_half {
    width: 42.5%;
    margin-right: 15%;
}

.coco_say_hello_form .et_pb_contact_form_container form p select {
    padding: 14px 0 !important;
}

.coco_say_hello_form .et_pb_contact_form_container form p {
    padding: 0 !important;
    margin-bottom: 38px !important;
    position: relative;
}

.coco_say_hello_form .et_pb_contact_form_container form p:nth-child(2):before {
    content: "";
    display: block;
    width: 100%;
}

.coco_say_hello_form .et_pb_contact_form_container form p[data-type="select"]:after {
    content: "\33" !important;
    font-family: "ETmodules" !important;
    height: auto !important;
    width: auto !important;
    border: 0;
    font-size: 22px;
    color: #fff;
    line-height: 100%;
    right: 10px;
}

.coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"]:after {
    content: "\33" !important;
    font-family: "ETmodules" !important;
    height: auto !important;
    width: auto !important;
    border: 0;
    font-size: 22px;
    color: #8caeae;
    background-color: #fff;
    border-radius: 50%;
    line-height: 100%;
    padding: 7px;
    top: 13px;
    transform: none;
    right: 0;
}

.coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"] {
    margin-bottom: 28px !important;
    display: inline-block;
    float: left;
}

.coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"] select {
    padding: 0 !important;
    letter-spacing: 2.1px;
    margin-left: -8px;
    display: inline-block;
    width: auto;
    padding-right: 40px !important;
}

body.et-fb .coco_say_hello_form .et_pb_contact_form_container form p select[data-original_id="sayhello"] {
    max-height: none !important;
}
.coco_say_hello_form .et_pb_contact_form_container form p:not([data-id="sayhello"]) select,
.coco_say_hello_form .et_pb_contact_form_container form p:not([data-id="sayhello"]) input,
.coco_say_hello_form .et_pb_contact_form_container form p:not([data-id="sayhello"]) textarea {
    max-height: 48px;
}

body:not(.gecko) .coco_say_hello_form .et_pb_contact_form_container form p select option {
    color: #2b2b33 !important;
    font-size: 16px !important;
}

.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]) label {
    display: block !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 120%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    z-index: 15;
}

.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]):after {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ff4364;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -ms-transform-origin: left;
    transform-origin: left;
}

.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]):hover:after {
    animation: loop-line 1s infinite;
}

.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]).filled:after,
.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]).focus:after {
    animation: none !important;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]):hover label,
.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]).filled label,
.coco_say_hello_form .et_pb_contact_form_container p:not([data-type="select"]).focus label {
    transform: translate(0px, -30px);
    color: #ff4364 !important;
    font-size: 11px;
    text-transform: uppercase;
}

#page-container .coco_say_hello_form .et_pb_contact_form_container p textarea::-webkit-input-placeholder,
#page-container .coco_say_hello_form .et_pb_contact_form_container p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .coco_say_hello_form .et_pb_contact_form_container p textarea::-moz-placeholder,
#page-container .coco_say_hello_form .et_pb_contact_form_container p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .coco_say_hello_form .et_pb_contact_form_container p textarea:-ms-input-placeholder,
#page-container .coco_say_hello_form .et_pb_contact_form_container p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .coco_say_hello_form .et_pb_contact_form_container p textarea:-moz-placeholder,
#page-container .coco_say_hello_form .et_pb_contact_form_container p input:-moz-placeholder {
    color: transparent !important;
}

#page-container .coco_say_hello_form .et_pb_contact_form_container form textarea:-webkit-autofill:hover,
#page-container .coco_say_hello_form .et_pb_contact_form_container form textarea:-webkit-autofill:focus,
#page-container .coco_say_hello_form .et_pb_contact_form_container form textarea:-webkit-autofill,
#page-container .coco_say_hello_form .et_pb_contact_form_container form input:-webkit-autofill:hover,
#page-container .coco_say_hello_form .et_pb_contact_form_container form input:-webkit-autofill:focus,
#page-container .coco_say_hello_form .et_pb_contact_form_container form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #2b2b33 inset !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
}


.coco_say_hello_form .et_pb_contact_form_container p[data-type="checkbox"]:after{
    display: none !important;
}

.coco_say_hello_form .et_pb_contact_form_container form p[data-type="checkbox"] .et_pb_contact_field_options_wrapper{
    margin-top: 10px;
}
.coco_say_hello_form .et_pb_contact_form_container form p[data-type="checkbox"] label{
    position: static !important;
    top: 0;
    transform: none !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
}

@keyframes loop-line {
    0% {
        transform-origin: left;
        animation-fill-mode: forwards;
        transform: scaleX(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        transform-origin: left;
        transform: scaleX(1)
    }
    50.001% {
        transform-origin: right;
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        transform-origin: right;
        transform: scaleX(0)
    }
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .coco_say_hello_form .et_pb_row {
        width: 90% !important;
    }

    .coco_say_hello_form .et_pb_contact_form_container .et_pb_contact_main_title {
        left: 9% !important;
    }
}

@media only screen and (max-width: 980px) {

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"]:after {
        top: 0 !important;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"] .input {
        font-size: 40px !important;
    }

    .coco_say_hello_form .et_pb_contact_form_container .et_pb_contact_main_title {
        left: 20px !important;
        top: 65px;
    }

    body .coco_say_hello_form .et_pb_contact_form_container:before {
        top: 15px !important;
        right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .coco_say_hello_form .et_pb_contact_form_container .et_pb_contact_main_title {
        position: static !important;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p.et_pb_contact_field_half {
        width: 45%;
        margin-right: 10%;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"] .input {
        font-size: 30px !important;
        margin-left: 0;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"]:after {
        margin: 0 !important;

    }

}

@media only screen and (max-width: 480px) {
    .coco_say_hello_form .et_pb_contact_form_container form p.et_pb_contact_field_half {
        width: 100%;
        margin-right: 0;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"] .input {
        font-size: 18px !important;
        margin-left: 0;
    }

    .coco_say_hello_form .et_pb_contact_form_container form p[data-id="sayhello"]:after {
        padding: 2px;
        font-size: 18px;
    }

    .coco_say_hello_form .et_pb_contact_form_container .et_contact_bottom_container {
        padding: 10px 16px 0;
    }

    .coco_say_hello_form .et_pb_contact_form_container {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}