/* Common -- Start */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

/*@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: local("poppins-thin"),
        url("../font/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: local("poppins-extralight"),
        url("../font/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: local("poppins-light"),
        url("../font/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: local("poppins-regular"),
        url("../font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: local("Poppins-Medium"),
        url("../font/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: local("Poppins-SemiBold"),
        url("../font/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: local("Poppins-Bold"),
        url("../font/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: local("poppins-extrabold"),
        url("../font/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: local("poppins-black"),
        url("../font/Poppins-Black.ttf") format("truetype");
}*/

section.header {
    position: absolute;
}

body {
    font-family: "Poppins" !important;
    background: #010213;
}

.header-left ul li a {
    color: #ffffff;
}

.banner_Section {
    background: #010213;
}

.aic {
    align-items: center;
}

a {
    text-decoration: none;
}

.tac {
    text-align: center;
}

.yellow_btn {
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #ffc403;
    width: 180px;
    justify-content: center;
    color: #000;
}

.yellow_btn:hover {
    text-decoration: none;
    color: #000000;
}

.i_letter {
    font-family: "Lexend";
}

/* bannner section */
.banner_Section .main_head {
    font-weight: 700;
    font-size: 52px;
    line-height: 75px;
    text-align: center;
    color: #ffffff;
    padding-top: 170px;
    width: 80%;
    margin: 0 auto 8px;
}

.banner_Section .banner_img {
    width: 100%;
}

