section.banner_sec.banner_inner {
    position: relative;
    background: unset;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_sec_img.healthcare_app_hero {
    background: linear-gradient(89.9deg, #00000099 1.34%, rgba(0, 120, 212, 0) 101.06%) !important;
}

.blog-rating-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 680px;
    margin-bottom: 24px;
    padding: 18px 26px;
    border: 1px solid #ffffff;
    border-radius: 14px;
    background: #003E6E;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
}

.business-ing.business-ing-new12 img {
    max-width: 550px;
    width: 100%;
    border-radius: 35px;
}

.business-ing.business-ing-new12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-rating-section h3 {
    flex: 1;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.blog-rating-section h3 strong {
    font-weight: 700;
}

.blog-rating-second {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 26px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.blog-rating-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-google-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.blog-google-mark .g-blue {
    color: #4285f4;
}

.blog-stars-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.connect_area_inner {
    padding: 32px 32px;
    display: flex;
    align-items: center;
}

.blog-stars {
    display: flex;
    align-items: center;
    gap: 1px;
    color: #f7c948;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}

.blog-rating-score {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    color: #fff;
    line-height: 1.1;
}

.list_sec_item {
    gap: 12px;
}

.blog-rating-score strong {
    font-size: 24px;
    font-weight: 600;
}

.blog-rating-score span {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.port_sec .owl-stage-outer {
    height: auto !important;
}

.port_sec .owl-item {
    height: auto !important;
}

.talk_sec.healthcare-cta-bg-2 {
    /* background: linear-gradient(135deg, #1f6fa8, #0f4f7d); */
    background-image: url('./img/healthcare-cta-bg-new.svg') !important;
    padding: 40px 0 !important;
    margin-top: 30px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

section.banner_sec.banner_inner {
    position: relative;
    background: unset;
    background-repeat: no-repeat;
    background-size: cover;
}

.projects-count-section {
    background: white;
    border-radius: 8px;
    padding: 22px 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

span.projects-count-item-text {
    color: #003E6E;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}

.projects-count-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.projects-count-item-content:nth-of-type(2) {
    border-left: 1px solid #c9ddf1;
    border-right: 1px solid #c9ddf1;
    padding-left: 10px;
    padding-right: 10px;
}

span.projects-count-item-number {
    font-size: 30px;
    line-height: 36px;
    color: #003E6E;
    font-weight: 700;
}

.rating-slider {
    height: 60px;
    /* ek slide ki height */
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    flex-direction: column;
    animation: scrollSmooth 12s linear infinite;
}

.blog-rating-second {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@keyframes scrollSmooth {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-180px);
    }
}

.trusted_company_sld_area {
    padding: 50px 0;
}

.trusted_company_sld_area_inner .slider-wrapper {
    overflow: hidden;
}

.slide-track-new {
    display: flex;
    width: max-content;
    animation: scrollLoop 25s linear infinite;
}

.slide-track {
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.trusted_company_sld_area_inner {
    border: 1px solid #0000004A;
    padding: 60px 30px;
    border-radius: 34px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.trusted_company_sld_area_inner h2 {
    position: absolute;
    top: -15px;
    background: white;
    font-weight: 600;
    font-size: 21px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 11px;
}

.partner-logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trusted_company_sld_area_inner .slide-track img {
    animation: scroll 5s linear infinite;
    width: 200px;
    height: 49px;
    object-fit: contain;
}

.trusted_company_sld_area_inner .slide-track-new img {
    animation: unset !important;
}

.slide-track-new img {
    width: 150px;
    height: 72px;
    object-fit: contain;
    margin-right: 30px;
}

/* Smooth infinite loop */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.pg_solutions_itm.pg-new-card-mainjhj .pg_solutions_con {
    padding: 10px 14px;
}

.pg_solutions_itm.pg-new-card-mainjhj {
    padding: 0px;
    background: #003E6E;
}

.pg_solutions_itm.pg-new-card-mainjhj .heading_h3 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 26px;
    text-transform: math-auto;
}

.pg_solutions_itm.pg-new-card-mainjhj .heading_h3,
.pg_solutions_itm.pg-new-card-mainjhj p {
    color: white;
}

.pg_solutions_itm.pg-new-card-mainjhj p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 140%;
}

.clone-collaps .item {
    border-radius: 14px;
    background: #f7f9fd;
    padding: 24px 28px;
    margin-bottom: 26px;
    cursor: pointer;
    transition: .3s;
}

section.clone-collapsible-section {
    margin: 50px 0px;
}

.clone-collaps {
    margin-top: 50px;
}

.clone-collaps .item:hover {
    background: #eef2fc;
}

.clone-collaps .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: #101828;
}

.clone-collaps .arrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: .3s;
}

.clone-collaps .head:not(.collapsed) .arrow {
    transform: rotate(225deg);
    border-color: #475467;
}

.clone-collaps .body p {
    padding-top: 18px;
    font-size: 16px;
    color: #475467;
    margin-bottom: 0px;
}

.why-choose-style .accordion-item {
    background: #fff;
    border-radius: 14px;
    padding: 20px 26px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: .3s;
}

.why-choose-style .accordion-item:hover {
    background: #f6f8ff;
}

.why-choose-style .accordion-head {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
}

.why-choose-style .arrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: .3s;
}

.why-choose-style .accordion-head:not(.collapsed) .arrow {
    transform: rotate(225deg);
    border-color: #535353;
}

.why-choose-style .accordion-body {
    padding-top: 16px;
    font-size: 16px;
    color: #535353;
}

.why-chose-collaps-headding h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 57.6px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: black;
    margin-bottom: 0px;
}

.why-chose-collaps-headding p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25.41px;
    letter-spacing: 0%;
    color: #010101;
    margin-top: 17px;
    margin-bottom: 17px;
}

.why-chose-collaps-headding {
    position: sticky;
    top: 80px;
}

section.why-choose-collaps {
    background: #FCFCFC;
    padding: 80px 0;
    position: relative;
}

.solution-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.solution-icon {
    border-radius: 10px;
    background: #2270aa !important;
    display: inline-flex;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    transition: 1s;
    position: relative;
    bottom: 0;
}

.solution-card-header h4 {
    font-size: 22px;
    font-weight: 600;
}

.solution-card {
    border-radius: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 25px;
    height: calc(100% - 20px);
}

section.solutions-section {
    margin: 50px 0px;
}

section.solutions-section .section-header {
    margin-bottom: 40px;
}

.get_toch_new_area {
    background: url(./img/work_v/cta-bg-image.jpg);
    padding: 108px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.get_toch_new_area_inner h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 861px;
    margin: auto;
}

.get_toch_new_area_inner p {
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.get_toch_new_area_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.get_toch_new_area_inner .white_btn {
    font-size: 16px;
    animation: inout 1s ease-in-out infinite;
    gap: 8px;
}

section.service_providesec.healthcare_software_development {
    background: #F3FCFF;
    padding: 35px 0;
}

.business-ing.business-ing-new12 img {
    max-width: 550px;
    width: 100%;
}

.new-small-heading h3 {
    font-size: 26px;
    line-height: 130%;
    color: #191C1E;
    font-weight: 600;
    margin-bottom: 10px;
}

.new-small-heading p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #424752;
    margin: 0;
}

section.service_providesec .list_sec_item {
    margin-top: 26px;
}

section.service_providesec .list_sec_item_ic {
    flex: none;
}

.list_sec_item_ic {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 10px;
}

.list_sec_item_con {
    font-size: 15px;
    font-weight: 500;
    color: #424752;
    line-height: 20px;
}

.list_sec_item {
    gap: 12px;
}

.list_sec_item {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.text-center {
    text-align: center !important;
}

.our-healthcare-mobile-application {
    padding: 40px 0 40px 0;
}

.our-healthcare-mobile-application-process {
    display: flex;
    flex-direction: column;
}

.first-div-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: relative;
}

.first-div-main.first-div-main-right {
    flex-direction: row-reverse;
}

.first-div-main-item {
    position: relative;
    border: 1px solid #c9ddf1;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 22px;
    width: 75%;
    background: #fff;
    margin-bottom: 22px;
}

.first-div-main-item:hover {
    background: linear-gradient(90deg, #226ea9 0%, #2e7db9 100%);
    border-color: #226ea9;
}


.first-div-main-item-icon {
    flex: 0 0 160px;
    width: 160px;
    position: relative;
}

.first-div-main-item-icon img {
    height: 160px;
    width: 160px;
    border-radius: 60px;
    object-fit: cover;
}

.first-div-main-step {
    position: absolute;
    top: -10px;
    right: -11px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #1D6EAC;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-shadow: 0 4px 10px rgba(29, 110, 172, 0.25);
}

.first-div-main-item:hover .first-div-main-step {
    background: #fff;
    color: #1d6eac;
}

.first-div-main-item-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1D6EAC;
    margin-bottom: 10px;
}

.first-div-main-item:hover .first-div-main-item-content h3,
.first-div-main-item:hover .first-div-main-item-content p {
    color: #fff;
}

.first-div-main-item-content p {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6;
    color: #43474E;
    margin-bottom: 14px;
}

.first-div-main-item-content-button {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.first-div-main-item-content-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf5fd;
    color: #1d6eac;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1;
}

.first-div-main-item:hover .first-div-main-item-content-button span {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.first-div-main-image {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: stretch;
    min-height: 100%;
}

.first-div-main-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

img.first-div-main-image-left-errow {
    max-width: 210px;
    height: auto;
    margin-left: -10px;
    margin-bottom: -10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.first-div-main.first-div-main-right .first-div-main-image img {
    margin-right: auto;
    margin-left: unset;
}

img.first-div-main-image-left-errow.two-design-prosess {
    right: 0;
    left: unset;
}

.carwash_banifit_area {
    padding: 50px 0;
}

.carwash_banifit_area_bx {
    background: #FDFDFDB2;
    padding: 32px 32px 51px;
    border: 1px solid #0000003f;
    border-radius: 46px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.carwash_banifit_area_bx .bbx {
    position: relative;
    z-index: 2;
}

.carwash_banifit_area_bx::before {
    content: "";
    position: absolute;
    bottom: -160%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #186da4;
    filter: blur(70px);
    border-radius: 50%;
    transition: width 1s, height 1s;
}

.carwash_banifit_area_bx:hover::before {
    top: 0%;
    width: 1000px;
    height: 1000px;
    filter: blur(1px)
}

.carwash_banifit_area_bx .icon {
    width: 77px;
    height: 77px;
    border-radius: 100px;
    border: 1px solid #00000012;
    background: linear-gradient(160.94deg, #FFFFFF 12.84%, rgba(153, 153, 153, 0) 251.35%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carwash_banifit_area_bx .icon img {
    width: 41px;
    height: 41px;
}

.carwash_banifit_area_bx h3 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
    color: black;
    transition: all ease 0.5s;
}

.carwash_banifit_area_bx ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.carwash_banifit_area_bx ul li {
    font-size: 14px;
    color: #000000b2;
    transition: all ease 0.5s;
}

.vmb-4 {
    margin-bottom: 22px;
}

.pg_solutions_itm p {
    margin-bottom: 0;
}

.carwash_banifit_area_bx_mn h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55.66px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.carwash_banifit_area_bx_mn p {
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    transition: all ease 0.5s;
}

.carwash_banifit_area_bx:hover h3 {
    color: white;
}

.carwash_banifit_area_bx:hover p {
    color: white;
}

.carwash_banifit_area_bx:hover ul li {
    color: white;
}

.carwash_banifit_area_bx_mn {
    margin-bottom: 30px;
}

.carwash_fet_area {
    background: #FCFCFC;
    padding: 50px 0 50px;
}

.carwash_fet_area_inner h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.carwash_fet_area_inner p {
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    transition: all ease 0.5s;
}

.techno_area_mn ul {
    padding: 0;
    border: 1px solid #00000017;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
}

.techno_area_mn ul li {
    background-color: transparent;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.techno_area_mn ul li a {
    color: black;
    height: 50px !important;
    padding: 15px 40px !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.technology_img_sec img {
    object-fit: contain !important;
}

.techno_area_mn ul li a:hover {
    background: #1D6EAC !important;
    color: white !important;
    border-radius: 100px;
    border: 0px !important;
}

.techno_area_mn ul li a.active {
    background: #1D6EAC !important;
    color: white !important;
    border-radius: 100px;
    border: 0px !important;
}

.techno_area_mn ul li a span {
    margin-top: 0px !important;
}

.sld_cont_bx1 {
    display: flex;
    align-items: center;
    background: #6259E008;
    padding: 50px;
    border-radius: 35px;
    gap: 30px;
}

.sld_cont_bx1_inner {
    width: 50%;
    text-align: left;
}

.sld_cont_bx1_inner1_img img {
    height: auto;
    object-fit: contain;
    width: auto;
}

.sld_cont_bx1_inner h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
}

.sld_cont_bx1_inner p {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
}

.techno_area_mn .sld_cont_bx1_inner ul {
    padding-left: 0;
    display: inline-grid;
    border: 0px;
    gap: 31px;
    grid-template-columns: repeat(2, 2fr);
    border: 0;
}

.sld_cont_bx1_inner ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 25.41px;
    letter-spacing: 0%;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0px;
    gap: 10px;
    width: 100%;
}

.sld_cont_bx1_inner ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    border: 1px solid black;
    border-radius: 100px;
    height: 15px;
    flex: 0 0 auto;
}

.sld_cont_bx1_inner ul li span::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: black;
}

.sld_cont_bx1_inner1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mistake_sec_itm.service-card-offer {
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.sld_cont_bx1_inner1_img {
    background: #e1e1e1;
    width: 100%;
    min-height: 472px;
    border-radius: 84px;
    gap: 10px;
    padding-top: 41px;
    padding-right: 50px;
    padding-bottom: 41px;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.connect_area.cta-taxi-app-first .connect_area_inner {
    background: url(./../img/taxi-page/need-taxi-bg-cta.webp) !important;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    font-size: 0 !important;
    width: 60px;
    height: 60px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -75px;
    background: #2570ab;
    border-radius: 50%;
    right: 0;
    color: #fff;
}

.taxi_connect {
    background-image: url(./../img/taxi-page/partner-taxi-bg-cta.webp) !important;
    margin-bottom: 50px;
}

section.get_toch_new_area.cta-taxi-app-second {
    background: url(./../img/taxi-page/lets-taxi-bg-cta.webp);
    padding: 108px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ask_sec .card-header a {
    display: block;
}

section.banner_sec.banner_inner.ecommerce-hero-section .banner_sec_img {
    background: url(./../img/ecommerce-img/ecommerce-hero-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.connect_area_inner.ecommerce-cta-first_connect {
    background: url(./../img/ecommerce-img/ecommerce-cta-first.webp) !important;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.talk_sec.ecommerce-cta-two {
    background: url(./../img/ecommerce-img/ecommerce-cta-second.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

section.connect_area.ecommerce-cta-three .connect_area_inner {
    background: url(./../img/ecommerce-img/ecommerce-cta-three.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}





@media (max-width: 575.98px) {
    span.projects-count-item-number {
        font-size: 24px;
        line-height: 20px;
    }

    .ask_sec .card {
        padding: 15px 20px !important;
        font-size: 18px !important;
        line-height: 25.71px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 1199.98px) {
    .solution-card {
        border-radius: 20px;
        padding: 15px;
    }

    .solution-card-header {
        gap: 10px;
        margin-bottom: 10px;
    }

    .solution-icon {
        border-radius: 10px;
        font-size: 30px;
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .solution-card-header h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .solution-card p {
        font-size: 14px;
        line-height: 150%;
    }
}