/* 
Left Col
*/
.header-bg{
    background-image: none;
    background-size: cover;
    height: 100%;
}

.contact-texts{
    margin-top: 12%;
}

.contact-texts h1{
    color: #313131 !important;
    font-size: 72px !important;
    line-height: 90px !important;
    font-weight: 900 !important;
    margin-bottom: 30px !important;
}

.contact-texts p{
    color: #626262 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    padding-right: 150px !important;
}

.contact-vector-desktop img{
    margin-bottom: 60px;
    padding-top: 60px;
}

.contact-vector-mobile{
    display: none;
}


/*
Right Col
*/
.contact-bg{
    padding-left: 100px;
    padding-top: 100px;
}


.contact-fields{
    width: 580px;
}

.contact-fields input{
    outline: none;
    text-decoration: none;
    width: 46%;
    border: none;
    border-radius: 100px;
    padding: 15px 20px 15px 20px;
    margin: 30px 0 0 20px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    transition: border 0.3s ease-in-out, color 0.3s ease-out;
}

.contact-fields input::placeholder{
    color: #9D9D9D;
}

.contact-fields input:focus{
    background: #ffffff;
    border: 1px solid #236ad6;
    color: #236ad6;
    transition: border 0.3s ease-in-out, color 0.3s ease-out;
}

.contact-fields textarea{
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 26px;
    padding: 15px;
    margin: 30px 0 0 20px;
    width: 96% !important;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    color: #236ad6;
    transition: border 0.3s ease-in-out;
    resize: none;
}

.contact-fields textarea::placeholder{
    color: #9D9D9D;
}

.contact-fields textarea:focus{
    background: #ffffff;
    border: 1px solid #236ad6;
    transition: border 0.3s ease-in-out;
}

.form-button a {
    text-decoration: none;
    outline: none;
    font-size: 18px;
}

