.page-contact-left {
    background-color: #004B86;
    position: relative;
    padding: 30px 22px 50px;
    z-index: 1;
}

.page-contact-left::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #fff;
    z-index: -1;
}

.page-contact-address-col {
    margin-bottom: 30px;
}

.page-contact-address-col:last-child {
    margin-bottom: 0;
}

.page-contact-address-col h5 {
    color: #fff;
    font-size: 25px;
    line-height: 1.2em;
    padding: 0 0 7px;
}

.page-contact-address-col p {
    line-height: 1.75em;
    color: #fff;
    padding: 0;
}

.page-contact-address-col p a {
    font-weight: 400;
    color: #fff;
    background: transparent;
}

.page-contact-right {
    padding: 30px 22px;
}

.page-contact-form {
    clip-path: polygon(0 0, 87% 0, 100% 7%, 100% 100%, 13% 100%, 0 93%);
    background-color: #F3F3F5;
    padding: 40px 22px 40px 24px;
}
.page-contact__middle a{
    background: linear-gradient(to bottom,#E8F3FC 0%,#E8F3FC 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 6px 6px;
}
.page-contact__middle a:hover{
    background: linear-gradient(to bottom,#E8F3FC 0%,#E8F3FC 100%);
    background-size: 6px 50px;
}

.page-contact__top h3 {
    font-size: 22px;
    color: #004B86;
    text-align: center;
    padding: 0 0 19px;
}

.page-contact__top ul,
.page-contact__top ul li {
    padding: 0;
    margin: 0;
}

.page-contact__top ul li::before {
    display: none;
}

.page-contact__top ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 285px;
    margin: 0 auto;
}

.page-contact__top ul li {
    width: max-content;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background-color: #F3F3F5;
    font-weight: 700;
    line-height: 1.21em;
    position: relative;
}

.page-contact__top ul li.active span {
    color: #F17503;
}

.page-contact__top ul li::after {
    content: '';
    position: absolute;
    top: 60%;
    right: -6px;
    width: 15px;
    height: 1px;
    transform: translate(0% - 50%);
    background-color: #9FA0A2;
    z-index: 1;
}

.page-contact__top ul li:last-child::after {
    display: none;
}

.page-contact__top ul li span {
    text-transform: uppercase;
    color: rgba(105, 106, 109, 0.64);
}

.page-contact__middle .form-col label {
    font-size: 16px;
    padding: 0 0 2px;
}

.page-contact__middle .form-col input {
    height: 49px;
}

.btn-back {
    color: rgba(105, 106, 109, 0.64);
    background-color: transparent;
    padding: 17px 20px 17px;
}

.form-col-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-back::after {
    content: '\e902';
    right: unset;
    left: 0px;
    color: rgba(105, 106, 109, 0.64);
}

.form-col-btns .btn + .btn {
    margin-top: 0;
}

.form-col-buttom {
    margin-top: 20px;
}


@media(min-width: 768px) {
    .page-contact-left {
        padding: 60px 52px 80px;
    }

    .page-contact-right {
        padding: 60px 52px;
    }

    .page-contact-form {
        clip-path: polygon(0 0, 88% 0, 100% 15%, 100% 100%, 13% 100%, 0 82%);
    }


    .page-contact__top ul li {
        width: max-content;
        font-size: 18px;
    }

    .page-contact__top ul {
        width: 533px;
        padding: 0;
        margin: 0 auto;
    }

    .page-contact__top h3 {
        font-size: 28px;
    }

    .page-contact__top ul li::after {
        width: 30px;
        right: -39px;
        top: 50%;
    }
}

@media(min-width: 1200px) {

    .page-contact {
        padding-bottom: 100px;
    }

    .page-contact-wrap {
        display: flex;
    }

    .page-contact-left {
        padding: 75px 22px 100px 22px;
        width: 35%;
    }

    .page-contact-right {
        padding: 60px 22px 0 22px;
        width: 75%;
    }

    .page-contact-left::before {
        width: 81px;
        height: 76px;
    }

    .page-contact-right-wrap {
        width: 100%;
        max-width: 904px;
    }

    .page-contact-heading h4 {
        font-size: 20px;
        padding: 0 0 11px;
    }

    .page-contact-heading h2 {
        font-size: 38px;
        padding-bottom: 16px;
    }

    .page-contact-heading p {
        padding: 0 14px 29px 0;
    }

    .page-contact__top h3 {
        font-size: 38px;
    }

    .page-contact-form {
        padding: 40px 50px 24px;
    }

    .page-contact__top ul {
        width: 92%;
    }

    .page-contact__top ul li {
        font-size: 20px;
    }

    .page-contact__middle {
        margin-top: 17px;
    }

    .form-col-buttom {
        padding: 0 44px;
    }

    .form-col-btns .btn + .btn {
        margin-left: 0;
    }

    .btn-back:hover {
        background-color: transparent;
        color: #696A6D;
    }

}

@media(min-width: 1800px) {
    .page-contact-left {
        padding: 75px 52px 200px 72px;
        width: 596px;
    }

    .page-contact-right {
        padding: 60px 22px 0 113px;
        width: calc(100% - 596px);
    }

    .page-contact-form {
        padding: 40px 129px 40px;
    }
}


.cf7mls-btns{
    display: flex;
    justify-content: center;
}
.fieldset-cf7mls:first-child .cf7mls-btns{
    justify-content: center;
}

.fieldset-cf7mls:last-child .button-submit{
    float: right;
}
.fieldset-cf7mls:last-child .cf7mls_back{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 35px;
    margin-bottom: 8px;
}
.action-button {
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #004B86; 
    color: #fff;
    padding: 17px 60px 17px 38px ;
    clip-path: polygon(0 0,90% 0%,100% 50%,100% 100%,10% 100%,0 50%);
    transition: all .3s ease-in-out;
    border: none;
}
.cf7mls_next{
    background-color: #004B86 !important; 
    padding: 17px 60px 17px 38px !important;
}
.cf7mls_next::after{
    position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    color: #F17503;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 11px;
}
.cf7mls_back{
    padding: 17px 38px 17px 60px !important; 
    color: rgba(105, 106, 109, 0.64) !important;
    background-color: transparent !important;
  
}
.cf7mls_back:after{
    position: absolute;
    content: '\e902';
    font-family: 'icomoon';
    color: rgba(105, 106, 109, 0.64);
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 11px;
}

.wpcf7-not-valid {
    border-color: #F17503 !important;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #F17503;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    padding-top: 4px;
}


  
span.wpcf7-not-valid-tip:before {
    content: "\e925";
    position: absolute;
    top: -30px;
    right: 15px;
    font-family: 'icomoon';
}

@media(max-width:767px) {
    .cf7mls_back + .cf7mls_next::after{
        right: 30px;
    }
}