body{
    background-color:#000000;
    font-family: 'roboto';
    overflow:hidden;
}

.container{
    max-width: 1200px;
}

#blheader{
    margin-top: 80px;
}

.bl-header{
    border-radius: 10px;
}

.bl-header-bg{
    position: relative;
    z-index: 1;
    margin:0 auto;
}

.bl-header-content{
    position: absolute;
    z-index: 10;
    left:100px;
    bottom:50px;
}

h3.bl-header-h3{
    color:rgba(210, 119, 34, 1);
    font-weight: bold;
    font-size:32px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}

p.bl-header-p{
    color:#D4CECE;
    font-size: 14px;
    width: 100%;
    margin-bottom:30px;
}

#joinbtn{
    background: rgb(251,215,101);
    background: linear-gradient(270deg, rgba(251,215,101,1) 0%, rgba(239,158,63,1) 100%); 
    color:black;
    font-size:14px;
    padding:10px 55px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

section#pills{

}

.pills-img{
    padding:15px;
}

.bl-pill{
    background-color: #323738;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom:30px;
    min-height: 230px;
    max-height: 230px;
}

.bl-pill.b1{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b1.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b2{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b2.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b3{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b3-bn.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b3.inr{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b3-in.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b3.pkr{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b3-pk.jpg') top center no-repeat; 
    background-size: contain;
}


.bl-pill.b4{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-bn.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b4.inr{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-in.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b4.pkr{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-pk.jpg') top center no-repeat; 
    background-size: contain;
}

.bl-pill.b5{
    background:url('/wp-content/themes/vip/jbvipv2/img/bl/b4.jpg') top center no-repeat; 
    background-size: contain;
}

p.pills-p b{
    font-size:18px;
    color:white;
}

p.pills-p{
    color:#fff;
    font-size:14px;
    padding:15px;
    padding-left: 240px;
    text-align: left;
    margin:0px;
    line-height: 16px;
}

.break{
    display: block;
    height: 10px;
}
.vippri{
    text-align: center;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}

.header-logo{
    height: 50px;
    margin-bottom: 6px;
    padding-right: 10px;
}

@media only screen and (max-width : 1024px) {
   
    .bl-header-content{
        position: absolute;
        z-index: 10;
        left:15px;
        bottom:30px;
    }

    h3.bl-header-h3{
        font-size:24px;
    }

    p.bl-header-p{
        font-size: 12px;
        width: 60%;
        margin-bottom:20px;
    }
    
    #blheader{
        width: inherit;
        height: inherit;
        margin:0 auto;
        margin-top: 80px;
    }
    
    section#pills{

    }
}

@media only screen and (max-width : 480px) {
    .bl-pill{
        display: flex;
        text-align: center;
        margin-bottom:50px;
        max-height: none;
    }
    
    .pills-img{
        padding:15px;
        margin-top:-40px;
        width: 120px;
    }
    
    #pills .col-6{
        display:flex;
        align-items: stretch;
    }
    
    p.pills-p b{
        font-size:15px;
    }

    p.pills-p{
        font-size:12px;
        padding-left: 160px;
    }
    
    .bl-header-content{
        position: absolute;
        z-index: 10;
        left:0px;
        bottom:-15px;
        width: 100%;
        text-align: center;
    }

    h3.bl-header-h3{
        font-size:21px;
    }

    p.bl-header-p{
        font-size: 12px;
        width: 100%;
        margin-bottom:20px;
    }
    
    .mobnopx{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bl-header{
        border-radius: 0px;
    }
    
    .bl-pill{
        min-height: 180px;
        margin-bottom: 15px;
        background-position-x: -20px!important;
    }
    
    .bl-pill.b1{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b1-mb.png') top left no-repeat; 
        background-size: cover;
    }

    .bl-pill.b2{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b2-mb.png') top left no-repeat; 
        background-size: cover;
    }

    .bl-pill.b3{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b4-mb-bn.png') top left no-repeat; 
        background-size: cover;
    }

    .bl-pill.b4{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-mb-bn.png') top left no-repeat; 
        background-size: cover;
        background-position-x: -35px!important;
    }
    
    .bl-pill.b3.inr{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b4-mb-in.png') top left no-repeat; 
        background-size: cover;
    }

    .bl-pill.b4.inr{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-mb-in.png') top left no-repeat; 
        background-size: cover;
        background-position-x: -35px!important;
    }
    
    .bl-pill.b3.pkr{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b4-mb-pk.png') top left no-repeat; 
        background-size: cover;
    }

    .bl-pill.b4.pkr{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b5-mb-pk.png') top left no-repeat; 
        background-size: cover;
        background-position-x: -35px!important;
    }

    .bl-pill.b5{
        background:url('/wp-content/themes/vip/jbvipv2/img/bl/b3-mb.png') top left no-repeat; 
        background-size: cover;
    }
    .break{
        display: block;
        height: 5px;
    }
    .vippri{
        font-size: 18px;
    }
    .header-logo{
        height: 35px;
        margin-bottom: 3px;
        padding-right: 6px;
    }
    #blheader{
        width: inherit;
        height: inherit;
        margin:0 auto;
        margin-top: 80px;
        padding-bottom:50px;
    }
    
    section#pills{
        padding:0px 0px 50px 0px;
    }

}
