.LiqPopUp,
.LiqVerPop {
    width: 100%;
    height: 100vh
}

.LiqPopUp {
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999
}

.LiqPopUp.Active {
    display: flex;
}

.LiqVerPop {
    background-color: rgba(18, 23, 29, .8);
    position: absolute;
    z-index: 1
}

.LiqFrame {
    width: 50%;
    color: #000000;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgb(69 68 139);
    border: 1px solid #005fe3;
    padding: 35px 25px;
    border-radius: 5px 5px 30px;
    background: #ffffff
}
.mondio-close, .mondio-close:focus {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    background: 0 0;
}
.mondio-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}
.mondio-close:hover {
    color: white;
    background: #005FE3;
}
.popup-form .head-desc h3 {
    font-size: 34px;
    font-family: "regular", sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: .925;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}

.popup-form .head-desc h4 {
    font-size: 35px;
    font-family: "regular", sans-serif;
    color: #005fe3;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 200;
    margin-top: 0px;
}
.popup-form .head-desc p {
    font-size: 16px;
    font-family: "regular", sans-serif;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width:1277px) {
    section.hero-sect {
    padding-top: 110px;
    }
}

.TGSPlayVideo {
    width: 100%;
    height: 100vh;
    background-color: rgba(18, 23, 29, .8);
    position: fixed;
    top: 0px;
    left: -110%;
    z-index: 99999999999999;
    transition: all 0.3s ease-in-out;
}
.TGSPlayVideo.Active {
    left: 0%;
}
.TGSPlayVideo video {
    width: 100%;
    height: 100%;
}
.TGSPlayVideo .tgsClsoe {
    display: block;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 120px;
    border: none;
    background: url(../images/closeNav.svg) no-repeat center center black;
    background-size: 50%;
    font-size: 0px;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0px;
    z-index: 99999999999999;
    cursor: pointer;
}