.contact-left,
.contact-form-right {
    width: 680px;
    position: relative;
    display: inline-block;
}

.contact-left {
    width: calc(100% - 725px);
    padding-right: 45px;
    border-right: 1px solid rgba(112, 112, 112, .19);
}

.form-wrapper {
    padding: 55px 60px 80px;

}

.contact-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-list li {
    width: 45%;
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 45px;
}

.contact-list li img {
    margin-right: 20px;
}

.contact-list li div {
    display: flex;
    flex-wrap: wrap;
}

.contact-list li address {
    padding-right: 85px;
    font-style: normal;
}

.contact-list li:nth-child(2) {
    border-left: 1px solid #E8EEF5;
    padding-left: 60px;
}

.contact-list li label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 100%;
    font-weight: 600;
}

.contact-list li.social label {
    font-size: 16px;
    display: inline-block;
    width: auto;
    font-weight: 500;
    margin-right: 25px;
}

.contact-list li.social {
    align-items: center;
    width: 100%;
}

.contact-list li.social a {
    width: 33px;
    height: 33px;
    color: #ffffff;
    background-color: #0194C6;
    border-radius: 3px;
    margin-right: 15px;
}

.contact-list li.social a i {
    color: #ffffff;
}

.map-wrapper {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.form-wrapper .heading-32 {
    color: #141414;padding-bottom: 10px;
}

.submitblock .btn-theme {
    background-color: #0C325B;
    font-size: 16px;
    outline: none;
    border: 0;
    color: #ffffff;
    min-width: 180px;
    height: 58px;
    font-family: 'Jost';
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16); cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.submitblock .btn-theme:hover { background: #295970;}

.page-template-page-contact .inpg .flex-container { align-items: flex-start;}

.form-wrapper .form-group {
    margin-bottom: 24px;
}




@media(max-width:1440px) {
    .form-wrapper {
        padding: 45px;
    }

    .contact-list li {
        width: 50%;
        margin-bottom: 30px;
    }

    .contact-list li:nth-child(2) {
        padding-left: 20px;
    }

    .contact-left {
        width: calc(100% - 605px);
        padding-right: 30px;
    }

    .contact-list li address {
        padding-right: 30px;
    }

    .contact-form-right {
        width: 580px;
    }
}

@media (max-width: 1200px) {
    .form-wrapper {
        padding: 30px;
    }

    .contact-form-right {
        width: 500px;
    }

    .contact-left {
        width: calc(100% - 530px);
    }
}

@media (max-width:992px) {
    .contact-left {
        padding: 0;
        border: 0;
        margin-bottom: 50px;
    }

    .contact-form-right,
    .contact-left {
        width: 100%;
    }
}
@media(max-width:580px){
    .contact-list li address {
        padding-right: 10px;
        line-height: 24px;
    }
    .contact-left{margin-bottom: 30px;}
    .contact-form-right p.mrgb40{margin-bottom: 30px !important;}
    .contact-form-right .form-control{height: auto;padding: 12px 15px;}
}
@media(max-width:480px) {
    .contact-list li img {
        margin-right: 10px;
    }

    .form-wrapper {
        padding: 20px;
    }
}

@media(max-width:380px) {
    .contact-list li {
        width: 100%;
    }

    .contact-list li:nth-child(2) {
        padding-left: 0;
        border: 0;
    }
}
