/*
Theme Name: smartData New
Theme URI: https://www.smartdatainc.com/
Author: smartdata
Author URI: https://wordpress.org/
Description: smartData brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    ;
}

:root {
    --primary-color: #DB252C;
    --heading-color: #1A202C;
    --text-color: #555555;
    --heading-font-size: 32px;
    --white-color: #ffffff;
    --section-yellow-bg: #F2F2E1;
    --blue-color: #266CA4;
}

.container {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_banner {
    padding: 0;

}

img {
    max-width: 100%;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    margin-bottom: 0;
}

p {
    color: var(--text-color);
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}


.btn {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white-color);
    border-radius: 6px;
    padding: 20px 30px;
}

.btn-primary.btn_red {
    --bs-btn-color: var(--white-color);
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: #f5d2d4;
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-bg: #f5d2d4;
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: #f5d2d4;
    --bs-btn-disabled-border-color: var(--primary-color);
}


/* Spacing */

.section_spacing {
    padding: 110px 0;
}

.bg_section_spacing {
    padding: 100px 0;
}

.bg_color {
    background-color: var(--section-yellow-bg);
}


/* Header */
.main_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 99;
}

.header_controller .btn-primary.btn_red {
    padding: 12px 32px;
    font-size: 16px;
    width: max-content;

}

.navbar-brand img {

    width: 192px;

}

.footer_logo img {

    width: 190px;

}
 

.main_header .navbar {
    border-radius: 4px;
    padding: 13px 30px;
    background-color: var(--white-color);
    box-shadow: 0 0 4px rgb(0 0 0 / 11%);
}

.header_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main_header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

/* .header_controller .select_flx {
    flex: 0 1 auto;
} */

.select_flx {
    display: flex;
    align-items: center;
    gap: 20px;
    /* flex: 0 1 552px; */
    justify-content: flex-end;
}

.select_flx .select_bx {
    position: relative;
    flex: 0 0 199px;
}

.select_flx .select_bx {
    flex: 0 0 199px;
}

.select_flx .select_bx.select_lang_bx {
    flex: 0 0 159px;
}

.select_flx select {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    border-radius: 4px;
    padding: 14px 12px 14px 44px;
    background-repeat: no-repeat;
    background-image: url("../smartdata-new/assets/img/selectarrowicon.svg");
}

.select_flx .select_bx img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.select_flx.mobile_show {
    display: none;
    padding: 10px 15px;
    justify-content: start;
}

.select_flx select:focus {
    box-shadow: unset;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--text-color);
    padding: 12px 15px;
    transition: all 0.3s;
    position: relative;
    font-weight: 500;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
    transition: all 0.3s;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link:hover:after {
    width: calc(100% - 11px);
    opacity: 1;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 1;
    height: 2px;
    background-color: var(--primary-color);
    transition: all ease .3s 0s;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
}

/* Banner */

.banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 122px 0 0;
}

.banner_content {
    display: flex;
    gap: 95px;
    align-items: center;
    padding-left: calc(50% - 830px);
    padding-top: 20px;
    margin-left: 25px;
}

.banner_content_item {
    flex: 0 1 665px;
}

.banner_content_item .banner_heading {
    font-size: 53px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 40px;
}

.banner_content_item .banner_text {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 40px;
}

.banner_img {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.banner_img img {

    object-fit: cover;
}

/* .banner_img {
    position: relative;
    right: -10%;
} */

/* Data Counter */
.data_counter_sec {
    position: absolute;
    width: 100%;
}

.data_counter_flx {
    max-width: 1026px;
    margin: 0 auto;
    background-color: var(--white-color);
    box-shadow: 5px 10px 50px rgb(0 0 0 / 10%);
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    margin-top: -70px;
}


.data_counter_card {
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid rgb(29 35 70 / 10%);
}

.data_counter_card:last-child {
    border-right: unset;
}

.data_counter_card h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 4px;
}

/* About Smartdata */

.about_sdj {
    padding: 175px 0 100px;
    background-color: var(--section-yellow-bg);
}

.lined_header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.span_line {
    width: 72px;
    background: var(--primary-color);
    height: 8px;
    border-radius: 2px;
}

.lined_header h3 {
    font-size: var(--heading-font-size);
    line-height: 48px;
    font-weight: 600;
}

.lined_header h3 span {
    color: var(--primary-color);
}

.about_sdj_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px;
}

.about_sdj_details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.section_sub_heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.about_sdj_img {
    max-width: 673px;
    margin-left: auto;
    height: 490px;
    border-radius: 10px;
    overflow: hidden;
    padding: 18px 16px;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
}

.about_sdj_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about_sdj_item.about_img_col {
    position: relative;
}

.about_sdj_item.about_img_col .vision {
    position: absolute;
    bottom: 34%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 10px;
}

.about_sdj_item.about_img_col .vision h3 {
    font-size: 24px;
    color: var(--blue-color);
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about_sdj_item.about_img_col .mission {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 10px;
    max-width: 547px;
    margin: -100px auto 0;
    position: relative;
    z-index: 1;
    left: 6%;
}

.mission_text h3 {
    color: #EC8C2C;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 6px;
}


/* Services */

.section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_header a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
}

.section_text_deatil {
    margin-top: 14px;
}

.card_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
    margin-top: 60px;
}

.card_grid_item {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.card_img_col {
    width: 100%;
    height: 330px;
    border-radius: 10px;
    display: block;
}

.card_img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.card_text_col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;

}

.card_text_col .card_heading {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}


.card_text {
    margin-bottom: 16px;
}

.card_redirector {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 20px;
    margin-top: auto;
}

.card_grid_item:hover {
    scale: 1.03;
    transition: 0.3s all;
    box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.10);
}

/* Introduction to smartdata */

.intro_block {
    display: flex;
    align-items: center;
    gap: 40px;
}

.intro_text_item {
    width: calc(60% - 30px);
}

.intro_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.intro_list li {
    position: relative;
    padding-left: 26px;
    color: var(--text-color);
    line-height: 29px;
}


.intro_list li::before {
    content: '';
    background: url('../smartdata-new/assets/img/list-arrow.png');
    position: absolute;
    left: 8px;
    width: 12px;
    height: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.features_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.features_header h3 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 16px;
}

.features_header h3 a {
    color: var(--primary-color);
}

.features_text_details {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 10px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 20px;
    margin-top: 20px;
}

.features_text_details .features_text {
    line-height: 29px;
}

.intro_img_col {
    flex: 0 0 634px;
}

.intro_img_block {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.intro_img_item {
    width: calc(50% - 10px);
}

.intro_img_item .intro_img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.intro_img_item .intro_img.intro_last_img {
    margin-top: 42px;
}

.intro_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
}

.intro_img_text {
    background-color: #FFFDF6;
}

.intro_img_text {
    text-align: center;
    padding: 22px 5px 30px 5px;
    border-radius: 6px;

}

.intro_img_text p {
    font-weight: 600;
    color: var(--heading-color);
}

.lined_text_bx {
    position: relative;
    max-width: 280px;
    margin: -44px auto;
}

.lined_text_bx .line {
    width: 100%;
    display: block;
    background: var(--primary-color);
    height: 7px;
    border-radius: 13px;
}

.ai_division_block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.ai_division_block .ai_division_lg_col {
    width: calc(60% - 30px);
}

/* .ai_division_text_col h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
} */
.ai_inner_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 834px;
    width: 100%;

}

.ai_division_img_col {
    position: relative;
}

.ai_division_img_col .divsional_inner_deatiled_text p {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, .92));
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #F2F2E1;
}

.ai_division_img_col .divsional_inner_deatiled_text .usage {
    position: absolute;
    bottom: 100px;
    left: -70px;
}


.ai_division_img_col .divsional_inner_deatiled_text .exp_text {
    position: absolute;
    bottom: 22px;
    left: -70px;

}

.ai_division_block .ai_division_sm_col {
    width: calc(30% - 20px);
}

.company_profile .ai_division_img_col.ai_division_sm_col {
    width: calc(40% - 20px);
}
.company_profile .ai_division_img_col.ai_division_sm_col iframe {
    width: 100%;
    height: 400px;
}

.ai_division .division_img {
    width: 100%;
    height: 432px;
}

.division_img img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.ai_action_item {
    margin-top: 16px;
}

.ai_action_item p {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.swiper .swiper-pagination {
    position: unset;
    margin-top: 60px;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    width: 22px;
    height: 22px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #CFD8E2;
    width: 16px;
    height: 16px;
    background-color: var(--white-color);
    vertical-align: middle;
    opacity: 1;
}

/* Product development */

.product_development .ai_division_lg_col .division_img {
    height: 670px;

}

.product_development .suggestion_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product_development .suggestion_block p {
    font-weight: 700;
    line-height: 29px;
}

/* Team */

.team .ai_division_block {
    align-items: center;
}

.team .division_img {
    width: 100%;
    height: 330px;
    padding: 10px;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    border-radius: 20px;
    overflow: hidden;
}


.team .division_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.team .ai_division_text_col {

    position: relative;
}

.team .solo_member .ai_division_text_col .usage {
    position: absolute;
    bottom: 10%;
    right: -25px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, .92));
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #F2F2E1;
}

.solo_member {
    margin-top: 110px;
}

.solo_member .ai_inner_text {
    gap: 0;
    max-width: 834px;
    width: 100%;
    margin-left: auto;
}

/* Industries */

.industries .card_grid_item .card_text_col h3 {
    color: var(--heading-color);
}
.industries .card_text_col {
    padding: 20px 0;
}
.industries .card_grid_item:hover a.card_text_col {
    padding: 20px;
}

.industries .card_grid_item:hover {
    background-color: var(--white-color);
}

.industries .card_grid_item:hover .card_text_col h3 {
    color: var(--primary-color);
}

.industries .card_grid_item:hover .card_img_col img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.industries .card_img_col img {
    border-radius: 10px;
}

/* Company Details */


.company_detail_body {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 20px;
    border-radius: 10px;
}

.company_detail_body .company_deatil_text {
    max-width: 1247px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.company_deatil_text .cmpny_text_para {
    color: var(--white-color);
    text-align: center;
}

.cmpny_detail_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1176px;
    margin: 0 auto;
}

.company_detail_card {
    background-color: #F2F2E1;
    padding: 20px;
    border-radius: 10px;
}

.company_detail_card h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--text-color);
}

.company_contact p {
    font-size: 14px;
}

.company_contact p span {
    color: var(--primary-color);
    font-weight: 700;
    vertical-align: middle;
}

/* News */

/*.news.section_spacing {
    padding-top: 0;
}*/

.news .lined_header {
    margin-bottom: 14px;
}

.news .card_grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


.news .card_img_col {
    height: 200px;
}


.news .card_text_col .card_heading {
    color: var(--heading-color);
}

.news .card_grid_item:hover {
    scale: unset;
    box-shadow: 0px 80.6px 105.701px 0px rgba(51, 51, 51, 0.10);
    ;
}

.news .date_time {
    width: max-content;
    margin: -13px 16px 0 auto;
    margin-top: -20px;
    background-color: var(--section-yellow-bg);
    border-radius: 5px;
    padding: 8px 17px;
    font-weight: 500;
    color: var(--heading-color);
}

.news .card_grid_item:hover .date_time {
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: 0.3s all;
}


/* Partners */

.partners .lined_header {
    margin-bottom: 0;
}

.partners_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

.partners_block .partners_item {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 4px;
}

/* Company Profile */

.company_profile_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.company_profile_item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company_profile_item h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 12px;
}

.company_profile_inner {
    display: flex;
    gap: 12px;
    align-items: center;
}



.company_profile_inner .company_label {
    min-width: 144px;

    font-weight: 700;
    max-width: 144px;
}

.company_label_detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding-left: 20px;
    position: relative;
}
.company_label_detail span {
    position: absolute;
    left: 0;
}


.company_profile .division_img {
    width: 100%;
    /*height: 505px;*/
    border-radius: 10px;
    overflow: hidden;
}

.company_profile .division_img img {
    object-fit: cover;
}


/* Contact Us */

