 /* primary red : #db2517 ; */
/* primary blue : #003593; */
/* @import url('https://fonts.googleapis.com/css2?family=Marsden+Narrow&display=swap'); */
@font-face {
    font-family:'Marsden Narrow';
    src: url('/themes/custom/rcbbase/fonts/Marsden-Nr-SemiBold.ttf');
}
@font-face {
    font-family:'Marsden Narrow Bold';
    src: url('/themes/custom/rcbbase/fonts/Marsden-Nr-Bold.ttf');
}
@font-face {
    font-family: 'Helvetica Neue';

    src: url('/themes/custom/rcbbase/fonts/HelveticaNeue.otf');
}

body {
    font-family: 'Marsden Narrow', sans-serif;
    background: #003593;
    overflow-x: clip !important;
}
.page-node-type-landing-page .region.region-content{
    padding: 0 !important;
}
@media (min-width:768px) and (max-width:991px) {
header#navbar
{
    margin-bottom: 0;
}
}
/* page reset fix done  */

@media (min-width:991px) {
    .heroSection{
        display: block;
    }
    .heroSection-mbl{
        display: none;
    }
    header#navbar{
        margin: 0 !important;
    }
    
    .col-sm-12{
        padding: 0;
    }
    /* desktop - view starts  */
    .heroSection{
    background: #003593 ;
    display: flex;
    flex-direction: row;
    height: 600px;
    width: 100%;
    }
    .heroSection .left{
    width: 35%;
    position: relative;
    display: flex;
    }
    
    .heroSection .left .hightlight-text {
        position: absolute;
        top: 57%;
        left: 0;
        background: #006aff;
        color: #fff;
        padding: 5px 15px 5px 35px;
        font-size: 16px;
        z-index: 101;
        font-weight: 400;
        max-width: 450px;
        width: 75%;
        text-align: right;
        letter-spacing: 0.08em;
    }
    .heroSection .left .logo {
        width: 75px;
        position: absolute;
        bottom: 15px;
        left: 40px;
    }
    .heroSection .left .secondary {
        width: 49%;
        height: 100%;
        position: relative;
    }
    .heroSection .left .footer_logo {
        width: 200px;
        position: absolute;
        top: 20px;
        overflow: visible;
    }
    .heroSection .left .primary {
        width: 50%;
        height: 100%;
    }
    .heroSection .left .secondary h4 {
        font-size: 10px;
        position: absolute;
        top: 125px;
        color: #fff;
        letter-spacing: 0.3em;
        font-weight: 100;
    }
    .heroSection .left .border_seconday {
        position: absolute;
        top: 155px;
        border-left: 1px solid grey;
        height: 72%;
    }
    
    .heroSection .right{
        width: 65%;
        padding: 0px 20px 0 0;
        margin-left: 16px;
    }
    .heroSection .right h1{
        font-size: 170px;
        font-weight: 700;
        color: #DB2517;
        line-height: 130px;
        letter-spacing: -0.05em;
        margin-top: 4px;
    }
    
    .heroSection .right .date {
        width: fit-content;
        background: #fff;
        color: #003593;
        padding: 2px 6px;
        border-radius: 10px;
        float: right;
        font-weight: 600;
        position: absolute;
        top: 14px;
        right: 50px;
    }
    .heroSection .right .bg-holder {
        background-image: url(/themes/custom/rcbbase/images/LionOverlay.svg);
        background-size: 290px;
        background-position: 315px 145px;
        background-repeat: no-repeat;
        height: 55%;
    }
    .heroSection .right .about {
        font-size: 37px;
        line-height: 34px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.04em;
    }
    .heroSection .right .description {
        font-family: 'Helvetica Neue';
        color: #fff;
        margin-top: 40px;
        font-size: 11px;
        font-weight: 400;
    }
    .heroSection .right .description span {
        font-weight: 600;
    }
}


