span.main-cat:hover {
    color: #002FB2 !important;
}


ul li.nav-item a.nav-link:hover {
    color: #002FB2 !important;
}

.support-banner {
    background: #f6f8f9;
    padding-bottom: 116px;
    padding-top: 35px;
}

a.contact-btn.button {
    margin-bottom: 40px;
}

p {
    margin-bottom: 30px !important;
}

h1.text-center.main-heading.mb-3 {
    text-align: center;
}

h2.text-center.choose-heading.mt-5 {
    font-size: 20px;
    text-align: center;
    margin-top: -40px;
}

p.text-center.choose-details {
    text-align: center;
    margin-top: 10px;
}

.row.main-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
    margin-top: -160px;
    z-index: 2;
}

.nav-item {
    padding: 17px 59px;
    position: relative;
}

.nav-pills .nav-link {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 180px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.support-links {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding-top: 60px;
}

.response-text {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

@media (min-width: 992px) {
    select.select-sub-query {
        width: 45%;
    }
}

select.select-query {
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 17px 50px 17px 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    border: 1px solid #E7E9F3;
    box-shadow: 5px 2px 20px rgba(231, 233, 243, 0.497705);
    appearance: none;
    background-image: url('https://www.themehigh.com/docs/wp-content/themes/themehigh-docs/support-page/images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    margin-left: 53px;
}

.contact-us {
    margin: 0px 0px 50px 50px;
}

.query-content-wrapper {
    background: #F5F9FE;
    border-radius: 5px;
    padding: 40px;
    line-height: 30px;
    margin-left: 41px;
}

@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.main-category.nav a.nav-link.active {
    color: #161616;
    background: #FFFFFF;
    border: 1px solid #161616;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
    border-radius: 6px;
}

.nav-link {
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-link:hover,
.nav-link.active {
    background: #f4f5f7;
    border-color: #ddd;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.main-cat {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.main-cat img.active-tab {
    width: 16px;
    margin-left: 8px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.nav-link.active img.active-tab {
    transform: rotate(90deg);
}

.select-query:focus-visible {
    border: 1px solid #002FB2;
    outline: none;
    border-radius: 4px;
}
a.contact-btn.button {
    background-color: #161616;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
    color: #fff !important;
}
a.contact-btn.button:hover {
    background-color: #002FB2;
    color: #fff !important;
}

.main-cat-desc {
    font-size: 14px;
    color: #161616;
}

@media (max-width: 768px) {
    .nav-item {
        margin-bottom: 15px;
    }
    h2.text-center.choose-heading.mt-5 {
        font-size: 20px;
        text-align: center;
        font-family: open sans;
        margin-top: -40px;
        line-height: 1.2;
    }
    h1.text-center.main-heading.mb-3 {
        text-align: center;
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 374px) {
    .main-heading {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media (min-width: 1024px) {
    .tab-license,
    .tab-technical {
        width: 27% !important;
    }

    #license-billing-questions-tab,
    #technical-queries-tab {
        height: 143px !important;
    }
}

.select-query {
    margin-bottom: 50px !important;
}

/* Active tab */
.nav-link.active {
    color: #002FB2 !important;
    background: #FFFFFF !important;
    border: 1px solid #002FB2 !important;
    box-sizing: inherit !important;
    box-shadow: 0px 10px 20px rgba(5, 5, 6, 0.04) !important;
    border-radius: 6px !important;
}
