.header_right{
    
    width: 16.666667%;
position: fixed;
overflow: hidden;
height: 100%;
background: #191919;
    z-index: 9999;
}
.header_right .socially-home-rgt-cont{}
.social-flex{
    width: 100%;
    height: 100vh;
    /* border: dotted; */
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-flex .social-flex-item{}
.social-flex .social-flex-item .promo-head {
    margin-bottom: 40px;
}
.social-flex .social-flex-item .promo-head h2{
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center; 
}
.social-flex .social-flex-item .promo-head h2 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.social-flex .social-flex-item .follow-btn{
    margin-top: 40px;
}
.social-flex .social-flex-item .follow-btn .flw-btn{
    margin-bottom: 10px;
}
.social-flex .social-flex-item .follow-btn .flw-btn h4{
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    
}
.social-flex .social-flex-item .follow-btn ul{
    margin: 0;
    padding: 0;
        width: 50%;
    margin: 0 auto;
    text-align: center;
}
.social-flex .social-flex-item .follow-btn ul li{
    display: inline-block;
    text-align: center;
    margin: 10px;
}
.social-flex .social-flex-item .follow-btn ul li a{}
.social-flex .social-flex-item .follow-btn ul li a img{
    width: 40px;
}
.ternm p{
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 1920px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 60%;
    }
    
}
@media screen and (max-width: 1600px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 75%;
    }
}
@media screen and (max-width: 1440px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 80%;
    }
}
@media screen and (max-width: 1366px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 85%;
    }
}
@media screen and (max-width: 1280px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 90%;
    }
    .bfr-atr-bx .bfr-atr-h2 h4{
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 90%;
    }
    .social-flex .social-flex-item .follow-btn ul li a img{
        width: 50px;
    }
    .social-flex .social-flex-item .follow-btn ul li{
        margin: 15px;
    }
    .social-flex .social-flex-item .follow-btn ul{
        width: 50%;
    }
    .social-flex .social-flex-item .follow-btn .flw-btn h4{
        font-size: 18px;
    }
    .social-flex .social-flex-item .promo-head{
        margin-bottom: 0;
    }
/*
    .social-flex{
        height: 300px;
    }
*/
    .social-flex .social-flex-item .promo-head h2{
        font-size: 28px;
        line-height: 40px;
    }
     .header_right {
        width: 100% !important;
        position: relative;
        height: auto;
    }
}
@media screen and (max-width: 500px) {
    .social-flex .social-flex-item .follow-btn ul{
        width: 100%;
    }
}
