/*contact us page - start*/
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 
.contact-social { margin-top: 20px; } 
.contact-social_item a { display: flex; position: relative; align-items: center; grid-gap: 10px; } 
.contact-social_item a img { width: 50px; height: 50px; } 
.contact-social_item-content { display: flex; flex-direction: column; } 
.contact-social_item-content strong { font-size: 18px; margin-bottom: 5px; color: #333; } 
.contact-social_item { margin-bottom: 20px; } 
.contact-social_item a:hover strong { color: #333; } 
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 

@media (min-width: 992px){
   .custom-contact-wrapper { padding-top: 200px; } 
   .custom-contact-wrapper::before { content: ''; width: 100%; left: 0; position: absolute; background: url(../../images/contact-us-top.jpg) no-repeat center; background-size: contain; height: 200px; top: 230px; } 
}
/*contact us page - end*/


.page-header .telegram-link {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.page-header .telegram-link::before {
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    background: url(../../images/telegram-icon.png) no-repeat center;
    background-size: contain;
    border-radius: 50px;
}

.page-header .panel.wrapper .header-left h6 {
    font-size: 0;
    display: flex;
    align-items: center
}
.page-header .panel.wrapper .header-left h6 .telegram-link {
    font-size: 14px;
}