.form-button a .btn-hover {
    padding: 17px 63px 17px 63px;
    margin: 30px 0 0 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    border-radius: 100px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form-button a .btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form-button a .btn-hover:focus {
    outline: none;
}

.form-button a .btn-hover.gradient-color {
    background-color: #236ad6;
}

.form-button a .btn-hover.gradient-color:hover {
    background-color: #3d83ec;
}


/* Footer override */

.footer-upper-level{
    padding:  100px 0 100px 0 !important;
}


















@media (max-width: 767.98px) {
    /* 
    Left Col
    */
    .header-bg{
        background:none;
        background-color: #ffffff;
    }

    .contact-texts{
        margin-top: 0%;
        text-align: center;
    }

    .contact-texts h1{
        font-size: 30px !important;
        font-weight: 900 !important;
        margin-bottom: 0px !important;
    }

    .contact-texts p{
        color: #626262 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        padding-right: 0px !important;
        margin-bottom: 40px !important;
    }

    .contact-vector-mobile img{
        margin-bottom: -40px;
        padding-top: 60px;
        width: 80%;
    }

    .contact-vector-desktop{
        display: none;
    }

    .contact-vector-mobile{
        display: block;
    }


    /*
    Right Col
    */
    .contact-bg{
        padding-left: 0px;
        padding-top: 0px;
    }


    .contact-fields{
        width: 100%;
        padding: 0 0 40px 0;
    }

    .contact-fields input{
        outline: none;
        text-decoration: none;
        width: 100%;
        border: none;
        border-radius: 100px;
        padding: 15px 20px 15px 20px;
        margin: 20px 0 0 0;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        transition: border 0.3s ease-in-out, color 0.3s ease-out;
    }

    .contact-fields input::placeholder{
        color: #9D9D9D;
    }

    .contact-fields input:focus{
        background: #ffffff;
        border: 1px solid #236ad6;
        color: #236ad6;
        transition: border 0.3s ease-in-out, color 0.3s ease-out;
    }

    .contact-fields textarea{
        outline: none;
        text-decoration: none;
        border: none;
        border-radius: 26px;
        padding: 15px;
        margin: 20px 0 0 0;
        width: 100% !important;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        color: #236ad6;
        transition: border 0.3s ease-in-out;
        resize: none;
    }

    .contact-fields textarea::placeholder{
        color: #9D9D9D;
    }

    .contact-fields textarea:focus{
        background: #ffffff;
        border: 1px solid #236ad6;
        transition: border 0.3s ease-in-out;
    }

    .form-button a {
        text-decoration: none;
        outline: none;
        font-size: 18px;
    }

    .form-button a .btn-hover {
        padding: 17px 63px 17px 63px;
        margin: 30px 0 0 0;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        border: none;
        background-size: 300% 100%;
        border-radius: 100px;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .form-button a .btn-hover:hover {
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .form-button a .btn-hover:focus {
        outline: none;
    }

    .form-button a .btn-hover.gradient-color {
        background-color: #236ad6;
    }

    /* Footer override */
    .footer-upper-level{
        padding:  30px 0 30px 0 !important;
    }
}


































@media (min-width: 767.98px) and (max-width: 1023.98px) {

    /* 
    Left Col
    */
    .header-bg{
        background:none;
        background-color: #ffffff;
    }

    .contact-texts{
        margin-top: 0%;
        text-align: center;
    }

    .contact-texts h1{
        font-size: 32px !important;
        font-weight: 900 !important;
        margin-bottom: 0px !important;
    }

    .contact-texts p{
        color: #626262 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        padding: 0 120px 0 120px !important;
        margin-bottom: 40px !important;
    }

    .contact-vector-mobile img{
        margin-bottom: -40px;
        padding-top: 60px;
        width: 90%;
        margin-left: 28%;
    }

    .contact-vector-desktop{
        display: none;
    }

    .contact-vector-mobile{
        display: block;
    }


    /*
    Right Col
    */
    .contact-bg{
        padding-left: 0px;
        padding-top: 0px;
    }


    .contact-fields{
        width: 100%;
        padding: 0 0 40px 0;
    }

    .contact-fields input{
        font-size: 18px;
        outline: none;
        text-decoration: none;
        width: 100%;
        border: none;
        border-radius: 100px;
        padding: 18px 22px 18px 22px;
        margin: 30px 0 0 0;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        transition: border 0.3s ease-in-out, color 0.3s ease-out;
    }

    .contact-fields input::placeholder{
        color: #9D9D9D;
    }

    .contact-fields input:focus{
        background: #ffffff;
        border: 1px solid #236ad6;
        color: #236ad6;
        transition: border 0.3s ease-in-out, color 0.3s ease-out;
    }

    .contact-fields textarea{
        outline: none;
        text-decoration: none;
        border: none;
        font-size: 18px;
        border-radius: 26px;
        padding: 18px 22px 18px 22px;
        margin: 30px 0 0 0px;
        width: 100% !important;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        color: #236ad6;
        transition: border 0.3s ease-in-out;
        resize: none;
    }

    .contact-fields textarea::placeholder{
        color: #9D9D9D;
    }

    .contact-fields textarea:focus{
        background: #ffffff;
        border: 1px solid #236ad6;
        transition: border 0.3s ease-in-out;
    }

    .form-button a {
        text-decoration: none;
        outline: none;
        font-size: 18px;
    }

    .form-button a .btn-hover {
        padding: 17px 63px 17px 63px;
        margin: 30px 0 0 0;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        border: none;
        background-size: 300% 100%;
        border-radius: 100px;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .form-button a .btn-hover:hover {
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .form-button a .btn-hover:focus {
        outline: none;
    }

    .form-button a .btn-hover.gradient-color {
        background-color: #236ad6;
        font-size: 18px;
    }

    /* Footer override */
    .footer-upper-level{
        padding:  30px 0 30px 0 !important;
    }

}