h2,
h4 {

    line-height: 1.2;

}



.btn-global {
    background: #0B5A9D !important;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 14px 22px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.4s linear;
}

.btn-global:hover {
    background: #0161EA !important;
    color: #fff !important;
}

.text-link:hover::after {
    transform: rotate(45deg);
}

.btn-global:after {
    content: "";
    background: url("../images/arrow.svg") no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 9px;
    display: inline-block;
    transition: all 0.4s linear;
}

.btn-global:hover:after {
    transform: rotate(45deg);
}

.testimonial-section .slick-dots {
    display: none !important;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 43px;
    }
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 50px;
        letter-spacing: 3px;
    }
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: 56px;
    }

    .process-section h2 {
        padding-top: 60px !important;
    }
}

.dynamic-wrap .dynamic-top-wrap,
.dynamic-wrap .dynamic-bottom-wrap {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.dynamic-wrap .dynamic-bottom-wrap {
    margin-bottom: 40px;
}

.dynamic-wrap .dynamic-top-wrap .dynamic-image {
    position: relative;
    order: 1;
    width: 46%;
}

.dynamic-wrap .dynamic-bottom-wrap .dynamic-image {
    position: relative;
    order: 2;
    width: 46%;
}

.dynamic-wrap .dynamic-bottom-wrap p {
    order: 1;
}

.dynamic-wrap .dynamic-top-wrap .dynamic-image:last-child,
.dynamic-wrap .dynamic-bottom-wrap .dynamic-image:last-child {
    margin-top: 40px;
}

.dynamic-wrap .dynamic-top-wrap .dynamic-image video {
    /* max-width: 150px; */
    width: 100%;
    display: block;
    object-fit: cover;
    display: none;
}

.dynamic-wrap .dynamic-top-wrap .dynamic-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.dynamic-wrap .dynamic-bottom-wrap .dynamic-image video {
    /* max-width: 150px; */
    width: 100%;
    display: block;
    object-fit: cover;
    display: none;
}

.dynamic-wrap .dynamic-bottom-wrap .dynamic-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.dynamic-wrap .dynamic-top-wrap .dynamic-text,
.dynamic-wrap .dynamic-bottom-wrap .dynamic-text {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #fff;
    font-weight: 500;

    font-size: 16px;
}

.dynamic-wrap h1 {
    text-transform: uppercase;
    text-align: center;
    order: 2;
}

.dynamic-wrap h1 span {
    color: #149AFF;
}

.dynamic-wrap {
    padding: 100px 0 15px;
}

/* develop start */

.develop-wrap {
    padding: 16px 0;
}

/* Slick Slider Custom Styles */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/* Custom Navigation Arrows */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #fff;
}


/* Story section */
.story-section {
    padding: 30px 0;
    background-color: #fafafb;
}

.story-section span {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.story-section .container {
    max-width: 1244px;
}

.story-section .stories-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.story-section .date-box-wrap img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.story-section .story-card {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.story-section .date-box-wrap {
    position: relative;
    margin-bottom: 20px;
}

.date-box-wrap .date-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 59.21px;
    padding: 14px 18px 15px 18px;
    background: rgb(28 25 25 / 71%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.date-box-wrap .date-box span {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-size: 16px;
}

.story-section .categories {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    gap: 12px;
}

.story-section .categories li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4E4E4E;
    padding-right: 12px;
    position: relative;
}

.story-section .categories li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 2px;
    background: #4E4E4E;
    bottom: 0;
    margin: auto;
}

.story-card h4 {
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 23.46px;
    font-family: "Work Sans", sans-serif;
    transform: 0.3s all;
}

.story-card p a:hover {
    color: #149aff;
}

.story-card p a {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.46px;
    color: #253243;
    text-decoration: none;
    transition: 0.4s linear;
}

.story-section .read-more {
    font-size: 16.2px;
    font-weight: 500;
    line-height: 27px;
    color: #149AFF;
    text-decoration: none;
    border-bottom: 1px solid #149AFF;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.story-section .read-more:hover {
    opacity: 0.5;
}

.story-section .read-more .arrow-icon {
    filter: brightness(0) saturate(100%) invert(23%) sepia(47%) saturate(5990%) hue-rotate(210deg) brightness(96%) contrast(99%);
    background-size: 10px;
}

@media screen and (min-width:768px) {
    .story-section .stories-grid {
        flex-direction: row;
    }

    .story-section .story-card {
        flex: 1;
    }

    .story-section span {
        text-align: left;
    }

    .story-section {
        padding: 40px 0;
    }

    .story-section span {
        margin-bottom: 30px;
    }

    .story-section .categories {
        margin: 0 0 15px 0;
    }

    .products-wrap .product-image {
        height: 300px;
    }

    .product-image img {
        height: 100%;
    }
}

@media screen and (min-width:992px) {
    .story-section {
        padding: 49px 0;
    }

    .story-section span {
        margin-left: 13px;
        word-spacing: 10px;
        margin-bottom: 40px;
    }

    .story-section .date-box-wrap {
        margin-bottom: 28px;
    }

    .date-box-wrap .date-box span {
        font-size: 20px;
    }

}

@media screen and (min-width:1200px) {
    .story-section {
        padding: 80px 0;
    }
}

@media screen and (min-width:1250px) {
    .story-section span {
        font-size: 64px;
        margin-bottom: 66px;
    }
}





/* technology start */
.tech-section {
    padding: 30px 0px;
}

.tech-section .container {
    max-width: 1076px;
}

.tech-section h2 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.tech-section p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 700px;
    width: 100%;
}

