#hidden-price {
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    width: 0;
    height: 0;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    min-height: 0;
    min-width: 0;
}

.myFilesHiddenInput {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cstErr {
    width: 100%;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #af0606;
    margin: 0 0 10px 0;
    display: none;
}

.uploadedErr {
    width: 100%;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #af0606;
    display: none;
}

.myContactFormResponse {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    background: #e8dab8;
    border-radius: 6px;
    padding: 30px;
    display: none;
}

.submitMyContactForm {
    z-index: 1;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 24px;
}

.submitMyContactForm:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-image: url('../images/loader200x200.gif');
    transition: all .6s;
    z-index: -1;
    opacity: 0;
}

.submitMyContactForm.loading {
    color: transparent;
    opacity: .5;
}
.submitMyContactForm.loading:before {
    opacity: 1;
    z-index: 2;
}

.cst-inpt-item.calendar:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/04/calendar.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
}

.cst-inpt-item.txtarea.no_resize {
    resize: none;
}

.custom-dropdown {
    margin: 0!important;
}
/*-- Akademisher --*/
.myContactForm.akademisher .file-attachment span {
    order: 2;
}

.myContactForm.akademisher .upload-btn-wrapper {
    order: 1;
    width: 100%;
}

.myContactForm.akademisher .upload-btn-wrapper .myFilesHiddenInput {
    display: none;
}

.myContactForm.akademisher .file-attachment.label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.myContactForm.akademisher .price-block .text-info {
    width: 50%;
    text-align: center;
}

.myContactForm.akademisher .price-block {
    align-items: center;
}

.myContactForm.akademisher .price-block .price-block-calc {
    width: 50%;
    text-align: center;
}

.myContactForm.akademisher .price-block .before-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.myContactForm.akademisher .row-button {
    text-align: center;
}

.myContactForm.akademisher .price-block .price-block-calc .current-price {
    font-size: 29px;
    margin: 0 0 0 5px;
}

.myContactForm.akademisher .price-block .price-block-calc .currency {
    font-size: 29px;
    margin: 0 5px 0 0;
}

.myContactForm.akademisher p.cstErr {
    margin-top: -10px;
    font-size: 12px;
}

.myContactForm.akademisher .uploaded {
    margin: 15px 0;
}

.myContactForm.akademisher .uploaded .row-button {
    text-align: left;
}
/*-- END --*/

/*-- premium --*/
.myContactForm.premium .formCont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.myContactForm.premium .size_50 {
    width: 48%;
    margin: 15px 0;
}

.myContactForm.premium .size_100 {
    width: 100%;
}

.myContactForm.premium .label {
    margin: 10px 0;
}

.myContactForm.premium .row-button {
    text-align: left;
}

.myContactForm.premium .cstFileUploader {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
    margin: 0;
}

.myContactForm.premium .uploaded #fileupload-name {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.myContactForm.premium .uploaded .remove-all-preview {
    background: rgba(255, 45, 45, .5);
    margin-top: 10px;
    display: none;
    z-index: 1;
    transition: .3s ease-in;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px 0;
}

.myContactForm.premium .uploaded .remove-all-preview.is-active {
    display: inline-block;

}
/* // Updates Aug 2022 // */

.landing-content .content .email-desc {
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.email-desc  span {
    display: inline-block;
    margin-right: 5px;
}
.label.email {
    position: relative;
}
.landing-content .content .email-error-message {
    position: absolute;
    top: -5px;
    left: 70px;
    font-size:15px;
}
.landing-content label input, .landing-content label textarea {
margin-top:0;
}

@media  screen and (max-width: 1200px) and (min-width: 768px)  {
    .email-desc {
    font-size: 9px;
    line-height: 1;
    }
}
@media (max-width: 767px) {  
    .uploadedErr {
        font-size: 12px;
        line-height: 1.4;
    }
}
@media (max-width: 400px) {  
 .landing-content .content .email-error-message {
    top: -3px;
    left: 58px;
    font-size: 11px;
}
}