@media only screen and (min-width: 1025px) {
    .sectContainer {
        padding: 164px 10% 0;
        font-family: "ProximaNova-Regular", sans-serif;
    }

    .verticalTab {
        font-family: 'Roboto-Regular';
        border-right: 1px solid #cccccc;
    }
}

.nav-pills .nav-link.active p,
.nav-pills .show>.nav-link p,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #007bff;
    background-color: white;
}

.sidebarHead {
    color: black;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: "ProximaNova-Regular", sans-serif;
}

.video-widget {
    width: 100%;
    height: 500px;
}

.tab-pane h4 {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 27px;
}

.modal-body {
    margin-left: 0px !important;
}

.videomodalclose {
    background-color: #007bff;
    color: #fff;
    font-family: 'ProximaNova-Regular';
}

@media (max-width: 767px) {
    .videoPOPUPmodal .modal-body {
        margin-left: 9px !important;
    }

    .video-widget {
        width: 100%;
        height: 178px;
    }

    .sectContainer {
        padding: 94px 10%;
    }
}


.play-button {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    top: 37%;
    left: 45%;
    background: none;
    border: none;
    /* display: flex !important; */
    align-items: center;
    transform: translateX(0%);
    font-size: 60px;
}