.tech-section .tech-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.tech-section .tech-card {
    padding: 20px;
    color: #fff;
    transition: all 0.3s linear;
}

.tech-section .tech-card:last-child img {
    width: 100%;
    display: block;
    margin-bottom: 0;
    height: 100%;
    object-fit: cover;
}

.tech-section .tech-card:last-child {
    padding: 0;
}

.tech-card.blue {
    background-color: #149AFF;
}

.tech-card.blue:hover {
    background-color: #0e7acb;
}

.tech-card.dark {
    background-color: #2A3342;
}

.tech-card.dark:hover {
    background-color: #405f93;
}

.tech-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
}

.tech-section .tech-card h3 {

    font-size: 20px;
    font-weight: 500;
    line-height: 23.46px;
    margin-bottom: 16px;
    color: #fff;
}

.tech-section .tech-card p {

    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-align: left;
}

/* .services-grid a {
    color: #1F2937;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    transition: all 0.3s linear;
} */

.services-grid a:hover {
    color: #149AFF;
}

@media screen and (min-width:768px) {
    .tech-section .tech-grid {
        gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tech-section .tech-grid .tech-card {
        width: 50%;
    }

    .tech-section {
        padding: 40px 0;
    }
}

@media screen and (min-width:992px) {
    .tech-section .tech-grid .tech-card {
        width: 33.3%;
    }

    .tech-section {
        padding: 56px 0;
    }

    .tech-section p {
        margin: 0 auto 35px;
    }

    .tech-section .tech-card {
        padding: 29px 41px 3px;
    }
}

@media screen and (min-width:1200px) {
    .tech-section {
        padding: 65px 0;
    }
}

@media (max-width: 768px) {
    .tech-grid {
        grid-template-columns: 1fr;
    }

    .products-wrap .product-card {
        max-width: 100% !important;
    }
}



/* awards start */
.awards-wrap {
    padding: 30px 0;
    /* position: relative; */
}

.awards-wrap .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.awards-wrap .awards-content {
    max-width: 410px;
    text-align: center;
    width: 100%;
}

.awards-wrap h2 {
    font-weight: 500;
}

.awards-wrap h2,
.awards-wrap p {
    margin-bottom: 15px;
}


.awards-wrap .view-more {
    background-color: #149AFF;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #149AFF;
}

.awards-wrap .view-more:hover {
    color: #149AFF;
    background: #fff;
}

.awards-wrap .awards-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.awards-wrap .awards-grid .award-item {
    width: 50%;
}

.awards-wrap .awards-grid .award-item:first-child {
    border-right: 1px solid rgba(37, 50, 67, 0.12);
    border-bottom: 1px solid rgba(37, 50, 67, 0.12);
}

.awards-wrap .awards-grid .award-item:nth-child(2) {
    border-bottom: 1px solid rgba(37, 50, 67, 0.12);
}

.awards-wrap .awards-grid .award-item:nth-child(3) {
    border-right: 1px solid rgba(37, 50, 67, 0.12);
}

.awards-wrap .award-item {
    background-color: #f8f9fa;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-logo {
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media screen and (min-width:768px) {
    .awards-wrap .container {
        flex-direction: row;

    }

    .awards-wrap .awards-grid {
        margin-bottom: 0;
    }

    .awards-wrap .awards-content {
        text-align: left;
    }

    .awards-wrap .view-more {
        display: inline;
    }

    .awards-wrap {
        padding: 40px 0;
    }

    .awards-wrap p {
        margin-bottom: 25px;
    }

    .awards-wrap .award-item {
        padding: 16px 33px;
    }
}

@media screen and (min-width:992px) {
    .awards-wrap .container {
        justify-content: space-between;
    }

    .awards-wrap p {
        margin-bottom: 45px;
    }

    .awards-wrap .award-item {
        padding: 38px 0;
    }

    .awards-wrap {
        padding: 45px 0;
    }
}

@media screen and (min-width:1200px) {
    .awards-wrap h2 {
        font-size: 64px;
        line-height: 76.8px;
    }

    .awards-wrap .view-more {
        padding: 16px 33px;
    }

    .awards-wrap {
        padding: 80px 0;
    }
}



/* hero wrap */
.hero {
    padding: 30px 0;
    background-color: #fafafb;
}

.hero .hero-block {
    display: flex;
    /* margin-bottom: 41px; */
    flex-direction: column;
}

.hero-block h2 {
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.hero .hero-content {
    flex: 1;
    /* padding: 32px 40px; */
    padding: 20px;
    background: #253243;
    color: #fff;
}

.hero-image video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    display: none;
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-content .sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    display: block;
    margin-bottom: 10px;
}


.hero-block p {
    line-height: 24px;
    color: #fff;
    max-width: 800px;
}

.hero .services-grid {
    display: block;

}

.hero .service-item {
    border-bottom: 1px solid #E5E7EB;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.hero .date-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #253243A3;
    display: block;
    margin-bottom: 10px;
}

.hero .hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    transition: all 0.5s linear;
    z-index: 2;
}

.healthcare-bottom-block .text-link,
.product-content .text-link {
    position: relative;
    text-decoration: none;
}

.product-content .text-link {
    font-size: 13px;
}

.healthcare-bottom-block .text-link::before,
.product-content .text-link::before {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #149AFF;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
}

.healthcare-bottom-block .text-link::after,
.product-content .text-link::after {
    transition: all 0.3s;
}

.healthcare-bottom-block .text-link:hover::after,
.product-content .text-link:hover::after,
.contact-form .submit-btn:hover i {
    transform: rotate(45deg);
}

.contact-form .form-group input {
    border-bottom: 1px solid #253243;
}

.contact-form .form-group input.error {
    border-color: rgb(255, 0, 0);
}

@media (max-width: 767px) {
    /* .hero .services-grid {
        grid-template-columns: 1fr;
    } */

    .hero h3 a {
        font-size: 20px;
    }
}

@media screen and (min-width:768px) {
    .hero {
        padding: 40px 0;
    }

    .hero .hero-content {
        padding: 32px;
    }

    .hero .hero-image {
        flex: 1;
        max-width: 492px;
        background-position: center;
    }

    .hero .hero-block {
        flex-direction: row;
    }

    .hero .service-item:hover .hover-image {
        opacity: 1;
    }

    .hero-image video {
        display: block;
    }

    .hero-image img {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .hero .hero-content {
        padding: 32px 40px;
    }

    .hero .service-item {
        padding: 26px 0;
    }

    .hero .services-grid {
        gap: 10px 30px;
    }

    .products-grid .product-content {
        padding-right: 16px;
        margin-top: 25px;
    }
}

@media screen and (min-width:1200px) {
    .hero-content {
        margin-bottom: 0;
    }

    .hero .hover-image {
        top: 0;
        right: -87px;
        width: 352px;
        height: 380px;
    }

    .hero {
        padding: 80px 0;
    }

    .hero .services-grid {
        gap: 23px 40px;
    }

    .hero .service-item {
        padding: 32px 0;
    }
}


/* healthcare wrap */
.healthcare {
    padding: 30px 0;
}

.healthcare .container {
    max-width: 1226px;
}

.healthcare h2 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #253243;
    text-align: center;
}

.healthcare .healthcare-bottom-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: self-start;
}


