/* Start Content */
.imageShow {
    position: relative;
    height: 250px;
    width: 100%;
}


.imageShow>.imgshow {
    display: block;
    max-width: 100%;
    height: initial;
}

.imageShow .imgText {
    position: absolute;
    text-align: center;
    width: 270px;
    color: #FFF;
    font-weight: 600;
    font-family: hacentunisia;
    font-size: 23px;
    top: 80px;
    right: 38%;
}

.pathText {
    position: absolute;
    font-size: 15px;
    color: #fff;
    font-family: hacentunisia;
}

.fText {
    font-size: 16px;
    font-family: hacentunisia;
    margin-top: 40px;
}

.sText {
    font-size: 20px;
    font-family: hacentunisia;
    font-weight: 600
}

.headerText center img {
    width: 400px;
}

.mainTextSelect {
    display: inline
}

.headerSelection img {
    width: 630px;
    margin-top: 70px;
}

.form {
    margin-top: 50px;
    margin-bottom: 50px
}

.form-control {
    background: #fff;
    border: 1px solid #bc2670;
    width: 330px;
    margin-right: 40px;
    font-family: hacentunisia;
}

.fname {
    display: inline
}

.lname {
    display: inline;
    margin-left: 23px;
}

.phone {
    display: inline;
}

.email {
    display: inline;
    margin-left: 23px;
}

.photos,
.notes {
    width: 703px;
    margin-right: 15px;
}

.photos {
    display: inline-block;
    width: 650px;
    margin-left: 23px;
}

.form form .notes {
    height: 130px;
    margin-bottom: 40px;
}

.btnsend {
    font-size: 16px;
    font-family: hacentunisia;
    color: #fff;
    background: #cbb9a6;
    border: 2px solid #fff;
    z-index: 2;
    padding: 7px 62px;
    cursor: pointer;
}

.btnsend:hover,
.btnsend:focus,
.btnsend:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #FFFFFF;
}

.form form .image-upload {
    position: relative
}

.image-upload .company-image {
    position: absolute;
    left: 227px;
    top: 6px;
    cursor: pointer;
}

/* End Content */
/* Start upload img form */
.formLayer {
    width: 100%;
    height: 110%;
    position: absolute;
    background: rgba(2, 2, 2, .7);
    padding: 0px;
    margin-top: -69px;
    z-index: 9999;
    display: none
}

#uploadImg {
    width: 440px;
    height: 125px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.uploadIcon {
    margin: 27px 120px 0px;
}

.btnUploadIcon {
    margin-right: 145px;
    margin-left: 8px;
    font-family: HacenTunisia;
}

.cancelIcon {
    font-family: HacenTunisia;
}

.progressIcon {
    margin-top: 20px;
}

@media(max-width: 736px) {
    .imageShow .imgText {
        font-size: 20px
    }

    .form-control {
        width: 250px;
    }

    .photos {
        width: 500px;
    }

    .photos,
    .notes {
        width: 550px
    }

    .photos {
        width: 500px;
    }

    .image-upload .company-image {
        left: 85px;
    }
}

@media(max-width: 667px) {
    .imageShow {
        height: 81px;

    }


    .image-upload .company-image {
        left: 50px;
    }

    .imageShow .imgText {
        font-size: 18px
    }

    .Content {
        margin-top: -44px;
    }

    .headerSelection img {
        width: 600px;
    }

    .imageShow .imgText {

        top: 26px;
        right: 16%;
    }
}

@media(max-width: 568px) {
    .imageShow .imgText {
        font-size: 14px
    }

    .lname,
    .email {
        margin-left: 0px
    }

    .photos,
    .notes {
        width: 336px;
        margin-right: 18px;
    }

    .photos {
        width: 286px;
    }

    .image-upload .company-image {
        left: 52px;
    }

    .headerSelection img {
        width: 450px;
    }
}

@media(max-width: 533px) {
    .image-upload .company-image {
        left: 73px;
    }
}

@media(max-width: 480px) {
    .headerSelection img {
        width: 390px;
    }

    .headerText center img {
        width: 270px;
    }

    .form-control,
    .photos,
    .notes {
        width: 300px;
        margin-right: 15px;
    }

    .photos {
        width: 250px;
    }

    .image-upload .company-image {
        left: 68px;
    }
}

@media(max-width: 414px) {
    .image-upload .company-image {
        left: 21px;
    }
}

@media(max-width: 384px) {
    .Content {
        margin-top: -44px;
    }

    .headerSelection img {
        width: 340px;
    }
}

@media(max-width: 375px) {

    .photos,
    .notes,
    .form-control {
        width: 300px;
    }

    .image-upload .company-image {
        left: 21px;
    }

    .headerSelection img {
        width: 354px;
    }

    .headerText center img {
        width: 270px;
    }
}

@media (max-width: 360px) {
    .headerSelection img {
        width: 340px;
    }

    .image-upload .company-image {
        left: 2px;
    }
}

@media(max-width: 320px) {
    .headerText center img {
        width: 270px;
    }

    .photos,
    .notes,
    .form-control {
        width: 200px;
    }

    .headerSelection img {
        width: 300px;
    }

    .image-upload .company-image {
        left: 38px;
    }
}

/* End upload img form */
/* Start Loading Layer */
.loading {
    width: 100%;
    height: 99.7%;
    position: absolute;
    background: rgba(2, 2, 2, .7);
    padding: 0px;
    margin-top: -99px;
    z-index: 9999;
    display: none
}

.dialog,
.msgdialog {
    width: 285px;
    height: 110px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.LoadingImage,
.imgCheck {
    float: left;
    margin-left: 50px;
    margin-top: 23px;

}

.loadingText,
.msgText {
    font-family: 'El Messiri';
    color: #3fbdf7;
    font-size: 17px;
    margin-top: 38px;
    margin-right: 22px;
}

.msgText {
    margin-right: 0px;
    margin-left: 100px;
    width: 165px;
}

/* End Loading Layer */
/* Start Error Msg */
.showMsg {
    color: #f00;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;

}

.MsgContent {
    color: #f00;
    font-size: 17px;
    text-align: center;
    font-family: HacenTunisia;
    display: inline;
}

/* End Error Msg */
