.top-header-section{
    width: 100%;
    background-color: #FF5C39;
}

.top-header-section .top-header-container {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 40px;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fortopheaderpaddin{
    padding: 0px 40px !important;
}

.top-header-section .top-header-container .contact-detail{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-header-section .top-header-container .contact-detail .same-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
}

.top-header-section .top-header-container .contact-detail .same-box:nth-child(1){
    border-right: 1px solid white;
    padding-right: 10px;
}

.top-header-section .top-header-container .social-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.top-header-section .top-header-container .social-links .link{
    height: 80%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 5px; */
    border-right: 1px solid white;
    /* margin-right: 5px; */
}

.top-header-section .top-header-container .social-links .link:nth-child(1) i{
    color: #FF5C39;
    /* border-radius: 5px; */
}
.top-header-section .top-header-container .social-links .link:nth-child(1){
    background-color: white;
}

.top-header-section .top-header-container .social-links .link:nth-child(2) i{
    color: #FF5C39;
    /* border-radius: 5px; */
}
.top-header-section .top-header-container .social-links .link:nth-child(2){
    background-color: white;
}

.top-header-section .top-header-container .social-links .link:nth-child(3) i{
    color: #FF5C39;
    /* border-radius: 5px; */
}
.top-header-section .top-header-container .social-links .link:nth-child(3){
    background-color: white;
}

.top-header-section .top-header-container .social-links .link:nth-child(4) i{
    color: #FF5C39;
    /* border-radius: 5px; */
}
.top-header-section .top-header-container .social-links .link:nth-child(4){
    background-color: white;
}

.top-header-section .top-header-container .social-links .link:nth-child(5) i{
    color: #FF5C39;
    /* border-radius: 5px; */
}
.top-header-section .top-header-container .social-links .link:nth-child(5){
    background-color: white;
}

.top-header-section .top-header-container .social-links .link i{
    /* padding: 3px 8px; */
    color: white;
}

@media (max-width:600px) {

    .top-header-section .top-header-container{
        padding: 10px;
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .top-header-section .top-header-container .contact-detail .same-box{
        font-size: 14px;
    }
    
}

@media (max-width:344px) {

    .top-header-section .top-header-container .contact-detail .same-box{
        font-size: 12px;
    }
    
}