﻿.btn-rounded {
    width: 179px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    border-radius: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.numberStyle li {
    list-style: decimal !important;
}

/*Support area css*/
.titleBGwrapper {
    background-image: url('../../images/SVG/titleBG.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 104px;
    width: 100%;
}

.titleBGwrapper  .bannerHeading {
    text-align: center;
}

.titleBGwrapper .bannerHeading h1 {
    height: 104px;
    margin-bottom: 0;
    color: #0B3E6B;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.section-title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif !important;
    color: #0B3E6B;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0;
}

.verticalTabs {
    background-color: #FFFFFF;
    height: 100%;
}

.verticalTabs .nav-link {
    color: #676767;
    border-left: none;
    border-top: none;
    padding: .8rem 1rem;
}

.verticalTabs .nav-tabs .nav-item .nav-link.active {
    color: #0B3E6B;
    background-color: #F5F5F5;
    border-color: #f5f5f5;
    border-left: 4px solid #0B3E6B !important; 
    border-radius: 0;
    font-weight: 600;
}

.verticalTabs .nav-link:hover {
    color: #0B3E6B;
    background-color: #F5F5F5;
    border-color: #f5f5f5;
}

.verticalTabs .nav-link:focus {
    color: #0B3E6B;
    background-color: #F5F5F5;
    border-color: #f5f5f5;
}

.verticalTabs .tab-discription {
    border-left: 4px solid #EEEEEE;
    font-size: .75em;
    padding: 13px 7px;
}

.verticalTabs .tabs-vertical {
    width: 420px;
    border-bottom: 0px;
    border-right: 2px solid #D4D4D4;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.verticalTabs .tab-content {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: top;
}

.tab-content .tab-pane ul {
    padding-left:16px;
}

.tab-content .tab-pane ul li {
    list-style: disc;
}

/*Media query*/
@media(max-width: 768px) {
    .section-title {
       padding-bottom: 60px;
    }
    .verticalTabs .tabs-vertical {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
        border-right: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .verticalTabs .nav-tabs .nav-item .nav-link {
        color: #000;
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 20px;
    }
    .verticalTabs .nav-tabs .nav-item .nav-link:focus {
        border-bottom: 4px solid #0B3E6B;
        border-left: none !important;
    }
    .verticalTabs .nav-tabs .nav-item .nav-link:hover {
        border-bottom: 4px solid #0B3E6B;
        border-left: none !important;
    }
    .verticalTabs .nav-tabs .nav-item .nav-link.active {
        border-bottom: 4px solid #0B3E6B;
        border-left: none !important;
    }
}