.healthcare .learn-more {
    font-size: 16.2px;
    font-weight: 500;
    line-height: 27px;
    color: #2563EB;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.healthcare .learn-more:hover {
    opacity: 0.5;
}

.healthcare .learn-more:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #149AFF;
}

.healthcare .healthcare-block {
    margin-bottom: 30px;
}

.healthcare .learn-more .arrow-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(2372%) hue-rotate(217deg) brightness(98%) contrast(87%);
    background-size: 10px;
}

.healthcare .stats .stats-wrap {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.healthcare .stats .healthcare-video {
    display: none;
}

.healthcare .stat {
    padding: 15px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.healthcare .stat:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
}

.healthcare .stat-number {
    display: block;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.healthcare .stat-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0.9;
    display: block;
    max-width: 202px;
    width: 100%;
}

@media screen and (min-width:768px) {
    .healthcare {
        padding: 40px 0;
    }

    .healthcare .healthcare-bottom-block {
        flex-direction: row;
        justify-content: space-between;
    }

    .healthcare .learn-more {
        flex: none;
    }

    .healthcare .healthcare-bottom-block p {
        max-width: 604px;
        width: 100%;
    }

    /* .healthcare .stats {
        flex-direction: row;
    } */
    .healthcare .stat:not(:last-child) {
        border-bottom: 0;
        border-right: 1px solid #fff;
    }

    .healthcare .stat {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .healthcare .stat-number {
        font-size: 50px;
        margin-bottom: 2px;
    }

    .healthcare .stat:first-child .stat-description {
        text-align: left;
    }

    .healthcare .stat:first-child {
        align-items: self-start;
        padding-right: 0;
    }

    .healthcare .stat:last-child .stat-description {
        text-align: right;
    }

    .healthcare .stat:last-child {
        /* align-items: self-end; */
    }

    /* .healthcare .stats {
        padding: 30px 50px 30px 10px;
    } */
    .healthcare h2 {
        text-align: left;
    }

    .healthcare .stats {
        background: none;
        position: relative;
    }

    .healthcare .stats .healthcare-video {
        display: block;
        height: 180px;
        position: relative;
        z-index: 1;
    }

    .healthcare .stats .healthcare-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .healthcare .stats .healthcare-video:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.08);
        z-index: 3;
        top: 0;
        left: 0;
    }

    .healthcare .stats .healthcare-video:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #149AFF;
        z-index: 2;
        top: 0;
        left: 0;
        mix-blend-mode: color;
    }

    .healthcare .stats .stats-wrap {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: transparent;
        z-index: 4;
        width: 100%;

        padding: 27px 65px 33px 44px;
    }
}

