/**
 * MSB Social Icons Styles
 */

/* Buttons wrapper */
.msb-buttons-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 30%;
}

/* Social icons container */
.msb-social-icons {
    display: inline-flex;
    margin-left: 15px;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    z-index: 999;
    top: 38px;
}

/* Individual social icon */
.msb-social-icons {
    display: inline-flex;
    margin-left: 15px;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    z-index: 999;
    top: 38px;
}


html .appoinment_panel {
    right: 201px;
}


.msb-social-icon{
    padding: 11px;
    background: #bf9456 !important;
    margin: 2px 3px;
    width: 28px;
    height: 39px;
    font-size: 27px;
    text-align: center;
    line-height: 32px;
}


.msb-social-icon:hover{
    opacity: 0.8;
}


.msb-social-icon i{
    font-size: 24px;
    color: #222;
}

.msb-social-icon svg{
       font-size: 24px;
    color: #222; 
}

.msb-social-icon:last-child {
    margin-right: 0;
}

/* Facebook icon */
.msb-facebook {
    background-color: #3b5998;
}

.msb-facebook:hover {
    background-color: #4c70ba;
}

/* Instagram icon */
.msb-instagram {
    background-color: #e1306c;
}

.msb-instagram:hover {
    background-color: #e95c8f;
}

/* WhatsApp icon */
.msb-whatsapp {
    background-color: #25d366;
}

.msb-whatsapp:hover {
    background-color: #3ee677;
}

/* Icon size */
.msb-social-icon i {
    font-size: 16px;
}

/* SVG icons */
.msb-svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.msb-svg-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


@media (max-width:480px) {

    
    html .msb-social-icons {
    right: 15px;
    top: 0;
}
    
}




@media (max-width: 768px) {
    .appoinment_panel {
        width: 100%;
        display: block !important;
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100% !important;
        left: 0;
    }
    
    

    
}



.msb-contact-block{
    position: relative;
    z-index: 777;
    background: rgba(0, 0, 0, 0.5);
    min-width: 300px;
    padding-left: 45px !important;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}


.msb-contact-block h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px !important;
}
.msb-contact-block p{
    color: #fff;
    font-size: 15px;
    line-height: 1.7 !important;
}

.msb-contact-block p a{
    color: #fff !important;
}