.page-template-ai-ml-services {
    background-color: #fafafa;
}
.ai-ml-service-inner {
    position: relative;
    background-color: #020a1d;
}
.ai-ml-service-inner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../svg/ai-banner-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ai-service-banner-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.ai-service-banner-wrapper h1 {
    color: #ffffff;
}
.ai-service-banner-wrapper .white_border::before {
    background-color: #ffffff;
}
.ai-service-image-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
}
.ai-service-main-img,
.ai-service-hand-img {
    display: flex;
    justify-content: center;
}
.ai-service-main-img svg,
.ai-service-hand-img svg {
    width: 100%;
    height: 100%;
}
.ai-service-hand-img {
    margin-top: -100px;
}
.ai-service-hand-img svg {
    height: 100%;
}
.common-service-padding {
    padding: 70px 0px;
    float: left;
    width: 100%;
}
.ai-consulting-service {
    position: relative;
}
.ai-consulting-service:before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../png/bg-pattern-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.ai-consulting-service-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.ai-consulting-service .container1 {
    position: relative;
}
.consulting-service-content {
    float: left;
    width: 100%;
}
.serv-title-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.cmn-serv-title {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 30px;
    font-weight: 600;
}
.consult-ai-img {
    width: 100%;
    float: left;
}
/* .consult-ai-img img {
    width: 85%;
} */
.scrolling-services-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.cmn-ai-grid {
    box-shadow: 0px 4px 20px 0px #00000021;
    position: relative;
    z-index: 8;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px;
}
.cmn-ai-grid:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../webp/grid-title.webp);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    border-radius: 8px;
}
.consult-service-grid-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px;
}
.consult-service-grid h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}
.consult-service-grid-item p {
    margin: 0px;
}
.consulting-service-content.posFix {
    position: fixed;
    top: 120px;
    float: none;
    width: auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.consulting-service-content.posAbs {
    position: absolute;
    bottom: 0px;
    float: none;
    width: auto;
}
.bg-ai-blue {
    background-color: #0c5b88;
}
.full-length-section {
    padding: 45px 0px;
    float: left;
    width: 100%;
}
.full-length-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bg-ai-blue .cmn-serv-title,
.bg-ai-blue .cmn-sub-text {
    color: #fff;
}
.full-lgth-btn {
    font-size: 24px;
    line-height: 36px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #0c5b88;
    padding: 12px 25px;
    border-radius: 72px;
    transition: all 0.3s ease-in-out;
}
.full-lgth-btn:hover {
    background-color: transparent;
    color: #fff;
}
.cmn-sub-text {
    font-size: 30px;
    line-height: 45px;
    color: #101010;
}
.development-process-wizard {
    margin-top: 30px;
}
.development-process-steps {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.development-process-steps ul {
    display: flex;
    align-items: center;
    position: relative;
}
.development-process-steps ul:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 352px);
    height: 7px;
    top: 70px;
    background-color: #e0f4ff;
}
.development-process-steps li {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #101010;
    min-width: 110px;
    text-align: center;
    width: 25%;
}
.development-process-steps li:before {
    content: "";
    position: absolute;
}
.development-process-steps li:before {
    left: calc(-50% - 35px / 2);
    width: 0;
    height: 7px;
    top: 70px;
    transition: all 0.3s ease-in-out;
}
.development-process-steps li:first-child:before {
    display: none;
}
.development-process-steps li span {
    text-indent: -9999999px;
    display: inline-block;
}
.development-process-steps li span:before,
.development-process-steps li span:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer;
}
.development-process-steps li span:before {
    width: 40px;
    height: 40px;
    background-color: #e0f4ff;
    top: 53px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.development-process-steps li.active:before {
    background-color: #0c5b88;
    width: 100%;
}
.development-process-steps li.active span:before {
    background-color: #0c5b88;
}
.development-process-steps li.active span:after {
    background-color: #ffffff;
}
.development-process-steps li span:after {
    width: 16px;
    height: 16px;
    background: #0c5b88;
    top: 65px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.development-process-grid {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}
.development-process-grid .form-container.active {
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 22px;
    display: flex !important;
    column-gap: 58px;
    align-items: center;
}
.development-img-wrap,
.development-content-wrap {
    width: 50%;
}
.development-img-wrap img {
    width: 100%;
    border-radius: 10px;
}
.development-content-wrap {
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
}
.slideHorz {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}
.development-process-wizard .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideHorz.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 22px;
    display: flex !important;
    column-gap: 58px;
    align-items: center;
}
.slideHorz.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.technology-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.technology-grid-wrapper {
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 36px;
    background-color: #fff;
}
.technology-grid-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    color: #131313;
    margin-bottom: 28px;
    font-weight: 600;
}
.tech-listing {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.tech-listing li {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 50px;
    column-gap: 15px;
}
.tech-listing li .tech-img-wrap {
/*    max-height: 32px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-listing li .tech-img-wrap img {
    height: 100%;
    object-fit: contain;
}
.tech-listing li .tech-name {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin: 0px;
    width: calc(100% - 47px);
}
.model-development-grids-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.dev-grid {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.model-development-grids {
    width: calc(50% - 10px);
}
.model-development-grids .dev-grid {
    height: calc(100% - 4px);
}
.development-grid-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.development-grid-head .grid-number {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    line-height: 82px;
    color: #101010;
    font-weight: 600;
    background: url(../webp/grid-title.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100% 10px 100% 100%;
    background-size: cover;
    position: relative;
    transform: rotate(-10deg);
}
.development-grid-head .grid-number:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #fff;
    border-radius: 100% 10px 100% 100%;
}
.development-grid-head .grid-number span {
    transform: rotate(10deg);
    position: relative;
    z-index: 2;
}
.development-grid-content {
    font-size: 18px;
    line-height: 28px;
}
.development-grid-head h3 {
    font-size: 26px;
    line-height: 40px;
    color: #101010;
    width: calc(100% - 135px);
}
.ai-industry-use {
    float: left;
    width: 100%;
}
.ai-industry-use {
    padding: 50px 0px 120px;
    position: relative;
}
slider {
    max-width: 1200px;
    margin: 0 auto;
    background: red;
}
.slick-list {
    padding-left: 0px !important;
}
.industrial-slider {
    position: unset !important;
    margin: 0 0 0 auto !important;
    padding-top: 35px;
}
.industrial-slider .slick-track {
    display: flex;
}
.industrial-slider .slick-arrow {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    padding: 12px 0px 12px 0px;
    min-width: 120px;
    z-index: 5;
}
.industrial-slider .slick-prev:hover:after,
.industrial-slider .slick-next:hover:after {
    width: 100%;
}
.industrial-slider .slick-arrow {
    width: auto;
    height: auto;
}
.industrial-slider .slick-prev {
    margin-left: -70px;
}
.industrial-slider .slick-next {
    margin-left: 70px;
}
.industrial-slider .slick-arrow:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    display: inline-flex;
    width: 47px;
    height: 26px;
}
.industrial-slider .slick-arrow:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    border: 3px solid #fff;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in-out 0.5s;
}
.industrial-slider .slick-prev:before {
    background-image: url(../svg/left-slide-arrow.svg);
}
.industrial-slider .slick-prev.slick-arrow:after {
    right: 0;
}
.industrial-slider .slick-next.slick-arrow:after {
    left: 0;
}
.industrial-slider .slick-next:before {
    background-image: url(../svg/right-slide-arrow.svg);
}
.industrial-slider .slick-slideshow__slide {
    margin: 0 20px;
    padding: 10px 25px;
    border-radius: 15px;
    border: 3px solid #fff;
    background-color: transparent;
}
.slider-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.slider-header h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}
.slider-content {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}
.industry-nav-tab-wrapper{
    flex-direction: column;
    gap: 10px;
    width: 330px;
    display:none;
}
.industry-nav-tab-wrapper .main-specials {
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
}
.industry-nav-tab-wrapper .main-specials span{
    display: flex;
}
.industry-nav-tab-wrapper .main-specials.active {
    background: #fff;
    color: #0f0f0f;
}
.industry-nav-tab-wrapper .main-specials.active .svg-color_industries {
    stroke: #0f0f0f;
}
.main_industries_new {
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    column-gap: 30px;
}
.res_padd_tab_content{
    width: calc(100% - 360px);
}
.res_padd_tab_content .tab-content {
    height: 100%;
}
.res_padd_tab_content .tab-content .tab-pane {
    height: 100%;
    opacity: 1;
}
.main_box_industries {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    height: 100%;
}
.main_box_industries img {
    width: 100%;
    border-radius: 5px;
}
.text_industries {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #0f0f0f;
    margin-bottom: 0px !important;
    padding-top: 20px;
}
.indusries-icon-img {
    object-fit: contain;
}
.svg-color_industries {
    stroke: #fff;
}
@media(min-width:992px){
    .industry-nav-tab-wrapper.nav-tabs {
        display: flex;
    }

    .tab-mobile-header {
        display:none;
    }  

    .res_padd_tab_content .collapse{
        display:block;
        height: 100%;
    }
}
@media (min-width: 1400px) {
    .ai-consulting-service-wrapper{
        gap: 20px;
    }
    .ai-consulting-service-left{
        width: 615px;
    }
    .ai-consulting-service-right{
        width: 615px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 615px;
    }
}
@media (min-width: 1600px) {
    .industrial-slider {
        max-width: 1540px;
    }
    .ai-consulting-service .container1{
        max-width: 1440px;
    }
    .ai-consulting-service-left{
        width: 690px;
    }
    .ai-consulting-service-right{
        width: 690px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 690px;
    }
}
@media (min-width: 1800px) {
    .development-img-wrap {
        width: 40%;
    }
}
@media (min-width: 1800px) and (max-width: 1920px) {
    .ai-consulting-service .container1{
        max-width: 1600px;
    }
    .development-content-wrap {
        width: calc(100% - 40%);
    }
    .ai-consulting-service-left{
        width: 770px;
    }
    .ai-consulting-service-right{
        width: 770px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 770px;
    }
}
@media (min-width: 2561px) and (max-width: 5125px) {
    .industrial-slider {
        padding-top: 35px;
        max-width: 1540px;
        margin: 0 auto !important;
    }
}
@media (max-width: 1700px) {
    .ai-service-image-wrapper {
        justify-content: center;
        width: 520px;
    }
    .ai-service-main-img {
        width: 100%;
    }
    .ai-service-hand-img {
        width: 40%;
        margin-top: -90px;
    }
    .cmn-serv-title {
        font-size: 32px;
        line-height: 48px;
    }
    .cmn-sub-text {
        font-size: 26px;
        line-height: 40px;
    }
    .slideHorz.active {
        column-gap: 48px;
    }
    .technology-grid-wrapper {
        padding: 32px;
    }
    .technology-grid-wrapper h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .tech-listing {
        column-gap: 16px;
        row-gap: 16px;
    }
    .tech-listing li {
        padding: 8px 22px;
        column-gap: 12px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 28px;
    }*/
    .tech-listing li .tech-name {
        font-size: 18px;
        width: calc(100% - 43px);
    }
    .industrial-slider {
        max-width: 1320px;
    }
    .industrial-slider .slick-slideshow__slide {
        margin: 0 16px;
        padding: 28px;
    }
    .slider-img-wrap {
        width: 68px;
        height: 68px;
    }
    .slider-img-wrap img {
        width: 100%;
        height: 100%;
    }
    .slider-header h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .slider-content {
        font-size: 20px;
        line-height: 30px;
    }
    .industrial-slider .slick-arrow {
        min-width: 100px;
    }
    .industrial-slider .slick-prev {
        margin-left: -60px;
    }
    .industrial-slider .slick-next {
        margin-left: 60px;
    }
    .industrial-slider .slick-arrow:before {
        width: 42px;
        height: 22px;
    }
    .industrial-slider .slick-arrow:after {
        width: 42px;
        height: 42px;
    }
    .development-process-steps ul:before {
        top: 68px;
        width: calc(100% - 276px);
    }
    .development-process-steps li span:before {
        width: 36px;
        height: 36px;
    }
    .development-process-steps li span:after {
        width: 12px;
        height: 12px;
    }
    .dev-grid {
        padding: 25px 35px;
    }
    .development-grid-head .grid-number {
        width: 100px;
        height: 100px;
        font-size: 50px;
        line-height: 76px;
    }
    .development-grid-head h3 {
        font-size: 24px;
        line-height: 36px;
        width: calc(100% - 115px);
    }
    .development-content-wrap {
        font-size: 24px;
        line-height: 36px;
    }
    .development-process-steps li:before {
        top: 68px;
    }
}
@media (max-width: 1399px) {
    .ai-service-image-wrapper {
        width: 420px;
    }
    .ai-service-hand-img {
        margin-top: -60px;
    }
    .common-service-padding {
        padding: 60px 0px;
    }
    .cmn-serv-title {
        font-size: 28px;
        line-height: 44px;
    }
    .scrolling-services-list {
        row-gap: 20px;
    }
    .consult-service-grid-item {
        padding: 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .consult-service-grid h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .consulting-service-content.posFix {
        width: 555px;
    }
    .consulting-service-content.posAbs {
        width: 555px;
    }
    .full-lgth-btn {
        font-size: 20px;
        line-height: 32px;
    }
    .cmn-sub-text {
        font-size: 22px;
        line-height: 36px;
    }
    .development-process-steps li {
        font-size: 22px;
        line-height: 32px;
    }
    .development-process-steps ul:before {
        width: calc(100% - 252px);
    }
    .development-content-wrap {
        font-size: 22px;
        line-height: 34px;
    }
    .technology-grid-wrapper {
        padding: 28px;
    }
    .technology-grid-wrapper h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .tech-listing {
        column-gap: 12px;
        row-gap: 12px;
    }
    .tech-listing li {
        padding: 7px 18px;
        column-gap: 8px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 26px;
    }*/
    .tech-listing li .tech-name {
        font-size: 16px;
        width: calc(100% - 40px);
    }
    .industrial-slider .slick-slideshow__slide {
        margin: 0 12px;
        padding: 24px;
    }
    .slider-img-wrap {
        width: 58px;
        height: 58px;
    }
    .slider-header h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .slider-content {
        font-size: 18px;
        line-height: 28px;
    }
    .dev-grid {
        padding: 22px 30px;
    }
    .development-grid-head {
        gap: 12px;
    }
    .development-grid-head .grid-number {
        width: 90px;
        height: 90px;
        font-size: 44px;
        line-height: 68px;
    }
    .development-grid-head h3 {
        font-size: 22px;
        line-height: 34px;
        width: calc(100% - 105px);
    }
    .development-grid-content {
        font-size: 16px;
        line-height: 26px;
    }
    .development-process-steps li:before {
        left: calc(-50% - 30px / 2);
    }
    .ai-consulting-service-wrapper{
        gap: 10px;
    }
    .ai-consulting-service-left{
        width: 565px;
    }
    .ai-consulting-service-right{
        width: 565px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 565px;
    }
}
@media (max-width: 1199px) {
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs {
        width: 466px;
    }
    .cmn-serv-title {
        font-size: 26px;
        line-height: 42px;
    }
    .consult-service-grid-item {
        font-size: 16px;
        line-height: 26px;
    }
    .consult-service-grid h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .full-length-section {
        padding: 40px 0px;
    }
    .cmn-serv-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .full-lgth-btn {
        font-size: 18px;
        line-height: 30px;
    }
    .common-service-padding {
        padding: 50px 0px;
    }
    .cmn-sub-text {
        font-size: 20px;
        line-height: 32px;
    }
    .development-process-steps li {
        font-size: 20px;
        line-height: 30px;
    }
    .development-process-steps ul:before {
        width: calc(100% - 214px);
        top: 66px;
    }
    .development-process-steps li span:before {
        width: 32px;
        height: 32px;
    }
    .development-process-steps li span:after {
        width: 10px;
        height: 10px;
        top: 64px;
    }
    .development-process-steps li:before {
        top: 66px;
    }
    .development-content-wrap {
        font-size: 20px;
        line-height: 32px;
    }
    .slideHorz.active {
        column-gap: 36px;
    }
    .technology-grid-wrapper {
        padding: 24px;
    }
    .tech-listing {
        column-gap: 10px;
        row-gap: 10px;
    }
    .tech-listing li {
        padding: 6px 16px;
        column-gap: 6px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 24px;
    }*/
    .tech-listing li .tech-name{
        width: calc(100% - 38px);
    }
    .development-grid-head h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .development-process-steps {
        max-width: 962px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main_industries_new{
        padding: 15px;
        column-gap: 20px;
    }
    .industry-nav-tab-wrapper{
        width: 280px;
    }
    .res_padd_tab_content {
        width: calc(100% - 300px);
    }
    .industry-nav-tab-wrapper .main-specials{
        font-size: 16px;
        padding: 10px 12px;
    }
    .industry-nav-tab-wrapper .main-specials span{
        width: 28px;
        height: 14px;
    }
    .industry-nav-tab-wrapper .main-specials span svg{
        width: 100%;
        height: 100%;
    }
    .text_industries{
        font-size: 20px;
        line-height: 32px;
    }
    .ai-industry-use{
        padding: 40px 0px 100px;
    }
    .ai-consulting-service-left{
        width: 475px;
    }
    .ai-consulting-service-right{
        width: 475px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 475px;
    }
}
@media (max-width: 991px) {
    .consulting-service-content {
        margin-bottom: 20px;
    }
    .scrolling-services-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        column-gap: 15px;
        justify-content: center;
    }
    .consult-service-grid {
        width: calc(50% - 8px);
    }
    .consult-service-grid-item {
        height: calc(100% - 4px);
    }
    .full-lgth-btn {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 22px;
    }
    .slideHorz.active {
        column-gap: 24px;
        padding: 18px;
    }
    .development-content-wrap {
        font-size: 18px;
        line-height: 30px;
    }
    .technology-grid-wrapper {
        padding: 20px;
    }
    .technology-grid-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .common-service-padding {
        padding: 45px 0px;
    }
    .dev-grid {
        padding: 18px 24px;
    }
    .development-grid-head .grid-number {
        width: 74px;
        height: 74px;
        font-size: 38px;
        line-height: 54px;
    }
    .development-grid-head h3 {
        font-size: 18px;
        line-height: 30px;
        width: calc(100% - 88px);
    }
    .text_industries {
        font-size: 18px;
    }
    .industry-nav-tab-wrapper{
        display: none;
    }
    .res_padd_tab_content{
        width: 100%;
    }
    .res_padd_tab_content .tab-content{
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .res_padd_tab_content .tab-content .tab-pane{
        display: block;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 5px;
        padding: 12px 20px;
    }
    .res_padd_tab_content .tab-content .tab-pane.show{
        background: #fff;
        color: #0f0f0f;
    }
    .res_padd_tab_content .tab-content .tab-pane .main_box_industries.fade{
        display: none;
    }
    .res_padd_tab_content .tab-content .tab-pane.show .main_box_industries.fade{
        display: inline-block;
        opacity: 1;
    }
    .res_padd_tab_content .tab-pane .panel-heading a{
        font-size: 18px;
        font-weight: 500;
        color: #fff;    
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
    }
    .res_padd_tab_content .tab-pane.show .panel-heading a{
        color: #0f0f0f;
    }
    .res_padd_tab_content .panel-heading a label{
        margin: 0px;
    }
    .main_box_industries{
        padding: 0px;
        margin-top: 15px;
        background-color: transparent;
    }

    .main_industries_new{
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .res_padd_tab_content .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        padding: 15px;
        background-color: #fff;
    }

    .tab-mobile-header a{
        font-size: 16px;
        color: #0f0f0f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
        position: relative;
    }
    .tab-mobile-header a:before{
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        right: 0;
    }

    .tab-mobile-header a[aria-expanded=true]:before{
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .ai-industry-use{
        padding: 40px 0px 80px;
    }
    .ai-consulting-service-wrapper{
        flex-direction: column;
    }
    .ai-consulting-service-left,
    .ai-consulting-service-right{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ai-service-hand-img {
        margin-top: -35px;
    }
    .common-service-padding {
        padding: 35px 0px;
    }
    .cmn-serv-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    /* .consult-ai-img img {
        width: 100%;
    } */
    .full-length-section {
        padding: 35px 0px;
    }
    .cmn-serv-title {
        font-size: 20px;
        line-height: 30px;
    }
    .full-lgth-btn {
        padding: 8px 18px;
    }
    .cmn-sub-text {
        font-size: 18px;
        line-height: 30px;
    }
    .myContainer .form-container {
        flex-direction: column;
        gap: 15px;
    }
    .development-img-wrap,
    .development-content-wrap {
        width: 100%;
    }
    .development-process-steps li {
        font-size: 18px;
        line-height: 28px;
    }
    .development-process-steps li span:before {
        width: 28px;
        height: 28px;
    }
    .development-process-steps li:before {
        top: 64px;
        left: calc(-50% - 24px / 2);
    }
    .development-process-steps li span:after {
        width: 8px;
        height: 8px;
        top: 63px;
    }
    .development-process-steps ul:before {
        width: calc(100% - 114px);
        top: 64px;
    }
    .technology-grid-wrapper {
        padding: 16px;
    }
    .technology-grid-wrapper h3 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .tech-listing {
        column-gap: 8px;
        row-gap: 8px;
    }
    .dev-grid {
        padding: 16px 20px;
    }
    .development-grid-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .development-grid-head .grid-number {
        width: 68px;
        height: 68px;
        font-size: 34px;
        line-height: 50px;
    }
    .development-grid-head h3 {
        width: 100%;
    }

    .res_padd_tab_content .tab-content > .tab-pane{
        padding: 10px;
    }

    .text_industries {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 575px) {
    .ai-service-image-wrapper {
        display: none;
    }
    .consult-service-grid {
        width: 100%;
    }
    .consult-service-grid h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .consult-service-grid-item {
        font-size: 14px;
        line-height: 24px;
    }
    .full-length-section {
        padding: 30px 0px;
    }
    .cmn-serv-title {
        font-size: 18px;
        line-height: 28px;
    }
    .full-lgth-btn {
        padding: 6px 16px;
        font-size: 14px;
        line-height: 26px;
    }
    .cmn-sub-text {
        font-size: 15px;
        line-height: 24px;
    }
    .development-process-steps {
        margin-bottom: 30px;
        padding-bottom: 30px;
        max-width: 450px;
    }
    .development-process-steps li {
        font-size: 16px;
        line-height: 26px;
    }
    .development-process-steps ul:before {
        width: calc(100% - 86px);
        top: 45px;
    }
    .development-process-steps li:before {
        top: 45px;
    }
    .development-process-steps li span:before {
        top: 34px;
    }
    .development-process-steps li span:after {
        top: 44px;
    }
    .development-content-wrap {
        font-size: 16px;
        line-height: 28px;
    }
    .tech-listing li {
        padding: 6px 14px;
    }
    .tech-listing li .tech-img-wrap {
        height: 28px;
    }
    .tech-listing li .tech-name {
        font-size: 14px;
    }
    .model-development-grids {
        width: 100%;
    }
    .development-grid-head {
        flex-direction: row;
        align-items: center;
    }
    .development-grid-head .grid-number {
        width: 56px;
        height: 56px;
        font-size: 30px;
        line-height: 44px;
    }
    .development-grid-head h3 {
        width: calc(100% - 68px);
    }
    .main_industries_new{
        margin-top: 25px;
    }
    .ai-industry-use {
        padding: 35px 0px 65px;
    }
}
@media (max-width: 479px) {
    .development-process-steps {
        max-width: 360px;
    }
    .development-process-steps li {
        font-size: 14px;
        line-height: 24px;
        min-width: auto;
    }
    .consult-service-grid h3 {
        font-size: 15px;
        line-height: 26px;
    }
    .development-content-wrap {
        font-size: 14px;
        line-height: 24px;
    }
    .technology-grid-wrapper {
        padding: 12px;
    }
    .technology-grid-wrapper h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 20px;
    }*/
    .tech-listing li {
        padding: 6px 10px;
    }
    .development-grid-head h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .development-grid-content {
        font-size: 14px;
        line-height: 24px;
    }

    .text_industries {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 400px) {
    .development-process-steps li span:before {
        width: 24px;
        height: 24px;
    }
    .development-process-steps li span:after {
        width: 6px;
        height: 6px;
        top: 43px;
    }
    .development-process-steps li:before {
        top: 44px;
        height: 5px;
        left: calc(-50% - 20px / 2);
    }
    .development-process-steps ul:before {
        top: 44px;
        height: 6px;
    }
    .dev-grid {
        padding: 14px 16px;
        row-gap: 10px;
    }
    .development-grid-head .grid-number {
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 40px;
    }
    .development-grid-head h3 {
        font-size: 15px;
        line-height: 26px;
        width: calc(100% - 64px);
    }
    .ai-industry-use {
        padding: 30px 0px 50px;
    }
}
