.modal-content {
    background-color: #191A1C;
}

.modal-header {
    border-bottom: 1px solid #343434;
}

.modal-header button {
    filter: invert(1);
}

.modal-title {
    color: #7ca2b8;
}

.modal-title h5 {
    font-weight: 600;
}

.modal-body {
    color: #E4E4E4;
}

.modal-body ul li {
    line-height: 2em;
}

.modal-body ul li i {
    margin-right: 5px;
}

.modal-footer {
    border-top: 1px solid #343434;
}

.btn-secondary {
    background-color: #343434;
}

@media (max-width: 767px) { 
    
    
}

@media (min-width: 767px) and (max-width: 1300px) {
    .hero-content .buttons {
       margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .hero-content .buttons {
        margin-top: 20px;
    }
    
    .nav-right .cmn-btn a {
        padding: 10px 15px;
        font-size: 15px;
    }
}
