.heading-black-purple .elementor-heading-title span {
    color: #000000;
}
.heading-pencil .elementor-heading-title::after{
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../images/pencil.png) no-repeat;
    top: 3px;
    margin-left: 20px;
}
.address{
    display: flex;
    justify-content: space-between;
}
.address div:first-child{
    max-width: 357px;
    margin-right: 24px;
}
.address div:last-child{
    max-width: 159px;
}
.submit-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 116px;
}
.submit-btn-right p{
   display: flex;
}
.submit-container input[type="submit"]{
    min-width: 185px;
    order:2;
}
.submit-container .wpcf7-spinner{
    order: 1;
}
.contact-wrapper form.wpcf7-form input[type=text], 
.contact-wrapper form.wpcf7-form input[type=email] {
    background: transparent;
    border-bottom: 1px solid #737B7D;
    color: #383C3E;
    height: 44px;
}
.contact-wrapper form.wpcf7-form input[type=text]::placeholder, 
.contact-wrapper form.wpcf7-form input[type=email]::placeholder {
    color: #8E8E8E;
}
form.wpcf7-form .field{
    margin-bottom: 48px;
}
.contact-wrapper form.wpcf7-form .field p{
    margin-bottom: 0;
}
.contact-wrapper .wpcf7-not-valid-tip{
    font-family: "Inter", Sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #D40D0D;
    margin-top: 12px;
}
.contact-wrapper .wpcf7 form .wpcf7-response-output{
    font-family: "Inter", Sans-serif;
}
.full-screen-btn .elementor-button{
    background-color: transparent;
    position: relative;
    padding-left: 40px;
}
.full-screen-btn .elementor-button::before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/icon-full-video.png) no-repeat;
    top: 48%;
    left: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .address{
        flex-wrap: wrap;
    }
    .address div:first-child{
        max-width: 100%;
        margin-right: 0;
    }
    .address div:last-child{
        max-width: 100%;
        margin-bottom: 0;
    }
    .address div{
        margin-bottom: 48px;
        width: 100%;
    }
    .heading-pencil .elementor-heading-title::after{
        width: 16px;
        height: 16px;
        top: 0;
        background: url(../images/pencil-mb.png) no-repeat;
    }
    .heading-black-purple .elementor-heading-title span{
        display: block;
    }
    .submit-container{
        margin-top: 78px;
    }
    .contact-wrapper form.wpcf7-form input[type=text], .contact-wrapper form.wpcf7-form input[type=email]{
        font-size: 12px;
        font-weight: 600;
        border-bottom: 1px solid #A8A8A8;
    }
    
}
