.wrapper {
    padding: 0 !important;
}

.bg-banner {
    background: url('../images/growing-banner.png')no-repeat center top;
    height: 680px;
    background-size: 100%;
    margin-top: -2px;
}

.content-panel-wrap {
    position: relative;
    top: 250px;
}

.banner-cont-inner {
    color: #fff;
}

.banner-cont-inner h1 {
    font-family: Georgia;
    font-size: 50px;
    font-weight: 400;
    position: relative;
}

.banner-cont-inner h1::before {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    height: 7px;
    width: 90px;
    background-color: #ee3324;
}

.banner-cont-inner span {
    font-size: 20px;
    color: #f5f4f4;
    display: inline-block;
    padding-top: 20px;
}

.abt-content p {
    color: #717171;
    padding: 35px 30px 15px 40px;
    line-height: 1.9;
}

.mad__badg {
    margin-left: 30px;
}

.mad__badg img {
    width: 260px;
    backface-visibility: hidden;
}

.about-card-wrapper {
    box-shadow: 2px 3px 60px rgba(0, 0, 0, .11);
    margin: -60px 0 60px;
    padding: 40px 50px;
    position: relative;
    background: #fff;
    z-index: 2;
}

.abt-content .heading2 {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #ff0034;
    text-transform: uppercase;
}

.abt-content .cricle {
    top: 4px;
    width: 20px;
    height: 20px;
}

.abt-content .cricle:before {
    top: -88px;
    height: 99px;
}

.product-head {
    font-family: Georgia;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;
}

.flex-space-betwn.align-center {
    align-items: center;
}

.sponsored-badg {
    position: relative;
    width: 28px;
    height: 26px;
    background-color: #000;
    margin-right: 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sponsored-badg span {
    position: absolute;
    content: "";
    background: #fff;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.sponsored-badg+span {
    font-weight: 700;
}

.comp-list-wrap {
    margin-top: 30px;
    border: 1px solid #adadad;
    border-radius: 15px;
    position: relative;
}

.comp-list-lft {
    text-align: center;
    background: #f8f8f8;
    padding: 50px 30px;
    width: 320px;
    position: relative;
    border-radius: 15px 0 0 15px;
}

.comp-list-rgt {
    padding: 50px;
    position: relative;
    width: calc(100% - 320px);
}

.top-logo {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    display: flex;
    justify-content: center;
}

.top-logo figure {
    border: 1px solid #999;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background: #fcfcfc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-logo figure img {
    max-width: 100%;
    border-radius: 50%;
}

.det_warpper {
    padding: 30px 0 0;
}

.comp-name {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
}

.comp-loc {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
}

.comp-list-wrap .trans-btn {
    margin-top: 60px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 100%;
}

.comp-list-wrap .trans-btn a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.trans-btn a:before {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    content: "";
    z-index: 1;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.trans-btn a:hover:before {
    width: 100%;
    z-index: -1;
}

.trans-btn a:hover {
    color: #000;
    z-index: 1;
}

.comp-list-wrap .trans-btn a {
    padding: 18px 32px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    position: relative;
    margin: 0 10px;
    text-transform: none;
}

.comp-list-wrap .trans-btn a {
    border: 1px solid #959595;
}

.comp-list-wrap .trans-btn a:hover {
    border: 1px solid #000;
}

.comp-list-wrap .trans-btn a:before {
    background-color: #000;
}

.comp-list-wrap .trans-btn a:hover {
    color: #fff;
    z-index: 1;
}

.box-list {
    padding-bottom: 40px;
}

.box-list ul {
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
}

.box-list li {
    padding: 0 70px 0 0;
    position: relative;
}

.box-list li figure {
    position: absolute;
    left: 0;
    top: -5px;
}

.box-list li:nth-child(2) figure {
    left: 14px;
    top: -7px;
}

.comp-list-lft .sponsored-badg {
    position: absolute;
    left: -10px;
    display: none;
}

.comp-detal {
    padding-left: 40px;
}

.box-list .comp-detail-head {
    color: #252525;
    display: block;
    font-size: 13px;
    padding-bottom: 10px;
}

.comp-detail-subhead {
    font-size: 18px;
    font-weight: 700;
}

.comp-about-wrap .para,
.comp-about-wrap p+p {
    font-size: 16px;
    line-height: 1.6;
}

.comp-about-wrap a {
    color: var(--primary-color);
}

.comp-about-wrap p+p {
    margin-top: 15px;
}

.clientname_wrap li {
    float: left;
    padding-right: 30px;
    padding-bottom: 10px;
}

.common_link {
    color: #ff0034;
}

.comp-about-wrap {
    padding-bottom: 50px;
}

.clientname_wrap h3 {
    padding-bottom: 20px;
}

.share-btn a {
    padding: 18px 32px;
    display: inline-block;
    background-color: #035fdd;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
}

.share-btn a:hover {
    background-color: #095bce;
    color: #fff;
}

.cl__panel {
    width: calc(100% - 240px);
}

.comp-list-head {
    position: relative;
    font-weight: 700;
}

.comp-list-head:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 75px);
    background-color: #ededed;
    top: 8px;
    left: 80px;
}