@media (max-width:991px) {
    .heroSection{
        display: none !important;
    }
    .heroSection-mbl{
        display: block;
        background:linear-gradient(to bottom, #003593, #003593 55%, #42306d) ;
    }
    .slider_header_mbl{
        /* background: linear-gradient(to bottom, #3f306f, #7c2c4d 65%, #8c2b43); */
    }
}

@media (max-width:500px) {

/* mobile - view  starts*/
.heroSection-mbl{
    background-image: linear-gradient(to bottom, #003593, #003593 55%, #42306d);
    padding: 16px;
}
.heroSection-mbl .logo {
    width: 125px;
}
.heroSection-mbl .primary{
position: relative;
}
.heroSection-mbl .secondary{
    background-image: url(/themes/custom/rcbbase/images/LionOverlay.svg);
    background-size: 180px;
    background-position: 153px 88px;
    background-repeat: no-repeat;
}
.heroSection-mbl .primary h5{
    font-family: 'Marsden Narrow';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 4px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #ffffffb5;
    margin: 20px 0px;
}

.heroSection-mbl .primary .date{
    color: #003593;
    background: #fff;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.heroSection-mbl .secondary h1{
    font-family: 'Marsden Narrow Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #db2517;
}
.heroSection-mbl .secondary .border_seconday {
    margin: 20px 0 20px 6px;
    border-left: solid 1px #b1b1b199;
    height: 100px;
    margin-left: 6px;
    position: relative;
}

.heroSection-mbl .secondary .hightlight-text {
    background: #004fc9;
    color: #fff;
    width: 70%;
    max-width: 320px;
    position: absolute;
    top: 40%;
    left: -22px;
    text-align: left;
    padding: 2px 0px 2px 16px;
    letter-spacing: 0.1em;
}
.heroSection-mbl .content .about {
    font-family: 'Marsden Narrow';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-left: 6px;
}
.heroSection-mbl .content .description {
    color: #fff;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    margin-left: 6px;
    margin-top: 14px;
    font-size: 14px;
    max-width: 350px;

}

.heroSection-mbl .content .description span{
font-weight: 600;
}
}


/* tab view  */
@media (min-width:500px) and (max-width:991px) {

.heroSection-mbl{
    background: #003593;
    padding: 16px;
}
.heroSection-mbl .logo {
    width: 125px;
    margin-left: 6px;
}
.heroSection-mbl .primary{
position: relative;
}
.heroSection-mbl .secondary{
    background-image: url(/themes/custom/rcbbase/images/LionOverlay.svg);
    background-size: 335px;
    background-position: 200px 88px;
    background-repeat: no-repeat;
}
.heroSection-mbl .primary h5{
    font-family: 'Marsden Narrow';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 4px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #ffffffb5;
    margin: 20px 6px;
}

.heroSection-mbl .primary .date{
    color: #003593;
    background: #fff;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.heroSection-mbl .secondary h1{
    font-family: 'Marsden Narrow';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 100px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #db2517;
}
.heroSection-mbl .secondary .border_seconday {
    margin: 20px 0 20px 6px;
    border-left: solid 1px #b1b1b199;
    height: 100px;
    margin-left: 6px;
    position: relative;
}

.heroSection-mbl .secondary .hightlight-text {
    background: #004fc9;
    color: #fff;
    width: 70%;
    max-width: 320px;
    position: absolute;
    top: 40%;
    left: -22px;
    text-align: left;
    padding: 2px 0px 2px 16px;
    letter-spacing: 0.1em;
}
.heroSection-mbl .content .about {
    font-family: 'Marsden Narrow';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-left: 6px;
}
.heroSection-mbl .content .description {
    color: #fff;
    font-family: 'Helvetica Neue';
    font-weight: 100;
    margin-left: 6px;
    margin-top: 14px;
    font-size: 12px;
    max-width: 350px;

}

.heroSection-mbl .content .description span{
font-weight: 600;
}
}
@media (min-width:991px) {
    .slider_mbl{
        display: none;
    }
    .domain_img {
        width: 100%;
    }
    
    

/* ----- slider starts desktop view ----  */
.blocks-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 40px;
    background: #db2517;
    border-radius: 0 0 76px 75px;
    background-image: url(/themes/custom/rcbbase/images/LionOverlay.svg);
    background-position: 90% 105%;
    background-repeat: no-repeat;
    background-size: 450px;
}

.blocks-container .block {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    filter: grayscale(100%);
    transition: filter 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.blocks-container .block:hover {
    filter: grayscale(0%);
}

.blocks-container .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.blocks-container h2 {
    font-size: 3.5em;
    margin: 0 0 20px 0;
    line-height: 0.9em;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.blocks-container .categories {
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 38px 0 13px 0;
    color: #DB2517;
}

.blocks-container button {
    background: #db2517;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 2.5em;
    border-radius: 5px;
    transition: background 0.3s;
}

.blocks-container button:hover {
    background: #cc0000;
}

.blocks-container .block img {
    height: auto;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.blocks-container .block:hover img {
    opacity: 1;
}
.blocks-container .content .left {
    width: 60%;
}

.blocks-container .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 39%;
    gap: 10px;
}


.blocks-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.blocks-container ul li {
    /* font-family:'Marsden Narrow'; */
font-family: 'Helvetica Neue';
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    display: inline-block;
    color: #000000;

}
.blocks-container p.description {
    font-family: 'Helvetica Neue';
    color: #121212;
}
/* slider header starts  */
.slider_header{  
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 350px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, #003593 55%, #db2517);
}

.slider_header .title{
    width: 40%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 3.5em;
    color: #fff;
    margin-left: 40px;
}
.slider_header .title svg{
    width: 13px;
    align-self: center;
    margin: 13px 10px 0px 10px; 
}
.slider_header .arrow{
    width: fit-content;
    position: absolute;
    z-index: 100;
    right: 0;
}

.slider_header .arrow svg{
    width: 100%;
    height:300px;
}
.slider_mbl .swiper-container , .slider_header_mbl{
    display: none;
}
}
@media (max-width:991px) {
    .social_desk_header{
        display: none;
    }
    .video .logo{
        width: 120px;
        margin:25px auto 0 auto;
    }
    .swiper-slide-active {
        /* transform: scale(1.1) !important; */
    }
    .slider_header{
        display: none;
    }
    .slider_mbl .swiper-slide .swiper-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #872b46 5%, #db2517 15%, #db2517);
    position: relative;
    border-radius: 0px 0px 35px 35px;
    padding-bottom: 40px;
}

.slider_mbl .swiper-slide {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    display: flex;
    user-select: none;
    cursor: grab;
    height: 534px;
    width: 275px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index : 1;

}
.swiper-slide::-webkit-scrollbar {
    display: none;
  }
.slider_mbl .swiper-slide.swiper-slide-next {
    /* width: 10% !important; */
    /* margin-left: 20px; */
    min-height: 450px;
}



/* .swiper-slide h2 {
    font-size: 2rem;
    color: red;
    margin: 0;
} */

.swiper-slide h3 {
    font-size: 1.5rem;
    color: black;
    margin: 10px 0;
}

.swiper-slide p {
    font-size: 1rem;
    color: black;
    margin:0;
}

.swiper-container .right ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0px 0 4px;
}
.swiper-container .right ul li {
    font-family: 'Helvetica Neue';
    background-color: #000000;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 10.007px;
    display: inline-block;
    color: #ffffff;
}
.swiper-container p.categories {
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px;
    font-family: 'Marsden Narrow Bold' , 'Helvetica Neue';
    font-size: 11px;
}
.swiper-container p.description {
    text-align: left;
    font-family: 'Helvetica Neue';
    font-size: 11px;
    line-height: 16px;
}

.swiper-container .left h2 {
    text-align: left;
    color: #000;
    font-size: 29.3844px;
    font-family: 'Marsden Narrow Bold' , 'Helvetica Neue';
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 24px 0;
    letter-spacing: -0.02em;
}
.swiper-container .right {
    padding: 24px 6px 10px 6px;
    /* background: url(/themes/custom/rcbbase/images/digitalday/domain1.png); */
    /* position: relative; */

}
.overlay {
    /* position: absolute; */
    width: 100%;
}

.top-overlay {
    top: 0;
    left: 0;
    height: 25%;
    background: linear-gradient(180deg, white, transparent);
}

.swiper-container button {
    background: #fff;
    color: #000;
    border: solid 1px #db2715;
    padding: 10px 20px;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Marsden Narrow';
}
.swiper-container .left {
    padding: 10px 16px 0px 16px;
}
.slider_mbl {
    background: linear-gradient(to bottom, #2a317b 1%, #db2517 15%, #db2517);
    /* background: #db2517; */
    border-radius: 0px 0px 50px 50px;
}
.submit-btn button{
    /* button.apply { */
        background: #fff;
        color: #000;
        border: solid 1px #db2715;
        padding: 10px 20px;
        font-size: 2rem;
        cursor: pointer;
        border-radius: 10px;
        font-family: 'Marsden Narrow';
    /* } */
}
.submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 10px 0;
    flex-direction: column;
    gap: 20px;
}

.slider_header_mbl .title {
    width: 40%;
    min-width: fit-content;
    color: #fff;
    font-size: 2.5em;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    margin-left: 16px;

}
.slider_header_mbl .title div:first-child {
text-align: left;
}
.slider_header_mbl .title div:last-child {
text-align: center;
}
}
@media (max-width:500px){
    .video iframe {
      width: 319px;
      height: 160px;
      border-radius: 15px;
  }  
  }
  @media (min-width:500px){
        .video iframe {
      width: 80%;
      border-radius: 15px;
  }  
  }
.video .iframe {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:991px) {
    .block .left h4 {
        text-align: left;
        font-size: 18px;
        color: #db2517;
        font-family: 'Marsden Narrow Bold' , 'Helvetica Neue';
        margin: 14px 0 0 0;
    }
}
@media (min-width:991px) {
    .block .left h4 {
        text-align: left;
        font-size: 18px;
        color: #db2517;
        font-family: 'Marsden Narrow Bold' , 'Helvetica Neue';
        margin: 14px 0 20px 0;
    }
    .video .logo{
        width: 120px;
        margin:25px 0px 0 5%;
    }
  

}
@media (max-width:390px) {
    .slider_mbl .swiper-slide-active {
        /* transform: scale(1.1) !important; */
        /* margin-right: 10px; */
        /* max-width: 225px !important; */
        /* margin: 0px 72px 0 20px; */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        /* opacity: 0.7 !important; */
    
    }
    .slider_mbl .swiper-slide.swiper-slide-prev {
        /* margin-left: 50px; */
        min-height: 450px;
    }
}
@media (min-width:390px) and (max-width:480px) {
    .slider_mbl .swiper-slide-active {
        /* transform: scale(1.1) !important; */
        /* margin-right: 10px; */
        /* max-width: 270px !important; */
        /* margin: 0px 72px 0 20px; */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        /* opacity: 0.7 !important; */
    
    }
   .slider_mbl .swiper-slide.swiper-slide-prev {
        /* margin-left: 60px; */
        min-height: 450px;
    }
}
@media (min-width:480px) and (max-width:640px) {
   .slider_mbl .swiper-slide-active {
        /* margin-right: 10px; */
        /* margin: 0px 72px 0 20px; */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        /* opacity: 0.7 !important; */
    
    }
    .swiper-slide.swiper-slide-prev {
        /* margin-left: 120px; */
        /* min-height: 450px; */
    }
}
@media (max-width:640px) {
    .blocks-container {
        display: none;

    }
    .swiper-slide{
    }
}
@media (min-width:640px) and (max-width:991px) {
    /* .blocks-container {
        display: grid;
        grid-template-columns:1fr;
    } */
    .blocks-container {
        display: none;

    }
}

.swiper-container{
    margin: auto;
}

.swiper-pagination{
    position: unset !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 8px;
    border: solid 2px #ffffff;
}
.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: 0.5;
    background: #796d6d8f !important;
}

