.info-data h3 {
    font-family: "Montserrat";
    font-size: 15px;
    color: #545454;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: 18px;
}

.info-data {
    max-width: 766px;
    margin: 0 auto;
}

.left-data {
    width: 50%;
    float: left;
}

.right-data {
    width: 42%;
    float: right;
    padding-top: 47px;
}

#data .right-data h5 {
    font-size: 13px;
    color: #464646;
    margin-top: 0;
    margin-bottom: 2px;
}

.form-backgrounds.form-option-upload {
    margin-bottom: 10px;
}

.form-background p,
.type-images p {
    display: inline-block;
    font-size: 12px;
    color: #464646;
    letter-spacing: -1.1px;
    margin-bottom: 6.5px;
    margin-top: 0;
}

.form-background p:first-child {
    margin-right: 20px;
}

.type-images p {
    margin-right: 25px;
}

section.pakeget {
    padding: 0 0 65px;
}

.pakeget .info-data {
    max-width: 1161px;
}

.pakeget .left-data {
    padding-top: 9px;
    width: 55%;
}


.package-list-upload li {
    display: block;
    float: left;
    width: 152px;
    height: 152px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    background: #EBEBEB;
}

.package-list-upload,
.package-list-upload {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 80px;
    height: 80px;
}

.package-list-upload {
    margin-left: -5px;
    margin-right: -5px;
}


.package-list-upload label {
    background: url(../images/newbrown.jpg) no-repeat;
    display: block;
    height: 152px;
    width: 152px;
    cursor: pointer;
    background-size: 100% 100%;
}

.package-list-upload input[type="file"] {
    display: none;
}

.package-list-upload .upload-process {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.package-list-upload .file-name {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Myriad Pro';
    overflow: hidden;
    display: block;
    height: 35px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    z-index: 999;
    opacity: 1;
    line-height: 30px;
}

.package-msg {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
}

.package-list-upload li:hover .remove {
    display: block;
}

.package-list-upload .remove {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: -4px;
    background: url('../images/remove.png');
    border-radius: 50%;
    top: -8px;
    z-index: 999;
    background-size: 100% 100%;
    display: none;
    cursor: pointer;
    display: none !important;
}

.pakeget h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #464646;
    margin-top: 75px;
}

.pakeget .right-data {
    padding-right: 35px;
    padding-left: 66px;
    padding-top: 9px;
}

.pakeget .readmore {
    margin-top: 56px;
}

.info-upload-column {
    width: 49%;
    display: block;
    float: left;
}

.info-upload-column.info-upload-left p {
    line-height: 44px;
}

.info-upload-right img {
    width: 50px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: -8px;
}

.info-upload-column a:first-child img {
    margin-top: 0px;
}

.info-upload-right a {
    line-height: 32px;
}

.info-upload-column span {
    display: inline-block;
    vertical-align: middle;
}

.readmore p {
    font-size: 13px;
    line-height: 44px;
    color: #464646
}

.info-upload-column a {
    display: inline-block;
    vertical-align: middle;
}

.btn-send input {
    background-color: rgba(249, 203, 12, 1);
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    display: inline-block;
}

.btn-send {
    width: 123px;
    height: 42px;
    display: inline-block;
    float: right;
    padding-top: 5px;
}

input[type=radio] {
    display: none;
}

input[type=radio]+label:before {
    content: '';
    display: inline-block;
    border: 1px solid #898989;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 2px;
    position: relative;
    margin-right: 7px;
}

label:hover:before {
    background-color: #facb0c;
    border-width: 0;
}

input[type=radio]:checked+label:before {
    height: 10px;
    width: 10px;
    background-color: #facb0c;
    border-color: #fff;
}

.form-option-upload p {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 12px;
}

.contact-form textarea {
    min-height: 116px;
    overflow: hidden;
    text-align: left;
    padding: 15px;
}

.contact-form input {
    height: 42px;
    padding-left: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    max-width: 100%;
    border: solid 1px #d7d7d7;
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
}

.btn-cancel input {
    width: auto;
    background-color: #fff;
    border: none;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    padding-left: 0;
}

.rst-btn-trail input {
    color: #fff;
}

.btn-cancel {
    width: auto;
    display: inline-block;
    padding-top: 5px;
}

.close {
    position: absolute;
    right: -1px;
    top: 2px;
    cursor: pointer;
    background: url(../images/close-item-upload.svg) no-repeat;
    width: 20px;
    height: 20px;
    z-index: 99;
    opacity: 0;
}

.package-list-upload .preview:hover::after {
    opacity: 1;
}

.package-list-upload .preview:hover .close {
    opacity: 1;
}

.package-list-upload .preview::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
}

.preview img {
    width: 152px;
    height: 100%;
    object-fit: cover;
}

.rst-btn-trail input,
.btn-cancel input {
    cursor: pointer;
}

.line {
    width: 84px;
    height: 2px;
    background-color: #f9cb0c;
    margin-top: 5px;
    margin-bottom: 25px;
}

.readmore h4 {
    font-size: 13px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 1186px) {
    .pakeget .left-data {
        width: 100%;
        padding: 15px;
    }

    .pakeget .right-data {
        width: 100%;
        padding: 15px;
    }

    .pakeget {
        padding: 15px;
    }

    .pakeget .left-data img {
        width: 100%;
        max-width: 100%;
    }

    .package-list-upload li {
        width: 158px;
    }
}

@media screen and (max-width: 768px) {
    .package-list-upload li {
        width: 144px;
        height: 158px;

    }

    .package-list-upload label,
    .package-list-upload .upload-image {
        height: 158px;
    }
}

@media screen and (max-width: 520px) {
    .package-list-upload .file-name {
        display: none;
    }

    .package-list-upload li,
    .package-list-upload label,
    .package-list-upload .upload-image {
        width: 131px;
        height: 130px;
    }

    .readmore p {
        font-size: 10px;
    }
}