.box-row input {
            height: 42px;
        }
        .maintit-h1-small .country-title{
            text-align: left;
        }
        .info{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .Big-text{
            font-size: 25px;
            color: #696088;
            font-weight: bold;
        }
        #back_count{
            margin-top: 100px !important;
        }

        @media screen and (min-width: 990px){
            .counting{
                margin-top: -5%;
            }
        }

        @media (max-width: 990px) and (min-width: 767px){
            .calcBtn{
                width: 24.5%;
            }
        }

        @media(max-width: 767px){
            .box-row input {
                height: 60px;
            }
            .hide-on-invoice{
                margin-top: 20px
            }
            .content .btn{
                margin-right: 32% !important;
            }
            .calcBtn{
                width: 35.5%;
            }
            #DocCasesDivId .btn-primary{
                padding: 16px 5px !important;
            }
            .actionBtns{
                margin-left: 0
            }
            .btns{
                margin-top: -50px;
            }
        }