/* ---------------------------------top banner Style------------------------------------*/
p {
    line-height: 180%;
    letter-spacing: .025em;
}

.top-banner {
    background-image: linear-gradient(3deg, #f6f5fa, #fff);
}

.top-banner .container {
    min-height: 350px;
    padding: 160px 10px;
}

.top-banner .banner-heading {
	margin-bottom: 10px;
	color: #1b1643;
	font-size: 38px;
	line-height: 44px;
	font-weight: 700;
}

.top-banner.image-api .banner-heading
{
    text-align: left;
}

.top-banner .text-description {
	color: #575a7b;
	font-size: 16px;
	line-height: 26px;
	margin: 30px auto;
}

.top-banner.image-api .left-content .text-description {
	width: unset;
	text-align: left;
}

.app-button-banner {
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    margin-left: 0;
    padding: 16px 46px;
    border-radius: 6px;
    background-color: #687ded;
    font-size: 18px;
    display: inline-block;
}

.right-content {
    max-width: 50%;
    width: 100%;
    padding-left: 50px;
}

.code-snipet-wrapper {
    border-radius: 5px;
    background-color: #0d2e4e;
}

.code-snippet.new {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    color: #f7f7ff;
    font-weight: 400;
    font-family: 'Inconsolata', monospace;
    font-size: 14px;
    letter-spacing: 0;
}

.code-snippet {
    padding: 8px 40px;
    color: #1b1643;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 180%;
}

.code-snipet-wrapper.second-block-height {
    height: 299px;
    overflow: auto;
    margin-top: 20px;
}

.json-text {
    color: #84d996;
}

.span-highlight-red {
    color: #e4704a;
}

/* ---------------------------------brand icon Style------------------------------------*/
.brand-icon-section {
    padding: 75px 30px;
}


.brand-icon-section .text-description {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #575a7b;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}

.logo-wrapper-colum {
    margin-top: 34px;
    margin-bottom: 40px;
    justify-content: space-between;
    height: 125px;
}

.logo-wrapper-colum .img-wrapper-partner {
    display: flex;
    align-items: center;
    width: 98px;
    max-width: 7%;
    opacity: .9;
    -webkit-transition: .2s;
    transition: .2s;
    justify-content: center;
}

.logo-wrapper-colum .img-wrapper-partner:hover {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.separator-block {
    width: 90px;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5c070;
}

/* ---------------------------------menu icon Style------------------------------------*/
.dropdown.h-menu-dropdown-holder {
    background-color: #FBFBFD;
    width: 30vw;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(3, 1, 1, .05), 0 10px 15px -3px rgba(0, 0, 0, .1);
    border-radius: 10px;
    left: -20vw;
}

/* ---------------------------------menu icon Style------------------------------------*/


/* ---------------------------------api feature Style------------------------------------*/
.feature-api-section {
    padding: 70px 30px;
}

.feature-api-section .text-description {
    color: #1b1643;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.feature-column .text-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    color: #1b1643;
    font-size: 18px;
    line-height: 28px;
}

.feature-api-section .d-flex.feature-row {
    margin: 52px -25px 0;
}

.feature-column .text-content p {
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #575a7b;
    font-size: 14px;
    line-height: 28px;
}

.feature-column.d-flex {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
}

.btn-wrapper .pricing-button {
    width: 45%;
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 0;
}

/* ---------------------------------api feature Style------------------------------------*/
/* ---------------------------------type-api-sectionStyle------------------------------------*/
.type-api-section {
    padding: 80px 30px;
}

.type-api-section .text-description {
    margin-bottom: 40px;
    color: #1b1643;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
}

.type-column.d-flex {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.type-column.d-flex svg {
    display: inline-block;
    width: 40px;
    height: 50px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.type-column.d-flex h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    color: #1b1643;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

.type-column.d-flex p {
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #575a7b;
    font-size: 14px;
    line-height: 28px;
}

/* ---------------------------------type-api-section Style------------------------------------*/
/* ---------------------------------pricing-api Style------------------------------------*/
.pricing-api-section {
    padding: 120px 30px;
    background-image: linear-gradient(3deg, #f6f5fa, #fff);
    min-height: 100vh;
}

.pricing-api-section h2 {
    color: #1b1643;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .02em;
    line-height: 36px;
    margin-bottom: 10px;
}

.d-flex.pricing-row {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.pricing-column.d-flex {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.price-title {
    padding-top: 20px;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: .025em;
    text-align: center;
    width: 100%;
}

.price-col-card-amount {
    font-size: 32px;
    font-weight: 600;
    width: max-content;
}

.plan-name {
    text-transform: uppercase;
}

.price-amount-month {
    padding-left: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
    width: max-content;
}

.price-title .d-flex.justify-content-center {
    margin: 40px 0;
}

.btn-wrapper .pricing-button {
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #687ded;
    text-align: center;
    padding: 7px 0;
    box-shadow: 0 14px 24px 0 rgba(27, 22, 66, .06), 0 0 6px 0 rgba(27, 22, 66, .03);
    color: #fff;
    font-size: 18px;
    display: block;
}

.list-price-month {
    margin: 40px 0;
    padding-top: 30px;
    padding-bottom: 10px;
}

.list-price-month .price {
    font-weight: 700;
    font-size: 16px;
}

.list-price-month .feature-text {
    font-size: 16px;
    padding-bottom: 5px;
    letter-spacing: .025em;
}

.pricing-api-section .text-description {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #575a7b;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}

/* ---------------------------------pricing-api Style------------------------------------*/
/* ---------------------------------image-api-documentation Style------------------------------------*/
.image-api-documentation-section {
    padding: 80px 30px;
}

.image-api-documentation-section h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
}

.over-view-wrapper {
    margin-top: 60px;
}

.over-view-row {
    margin-bottom: 30px;
}

.over-view-row .text-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.over-view-row .text-description {
    line-height: 180%;
    letter-spacing: .025em;
}

.over-view-row .link-with-bg {
    margin-top: 15px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #404758;
}

.link-with-bg a {
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
}

.over-view-row .text-indent {
    text-indent: 30px;
    display: block;
}

.parameter-head {
    background-color: #6B7487;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    letter-spacing: .025em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid-params-required {
    border-radius: 4px;
    background-color: #d9d9d9;
    color: #e56f4a;
    text-transform: uppercase;
    line-height: 180%;
    letter-spacing: .025em;
    font-weight: 700;
}

.parameter-grid {
    display: grid;
    margin-top: 15px;
    margin-bottom: 45px;
    grid-auto-rows: 0.5fr;
    -ms-grid-columns: 0.5fr 0.25fr 1fr;
    grid-template-columns: 0.5fr 0.25fr 1fr;
    -ms-grid-rows: 0.5fr;
    grid-template-rows: 0.5fr;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.prod-page-table-code-span {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    background-color: #d0d8df;
}

.code-error-grid .parameter-name {
    text-align: center;
    align-self: end;
    line-height: 180%;
    letter-spacing: .025em;
}

.parameter-grid.code-error-grid {
    grid-auto-rows: 0.25fr;
    grid-template-areas:"Area";
    -ms-grid-columns: 0.25fr 0.5fr 1fr;
    grid-template-columns: 0.25fr 0.5fr 1fr;
    -ms-grid-rows: minmax(auto, 0.25fr) minmax(auto, 0.25fr);
    grid-template-rows: minmax(auto, 0.25fr) minmax(auto, 0.25fr);
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.parameter-type {
    padding-top: 4px;
}

.parameter-detail {
    padding-top: 4px;
}

.over-view-row h5 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: .025em;
    font-size: 14px;
}

.docs-code-html {
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 180%;
}

.over-view-row .text-bold {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

/* ---------------------------------image-api-documentation Style------------------------------------*/
/* ---------------------------------Optimization API Style------------------------------------*/
.optimization-api-section {
    padding: 80px 30px;
}

.optimization-api-section h2 {
    color: #1b1643;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    letter-spacing: .02em;
}

.d-flex.optimization-row {
    padding-top: 46px;
    margin-left: -10px;
    margin-right: -10px;
}

.grid-params-param {
    font-weight: 700;
}

.optimization-column {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.json-num {
    color: #e4704a;
}

.optimization-column p {
    margin-bottom: 10px;
    line-height: 24px;
    max-width: 450px;
    color: #575a7b;
    font-size: 14px;
}

.optimization-column h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    color: #1b1643;
}

/* ---------------------------------Optimization API Style------------------------------------*/
/* ---------------------------------Api-changelog Style------------------------------------*/
.api-changelog {
    padding: 80px 30px;
}

.dynamic-title h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .02em;
}

.product-page-docs-header-changelog {
    display: inline-block;
    margin-top: 0;
    text-align: center;
}

.changelog-headline {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.changelog-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dynamic-description {
    margin-top: 45px;
}

.changelog-date {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

/* ---------------------------------Api-changelog  Style------------------------------------*/
/* ---------------------------------free credit Style------------------------------------*/
.free-credit {
    padding: 80px 30px;
}

.free-credit h5 {
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: #687ded;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.free-credit h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 10px;
    color: #1b1643;
    text-align: center;
}

.free-credit .text-description {
    margin-top: 13px;
    margin-bottom: 30px;
    color: #575a7b;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
}


/* ---------------------------------free credit Style------------------------------------*/
/* ---------------------------------FAQ SECTION------------------------------------*/
.faq-section {
    padding: 80px 30px;
}

.faq-section h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 70px;
}

.faq-row {
    margin-top: 30px;
}

.faq-row h5 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.faq-row p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 180%;
    letter-spacing: .025em;
}

/* ---------------------------------FAQ SECTION------------------------------------*/
