.policy-links{
    color: white;
    font-size: 13px;
}

.policy-links a {
    text-decoration: underline;
    color: white;
}

.policy-popup p{
    margin: 8px 0;
}
.policy-popup p.subtitle{
    font-weight: bold;
    margin: 16px 0 8px 0;
}

.header_bottom .right_item .box {
    height: auto !important;
}
.header_bottom .right_item{
    padding-bottom: 30px;
}

.modal {
    z-index: 1000000000;
}
.modal .close {
    position: absolute;
    right: 23px;
    top: 21px;
    z-index: 3;
    opacity: 1;
}
.modal .close img {
    display: block;
    max-width: 13px;
    height: 13px;
}
@media (max-width: 767px) {
    .modal .close img {
        max-width: 10px;
        height: 10px;
    }
}
.modal .modal-dialog {
    max-width: 542px;
    border: none;
    border-radius: 0;
}
.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    padding: 50px 20px;
}
.modal .modal-title {
    font-size: 26px;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
}
.modal .modal-subtitle {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.modal {
    z-index: 200000000 !important;
}
