.insta-header {
    background-image: url('/theme_alraimedia/images/Background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin-bottom: 5px;
}

.insta-header .insta-description {
    color: #FFF;
    font-size: 17px;
    font-family: 'Almarai-Bold';
}
.insta-header .insta-logo {
   background-image: url('/theme_alraimedia/images/logobg.png');
   width: 85px;
   height: 58px;
   background-size: cover;
   padding: 10px 19px 10px 30px;
}

.insta-header .share-icon {
    cursor: pointer;
}

.social-outer{
    position: relative;
}

.social-inner {
    background-color: #FFF;
    z-index: 1;
    display: flex;
    gap: 10px;
    padding: 10px;
    position: fixed;
    left: 0px;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.social-inner.display-icons {
    transform: translateX(0%);
}

.insta-header .social-item img {
    height: 35px;
}

@media screen and (max-width: 768px) {

    .insta-header .insta-page-logo {
        height: 55px;
    }
}

@media screen and (max-width: 576px) {
    .insta-header .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