@media screen and (min-width:992px) {
    .healthcare {
        padding: 50px 0;
    }

    .healthcare .stat-number {
        font-size: 60px;
    }

    .healthcare .stats .healthcare-video {
        height: 283px;
    }

    .healthcare .stats .stats-wrap {
        padding: 74px 65px 74px 44px;
    }
}

@media screen and (min-width:1200px) {

    .healthcare .stat-number {
        font-size: 64px;
    }

    .healthcare {
        padding: 65px 0;
    }

    .healthcare h2 {
        font-size: 64px;
        margin-bottom: 10px;
    }

    .healthcare .healthcare-block {
        margin-bottom: 38px;
    }

    .healthcare .stat {
        padding: 15px 47px;
    }
}

@media (max-width: 768px) {
    .healthcare__title {
        font-size: 40px;
    }

    /* .stats {
        padding: 2rem 1rem;
    } */
}


/* client wrap */
.clients-section {
    background: #1C2331;
}

.clients-section .logos-container {
    max-width: 100%;
}

.clients-section .logo-item {
    width: 265px !important;
    height: 220px;
    min-width: 264px;
    padding: 20px 15px;
    border-left: 1px solid #45474E;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.clients-section .logo-item img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

@media screen and (min-width:992px) {
    .clients-section .logo-item {
        padding: 50px;
    }
}

@media screen and (min-width:1200px) {
    .clients-section .logo-item {
        padding: 74px;
    }
}



/* products wrap */
.products-wrap {
    padding: 30px 0 30px;
    background-color: #F8F9F9;
}


.products-wrap .category {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #253243;
    display: block;
    padding: 5px 0 12px;
    z-index: 10;
    /* background: #fff; */
}

.products-wrap h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.products-wrap .products-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.products-wrap .products-grid:not(:last-child) {
    margin-bottom: 30px;
}

.products-wrap .product-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 50%;
}

.products-wrap .product-image {
    margin-bottom: 15px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: self-start;
    margin-top: 10px;
}

.products-wrap .product-title {
    font-size: 22.73px;
    font-weight: 500;
    line-height: 19.1px;
    color: #253243;
}

.products-wrap p {
    font-size: 16px;
    line-height: 19.1px;
    margin: 0;
}

.text-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.49px;
    color: #149AFF;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.text-link:after {
    content: "";
    display: inline-block;
    background: url("../images/arrow-blue.svg") no-repeat;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    transition: 0.5s all;

}

.products-wrap .explore-link .arrow-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(2372%) hue-rotate(217deg) brightness(98%) contrast(87%);
    background-size: 8px;
}

.case_study_btn_block {
    display: flex;
    justify-content: center;
}

.case_study_btn {
    min-width: 200px;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_study_btn::after {
    width: 10px;
    height: 10px;
    background-size: 100%;
}


@media screen and (min-width:768px) {
    .products-wrap .products-grid {
        flex-direction: row;
        max-width: 1074px;
        margin: 0 auto;
        gap: 40px;
    }

    .products-wrap {
        padding: 40px 0;
    }

    .products-wrap h2 {
        margin-bottom: 40px;
    }

    .products-wrap .category {
        top: 128px;
        padding-top: 15px;
    }

    .products-wrap .products-grid:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:992px) {
    .products-wrap {
        padding: 62px 0;
    }

    .products-wrap .products-grid {
        gap: 60px;
    }

    .products-wrap .category {
        top: 100px;
        padding-top: 15px;
    }

    .products-wrap .products-grid:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:1200px) {
    .products-wrap .products-grid {
        gap: 114px;
    }

    .products-wrap {
        padding: 130px 0;
    }

    .products-wrap .products-grid:not(:last-child) {
        margin-bottom: 80px;
    }
}


/* testimonial wrap */
.testimonial-section {
    background: #253243;
    padding: 30px 0 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.testimonial-section .section-header {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;

    gap: 20px;
}

.testimonial-section .title-wrapper h2 {
    font-weight: 500;
    color: #fff;
    position: relative;
}

.testimonial-section .customer-avatars {
    position: relative;
    display: none;
    width: 82px;
    height: 52.29px;
    vertical-align: middle;
}

.testimonial-section .customer-avatars img {
    width: 42px;
    z-index: 3;
    position: absolute;
}

.testimonial-section .customer-avatars img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 2;
}

.testimonial-section .customer-avatars img:last-child {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
}

.testimonial-section .testimonial-content p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.testimonial-section .customer-block {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    justify-content: center;
}

.testimonial-section .customer-block .customer-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-section .customer-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.testimonial-section .play-button .play-btn {
    width: 62.98px;
    height: 62.98px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    background: url("../images/play.svg") no-repeat center;
    display: inline-block;
    width: 9px;
    height: 11px;
}

.testimonial-section .play-button span {
    display: none;
}

.testimonial-section .customer-info span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.testimonial-section .customer-info span:last-child {
    font-size: 14px;
}

.testimonial-section .slider-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.testimonial-section .slider-button {
    width: 52.58px;
    height: 52.58px;
    border: 1.46px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    background: url("../images/slider-arrow.svg") no-repeat center;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-section .slider-button.disable {
    opacity: 0.3;
    cursor: default;
}

.testimonial-section .slider-button.disable:hover {
    background-color: transparent;
}

.testimonial-section .slider-button.disable:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(66deg) brightness(105%) contrast(105%);
}

.testimonial-section .slider-button:hover {
    background-color: #fff;
}

.testimonial-section .slider-button:hover::after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(2837%) hue-rotate(174deg) brightness(98%) contrast(83%);
}