.contact_us_home {
    background: #f2f2e1 url('../smartdata-new/assets/img/bg_line_left.svg') no-repeat;
    background-position: left;
}

.contact_us_home .contact-form .form-group-main {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.contact_us_home .contact-form .form-group-main>div.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.contact_us_home .contact-form .form-group-main>div {
    width: 50%;
}

.contact_us_home .contact-form .form-group-main .input-box {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.contact_us_home .contact-form .form-group-main .input-box label {
    margin-bottom: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact_us_home .contact-form .form-group-main .input-box input,
.contact_us_home .contact-form .form-group-main .input-box textarea {
    padding: 10px 20px;
    font-size: var(--font-size-16);
    width: 100%;
    height: 62px;
    border-radius: 4px;
    border: 1px rgba(202, 202, 202, .5);
    background: #fefefc;
}

.contact_us_home .contact-form .form-group-main .input-box select {
    padding-right: 40px;
    height: 62px;
    border: 1px rgba(202, 202, 202, .5);
    border-radius: 4px;
}

.contact_us_home .contact-form .input-box.language {
    position: relative;
}

.input-box.language svg {
    position: absolute;
    top: 58px;
    z-index: 9;
    left: 48px;
    width: 16px;
}

.contact_us_home .contact-form .form-group-main .input-box textarea {
    height: 175px;
    resize: none;
}

.agreement_sec {
    position: relative;
    display: flex;
    gap: 5px;
}


.agreement_sec .form-check-input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 0;
}

.agreement_sec .form-check-input:checked {
    background-color: var(--white-color);
    border-radius: 0;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, .25);
    /* background: url('../smartdata-new/assets/img/tick.svg'); */
    --bs-form-check-bg-image: url('../smartdata-new/assets/img/tick.svg');
    background-size: 12px 20px;
}

.form-check-input:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.contact_us_home .contact-form .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 0px;
}
.contact_us_home .contact-form .checkbox-group span.wpcf7-list-item {
    margin: 0;
    display: flex;
}
.contact_us_home .contact-form .checkbox-group span.wpcf7-list-item label {
    margin-left: 8px;
}

.input-language {
    position: relative;
}

