::-webkit-scrollbar-thumb {
    background: #f16343;
}

::-webkit-scrollbar-track {
    background-color: #f2e8d2;
}

.modal-title {
    margin: auto;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    letter-spacing: 5px;
}

.modal-title::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background-color: #000;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-header .btn-close {
    position: absolute;
    right: 30px;
    background-size: 50px;
}

.modal-header {
    position: relative;
}

.modal-content hr {
    display: none;
}

.modal-header {
    border: none;
}

.demo-link {
    text-align: center;
}

.modal .btn {
    border: 1px solid #000;
}

#scModal {
    background: #fff;
}

.hedr {
    display: none;
}

.foot {
    display: none;
}

.swisth {
    max-width: 1140px;
}

.modal-body {
    text-align: center;
}

.modal-content {
    border: none;
}

.meetings-iframe-container {
    margin-top: 20px;
}

.demo-link {
    margin-top: -35px;
}

.demo-link p {
    margin-bottom: 0 !important;
}


/* .demo-link {
    margin-top: -50px;
} */

/*.intercom-lightweight-app-launcher {*/
/*    right: 20px !important;*/
/*}*/

.btn-close:focus {
    outline: none;
    box-shadow: none;
}


/* Responsive.css */

@media (max-width: 789px) {
    .demo-link {
        margin-top: -10px;
    }
}

@media(max-width:480px) {
    .modal-header .btn-close {
        background-size: 22px;
    }
    .modal-title {
        font-size: 22px;
    }
}