body,
* {
    font-family: 'ProximaNova-Regular' !important;
}
html {
    scroll-behavior: smooth;
}
.next-prev-main {
    margin-bottom: 60px;
}
.thanks-msg-main, .next-prev-main {
    margin-left: 50px;
}
.faq_cat_wrap .card-header {
    padding: 12px 0px;
    background: transparent;
    border: none;
}
.faq_cat_wrap .card-header button.btn.btn-link {
    padding: 6px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.faq_cat_wrap {
    margin-right: 14px;
    margin-top: 35px;
}
.faq_cat_wrap .btn-link:after {
    right: 0px !important;
}
.faq_cat_wrap .card {
    border-bottom: 2px solid rgba(0,0,0,.125) !important;
    border-radius: 0px;
}
.faq_cat_wrap .card-body p {
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.faq_cat_wrap .card-body {
    padding: 13px 55px 13px 0px;
}
.related-video-sub {
    width: 44%;
}
.related-video-sub .video2 iframe {
    width: 100% !important;
}
.artical_detail_wrap iframe {
    width: 60%;
    border: 1px solid #02A5E2;
}

form.is-search-form input.is-search-input {
    background: #F2F2F2;
    border: none !important;
    font-style: italic;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 16px;
    color: #333333;
    padding: 20px 40px 20px 20px;
    height: auto;
}
form.is-search-form button.is-search-submit {
    position: absolute;
    top: 11px;
    right: 2px;
    border: none !important;
}
form.is-search-form button.is-search-submit span.is-search-icon {
    border: none !important;
    background: transparent;
    height: auto;
    padding: 0px !important;
}
form.is-search-form.is-form-style label {
    width: 100% !important;
}
form.is-search-form.is-form-style .is-search-submit path {
    fill: #02A5E2;
}

.artical_detail_wrap .content {
    padding: 18px !important;
}
.artical_detail_wrap .content p {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.artical_detail_wrap .content a {
    color: #02A5E2;
    font-weight: 600;
}
/* .artical_detail_wrap .content span {
    color: #ed1a3b;
} */
.artical_detail_wrap .content img {
    margin-bottom: 10px;
}
.artical_detail_wrap .content strong {
    font-weight: 600 !important;
}
.artical_detail_wrap .content ol {
    padding-left: 18px;
    margin-bottom: 20px;
}
.artical_detail_wrap .content ol li {
    margin-bottom: 11px;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.artical_detail_wrap .content ol li img {
    margin-top: 10px;
}
.artical_detail_wrap .content h3 {
    margin-bottom: 17px;
}
.artical_detail_wrap .content ul {
    padding-left: 18px;
}
.artical_detail_wrap .content ul li {
    margin-bottom: 11px;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.artical_detail_wrap .content ul li img {
    margin-top: 10px;
}
.artical_detail_wrap .content ol li ul {
    margin-top: 10px;
}


/* index */
.hero-text {
    color: #ffffff;
    /* padding: 0px 81px; */
}
h3.text {
    color: #ffffff;
    margin-bottom: 27px;
}
.hero-image h3.text {
    margin-bottom: 27px;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 46%;
    margin: auto;
}
.home-page {
    color: #ffffff;
    width: 100%;
    margin-top: 8px;
    margin-left: 0px;
}
.menu-title{
    box-shadow: 0px 2px 10px 3px #e3e5ed;
    padding: 1px;
}
.knowledge-base-title {
    margin-top: 24px;
}
.knowledge-base-box {
    border: 2px solid #02A5E2;
    padding: 23px;
    margin-top: 24px;
}
section.insights-section {
    margin-top: -37px;
    margin-bottom: 100px;
}
section.tax {
    margin-top: 30px;
}
button.img {
    background-color: transparent;
    border: none;
}
ul.list {
    list-style: none;
    margin-top: 12px;
    font-weight: 500;
    padding: 0;
}
ul.list li{
    display: inline-block;
    border-right: 2px solid #02A5E2;
    padding: 0px 42px 0px 42px !important;
    padding-left: 3px;
}
ul.list li:last-child{
    border-right: none;
}
.row.insight {
    margin-top: 40px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 10px 50px 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.copy-bdo{
    padding: 10px 0px;
}
.insight-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.h6, h6 {
    font-size: 16px;
    margin-top: 26px;

}
.insight-date{
    margin-top: 8px;
    font-size: 12px;
}
.hero-image{
    padding: 30px 30px 40px 30px;
    background: rgba(2, 165, 226, 0.6);
}
.input-group-append {
    position: absolute;
    right: 3px;
    top: 10px;
}
img.insight-detail-image {
    width: 100%;
}
.insight-box{
    border: 2px solid #02A5E2;
    padding: 30px 23px;
}
a {
    color: black;
    text-decoration: none !important;
    background-color: transparent;
}
.view-insight-button{
    border-bottom: 2px solid;
}
.row.insight-details {
    padding-bottom: 80px;
}
div#button-top {
    position: absolute;
    right: 20px;
    bottom: 60px;
    border: 1px solid #02A5E2;
    padding: 12px 10px 12px 10px;
    cursor: pointer;
    line-height: 0;
}
div#button-top img {
    width: 17px;
}

/* our-team */

p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 14px;
}
.profile-info-image {
    margin: 12px;
}
/* .details {
    margin: 10px 0px 0px 17px;
} */
hr {
    margin-top: 27px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
/* .paras {
    margin-right: 10px;
    padding: 15px;
} */
.dark-bg {
    background: #333;
    color: #fff;
    margin-top: 17px;
}
.profile-insight {
    padding: 19px;
}
span.authored-type {
    font-weight: 600;
}
.profile-info{
    border-right: 1px solid #dee2e6;
}
.h2, h2 {
    font-size: 26px;
    font-weight: 700;
}
.h1, h1 {
    font-size: 32px;
    font-weight: 700;
}
.profile-details {
    margin-top: 5px;
}
.fa:before {
    content: "";
    position: absolute;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 8px;
    width: 8px;
    transform: rotate(316deg);
}
.profile-info-heading {
    margin-top: 10px;
}

.wrapper .sidebar{
    background: #ffffff;
    border: 1px solid #aed8ea;
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 100%;
    padding: 20px 0;
    margin-top: 273px;
    transition: all 0.5s ease;
}
ul.user-sidebar {
    list-style-type: none;
    margin-top: 55px;
}

/* user-manual */

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.nav {
    display: block;
    border-right: 2px solid #02A5E2;
    border-top: 2px solid #02A5E2;
    height: 100%;
    padding: 84px 0px 185px 0px;
}
.tab-content {
    margin-top: 24px;
    margin-left: 50px;
}
a.active {
    background-color: #02A5E2;
}
.nav li a {
    padding: 15px 44px 15px 68px;
    /* width: 100%; */
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
a:hover {
    color: black;
    background-color: transparent;
} 
img {
    vertical-align: middle;
    border-style: none;
}
.invoice-insight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.images-invoice {
    display: flex;
    align-items: center;
}
p.custom {
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.invoice-insight-1 {
    margin-top: 20px;
}
.invoice-insight-2 {
    margin-top: 20px;
}
.invoice-insight-3 {
    margin-top: 20px;
}
.invoice-insight-4 {
    margin-top: 20px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: -15px;
}
.fade:not(.show) {
    opacity: 1;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #02A5E2;
}
.nav-pills .nav-link {
    border-radius: 0px;
}
.active-border{
    border-bottom: 2px solid #02A5E2;
}
p.header-menu {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

nav.navigation.pagination {
    justify-content: center;
    margin-bottom: 30px;
}
nav.navigation.pagination .nav-links {
    padding: 7px 15px 9px 15px;
}
nav.navigation.pagination .nav-links .page-numbers {
    border: 1px solid #02A5E2;
    color: #02A5E2;
    padding: 7px 15px 9px 15px;
    transition: 0.5s;
}
nav.navigation.pagination .nav-links .page-numbers.current {
    color: #fff;
    background: #02A5E2;
}
nav.navigation.pagination .nav-links .page-numbers:hover {
    color: #fff;
    background: #02A5E2;
}

.knowledge-base-box > a > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

@media only screen and (max-width: 1199px) {
    div.is-ajax-search-result {
        width: 417px !important;
    }
}
@media only screen and (max-width: 1024px) {
    div.is-ajax-search-result {
        width: 41% !important;
    }
}
@media only screen and (max-width: 991px) {
    div.is-ajax-search-result {
        width: 475px !important;
    }
    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 70%;
        margin: auto;
    }
    .related-video-sub {
        width: 100%;
    }
    .thanks-msg-main, .next-prev-main {
        margin-left: 0px;
    }
    .profile-info{
        border-right: none;
    }
    .container.profile-info-section {
        max-width: 100% !important;
    }
    .tab-content {
        margin-top: 30px;
        margin-left: 0px;
    }
    .nav li a {
        padding: 15px 20px 15px 33px;
    } 
}
@media only screen and (max-width: 848px) {
    .nav li a {
        padding: 15px 20px 15px 33px;
    }
}
@media only screen and (max-width: 788px) {
    .nav li a {
        padding: 15px 18px;
    }
}
@media only screen and (max-width: 768px) {
    div.is-ajax-search-result {
        width: 78% !important;
    }
    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 90%;
        margin: auto;
    }
    .knowledge-base-box {
        margin-top: 10px;
    }
    img.insight-detail-image{
        margin-top: 18px;
    }
    .nav li a {
        padding: 15px 18px;
        /* width: 100%; */
        display: block;
        text-decoration: none;
    }
    .nav {
        display: block;
        border: 2px solid #02A5E2;
        padding: 60px 0px 40px 0px;
    }
}
/* videos */
u {
    text-decoration-color: #02A5E2;
}
.irn-title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}
.content{
    padding: 4px 154px 2px 18px;
}
p.content-para {
    margin-top: 30px;
}
.video1 {
    margin-top: 80px;
    margin-bottom: 25px;
}
hr.border-color{
    margin-top: 70px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #02A5E2;
}
p.company-text {
    margin-bottom: 35px;
    margin-top: 18px;
}
.related-video-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 51px;
}
div#button {
    position: absolute;
    right: 30px;
    bottom: 47px;
}
.copyright-section{
    padding: 6px 104px 7px;
}
a.hover-event {
    background: none;
}
/* User Manual Category Start */

.user-manual-category-box {
    border: 2px solid #02A5E2;
    padding: 40px 24px 40px 24px;
    margin-bottom: 65px;
}

.user-manual-category-box a:hover, table a:hover{
    background-color: transparent !important;
    text-decoration: underline;
    color: #02A5E2;
}

.category-name{
    font-weight: 500;
    font-size: 24px;
    line-height: 16px;
    color: #333333;
}

.article-count{
    color: #8a949b;
    display: inline;
    font-weight: 500;
    font-size: 18px;
}

.article-count-header, .article-date{
    text-transform: uppercase;
    color: #8a949b;
    font-size: 16px;
}

.article-date{
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #333333;
}

.article-list li{
    list-style-type: none;
}

.article-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
h3.videos-title {
    margin-top: 24px;
}
.table {
    width: 100%;
    margin-bottom: 50px;
    color: #212529;
}

div#button-scrollup {
    right: 35px;
    position: absolute;
    bottom: 43px;
}
.no-article{
    margin-bottom: 50px;
    color: #02A5E2;
    background-color: #e1edf9;
    padding: 16px 15px;
    border-radius: 5px;
    margin-top: 15px;
}
nav.navigation.pagination .nav-links .page-numbers.dots {
    border: none;
    padding: 6px 8px 0px 8px;
}
@media only screen and (max-width: 767px){
    div.is-ajax-search-result {
        width: 450px !important;
    }
    nav.navigation.pagination .nav-links {
        padding: 7px 0px 9px 0px;
    }
    nav.navigation.pagination .nav-links .page-numbers {
        border: 1px solid #02A5E2;
        color: #02A5E2;
        padding: 4px 10px 7px 10px;
        transition: 0.5s;
    }
    .artical_detail_wrap iframe {
        width: 100%;
    }
    .faq_cat_wrap {
        margin-right: 0px;
    }
    .table td, .table th {
        padding: 8px 3px;
    }
    .m-t-25{
        margin-top:25px;
    }
    h3.text {
        margin-top: 22px;
    }
    .row {
        margin-left: 0px;
    }
    .user-manual-category-box {
        padding: 20px 24px;
        margin-bottom: 32px;
    }
    .category-name {
        font-size: 21px;
    }
    .article-count {
        font-size: 16px;
    }
    .tab-content {
        margin-bottom: 20px;
    }
    .artical_detail_wrap .content {
        padding: 18px 0px !important;
    }
}
@media only screen and (max-width: 633px){
    ul.list li {
        margin: 5px 0px;
    }
}
@media only screen and (max-width: 600px){
    div.is-ajax-search-result {
        width: 75% !important;
    }
}
@media only screen and (max-width: 510px){
    div.is-ajax-search-result {
        width: 72% !important;
        left: 13% !important;
    }
}
@media only screen and (max-width: 500px){
    div#button-top {
        position: absolute;
        right: 20px;
        bottom: 60px;
        border: 1px solid #02A5E2;
        padding: 12px 10px 12px 10px;
        cursor: pointer;
        line-height: 0;
    }
}
@media only screen and (max-width: 425px){
    .input-group {
        width: 100%;
    }
    div.is-ajax-search-result {
        width: 77% !important;
        left: 10% !important;
    }
}
@media only screen and (max-width: 375px){
    .input-group {
        width: 100%;
    }
    nav.navigation.pagination .nav-links .page-numbers {
        border: 1px solid #02A5E2;
        color: #02A5E2;
        padding: 3px 7px 5px 7px;
        transition: 0.5s;
    }
    div#button-top {
        position: absolute;
        right: 15px;
        bottom: 60px;
        border: 1px solid #02A5E2;
        padding: 12px 10px 12px 10px;
        cursor: pointer;
        line-height: 0;
    }
}

.knowledge-base-title h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin: 35px 0px 7px 0px;
}
.knowledge-base-box h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.knowledge-base-box h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.insight-title h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
}
.insight-title .view-insight-button {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
}
.insight-box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 16px;
}
.insight-box > p {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insight-box .insight-date {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #979595;
    margin-top: 16px;
    margin-bottom: 10px;
}
.hero-image .hero-text h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
}
.home-page p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.input-group input.form-control {
    background: #F2F2F2;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding: 14px 36px 14px 14px !important;
    height: 53px !important;
    border-radius: 0px;
}
.tab-pane > h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-top: 35px;
}
.tab-pane > .mt-5 {
    margin-top: 2rem !important;
}
.artical_detail_wrap .insight-title {
    margin-bottom: 20px;
}
.artical_detail_wrap .insight-title h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.artical_detail_wrap .insight-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.related-video-sub p.company-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 14px;
}