.input-language .lang {
    position: absolute;
    top: 60%;
    left: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

 .inline-link{
    color: var(--primary-color);
    font-weight: 600;
}

.contact_us_home .contact-form .form-group-main .input-box.input-language .form-control {
    padding-left: 65px;
}

.contact_us_home  .submit-button{
    flex: 1;
    text-align: end;
}

.contact_us_home  .submit-button .btn{
    padding: 10px 32px;
}

/* Footer */

.main_footer {
    padding: 100px 0 0;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: space-between;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_head h3 {
    font-size: 26px;
    font-weight: 600;
    color: #DB252C;
    margin-bottom: 20px;
}

.quick_links ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.quick_links ul li a {
    color: #2C2C2C;
    display: block;
    text-decoration: none;
}


.social_link {
    margin-top: 70px;
}

.social_link ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.copyright_txt {
    border-top: 1px solid rgb(206 32 38 / 20%);
    padding: 15px 0 15px;
    margin-top: 82px;
    text-align: center;
}

/* Media Queries */


@media screen and (max-width:1620px) {

    .container {
        padding: 0 15px;
    }

    /* Header */

    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 8px;
        font-size: 15px;
    }

    /* Banner */


    .banner_content_item .banner_heading {
        font-size: 52px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .banner_content_item .banner_text {
        font-size: 38px;
        line-height: 58px;
        margin-bottom: 32px;
    }

    .btn {
        padding: 12px 30px;
    }

    /* About SDJ */
    .about_sdj_block {
        gap: 20px;
    }

    .vision img,
    .mission img {
        width: 52px;
        height: 52px;
    }

    .about_sdj_item.about_img_col .vision h3,
    .mission_text h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .about_sdj_item.about_img_col .vision,
    .about_sdj_item.about_img_col .mission {
        gap: 12px;
        padding: 14px;
    }

    .about_sdj_item.about_img_col .mission {
        max-width: 500px;
        margin: -110px auto 0;
        left: 0%;
    }

    /* News */

    .news .card_grid {
        gap: 12px;
    }

    .ai_division_img_col .divsional_inner_deatiled_text .exp_text {
        bottom: 15px;
        left: -40px;
    }

    .ai_division_img_col .divsional_inner_deatiled_text .usage {
        bottom: 100px;
        left: -40px;
    }

}

@media screen and (max-width:1440px) {

    /* Header */

    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 4px;
        font-size: 13px;
    }

    /* Banner */
    .banner_content {
        gap: 50px;
    }

    .banner_img {
        height: 500px;
    }

    .banner_content_item .banner_heading {
        font-size: 44px;
    }

    .banner_content_item .banner_text {
        font-size: 32px;
        line-height: 42px;
    }

    /* Company Details */

    .company_detail_body {
        padding: 100px 20px;
    }
}


@media (max-width: 1320px) {

    /* Header */

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-toggler:focus {
        box-shadow: unset;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .select_flx_desktop {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 84px;
        background-color: #fff;
        left: 0;
        right: 0;
        border: 1px solid #ebebeb;
        border-radius: 6px;
    }

    ul.navbar-nav {
        flex-direction: column !important;
        width: 100%;
    }

    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    /* Banner */

    .banner_content_item {
        flex: 0 1 465px;
    }

    .select_flx.mobile_show {
        display: flex;
    }

    /* Data Counter */

    .data_counter_flx {
        margin-top: -70px;
    }

    .ai_division_block .ai_division_sm_col {
        width: calc(40% - 25px);
    }
    .ai_division_block .ai_division_lg_col {
        width: calc(60% - 25px);
    }

    /* News */

    .news .card_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Company Profile */

    .company_profile_block {
        flex-direction: column;
    }

    .company_profile_item {
        width: 100%;
    }



}

@media screen and (max-width:1199px) {

    /* Banner */
    .banner_content_item .banner_heading {
        font-size: 38px;
        line-height: 44px;
    }

    .banner_content {
        gap: 26px;
    }

    .banner_content_item .banner_text {
        font-size: 26px;
    }

    .banner_img {
        height: 450px;
    }

    /* About SDJ */

    .about_sdj_block {
        grid-template-columns: repeat(1, 1fr);
    }

    .about_sdj_img {
        margin: unset;
        max-width: 100%;
    }
    .contact_us_home .contact-form .checkbox-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .contact_us_home .contact-form .checkbox-group span.wpcf7-list-item label {
        text-align: left !important;
    }
    .agreement_sec .form-check-input {
        margin-top: 5px;
    }


    .about_sdj_item.about_img_col .vision {
        position: unset;
        margin: 0;
        flex-direction: column;
        align-items: start;
    }

    .about_sdj_item.about_img_col .mission {
        position: unset;
        margin: 0;
        flex-direction: column;
        align-items: start;
        max-width: unset;
    }

    .vision_mission {
        display: flex;
        gap: 10px;
    }

    .vision_mission>div {
        flex: 0 1 calc(50% - 5px);
    }

    .section_spacing,
    .bg_section_spacing {
        padding: 90px 0;
    }

    /* Cards */

    .card_grid {
        gap: 18px;
    }

    .card_text_col {
        padding: 15px;
    }

    /* Intro */

    .intro_block {
        flex-direction: column-reverse;
        gap: 65px;
    }

    .intro_text_item {
        width: 100%;
    }

    .intro_img_col {
        text-align: center;
    }

    .intro_list {
        gap: 10px;
        margin-bottom: 16px;
    }

    .intro_img_block {
        flex-wrap: nowrap;
    }

    .intro_img_item .intro_img.intro_last_img {
        margin-top: 0;
    }

    .intro_img_col {
        flex: 1;
    }

    /* Contact Us */

    .contact_us_home .contact-form .form-group-main {
        flex-direction: column;
    }

    .contact_us_home .contact-form .form-group-main>div {
        width: 100%;
    }

    /* Footer */
    .main_footer {
        padding: 60px 0 0;
    }

}


@media screen and (max-width:1024px) {

    /* Banner */
    .banner_content {
        /*flex-direction: column;
        align-items: start;*/
        margin: 0 2%;
    }

    .banner_content_item {
        margin: unset;
    }

    /* Cards */

    .card_grid,
    .news .card_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .card_img_col {
        height: 280px;
    }

    /* AI Divison */

    .ai_division_block {
        flex-direction: column-reverse;
    }

    .ai_division_block.solo_member {
        flex-direction: column;
    }

    .ai_division_block .ai_division_lg_col {
        width: 100%;
    }
    .ai_division_block .ai_division_sm_col {
        width: 100%;
        max-width: 450px;
    }
    .company_profile .ai_division_img_col.ai_division_sm_col {
        max-width: 100%;
        width: 100%;
    }

    .ai_inner_text {
        gap: 8px;
    }

    .solo_member .ai_inner_text {
        max-width: unset;
    }

    .team .solo_member .ai_division_text_col .usage {
        right: -8px;
    }

    /* Company Details */

    .company_detail_body {
        padding: 80px 20px;
    }

    /* Partners */

    .partners_block {
        gap: 14px;
        margin-top: 30px;
    }

    .partners_item {
        padding: 16px;
        font-size: 14px;
    }

    .ai_division_img_col .divsional_inner_deatiled_text .usage,
    .ai_division_img_col .divsional_inner_deatiled_text .exp_text {
        left: -6px;
    }


    /* Company Profile */

    .company_profile .ai_division_block {
        flex-direction: column;
        width: 100%;
    }

    /* Footer */
    .footer_head h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width:991px) {

    .btn-primary.btn_red {
        font-size: 16px;
        padding: 10px 30px;
    }

    /* Banner */

    .banner_content_item {
        flex: 1;
    }

    .section_spacing,
    .bg_section_spacing,
    .about_sdj {
        padding: 75px 0;
    }


    .section_sub_heading {
        font-size: 18px;
        line-height: 26px;
    }

    .section_header {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    /* Banner */
    .banner_img {
        height: 380px;
    }

    /* Data Counter */

    .data_counter_flx {
        padding: 24px 30px;
    }

    .data_counter_card {
        padding: 0 22px;
    }

    .data_counter_card h2 {
        font-size: 24px;
    }

    /* About SDJ */


    .about_sdj_details {
        gap: 8px;
    }

    .about_sdj_img {
        max-width: 575px;
        height: 375px;
    }




    /* Service */

    .lined_header {
        gap: 16px;
        margin-bottom: 8px;
    }

    .span_line {
        width: 60px;
        height: 5px;
    }

    .lined_header h3 {
        line-height: 40px;
        font-size: 26px;
    }

    /* Cards */

    .card_grid {
        margin-top: 30px;
    }

    /* Intro */

    .intro_list {
        gap: 8px;
        margin-bottom: 14px;
    }

    .intro_list li,
    .intro_text {
        font-size: 14px;
    }

    .intro_list li {
        line-height: 24px;

    }


    .features_text_details .features_text {
        line-height: 24px;
        font-size: 14px;
    }

    .features_text_details {
        padding: 20px 20px;
        margin-top: 16px;
    }

    .ai_division_block {
        gap: 30px;
    }

    .solo_member {
        margin-top: 75px;
    }

    /* Company Details */

    .company_detail_body {
        padding: 60px 20px;
    }

    .company_detail_body .company_deatil_text {

        gap: 30px;
    }

    /* Footer */

    .footer_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main_footer {
        padding: 30px 0 0;
    }

    .quick_links ul {
        gap: 10px;
    }
    .social_link {
        margin-top: 30px;
    }
}


@media screen and (max-width:767px) {

    .copyright_txt {
        margin-top: 20px;
    }

    /* Header */

    .header_btn {
        display: flex;
        justify-content: flex-end;
    }

    .header_controller .btn-primary.btn_red {
        padding: 4px 12px;
        font-size: 14px;
    }

    .navbar-brand img {
        width: 116px;
    }

    .main_header .navbar {
        padding: 13px 15px;
    }


    /* Banner */
    .banner_content_item .banner_heading {
        font-size: 32px;
        line-height: 38px;
    }

    .banner_content_item .banner_text {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    /* Data Counter */

    .data_counter_sec {
        position: unset;
        background: linear-gradient(to top, #f2f2e1 87%, white 13%);
    }

    .data_counter_flx {
        flex-direction: column;
        padding: 24px 16px;
        margin-top: -52px;
    }

    .data_counter_sec .data_counter_card:first-child {
        padding-top: 0;
    }

    .data_counter_sec .data_counter_card {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgb(29 35 70 / 10%);
        padding: 15px 0;
    }

    /* SDJ  */

    .about_sdj_details {
        gap: 8px;
    }

    .about_sdj_details p,
    .vision_text p,
    .mission_text p {
        font-size: 14px;
    }

    .about_sdj_img {
        max-width: 588px;
        height: 418px;
        padding: 12px 10px;
    }

    .about_sdj_item.about_img_col .vision {
        min-width: 342px;
    }

    .about_sdj_item.about_img_col .vision h3,
    .mission_text h3 {
        font-size: 18px;
    }

    .vision_mission {
        flex-direction: column;
    }


    /* Cards */

    .card_grid,
    .news .card_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .lined_header h3 {
        line-height: 30px;
        font-size: 22px;
    }

    .section_sub_heading {
        font-size: 18px;
        line-height: 22px;
    }

    /* Intro */

    .ai_inner_text p {
        font-size: 14px;
    }

    .ai_action_item p {
        margin-bottom: 15px;
    }

    .ai_division_block {
        gap: 24px;
    }

    .swiper .swiper-pagination {
        margin-top: 30px;
    }

    .product_development .ai_division_lg_col .division_img {
        height: 403px;
    }

    .product_development .ai_division_lg_col .division_img {
        height: 457px;
    }

    .intro_img_text {
        padding: 16px 5px;
    }

    .intro_img_block {
        flex-wrap: wrap;
    }

    .intro_img_item .intro_img.intro_last_img {
        margin-top: 42px;
    }

    /* Team */
    /* .team .division_img {
        width: 100%;
        height: 100%;
    } */

    .solo_member {
        margin-top: 50px;
    }

    /* Company Details */

    .company_detail_body {
        padding: 50px 20px;
    }

    .company_deatil_text .cmpny_text_para {
        font-size: 14px;
    }

    .cmpny_detail_grid .company_detail_card {
        width: 100%;
    }

    .cmpny_detail_grid {
        gap: 20px;
    }

    /* News */

    .news .card_img_col {
        height: 250px;
    }

    .news .date_time {
        font-size: 14px;
    }

    /* Contact Us */

    .contact_us_home .contact-form .form-group-main .input-box input,
    .contact_us_home .contact-form .form-group-main .input-box select,
    .contact_us_home .contact-form .form-group-main .input-box textarea {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .contact_us_home .contact-form .form-group-main .input-box input,
    .contact_us_home .contact-form .form-group-main .input-box textarea,
    .contact_us_home .contact-form .form-group-main .input-box select {
        height: 42px;
        font-size: 14px;
        padding: 8px 10px;
    }

    .contact_us_home .contact-form .checkbox-group{
        flex-direction: column;
        align-items: end;
    }
    .contact_us_home .contact-form .agreement_sec label {
        font-size: 14px;
        line-height: 24px;
    }
}


@media screen and (max-width:567px) {

    /* Banner */

    .banner_img {
        height: 265px;
    }

    .banner_content_item .banner_heading {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .banner_content_item .banner_text {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    /* About SDJ */


    .about_sdj_img {
        max-width: 588px;
        height: 300px;
        padding: 12px 10px;
    }

    /* Data Counter */

    .data_counter_flx {
        padding: 12px 10px;
    }

    .data_counter_sec .data_counter_card {
        padding: 10px 0;
    }

    .data_counter_card h2 {
        font-size: 20px;
    }

    .data_counter_card p {
        font-size: 14px;
    }

    /* Cards */
    .card_text_col .card_heading {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .card_text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .card_redirector {
        font-size: 14px;
    }

    .span_line {
        width: 46px;
    }

    .lined_header {
        gap: 10px;
    }

    .lined_header h3 {
        line-height: 30px;
        font-size: 18px;
    }

    .section_spacing,
    .bg_section_spacing,
    .about_sdj {
        padding: 50px 0;
    }

    /* Intro */

    .features_header {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }

    .features_header h3 {
        font-size: 14px;
    }

    .product_development .ai_division_lg_col .division_img {
        height: 238px;
    }

    .ai_division .division_img {
        width: 100%;
        height: 340px;
    }

    .product_development .suggestion_block {
        gap: 5px;
    }

    .solo_member {
        margin-top: 30px;
    }

    .intro_img_item {
        width: 100%;
    }

    .intro_img_item:nth-child(even) {
        margin-top: 40px;
    }

    /* Company Details */

    .company_detail_body {
        padding: 35px 20px;
    }

    .company_profile .division_img {
        height: 376px;
    }

    .team .division_img {
        height: 350px;
    }

    .ai_division_img_col .divsional_inner_deatiled_text .usage {
        bottom: 30%;
    }

    .ai_division_img_col .divsional_inner_deatiled_text .exp_text {
        bottom: 5%;
        max-width: 350px;
    }

    .ai_division_img_col .divsional_inner_deatiled_text p {
        padding: 15px;
        font-size: 14px;
    }

    /* Contact Us */
    .contact_us_home .contact-form .form-group-main>div.form-group {
        flex-direction: column;
    }

    /* Footer */
    .footer_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.language.new-language input{
    padding: 10px 20px 10px 50px;
}

.contact_us_home .contact-form .form-group-main .input-box.language.new-language input{
    padding-left: 64px;
 
}
 
.input-box.language.new-language svg {
    position: absolute;
    top: 58px;
    left:unset;
    z-index: 9;
    right:0;
    width: 11px;
}
 
.input-box.language.new-language .allow-dropdown{
    width:100%;
}
 
.language.new-language .selected-flag{
    height: auto;
    top: 30px;
}
.banner_content_item .banner_heading span {
    color: #DB252C;
}
@media screen and (min-width: 1920px) {
    .container_banner {
        max-width: 1600px;
    }
}
@media screen and (max-width: 767px) {
    .banner_content {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0;
    }
    .data_counter_flx {
        margin: 40px 0 0;
    }
    .container_banner {
        padding: 0 15px;
    }
}
div.wpcf7 .ajax-loader {
    display: none;
}

.arrow_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#arrow_btn {
    display: none;
}

.main_header li.nav-item:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.megamenu {
    border: 0;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, .06);
    opacity: 0;
    visibility: hidden;
}

.megamenu_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.main_header .menu-box {
    padding: 0 40px;
    border-right: 1px solid #f6f6f6;
}

.main_header .menu-box:first-child {
    padding-left: 0;
}

.main_header .menu-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main_header .menu-box ul h6 {
    margin-bottom: 0;
}

.main_header .menu-box ul h6 a {
    margin: 0px;
    padding: 0px;
    color: #DB252C !important;
    font-size: 16px;
    font-weight: 500;
}

.main_header .menu-box ul li {
    margin-top: 10px;
}

.main_header .menu-box ul li a {
    font-size: 16px;
    color: #555;
}

.select_flx {}

.header_controller .select_flx {
    flex: 0 1 auto;
}

.select_bx.select_region {
    display: flex;
    align-items: center;
}

.sd_locations {
    display: flex;
    gap: 20px;
}

.sd_locations a.locat_btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    min-width: 75px;
}

.sd_locations a.locat_btn img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    position: unset;
    transform: none;
}

@media screen and (max-width: 1320px) {
.header_controller .select_flx .sd_locations {
    display: none;
}
.select_flx.mobile_show .sd_locations {
    display: flex;
}
#arrow_btn {
        display: block;
    }
.arrow_flex img {
    width: 14px;
    margin-right: 15px;
}

}


@media (max-width: 1024px) {
    .sd_locations a.locat_btn {
        min-width: auto;
        font-size: 0;
        gap: 0;
        flex-direction: row;
    }
    ul.navbar-nav {
        flex-direction: column !important;
        width: 100%;
        margin-top: 20px;
        gap: 0;
        max-height: 70vh;
        overflow: auto;
    }
    .main_header .menu-box {
        border-right: none;
        padding: 0 0;
    }
    .megamenu_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .main_header .menu-box ul h6 {
        text-align: unset !important;
    }
    .main_header .menu-box ul h6 a , .main_header .menu-box ul li a{
        font-size: 14px;
    }
    .main_header .menu-box ul li {
        margin-top: 10px;
    }
     .megamenu {
        padding: 8px 15px;
        box-shadow: unset;
    }
        .megamenu {
        position: unset;
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 991px) {
    .megamenu_grid {
        grid-template-columns: repeat(1, 1fr);
    }
   
}

@media (max-width: 1320px) {
    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        display: inline-block;
    }
}

section.homepagebanner.ehss {
    background: url(./assets/img/ess_bg.png) no-repeat top left;
    background-size: 50%;
}
.homepagebanner .row {
    align-items: center;
}
.section-padd-100 {
    padding: 80px 0;
}
.top_row {
    padding-top: 160px;
}
section.homepagebanner.ehss .row .bannercontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.homepagebanner .bannercontent, .homepagebanner .bannervideosection {
    width: 50%;
}
.homepagebanner .bannervideosection.Imgsection {
    border-radius: 33px;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px 10px 0;
    width: 50%;
}
section.homepagebanner.ehss .row .bannervideosection img {
    position: relative;
    z-index: 9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.hssinfos {
    background: url(./assets/img/hssinfosection.png) no-repeat top left;
    background-size: cover;
}
.hssinfos .overview.content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.hssinfos p {
    color: #FFF;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    margin-bottom: 0;
    opacity: 0.8;
    max-width: 661px;
}
.heading_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
h2.section-heading.leftlineheading {
    margin-bottom: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    color: var(--heading-color);
    align-items: center;
}
h2.section-heading.leftlineheading span {
    color: var(--red-color);
    padding-right: 7px;
    display: contents;
    font-weight: 700;
}
h2.section-heading.leftlineheading span.line {
    border-radius: 2px;
    background: var(--red-color);
    width: 72px;
    height: 8px;
    display: inline-block;
    margin-left: 24px;
}
:root {
    margin: 0;
    padding: 0;
    line-height: 24px;
    --body-fonts: "Poppins", sans-serif;
    --base-color-p: #555;
    --font-size-16: 16px;
    --line-height-24: 24px;
    --heading-color: #1a202c;
    --red-color: #d92029;
    --fontweight400: 400;
}
.choose_smartdata .choose_smartdata_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
    width: calc(33.33% - 30px);
    padding: 40px;
    gap: 16px;
    border-radius: 20px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    display: flex;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
}
section.choose_smartdata.ehss .topIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    justify-content: center;
    width: 82px;
    height: 82px;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    background: #fbe5e5;
}
section.choose_smartdata.ehss .topIcons span.counting {
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    opacity: .1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red-color);
    color: #fff;
    position: relative;
}
.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper span.svgicon svg {
    width: 50px;
    height: 50px;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.presence {
    background: #e8f0fc;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.proven {
    background: #f6e3fb;
}
.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
    color: #1A202C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.project-description {
    height: 92px;
    overflow: hidden;
}
.project-description.expanded {
    height: auto;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items p {
    color: #555;
    font-size: var(--font-size-16);
    font-weight: 400 !important;
    line-height: 30px;
    margin: -10px 0 -5px;
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 25.534px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    margin-top: auto;
}
section.about_us_overview {
    background: url(./assets/img/bg_line_left.svg), url(./assets/img/bg_line_ryt.svg) #f2f2e1;
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
}
.about_us_overview.ehss .overview.content {
    display: block;
    position: relative;
}
section.about_us_overview.ehss .slides-numbers {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.leadership_sec_slider.ehss {
    margin: 0;
}
.about_us_overview.ehss .leadership_slider_item {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: center;
}
.leadership_sec_slider.ehss .leadership_slider_item_img.sliderLaptop {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}
.leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    height: 290px;
    width: 450px;
    padding: 0;
    top: 178px;
    border-radius: 10px;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
.leadership_sec_slider.ehss .leadership_slider_item_img.sliderLaptop img.sliderLaptop_fixedimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3.125rem 6.25rem 5rem 6.25rem;
    max-height: 100%;
    max-width: 100%;
}
.about_us_overview.ehss .leadership_slider_item .content_leader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 45%;
}
.about_us_overview .overview.content .project-description p {
    margin-bottom: 4px;
}
.about_us_overview .overview.content p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height:28px;
    margin: 0;
}
.leadership_sec_slider.ehss h4 {
    color: #1A202C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.leadership_sec_slider.ehss a.read_more {
    color: #CE2026;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
section.about_us_overview.ehss .slick-dots {
    right: 0;
}
section.about_us_overview.ehss .slick-dots {
    bottom: 0;
    margin: 0;
    right: 20px;
    max-width: 200px;
}
section.about_us_overview.ehss .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%;
    background: transparent;
}

section.about_us_overview.ehss .slick-dots li button:before {
    opacity: 0;
}
.leadership_sec .slick-dots li.slick-active button, section.about_us_overview.ehss .slick-dots li.slick-active button {
    background: var(--red-color);
    border-color: var(--red-color);
    transform: scale(1.2);
    border-radius: 50% !important;
}

@media (max-width: 1199px) {
    section.homepagebanner.ehss .row .bannercontent h1 {
        font-size: 22px;
        line-height: 32px;
        margin: 0;
    }
    section.homepagebanner.ehss .row .bannercontent p.desc {
        padding-right: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .choose_smartdata .choose_smartdata_items {
        gap: 24px;
    }
    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px);
        padding: 20px 16px;
        gap: 16px;
    }
    .about_us_overview.ehss .leadership_slider_item {
        gap: 20px;
    }
       
    
}
@media (max-width: 991px) {
    .aboutusbanner .row.top_row {
        gap: 16px;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .aboutusbanner .row.top_row {
        padding-top: 120px;
    }
        section.homepagebanner.ehss .row .bannercontent, section.homepagebanner.ehss .row .bannervideosection.Imgsection {
        width: 100%;
    }
        .section-padd-100, .benefit_main_row {
        padding: 50px 0;
    }
    
    
}
@media (max-width: 767px) {
    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: 100%;
        padding: 20px 16px;
        gap: 16px;
    }
        h2.section-heading.leftlineheading {
        font-size: 20px;
        line-height: 30px;
    }
        h2.section-heading.leftlineheading span.line {
        width: 30px;
        height: 5px;
    }
    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }
        .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
        font-size: 14px;
        line-height: 25px;
    }
        .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
        line-height: 24px;
        font-size: 18px;
        margin: 0;
    }
        .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items p {
        font-size: 14px;
        line-height: 21px;
        margin: -10px 0 -8px;
    }
    .about_us_overview.ehss .leadership_slider_item {
        display: block !important;
    }
        .about_us_overview.ehss .leadership_slider_item>div, .leadership_sec_slider.ehss .sliderLaptop {
        width: 100%;
    }
}
@media (max-width: 1060px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 260px;
        width: 410px;
        top: 47%;
    }
        .aboutusbanner .row.top_row {
        padding-top: 100px;
    }
     .leadership_sec_slider.ehss .sliderLaptop, .about_us_overview.ehss .leadership_slider_item .content_leader {
        width: 100%;
    }
        .leadership_sec_slider.ehss h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .leadership_sec_slider.ehss .slick-track .content_leader p , .hssinfos p {
        font-size: 14px !important;
        line-height: 24px;
    }
        .leadership_sec_slider.ehss .slick-track .content_leader {
        margin-top: 16px;
        gap: 6px;
    }
      
    
}
@media (max-width: 991px) {
section.homepagebanner.ehss .row .bannercontent, section.homepagebanner.ehss .row .bannervideosection.Imgsection {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 230px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 800px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 350px;
        top: 47%;
    }
}