.testimonial-section .slider-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 17px;
    height: 11px;
    background: url("../images/slider-arrow.svg") no-repeat center;
}

.testimonial-section .slider-button.next-button {
    transform: rotate(180deg);
}



.slick-slide {
    /* opacity: 0.3; */
    transition: opacity 0.3s ease;
}

.testimonial-section .slick-slide {
    opacity: 0.3;
}

.testimonial-section .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.testimonial-section .customer-block .customer-arrow {
    display: none;
}

@media screen and (min-width:768px) {
    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-section .customer-block {
        margin-bottom: 0;
        align-items: center;
        gap: 30px;
        justify-content: center;
        text-align: left;
    }

    .testimonial-section .customer-block .customer-arrow {
        display: block;
    }

    .testimonial-section .customer-arrow .customer-arrow-block {
        display: inline-block;
        width: 169px;
        height: 1px;
        background-color: #fff;
        position: relative;
    }

    .testimonial-section .customer-arrow .customer-arrow-block:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #fff;
    }

    .testimonial-section .testimonial-slider,
    .slider-wrap {
        max-width: 1020px !important;
        width: 100%;
        margin: 0 auto;
    }

    /* .testimonial-section .testimonial-slider .slick-list {
        overflow: visible;
    } */
    .testimonial-section .play-button {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .testimonial-section .play-button span {
        display: block;

        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

    .testimonial-section .title-wrapper h2 {
        max-width: 632px;
        width: 100%;
        margin: 0 auto;
    }

    .testimonial-section .section-header {
        margin-bottom: 50px;
    }

    .testimonial-section .customer-avatars {
        display: inline-block;
    }
}

@media screen and (min-width:992px) {
    .testimonial-section .title-wrapper h2 {
        font-size: 64px;
    }

    .testimonial-section .section-header {
        flex-direction: row;
    }

    .testimonial-section .testimonial-content p {
        font-size: 20px;
    }

    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-section .section-header {
        margin-bottom: 80px;
    }

    /* .testimonial-section .testimonial-content {
        padding-right: 50px;
    } */
}

@media screen and (min-width:1200px) {
    .testimonial-section {
        padding: 100px 0;
    }

    .testimonial-section .slider-nav {
        gap: 23px;
        padding-top: 30px;
    }

    .testimonial-section .section-header {
        margin-bottom: 75px;
    }

    .testimonial-section .testimonial-content p {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 36px;
    }

    .testimonial-section .customer-block .customer-wrap {
        gap: 23px;
    }
}

/* visit wrap */
.visit-wrap {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.visit-wrap .appchooper-visits {
    display: none;
}

.visit-wrap .visit-block {
    max-width: 850px;
    width: 100%;
    background: #F8F9F9;
    margin: auto;
    padding: 20px;
}

.visit-wrap h4 {
    font-weight: 500;
    margin-bottom: 15px;
}

.visit-wrap .visit-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
}

.visit-wrap .visit-line {
    display: none;
}

.visit-wrap .visit-detail {
    display: flex;
    align-items: center;
    gap: 10px;
}

.visit-wrap .visit-detail-block .visit-name {
    color: #149AFF;

    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.visit-wrap .visit-detail-block .visit-profession {

    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #253243;
}

.contact-form {
    max-width: 575px;
    width: 100%;
    margin: auto;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group input {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(37, 50, 67, 0.64);
    background: transparent;
}

.form-group input::placeholder {
    color: rgba(37, 50, 67, 0.64);
}

.input-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #253243;
}

.submit-btn [disabled] {
    color: #ffffff;
}

.submit-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 36px;
    border: none;
    border-radius: 100px;
    background: #149AFF;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #149AFF;
}

.submit-btn .arrow-icon {
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #0161EA;
    border-color: #0161EA;
    color: #fff;
}

.submit-btn:hover .arrow-icon {
    transition: scale(1.1);
}

.submit-btn:hover {
    opacity: 0.9;
}

.submit-btn svg {
    width: 16px;
    height: 16px;
}

@media screen and (min-width:768px) {
    .visit-wrap .appchooper-visits {
        display: block;
    }

    .visit-wrap .visit-content {
        flex-direction: row;
        align-items: center;
    }

    .visit-wrap .visit-detail {
        flex: none;
    }

    .visit-wrap .visit-line {
        display: block;
        width: 140px;
        height: 1px;
        display: inline-block;
        background-color: #000000;
        position: relative;
    }

    .visit-wrap .visit-line:after {
        content: "";
        position: absolute;
        background: #000;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        height: 4px;
        width: 4px;
    }

    .visit-wrap .visit-content p {
        width: 300px;
    }

    .visit-wrap .visit-block {
        padding: 30px;
    }

    .visit-wrap {
        padding: 40px 0;
    }

    .visit-wrap .appchooper-visits {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(40%);
        z-index: 1;
        right: 0;
    }

    .visit-wrap .appchooper-visits img {
        margin: 0 auto;
        display: block;
    }

    .visit-wrap .container {
        position: relative;
        z-index: 2;
    }
}

@media screen and (min-width:992px) {
    .visit-wrap {
        padding: 47px 0;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .visit-wrap .visit-block {
        padding: 40px;
    }

    .visit-wrap .visit-content {
        position: relative;
        align-items: self-start;
        margin-bottom: 50px;
    }

    .visit-wrap .visit-content p {
        max-width: 400px;
        width: 100%;
    }

    .visit-wrap .visit-detail {
        position: absolute;
        right: -98px;
        flex: auto;
        bottom: 9px;
    }

    .form-group.form-message-group {
        margin-bottom: 40px;
    }

    .form-group.form-message-group input {
        height: 75px;
    }
}

@media screen and (min-width:1200px) {
    .visit-wrap {
        padding: 65px 0;
    }

    .visit-wrap .visit-block {
        padding: 39px 80px 45px;
    }

    .visit-wrap h4 {
        font-size: 64px;
        word-spacing: 10px;
    }

    .visit-wrap .visit-detail {
        right: -266px;
        bottom: 9px;
    }

    .visit-wrap .visit-content p {
        max-width: 575px;
    }
}

/* process wrap */
.process-section {
    padding: 10px 0 30px;
}

.process-section h2 {
    font-weight: 500;
    position: sticky;
    z-index: 3;
    top: 60px;
    background: #fff;
    padding-top: 20px;
}

.process-section .timeline-wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-section .timeline-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 40px;
}

.process-section .timeline-item.inactive {
    opacity: 0.3;
}

.process-section .timeline-left {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    gap: 5px;
}

.process-section .date-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #253243A3;
    padding-top: 16px;
}

