﻿#fancybox-title-float-main {
    display: none;
}
.iframe-modal .close#fancybox-close {
    color: #ffffff !important;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
    margin-top: 0;
    text-shadow: none;
    text-decoration: none;
    background: #ff5400;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #000;
}
.modal .fa-times-circle:before {
    content: "\f057";
    font-size: 31px;
    top: -2px;
    position: relative;
    left: 1px;
}