.top-overlay{
    display: none;
}
#slideone{
    background: url(/themes/custom/rcbbase/images/digitalday/domain1.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
#slidetwo{
    background: url(/themes/custom/rcbbase/images/digitalday/domain2.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
#slidethree{
    background: url(/themes/custom/rcbbase/images/digitalday/domain3.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
#slidefour{
    background: url(/themes/custom/rcbbase/images/digitalday/domain4.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
#slidefive{
    background: url(/themes/custom/rcbbase/images/digitalday/domain5.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
#slidesix{
    background: url(/themes/custom/rcbbase/images/digitalday/domain7.png);
    background-color: #fff;
    background-position: center 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider_mbl .swiper-slide::after {
    content: '';
    background-image: linear-gradient(to bottom, #ffffff 20%, #ffffff00 50%, #ffffff24);
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 284px;
    z-index: -1;
}
@media (min-width:630px) {
    .slider_header_mbl {
        height: 250px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            flex-direction: row;
    }    
}
@media (max-width:630px) {
    .slider_header_mbl {
        height: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }
}
.slider_header_mbl .arrow{
    width: 80%;
}




.slider_mbl .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.slider_mbl .block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.swiper-container button {
    background: #fff;
    color: #db2517;
    border: solid 1px #847e7d;
    padding: 10px 20px;
    font-size: 27px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Marsden Narrow Bold' , 'Helvetica Neue';
    box-shadow: 0px 4px 0px #777777;
    margin-bottom: 15px;
    transition: background 0.3s, box-shadow 0.3s, transform 0.1s;
}

.swiper-container button:hover {
    background: #db2517;
    color: #fff;
    box-shadow: 0px 4px 0px #555555;
}

.swiper-container button:active {
    background: #b11e14;
    color: #fff;
    box-shadow: 0px 2px 0px #555555;
    transform: translateY(2px);
}

.swiper-container button:focus {
    outline: none;
    box-shadow: 0px 0px 5px 2px #db2517;
}
.slider_header_mbl .media-wrapper--blazy,
.slider_header_mbl .media.media--ratio{
    position: unset !important;
}
.slider_header_mbl .arrow {
    position: relative;
}
.slider_header_mbl .arrow svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:320px
) {
    .slider_header_mbl .arrow svg{
        opacity: 0.2;

}

}

/* follow ua slider  */

.social_container .swiper-container{
    position: relative;

}
.social_container .swiper-pagination-bullet:nth-child(n+4) {
    display: none;
}

@media (max-width:991px) {
    .social_container  .swiper-button-prev,.social_container .swiper-button-next {
        display: none;
    }

    .social_mbl_header {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin: 70px auto 44px auto;
    }
    
    .social_mbl_header hr
    {
        margin: 0;
        color: #fff;
    }
    
    .social_mbl_header h2 {margin: 0;color: #fff;font-family: 'Marsden Narrow';font-style: normal;font-weight: 400;font-size: 30px;/* line-height: 20px; */width: fit-content;letter-spacing: -0.04em;text-transform: uppercase;color: #FFFFFF;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
    
    .social_mbl_footer div:nth-child(1) {
        background: #fff;
        color: #003593;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: fit-content;
        padding: 10px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .social_mbl_footer {
        display: grid;
        place-items: center;
        margin: 44px auto;
    }
    
    
    .social_mbl_header div:nth-child(3) , .social_mbl_header div:nth-child(1) {
        width: 19%;
    }
    
    .social_mbl_header div:nth-child(2) {
        width: 80%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    
    .social_mbl_footer span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    

}

@media (min-width:991px) {
    .social_mbl_header , .social_mbl_footer{display: none;}

    .social_container .swiper-container {
        position: relative;
        max-width: 80%;
        overflow: hidden;
    }
    .social_container .swiper-button-prev::after, .social_container .swiper-button-next::after{
        display:none;
    }
    .social_container .swiper-button-prev ,.social_container .swiper-button-next {
        position: absolute;
        background: #db2517;
        border-radius: 50% 50%;
        width: 40px;
        font-size: 16px;
    }
    .social_container .swiper-button-next svg,.social_container .swiper-button-prev svg {
        width: 12px !important;
    }
    .social_container .swiper-button-prev {
        left: 5%;
    }
    .social_container .swiper-button-next {
        right: 5%;
    }
    .social_desk_header h2 {
        height: 2px;
        background: #fff;
        width: 100%;
        margin: 0;
    }
    .social_desk_header div:nth-child(1) {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .social_desk_header div:nth-child(2) {
        width: 30%;
        color: #fff;
        text-align: center;        
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .social_desk_header div:nth-child(3) {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .social_desk_header div:nth-child(4) {
        width: 20%;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #006aff;
        color: #fff;
        gap: 10px;
        padding: 10px;
        font-size: 14px;
    }
    
    .social_desk_header {
        display: flex;
        margin: 40px auto;
    }
    
    .social_desk_header div:nth-child(4) span.follow-us {
        /* background: #fff; */
    }
    
    .social_desk_header div:nth-child(2) h1 {
        color: #fff;
        margin: 0;
    }
}