.process-section .timeline-line {
    width: 4px;
    height: 250px;
    background: #253243;
    opacity: 0.1;
    position: relative;
    overflow: hidden;
}

.process-section .timeline-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #149AFF;
    transition: height 0.5s ease;
}

.process-section .timeline-item.active .timeline-line::after {
    height: 125px;
}

.process-section .timeline-content {
    flex: 1;
}

.process-section .circle-icon {
    width: 71.03px;
    height: 59.46px;
    margin-bottom: 20px;
}

.process-section h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.25px;
    color: #253243;
    margin-bottom: 20px;
}

.process-section .process-list {
    list-style: none;
}

.process-section .process-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #253243;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.process-section .process-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #253243;
    border-radius: 50%;
}

.process-section .image-wrapper {
    flex: 1;
    position: sticky;
    top: 210px;
    height: fit-content;
    max-height: calc(100vh - 200px);
    display: none;
}



.process-section .process-image+.process-image {
    position: absolute;
    top: 0;
    left: 0;
}

.process-section .timeline-block.inactive {
    opacity: 0.5;
}

.process-section .timeline-block {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (min-width:768px) {
    .timeline-block.active .process-image {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 37%;
    }

    .process-section h2 {
        top: 67px;
    }

    .process-content {
        display: flex;
    }

    .process-section .process-image.active {
        opacity: 1;
    }

    .process-section .image-wrapper {
        display: block;
    }

    .story-section .date-box-wrap {
        height: 230px;
    }
}

@media screen and (min-width:992px) {
    .process-content {
        gap: 40px;
    }

    .process-section .timeline-wrapper {
        padding-top: 66px;
    }

    .process-section .timeline-item {
        gap: 36px;
    }

    .process-section .timeline-left {
        gap: 15px;
    }

    .process-section .timeline-content {
        padding-top: 17px;
    }

    .process-section {
        padding-top: 40px;
    }

    .process-section h2 {
        top: 60px;
    }
}

@media screen and (min-width:1200px) {
    .timeline-block.active .process-image {
        width: 50%;
    }

    .process-section {
        padding: 65px 0 100px;
    }

    .process-section .container {
        max-width: 1315px;
        padding-left: 121px;
    }

    .process-section h2 {
        font-size: 64px;
        padding-top: 30px;
    }

    .process-section .image-wrapper {
        top: 260px;
    }
}

@media screen and (min-width:1400px) {
    .process-section {
        padding: 29px 0 160px;
    }
}

/* innovating wrap */
.primary-btn {
    color: #fff;
    font-size: 16px;
    padding: 14px 16px;
    display: inline-flex;
    cursor: pointer;
    background-color: #149AFF;
    border-radius: 30px;
    border: 1px solid #149AFF;
    transition: all .4s linear;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background: #fff;
    color: #149AFF;
}

.primary-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(26%) sepia(90%) saturate(4965%) hue-rotate(209deg) brightness(98%) contrast(99%);
    transform: scale(1.1);
}

