#content div#primary {
    width: 100% !important;
}
#btnSubmit {
    background: linear-gradient( 45deg , #1e55b2, #3477e8) !important;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border: unset;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}
.single.single-tools #btnSubmit.btn.btn-primary{
    border: 0px !important;
    transform: scale(1);
    font-weight: 500;
    height: 47px !important;
}
.single.single-tools .sitemap_pagecounter input#btnSubmit {
     font-size: 16px !important;
}
.single.single-tools #btnSubmit.btn.btn-primary:hover, .single.single-tools #btnSubmit.btn.btn-primary:focus{
    color:#fff !important;
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    transform: scale(1.05);
}

/*  */

.single-tools.postid-46367 .g-recaptcha {
    margin-bottom: 0 !important;
    margin-top: 23px !important;
}
.single-tools.postid-46367 #btnSubmit.btn.btn-primary{
    margin-top: 0 !important;
}

/*new desgin tool*/
.table-responsive:nth-child(1) table.table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F8FA;
    padding: 40px 20px;
    gap: 20px;
    margin: 30px 0;
}

.table-responsive:nth-child(1) th {
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    flex: 1 0 0%;
    box-shadow: 0 5px 26px -4px #dddddd;
    border-radius: 6px;
    border: 0;
    text-align: center !important;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}

.table-responsive:nth-child(1) tr.bg-primary.text-white {
    display: flex;
    gap: 20px;
}

.table-responsive:nth-child(1) tbody {
    width: 100%;
}

.table-responsive:nth-child(1) th:nth-child(1) {
    border-bottom: 3px solid #79BF7E;
}

.table-responsive:nth-child(1) div#total_link {
    color: #79BF7E;
}

.table-responsive:nth-child(1) th div {
    font-size: 40px !important;
    font-weight: 600;
    text-align: center !important;
}

.table-responsive:nth-child(1) th:nth-child(2) div {
    color: #74ACD1;
}

.table-responsive:nth-child(1) th:nth-child(2) {
    border-bottom: 3px solid #74ACD1;
}

.table-responsive:nth-child(1) th:nth-child(3) div {
    color: #000000;
}

.table-responsive:nth-child(1) th:nth-child(3) {
    border-bottom: 3px solid #000000;
}

.table-responsive:nth-child(1) th:nth-child(4) div {
    color: #F97A7A;
}

.table-responsive:nth-child(1) th:nth-child(4) {
    border-bottom: 3px solid #F97A7A;
}

.table-responsive:nth-child(1) th:nth-child(5) div {
    color: #a671ae;
}

.table-responsive:nth-child(1) th:nth-child(5) {
    border-bottom: 3px solid #a671ae;
}

.table-responsive:nth-child(1) th:nth-child(6) div {
    color: #a79a00;
}

.table-responsive:nth-child(1) th:nth-child(6) {
    border-bottom: 3px solid #a79a00;
}

.table-responsive:nth-child(2) thead {
    position: sticky;
    top: 75px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 15px;
}

.table-responsive:nth-child(2) thead tr {
    padding: 11px 18px;
    margin: 0px;
    font-size: 1.2em !important;
    background: #117eef;
    border-radius: 5px;
    color: #fff;
    position: sticky;
    left: 0;
    border: 1px solid #117eef;
}

.table-responsive:nth-child(2) thead tr th {
    border: 0
}

.table-responsive:nth-child(2) td {
    border: 0;
}

.table-responsive:nth-child(1) tr.bg-primary.text-white {
    flex-wrap: wrap;
}
@media(max-width:767px){
    .table-responsive:nth-child(1) th {
        flex: 0 0 47%;
    }
    .table-responsive:nth-child(2) thead {
        top: 0;
    }
    .table-responsive:nth-child(2) thead tr {
        border: unset;
    }
}
@media(max-width:480px){
    .table-responsive:nth-child(1) th {
        flex: 0 0 100%;
    }
}
/* desgin tool end*/