@media (max-width: 767px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 330px;
        width: 530px;
        top: 47%;
    }
    section.about_us_overview.ehss .slick-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
}
}

@media (max-width: 720px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 310px;
        width: 500px;
        top: 47%;
    }
}

@media (max-width: 667px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 300px;
        width: 460px;
        top: 47%;
    }
}

@media (max-width: 630px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 280px;
        width: 440px;
        top: 47%;
    }
}

@media (max-width: 630px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 280px;
        width: 440px;
        top: 47%;
    }
}

@media (max-width: 600px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 250px;
        width: 390px;
        top: 47%;
    }
}
@media (max-width: 550px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 240px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 550px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 240px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 520px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 340px;
        top: 47%;
    }
}

@media (max-width: 480px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 200px;
        width: 320px;
        top: 47%;
    }
}

@media (max-width: 450px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 180px;
        width: 290px;
        top: 47%;
    }
}

@media (max-width: 420px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 160px;
        width: 270px;
        top: 47%;
    }
}

@media (max-width: 390px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 150px;
        width: 240px;
        top: 47%;
    }
}
.ledaershippage_banner .row {
    padding-top: 160px;
}
.leadership_cont_main.casestudies_mains.consulting_practices {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.consulting_practices_outermain:first-child {
    padding-top: 0;
}
.consulting_practices_outermain {
    padding: 70px 0;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items {
    flex-direction: row-reverse;
    display: flex;
    gap: 50px;
    align-items: center;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
    width: 45%;
    height: 450px;
    padding: 0;
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_cont h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    margin: 0;
    display: inline;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul {
    padding: 0;
    margin: 5px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li {
    position: relative;
    padding-left: 15px;
    color: var(--heading-color);
    font-weight: 500;
    line-height: 29px;
    display: block;
    gap: 4px;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li:before {
    content: "";
    background: var(--red-color);
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) {
    background: #F2F2E1;
}
.leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) .leadership_itms.casestudies_items {
    flex-direction: row;
}
.consulting_practices a.read_more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
a.read_more {
    color: var(--red-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li strong {
    font-weight: 600;
}


@media (max-width: 1440px) {
    .ledaershippage_banner .row {
        padding-top: 120px;
    }
}
@media (max-width: 991px) {
    .ledaershippage_banner .row {
        padding-top: 120px;
    }
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items, .leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) .leadership_itms.casestudies_items {
        flex-direction: column;
        gap: 20px;
    }
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
        height: 350px;
    }
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
        width: 100%;
    }
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_cont {
        width: 100%;
    }
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont h4 {
        font-size: 20px;
        line-height: normal;
    }
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead p , .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li strong {
        font-size: 14px;
        line-height: 24px;
    }
    .consulting_practices_outermain {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
        height: 250px;
    }
    
}

section.homepagebanner.ehss .row .bannercontent h1 {
    font-weight: 600;
}

@media (max-width: 1060px) {
  .aboutusbanner .row.top_row {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .aboutusbanner .row.top_row {
    padding-left: 10px;
    padding-right: 10px;
}
section.homepagebanner.ehss .row .bannercontent p.desc {
    padding-right: 0;
}
section.homepagebanner.ehss .row .bannercontent {
    gap: 0;
}
}


.ehssDetail .bannerimgs {
    width: 100%;
    border-radius: 10px;
    margin-top: 130px;
    margin-bottom: 30px;
}
.ehssDetail .bannerimgs img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border: 10px;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}
.bannerimgs-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ehssDetail h2 {
    color: #1A202C;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 10px;
}
.ehssDetail p {
    margin-bottom: 0px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}
.choose_smartdata.ehss .row {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .ehssDetail h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
    }
  .ehssDetail p, .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .choose_smartdata.ehss .row {
  padding-top: 30px;
}
    .ehssDetail .bannerimgs {
    margin-top: 120px;
}
    
}
.section-padd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sectionpadding-top {
    padding-top: 160px;
}
.our_new_feature h2.section-heading button.btn.btn-danger {
    margin-left: auto;
}
.our_new_feature h2.section-heading span.pre-title-tag {
    background: rgb(217 32 41 / 15%);
    color: #d92029;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-block;
    height: 28px;
    line-height: normal;
}
.btn.btn-danger {
    background-color: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: 600;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    max-width: max-content;
}
.our_new_feature_main {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.our_new_feature_main_items {
    padding: 50px 47px;
    padding-right: 70px;
    box-shadow: 0px 40px 70px 0px rgba(1, 19, 44, 0.08);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: calc(33% - 13px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 4px solid transparent;
}
.our_new_feature_mainicon {
    background: #fceaea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.our_new_feature_mainicon {
    width: 60px;
    height: 60px;
}
.our_new_feature_mainicon svg {
    width: 40px;
    height: 40px;
}
.our_new_feature_maincontent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.our_new_feature_maincontent h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: var(--heading-color);
}
.our_new_feature_maincontent p {
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our_new_feature_main_items:hover {
    border-top: 4px solid var(--red-color);
}
section.whyChoosesmD.automateyourbusiness {
    padding: 20px 0;
}
.automateyourbusiness_main {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}
.automateyourbusiness_main>div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.automateyourbusiness_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.automateyourbusiness_main>div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.tag_automateyourbusiness {
    margin-bottom: 20px;
}
.tag_automateyourbusiness span.pre-title-tag {
    background: rgb(217 32 41 / 15%);
    color: #d92029;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: capitalize;
}
.automateyourbusiness_main h3 {
    font-size: 30px;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--heading-color);
    font-weight: 600;
}
.automateyourbusiness_main h3 span {
    color: #d92029;
    margin: 0 6px;
    font-weight: 600;
}
.automateyourbusiness_main .automateyourbusiness_cont .content {
    margin-top: 20px;
    margin: 0 0 20px;
}
.automateyourbusiness_main .automateyourbusiness_cont .content p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 28px;
}
.our_new_feature.solutions_we_provide h2.section-heading {
    justify-content: center;
    margin-bottom: 20px;
    color: var(--heading-color);
    font-weight: 600;
}
.our_new_feature.solutions_we_provide p.sub_heading {
    max-width: 680px;
    margin: 0 auto 40px;
}
.our_new_feature.solutions_we_provide h2.section-heading span {
    color: var(--red-color);
    font-weight: 600;
}
.our_new_feature.solutions_we_provide .our_new_feature_main_items {
    border-top: 0 !important;
    transition: .5s;
    cursor: pointer;
}
.our_new_feature_main_items_inner {
    display: flex
;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    text-align: center;
}
.our_new_feature_main_items_inner .our_new_feature_mainicon {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: 10px;
}
.our_new_feature_main_items_inner .our_new_feature_mainicon {
    margin: 0 auto;
}
.our_new_feature_main_items_inner .our_new_feature_mainicon svg {
    height: 100px;
    width: auto;
}
.our_new_feature.solutions_we_provide .our_new_feature_main_items:hover {
    transform: translateY(-10px);
}

@media (max-width: 1200px) {
    .our_new_feature_main_items {
        width: calc(33% - 14px);
        padding: 20px;
    }
    .sectionpadding-top {
        padding-top: 120px;
    }
        section.whyChoosesmD.automateyourbusiness .automateyourbusiness_main h3 {
        font-size: 18px;
        display: inline-block;
    }
        .automateyourbusiness_main .automateyourbusiness_cont .content p {
        -webkit-line-clamp: 6;
    }
}
@media (max-width: 991px) {
    .our_new_feature_main_items {
        width: calc(50% - 14px);
    }
    .automateyourbusiness_main {
        gap: 20px;
    }
    .section-padd-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
        .sectionpadding-top {
        padding-top: 120px;
    }
    section.our_new_feature .heading_sec {
    margin-bottom: 20px;
}
}


@media (max-width: 667px) {
    .our_new_feature_maincontent h5 {
        font-size: 18px;
    }
    .our_new_feature_main_items {
        width: 100%;
    }
    section.our_new_feature .heading_sec h2.section-heading {
    margin-bottom: 20px;
}
.automateyourbusiness_main {
    flex-direction: column;
}
.automateyourbusiness_main>div {
    width: 100%;
    margin-top: 0 !important;
}

.tag_automateyourbusiness {
    margin-bottom: 10px;
}
.our_new_feature.solutions_we_provide .row {
    padding: 0  0 50px !important;
}
.our_new_feature.solutions_we_provide h2.section-heading {
    margin-bottom: 10px;
    font-size: 18px;
}
.our_new_feature.solutions_we_provide p.sub_heading {
    max-width: 100%;
}
.btn.btn-danger {
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 24px;
    height: 40px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    max-width: max-content;
}
.our_new_feature h2.section-heading button.btn.btn-danger {
    margin: 20px 0 0 auto;
    width: 100%;
    max-width: fit-content;
}
.our_new_feature h2.section-heading {
    flex-wrap: wrap;
}
    .our_new_feature_maincontent p , .automateyourbusiness_main .automateyourbusiness_cont .content p , .our_new_feature.solutions_we_provide p.sub_heading{        
    font-size: 14px;
    line-height: 24px;
    }
    
}

@media (max-width: 499px) {
    .our_new_feature h2.section-heading button.btn.btn-danger {
    margin: 20px 0 0;
}
}
@media (max-width: 767px) {
    .haader_btn button {
        padding: 8px 12px;
        font-size: 14px;
    }
    .navbar-brand {
        flex-shrink: 0;
    }
.select_bx.select_region.select_flx_desktop {
    display: none;
}
}


section.smartians_speak_banner.knowledge_hub {
    background: url(./assets/img/abousus_bg.png) no-repeat top center;
}
section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}
.aboutusbanner .row.top_row .bannercontent h1 {
    color: var(--heading-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    font-size: 28px;
    line-height: normal;
}
section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc {
    line-height: 28px;
}
.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub .bannervideosection.Imgsection {
    padding: 0;
    background: none;
}
.aboutusbanner .row.top_row .Imgsection img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.smartians_speak_article .smartians_speak_content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.smartians_speak_item {
    gap: 0;
    width: calc(33% - 17px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    overflow: hidden;
}
.smartians_speak_content .smartians_speak_item .smartians_speak_img {
    height: 280px;
    width: 100%;
}
.smartians_speak_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.smartians_speak_content .smartians_speak_content_inner {
    width: 100%;
    background: #fff;
    padding: 0 15px 0;
}
.smartians_speak_content_main_inner {
    padding: 20px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
section.smartians_speak_banner.knowledge_hub {
    background: url(./assets/img/abousus_bg.png) no-repeat top center;
}
.smartians_speak_content_main_inner h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 8px;
}
.smartians_speak_content .smartians_speak_content_inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.smartiansposted {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smartians_speak_content .smartians_speak_content_inner .smartiansposted p {
    margin: 0;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1A202C;
    border-left: 1px solid #CE2026;
    display: flex;  
    align-items: center;
    gap: 4px;
}



@media (max-width: 1200px) {
    .smartians_speak_content .smartians_speak_item .smartians_speak_img {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .smartians_speak_content .smartians_speak_item {
        width: calc(50% - 10px);
    }
    section.smartians_speak_article .smartians_speak_content {
        gap: 20px;
    }
}

@media (max-width: 991px) {
section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub .row {
    flex-direction: row;
}
    section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub  .bannervideosection.Imgsection , section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub .bannercontent {
    width: 48%;
    gap: 8px;
    padding: 0;
}    
section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub h1 {
    font-size: 22px;
}
}


@media (max-width:800px) {
section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub  .bannervideosection.Imgsection , section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub .bannercontent {
    width: 100%;
}
    section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub .row {
    flex-direction: column-reverse;
    margin: 0;
}
}


@media (max-width:667px) {
    section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub h1{
font-size: 20px;
        line-height: 28px;
    }
    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .smartians_speak_banner .smartiansname {
        width: 100%;
    }
    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info>div:nth-child(2) {
        padding-left: 0;
        border-left: 0;
        padding-right: 20px;
        margin-right: 10px;
        width: 50%;
    }
    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info p {
        font-size: 14px;
        gap: 0;
        padding: 0;
    }
    .smartiansfollow {
        width: 110px;
        align-items: center;
    }
.smartians_speak_content .smartians_speak_item {
    width: 100%;
}
    section.smartians_speak_article h2.section-heading.leftlineheading {
    margin: 0 0 20px;
}
.homepagebanner .bannervideosection.Imgsection {
    height:220px;
}
    section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc {
    font-size: 14px;
    line-height: 24px;
}
 .aboutusbanner .row.top_row {
    padding-left: 0;
    padding-right: 0;
  }   
    section.smartians_speak_article .heading_sec {
        margin: 0 0 10px;
    }
    
}

section.detail_blogpages {
    max-width: 80%;
    margin: 0 auto;
}
.blog-featureimg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}
.blogpagesinfocontent {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.blogpagesinfocontent .contentpart {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 350px);
}
.sidebarofblogs {
    display: flex;
    width: 340px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #fff;
}
.smartiansposted {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blogpagesinfocontent .smartiansposted p {
    margin: 0;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: #1A202C;
    border-left: 1px solid #CE2026;
    display: flex;
    align-items: center;
    gap: 4px;
}
.blogpagesinfocontent .smartiansposted p span {
    color: #555;
    font-weight: var(--fontweight400);
}
.blogpagesinfocontent .contentpart h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #1A202C;
    margin: 0;
}
.blogpagesinfocontent .contentpart .bloginnercont {
    display: flex;
    gap: 12px;
    flex-direction: column;
    line-height: 28px;
    color: var(--base-color-p);
}
h3 {
    color: #1A202C;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.blogpagesinfocontent .contentpart .bloginnercont p {
    margin: 0;
    line-height: 28px;
}
.shareon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}
.shareon h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    color: #1A202C;
}
.smartiansfollow {
    display: flex;
    gap: 10px;
}
.sidebarofblogs h2.section-heading {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.sidebar_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebar_items .sidebar_inner_cont {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.sidebar_items .sidebar_inner_cont img {
    width: 70px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
    min-width: 70px;
}
.title_div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sidebar_items .sidebar_inner_cont h5 {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #1A202C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebarofblogs .heading_sec {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    section.detail_blogpages {
        max-width: 100%;
    }
    .blogpagesinfo, .blogpagesinfocontent .contentpart {
        gap: 12px;
    }
    .blogpagesinfocontent {
        margin-top: 25px;
        gap: 10px;
    }
    .blogpagesinfocontent .contentpart  {
        font-size: 14px;
        line-height: 24px;
    }
        .blogpagesinfocontent .contentpart h2 {
        font-size: 24px;
        line-height: 32px;
    }
        .blogpagesinfocontent .contentpart .bloginnercont {
        gap: 8px;
    }
    .sidebarofblogs {
        width: 280px;
    }
    .blogpagesinfocontent .contentpart {
        width: calc(100% - 290px);
    }
    .blogpagesinfocontent .contentpart li{
        font-size:14px;
        line-height :24px;
    }
}

@media (max-width: 800px) {
    .blogpagesinfocontent .contentpart, .sidebarofblogs {
        width: 100%;
    }
    .blogpagesinfocontent {
        flex-direction: column;
        gap: 22px;
    }
}


@media (max-width: 667px) {
    .blog-featureimg img {
        height: 250px;
    }
    .blogpagesinfocontent .contentpart h2 {
        font-size: 20px;
        line-height: 28px;
    }
        .smartiansfollow .sfsi_wicons.shuffeldiv a img {
        width: 30px;
        height: 30px;
    }
    .smartiansfollow .sfsi_widget.sfsi_shortcode_container {
        min-height: auto;
    }
    .smartiansfollow .sfsi_wicons.shuffeldiv, .smartiansfollow .sfsi_wicons.shuffeldiv a {
        width: 30px !important;
        height: 30px !important;
        margin: 3px 5px 0 !important;
        align-items: center;
    }
        .blogpagesinfocontent .contentpart h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.product_banner, .industry_hero_banner {
    padding: 160px 0 0px 0;
}
.hero_row_flx {
    display: flex;
    align-items: center;
    gap: 84px;
    margin-bottom: 70px;
    justify-content: space-between;
    margin: 0 1px;
}
.hero_banner_cntnt {
    max-width: 776px;
}
.industry_hero_banner .hero_row_flx .hero_banner_img {
    flex: none;
    width: 50%;
    justify-content: flex-end;
}
.product_banner .hero_banner_cntnt_txt {
    margin-bottom: 20px;
}
.industry_hero_banner .hero_banner_cntnt_txt h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  font-weight: 700;
}
.hero_banner_cntnt_txt h1 span {
    color: #DB252C;
}
.industry_hero_banner .hero_banner_cntnt_txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.products_client {
    padding: 80px 0;
    margin: 80px 0 0;
}
.clients {
    padding: 80px 0 108px 0;
    background-color: #F2F2E1;
    position: relative;
}
.clients::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(https://smartdatainc.ae/wp-content/themes/smartdata-new/assets/images/clients-bg-2.png) no-repeat;
    width: 400px;
    height: 100%;
    right: 0;
    bottom: 0;
}
.clients::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(https://smartdatainc.ae/wp-content/themes/smartdata-new/assets/images/clients-bg-1.png) no-repeat;
    width: 400px;
    height: 100%;
    bottom: 0;
}
.tittle_head {
    margin-bottom: 40px;
}
.tittle_head h2 {
    font-size: 36px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
}
.tittle_head h2 span {
    color: #DB252C;
}
.tittle_head h2 span {
    color: #DB252C;
}
.clients_details .swiper-slide {
    margin: 0 auto;
    text-align: center;
}
.client_swiper img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product_items img {
    width: 100%;
    object-fit: cover;
}
.product_right_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: 20px 60px;
    background: #F6F6F6;
    margin: 25px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.product_right_heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}
.product_right_item .product_text {
    margin-bottom: 0;
}
.recent_products {
    padding-bottom: 50px;
}

.benefit_main_row {
    padding: 80px 0 0;
}

.benefit_heading {
    margin-bottom: 30px;
}

.benefit_heading h2 {
    color: #1A202C;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
}

.benefit_heading h2 span {
    color: #DB252C;
}


.benefit_heading h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    color: var(--heading-color);
    align-items: center;
    justify-content: center;
}

.benefit_heading h2 span {
    color: #d92029;
    padding-right: 7px;
    display: contents;
    font-weight: 700;
}


.benefit_cards_row {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
    justify-content: center;
}

.icon-wrapper {
    padding: 16px;
    border-radius: 6px;
    background: #fbe5e5;
}

.benefit_cards_content {
    width: calc(25% - 15px);
    border-radius: 20px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    display: flex;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.card_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit_cards_content .card_content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 -15px;
}

.benefit_cards_content .card_content p {
    color: #555;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 30px;
    margin: 0 0 -15px;
}
.bg_yellow {
    background-color: #F2F2E1;
}


@media (max-width: 991px) {
    .industry_hero_banner .hero_row_flx {
        flex-direction: column-reverse;
    }
    .hero_banner_cntnt , .industry_hero_banner .hero_row_flx .hero_banner_img{
    max-width: 100%;
}
        .industry_hero_banner .hero_banner_cntnt_txt h1 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px;
    }
        .products {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_right_item {
        gap: 5px;
        padding: 20px;
        border-radius: 10px;
    }
    .product_right_item .product_text {
        font-size: 14px;
        line-height: 24px;
    }
     .benefit_cards_row {
        flex-wrap: wrap;
    }
    .benefit_cards_content {
        width: calc(50% - 15px);
    }
        section.benefits_sec.bg_yellow .benefit_main_row {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .clients.products_client {
    padding: 50px 0 60px 0;
}
    
    
}

@media (max-width: 767px) {
    .benefit_cards_content {
        width: 100%;
        padding: 24px;
        gap: 10px;
    }
    .benefit_cards_content .card_content p {
    font-size: 14px;
    line-height: 24px;
}
 .our_history .content_leader h6, .benefit_heading h2, .about_us_right h3, .our_values .section-heading.leftlineheading {
        font-size: 24px;
        line-height: 30px;
    }   
    
}
h4 {

  color: #1A202C;

    font-size: 18px;

    font-weight: 600;

    margin: 0;

}

.sidebar_items .sidebar_inner_cont:last-child {

    padding: 0;

    border: 0;

}

.benefit_main_row {

  padding: 80px 0 80px;

}

@media (max-width: 991px) {

industry_hero_banner .hero_banner_cntnt_txt p {

  font-size: 14px;

  line-height: 24px;

}

.benefit_main_row {

  padding: 50px 0 50px;

}

    .tittle_head h2 {

        font-size: 26px;

    }

}
 
 /****************contact page**********************/
.contactuspage .bannercontent {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.contactuspage img.contact_img {
    margin-top: 20px;
}

.contactuspage .contact_us_home {
    width: 50%;
    padding-left: 0px;
    background: transparent;
}

.contactuspage .row {
    padding-top: 160px;
    height: auto;
}

.contactuspage h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1A202C;
    letter-spacing: 0;
    margin-bottom: 0;
}

.contactuspage h2 span {
    color: #d92029;
}

.contactpagelocations {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 5px 80px 0px rgba(0, 0, 0, 0.06);
}

.locationsindia.contactus_page_top_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    flex-direction: row;
}

.locationsindia .nameoflocation {
    width: 100%;
    margin-bottom: 0;
}

.locationsindia .nameoflocation h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.contact_page_loca.for_uae .location {
    width: calc(33% - 13px);
    border-bottom: 0px solid #f2f2e1;
}

.contact_page_loca.for_uae .location:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contactus_page_top_bar .location_main {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact_page_loca.for_uae .location_image {
    width: 160px;
    height: 160px;
    min-width: 160px;
}

.contact_page_loca.for_uae .location_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.contact_page_loca.for_uae .contactus_page_top_bar .location_main p {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 0;
}

.contact_page_loca.for_uae p.google_map_direction a.google_map {
    padding: 2px 11px;
    border-radius: 4px;
    background: #F2F2E1;
    font-size: 12px;
    font-weight: 600;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contactus_page_top_bar h4.location-name {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}


.contactus_page_top_bar .address {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: auto;
}

.contact_page_loca.for_uae .contactus_page_top_bar .address p.google_map_direction {
    margin: 0;
}

.contact_page_loca.for_uae .contactus_page_top_bar .address p.google_map_direction a {
    font-size: 14px;
}
.project-description.expanded {
    height: auto;
}

.loaction_wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loaction_wrapper .contactpagelocations {
    box-shadow: -19.8552px 3.97104px 49.6381px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px 20px;
    width: calc(33% - 17px);
}

.locationsindia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locationsindia .nameoflocation {
    width: 100%;
    margin-bottom: 0px;
}

.location-name {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    color: #1A202C;
}

.location_main b {
    color: #1A202C;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.location_main p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 2px 0 10px;
}

.partner_head {
    max-width: 800px;
    margin: 0 auto 20px;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.contact_form_uae {
    background: #fff;
    padding: 30px;
    max-width: 1250px;
    margin: 0px auto 0;
    border-radius: 10px;
    box-shadow: 4px 5px 80px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1400px) {
    .contactus_page_top_bar h4.location-name {
        font-size: 14px;
        line-height: 24px;
    }
.contact_page_loca.for_uae .contactus_page_top_bar .location_main p {
    font-size: 14px;
    line-height: 24px;
}
}
 
@media (max-width: 1300px) {
    .locationsindia.contactus_page_top_bar .location {
        width: calc(50% - 15px);
    }
}

@media (max-width: 991px) {
        .contactuspage .row {
                padding-top: 100px;
            }
    .contactuspage .bannercontent,
    .contactuspage .contact_us_home {
        width: 100%;
        padding-left: 12px;
    }

    .loaction_wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }

    .loaction_wrapper .contactpagelocations {
        width: 48%;
    }

    .contactuspage .contact_us_home {
        margin-top: 30px;
    }
}

@media (max-width: 800px) {
    .locationsindia.contactus_page_top_bar .location {
        width: 100%;
        padding: 0;
    }
    .locationsindia .nameoflocation{
        margin: 0;
    }
}

@media (max-width: 667px) {
    .contact_form_uae {
        margin-top: 0;
    }
        .contactuspage img.contact_img {
            margin-top: 0;
        }

    .loaction_wrapper .contactpagelocations {
        width: 100%;
    }

    .contactus_page_top_bar .location_main {
        flex-direction: column;
        gap: 8px;
    }

    .contact_page_loca.for_uae .contactus_page_top_bar .location_main p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .locationsindia .nameoflocation {
        margin-bottom: 10px;
    }

    .location-name {
        margin-bottom: 10px;
    }

    .location_main b {
        line-height: 24px;
    }

    .location_main p {
        margin: 0;
    }

    .tittle_head h2,
    .contactuspage h2 {
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }
    .loaction_wrapper .contactpagelocations {
        padding: 20px;
    }
    .contactus_page_top_bar h4.location-name {
        font-size: 14px;
    }
    .newMySwiper .swiper-autoheight .swiper-slide {
        min-height:764px;
    }
    .recent_product_img img {
        height: 320px;
    }
    table th, table td {
        font-size: 14px;
    }
}


.contact_form_uae .form-group-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}
.contact_form_uae .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}
.contact_form_uae .input-box {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}
.contact_form_uae input ,.contact_form_uae select ,.contact_form_uae textarea {
    padding: 10px 20px;
    font-size: var(--font-size-16);
    width: 100%;
    height: 62px;
    border-radius: 4px;
}
.contact_form_uae .input-box.selseccttag svg , .contact_form_uae .input-box.language svg {
    display: none;
}
.contact_form_uae .input-box label {
    margin-bottom: 12px;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 20px;
}
.contact_form_uae textarea.form-control {
    height: 100px;
}
.contact_form_uae .checkbox-group {
    display: flex;
    margin-top: 20px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}
.contact_form_uae .submit-button {
    margin-top: 20px;
}
.contact_form_uae .agreement_sec {
    display: flex;
    align-items: center;
}
.contact_form_uae .agreement_sec label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
    text-align: left !important;
}
.contact_form_uae .agreement_sec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.contact_form_uae .agreement_sec label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
    text-align: left !important;
}
.contact_form_uae .agreement_sec label:before {
    content: "";
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    border: .94px solid rgba(0, 0, 0, .25);
    background: #fefefc;
    top: 0;
    position: absolute;
    left: 0;
}
.contact_form_uae .agreement_sec input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #d92029;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact_form_uae .checkbox-group a {
    color: #DB252C;
    text-decoration: underline !important;
    font-weight: 600;
}
.contact_form_uae .submit-button {
    width: auto;
}
.contact_form_uae  span.wpcf7-form-control.wpcf7-acceptance {
    margin: 0;
}
.contact_form_uae  span.wpcf7-list-item {
    margin: 0;
}
.contact_form_uae  .submit-button input {
    width: 120px;
    height: 46px;
    background: #db252c;
}
.contact_form_uae .agreement_sec label label::before {
    display: none;
}
.py_100 {
    padding: 80px 0;
}