.primary-btn:after {
    content: "";
    background: url(../images/incon_arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    border: 1px solid transparent;
    transition: .4s linear;
}


.submit-btn svg {
    width: 16px;
    height: 16px;
}

.innovating-ideas {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.content-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.left-content {
    position: relative;
    width: 51%;
}

.left-content::before {
    content: "";
    background-image: url(../images/container.svg);
    background-repeat: no-repeat;
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;

}

.left-content img {
    width: 100%;
    object-fit: cover;
}

.left-content .img-rate {
    width: auto;
    height: auto;
}

.clutch-rating {
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    margin: 0 10px;
}

.rating-box {
    padding: 15px 27px 25px 29px;
    border-bottom: 1px solid #00000033;
}

.clutch-rating>*:first-child {
    background-color: #149AFF;
    color: #fff;
    padding: 15px 15px;
}

.tech-stack-wrapper>*:last-child {
    border-right: none;
}

.clutch-rating>*:last-child {
    border-right: none;
}

strong.number-rating {
    color: #FFFFFF !important;
}

.clutch-rating p {
    font-size: 40.21px;
    font-weight: 500;
    line-height: 48.25px;
    margin: 0;
}

.clutch-rating strong {
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #253243;
}

.clutch-rating span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #253243;
    line-height: normal;
}

.clutch_icon {
    display: flex;
}

span.star-rating {
    color: #FFFFFF;
    font-size: 9px;

}

.star-rating::before {
    content: '\2605\2605\2605\2605\2605';
    display: block;
    color: #FFCD42;
}

.right-content {
    width: 45%;
    margin-bottom: 20px;
}

.right-content h2 {
    font-weight: 500;
    margin-bottom: 15px;
}

.right-content p {
    text-align: left;
    margin-bottom: 20px;
}

.right-content button {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.right-content button:hover {
    background-color: #0056b3;
}

.tech-stack {
    border: 1px solid #25324329;
}

.tech-stack-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    max-width: 1340px;
}

.tech-item {
    text-align: center;
    flex: 1 1 100px;
    border-right: 1px solid #25324329;
    padding: 40px 0px;
}

.tech-item img {
    width: 100%;
    max-width: 80px;
    margin-bottom: 10px;
    height: 86px;
}

.tech-item p {

    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    margin: 0;
}

.clutch_icon img {
    width: 50px;
    height: 21px;
}

@media screen and (max-width: 1200px) {
    .clutch-rating {
        /* position: relative; */
        margin-top: -4px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .left-content,
    .right-content {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    /* .right-content {
        text-align: left;
    } */

    .right-content h2 {
        font-size: 48px;
    }



    .tech-stack-wrapper {
        padding: 0 10px 15px;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .tech-item {
        width: 30%;
        margin-right: 57px;
        border-right: 1px solid transparent;
        padding: 0;
    }

    .tech-item p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .right-content h2 {
        font-size: 27px;
        text-align: center;
    }

    .clutch-rating p {
        font-size: 24px;
        line-height: 32px;
    }

    .tech-stack {
        padding: 20px 0px;
    }

    .rating-box {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .rating-box {
        border-bottom: 1px solid #00000033;
        width: 50%;
    }

    .rating-box:nth-child(odd) {
        border-right: 1px solid #00000033;
    }

    .innovating-ideas {
        padding: 40px 0;
    }

}

@media screen and (min-width:992px) {
    .innovating-ideas {
        padding: 50px 0px;
    }

    .right-content {
        margin-bottom: 0;
    }

}

@media screen and (min-width:1200px) {
    .left-content {
        width: 51%;
    }

    .right-content {
        width: 43%;
        padding: 32px 0;
    }

    .right-content p {
        margin-bottom: 51px;
    }

    .clutch-rating {
        bottom: 10px;
    }

    .innovating-ideas {
        padding: 80px 0;
    }

    .rating-box {
        border-right: 1px solid #00000033;
        align-items: flex-start;
        padding: 15px;
    }
}

@media (min-width: 1366px) {
    .clutch-rating {
        bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .clutch-rating {
        display: block;
        position: static;
        margin: 20px 0 0;
        /* padding: 0; */
    }
}


/* innovating slider */
.innovating-slider-wrap .innovating-items .innovating-title {

    font-weight: 400;
    color: #16171A;
    font-size: 18px;
    text-align: center;
}

.innovating-slider-wrap .innovating-items {
    padding: 20px;
    border-right: 1px solid #25324329;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.innovating-slider-wrap {
    border-top: 1px solid #25324329;
    border-bottom: 1px solid #25324329;
    margin-top: 10px;
}

.innovating-slider-wrap .container {
    max-width: 100%;
}

.innovating-slider-wrap .innovating-items:first-child {
    border-left: 1px solid #25324329;
}

@media screen and (min-width:992px) {
    .innovating-slider-wrap .innovating-items {
        padding: 30px;
    }

    .innovating-slider-wrap {
        margin-top: 40px;
    }
}

@media screen and (min-width:1200px) {
    .innovating-slider-wrap .innovating-items {
        padding: 40px;
    }
}

/* responsive */
@media screen and (min-width:768px) {

    .dynamic-wrap .dynamic-top-wrap,
    .dynamic-wrap .dynamic-bottom-wrap {
        align-items: center;
        flex-wrap: nowrap;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image,
    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image {
        flex: none;
    }

    .dynamic-wrap {
        padding: 130px 0 50px;
    }

    .dynamic-wrap .dynamic-bottom-wrap {
        margin-bottom: 50px;
        justify-content: end;
        align-items: self-start;
    }

    .dynamic-wrap h1 {
        text-align: initial;
        order: initial;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image:last-child,
    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:last-child {
        margin-top: 0;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image,
    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image,
    .dynamic-wrap .dynamic-bottom-wrap p {
        order: initial;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image,
    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image {
        width: auto;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image video {
        width: 222px;
        height: 285px;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image:last-child video {
        width: 206px;
        height: 263px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image video {
        width: 176px;
        height: 226px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:last-child video {
        width: 173px;
        height: 222px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image video,
    .dynamic-wrap .dynamic-top-wrap .dynamic-image video {
        display: block;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image img,
    .dynamic-wrap .dynamic-top-wrap .dynamic-image img {
        display: none;
    }
}

@media screen and (min-width:992px) {

    .dynamic-wrap .dynamic-top-wrap,
    .dynamic-wrap .dynamic-bottom-wrap {
        gap: 0;
    }

    .dynamic-wrap .dynamic-bottom-wrap p {
        max-width: 303px;
        width: 100%;
    }

    .dynamic-wrap h1 {
        max-width: 508px;
        width: 100%;
        letter-spacing: 2px;
    }

    .dynamic-wrap {
        padding: 180px 0 65px;
    }

    .dynamic-wrap .dynamic-top-wrap,
    .dynamic-wrap .dynamic-bottom-wrap {
        margin-bottom: 0;
    }

    .dynamic-wrap .dynamic-top-wrap .dynamic-image:first-child {
        margin-right: 60px;
    }

    .dynamic-wrap h1 {
        margin-right: 40px;
    }

    .dynamic-wrap .dynamic-bottom-wrap {
        margin: 0 24px 60px 0;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:first-child {
        margin-top: 20px;
    }

    .dynamic-wrap .dynamic-bottom-wrap p {
        line-height: 1.5;
        margin-left: 100px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:last-child {
        margin-top: 15px;
        margin-left: 120px;
    }

    .header .topbar .topbar-list li:not(:last-child) a::after {
        right: -22px;
    }
}

@media screen and (min-width:1200px) {
    .dynamic-wrap .dynamic-top-wrap .dynamic-image:first-child {
        margin-right: 111px;
    }

    .dynamic-wrap h1 {
        margin-right: 86px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:first-child {
        margin-top: 44px;
    }

    .dynamic-wrap .dynamic-bottom-wrap p {
        line-height: 1.5;
        margin-left: 209px;
    }

    .dynamic-wrap .dynamic-bottom-wrap .dynamic-image:last-child {
        margin-top: 33px;
        margin-left: 241px;
    }

    .header .topbar .topbar-list li:not(:last-child) a::after {
        right: -28px;
    }
}

@media screen and (max-width:767px) {
    .box-icon {
        width: 15px;
        height: 15px;
    }

    .dynamic-wrap .dynamic-bottom-wrap p {
        text-align: center;
    }

    .healthcare .healthcare-bottom-block {
        align-items: center;
    }

    .healthcare .healthcare-bottom-block p {
        text-align: center;
    }
}


.products-wrap .product-grid-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    gap: 30px;
    margin-bottom: 30px;
}

.products-wrap .product-grid-block .products-grid {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.product-grid-block .products-grid .product-card {
    max-width: 100%;
}

.products-wrap .product-grid-block .product-image {
    max-width: 598px;
    width: 100%;
    height: auto;
}

.products-wrap .product-grid-block .product-title {
    font-size: 24px;
    font-weight: 400;
}

.products-wrap .product-grid-block .product-content {
    gap: 6px;
}

.products-wrap .product-grid-block p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    .products-wrap .product-grid-block {
        flex-direction: row;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .products-wrap .product-grid-block .products-grid {
        width: 47%;
    }

    .products-wrap .product-grid-block .product-content {
        margin-top: 11px;
    }

    .products-wrap .product-title {
        font-size: 28px;
    }

    .products-wrap .product-grid-block p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .product-grid-block .product-content .text-link {
        font-size: 16px;
    }

    .products-wrap .product-grid-block .products-grid.product-grid-left {
        margin-top: 43px;
    }
}

@media screen and (min-width:992px) {
    .products-wrap .product-title {
        font-size: 28px;
    }

    .products-wrap .product-grid-block p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .product-grid-block .product-content .text-link {
        font-size: 16px;
    }

    .products-wrap .product-grid-block .products-grid.product-grid-left {
        margin-top: 90px;
    }
}

@media screen and (min-width:1200px) {
    .products-wrap .product-grid-block {
        margin-bottom: 80px;
    }

    .products-wrap .product-grid-block .products-grid {
        gap: 75px;
    }

    .products-wrap .product-grid-block .products-grid.product-grid-left {
        margin-top: 143px;
    }
}