﻿.vidFrame {
    top: 43%;
    right: 0;
    transform: translateY(-50%);
}


.vslide {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 150px;
    overflow: hidden;
}



#overlay {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.style1 {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 27%;
    left: 9%;
}

.style2 {
    background: none !important;
    border: none !important;
}

.margin-right-50 {
    margin-right: 50%;
}
.main-contant-div {
    /* margin: 190px 0  */
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
    text-decoration: none;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #f00;
    text-decoration: none;
}
.margin-8 {
    margin: 8px;
}
.style2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.style3 {
    background: none !important;
    border: none !important;
}

.style4 {
    width: 100%;
    position: absolute;
    top: 60vh;
    left: 23vw;
}