.wrapper.socxo-menu{
    display:none;
}
.logo .static-logo{
    display:none !important;
}
.logo .scroll-logo{
     display:block !important;
}
.socxly-menu{
   border-top:none !important; 
}
.lp-header .menu-bar{
    position: static !important;
}
.socxly-menu .scroll-logo img {
    max-width: 90px !important;
}
h1 {
   font-size: 1.65rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: black;
    margin-top: 0px;
    line-height:normal;
}
h2{
   font-size: 20px;
    font-weight:bold; 
	font-weight: 600;
    margin: 20px auto;
    color:black;
    line-height:normal;
}
ul.points {
  margin-bottom:30px;
}
ul.points li{
    margin-left: 1em; 
    list-style: none; 
}

ul.points li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f06922;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
  
}
.lp-content{
    padding:30px 0px;
    background: rgb(211 211 211 / 24%);
    background:none;
}
.quick-guide-iframe {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 496px;
    text-align: center;
}
.quick-guide-iframe img{
    width:100%;
}
.banner .mobile, .quick-guide-iframe .mobile{
    display:none;
}
.quick-guide-iframe .tabs {
    text-align: left;
}
.quick-guide-iframe .tabs button {
    background: none;
    border: 1px solid lightgrey;
    font-size: 25px;
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    border-bottom: 0px;
    width: 240px;
    height: 45px;
    display: inline-block;
    margin-right: -4px;
    font-size: 20px;
}
.quick-guide-iframe .tabs button.active {
    background: rgb(211 211 211 / 83%);
    border: 0px;
    font-weight: bold;
}
.thumbframe {
    position: relative; 
    max-width: 550px;
}
.thumbframe img {
    border-radius: 15px 15px 15px 15px;
    box-shadow: -1px 0px rgb(0 0 0 / 14%);
    cursor: pointer !important;
}
.thumbframe .image{
    display:none;
}
.thumbframe .image.active{
   display:block; 
}
.thumbframe img.play-btn {
    position: absolute;
    width: 70px;
    height: 70px;
    left: auto;
    right: 110px;
    top: 40%;
    z-index: 99;   
    border-radius: 100%;
    cursor: pointer !important;
    box-shadow:none;
}
.thumbframe:before, .thumbframe:after {
    content: '';
    background: url(https://devstage.socxo-info.com/themes/socxo/assets/images/socxly/socxly-lp/file-upload/bottom-left.png);
    position: absolute;
    bottom: -10px;
    top: auto;
    left: -10px;
    right: auto;
    width: 70px;
    height: 70px;
    z-index: -1;
    background-size: 100%;
}

.thumbframe:after{
   background: url(https://devstage.socxo-info.com/themes/socxo/assets/images/socxly/socxly-lp/file-upload/top-right.png);
   top: -10px;
   bottom: auto;
   right: -10px;
   left: auto;
   background-size: 100%;
} 

.mobile-warning{
        display:none;
}
@media only screen and (max-width: 993px){    
    .mobile-warning{
        display:block;
        }
    .quick-guide-iframe{
            min-height:0px;
        }
}

@media only screen and (max-width: 479px){ 
    
    .banner .mobile, .quick-guide-iframe .mobile{
        display:block;
    }
    .banner .desktop, .quick-guide-iframe .desktop{
        display:none;
    }
    h1 {
        font-size: 1.45rem;
    }
    .quick-guide-iframe .tabs button {        
        width: 100px;
        height: 35px;
        display: inline-block;
        margin-right: -4px;
        font-size: 16px;
    }
    .thumbframe {
        position: relative;
        max-width: 360px;
    }
    .thumbframe img.play-btn {
        width: 40px;
        height: 40px;
        left: auto;
        right: 22%;
        top: 40%;
        z-index: 99;        
        border-radius: 100%;
        cursor: pointer !important;
    }
}