@media (max-width: 991px) {
.contact_form_uae {
        padding: 30px 30px 0;
    }
    .py_100 {
    padding:50px 0;
}
}

@media (max-width: 767px) {
.contact_form_uae .input-box{
    flex: 1 1 100%;
}
    .contact_form_uae input, .contact_form_uae select, .contact_form_uae textarea {
        height: 42px;
        font-size: 14px;
        padding: 8px 10px;
    }

}

@media (max-width: 667px) {
.contact_form_uae {
        padding: 20px 20px 0;
    }
    .contact_form_uae .form-group{
        gap:8px;
    }
    .leadership_cont_main.casestudies_mains .casestudies_items .contactuspage .row {
        padding: 10px !important;
    }
    section.industry_hero_banner.product_banner p {
        font-size: 14px;
        line-height: 24px;
    }
}
section.industry_hero_banner.about_us_banner {
    overflow: hidden;
}
.about_us_banner {
    background-size: 450px 450px;
    background-position: left top;
    position: relative;
}
.hero_banner_cntnt {
    max-width: 776px;
}
.about_us_banner .hero_banner_img {
    display: flex;
    position: relative;
    z-index: 1;
}
.about_us_banner {
    background-size: 450px 450px;
    background-position: left top;
    position: relative;
    background-repeat: no-repeat;
}
.about_us_banner .about_us_tag {
    display: flex;
    max-width: 42%;
    background: #DB252C;
    border-bottom-right-radius: 90px;
    justify-content: center;
    gap: 60px;
    align-items: center;
    padding: 30px 10px;
    position: relative;
    width: 100%;
    bottom: 100px;
    color: #ffffff;
    left: 0%;
}
.about_us_tag .about_us_tag_item h3 {
    color: #fff;
}
.about_us_tag .about_us_tag_item h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.about_us_tag .about_us_tag_item p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
}
.about_us_banner .hero_banner_img::before {
    content: '';
    position: absolute;
    left: -24px;
    bottom: 0;
    background: url(https://smartdatainc.ae/wp-content/themes/smartdata-new/assets/images/dotted-shape.png) no-repeat;
    max-width: 240px;
    max-height: 206px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_us_banner .hero_banner_img::after {
    right: -45px;
}
.about_us_banner .hero_banner_img::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 0;
    background: url(https://smartdatainc.ae/wp-content/themes/smartdata-new/assets/images/dotted-shape.png) no-repeat;
    max-width: 240px;
    max-height: 206px;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.about_us_block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.about_us_left {
    width: calc(45% - 25px);
}

.about_us_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us_right {
    width: calc(55% - 25px);
    padding-bottom: 50px;
}

.about_us_block .mission_vision_content {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    position: relative;
    left: -30%;
    bottom: -20%;
    width: 100%;
    min-width: 770px;
}

.about_us_block .mission_vision_content .mission_vision_inner {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(100deg, #FFF -19.19%, rgba(255, 255, 255, 0.92) 115.46%);
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.10);
}
.about_us_right h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about_us_right h3 span {
    color: #DB252C;
}
.about_us_text_cntnt .about_us_subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
.about_us_block .mission_vision_content .mission_vision_inner svg.half_circle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.about_us_block .mission_vision_content .textcont h4 {
    color: #266CA4;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.about_us_block .mission_vision_content .textcont .mission_txt {
    color: #DB252C;
}

.about_us_block .mission_vision_content .mission_vision_inner .textcont {
    flex: 1;
}


.about_us_block .mission_vision_content .textcont p {
    font-size: 16px;
    line-height: 28px;
    color: #1A202C;
    margin: 0;
}

.about_us_block .mission_vision_content .textcont p span {
    color: #1A202C;
    font-weight: 700;
}

/* Our values */

.our_values {
    margin: 80px 0;
}

.our_values.choose_smartdata .choose_smartdata_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.about_us_block.custom-vision_content {
    display: flex;
    justify-content: flex-end;
}
.about_us_block.custom-vision_content .mission_vision_content {
    max-width: 1150px;
    position: unset;
    margin-top: -50px;
}
.about_us_tag .about_us_tag_item h3 {
    color: #fff;
}
.our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    width: calc(50% - 25px);
    gap: 20px;

    background-color: #ffffff;
}
section.choose_smartdata.ehss .diversity_icons_sec .topIcons {
    width: auto;
}

.our_values .section-heading.leftlineheading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 48px;

}

.our_values .section-heading.leftlineheading span {
    color: #DB252C;
}

.our_values .contnt_part h4 {
    color: #1A202C;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}
section.choose_smartdata.ehss .diversity_icons_sec .contnt_part {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.our_values .contnt_part p {
    line-height: 29px;
    margin-bottom: 0;
}
.our_history.invest_leader .inverstor {
    display: flex;
    gap: 30px;
}
.our_history.invest_leader .inverstor .inverstor_slider {
    width: 33%;
    box-shadow: 4.818px 5.782px 28.909px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 6px;
}
.our_history.invest_leader .inverstor .inverstor_slider img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}
.our_history .content_leader h6 {
    color: #1A202C;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.about_us_text_cntnt p {
    margin-bottom: 10px;
}
.our_values.choose_smartdata .choose_smartdata_items p {
    line-height: 26px;
}

@media (max-width: 1440px) {
    .about_us_block.custom-vision_content .mission_vision_content {
        max-width: 80%;
    }
    .about_us_block.custom-vision_content .mission_vision_content svg {
        width: 60px;
        height: 60px;
    }
    .about_us_block .mission_vision_content .textcont p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 1320px) {
    .about_us_tag .about_us_tag_item h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    .our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        width: calc(75% - 25px);
    }
}

@media (max-width: 1024px) {
    .hero_banner_cntnt , .industry_hero_banner .hero_row_flx .hero_banner_img {
        max-width: 100%;
        width: 100%;
    }
    .about_us_banner .about_us_tag {
        max-width: 70%;
        margin-top: 30px;
    }
        .about_us_banner .about_us_tag {
        position: static;
        padding: 20px 20px;
        border-radius: 20px;
        margin: 15px auto 0 auto;
    }
    .about_us_block {
        flex-direction: column;
    }
    .about_us_left, .about_us_right {
        width: 100%;
    }
    .about_us_block.custom-vision_content {
        flex-direction: row;
    }
        .our_history.invest_leader .inverstor .inverstor_slider img {
        height: 200px;
    }
}


@media (max-width: 991px) {
    .about_us_block.custom-vision_content .mission_vision_content {
        max-width: 100%;
        margin-top: 0;
    }
    .our_history.invest_leader .inverstor .inverstor_slider {
        width: calc(50% - 16px);
    }
    .our_history.invest_leader .inverstor {
        flex-wrap: wrap;
    }
}


@media (max-width: 767px) {
    section.data_counter_sec.about_uspage {
      max-width: 80%;
      margin: 0 auto;
    }
    .about_us_block.custom-vision_content .mission_vision_content {
        flex-direction: column;
        min-width: auto;
    }
        .industry_hero_banner .hero_row_flx .hero_banner_img {
        width: 100%;
    }
    .about_us_banner .about_us_tag {
        max-width: 70%;
        margin: 20px auto 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        padding: 24px 0;
    }
        .our_history .content_leader h6, .benefit_heading h2, .about_us_right h3, .our_values .section-heading.leftlineheading {
        font-size: 20px;
        line-height: 30px;
    }
    .about_us_text_cntnt .about_us_subheading {
        line-height: 26px;
        margin-top: 10px;
    }
    .our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        width: 100%;
    }
    .choose_smartdata.ehss .choose_smartdata_items {
        gap: 24px;
    }
    .about_us_ourvalues.our_values.choose_smartdata.ehss .heading_sec {
    margin: 0;
}
    .our_history.invest_leader .inverstor .inverstor_slider {
        width: 100%;
    }
}
/************************/
.about_sdj.about_uspage {
    padding: 0;
    position: relative;
}
.banner.about_uspage img {
    border-radius: 12px;
    object-fit: contain;
}
.about_sdj.about_uspage .container-fluid {
    padding: 0;
}