.banner_Section .main_para {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.banner_Section .yellow_btn {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 7px;
    row-gap: 30px;
    margin-bottom: 30px;
    width: 160px;
    color: #000;
    justify-content: center;
}

.banner_Section .yellow_btn:hover {
    text-decoration: none;
}

.banner_Section .counter_section {
    width: 80%;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 30px 0px #00000012;
    border-radius: 30px;
    padding: 0;
    position: relative;
    top: -104px;
}

.banner_Section .counter_cards {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 60px 50px;
}

.banner_Section .counter_cards h1 {
    font-weight: 700;
    font-size: 42px;
    color: #18191c;
    /* width: 280px;
    display: flex;
    justify-content: center; */
}

.banner_Section .counter_cards h1 span {
    font-weight: 700;
    font-size: 42px;
    color: #0071E3;
    display: inline-block;
    width: 100px;
}

.banner_Section .counter_card p {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #18191c;
    text-align: center;
    margin: 0;
}

.common_head {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.common_Para {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

h1 {
    position: relative;
}

h1 img {
    width: 50px;
}

.optimizing_iot {
    padding-bottom: 60px;
}

.optimizing_iot .common_content {
    padding-bottom: 50px;
}

.optimizing_iot .row .col-lg-3 {
    position: relative;
}

.optimizing_iot .row .col-lg-3:not(:last-child)::after {
    position: absolute;
    right: 6px;
    top: 20px;
    content: "";
    width: 2px;
    height: 80%;
    background: linear-gradient(180deg, #FFFFFF 0%, #70abee94 47.85%, #FFFFFF 100%);
}

.optimizing_iot .row .app_process:not(:last-child) {
    margin-bottom: 40px;
}

.optimizing_iot .row .app_process img {
    margin-bottom: 30px;
    width: 30px;
}

.optimizing_iot .row .app_process h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
}

.optimizing_iot .row .app_process p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
}

.sub_head {
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sub_Para {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
}

.sub_icon {
    width: 30px;
    margin-bottom: 20px;
}

.smart_water_management_section .water_distribution {
    position: relative;
}

.smart_water_management_section .motor_valve {
    width: 38%;
    margin-top: 90px;
    position: absolute;
    top: 90px;
}

.smart_water_management_section .motor_valve .toggle_icon {
    margin-bottom: 20px;
    font-size: 30px;
}

.smart_water_management_section img {
    width: 100%;
}

/* end */
/* real time monitoring section start */
.real_time_monitor_section {
    padding-top: 40px;
}

.real_time_monitor_section .real_time_monitor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.real_time_monitor_section .real_time_monitor .right_side_content {
    width: 48%;
}

.real_time_monitor_section .real_time_monitor .rtm_img {
    width: 45%;
}

.bulk_flow_meter {
    position: relative;
}

.bulk_flow_meter .left_side_content {
    position: absolute;
    bottom: 40px;
    width: 33%;
}

.consumtion_and_distribution {
    position: relative;
    padding-top: 80px;
}

.consumtion_and_distribution .right_side_content {
    position: absolute;
    right: 60px;
    width: 43%;
}

.consumtion_and_distribution .consumtion_img {
    width: 95%;
    margin-left: auto;
    display: flex;
}

.instant_alert_and_device {
    position: relative;
    padding-top: 90px;
}

.instant_alert_and_device .row .col-lg-6:nth-child(1) {
    display: none;
}

.instant_alert_and_device .row .col-lg-6:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(12%, -30%);
}

.instant_alert_and_device .right_side_content {

    width: 60%;
}

.instant_alert_and_device .right_side_content .sub_head,
.instant_alert_and_device .right_side_content .sub_Para {
    color: #FFFFFF;
}

.instant_alert_and_device .alert_device_img {
    width: 100%;
}

.water_quality_monitering {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding-top: 90px;
}

.water_quality_monitering .left_side_content {
    width: 39%;
    margin-left: auto;
    display: inline-block;
}

.water_quality_monitering .water_quality_monitoring_img {
    width: 50%;
}

.scada_rtu_alternative {
    padding: 90px 0px;
}

.scada_rtu_alternative .left_side_img {
    width: 85%;
}

.upgrade_kariot_section {
    background-image: url("../images/government_sector/upgrade_kariot_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    color: #FFFFFF !important;
}

.upgrade_kariot_section h4,
.upgrade_kariot_section p {
    color: #FFFFFF;
    line-height: 30px;
}

.upgrade_kariot_section p {
    margin-bottom: 30px;
}

.upgrade_kariot_section .yellow_btn {
    display: flex;
    margin: auto;
    gap: 5px;
}

.upgrade_kariot_section .graphs {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.upgrade_kariot_section .graphs img {
    height: 100%;
}

.upgrade_kariot_section .graphs .number {
    font-weight: 600;
    font-size: 60px;
}

.upgrade_kariot_section .graphs .number span {
    font-weight: 600;
    font-size: 32px;
}

.upgrade_kariot_section .graphs p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.impact_recog {
    margin-top: 80px;
    margin-bottom: 40px;
}

.impact_recog .row {
    align-items: center;
}

.impact_recog img {
    width: 100%;
}

.impact_recog .common_head {
    line-height: 72px;
    color: #ffffff;
}

.impact_recog .common_Para {
    color: #ffffff;
    line-height: 30px;
}

.impact_recog .common_head,
.impact_recog .common_Para {
    text-align: left;
}

.real_success {
    background-image: url("../images/government_sector/real_success_bg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px 0px 60px 0px;
    margin-top: 50px;
    background-position-y: 16px;
}

.real_success .owl-stage-outer {
    height: 77vh;
}

.real_success img {
    width: 100%;
}

/* --smart water management start--- */
.smart_water_management {
    margin-top: 70px;
    position: relative;
    color: #fff;
    background-image: url("../images/government_sector/smart_water_management.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    border-radius: 70px;
    background-position: center;
    margin-bottom: 90px;
}

.smart_water_management .take_action h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 65px;
}

.smart_water_management .take_action p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.smart_water_management .take_action .schedule_btn {
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #ffc403;
    color: #000;
}

.smart_water_management .take_action .schedule_btn:hover {
    color: #000;
    text-decoration: none;
}

.smart_water_management .take_action img {
    position: absolute;
    width: 319px;
    right: 20px;
    top: 172px;
}

/* -smart water management end-- */
.our-clients_sec,
.case-studies {
    background-color: #010213;
}

.our-clients_sec {
    padding-bottom: 60px;
}

.case-studies {
    padding: 70px 0px;
}

.our-clients-heads {
    margin-bottom: 40px;
}

.headings-back {
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 65px;
}

.our-clients-heads p {
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.our-clients_sec ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.our-clients_sec ul li {
    border: 1px solid #1b79e445;
    border-top: 0;
    padding: 30px;
    border-right: 0;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.our-clients_sec ul li img {
    width: 162px;
    object-fit: contain;
}

.our-clients_sec ul li:nth-child(6n + 1) {
    border-left: 0;
}

p span.case-span,
li span.case-span {
    opacity: 0.8;
    margin-right: 5px;
}

.tab-parts p span.case-span {
    color: #454444;
    font-weight: 400;
}

/* case studies */
.case-studies-tab {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    align-items: flex-start;
}

.case-studies-tab .nav-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    border: none;
}

.case-studies-tab .nav-tabs li {
    width: 100%;
    margin-bottom: 16px;
}

.case-studies-tab .nav-tabs li a {
    width: 225px;
    background: transparent;
    display: flex;
    height: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #9b9b9b;
    font-weight: 500;
    cursor: pointer;
}

.case-studies-tab .nav-tabs li a.active {
    background: #1b79e4;
    color: #fff;
    border-color: transparent;
}

.case-studies-tab .tab-content .tab-pane {
    background: black;
    padding: 30px 50px;
    border-radius: 10px;
    color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.case-studies-tab .tab-content .tab-pane .tablist-p {
    font-weight: 600;
    font-size: 30px;
}

.case-studies-tab .tab-pane p {
    color: #fff;
    font-size: 12px;
}

.case-studies-tab .tab-pane ul {
    padding: 0;
    font-size: 14px;
}

.case-studies-tab .tab-pane ul li {
    margin-bottom: 14px;
    padding-left: 20px;
    background: url(../images/icons/tick.webp);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.case-studies-tab .tab-pane button {
    width: 167px;
    height: 48px;
    background: #ffc403;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    border-color: transparent;
}

.case-studies-tab .tab-content {
    padding-right: 61px;
    position: relative;
}

.case-studies .explore-btn:after {
    background: #1b79e4;
    box-shadow: inset 2px 2px 2px 0px #1b79e4, 7px 7px 20px 0px #1b79e4;
}

.studies-head h3 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
}

.studies-head p {
    color: #ffffff;
    margin-bottom: 40px;
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s;
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(8%) scale(0.9);
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(16%) scale(0.8);
}

.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(24%) scale(0.7);
}

.dp_item {
    width: 90%;
    min-height: 510px;
}

.dp_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

.dp_item[data-position="3"] {
    pointer-events: none;
}

.dp_item[data-position="2"] {
    pointer-events: none;
}

.dp_item[data-position="4"] {
    pointer-events: none;
}

.dp-img img {
    border-left: 1px solid #fff;
}

.dp-img {
    text-align: left;
}

.dp-img img {
    object-fit: cover;
    object-position: right;
}

.dp-img img {
    height: 590px;
}

.tab-data-content {
    position: relative;
    z-index: 100;
    top: 0px;
    left: 0;
}

.video-thiruchendur {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-thiruchendur:before {
    position: absolute;
    content: " ";
    width: 920px;
    height: 920px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.700585) 48.7%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.video-thiruchendur iframe {
    position: absolute;
    top: -200px;
    left: 0;
}

.video-thiruchendur {
    pointer-events: none;
}

/* responsive */

@media screen and (max-width: 1400px) {


    .banner_Section .counter_cards .counter_card h1 {
        font-size: 40px;
    }

    .banner_Section .counter_cards .counter_card h1 span {
        font-size: 60px;
        width: 120px;
    }

    .banner_Section .counter_cards .counter_card p {
        font-size: 17px;
    }

    .optimizing_iot .row .app_process h5 {
        font-size: 16px;
    }

    .optimizing_iot .row .app_process p {
        font-size: 14px;
    }

    .smart_water_management_section .water_distribution .common_content {
        margin-bottom: 60px;
    }

    .smart_water_management_section .motor_valve .toggle_icon {
        margin-bottom: 10px;
    }

    .smart_water_management_section .motor_valve .sub_head {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .smart_water_management_section .motor_valve {
        top: 50px;
        margin-top: 110px;
    }

    .bulk_flow_meter .left_side_content {
        bottom: -20px;
        width: 33%;
    }

    .instant_alert_and_device .right_side_content {
        width: 80%;
    }

    .instant_alert_and_device .right_side_content .sub_head {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .instant_alert_and_device .right_side_content .sub_Para {
        font-size: 14px;
    }

    .smart_water_management .take_action img {
        width: 250px;
        right: 20px;
        top: 230px;
    }
}

@media screen and (max-width: 1300px) {
    .bulk_flow_meter .left_side_content {
        bottom: 0px;
        width: 35%;
    }

    .bulk_flow_meter .left_side_content .sub_head {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bulk_flow_meter .left_side_content .sub_Para {
        font-size: 14px;
        line-height: 25px;
    }

    .consumtion_and_distribution .right_side_content .sub_icon {
        width: 30px;
        margin-bottom: 10px;
    }

    .consumtion_and_distribution .right_side_content .sub_head {
        font-weight: 600;
        font-size: 22px;
        color: #000000;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .banner_Section .main_head {
        font-size: 50px;
        line-height: 70px;
    }

    .banner_Section .main_para {
        font-size: 15px;
        line-height: 30px;
    }

    .banner_Section .counter_cards {
        padding: 60px 30px;
    }

    .banner_Section .counter_cards .counter_card h1 {
        font-size: 30px;
    }

    .banner_Section .counter_cards .counter_card h1 span {
        font-size: 50px;
        width: 100px;
    }

    .banner_Section .counter_cards .counter_card p {
        font-size: 15px;
    }

    .optimizing_iot .row .col-lg-3 {
        width: 50%;
        position: unset;
        margin-bottom: 30px;
    }

    .optimizing_iot .row .col-lg-3::after {
        display: none;
    }

    .common_head {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .common_Para {
        font-size: 14px;
    }

    .smart_water_management_section .motor_valve {
        top: 40px;
        margin-top: 100px;
        width: 45%;
    }

    .consumtion_and_distribution .right_side_content {
        position: unset;
        margin-bottom: 50px;
        width: 100%;
    }

    .consumtion_and_distribution .right_side_content .sub_icon {
        margin-bottom: 20px;
    }

    .consumtion_and_distribution .right_side_content .sub_head {
        margin-bottom: 20px;
    }

    .instant_alert_and_device .row .col-lg-6:nth-child(2) {
        transform: translate(8%, -30%);
    }

    .instant_alert_and_device .right_side_content {
        width: 90%;
    }

    .upgrade_kariot_section .graphs .number {
        font-weight: 600;
        font-size: 45px;
    }

    .upgrade_kariot_section .graphs p {
        font-size: 14px;
    }

    .smart_water_management .take_action h1 {
        margin-bottom: 20px;
        line-height: 55px;
    }

    .smart_water_management .take_action p {
        font-size: 14px;
    }

    .smart_water_management {
        padding: 70px;
    }

    .smart_water_management .take_action img {
        width: 200px;
        right: 20px;
        top: 240px;
    }

    .smart_water_management .take_action h1 {
        font-size: 40px;
    }

    .impact_recog .common_head {
        line-height: 55px;
    }

    .impact_recog .common_Para {
        text-align: center;
    }

    .impact_recog .common_Para br {
        display: none;
    }

    .headings-back {
        font-size: 40px;
        line-height: 55px;
    }

    .our-clients-heads p {
        font-size: 14px;
    }

    .our-clients-heads p br {
        display: none;
    }

    .case-studies {
        display: none;
    }

    .banner_Section .main_head {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .bulk_flow_meter .left_side_content {
        bottom: -20px;
        width: 38%;
    }

    .instant_alert_and_device {
        position: relative;
        padding-top: 0px;
    }

    .instant_alert_and_device .row .col-lg-6:nth-child(1) {
        display: block;
    }

    .instant_alert_and_device .row .col-lg-6:nth-child(1) img {
        width: 100%;
        border-radius: 28px;
    }

    .instant_alert_and_device .row .col-lg-6:nth-child(2) {
        position: unset;
        transform: unset;

    }

    .instant_alert_and_device .right_side_content .sub_head,
    .instant_alert_and_device .right_side_content .sub_Para {
        color: #000000;
    }

    .alert_device_img {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 900px !important;
    }

    .banner_Section .main_head {
        font-size: 40px;
        line-height: 65px;
        margin-bottom: 10px;
    }

    .banner_Section .main_para {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner_Section .main_para br {
        display: none;
    }

    .banner_Section .counter_cards {
        padding: 50px 30px;
    }

    .banner_Section .counter_cards .counter_card h1 {
        font-size: 20px;
    }

    .banner_Section .counter_cards .counter_card h1 span {
        font-size: 35px;
        width: 70px;
    }

    .banner_Section .counter_cards .counter_card p {
        font-size: 14px;
    }

    .common_head {
        font-size: 31px;
    }

    .optimizing_iot {
        padding-bottom: 20px;
    }

    .common_head {
        margin-bottom: 10px;
    }

    .smart_water_management_section .motor_valve {
        width: 100%;
        margin-top: 0px;
        position: unset;
    }

    .smart_water_management_section .water_distribution .common_content {
        margin-bottom: 30px;
    }

    .real_time_monitor_section .real_time_monitor .right_side_content .sub_head {
        font-size: 20px;
    }

    .real_time_monitor_section .real_time_monitor .right_side_content .sub_Para {
        font-size: 14px;
    }

    .bulk_flow_meter .left_side_content {
        position: unset;
        width: 100%;
    }

    .bulk_flow_meter .left_side_content .sub_head {
        margin-bottom: 20px;
    }

    .consumtion_and_distribution {
        padding-top: 20px;
    }

    .water_quality_monitering .left_side_content .sub_head {
        font-size: 20px;
    }

    .water_quality_monitering .left_side_content .sub_Para {
        font-size: 14px;
        line-height: 25px;
    }

    .scada_rtu_alternative .scada_alternative .sub_head {
        font-weight: 600;
        font-size: 22px;
        color: #000000;
        margin-bottom: 10px;
    }


    .scada_rtu_alternative .scada_alternative .sub_Para {
        font-size: 14px;
        line-height: 25px;
    }

    .scada_rtu_alternative .left_side_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .upgrade_kariot_section .graphs img {
        display: none;
    }

    .upgrade_kariot_section {
        display: none;
    }

    .smart_water_management .take_action img {
        display: none;
    }

    .smart_water_management {
        padding: 50px;
    }

    .smart_water_management {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .real_success {
        padding: 0px 0px 0px 0px;
    }

    .smart_water_management .take_action p br {
        display: none;
    }

    .scada_rtu_alternative {
        padding: 30px 0px;
    }

    .impact_recog {
        margin-top: 0px;
    }

    .headings-back {
        margin-bottom: 10px;
    }

    .banner_Section .main_head h1 img {
        width: 47px;

    }
}

@media screen and (max-width: 768px) {
    .banner_Section .main_head {
        font-size: 30px;
        line-height: 50px;
    }

    .optimizing_iot .row .col-lg-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner_Section .counter_cards {
        padding: 30px;
    }

    .banner_Section .counter_cards .counter_card {
        width: 40%;
        text-align: center;
    }

    .banner_Section .counter_cards .counter_card h1 {
        font-size: 16px;
    }

    .banner_Section .counter_cards .counter_card h1 span {
        font-size: 30px;
    }

    .optimizing_iot .common_content {
        padding-bottom: 20px;
    }

    .common_head {
        font-size: 30px;
        line-height: 45px;
    }

    .common_Para {
        line-height: 25px;
    }

    .headings-back {
        font-size: 28px;
        line-height: 50px;
    }

    .consumtion_and_distribution .consumtion_img {
        width: 100%;
        margin-left: unset;
    }

    .water_quality_monitering {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .water_quality_monitering .left_side_content {
        width: 100%;
        margin: auto;
        padding: 0px 12px;
    }

    .water_quality_monitering .water_quality_monitoring_img {
        width: 100%;
    }

    .smart_water_management .take_action h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .smart_water_management {
        padding: 20px;
        border-radius: 20px;
    }

    :where(.instant_alert_and_device, ) .row,
    .scada_rtu_alternative {
        flex-direction: column-reverse;
    }

    .instant_alert_and_device .right_side_content {
        width: 100%;
    }

    .bulk_flow_meter {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .impact_recog .common_head {
        text-align: center;
    }

    .impact_recog .common_head br {
        display: none;
    }

    .impact_recog img {
        width: 80%;
        margin: auto;
        display: flex;
    }
}

@media screen and (max-width: 678px) {
    .common_head {
        font-size: 25px;
    }

    .real_time_monitor_section .real_time_monitor .rtm_img {
        width: 80%;
        margin: auto;
    }

    .real_time_monitor_section .real_time_monitor .right_side_content {
        width: 100%;
    }

    .smart_water_management .take_action h1 br {
        display: none;
    }

    .real_time_monitor_section .real_time_monitor {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 540px) {
    .banner_Section .main_head {
        font-size: 17px;
        line-height: 35px;
    }

    .banner_Section .main_para {
        line-height: 25px;
    }

    .banner_Section .counter_cards {
        padding: 10px;
    }

    .banner_Section .counter_cards .counter_card h1 {
        font-size: 14px;
    }

    .banner_Section .counter_cards .counter_card h1 span {
        font-size: 20px;
        width: 50px;
    }

    .banner_Section .counter_cards .counter_card p {
        font-size: 12px;
    }

    .yellow_btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .optimizing_iot .row .col-lg-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .common_head {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .common_head {
        font-size: 25px;
    }

    .bulk_flow_meter .left_side_content .sub_head {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .consumtion_and_distribution .right_side_content .sub_head {
        font-size: 17px;
        line-height: 35px;
    }

    .scada_rtu_alternative .scada_alternative .sub_head {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .smart_water_management .take_action h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .real_success .owl-stage-outer {
        height: 40vh;
    }

    .headings-back {
        font-size: 25px;
        line-height: 40px;
    }
}

@media screen and (max-width: 400px) {
    .impact_recog .common_head {
        line-height: 34px;
    }

    .impact_recog img {
        width: 100%;
    }
}

li.phone-list a {
    color: #616b84 !important;
}

.right-img h3 {
    color: #616b84 !important;
    font-size: 16px;
}

.header-left li.last-list ul.ul-phone-list a:hover {
    color: #ffffff !important;
    border-radius: 50px !important;
}

section.header .header-left ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500;

}

.last-list .ul-phone-list .nav-btn {
    display: flex;
    align-items: center;
}

/* faq section start */
.faq_section .ask_qustioned {
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq_section .faq-item {
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #5a5a5a;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.faq_section .faq-item.active {
    background-color: #1a1b2a;
}

.faq_section .faq-item.active .faq-question .faq-question-text {
    color: #656DFC;
}

.faq_section .faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.faq_section .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    padding: 0;
}

.faq_section .faq-question-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq_section .faq-number {
    font-size: 27px;
    font-weight: 600;
    color: #a0a3bd;
}

.faq_section .faq-question-text {
    font-family: Google Sans Flex;
    font-weight: 500;
    font-size: 16px;
    color: #F0F0F0;
    min-height: 50px;
}

.faq_section .faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq_section .faq-icon.expand {
    background-color: #4f46e5;
    color: #6F6C8F;
}

.faq_section .faq-icon.collapse {
    background-color: #4f46e5;
}

.faq_section .faq-answer {
    display: none;
    margin-top: 10px;
    font-family: Google Sans Flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    opacity: 0.8;
}

.faq_section .faq-answer.active {
    display: block;
    color: #fff;
}

.faq-icon {
    background-color: #F1F2F9 !important;
    transition: background-color 0.3s ease;
}

.faq-item.active .faq-icon {
    background-color: #656DFC !important;
}

.dropdown .dd_menu_list .dropdown_item-2 .drop-menu {
    color: #000 !important;
    font-size: 16px;
}

@media screen and (max-width: 500px) {
    .banner_Section .main_head {
        padding-top: 90px;
    }
}