﻿:root {
    --app-service-title-cntr-height: 50px;
   
}

#service-bnr-img {
    height: calc((80vh - 107px));
    background-repeat: no-repeat;
    background-size: cover;
}
.app-service-title-cntr {
    height: var(--app-service-title-cntr-height);
    background: linear-gradient( 270deg, white, linen);
    background: linear-gradient( 270deg, white, #2b56a5);
 
}
    .app-service-title-cntr .app-service-title {
   /*     font-weight: bolder !important ;*/
        color:white;
    }
.app-service-info {
}
.app-service-stick-top-below-app-navbar {
    position: sticky;
    top: calc(var(--app-top-nav-height) + var(--app-nav-height) + var(--app-service-title-cntr-height));
    z-index: 1;
}
.app-service-dtls-list {
}

    .app-service-dtls-list a {
        cursor: pointer;
        color: var(--app-blue) !important;
    }

.app-service-dtls {
}

    .app-service-dtls .app-service-dtl {
        margin-bottom:20px;
    }

/*#region private-limited-company-registration  */
/*#endregion */
/*#region private-limited-company-registration  */
.private-limited-company-registration-pricing-card {
    border: solid 1px grey;
    border-radius: 50px;
    color: black;
}

    .private-limited-company-registration-pricing-card select {
        height: 1.5rem;
        padding: 0px;
    }
/*#endregion */