.about_sdj.about_uspage .about_sdj_item.about_img_col img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_sdj.about_uspage .about_sdj_item {
    padding: 100px 0;
}

.about_sdj.about_uspage .about_sdj_item.about_img_col {
    padding: 0;
}

.about_sdj.about_uspage .about_sdj_details {
    padding-right: 80px;
}

section.data_counter_sec.about_uspage {
    position: unset;
    background: #fff;
}

section.data_counter_sec.about_uspage .data_counter_flx {
    margin-top: 0;
}

.banner.about_uspage .swiper-slide.banner_content {
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.banner.about_uspage {
    background: #fff !important;
}

.banner.about_uspage .banner_heading {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: normal;
}

.banner.about_uspage p.banner_text {
    font-size: 18px;
    line-height: 32px;
}

.about_banner_info {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.about_banner_info .about_banner_info_item {
    display: flex;
    gap: 20px;
}

.about_banner_info .about_banner_info_item .icon {
    padding: 14px;
    height: 58px;
    width: 58px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.about_banner_info .about_banner_info_item h3.about_banner_info_heading {
    font-size: 24px;
    line-height: 29px;
}

.banner.about_uspage .swiper-slide.banner_content .banner_content_item {
    margin-left: 16px;
}

.choose_smartdata.ehss.about_uspage .heading_sec {
    text-align: center;
    justify-content: center;
}

.choose_smartdata.ehss.about_uspage .choose_smartdata_inner_items {
    border-radius: 12px !important;
        box-shadow: unset !important;
        text-align: center;
        padding: 24px !important;
        align-items: center !important;
}

.choose_smartdata.ehss.about_uspage .choose_smartdata_inner_items:hover {
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05) !important;
}

.choose_smartdata.ehss.about_uspage .choose_smartdata_inner_items .topIcons {
    justify-content: center;
}

.choose_smartdata.ehss.about_uspage .choose_smartdata_inner_items h4 {
    margin: 0 auto;
}

.choose_smartdata.ehss.about_uspage .row {
    padding-top: 80px;
}

@media (max-width: 1199px) {
.about_sdj.about_uspage .about_sdj_block {
    grid-template-columns: repeat(2, 1fr);
}
.about_sdj.about_uspage .about_sdj_details {
    padding-right: 20px;
}
.about_sdj.about_uspage .about_sdj_item {
    padding: 50px 0;
}
}
@media (max-width: 1024px) {
.banner.about_uspage .swiper-slide.banner_content {
    flex-direction: column-reverse;
}
}
@media (max-width: 991px) {
    .banner.about_uspage .banner_img {
        width: 100%;
    }
     
    .banner.about_uspage .banner_img img {
        width: 100%;
    }
    .choose_smartdata.ehss.about_uspage .row {
        padding-top: 50px;
    }

    .banner.about_uspage .banner_heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner.about_uspage p.banner_text {
        font-size: 16px;
        line-height: 28px;
    }

    .about_banner_info {
        margin-top: 30px;
        gap: 16px;
        margin-left: 10px;
    }

    .about_banner_info .about_banner_info_item h3.about_banner_info_heading {
        font-size: 16px;
        line-height: 28px;
    }

    .banner.about_uspage .swiper-slide.banner_content .banner_content_item {
        margin-left: 0;
    }

    .banner.about_uspage {
        padding-top: 90px;
    }

}

@media (max-width: 800px) {
    .about_sdj.about_uspage .about_sdj_item.about_img_col img {
            position: unset;
        }
    .about_sdj.about_uspage .about_sdj_block{
        grid-template-columns: repeat(1, 1fr);
    }
    .about_sdj.about_uspage .container-fluid {
        max-width: 94%;
        padding: 50px 15px;
    }

    .about_sdj.about_uspage .about_sdj_item {
        padding: 0px 0 0;
    }
}

@media (max-width: 667px) {
    section.data_counter_sec.about_uspage .data_counter_flx {
        padding: 20px 30px;
    }
    .data_counter_sec .data_counter_card:last-child {
        border-bottom: 0;
    }
    .choose_smartdata.ehss.about_uspage .choose_smartdata_inner_items {
        box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05) !important;
    }
}

/***************smart products ********************/

.smart_products .smartproductlist {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.smart_products .smartproductlist .smartproduct_items {
    width: calc(33% - 13px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.smart_products .smartproductlist .smartproduct_items img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.smart_products .smartproductlist .smartproduct_items .smartproduct_content {
    position: absolute;
    z-index:  9;
    bottom: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(48, 45, 45, 0.94) 100%);
    justify-content: flex-end;
}

.smart_products .smartproductlist .smartproduct_items .smartproduct_content h4 {
    color: #fff;
}

.smart_products .smartproductlist .smartproduct_items .smartproduct_content p {
    color: #fff;
}

.smart_products .heading_sec {
    text-align: center;
    justify-content: center;
}

.load_more {
    margin-top: 50px;
}

.load_more button.btn.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.team.section_spacing.smart_product_page {
    padding: 80px 0;
}

section.team.section_spacing.smart_product_page .ai_division_block>div {
    width: 50%;
}

section.team.section_spacing.smart_product_page .ai_division_block {
    flex-wrap: unset;
}

section.team.section_spacing.smart_product_page .ai_division_block .division_img {
    background: transparent;
    padding: 0;
    height: auto;
}

.choose_smartdata.ehss.smartproduct_page .choose_smartdata_inner_items {
    width: calc(25% - 26px) !important;
}

.choose_smartdata.ehss.smartproduct_page .choose_smartdata_items {
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .choose_smartdata.ehss.smartproduct_page .choose_smartdata_inner_items {
        width: calc(33.3% - 18px) !important;
    }

    .choose_smartdata.ehss.smartproduct_page .choose_smartdata_items {
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .smart_products .smartproductlist .smartproduct_items img {
        height: 280px;
    }

    .banner.about_uspage .banner_content {
        flex-direction: row;
        padding-bottom: 50px;
    }

    .banner.about_uspage .banner_img {
        height: auto;
    }

    section.team.section_spacing.smart_product_page .ai_division_block {
        flex-direction: row;
        gap: 30px;
    }

    .choose_smartdata.ehss.smartproduct_page .choose_smartdata_inner_items {
        width: calc(50% - 12px) !important;
    }

    .banner.about_uspage .banner_heading {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .banner.about_uspage .banner_content,
    section.team.section_spacing.smart_product_page .ai_division_block {
        flex-direction: column-reverse;
    }

    .banner.about_uspage .banner_content>div,
    section.team.section_spacing.smart_product_page .ai_division_block>div {
        width: 100%;
        max-width: 100%;
    }

    .smart_products .smartproductlist .smartproduct_items {
        width: calc(50% - 13px);
    }

    section.team.section_spacing.smart_product_page {
        padding: 50px 0;
    }
}

@media (max-width: 667px) {

    .smart_products .smartproductlist .smartproduct_items,
    .choose_smartdata.ehss.smartproduct_page .choose_smartdata_inner_items {
        width: 100% !important;
    }

    .load_more {
        margin-top: 30px;
    }
    .clients::after{
        width: 100%;
    }

}

/********************contact updatd version*************************/

.contactuspage .bannercontent {
    gap: 16px;
    padding-right: 20px;
}

.contactuspage .bannercontent h3.banner_heading {
    font-size: 50px;
    line-height: normal;
}

.contactuspage .bannercontent h3.banner_heading span {
    color: #DB252C;
    display: block;
}

.contactuspage .bannercontent p.banner_text {
    font-size: 18px;
    line-height: 36px;
}

.contactuspage .bannercontent h4 {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contactuspage .bannercontent p.cont_svg {
    width: 320px;
    display: flex;
    gap: 8px;
    line-height: 24px;
    font-size: 16px;
}

.contactuspage .bannercontent p.cont_svg a {
    color: #555555;
}

section.contactuspage .contact_form_uae {
    box-shadow: none;
}
.contactuspage .contact_us_home .submit-button {
    width: 100%;
}
.contactpage_location_uae.united_state .contact_page_loca.for_uae .contactpagelocations {
    padding: 0;
    background: transparent;
    box-shadow: unset;
}
.contactpage_location_uae.united_state .loaction_wrapper {
    margin-top: 0;
}
.contactpage_location_uae.united_state .loaction_wrapper .contactpagelocations {
    width: calc(30% - 17px);
    box-shadow: unset;
    background: transparent;
    padding: 30px;
}
.contactpage_location_uae.united_state .loaction_wrapper.second_div {
    background: #f2f2e1;
    padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 16px;
}
.contactpage_location_uae.united_state .loaction_wrapper .contactpagelocations .nameoflocation {
    margin-bottom: 16px;
}
.location-name svg {
    background: #CE20261A;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 6px;
}
.phone_div {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
section.lookingforbest marquee {   max-width: 75% !important;
} 
.lookingforbest h3.clickAway {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: var(--fontweight400);
    color: var(--heading-color)
}

.lookingforbest h3.clickAway span {
    color: var(--red-color);
    padding-right: 7px;
    font-weight: 600
}

.lookingforbest .row {
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px;
    border-radius: 10.667px;
    background: #fff;
    box-shadow: 1.333px 14.667px 65.333px 0px rgba(0, 0, 0, .09);
    max-width: 90%;
    margin: 0 auto
}

.lookingforbest .row a.btn.btn-danger.view_city {
    width: auto;
    padding: 16px 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.934px;
    border-radius: 5px;
    height: auto;
    font-size: 20px;
    line-height: 32px;
}
.lookingforbest {
    margin-top: -20px;
}
@media(max-width: 1700px) {
    .lookingforbest .row {
        padding: 40px 60px;
        max-width: 95%
    }
    .lookingforbest h3.clickAway {
        font-size: 26px
    }
}


@media(max-width: 1300px) {
    .lookingforbest .row a.btn.btn-danger.view_city {
        padding: 16px;
    }
        .contactuspage .bannercontent h3.banner_heading {
            font-size: 34px;
        }
                .contactuspage .bannercontent p.banner_text {
                    font-size: 16px;
                    line-height: 30px;
                }
        .lookingforbest .row {
            padding: 30px
        }
                 .lookingforbest h3.clickAway {
                     font-size: 22px
                 }
                                  .lookingforbest {
                                      padding: 0px 0 50px;
                                  }
}

@media(max-width: 1130px) {
    .lookingforbest .row {
        padding: 26px 19px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }
        .contactpage_location_uae.united_state .loaction_wrapper .contactpagelocations {
            width: calc(50% - 17px);
        }
    
}

@media(max-width: 1024px) {
    .lookingforbest .row a.btn.btn-danger.view_city {
        padding: 8px 16px;
        font-size: var(--font-size-16);
    }
}
@media(max-width:991px) {
section.contactuspage .contact_form_uae {
    padding: 20px 0 0;
}
section.lookingforbest marquee {   max-width: 100% !important;
} 
}

@media(max-width: 767px) {
    .language.new-language .selected-flag {
        top: 20px;
    } 
    .lookingforbest .row a.btn.btn-danger.view_city {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        height: 40px;
        border-radius: 5px;
        padding: 8px 16px
    }
        .lookingforbest h3.clickAway {
            font-size: 18px;
            text-align: center;
            line-height: 28px
        }
        
         .contact_us_home .contact-form .agreement_sec label:before {
             top: 4px;
         }

         .contact_us_home .contact-form .agreement_sec input:checked+label:after {
             top: 6px;
         }
}

@media (max-width: 667px) {
    .contactpage_location_uae.united_state .loaction_wrapper .contactpagelocations {
            width: 100%;
            padding: 20px 20px 20px;
        }
                .contactuspage .bannercontent h3.banner_heading {
                    font-size: 24px;
                }
    
}
.contact_us_home .submit-button {
    display: flex;
    justify-content: flex-end;
}
.contact_us_home .submit-button span.ajax-loader {
    display: none;
}
.contactuspage .contact_us_home .submit-button {
    justify-content: flex-start;
}
.contactuspage .contact_form_uae .submit-button input {
    height: auto;
    padding: 8px 32px;
}

@media (max-width:767px){
.contact_us_home .submit-button {
    justify-content: flex-start;
    width: 100%;
}
.contact_us_home .submit-button .btn {
    height: auto;
}
.banner , .ledaershippage_banner .row , .aboutusbanner .row.top_row {
  padding-top: 100px;
}
.ledaershippage_banner .heading_sec {
  margin-bottom: 20px;
}
.homepagebanner.aboutusbanner.ehss.hss_banner .row .bannercontent h1 {
    margin-bottom: 12px;
}
    
}
@media (max-width:667px){
.homepagebanner .bannervideosection.Imgsection {
  background: unset;
}
.ehssDetail .bannerimgs {
   margin-top: 100px;
    margin-bottom: 16px;
 }
    .leadership_sec_slider.ehss a.read_more {
    font-size: 14px;
}
}



/******************Blog page***************************/
.tags {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.tags span.bg_tag {
    background: #ce202633;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 500;
    color: #db252c;
    line-height: normal;
}

span.tag_after {
    width: 100%;
    padding-left: 6px;
    border-left: 2px solid #db252c;
    color: #555555;
    font-size: 12px;
}

span.tag_after span {
    font-weight: 600;
    margin-right: 6px;
    color: #1A202C;
}
.banner.about_uspage.blog_page h3.banner_heading {
    margin-bottom: 10px;
    line-height: 46px;
}
.banner.about_uspage.blog_page .banner_content>div {
    width: 50%;
    flex: unset;
}

.banner.about_uspage.blog_page .banner_content {
    gap: 50px;
}
.banner.about_uspage.blog_page p.banner_text {
    margin-bottom: 20px;
}
.smart_products.blog_page .heading_sec {
    justify-content: flex-start;
}

.smart_products.blog_page .smartproductlist .smartproduct_items .smartproduct_content {
    position: unset;
    height: auto;
    background: transparent;
}

.smart_products.blog_page .smartproductlist .smartproduct_items .smartproduct_content h4,
.smart_products.blog_page .smartproductlist .smartproduct_items .smartproduct_content p {
    color: #1A202C;
}
.smart_products.blog_page .smartproductlist .smartproduct_items img {
    height: 300px;
    border-radius: 12px;
}

.smart_products.blog_page .smartproductlist .smartproduct_items:hover img {
    border-radius: 12px 12px 0 0;
}

.smart_products.blog_page .smartproductlist .smartproduct_items:hover {
    background: #fff;
    cursor: pointer;
}
.smart_products.blog_page .tags {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 0;
}

.smart_products.blog_page .tags span.tag_after {
    width: auto;
}
.smart_products.blog_page .tags span.bg_tag {
    font-size: 12px;
    padding: 6px 10px;
    font-weight: 600;
}
.team.section_spacing.smart_product_page.blog_page h3 {
    font-size: 24px;
    line-height: 30px;
}

.team.section_spacing.smart_product_page.blog_page .lined_header {
    margin: 0;
}

.team.section_spacing.smart_product_page.blog_page .ai_division_block {
    display: flex;
}

@media (max-width: 1200px) {
.banner.about_uspage.blog_page h3.banner_heading {
    font-size: 20px;
    line-height: 30px;
}
.banner.about_uspage.blog_page p.banner_text {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 991px) {
    .team.section_spacing.smart_product_page.blog_page h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .banner.about_uspage.blog_page .banner_content {
        flex-direction: column;
        margin: 0;
        gap: 24px;
    }
    .banner.about_uspage.blog_page .banner_content>div {
        width: 100%;
    }
    .banner.about_uspage.blog_page {
        padding-top: 120px;
    }
    
}


@media (max-width: 767px) {
    .banner.about_uspage.blog_page {
        padding-top: 100px;
    }
    .smart_products.blog_page .heading_sec {
        margin-bottom: 30px;
    }
}
ul.country-list {
    width: 320px;
    top: 60px;
}
 
@media (max-width: 767px) {
    ul.country-list {
        top: 40px;
    }
}
section.team.section_spacing.smart_product_page {
    background: url('../smartdata-new/assets/img/smartpro_bgimg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.product_development.home .ai_division_block {
    justify-content: space-between;
}
.product_development.case-studies-slider .ai_division_block {
    justify-content: space-between;
    align-items: center;
}
.product_development.case-studies-slider .ai_division_lg_col {
    width: 40%;
}
.product_development.case-studies-slider .ai_division_lg_col .division_img {
    height: auto;
}
.product_development.case-studies-slider .ai_division_text_col {
    width: 50%;
}
.product_development.case-studies-slider .ai_division_lg_col .division_img img {
    height: 400px;
    object-fit: contain;
}
.product_development.case-studies-slider h3 {
    font-size: 24px;
}
.services .card_text_col {
    padding-bottom: 0;
}
.services .card_redirector {
    padding: 0 20px 20px;
}

@media screen and (max-width: 1024px) {
.services .card_redirector {
  padding: 0 16px 20px;
}
}

@media screen and (max-width: 1024px) {
  .product_development.case-studies-slider .ai_division_lg_col , .product_development.case-studies-slider .ai_division_text_col{
     width: 100%;
     max-width: 100%;
  }
    .product_development.home  .ai_division_text_col.ai_division_sm_col {
    max-width: 100%;
}    
.product_development.case-studies-slider h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
    
}

@media screen and (max-width: 767px) {
   /* .product_development.case-studies-slider .ai_division_lg_col .division_img img {
        height: auto;
    }*/
}
section.news .card_grid + a {
  display: none;
}
.company_profile .ai_division_block {
  justify-content: space-between;
}
.industries.bg_section_spacing {
}
.industries .card_text_col {
  padding: 20px;
}
.industries .card_redirector {
  padding: 0px 20px 20px;
}
.industries .card_text {
  margin: 0;
}
.industries .card_grid_item:hover {
  scale: 1;
  transition: unset;
  box-shadow: unset;
}
.case-studies-detail ul {
    margin-left: 20px;
}
@media (max-width: 991px) {
    .top_row {
        padding-top: 90px;
    }
}

.case-studies-detail ul li {
  font-size: 14px;
  line-height: 28px;
}
.case-studies-detail img {
  width: auto;
}
.case-studies-detail ul {
  margin: 10px 0px;
}
.case-studies-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flex_tab {
    display: flex;
    gap: 53px;
}

.flex_tab .nav.nav-pills {
    flex-direction: column;
    gap: 6px;
    flex: 0 0 314px;
}

.flex_tab .nav-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background-color: #F8F8F8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    width: 100%;
    padding: 16px 30px;
}

.flex_tab .nav-link span {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.flex_tab .nav-pills .nav-link.active,
.flex_tab .nav-pills .show>.nav-link {
    background-color: #DB252C;
}

.flex_tab .nav-pills .nav-link.active span,
.flex_tab .nav-pills .show>.nav-link span {
    color: #fff;
}

.tab_body {
    background-color: rgb(206 32 38 / 6%);
    border-radius: 8px;
    display: flex;
    gap: 25px;
    overflow: hidden;
}

.tab_body_cntnt_flx {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    max-width: 612px;
    gap: 32px;
}

.tab_body_cntnt_txt h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tab_body_cntnt_txt p , .tab_body_cntnt_txt li {
    line-height: 28px;
    font-size: 16px;
}
.tab_body_cntnt_txt ol{
    list-style-type: decimal !important;
}
.tab_body_img {
    padding: 30px 30px 30px 0;
}
.tab_body_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
@media (max-width: 1199px) {
.flex_tab {
        gap: 15px;
    }
    .tab_body_cntnt_flx {
        padding: 15px 16px;
    }
    .tab_body_cntnt_flx {
        max-width: 322px;
    }
}

@media (max-width: 1024px) {

.flex_tab {
        flex-direction: column;
    }

    .flex_tab .nav.nav-pills {
        flex-direction: row;
        flex: unset;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .tab_body_cntnt_txt p, .tab_body_cntnt_txt li {
    font-size: 14px;
    line-height: 24px;
}
    
}


@media (max-width: 767px) {
    .flex_tab .nav-link {
        align-items: center;
        font-size: 16px;
        padding: 9px 16px;
        gap: 2px;
    }
    .tab_body {
        flex-direction: column;
        gap: 10px;
    }
    .tab_body_img {
        padding: 0 30px 30px;
    }
    .tab_body_cntnt_flx {
        max-width: unset;
    }
}
ol {
    padding-left: 30px;
    list-style: none;
}
a {
    color: var(--primary-color);   
 }

.contact_us_home .contact-form .agreement_sec label:before {
    content: "";
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    border: .94px solid rgba(0, 0, 0, .25);
    background: #fefefc;
    top: -2px;
    padding: ;
}
 
.contact_us_home .contact-form .agreement_sec input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 16px;
    width: 6px;
    height: 14px;
    border: solid var(--red-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.contact_us_home .contact-form .agreement_sec label.text-center::before {
    display: none;
}
.contact_us_home .contact-form .agreement_sec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.wpcf7-form label.error::before {
    display: none !important;
}
@media screen and (max-width: 767px) {
  .contact_us_home .contact-form .checkbox-group {
    align-items: start;
  }
  .agreement_sec label[for="accept_terms"] {
        display: flex;
        align-items: flex-start;
        gap: ;
    }
    .contact_us_home .contact-form .agreement_sec label::before {
        top: 0;
    }
}