/* Common Style starts */
@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-full/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('./fonts/gilroy-full/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/gilroy-full/Gilroy-Regular.woff2') format('woff2'),
        url('./fonts/gilroy-full/Gilroy-Regular.woff') format('woff'),
        url('./fonts/gilroy-full/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-full/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('./fonts/gilroy-full/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/gilroy-full/Gilroy-Medium.woff2') format('woff2'),
        url('./fonts/gilroy-full/Gilroy-Medium.woff') format('woff'),
        url('./fonts/gilroy-full/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-full/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('./fonts/gilroy-full/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/gilroy-full/Gilroy-Semibold.woff2') format('woff2'),
        url('./fonts/gilroy-full/Gilroy-Semibold.woff') format('woff'),
        url('./fonts/gilroy-full/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-full/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('./fonts/gilroy-full/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/gilroy-full/Gilroy-Bold.woff2') format('woff2'),
        url('./fonts/gilroy-full/Gilroy-Bold.woff') format('woff'),
        url('./fonts/gilroy-full/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --primary-color-600: #30AD1C;

    --secondary-color-500: #132735;
    --secondary-color-600: #73C4FF;

    --muted-color-200: #F0F3F8;
    --muted-color-300: #E6EBF4;
    --muted-color-400: #9999B5;

    --muted-text: #8296AD;
    --black-color: #000000;
    --white-color: #FFFFFF;
}
.bg-green {
    background-color: var(--primary-color-600);
}
.spacer-y {
    padding-block: 150px;
}

.spacer-80 {
    padding-block: 80px;
}

.spacer-y-sm {
    padding-block: 88px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.dark-bg {
    color: var(--white-color);
    background-color: var(--secondary-color-600);
}

.muted-bg {
    background-color: var(--secondary-color-25);
}

.primary-text {
    color: var(--secondary-color-500) !important;
}

.circle-icon {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid currentColor;
}

.button {
    padding: 16px;
    font-weight: 700;
    transition: all .3s ease;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    transition: all .3s ease;
    border-radius: 10px;
}

.button-primary {
    color: var(--white-color);
    background-color: var(--primary-color-600) !important;
}

.btn-dark {
    background-color: var(--secondary-color-500) !important;
}

.button-primary:hover path {
    fill: currentColor;
}

.button-primary:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color-500) !important;
}

.btn-dark:hover {
    background-color: var(--primary-color-600) !important;
}

.button-black:hover path {
    fill: currentColor;
}

.button-black.outline {
    color: var(--black-color);
    background-color: transparent;
    border: 1px solid var(--black-color);
}

.button-black.outline:hover {
    color: var(--white-color);
    background-color: var(--black-color);
}

.counter-text.plus::after {
    content: '+';
}

.counter-text.plus.k::after {
    content: 'K+';
}

.zindex-up {
    position: relative;
    z-index: 2;
}

.dark-blue {
    background-color: var(--secondary-color-500);
}

.font-22 {
    font-size: 22px;
}

/* Common Style ends */

.hero .hero__content h1 span::after,
.hero::after {
    display: none;
}

.healthcare-hero {
    /* background-image: url("../images/uk-new-images/uk-bg.png") !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__content {
    max-width: 770px;
}

.hero-top-block {
    background: linear-gradient(180deg, #1E394B 0%, #132735 100%, #1C3546 100%);
    border: 1px solid #223C50;
    border-radius: 10px;
    display: inline-flex;
    padding: 11px 22px;
    gap: 22px;
    align-items: center;
}

.hero__content h1 span {
    color: var(--secondary-color-600);
}

.recogn-by {
    display: inline-block;
    padding-left: 11px;
    padding-right: 36px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 1.8;
}

.recogn-by::after {
    content: "";
    position: absolute;
    background: var(--primary-color-600);
    transform: skewX(327deg);
    width: 100%;
    height: 100%;
    left: -15px;
    z-index: -1;
    border-radius: 5px;
    top: 0;
}

.recogn-by-block::after {
    content: "";
    position: absolute;
    background: #48677E;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.recogn-by-block {
    height: 32px;
}

.hero-check-wrapper {
    border-bottom: 1px solid #ADC3D2;
}

.hero-check-main-block {
    padding-block: 24px;
    padding-left: 35px;
    padding-right: 24px;
    border-left: 1px solid #ADC3D2;
}

.hero-check-main-block p {
    color: var(--secondary-color-500);
}

.hero-check-main-block:last-child {
    border-right: 1px solid #ADC3D2;

}

.healthcare-seo-services-section {
    background: linear-gradient(104.79deg, #DAF0FF 0.25%, #EAFFE7 60.45%);
    padding-top: 38px;
    padding-bottom: 208px;
}

.serving-excellence {
    background-image: url("../images/healthcare-new-images/serving-excellence.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 133px;
    border-radius: 20px;
}

.serving-excellence-card {
    background: #1E3749;
    padding: 15px;
    border: 1px solid #34556D;
    border-radius: 20px;
    transition: 400ms;
    height: 100%;
}
.serving-excellence-card:hover {
    background: #1778be;
    border-color: #1778be;
}
.serving-excellence-card-icon {
    background: linear-gradient(180deg, #DAF0FF 0%, #EBFFE7 100%);
    border: 1px solid #7EA0B6;
    display: inline-block;
    border-radius: 10px;
    width: 64px;
    height: 64px;
}

.serving-excellence-section {
    margin-top: -251px;
}

.business-tab-link-block {
    gap: 55px;
}

.business-tab-link-block li button {
    padding: 0px;
    background: transparent !important;
    color: #000 !important;
    text-align: left;
    display: flex;
}

.business-tab-link-block li button.active {
    font-weight: 700;
}

.business-tab-link-block li button img {
    transform: translateX(-39px);
    transition: 400ms;
    display: none;
    margin-right: 10px;
}

.business-tab-link-block li button {
    overflow: hidden;
}

.business-tab-link-block li button.active img {
    transform: translateX(0px);
    display: inline-block;
}

.business-tab-content-wrapper {
    padding: 62px 53px;
    border: 1px solid #B6CDDC;
    border-radius: 20px;
}

.business-icon-block {
    background: #132735;
    width: 80px;
    height: 80px;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: 0 0 0 7px #1327351A;
}

.business-img-block {
    width: 50%;
}

.business-img-block img {
    border-radius: 20px;
}

.business-inner-wrapper {
    gap: 89px;
}

.our-healthcare-row {
    padding: 29px 33px;
    border-bottom: 1px solid #556C7D;
    border-radius: 10px;
}

.our-healthcare-btn-col a {
    border: 1px solid #fff;
}

.seo-benefits-card img {
    margin-bottom: 50px;
}

.provider-for-healthcare {
    background: linear-gradient(104.79deg, #DAF0FF 0.25%, #EAFFE7 60.45%);
}

.provider-card {
    padding: 53px 46px;
    border-radius: 10px;
    height: 100%;
    transition: 400ms;
}
.provider-card:hover {
    background-color: #fff;
}

.provider-card-img {
    width: 88px;
    height: 90px;
    background: #0D1B24;
    border-radius: 10px;
}

.standing-card {
    padding: 36PX 33PX;
    border: 1PX solid #B6CDDC;
    border-radius: 20px;
    gap: 30px;
    height: 100%;
    background-color: var(--white-color);
}

.standing-card img {
    border-radius: 10px;
    height: 200px;
        object-fit: cover;
}
.serving-excellence-card-icon {
    flex-shrink: 0;
}
.better-wrapper {
    background-image: url("../images/healthcare-new-images/better-bg.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 111px 86px 74px;
    border-radius: 30px;
}

.better-wrapper ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.better-wrapper ul li {
    padding-left: 55px;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.better-wrapper ul li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/healthcare-new-images/better-check.svg") !important;
    width: 35px;
    height: 35px;
}

.boost-row {
    background-image: url("../images/healthcare-new-images/boost-bg.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 133px;
}

.new-faq {
    border-top: 1px solid #0A090E;
}

.new-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #0A090E;
    padding: 50px 0px;
    border-radius: 0px;
}

.new-faq .accordion-item h2.accordion-header button {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    background: none !important;
    padding: 0px;
    box-shadow: none !important;
}

.new-faq .accordion-body {
    padding: 0px;
    margin-top: 30px;
    font-size: 20px;
    max-width: 1303px;
}

.new-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
    transition: all 0.5s;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

.seo-benefits-card img {
    height: 40px;
    object-fit: contain;
}

a.button svg {
    animation: pulso 2s infinite;
    border-radius: 100px;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.sticky-blk {
    position: sticky;
    top: 150px;
    height: 100%;
}
.Choose-col {
    position: sticky;
}
.one {
    top: 150px;
}
.tow {
    top: 160px;
}
.three {
    top: 170px;
}
.four {
    top: 180px;
}
.five {
    top: 190px;
}
.six {
    top: 200px;
}
.seo-benefits-card {
    padding: 25px;
    border: 1px solid;
    height: 100%;
    border-radius: 10px;
}
.seo-benefits-card ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.seo-benefits-card ul li {
    font-size: 16px;
}
.seo-benefits-card h4 {
    border-top: 1px solid;
    padding-top: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.billion-block h4 {
    font-size: 50px;
    font-weight: 700;
}
.billion-block {
    padding-inline: 10px;
    flex: 1;
}
.border-right {
    border-right: 1px solid #bebebe;
}
.billion-section {
    border-top: 1px solid #bebebe;
}
.provider-card {
    transition: 400ms;
    border: 1px solid #132735;
}
.provider-card:hover h4, .provider-card:hover p {
    color: #132735;
}
.new-case:before {
    background: linear-gradient(104.79deg, #DAF0FF 0.25%, #EAFFE7 60.45%) !important;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    height: 70%;
    position: absolute;
}
.new-case a.button.button-primary.btn-dark {
    border: 1px solid #132735;
}

.new-case a.button.button-primary.btn-dark:hover {
    border-color: #fff;
}
.case-study-carousel-content {
    background-color: #1778be !important;
}
.locksmith-services-works .outline-box img {
    margin-bottom: 26px;
    background: var(--secondary-color-500);
    width: 60px !important;
    height: 60px !important;
    padding: 13px;
    border-radius: 12px;
    object-fit: contain;
}
.locksmith-services-works .outline-box {
    border-color: #999 !important;
}
.locksmith-services-works [class*='col-']:nth-child(1) .outline-box, .locksmith-services-works [class*='col-']:nth-child(2) .outline-box, .locksmith-services-works [class*='col-']:nth-child(3) .outline-box, .locksmith-services-works [class*='col-']:nth-child(4) .outline-box, .locksmith-services-works [class*='col-']:nth-child(5) .outline-box, .locksmith-services-works [class*='col-']:nth-child(6) .outline-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
.locksmith-services-works [class*='col-']:nth-child(1) .outline-box, .locksmith-services-works [class*='col-']:nth-child(2) .outline-box, .locksmith-services-works [class*='col-']:nth-child(4) .outline-box, .locksmith-services-works [class*='col-']:nth-child(5) .outline-box, .locksmith-services-works [class*='col-']:nth-child(7) .outline-box, .locksmith-services-works [class*='col-']:nth-child(8) .outline-box {
    border-right: 1px solid rgba(255, 255, 255, 0.40);
}
.locksmith-services-works .outline-box:hover {
    background: #1e3749;
}

.locksmith-services-works .outline-box {
    transition: 400ms;
}

.locksmith-services-works .outline-box:hover h3, .locksmith-services-works .outline-box:hover p {
    color: #fff;
}

/* New Addon */

.service-block {
    border: 1px solid var(--black-color);
    padding: 20px 20px;
    border-radius: 10px;
    transition: all 0.3s;
}

.service-img {
    background-color: #E7DEDE;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s;
}

.service-block:hover {
    border-color: #0962c5;
    transform: translateY(-5px);
}

.service-block:hover .service-img {
    background-color: #73c4ff75;
}

/*media queary*/
@media screen and (max-width: 1599px) {
    .spacer-y {
        padding-block: 100px;
    }

    .mb-70 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .serving-excellence {
        padding: 40px;
    }

    .serving-excellence-section {
        margin-top: -251px;
        position: relative;
        z-index: 1;
    }
    .billion-block h4 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1399px) {
    p {
        font-size: 16px;
    }

    .serving-excellence-section {
        margin-top: 0px;
        z-index: 1;
        padding-top: 100px;
    }

    .healthcare-seo-services-section {
        padding-bottom: 0px;
        position: relative;
        overflow: hidden;
    }

    .healthcare-seo-services-contant {
        padding-bottom: 60px;
    }

    .healthcare-seo-services-img {
        position: absolute;
        right: 35px;
        bottom: -35px;
    }

    .serving-excellence-card-icon {
        flex: none;
    }

    .business-tab-link-block li button img {
        width: 25px;
    }

    .business-tab-link-block li button {
        font-size: 18px;
    }

    .business-tab-content-wrapper {
        padding: 40px;
    }

    .business-icon-block {
        width: 50px;
        height: 50px;
    }

    .business-inner-wrapper {
        gap: 40px;
    }

    .our-healthcare-title-col h4 {
        font-size: 22px !important;
    }

    .our-healthcare-row {
        padding-inline: 0px;
    }

    .our-healthcare-btn-col a {
        font-size: 16px;
    }
    .seo-benefits-card img {
        margin-bottom: 20px;
    }

    .seo-benefits-card h4 {
        font-size: 24px !important;
    }

    .provider-card {
        padding: 40px 25px;
    }

    .provider-card-img {
        width: 56px;
        height: 58px;
        padding: 9px;
    }

    .standing-card img {
        max-width: 190px;
    }

    .standing-card {
        padding: 30px;
        gap: 20px;
        align-items: flex-start !important;
    }

    .standing-content-block p {
        font-size: 16px;
    }

    .better-wrapper {
        padding: 40px 25px;
    }

    .better-wrapper ul {
        gap: 40px;
    }

    .better-wrapper ul li {
        font-size: 18px;
    }

    .boost-row {
        padding: 40px 25px;
    }

    .new-faq .accordion-item {
        padding-block: 25px;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 1199px) {
    .our-healthcare-row {
        border: 1px solid #556C7D;
        padding: 40px 25px;
        margin-bottom: 0px !important;
        height: 100%;
    }

    .our-healthcare-img-col {
        margin-bottom: 25px;
    }

    .our-healthcare-title-col {
        margin-bottom: 20px;
    }

    .our-healthcare-desp-col {
        margin-bottom: 25px;
    }

    .business-inner-wrapper {
        flex-direction: column;
    }

    .standing-card {
        flex-direction: column;
        justify-content: flex-start !important;
    }

    .standing-card img {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .hero-check-main-block {
        border: 1px solid #ADC3D2;
    }

    .hero-form {
        margin: auto;
        margin-top: 50px;
    }

    .business-tab-link-block {
        flex-direction: row !important;
        gap: 40px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start !important;
        padding-bottom: 10px;
    }

    .business-tab-link-block li .nav-link.active {
        color: #000 !important;
        border: none !important;
    }

    .business-tab-link-block li.nav-item {
        text-wrap: nowrap;
    }

    .provider-btn-block {
        text-align: start !important;
    }

    .standing-card img {
        width: 100%;
    }

    .standing-out-section {
        margin-bottom: 0px !important;
    }

    .business-img-block img {
        width: 100%;
    }

    section.hero-check-wrapper {
        padding-top: 40px;
    }

    .about-us-img-block img {
        width: 100%;
    }

    .hero-check-wrapper {
        border: none !important;
    }

    .why-your-business-section {
        display: none;
    }

    .business-accordion button.accordion-button img {
        background: #132735;
        width: 50px !important;
        height: 50px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 0 7px #1327351A;
    }

    .business-accordion .accordion-item h2 button.accordion-button {
        color: #000 !important;
    }

    .business-accordion .accordion-button:not(.collapsed)::after {
        filter: sepia(33);
    }
    .business-img-block img {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 25px !important;
    }
    .new-faq .accordion-body {
       font-size: 18px !important;
    }
    .new-case:before {
      height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .hero-brand-block {
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
        gap: 40px !important;
    }

    .healthcare-seo-services-img {
        position: unset;
        margin-bottom: -30px;
    }

    .serving-excellence {
        padding: 25px;
        gap: 40px;
    }

    .business-tab-content-wrapper {
        padding: 25px;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 18px !important;
    }

    .new-faq .accordion-item {
        padding-block: 20px !important;
    }

    .new-faq .accordion-body {
        font-size: 16px !important;
    }

    .business-accordion button.accordion-button img {
        background: #132735;
        width: 50px !important;
        height: 50px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 0 7px #1327351A;
    }

    .business-accordion .accordion-item h2 button.accordion-button {
        color: #000 !important;
    }

    .business-accordion .accordion-button:not(.collapsed)::after {
        filter: sepia(33);
    }
    .business-img-block img {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 25px !important;
    }
    .serving-excellence-text p {
        margin-bottom: 0px !important;
    }
    .mobile-mt-0 {
        margin-top: 0px !important;
    }
    .sticky-blk {
        position: unset;
    }
    .serving-excellence-card {
        flex-direction: column;
    }

    .hero-form {
        display: none;
    }

    .business-img-block {
        width: 100%;
    }
    .billion-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }
    .billion-wrapper .billion-block {
        width: 45%;
        flex: auto;
        border: none;
    }
    .mb-70 {
        margin-bottom: 40px !important;
    }
    .locksmith-services-works.provider-for-healthcare .outline-box {
        border-top: 1px solid #999 !important;
        border-bottom: unset !important;
        border-right: unset !important;
    }
}

/*media queary end*/