.custom-popup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: none;
}
.custom-popup .custom-popup-inner {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 7px 15px -5px #000000;
    left: 0;
    margin: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 500px;
}
.custom-popup.termsCondition .custom-popup-inner{
    width: 650px;
    height:600px;
}
.custom-popup .custom-popup-inner > a {
    background: #FF7100;
    border-radius: 25px;
    box-shadow: -2px 2px 4px -1px #000000;
    color: #ffffff;
    font-weight: 300;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -13px;
    width: 25px;
}
.custom-popup .custom-popup-inner > a .fa {
    float: none;
    font-size: 14px;
    line-height: 14px;
}
.custom-popup .custom-popup-inner .contain {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.custom-popup .custom-popup-inner .contain p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    /*text-align: left;*/
    text-align: justify;
    overflow-wrap: break-word;
}
.custom-popup .custom-popup-inner .contain ul {
    padding: 0;
    margin: 0;
}
.custom-popup .custom-popup-inner .btn-box {
    border-top: 1px solid #cccccc;
    padding: 20px;
    text-align: center;
}
.custom-popup .custom-popup-inner .btn-box > button {
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    line-height: 37px;
    margin: 0 7px;
    padding: 0 15px;
}
.custom-popup .custom-popup-inner .btn-box > a {
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0 7px;
    padding: 0 15px;
    text-decoration: none;
    min-width: 120px;
}

.custom-popup-inner .contain > p {
    color: #777;
}
.class-contact span.art-tutor-name-tog-btn {
    cursor: pointer;
    line-height: 16px;
}
.art-tutor-name-popup.custom-popup .custom-popup-inner {
    width: 1040px;
}
.art-tutor-name-popup.custom-popup .custom-popup-inner .contain {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.art-tutor-name-popup.custom-popup .tutor_search p {
    text-align: left;
}
.art-tutor-name-popup.custom-popup .tutor_search p i {
    color: #777777;
}
.bg-pink-red{
    background: #ff004f;
}
.modal-body strong {
    font-weight: 500;
}