.partners-head:after {
    left: 95px;
}

.comp-about-wrap .comp-list-head {
    padding-bottom: 20px;
}

.para__container {
    margin: 50px 0;
}

.para__container .para {
    margin-bottom: 30px;
    font-size: 18px;
}

.comp-list-head+ul {
    padding-top: 20px;
}

.num_list__panel {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: absolute;
    left: -6px;
    top: 35px;
}


/* Blog CTA */
.best-ser-wrapper {
    position: relative;
    margin: 50px 0;
}

.best-ser-wrapper .expand-brand-panel {
    background: #000;
    padding: 45px 40px;
    width: 65%;
}

.expand-brand-panel {
    padding: 100px 70px 80px;
}

.subcontent {
    line-height: 1.8;
    color: #d3d3d3;
    display: block;
    padding: 40px 0 70px;
    font-size: 20px;
}

.best-ser-wrapper .subcontent {
    padding: 15px 0 28px;
    font-size: 14px;
}

.best-ser-wrapper .flex-space-betwn {
    flex-wrap: wrap;
}

.best-ser-wrapper .cta__btn a {
    background-color: #ff3912;
    padding: 20px 30px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #fff;
}

.best-ser-wrapper .cta__btn a:hover {
    background-color: #fb2c03;
}

.best-ser-wrapper .expand-brand-view {
    width: 35%;
    background: url('../images/best-provider-img2.png') no-repeat;
    background-size: cover;
    background-position: -3px -2px;
    color: #fff;
}

.best-ser-wrapper .expand-brand-panel .ser_prov {
    font-size: 28px;
    font-family: 'Georgia';
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}


/* Responsive CSS */

@media screen and (max-width: 1899px) {

    .share-btn a {
        padding: 14px 28px;
        font-size: 14px;
    }

    .cl__panel {
        width: calc(100% - 200px);
    }

}

@media screen and (max-width: 1366px) {

    .share-btn a {
        padding: 12px 24px;
        font-size: 13px;
    }

    .cl__panel {
        width: calc(100% - 180px);
    }

}



@media screen and (max-width: 1279px) {

    .share-btn a {
        padding: 10px 22px;
        font-size: 12px;
    }

    .cl__panel {
        width: calc(100% - 190px);
    }

}

/* Large Tablets and Small Desktops */
@media screen and (max-width: 1024px) {
    .bg-banner {
        height: 500px;
        background-size: cover;
    }

    .content-panel-wrap {
        top: 180px;
    }

    .banner-cont-inner h1 {
        font-size: 42px;
    }

    .banner-cont-inner span {
        font-size: 18px;
    }

    .about-card-wrapper {
        padding: 35px 40px;
        margin: -50px 0 50px;
    }

    .product-head {
        font-size: 35px;
    }

    .comp-list-lft {
        width: 280px;
        padding: 40px 25px;
    }

    .comp-list-rgt {
        padding: 40px;
        width: calc(100% - 280px);
    }

    .top-logo {
        width: 140px;
        height: 140px;
    }

    .top-logo figure {
        width: 120px;
        height: 120px;
    }

    .comp-name {
        font-size: 22px;
    }

    .box-list li {
        padding: 0 50px 0 0;
    }

    .best-ser-wrapper .expand-brand-panel {
        width: 60%;
        padding: 40px 35px;
    }

    .best-ser-wrapper .expand-brand-view {
        width: 40%;
    }

    .best-ser-wrapper .expand-brand-panel .ser_prov {
        font-size: 24px;
    }

    .expand-brand-panel {
        padding: 80px 60px 70px;
    }
}

