* {
    background-color: transparent;
}

@media (min-width:900px) {

    .body_1ac_x {
        display: flex;

        flex-direction: row;
    }

}

@media (max-width:900px) {

    .body_1ac_x {
        display: flex;
        flex-direction: column;

        width: 100%;
    }

    .cn_cm{
        width: 100%;
        margin: 20px;
    }

    .form_1ac_x {
        margin: 0!important;
    }

    .container_1ac_x {
        background-color: #f0f4f9!important;
        background-image: url(https://demo-themewinter.com/instive/wp-content/uploads/2019/09/cta_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        width: 100%;
        height: 60vh!important;
    
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.container_1ac_x {
    background-color: #f0f4f9!important;
    background-image: url(https://demo-themewinter.com/instive/wp-content/uploads/2019/09/cta_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0;
    width: 100%;
    /*height: 40vh;*/

    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-1ac_x {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: transparent;

    /* border: 1px solid red; */
}

.header_1ac_x {
    width: 100%;
    height: 35%;

    text-transform: uppercase;

    color: rgb(6, 57, 112) !important;

    font-size: 30px;
    font-weight: 700;

    text-align: center;
}

.body_1ac_x {
    width: 100%;
    height: 65%;
}

.fa-icon {
    color: #ffffff;
    background-color: transparent !important;
}

.callnow-1a {
    background-color: transparent !important;
    justify-self: center;
    align-self: center;
    padding-right: 25px;
}


.call_now {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    color: white;

    padding: 40px !important;

}

.callnow-2ab {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: white;


}

.callnow-2a {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: white;

}

.cn_cm {
    padding: 25px 50px;
    background-color: rgb(6, 57, 112) !important;

    border-radius: 5px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


.callnow-1ab {

    background-color: white;
    padding: 10px;

    border-radius: 20px;

    text-align: center;

}

.callnow-1abc {
    position: absolute !important;
    padding: 5px !important;


    right: 50vw;

    border-radius: 27px;
}

.callnow-2ab {
    color: rgb(6, 57, 112) !important;
    padding: 8px;
    border: 1px solid rgb(6, 57, 112);

    justify-self: center;
    align-self: center;

    height: 4em;

    border-radius: 27px;

    font-weight: 600;
}

.form_1ac_x {
    margin-left: 20px;
    padding: 31px 50px !important;
}

.email_send_ot {
    background-color: rgb(32, 88, 148) !important;
    margin-top: 10px;

    border-radius: 5px;
}

.email_send {
    background-color: rgb(32, 88, 148) !important;
    border: 0px;

    box-shadow: none;

    padding: 10px;

    caret-color: rgb(154, 194, 236);

    border-radius: 5px;
}

.submit-btn {
    background-color: transparent;
    border: 0px;
    padding: 5px 10px;
}

.email_send::placeholder {
    color: rgb(154, 194, 236);
    opacity: 1;
    /* Firefox */
    padding: 5px 10px;

}

.email_send:active,
.email_send:focus,
.email_send:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}