.modal-success {
    display: none;
    position: fixed;
    left: 30%;
    top: 50%;
    width: 28rem;
    height: 10.5rem;
    border: 0.6rem solid #eebc55;
    background-color: white;
    z-index: 1010;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
}
.modal-success__close {
    position: absolute;
    top: .1rem;
    right: .4rem;
}
.modal-success__title {
    display: block;
    color: #3c465f;
    font-family: 'PT Sans Bold', sans-serif;
    font-weight: 600;
    font-size: 30px;
}
.modal-success__text {
    display: block;
    text-align: center;
}
#tModalForm .overlay {display:none;position:fixed;background:rgba(22, 39, 64, 0.98);top:0;right:0;bottom:0;left:0;z-index:100000;width:100%;height:100%;}
#tModalForm .form-box {
    font-size: 1rem;
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    top: -2000px;
    left: 50%;
    margin-left: -13.75rem;
    width: 25rem;
    z-index: 100001;
}
#tModalForm .form-box * {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;}
#tModalForm .form-close {
    background:url("img/close.png") no-repeat 50% 50% transparent;
    background-size:contain;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 1.44rem;
    width: 1.25rem;
}
.custom-btn.btn-callorder {
    margin-right:  20px;
}
#tModalForm .form-box .order__form {
    background: #fff;
    color: #5e6c8e;
    padding:  0;
}
#tModalForm .form-box .order__form .order__form-title-text {
    color: #5e6c8e;
    text-align:  center;
    display: block;
}
#tModalForm .form-box .order__form-group-name {
    color: #5e6c8e;
    display: block;
    margin-bottom: 5px;
}
#tModalForm .form-box .order__form-group {color:  #5e6c8e;margin-bottom:  10px;}
#tModalForm .form-box .capcha {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 10px;
}
#tModalForm .form-box .order__form-final-policy {
    color:  #5e6c8e;
    font-size:  .9rem;
}
#tModalForm .form-box .order__form-final-policy a {
    color: #5e6c8e;
    text-decoration:  underline;
}
#tModalForm .form-box input[type="checkbox"] {
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    .modal-success {left: 20%;}
}
@media screen and (max-width:576px) {
    .modal-success {left: 12%;}
}
@media screen and (max-width:414px) {
    .modal-success {left: 0;width: 100%;}
}