/* Tablets */
@media screen and (max-width: 767px) {
    .bg-banner {
        height: 400px;
    }

    .content-panel-wrap {
        top: 150px;
    }

    .banner-cont-inner h1 {
        font-size: 36px;
    }

    .banner-cont-inner h1::before {
        width: 70px;
        height: 5px;
        top: -25px;
    }

    .banner-cont-inner span {
        font-size: 16px;
        padding-top: 15px;
    }

    .abt-content p {
        padding: 30px 25px 15px 30px;
        line-height: 1.7;
    }

    .mad__badg {
        margin-left: 20px;
    }

    .mad__badg img {
        width: 200px;
    }

    .about-card-wrapper {
        padding: 30px 30px;
        margin: -40px 0 40px;
    }

    .product-head {
        font-size: 30px;
    }

    .comp-list-wrap {
        flex-direction: column;
        border-radius: 12px;
        overflow: hidden;
    }

    .comp-list-lft {
        width: 100%;
        border-radius: 0;
        padding: 32px 24px;
        background: #fff;
    }

    .comp-list-rgt {
        width: 100%;
        padding: 32px 24px;
    }

    .comp-list-wrap .trans-btn {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        margin-top: 24px;
        width: 100%;
        display: flex;
        gap: 12px;
    }

    .comp-list-wrap .trans-btn a {
        padding: 14px 24px;
        font-size: 15px;
        margin: 0;
        flex: 1;
        text-align: center;
        border-radius: 5px;
    }

    .top-logo {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
    }

    .top-logo figure {
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }

    .det_warpper {
        text-align: center;
        padding: 0 0 8px;
    }

    .comp-name {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .comp-loc {
        font-size: 15px;
    }

    .box-list {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .box-list ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .box-list li {
        padding: 0;
        width: calc(33.33% - 14px);
        flex: 0 0 calc(33.33% - 14px);
    }

    .comp-detal {
        padding-left: 40px;
    }

    .comp-list-wrap>.flex-space-betwn {
        flex-direction: column;
    }

    .box-list li figure {
        position: relative;
        margin-bottom: 8px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-list .comp-detail-head {
        font-size: 12px;
        color: #717171;
        margin-bottom: 0;
    }

    .comp-detail-subhead {
        font-size: 16px;
    }

    .comp-about-wrap {
        padding-bottom: 12px;
    }

    .comp-about-wrap .comp-list-head {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 0;
    }


    .comp-about-wrap .para,
    .comp-about-wrap p+p {
        font-size: 15px;
        line-height: 1.6;
    }

    .clientname_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .share-btn a {
        padding: 14px 24px;
        font-size: 15px;
    }

    .cl__panel {
        width: 100%;
    }

    .clientname_wrap .comp-list-head {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 0;
    }

    .clientname_wrap ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        padding: 0;
        list-style: none;
    }

    .clientname_wrap li {
        float: none;
        padding-right: 20px;
        padding-bottom: 0;
        position: relative;
        color: #000;
        font-size: 14px;
    }

    .clientname_wrap li:not(:last-child):after {
        content: "/";
        position: absolute;
        right: 8px;
        color: #000;
    }

    .num_list__panel {
        display: none;
    }

    .sponsored-badg {
        display: none;
    }

    .para__container {
        margin: 40px 0;
    }

    .para__container .para {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .best-ser-wrapper {
        margin: 40px 0;
    }

    .best-ser-wrapper .flex-space-betwn {
        flex-direction: column;
    }

    .best-ser-wrapper .expand-brand-panel {
        width: 100%;
        padding: 40px 30px;
    }

    .best-ser-wrapper .expand-brand-view {
        width: 100%;
        min-height: 250px;
        background-position: center;
    }

    .best-ser-wrapper .expand-brand-panel .ser_prov {
        font-size: 22px;
    }

    .best-ser-wrapper .subcontent {
        font-size: 13px;
    }

    .expand-brand-panel {
        padding: 60px 40px 50px;
    }

    .subcontent {
        font-size: 18px;
        padding: 30px 0 50px;
    }

    .comp-about-wrap .para,
    .comp-about-wrap p+p {
        font-size: 16px;
        line-height: 1.6;
    }

    .comp-about-wrap a {
        color: var(--primary-color);
    }

    .tech-startups_2025 {
        background: url("https://s3.amazonaws.com/mobileappdaily/mad/uploads/mobile2_12_mad_img_1769061329.png") no-repeat;
        background-size: 100%;
        background-position: center;
        height: 440px;
    }

    .bannerleft {
        width: 100%;
        text-align: center;
        padding: 4rem 0;
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {
    .bg-banner {
        height: 300px;
        background-size: cover;
    }

    .content-panel-wrap {
        top: 100px;
    }

    .banner-cont-inner h1 {
        font-size: 28px;
    }

    .banner-cont-inner h1::before {
        width: 60px;
        height: 4px;
        top: -20px;
    }

    .banner-cont-inner span {
        font-size: 14px;
        padding-top: 10px;
    }

    .abt-content p {
        padding: 25px 20px 15px 20px;
        line-height: 1.6;
        font-size: 14px;
    }

    .mad__badg {
        margin-left: 15px;
    }

    .mad__badg img {
        width: 150px;
    }

    .about-card-wrapper {
        padding: 25px 20px;
        margin: -30px 0 30px;
    }

    .abt-content .heading2 {
        font-size: 16px;
    }

    .product-head {
        font-size: 24px;
    }

    .comp-list-wrap {
        border-radius: 12px;
        overflow: hidden;
    }

    .comp-list-lft {
        padding: 24px 20px;
        background: #fff;
        border-radius: 0;
    }

    .comp-list-rgt {
        padding: 24px 20px;
    }

    .top-logo {
        width: 84px;
        height: 84px;
        margin: 0 auto 16px;
    }

    .top-logo figure {
        width: 64px;
        height: 64px;
        border: 1px solid #f2f2f2;
        border-radius: 8px;
    }

    .det_warpper {
        padding: 0 0 8;
        text-align: center;
    }

    .comp-name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .comp-loc {
        font-size: 14px;
        color: #717171;
    }

    .comp-list-wrap .trans-btn {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        margin-top: 20px;
        width: 100%;
        display: flex;
        gap: 12px;
    }

    .comp-list-wrap .trans-btn a {
        padding: 14px 20px;
        font-size: 14px;
        margin: 0;
        width: calc(50% - 6px);
        text-align: center;
        flex: 1;
        border-radius: 5px;
    }

    .box-list {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .box-list ul {
        flex-wrap: wrap;
        gap: 16px;
    }

    .box-list li {
        padding: 0;
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }

    .box-list li figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-list li:nth-child(2) figure {
        left: auto;
        top: auto;
    }

    .box-list .comp-detail-head {
        font-size: 12px;
        color: #717171;
        margin-bottom: 4px;
    }

    .comp-detail-subhead {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }



    .comp-about-wrap .comp-list-head {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 0;
    }



    .comp-about-wrap .para,
    .comp-about-wrap p,
    .comp-about-wrap p+p {
        font-size: 14px;
        line-height: 1.6;
        color: #252525;
    }

    .clientname_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .clientname_wrap .cl__panel {
        width: 100%;
        padding-top: 16px;
    }

    .clientname_wrap .comp-list-head {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 0;
    }


    .clientname_wrap ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        padding: 0;
        list-style: none;
    }

    .clientname_wrap li {
        float: none;
        padding-right: 20px;
        padding-bottom: 0;
        position: relative;
        color: #000;
        font-size: 14px;
    }

    .clientname_wrap li:not(:last-child):after {
        content: "/";
        position: absolute;
        right: 8px;
        color: #000;
    }

    .share-btn {
        width: 100%;
    }

    .share-btn a {
        padding: 14px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .num_list__panel {
        display: none;
    }

    .sponsored-badg {
        display: none;
    }

    .para__container {
        margin: 30px 0;
    }

    .para__container .para {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .best-ser-wrapper {
        margin: 30px 0;
    }

    .best-ser-wrapper .expand-brand-panel {
        padding: 30px 20px;
    }

    .best-ser-wrapper .expand-brand-view {
        min-height: 200px;
    }

    .best-ser-wrapper .expand-brand-panel .ser_prov {
        font-size: 20px;
    }

    .best-ser-wrapper .subcontent {
        font-size: 12px;
        padding: 12px 0 20px;
    }

    .best-ser-wrapper .cta__btn a {
        padding: 16px 25px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .expand-brand-panel {
        padding: 40px 25px 35px;
    }

    .subcontent {
        font-size: 16px;
        padding: 25px 0 40px;
    }
}

/* Extra Small Mobile Devices */
@media screen and (max-width: 360px) {
    .banner-cont-inner h1 {
        font-size: 24px;
    }

    .banner-cont-inner span {
        font-size: 13px;
    }

    .product-head {
        font-size: 22px;
    }

    .comp-name {
        font-size: 16px;
    }

    .comp-list-wrap .trans-btn a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .best-ser-wrapper .expand-brand-panel .ser_prov {
        font-size: 18px;
    }
}