@font-face {
    font-family: 'ABC Repro Bold';
    src: url('../fonts/abcrepro-bold-webfont.woff2') format('woff2'),
        url('../fonts/abcrepro-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Repro Medium';
    src: url('../fonts/abcrepro-medium-webfont.woff2') format('woff2'),
        url('../fonts/abcrepro-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Repro Regular';
    src: url('../fonts/abcrepro-regular-webfont.woff2') format('woff2'),
        url('../fonts/abcrepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Repro Screen';
    src: url('../fonts/abcrepro-screen-webfont.woff2') format('woff2'),
        url('../fonts/abcrepro-screen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Power Grotesk Medium';
    src: url('../fonts/powergrotesk-medium-webfont.woff2') format('woff2'),
        url('../fonts/powergrotesk-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'ABC Repro Regular', sans-serif;
    color: #000000;
}

.w-fit {
    width: fit-content;
}

.mt-15 {
    margin-top: -15px;
}

.green-span {
    color: #28B67B;
}

h1 {
    font-size: clamp(32px, 2.083vw, 40px);
    font-weight: 700;
    margin-bottom: clamp(15px, 1.042vw, 20px);
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

h2 {
    font-size: clamp(28px, 1.667vw, 32px);
    font-weight: 400;
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

h3 {
    font-size: clamp(20px, 1.042vw, 20px);
    font-weight: 400;
    font-family: 'ABC Repro Regular';
}

h4,
h5,
h6 {
    font-family: 'ABC Repro Regular' !important;
}

p {
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 400;
    font-family: 'ABC Repro Regular';
    color: #000;
}

.gap-20 {
    gap: clamp(12px, 1.042vw, 20px)
}

.py-50 {
    padding-top: clamp(25px, 2.604vw, 50px);
    padding-bottom: clamp(25px, 2.604vw, 50px);
}

.w-860 {
    max-width: 860px;
    margin: auto;
}

.lable-box {
    font-size: clamp(16px, 1.042vw, 20px);
    color: #000000;
    margin: 0;
}

.bg-green {
    background: #168559;
}

.green-btn {
    background: #1E9E69;
    color: #fff;
    font-size: clamp(14px, 0.833vw, 16px);
    padding-top: clamp(10px, 0.677vw, 13px);
    padding-bottom: clamp(10px, 0.677vw, 13px);
    padding-left: clamp(25px, 2.083vw, 40px);
    padding-right: clamp(25px, 2.083vw, 40px);
    border-radius: 10px;
    width: max-content;
    display: inline-block;
}

.green-btn:hover {
    background: #062A1D;
    color: #fff;
}

.text-white h2,
.text-white p,
.text-white a,
.text-white div {
    color: #fff;
}

.br-30 {
    border-radius: clamp(15px, 1.563vw, 30px);
}

.solution-btn a {
    font-size: clamp(20px, 1.042vw, 20px);
    font-weight: 400;
    font-family: 'ABC Repro Regular';
}

.solution-btn a:hover {
    text-decoration: underline;
    color: #000000;
}

.round-image {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
}

.business-model.active .round-image {
    rotate: 220deg;
}

.about-count-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about-count p {
    color: #000000;
    margin: 0;
}

.count {
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

.why-choose-section .choose-box {
    background: #F5F9EC;
    box-shadow: 0px 4px 23.7px 0px #B8B8B826;
    padding: 23px 23px 7px 23px;
    padding: clamp(15px, 2vw, 23px) clamp(15px, 2vw, 23px) clamp(0px, 7px, 7px) clamp(15px, 2vw, 23px);
    border-radius: 25px;
}

.why-choose-section .choose-box img {
    min-height: 210px;
    object-fit: cover;
}

.masonry {
    column-count: 2;
    column-gap: 48px;
}

.masonry .masonry-box {
    margin-bottom: clamp(50px, 5.208vw, 100px);
}

.tag {
    font-size: 13px;
    background: #D6F5E2;
    color: #000000;
    padding: 5px 10px;
    border-radius: 10px;
}

.tech-section .tech-name {
    background: linear-gradient(90deg, #F5F9EC 33%, #D6F5E2 100%);
    border: 1px solid #2F2F2F;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 500;
    padding: clamp(10px, 0.938vw, 18px);
    color: #000000;
    margin-bottom: 8px;
    border-radius: 12px;
}

.tech-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-btn {
    border: 1px solid #2F2F2F;
    padding: clamp(10px, 0.781vw, 15px) clamp(10px, 2vw, 23px);
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 500;
    color: #000000;
    border-radius: 10px;
}

.industries-section .about-count:hover {
    text-decoration: underline;
}

.client-img img {
    width: clamp(35px, 3.125vw, 60px);
    min-width: clamp(35px, 3.125vw, 60px);
    height: clamp(35px, 3.125vw, 60px);
    object-fit: cover;
    border-radius: 10px;
}

.slider-arrow {
    width: clamp(35px, 2.083vw, 40px);
    height: clamp(35px, 2.083vw, 40px);
    background: #11543B;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #11543B;
    transition: 0.4s;
}

.slider-arrow:hover {
    background: #fff;
    color: #000000;
    transition: 0.4s;
}

.client-slider .slick-list {
    padding: 0 !important;
}

.client-slider .slick-track {
    display: flex;
    gap: 24px;
}

.business-model-section .business-model img {
    min-height: clamp(320px, 24.219vw, 465px);
    object-fit: cover;
}

.model-btn {
    bottom: 15px;
}

.model-btn:hover {
    text-decoration: underline;
    color: #000000;
}

.model-btn div {
    font-size: clamp(16px, 1.042vw, 20px);
}

.business-models-wrapper {
    position: relative;
    min-height: clamp(320px, 24.219vw, 465px);
}

.business-model {
    width: calc(50% - 0.5rem);
    transition: all 0.4s ease;
}

.business-model:last-child {
    margin-right: 0;
}

.hide-box {
    transition: all 0.4s ease;
}

.show-box {
    background-color: #0F4532;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
    height: clamp(320px, 24.219vw, 465px);
}

.business-model.active {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.business-model.active .hide-box {
    opacity: 0;
    visibility: hidden;
}

.business-model.active .show-box {
    opacity: 1;
    visibility: visible;
}

.business-model.inactive {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

.show-box .content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
}

.business-model.active .show-box .content {
    opacity: 1;
    transform: translateY(0);
}

.white-btn {
    border: 1px solid #fff;
    background: transparent !important;
}

.black-btn {
    border: 1px solid #000000;
    background: transparent !important;
    color: #000000 !important;
}

.white-btn:hover,
.black-btn:hover {
    background: transparent;
    opacity: 0.5;
}

.show-box .content h3 {
    font-size: clamp(16px, 1.042vw, 20px);
}

.small-h3 h3 {
    font-size: clamp(14px, 1.042vw, 20px);
}

.study-img img {
    min-height: clamp(220px, 22.448vw, 477px);
    height: clamp(220px, 22.448vw, 477px);
    min-width: clamp(300px, 23.49vw, 451px);
    width: clamp(300px, 23.49vw, 451px);
    object-fit: cover;
}

.stydy-no,
.stydy-no p {
    font-size: clamp(13px, 0.729vw, 14px);
    margin: 0;
}

.case-study-small .study-img img {
    min-height: clamp(300px, 19.375vw, 372px);
    height: clamp(300px, 19.375vw, 372px);
    width: 100%;
    object-fit: cover;
}

.second-div {
    width: clamp(260px, 17vw, 326.4px);
}

footer p {
    color: #fff;
}

footer a:hover {
    opacity: 0.8;
    color: #fff;
}

.new-form-footer input::placeholder,
.new-form-footer select::placeholder,
.new-form-footer textarea::placeholder {
    color: #8E95A2 !important;
}

.new-form-footer input:focus,
.new-form-footer select:focus,
.new-form-footer textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

.new-form-footer select,
.new-form-footer textarea {
    color: #8E95A2 !important;
    cursor: pointer;
}

.five-grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.five-grid-box .about-count {
    border-right: 1px solid #000000;
    padding-left: clamp(10px, 1.823vw, 35px);
    padding-right: clamp(10px, 1.823vw, 35px);
}

.five-grid-box .about-count:last-child {
    border-right: 0;
}

.client-video-section .slide-item {
    border: 1px solid #000000;
    border-radius: 20px;
}

.video-image {
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    width: 100%;
}

.client-video-section .thumbnail-slider .slick-slide {
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    padding: 1.25vw 0.938vw;
    border-top: 1px solid #05164D0A;
}

.client-video-section .client-word {
    padding-left: clamp(20px, 3.646vw, 70px);
    padding-right: clamp(20px, 3.646vw, 70px);
}

.client-video-section .client-word p {
    font-size: clamp(14px, 1.042vw, 20px);
    color: #5E6373;
    line-height: normal;
}

.client-video-section .thumbnail-slider .slick-track {
    display: flex;
    gap: 15px;
}

.client-video-section .thumbnail-slider .slick-slide img {
    border-radius: 50%;
    width: clamp(30px, 3.646vw, 70px);
    height: clamp(30px, 3.646vw, 70px);
    object-fit: cover;
}

.client-video-section .client-word h6,
.thumbnail-slider .slick-slide .client-details h6 {
    font-size: clamp(15px, 1.042vw, 20px);
    color: #000000;
    font-family: 'ABC Repro Medium';
    font-weight: 500;
    margin-bottom: 5px;
}

.client-video-section .client-word span,
.thumbnail-slider .slick-slide .client-details p {
    color: #656565;
    margin-bottom: 0;
    font-size: 0.833vw;
    font-size: clamp(12px, 0.833vw, 16px);
}

.client-video-section .thumbnail-slider .slick-slide .line-indicator {
    height: 4px;
    width: 100%;
    border-radius: 2px;
    margin-top: 1vw;
    background-color: #B6BAC3;
}

.client-video-section .thumbnail-slider .slick-slide.active-thumb .line-indicator {
    background-color: #00b894;
}

.form-submitted-section .social-box {
    border-radius: 15px;
}

.form-submitted-section .wpcf7-spinner {
    display: none;
}

.form-submitted-section .form-heading h2,
.form-submitted-section .form-heading h3 {
    color: #FFFFFF;
    background: #36B577;
    padding: clamp(20px, 1.563vw, 30px);
    font-size: clamp(20px, 1.458vw, 28px);
    font-weight: 700;
    text-align: center;
    border-top-left-radius: clamp(15px, 1.563vw, 30px);
    border-top-right-radius: clamp(15px, 1.563vw, 30px);
    margin-bottom: 0;
}

.form-submitted-section .social-box p,
.form-submitted-section .social-box a {
    margin-bottom: 0;
    font-size: clamp(14px, 0.833vw, 16px);
}

.form-submitted-section .contact-us-form-v2 input,
.form-submitted-section .contact-us-form-v2 textarea,
.form-submitted-section .contact-us-form-v2 select {
    border: 1px solid #DCDCDC;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #0000000A;
    margin-bottom: 20px !important;
    width: 100%;
}

.form-submitted-section .contact-us-form-v2 input::placeholder,
.form-submitted-section .contact-us-form-v2 textarea::placeholder,
.form-submitted-section .contact-us-form-v2 select::placeholder {
    color: #000000;
}

.form-submitted-section .contact-us-form-v2 input:focus,
.form-submitted-section .contact-us-form-v2 textarea:focus,
.form-submitted-section .contact-us-form-v2 select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #36B577;
}

.form-submitted-section .intl-tel-input.allow-dropdown {
    width: 100%;
}

.form-submitted-section .submit-form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-details-section .position-top {
    position: sticky;
    top: 120px;
    height: max-content;
}

.blog-details-section .middle-content .counter-hierarchy {
    display: none !important;
}

.blog-details-section .banner-info div {
    border-right: 1px solid #000000;
    padding-left: clamp(10px, 1.042vw, 20px);
    padding-right: clamp(10px, 1.042vw, 20px);
    min-height: 50px;
}

.blog-details-section .banner-info img {
    margin: 0;
    width: 50px;
    height: 50px !important;
    border-radius: 50%;
}

.blog-details-section .banner-info div:last-child {
    border-right: 0;
}

.blog-details-section .banner-info div p {
    margin: 0;
    font-size: clamp(14px, 0.833vw, 16px);
}

.blog-details-section .blog-details-banner {
    background: #F5F9EC;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
}

.blog-details-section h1 {
    color: #000000;
    font-size: clamp(28px, 2.708vw, 52px);
    line-height: 120%;
}

.blog-details-section h2 {
    color: #000000;
    font-size: clamp(24px, 1.458vw, 28px);
    line-height: 140%;
    margin: 16px 0;
    text-align: left !important;
}

.blog-details-section p {
    color: #000000;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}

.blog-details-section a {
    color: #007BC1 !important;
}

a.latest-blog-details {
    color: unset !important;
    transition: 0.5;
}


a.latest-blog-details:hover {
    text-decoration: none;
    color: #28be78 !important;
    cursor: pointer;
}

.blog-details-section .note-box {
    box-shadow : 0 0 40px rgba(0, 0, 0, 0.2);
    background: #f5f9ec;
    padding: 27px;
}

.blog-details-section strong {
    color: #0B3747;
    font-weight: 900;
}

.blog-details-section ul,
.blog-details-section ol {
    padding-left: 20px;
}

.blog-details-section img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 0px #00000040;
    margin-bottom: 16px;
}

.blog-details-section table {
    width: 100%;
    border: 1px solid #94A5AB;
    margin-bottom: 16px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.blog-details-section td,
.blog-details-section th {
    font-size: clamp(14px, 0.833vw, 16px);
    border: 1px solid #94A5AB;
    box-shadow: none;
    background: #0B486F;
    color: #fff;
    padding:5px; 
}

.blog-details-section td {
    color: #000000;
    background: transparent;
}

.blog-details-section tr:nth-child(odd) {
    background-color: #F0EEEE;
}

.blog-details-section ul li {
    list-style-type: disc !important;
}

.blog-details-section a {
    margin-bottom: 0;
    text-decoration: none !important;
}

.blog-details-section .table-of-content #ez-toc-container {
    background: #F7F8F8;
    border-radius: 24px;
    height: auto;
    padding: 0;
}

.blog-details-section .table-of-content .ez-toc-title-container {
    background: #0B486F;
    padding: clamp(12px, 1.042vw, 20px);
    text-align: center;
    border-radius: 24px 24px 0 0;
}

.blog-details-section .table-of-content .ez-toc-title-container p {
    color: #ffffff !important;
    padding: clamp(20px, 1.458vw, 28px);
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

.blog-details-section .table-of-content nav {
    padding: clamp(12px, 1.042vw, 20px) !important;
}

.blog-details-section .table-of-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-details-section .table-of-content ul ul {
    margin: 10px 0 0 10px !important;
}

.blog-details-section .table-of-content ul li,
.blog-details-section .table-of-content ul a,
.blog-details-section .table-of-content ul span,
.blog-details-section .table-of-content ul p {
    font-size: 16px !important;
    color: #000 !important;
}

.blog-details-section .table-of-content ul a::before {
    display: none;
}

.blog-details-section .blog-form {
    background: #11543B;
    border-radius: 12px;
    width: 100%;
    padding: clamp(15px, 1.042vw, 20px);
}

.blog-details-section .blog-form h3 {
    padding: clamp(20px, 1.458vw, 28px);
    padding-top: 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 24px;
    font-weight: 400;
}

.blog-details-section .blog-form input,
.blog-details-section .blog-form textarea,
.blog-details-section .blog-form select {
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 8px 10px;
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

.blog-details-section .blog-form input:focus,
.blog-details-section .blog-form textarea:focus,
.blog-details-section .blog-form select:focus {
    outline: none;
    box-shadow: none;
}

.blog-details-section .blog-form input::placeholder,
.blog-details-section .blog-form textarea::placeholder,
.blog-details-section .blog-form select::placeholder {
    color: #ffffff;
    font-family: 'Power Grotesk Medium', sans-serif !important;
}

.blog-details-section .blog-form [type=button],
.blog-details-section .blog-form [type=reset],
.blog-details-section .blog-form [type=submit],
.blog-details-section .blog-form button {
    border: 1px solid #fff !important;
    border-radius: 12px;
    width: auto !important;
    padding: 10px 42px !important;
    margin: auto;
    display: flex;
}

.blog-details-section .blog-form [type=button]:hover,
.blog-details-section .blog-form [type=reset]:hover,
.blog-details-section .blog-form [type=submit]:hover,
.blog-details-section .blog-form button:hover {
    background: #ffffff;
    color: #11543B;
}

.blog-details-section .blog-form p {
    margin: 0 !important;
}

.blog-details-section .blog-form .wpcf7-spinner {
    display: none;
}

.blog-details-section .community-box {
    border: 1px solid #E9E9E9;
    background-color: #F7F8F8;
    padding: clamp(15px, 1.042vw, 20px);
    border-radius: 12px;
    margin-top: 20px;
}

.blog-details-section .community-box h3 {
    font-size: 16px;
    text-align: center;
}

.blog-details-section .community-box .simplesocialbuttons {
    display: flex;
    justify-content: center;
    gap: clamp(7px, 0.781vw, 15px);
}

.blog-details-section .community-box .simplesocialbuttons button {
    background: #5B616E;
    color: #fff !important;
    border: 1px solid #5B616E !important;
    border-radius: 4px;
    margin: 0;
}

.blog-details-section .community-box .simplesocialbuttons button:hover {
    background: #11543B !important;
}

.blog-details-section .card-header {
    margin-bottom: 10px;
    border-radius: 10px !important;
    background-color: #F0EEEE;
}

.blog-details-section .accordion-title {
    position: relative;
    padding: clamp(10px, 1.042vw, 20px);
    padding-right: 35px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.blog-details-section .accordion-title:focus {
    outline: none;
    box-shadow: none;
}

.blog-details-section .accordion-title i {
    position: absolute;
    right: clamp(10px, 1.042vw, 20px);
    top: 0;
}

.blog-details-section [aria-expanded="true"] i:before {
    content: "\f068";
}

.blog-details-section .text-white h2,
.blog-details-section .text-white p,
.blog-details-section .text-white h3,
.blog-details-section .text-white span {
    color: #FFF;
}

.blog-section .white-catagory {
    background-color: #E3EFCE;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
    text-transform: capitalize;
}

.case-img-slider .carousel-item img {
    height: clamp(200px, 31.25vw, 600px);
    object-fit: cover;
}

.case-img-slider .slider-arrow {
    background: #8E95A2;
    opacity: 1;
    transform: translatey(-50%);
}

.case-img-slider .slider-arrow span {
	width: 20px;
    height: 20px;
}
.blog-details-section .blog-form a {
	color:#FFF !important;
}

/* Offset for 2nd, 4th, 6th */
.row > div:nth-of-type(2) .hoverplay-video-card,
.row > div:nth-of-type(4) .hoverplay-video-card,
.row > div:nth-of-type(6) .hoverplay-video-card {
    margin-top: 30px;
}

.hoverplay-video-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: transparent;
}

.hoverplay-video-card .video-thumb,
.hoverplay-video-card video {
    width: 100%;
    height: clamp(210px, 21.354vw, 410px);
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: opacity 0.3s ease;
}

.hoverplay-video-card .video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
}

.hoverplay-video-card video {
    position: relative;
    z-index: 1;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.play-icon-overlay img {
    width: clamp(16px, 1.823vw, 35px);
    height: clamp(16px, 1.823vw, 35px);
    opacity: 0.8;
}

.hoverplay-video-card.playing .video-thumb,
.hoverplay-video-card.playing .play-icon-overlay {
    opacity: 0;
}

@media (max-width: 1200px) {
    .row > div:nth-of-type(2) .hoverplay-video-card,
    .row > div:nth-of-type(4) .hoverplay-video-card,
    .row > div:nth-of-type(6) .hoverplay-video-card {
        margin-top: 0;
    }   
}


@media (max-width: 992px) {
    .masonry {
        column-count: 1;
    }

    .main-case-study .case-study-big h2,
    .main-case-study .case-study-small h2 {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .second-div {
        width: 100%;
    }

    .five-grid-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .five-grid-box .about-count {
        border-right: 0;
        background: white;
        padding: 15px;
        border-radius: 12px;
    }

    .blog-details-section .position-top {
        position: unset;
    }

    .blog-details-section .table-of-content #ez-toc-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .industries-section .about-count-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .text-mobile-center {
        text-align: center;
    }

    .card-content h2,
    .card-content p,
    .card-content a {
        text-align: left !important;
    }

    .client-slider .slick-track {
        gap: 0px;
    }

    .study-img img,
    .case-study-small .study-img img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .client-video-section .thumbnail-slider {
        display: none;
    }

    .client-video-section .client-word {
        padding: 20px;
        margin: 0;
    }

    .client-video-section .slide-item {
        padding: 10px;
    }

}

@media (max-width: 576px) {

    br {
        display: none;
    }

    .business-model {
        width: calc(100% - 0.5rem);
    }

    .business-model.active {
        position: relative !important;
    }

    .business-model.inactive {
        opacity: 1;
        visibility: visible;
        transform: unset;
    }

    .five-grid-box .about-count {
        padding: 10px;
    }

    .five-grid-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}