.page-introduction {
    margin-top: 150px;
    padding: 30px 0px;
}

.page-title {
    font-size: 42px;
    font-weight: bold;
}

.secondary-title {
    color: #6EC1E4;
    font-size: 25px;
}

.page-description {
    margin-top: 30px;
    font-size: 20px;
}

.icon-n-number {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.icon-n-number .icon {
    width: 80px;
}

.opportunities-details {
    margin-top: 10px;
    text-align: justify;
    font-size: .9em;
}

.our-experience {
    margin-top: 120px;
    padding: 70px 0px 120px 0px;
    background-image: url('../images/our-experience-page/section-01-bg.png');
    background-position: center center;
    background-size: auto;
    background-repeat: repeat-x;
}

.advantages-list li {
    margin-bottom: 20px;
}

.advantages-list li.active {
    background: #fff;
    padding: 30px;
}

.advantages-list li {
    display: flex;
    column-gap: 20px;
    padding: 0px 30px;
}

.advantages-list li i {
    color: #17C434;
}

.advantages-list p.advantages-text {
    font-family: 'DM Sans';
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #47536B;
    font-weight: bold;
}

p {
    font-size: 16px;
}

.image-container {
    padding: 20px;
}

.image-container img {
    width: 100%;
    object-fit: contain;
}

.api-coverage {
    margin-top: 120px;
}

.api-coverage-text {
    background-color: #EC6E00;
    padding: 100px 50px;
}

.api-coverage-text h3 {
    color: #fff;
}

.others-page-introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    background-image: url('../images/contact-us-page/shutterstock_567001864.jpg');
    background-position: top center;
    background-size: cover;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box h4 {
    font-size: 22px;
    margin-top: 20px;
}

.icon {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4.5px 10.6px rgba(112, 144, 176, .13), 0 15px 35px rgba(112, 144, 176, .2);
    border-radius: 50%;
}

.icon svg {
    width: 40px;
}

.get-started {
    margin-top: 150px;
}

.app-platform-logos {
    padding: 70px 0px;
}

.pricing-card {
    background: #303CD1;
    color: #fff;
    padding: 30px 0px;
    box-shadow: 0px 30px 65px 0px rgba(76, 88, 227, .4);
}

p.pricing-card_price {
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    margin: 0px;
    line-height: 1em;
}

.pricing-card h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.pricing-card .price {
    background-color: #4C58E3;
    padding: 20px;

}

.pricing-card ul li {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.pricing-card ul li i {
    color: #17C434;
}

.pricing-card a {
    max-width: fit-content !important;
}

.pricing-btn {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
}

.pricing-btn img {
    width: 50px;
}

.pricing-btn .hover {
    display: none;
}

.pricing-btn:hover .hover {
    display: block;
}

.pricing-btn:hover .normal {
    display: none;
}

.pricing_note {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}

.st077 {
    clip-path: url(#SVGID_77_);
    fill: #adc8ff;
}

.st177 {
    clip-path: url(#SVGID_77_);
    fill: #84adff;
}

.st277 {
    clip-path: url(#SVGID_77_);
    fill: #37f;
}

.st111 {
    clip-path: url(#SVGID_22_);
    fill: #37f;
}

.st011 {
    clip-path: url(#SVGID_22_);
    fill: #84adff;
}

.st1a {
    clip-path: url(#SVGID_2a_);
    fill: #37f;
}

.st0a {
    clip-path: url(#SVGID_2a_);
    fill: #84adff;
}

@media screen and (max-width: 991px) {
    .our-experience {
        padding: 70px 0px 0px 0px;
    }

    .others-page-introduction {
        min-height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .page-title {
        font-size: 32px;
    }

}


.others-pages-navigation li {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;

}