/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2024 | 22:47:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.txt_check {
    position: absolute;
    top: 60%;
    bottom: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-60%);
}

.partner_box {
    position: relative;
}

.partner_box p {
    color: #fff;
    margin: 0px;
}

@media screen and (min-width: 768px) {
.mobile_video, .mobile_video_section {
    display: none;
}
/* 	.banner_txt h1 {
    color: #fff;
} */
}