* {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1196px !important;
}

.lh-37 {
    line-height: 37px;
}

.lh-26 {
    line-height: 26px;
}


.fs-38 {
    font-size: 38px;
}

.fs-28 {
    font-size: 28px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.color-133642 {
    color: #133642 !important;
}

.color-424242 {
    color: #424242;
}

.color-6D6D6D {
    color: #6D6D6D;
}

.color-F98012 {
    color: #F98012;
}

.color-E4E4E4 {
    color: #E4E4E4;
}

.color-E1402A {
    color: #E1402A;
}

.color-27A668 {
    color: #27A668;
}

.bg-blue-sec {
    background-image: url("../api-integration-imgs/bg-blue-section.svg");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-4F8DF5 {
    background-color: #4F8DF5;
}

.bg-27A668 {
    background-color: #27A668;
}

.bg-F5BC1A {
    background-color: #F5BC1A;
}

.bg-F8F8F8 {
    background-color: #F8F8F8 !important;
}

.bg-FFEAE7 {
    background-color: #FFEAE7;
}

.bg-C3EAD7 {
    background-color: #C3EAD7;
}

.bg-133642 {
    background-color: #133642 !important;
}

.bg-E1402A {
    background-color: #E1402A;
}

.bg-000 {
    background-color: #000;
}

.bg-F98012 {
    background-color: #F98012;
}

.bg-FFF4ED {
    background-color: #FFF4ED;
}

.bg-FFFAF5 {
    background-color: #FFFAF5;
}


.rounded-34 {
    border-radius: 34px;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-28 {
    border-radius: 28px;
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-14 {
    border-radius: 14px !important;
}

.rounded-11 {
    border-radius: 11px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-9 {
    border-radius: 9px;
}

.h-44 {
    height: 44px;text-decoration: none!important;
}

.h-20 {
    height: 20px;
}

.w-997 {
    max-width: 997px;
}

.w-20 {
    width: 20px;
}
.border-bottom-F1F1F1{
    border-bottom: 1px solid #F1F1F1;
}

.border-E8E8E8 {
    border: 1px solid #E8E8E8;
}
.bdrw{border: 1px solid #fff;}
.ht402{height: 402px;display: flex;align-items: center;justify-content: center;}
.lh-52{line-height: 52px;}

.bg-header-section-docs {
    background-image: url("../api-integration-imgs/header-addondoc.svg");background-color: #EDF4FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 680px;
    height: 100%;
}


.line-highlight {
    display: inline;
    background: #FFE0E0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-decoration: underline solid #FF7272 1px;
}

.flow-container {
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.flow-item {
    position: relative;
    background-color: #EBF3FF;
    color: #0C55CF;
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 18px;
    white-space: nowrap;
}

.flow-item:last-child {
    margin-right: 0;
}

.flow-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #cce0ff;
    z-index: 1;
}


.bg-doc-blue-grad {
    background: url("../api-integration-imgs/bg-gard-blue-docs.svg") no-repeat center center;
    background-size: cover;
    min-height: 346px;
    height: auto;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color: transparent!important;}

@media (max-width: 991px) {
    .fs-38 {
        font-size: 28px;
    }

    .fs-28 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    .fs-14{
        font-size: 10px;
    }.lh-52 {line-height: 40px;}
    .px0{padding-right: 0;padding-left: 0;}
    .bg-header-section-docs {min-height: 630px !important;}
}