 
[mn="5001"] {  
    .follow-us{
        text-align: center;
        margin: 30px 0 0;

        .mediabx{
            &>*{
                justify-content: center;
            }
        }
    }

    .noticebx{
        font-size: 90%;
    }

    .contactinfobx {
        line-height: 1.1;
        .ttldecor- {
            display: none!important;
        }
        ._ittl {
            margin: 0 0 9px;
        }
        .title {
            font-size: 120%;
            font-family: var(--ft-t1);
            margin: 3px 0 9px
        }

        @media (width <= 767px) {
            text-align: center;

            .iconbx {
                ._imgobj {
                    margin: 0;
                }
                .bimgw {
                    max-width: 60px;
                }
                .icon-{
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
        }
    }

    .recaptcha-container{
        iframe{
            width: 100%;
            height: auto;
            aspect-ratio: auto;
            background-color: transparent;
        }
    }
    

    .btn{
        &[disabled]{
            opacity: .5;
        }
    }
} 
