html,
body {
    font-family: 'Raleway-Regular';
    font-size: 15px;
    color: #333333;
    background-color: #ffffff !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

@font-face {
    font-family: 'Raleway-ExtraBoldItalic';
    src: url('../fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,500;0,600;1,100&display=swap');


img {
    max-width: 100%;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.header {
    background-color: #fff;
    color: #333;
    height: 90px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s;
}

header+.region {
    padding-top: 88px;
}

.darkHeader {
    height: 70px;
    box-shadow: 0px 0px 5px #ccc;
    --shrink-header-to: 0.6;
    transition: 0.3s;
}

.admin-menus {
    display: none;
}

.logo img {
    transition: 0.3s;
}

.darkHeader .paysmart-dropdown .dropdown-menu.show {
    top: 60px !important;
    transition: 0.3s;
}

.darkHeader .logo img {
    max-height: 35px;
    transition: 0.3s;
}

.header .col-3.col-md-8 {
    position: static;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.logo video {
    max-width: 100%;
    width: 238px;
}

.navigation_hdr {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0px;
}

.navigation_hdr li {
    margin-right: 5px;
    position: static;
}

.navigation_hdr li:last-child {
    margin-right: 0;
}

.navigation_hdr a {
    color: #333;
    text-decoration: none;
    font-family: 'Raleway-Medium';
    font-size: 16px;
    padding: 10px 11px 10px !important;
    display: inline-block;
    position: relative;
}

.navigation_hdr a:hover {
    color: #2F81ED;
}

.navigation_hdr a.dropdown-toggle:after {
    content: "\e313";
    border: 0px;
    font-family: 'Material Icons';
    position: relative;
    right: 0px;
    font-size: 18px;
    top: -1px;
    float: right;
    margin-left: 0px;
}

.navigation_hdr a.exprtbtn_hdr {
    display: inline-block;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
}

.navigation_hdr a.exprtbtn_hdr:hover {
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
}

.navigation_hdr .dropdown-menu.show {
    min-width: 230px;
    background: #F1F1F1;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
    border: 0;
    border-radius: 0;
    top: 88px !important;
}

.menuMain .col-md-12 {
    position: static;
}

.listNavs {
    padding: 20px 0px;
}

.listNavsBig ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.listNavsBig ul li {
    width: 33%;
    margin: 0 0 10px;
    padding-right: 40px;
    /* min-height: 140px; */
}

.listNavs ul li a {
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #215ed9;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.listNavs ul li a img {
    position: relative;
    top: -2px;
}

.listNavs ul li a:hover,
.listNavs ul li a.active {
    box-shadow: 0px 3px 0px #215ed9;
}

.listNavs ul li p {
    font-size: 11px;
    line-height: 24px;
    font-weight: 400;
}


.navigation_hdr .dropdown-menu ul {
    list-style: none;
    padding: 0px;
}

.navigation_hdr .dropdown-menu a {
    font-size: 15px;
    background: none !important;
    padding: 6px 15px 6px;

}

.banner_main,
body .common_video_wrp {
    float: left;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
    height: 100vh;
    min-height: 800px;
    background-image: none;
}

body section.common_video_wrp {
    min-height: 680px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

section.common_video_wrp.drebanner.sub_page_banner_dre,
section.banner_main.common_video_wrp.paymentBanner.emobility_banner {
    padding-top: 40px;
}

video {
    clip-path: inset(1px 1px);
}

.banner_main video,
body .common_video_wrp video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 0;
    outline: none;
    clip-path: inset(1px 1px);
}

section.sub_page_banner.common_video_wrp.emobipposiwrp,
section.common_video_wrp.telesepaposiwrp {
    padding-top: 80px;
    min-height: 700px;
}

.banner_main .content_lft {
    padding-right: 30px;
    color: #fff;
    ;
}

.content_lft h2 {
    font-size: 32px;
    font-family: 'Raleway-Medium';
    line-height: normal;
}

.banner_main .image_bnr {
    max-width: 100%;
    height: auto;
    float: right;
    width: 530px;
}

.img_rightsec {
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 50%;
    height: 100%;
}

.client_logo_wrp {
    float: left;
    width: 100%;
    margin-top: 40px;
}

#client_logoleft {
    height: 70px;
    width: 100%;
    background-image: url(../images/client-new-logo.png);
    background-repeat: no-repeat;
    animation: animatedBackground 85s linear infinite;
    line-height: 400px;
    mix-blend-mode: multiply;
    background-color: #fafafa;
}

@keyframes animatedBackground {
    from {
        background-position: 0px 0;
    }

    to {
        background-position: -6700px 0;
    }
}

.client_logo_wrp .marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.client_logo_wrp .marquee img {
    display: inline-block;
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.nav_wrp_itm {
    float: right;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.radiusbtn_cus,
.radiusbtn_cus:hover {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 0px;
    border: 1px solid #fff;
    position: relative;
}


a.radiusbtn_cus .material-icons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.content_lft>p {
    font-size: 15px;
    font-family: 'Raleway-Regular';
    margin: 20px 0;
}

.pmt_exp_wrpsec {
    float: right;
    width: 100%;
    position: relative;
    padding-top: 70px;
    overflow: hidden;
}

.pmt_spacetoppmt {
    padding-top: 50px;
}

.card-list_pmt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 40px auto;
    padding: 40px 40px;
    /* background: rgba(247, 254, 254, 0.8); */
    background: linear-gradient(to right, #d4e4f9, #ddf3f8, #e2f7f8);
    border: 2px solid #E1E1E1;
    border-radius: 21px;
    z-index: 2;
    position: relative;
    justify-content: center;
}

.billprebg_hdr,
.rprt_anatbg_hdr {
    background: linear-gradient(to right, #2F81ED, #6AD1F3, #6AD1F3);

}

.card_pmt {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    text-align: center;
    margin-top: 30px;
}

.card_pmt:hover {
    transform: scale(1.05);
}

.card-image_pmt {
    width: auto;
    max-height: 100px;
    object-fit: cover;
}

.smpl_cus_hdng {
    width: 100%;
    float: left;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin: 70px 0 50px;
    color: #000;
}

/*Start harmeek css */
.card-list_pmt.industry-bg {
    background: linear-gradient(0deg, rgba(47, 129, 237, 0.19), rgba(47, 129, 237, 0.19)), linear-gradient(300deg, #77FED6 0.7%, #6AD1F3 23.57%, #2F81ED 73.22%);
}

.card-list_pmt.industry-bg .smpl_cus_hdng {
    color: #C3F0FF;
}

.card-list_pmt.industry-bg .card-label_pmt {
    color: #fff;
}

.dre_third_sec h3 {
    font-size: 20px;
}

.dre_third_sec h3,
.dre_third_sec p {
    padding-bottom: 20px;
}

/*End harmeek css */
.cus_grdnt {
    color: #6AD1F3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    position: relative;
    letter-spacing: 1px;
}

.pmtcolorexp {
    color: #2F81ED;
    position: relative;
}

.billprebg_hdr .smpl_cus_hdng {
    color: #C3F0FF;
}

body span.cus_grdnt_white {
    color: #fff;
    position: relative;
}

span.cus_grdnt:after,
.pmtcolorexp:after,
.cus_grdnt_white:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 7px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.card-label_pmt {
    color: #2F81ED;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Raleway-Medium';
    margin-top: 10px;
}

.billprebg_hdr .card-label_pmt {
    color: #fff;
}

.multi_pmttxt_grdnt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    position: relative;
}

.multi_lftcontnt h3 {
    font-size: 20px;
    font-family: 'Raleway-Regular';
    color: #000;
    margin-bottom: 30px;
    line-height: 140%;
}

.multi_lftcontnt p {
    font-size: 15px;
    color: #666;
    line-height: 170%;
}

.col-7.multi_lftcontnt {
    padding-right: 30px;
}

.logoclr_txt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #6AD1F3, #2F81ED);
    font-family: 'Raleway-Medium';
}

.multi_wrp_sec {
    margin-top: 30px;
}

.rght_multiimg {
    padding: 0 20px;
}

span.multi_pmttxt_grdnt:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 3px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

section.aipowered_wrp {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: url(../images/bill_pmt_jrny.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 20px;
}

.content_pwd_sec {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.content_pwd_sec p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000;
}

.content_pwd_sec p strong {
    font-family: 'Raleway-Bold';
}

.dvc_bx {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

.auto_pmg_img {
    float: right;
    position: relative;
    top: 130px;
    transition: transform 0.3s ease;
}

.blink_img {
    transition: transform 0.3s ease;
    width: 100%;
}

/* .blink_img:hover,.auto_pmg_img:hover {
    transform: scale(1.05);
} */
section.feature_fld_wrp {
    float: left;
    width: 100%;
    margin-top: 80px;
    ;
}

.list_repeat {
    display: inline-flex;
    width: 100%;
    margin-bottom: 100px;
    float: left;
}

.list_rgt_fea {
    padding-left: 50px;
    width: 45%;
    float: right;
}

.list_rgt_fea video {
    max-width: 100%;
    border-radius: 20px;
    border: 0px;
    outline: none;
    clip-path: inset(1px 1px);
}

.list_lft_fea {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    position: relative;
}

.list_lft_fea.w55 {
    width: 55%;
    position: relative;
    top: 55px;
}

.list_lft_fea h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.list_lft_fea ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: left;
}

.list_lft_fea ul li {
    float: left;
    width: 100%;
    margin: 0px 0 18px;
    padding: 0px 0px 0px 35px;
    background: url(../images/bullet_circle.svg) no-repeat 0px 5px;
    background-size: 16px 16px;
    font-size: 15px;
    color: #666;
    line-height: 170%;
}

.list_lft_fea ul li>strong {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.list_lft_fea:before {
    content: "";
    border-left: 2px solid #2F81ED;
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    display: none;
}

.list_lft_fea h2.lftbuttlet_circle:before {
    content: "";
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    height: 22px;
    width: 22px;
    float: left;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    top: 10px;
    display: none;
}

.txtbldstyle strong {
    font-family: 'Raleway-Bold';
}

.datapvc_pro {
    float: left;
    width: 100%;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(47, 129, 237, 0.09) 0%, rgba(108, 167, 244, 0.01) 100%);
}

.list_pvc_sec {
    display: inline-flex;
    width: 100%;
    min-height: 220px;
    justify-content: center;
}

.gls_list_circle {
    width: 200px;
    height: 200px;
    background: url(../images/Purple_Circle.png) no-repeat center center;
    background-size: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.gls_list_circle {
    width: 200px;
    height: 200px;
    background: url(../images/Purple_Circle.png) no-repeat center center;
    background-size: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gls_list_circle p {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: left;
    padding-top: 20px;
    color: #33475B;
    font-size: 18px;
    font-family: 'Raleway-Medium';
}

.imglist_crcle {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.imglist_crcle img {
    max-height: 55px;
    max-width: 80px;
}

.circlr_bx_gls {
    height: 120px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.list_pvc_sec.first_sec_crcl .gls_list_circle {
    margin-right: 120px;
}

.list_pvc_sec {
    display: inline-flex;
    width: 100%;
    min-height: 220px;
}

.list_pvc_sec.second_list_crcl .gls_list_circle {
    margin-left: 12%;
    position: relative;
    top: -30px;
}

.whyipy_smrt {
    background: url(../images/bg_ipaysmrt.png) no-repeat top center;
    background-size: 100%;
    min-height: 210px;
    overflow: hidden;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 60px 60px 50px;
    width: 93%;
    margin: 40px auto 50px;
}

.whyipy_smrt h4 {
    font-size: 20px;
}

.whyipy_smrt p {
    font-size: 16px;
    width: 85%;
    text-align: center;
    margin: 30px auto 0;
}

.faq_wrp_sec {
    float: left;
    width: 100%;
    padding-top: 40px;
    background-image: linear-gradient(#fefdff, #f5f5f5);
    padding-bottom: 40px;
}

/* Style for arrow icon */
.accor_tb_click::before {
    content: "\e5cf";
    float: right;
    transition: transform 0.3s;
    font-family: 'Material Icons';
    font-size: 35px;
    position: absolute;
    right: 0px;
    top: 9px;
}

/* Up arrow position */
.accor_tb_click.up::before {
    transform: rotate(-180deg);
}

.card_bx_acc {
    float: left;
    width: 100%;
}

button.accor_tb_click {
    background: none;
    border: 0px;
    border-top: 1px solid #000;
    padding-top: 20px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #666666;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Raleway-Medium';
}

.card-body-msg {
    padding: 15px 10px 30px;
    float: left;
    width: 100%;
}

.spk_uslink,
.spk_uslink:hover {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 20px;
    border: 1px solid #fff;
    position: relative;
}

a.spk_uslink .material-icons {
    position: absolute;
    right: 10px;
    top: 10px;
}

section.foot_cntc_card {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.spk_tous {
    background: url(../images/spk_img_wrp.jpg) no-repeat left top;
    background-size: 100% 100%;
    min-height: 100px;
    border-radius: 20px;
    padding: 40px 50px 50px;
    text-align: left;
    color: #fff;
}

.spk_tous h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 7px 0px 30px;
}

.spk_tous p {
    font-size: 15px;
}


.arrow-list-foot {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.arrow-list-foot li a {
    display: flex;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #000;
    position: relative;
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    justify-content: space-between;
    font-family: 'Raleway-Medium';
    text-decoration: none;
}

.arrow-list-foot li:hover {
    color: #333;
    text-decoration: none;
}

.arrow-list-foot li a span.material-icons {
    color: #2F81ED;
    font-size: 18px;
}

.bx_linkright {
    background: url(../images/bg-bx-lnkright.png) no-repeat left top;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 40px 50px 50px;
    text-align: left;
    color: #fff;
    /* border: 1px solid #f8e9f8; */
    min-height: 319px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}


.footer {
    background-color: #F0F7FF;
    padding: 50px 20px 20px;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    color: #000
}

.footer-left {
    display: block;
    align-items: center;
    float: left;
    width: 30%;
}

.footer .logo {
    width: 130px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer-left address {
    font-size: 16px;
    margin-top: 12px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    width: 50%;
}

.footer-column ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-column ul li {
    float: left;
    width: 100%;
    display: flex;
}

.footer-right h3 {
    font-size: 16px;
    font-family: 'raleway-bold';
    color: #000;
    padding-left: 10px;
}

.footer-column a {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    float: left;
    padding: 0px;
    background: none !important;
}

.footer-left address a {
    color: #000;
    font-family: 'Raleway-Medium';
    text-decoration: underline;
}

.footer-column a:hover {
    color: #2F81ED;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0px;
    background: #fff;
    float: left;
}

/* Return to Top Button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(106, 209, 243, 0.6);
    width: 50px;
    height: 50px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(106, 209, 243);
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}

#return-to-top span.material-icons {
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-family: 'Material Icons';
}

/* Billing sub pages banner */
.sub_page_banner {
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    padding: 80px 0;
    min-height: 600px;
    position: relative;
    float: left;
    width: 100%;
}

.bgbillingbnr {
    background-image: url(../images/bg_billing.png);
}

.sub_page_banner .content_lft_sub {
    padding-right: 30px;
}

.sub_page_banner .content_lft_sub h2 {
    font-size: 32px;
    font-family: 'Raleway-Medium';
    line-height: normal;
    color: #fff;
}

.sub_page_banner .content_lft_sub p {
    color: #fff;
    line-height: 170%;
}

.sub_page_banner .content_lft_sub.darclr_bnr h2,
.sub_page_banner .content_lft_sub.darclr_bnr p {
    color: #000;
}

.radiusbtn_cus_sb,
.radiusbtn_cus_sb:hover {
    padding: 10px 40px 10px 20px;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 0px;
}


a.radiusbtn_cus_sb .material-icons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.subpages_pmt_exp_wrpsec {
    float: right;
    width: 100%;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}

body .subpages_pm-topspce {
    padding-top: 0px;
}

.sub_page_banner .img_in_rightsec {
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 60%;
    height: 100%;
}


.sub_page_banner .img_in_rightsec video {
    float: right;
    max-width: 100%;
    clip-path: inset(1px 1px);
}

.sub_page_banner .image_in_bnr {
    max-width: 100%;
    height: auto;
    float: right;
    width: 650px;
    margin-right: 8%;
}

.pwd_txt_blng {
    text-align: center;
}

.pwd_txt_blng h4 {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 20px;
}

.pwd_txt_blng p {
    margin: 0px auto 60px;
    color: #666;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    width: 70%;
}

.para_txt p {
    margin: 0px auto 60px;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    width: 90%;
}

.subpages_pmt_exp_wrpsec .smpl_cus_hdng {
    margin-bottom: 35px;
}

.txt_pwd_ft {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px auto 20px;
    font-family: 'Raleway-Medium';
    color: #666;
}

section.com_blng_dtsl_wrp {
    float: left;
    width: 100%;
    margin-top: 50px;
    /* background: url(../images/com_blng_dtlsbg.jpg) no-repeat top center; */
    background: #f1f6ff;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
}

section.com_blng_dtsl_wrp.com_blng_newbl_wrp {
    padding-top: 80px;
    padding-bottom: 10px;
}

section.com_blng_dtsl_wrp.comcus_bx {
    background: #F8F9FF;
}

.multi_lftcontnt_sub h3 {
    font-size: 32px;
    font-family: 'Raleway-Regular';
    color: #000;
    margin-bottom: 30px;
    line-height: 140%;
}

.multi_lftcontnt_sub p {
    font-size: 15px;
    color: #666;
    line-height: 170%;
}

.col-7.multi_lftcontnt_sub {
    padding-right: 30px;
}

.rght_multiimg_sub {
    padding: 0 20px;
}

.rght_multiimg_sub video {
    float: right;
    max-width: 100%;
    clip-path: inset(1px 1px);
}

.logoclr_txt_sub {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    font-family: 'Raleway-Medium';
    position: relative;
}

.logoclr_txt_sub:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 7px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.logoclr_txt_sub:after {}

section.ref_sec_subpg {
    margin-top: 20px;
}

.feat_list_sec {
    float: left;
    width: 100%;
}

.ref_sec_subpg .smpl_cus_hdng {
    margin-bottom: 30px;
}

.ref_sec_subpg .pwd_txt_blng {
    float: left;
    width: 100%;
}

.eng_dlvrd_secwrp {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F8F9FF;
}

.card_eng_bx {
    float: left;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
}

.card_ens_cnt {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px auto;
    width: 30%;
    min-height: 367px;
}

.ensbg-first {
    background-color: #DEEEFD;
}

.icon_img_ens {
    width: 100%;
    float: left;
    text-align: center;
}

.icon_img_ens img {
    margin: 10px 0;
}

h2.subhng_ens {
    color: #000;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.content_list_ens {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.content_list_ens li {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 28px;
    background: url(../images/bullet_circle.svg) no-repeat 0px 6px;
    background-size: 16px 16px;
    font-size: 15px;
    color: #666;
    margin-bottom: 28px;
}

.card_ens_cnt.ensbg-thrd {
    background: #DEEEFD;
}

.card_eng_bx .card_ens_cnt.ensbg-scnd {
    margin-top: 100px;
}

.whychoose_wrpbx {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.whychoose_listbx {
    float: left;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whychoose_listbx.ipay_lead {
    justify-content: flex-start;
    align-items: inherit;
}

.whychoose_listbx .card_ens_cnt {
    background: #F0F7FF;
    height: auto;
    min-height: 395px;
}

h2.subhng_ens_why {
    padding: 20px 0;
    float: left;
    width: 100%;
    color: #2F81ED;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* min-height: 110px; */
}

.value_dlvrdbx .smpl_cus_hdng {
    color: #ffffff;
}

section.value_dlvrwrp {
    background: #0B1A38;
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    margin-bottom: -120px;
}

.value_dlvrdbx h2 {
    text-align: center;
    margin-bottom: 20px;
}

.value_dlvrdbx ul {
    list-style: none;
    padding: 20px;
    text-align: center;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.value_dlvrdbx ul li {
    width: 30%;
    border-radius: 12px;
    background: linear-gradient(180deg, #182949 0%, rgba(24, 41, 73, 0.00) 100%);
    float: left;
    margin-bottom: 30px;
    padding: 20px;
}

.value_dlvrdbx ul li strong {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    line-height: 140%;
    background: linear-gradient(180deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Raleway-Medium';
}

.value_dlvrdbx ul li p {
    color: #2F81ED;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.whychoose_bxipsm.whychoose_listbx .card_ens_cnt {
    min-height: 340px;
}

.value_dlvrdbx .smpl_cus_hdng .whilightcl {
    color: #6AD1F3;
}

.icon_img_why {
    width: 100%;
    float: left;
    text-align: center;
}

.icon_img_why img {
    margin: 10px 0;
    max-height: 75px;
}

.sticky-scroll-wrappper {
    background: #fff;
    padding-top: 10vh;
}

.sticky-scroll-wrappper .scrollListWrap {
    height: 350px;
    overflow: hidden;
}

.sticky-scroll-wrappper-water .scrollListWrap {
    height: auto;
    overflow: hidden;
}

.toggle-button {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

/* -- Start Lakhvinder CSS --*/
/*reporting page css start*/
.paymentBanner {
    background-image: url(../images/payment_bg.png);
}

.paymentBanner .image_bnr {
    width: auto;
}

.paymentBanner .pinkBtn {
    display: inline-flex;
}

.paymentBanner .content_lft h2 {
    color: #000;
}

.paymentBanner .content_lft p {
    color: #000;
}

.pinkBtn {
    display: inline-block;
    padding: 10px 20px;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 10px;
}

.pinkBtn:hover {
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
}

section.intutive-dashboard:before,
section.intutive-dashboard:after {
    display: none;
}

.poweredbyT {
    color: #333;
    font-size: 23px;
    float: left;
    width: 100%;
    text-align: center;

}

.reportDashboard {
    background: #F8F9FF;
    background-size: cover;
    width: 100%;
    float: left;

}

.reportDashboard .list_lft_fea {
    width: 50%;
}

.reportDashboard .list_rgt_fea {
    width: 50%;
}

.reportDashboard .list_lft_fea ul li {
    margin-bottom: 15px;
}


.dashboard-list {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

.dashboard-list li {
    float: left;
    width: 100%;
    margin: 0px 0 22px;
    padding: 0px 0px 0px 35px;
    background: url(../images/bullet_circle.svg) no-repeat 0px 3px;
    background-size: 16px 16px;
    font-size: 15px;
    color: #666;
}

.secnd_sec .dashboard-list li {
    line-height: 170%;
}

.dashboard-list li>strong {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.dashboard-list:before {
    content: "";
    border-left: 2px solid #2F81ED;
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    display: none;
}

.paymentPlatform {
    margin: 70px 0;
}

section.paymentPlatform.repltbgclr {
    float: left;
    width: 100%;
    background: #F8F9FF;
    margin-bottom: 0px;
    padding-top: 30px;
}

.holisticBg {
    text-align: center;
    padding: 50px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.holisticBg img {
    max-width: 70%;
}

.platform-container {
    background-color: #0B1A38;
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.platform-container .smpl_cus_hdng {
    color: #fff;
}

.resultListing ul {
    display: flex;
    margin-bottom: 40px;
    padding-left: 0;
}

.resultListing ul li {
    color: #fff;
    font-size: 22px;
    list-style-type: none;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    margin: 0px 10px;
    width: 25%;
    background: rgb(11, 26, 56);
    background: linear-gradient(0deg, rgba(11, 26, 56, 1) 0%, rgba(24, 41, 73, 1) 100%);

}


.resultListing ul li img {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.resultListing ul li span {
    float: left;
    width: 100%;
    font-size: 16px;
}

.resultListing {
    float: left;
    width: 100%;
}

/*reporting page css end*/



/*leadership page css start*/
.leadership-container {
    background-image: url(../images/leadership-banner.png);
}

/* .engybg_hdr {
    background-image: url(../images/leadership-banner.png);
} */
section.sub_page_banner.leadership-container.dev_bnr_hdng {
    background-image: url(../images/dev_bnr_hdng.png);
}

section.dev_bnr_hdng .img_in_rightsec {
    float: left;
    right: 10%;
    top: inherit;
    bottom: -50px;
}

.dev_bnr_hdng img.image_in_bnr {
    width: auto;
    margin-top: 40px;
}

.leadership-container .content_lft h2 {
    font-size: 32px;
    color: #000;
    margin-top: 145px;
}

.leadership-container .content_lft h2 img {
    height: 46px;
    width: auto;
}

.leadership-container .content_lft p {
    color: #000;
}

.greyBg {
    background: rgba(47, 129, 237, 0.08);
    position: relative;
    width: 320px;
    height: 111px;
    text-align: center;
    margin: auto;
}

.greyBg img {
    position: absolute;
    top: -54%;
    max-width: 48%;
    background-color: #e8e8e8;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.bio-name {
    color: #2F81ED;
    font-size: 24px;
    font-family: 'Raleway-Medium';
    text-align: center;
    margin-top: 15px;
}

.bio-designation {
    color: #5D6677;
    font-size: 16px;
    text-align: center;
}

.profileList {
    float: left;
    width: 100%;
    padding-top: 50px;
    display: inline-flex;
    justify-content: center;
}

.bioDiv {
    min-height: 400px;
}

.linkdin-bio {
    text-align: center;
    margin: 20px 0;
}

/* strt new css here */

.linergradiant {
    background: linear-gradient(90deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arrowflex {
    display: inline-flex;
    text-decoration: none !important;
    position: absolute;
    bottom: 30px;
    color: #2F81ED;
}

.smartbox {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    min-height: 640px;
}

.smartbox img {
    width: 100%;
    margin-bottom: 20px;
}

.smartbox h5 {
    font-family: 'Raleway-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.smartbox p {
    font-family: 'Raleway-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.FormHeader .wFormContainer .wForm form {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
}

.FormHeader .wFormContainer .wForm,
.FormHeader .wFormContainer .wForm .wFormTitle {
    /* background: #F9F9F9; */
}

.FormHeader .wFormContainer .wForm .wFormTitle {
    font-family: 'Raleway-Regular';
    color: #000;
    font-weight: normal;
    padding: 1.7rem 3rem 0.6rem !important;
    font-size: 23px;
}

.FormHeader {
    border-radius: 14px;
    background: #F9F9F9;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.FormHeader .wForm .oneField {
    width: 50%;
    padding: 2px 8px 2px 4px;
    margin-top: 15px;
}

.wFormContainer .wFormHeader {
    margin: 1em 0;
    height: 24px;
}

.FormHeader .wFormContainer .wForm input[type='text'],
.FormHeader .wFormContainer .wForm .inputWrapper input[type='text'],
.FormHeader .wFormContainer .wForm .inputWrapper input[type='password'],
.FormHeader .wFormContainer .wForm .inputWrapper input[type='file'],
.FormHeader .wFormContainer .wForm .inputWrapper select:not([multiple]) {
    height: 40px !important;
    border-radius: 5px !important;
}

.FormHeader .wFormContainer .label {
    font-size: 16px !important;
    font-family: 'Raleway-Medium' !important;
    line-height: 1.5;
    font-weight: normal;
    color: #515e59;
}

.FormHeader .wFormContainer .wForm textarea,
.FormHeader .wFormContainer .wForm .inputWrapper textarea {
    height: 17.3em !important;
    padding: 0.5rem !important;
    border-radius: 5px !important;
    resize: none;
}

.FormHeader .rc-anchor-checkbox-label {
    width: 100px !important;
}

.FormHeader .rc-anchor-content {
    height: 74px;
    width: 160px !important;
}

.FormHeader .rc-anchor-pt {
    width: 100px !important;
    text-align: left !important;
}

.wFormContainer .actions .primaryAction {
    min-width: 180px;
    min-height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 37px !important;
    font-size: 16px !important;
    margin-top: 0 !important;
}

section.paysmart-container {
    margin-bottom: 60px;
}

/*leadership page css end*/
section.paysmart-container .smpl_cus_hdng {
    padding-top: 40px;
}

.paymentBanner,
.contactus_page {
    background-image: url(../images/payment_bg.png);
}

.thanyou_pgbg {
    background: url(../images/bg_thnkyou.png) no-repeat left top;
    background-size: cover !important;
}

section.contactus_page.thanyou_pgbg {
    padding: 0px;
    margin: 0px;
    min-height: auto;
    display: inline-flex;
    align-items: center;
    height: calc(80vh - 170px);
    min-height: 310px;
}

section.contactus_page.thanyou_pgbg~.footer {
    margin: 0px;
}

.g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/*End Lakhvinder css*/

.feat_list_sec_noti {
    margin-top: 30px;
}

.list_lft_fea.list_lft_fea_noti {
    padding-left: 50px;
}

.list_lft_fea_noti:before {
    content: "";
    border-left: 2px solid #2F81ED;
    position: absolute;
    left: 0;
    top: 20px;
    height: 100%;
    display: none;
}

.list_lft_fea_noti h2.lftbuttlet_circle:before {
    content: "";
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    height: 22px;
    width: 22px;
    float: left;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    top: 0px;
    display: none;
}

.feat_sec_wrp_noti .list_repeat {
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.feat_sec_wrp_noti .list_repeat h2 {
    text-align: left;
}

.feat_sec_wrp_noti .list_rgt_fea {
    padding-bottom: 50px;
}

section.feature_fld_wrp.feat_sec_wrp_noti {
    margin-bottom: 50px;
}

.feat_sec_wrp_noti .list_lft_fea ul li {
    margin: 0px 0 15px;
}

.water_agency_list_sec {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.water_agency_list_sec>.list_repeat.row_left_content {
    margin-bottom: 0px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.water_agency_list_sec .list_repeat.row_left_content {
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.water_agency_list_sec .list_repeat.row_left_content>div {
    width: 50%;
    padding-left: 10px;
}




.water_agency_list_sec>.list_repeat.row_right_content {
    margin-bottom: 0px;
    padding-bottom: 15px;
    display: flex;

    justify-content: space-between;
}

.water_agency_list_sec .list_repeat.row_right_content {
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.water_agency_list_sec .list_repeat.row_right_content>div {
    width: 50%;
    padding-left: 10px;
}

.list_repeat.row_right_content>.list_rgt_fea {
    display: flex;
    justify-content: flex-end;
}


.smpl_cus_hdng p {
    font-size: 14px;
    color: #fff;
}

.card-list_pmt.unique_need_bg {
    background: linear-gradient(0deg, rgba(48, 172, 237, 0.19), rgba(42, 131, 237, 0.19)), linear-gradient(-19.69deg, #77FED6 7.7%, #6AD1F3 16.31%, #529EEB 35.51%, #2F81ED 56.41%);
}

.unique_need_bg .card-label_pmt {
    color: #fff;
    font-family: 'Raleway-Light';
}

.unique_need_bg span.cus_grdnt_white {
    color: #fff;
    position: relative;
    font-family: 'Raleway-Medium';
}

.unique_need_bg .smpl_cus_hdng {
    color: #fff;
}

.value_dlvrdbx.Real_Results {
    display: flex;
    justify-content: center;
}

.value_dlvrdbx.Real_Results .smpl_cus_hdng {
    width: 79%;
    float: left;
    font-size: 32px;
    /* line-height: 140%; */
    text-align: center;
    margin: 40px 0 50px;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
}

.value_dlvrdbx.Real_Results .smpl_cus_hdng p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
}

.value_dlvrdbx.Real_Results+.payment_opt ul li h3 {
    font-size: 14px;
}

section.beni_dlvrd_wrp {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #F5FAFF 0%, #2F81ED 71.26%, #2F81ED 100%);
    position: relative;
}

section.beni_dlvrd_wrp:before {
    border-radius: 309px;
    background: linear-gradient(180deg, rgba(119, 254, 214, 0.50) 33.33%, rgba(47, 129, 237, 0.50) 100%);
    filter: blur(50px);
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 280px;
    height: 280px;
}

section.beni_dlvrd_wrp:after {
    border-radius: 309px;
    background: linear-gradient(180deg, rgba(119, 254, 214, 0.50) 33.33%, rgba(47, 129, 237, 0.50) 100%);
    filter: blur(50px);
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 280px;
    height: 280px;
}

.smpl_cus_hdng.noti_txtwhite {
    color: #fff;
}

/* experience_sec start here NY */
.experience_sec {
    float: left;
    width: 100%;
    margin: 20px 0 0px;
    background: linear-gradient(180deg, #151A28 0%, #042A3A 100%);
    padding: 70px 0 95px;
    position: relative;
}

.experience_sec::before,
.experience_sec::after {
    content: '';
    position: absolute;
}

.experience_sec::before {
    background: url(../images/exp_leftImg.png);
    width: 274px;
    height: 733px;
    left: 0;
    bottom: -156px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.experience_sec::after {
    background: url(../images/exp_rightImg.png);
    width: 250px;
    height: 733px;
    right: 0;
    top: 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.exp_gredient {
    padding: 50px 45px;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(53, 86, 100, 0.00) 100%);
    backdrop-filter: blur(50px);
}

.exp_gredient h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 50.4px */
}

.exp_gredient ul {
    list-style: disc;
    color: #fff;
    padding: 0 0 0 20px;
}

.exp_gredient ul li {
    color: #fff;
    padding: 15px 0;
}

.exp_gredient h4 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 30px 30px 15px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Raleway-Medium';
    position: relative;
}

.exp_gredient h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #2F81ED;
}

/*End css Ny */
section.com_blng_dtsl_wrp.noti_wrp_newbx {
    margin-top: 0px;
}

.beni_dlvrdbx_wrp {
    float: left;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
}

.beni_dlvrdbx_cnt {
    padding: 20px;
    margin: 20px auto;
    width: 22%;
    border-radius: 53px;
    border: 1px solid #AFD6DE;
    background: linear-gradient(180deg, rgba(213, 250, 252, 0.40) 0%, rgba(255, 255, 255, 0.00) 91.12%);
    box-shadow: 0px 38px 70px 0px rgba(0, 0, 0, 0.10);
    color: #fff;
    text-align: center;
    min-height: 300px;
}

.beni_dlvrdbx_cnt p {
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 16px;
}

.icon_img_beniv {
    width: 100%;
    float: left;
    text-align: center;
}

.icon_img_beniv img {
    margin: 30px 0 10px;
    max-width: 100px;
}

.beni_dlvrdbx_cnt.topspce_mt {
    margin-top: 90px;
}

.sub_page_banner .sec_rightbnr {
    max-width: 45%;
}

.subp_sec_wrp {
    float: right;
    width: 100%;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}


/* strat NY Security page*/
.seclist_bx {
    width: 100%;
    float: left;
}

.sec_list_sec {
    width: 100%;
    display: inline-flex;
}

.seclist_bx div:last-child .sec_right_img {
    border-left: 0;
}

.sec_lft_img {
    width: 30%;
    float: left;
    position: relative;
}

.sec_lft_img::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 95%;
    top: 0px;
    left: 35%;
    background-color: #f3f3f3;
}

.seclist_bx div:last-child .sec_lft_img::after {
    display: none;
}

.sec_lft_img figure {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 0 20px;
    margin-top: 80px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    top: 15px;
}

.sec_right_img {
    width: 70%;
    float: left;
    padding-left: 50px;
    border-left: solid 2px #D9D9D9;
    padding-bottom: 80px;
}

.sec_right_img h4 {
    color: #666;
    font-family: 'Raleway-Medium';
    font-size: 20px;
    font-style: normal;
    padding-bottom: 15px;
    position: relative;
}

.sec_right_img h4::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -61px;
    background: #D9D9D9;
    border-radius: 50%;
}

.sec_right_img p {
    line-height: 28px;
}

/* end NY security */

.slider_img {
    height: 60px;
    position: relative;
    width: 100%;

    display: grid;
    place-items: center;
    overflow: hidden;
}

.slider::before,
.slider::after {
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track_new {
    width: calc(100% * 120);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
}

.slide_new {
    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
}

/* .slide_new:hover{
    transform:scale(0.8)
  } */

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 10));
    }
}


/* home page start here */
.homeBanner {
    /* background: url(../images/bg_billing.png); */
    min-height: 210vh !important;
    padding-top: 0px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.homeBanner.home_main_banner {
    min-height: auto !important;
    height: auto;
    padding-bottom: 40px;
}

.homeBanner>.container.home_bannerContainer {
    position: absolute;
    z-index: 9;
    top: 70px;
    left: 0;
    right: 0;
}

.homeBanner.home_main_banner .homeBannerVideo {
    position: static;
}

/* .homeBanner video { position: static; } */
.bannerImg {
    position: absolute;
    width: 100%;
    top: 0;
}

.homeBanner h1 {
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    font-family: 'Raleway-Medium';
    line-height: 140%;
    margin-bottom: 15px;
}

.homeBanner h1 span {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    position: relative;
    display: inline-block;
}

.homeBanner h1 span:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 7px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.homeBanner p {
    padding-left: 12%;
    padding-right: 12%;
    color: #ffffff;
    font-size: 18px;
}

.homeBanner p strong {
    padding-bottom: 1rem;
    display: inline-block;
}

.expSection {
    padding: 120px 0px 80px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.expSection::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    background: url(../images/PurpleCircle.png);
    width: 140px;
    height: 240px;
    background-size: 100% auto;
    animation: blink-zoom1 6s ease-in-out infinite;
}

@keyframes blink-zoom1 {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.expSectionInner {
    border-radius: 21px;
    padding: 60px 80px;
    border: 2px solid #E1E1E1;
    position: relative;
    background: rgba(213, 250, 252, 0.20);
    backdrop-filter: blur(40px);
    text-align: center;
}

.expSectionInner::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -110px;
    background: url(../images/PurpleCircle2.png);
    width: 280px;
    height: 280px;
    background-size: 100% 100%;
    z-index: 1;
    animation: blink-zoom-rotate 4s ease-in-out infinite;
    border-radius: 50%;
}

@keyframes blink-zoom-rotate {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1) rotate(180deg);
        opacity: 1;
    }
}

.expSectionInner p {
    text-align: left;
    padding-top: 10px;
    line-height: 170%;
}

.expSectionInner h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.expSectionInner h2 span {
    background: linear-gradient(89deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    position: relative;
}

.expSectionInner h2 span:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 7px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.threeCardSec {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}

.threeCardSec .cardBx {
    transition: all .5s ease;
    border-radius: 21px;
    text-align: center;
    padding: 38px 35px;
}

.threeCardSec .cardBx:hover {
    transform: scale(1.06);
}

.threeCardSec .cardBx.prplBg {
    background: #F0F7FD;
}

.threeCardSec .cardBx.whtBg {
    background: #FFF;
    margin-top: 3rem;
    box-shadow: 0px -37px 61px 0px rgba(0, 0, 0, 0.05);
}

.threeCardSec .cardBx.pinkBg {
    background: #EDFEFA;
}

.threeCardSec .cardBx figure {
    margin-bottom: 1.5rem;
}

.threeCardSec .cardBx figure img {
    max-height: 95px;
}

.threeCardSec .cardBx h4 {
    color: #000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'raleway-medium';
    /* 39.2px */
}

.threeCardSec .cardBx p {
    margin-bottom: 1rem;
    text-align: left;
}

.threeCardSec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #F8F9FF;
}

/*  */
.homevdoSec {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
}

.homevdoSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #F8F9FF;
}

.iPaySmartSec .list_lft_fea {
    width: 45%;
}

.iPaySmartSec .list_rgt_fea {
    width: 55%;
}

.texth4 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 140%;
}

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


.integratedSuitSec {
    background: #F8F9FF;
}

.iPaySmartSec.flex-row-reverse .list_rgt_fea {
    padding-right: 50px;
    padding-left: 0;
}

/* intelligentAlrtSec */
.intelligentAlrtSec {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}

.intelligentAlrtSec .texth4 {
    display: inline-block;
    width: 100%;
}

.intelligentAlrtSec .texth4 p {
    padding-top: 50px;
}

.intelligentAlrtSec .smpl_cus_hdng {
    margin-bottom: 50px;
}

.intelligentAlrtSec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.intelligentAlrtSec ul li {
    width: 20%;
    text-align: center;
    color: #2F81ED;
    font-size: 16px;
}

.intelligentAlrtSec ul li figure {
    width: 100%;
}

.intelligentAlrtSec ul li figure img {
    max-width: 120px;
}

/*  */
.valueDelivrdSec {
    width: 100%;
    float: left;
    background: #0B1A38;
    padding: 20px 0 80px;
}

.valueDelivrdSec .smpl_cus_hdng {
    color: #6AD1F3;
}

.dilivrd_box {
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(180deg, #182949 0%, rgba(24, 41, 73, 0.00) 100%);
}

.dilivrd_box p {
    color: #2F81ED;
    font-size: 15px;
}

.dilivrd_box .uptoDiilvry {
    background: linear-gradient(180deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 16px;
    font-family: 'Raleway-Medium';
    -webkit-text-fill-color: transparent;
}

.dilivrd_box .uptoDiilvry span {
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 140%;
}

/*  */
.requestDemo {
    width: 100%;
    float: left;
    padding: 70px 0 20px;
}

.requestDemo .h5 {
    color: #2F81ED;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 32.2px */
}

.requestDemo h4 {
    font-size: 26px;
    padding: 20px 0;
}

.requestDemo p {
    max-width: 80%;
    color: #000;
}

.requestDemo .required {
    height: 35px;
    border: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #CACACA;
    width: 100%;
}

.requestDemo .pinkBtn {
    cursor: pointer;
    margin-left: 0;
    transition: all .5s ease;
}

.requestDemo .pinkBtn:hover {
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
}

.whyiPaySmart_Sec {
    width: 100%;
    float: left;
    padding: 10px 0 60px;
    background: #F8F9FF;
}

.whyChooseiPay.owl-carousel .owl-item img {
    padding: 0px;
}

/* End NY Home page css */
.primaryAction#submit_button {
    margin-top: 10px;
}

.mb_imgbx {
    display: none !important;
}

.aimlbld {
    font-family: 'Raleway-Medium';
    font-size: 16px;
}

/************************payment arrangements**************************/
.content_blk h2 {
    color: #000000 !important;
}

.content_blk p {
    color: #000000 !important;
}

.digi_pay {
    font-size: 44px !important;
    margin: 40px 0 30px;
}

.payment_worth {
    float: left;
    width: 100%;
    background: linear-gradient(180deg, #F8FAFE 0%, rgba(217, 217, 217, 0.00) 100%) !important;
    padding: 80px 0px 40px;
    text-align: center;
}

section.payment_worth img {
    height: auto;
    text-align: center;
    margin: auto;
    width: 100%;
}

.payment_arr {
    height: 100vh !important;

    min-height: 100vh !important;
}

.giv_customer h4 {
    font-size: 18px !important;
    color: #000 !important;
}

.content_blk p {
    color: #000000 !important;
}

.prepay .list_lft_fea_noti h2.lftbuttlet_circle:before,
.prepay .list_lft_fea_noti:before {
    display: none !important;
}

.preconveience {
    font-size: 32px !important;
    margin: 40px 0 30px;
}

.smplblk {
    color: #000;
}

.prepaid ul li {
    width: 30%;
}

/* Developer */
.builddeve_Wrp,
.builddeve_bgnew {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.builddeve_bgnew {
    background: #0B1A38;
    padding: 100px 0;
    display: inline-flex;
    align-items: center;
}

section.builddeve_Wrp .row {
    align-items: center;
}

section.builddeve_bgnew .dvlpbx_wrp {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.builddeve_Wrp .rght_multiimg_sub {
    float: right;
    max-width: 80%;
}

section.builddeve_bgnew .rght_multiimg_sub {
    max-width: 80%;
}

.builddeve_bgnew .multi_lftcontnt_sub h3,
.builddeve_bgnew .multi_lftcontnt_sub p {
    color: #fff;
}

.list_ideasbx {
    text-align: center;
}

.list_ideasbx ul {
    width: 80%;
    margin: auto;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.list_ideasbx ul li {
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 10px;
    padding: 0 50px;
}

.list_ideasbx ul li h5 {
    color: #2F81ED;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 28px 0;
}

section.our_prirty {
    background: #2F81ED;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}

section.our_prirty~.footer {
    margin-top: 0px;
}

.our_prirty .smpl_cus_hdng {
    color: #fff;
}

.our_prirty .smpl_cus_hdng span.multgrdnt1,
.multgrdnt1 {
    color: #C3F0FF !important;
}

.reimg_list {
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.reimg_list ul {
    padding: 0px;
    margin: 0px 0 80px;
    list-style: none;
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.reimg_list ul li {
    width: 29%;
    float: left;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    margin: 0px 12px;
}

.reimg_list ul li i {
    font-style: normal;
    display: block;
    font-size: 30px;
    color: #2e80f0;
}

.reimg_list ul li span {
    color: #2e80f0;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.reimg_list ul li p {
    margin: 10px 50px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

/* End Developer */

/* 7Sep2023 NY */
.pre_payvdo .list_rgt_fea video {
    max-height: 410px;
}

.pre_payvdo .list_lft_fea h2 {
    margin-top: 2rem;
}

.pre_payvdo .feat_sec_wrp_noti .list_repeat {
    margin-bottom: 2rem;
}

.pre_payvdo .feat_sec_wrp_noti .list_rgt_fea {
    padding-bottom: 70px;
}

.pre_payvdo .list_rgt_fea {
    position: relative;
}

.pre_payvdo .list_rgt_fea.vdoRight:after {
    content: '';
    background: url(../images/prepay_arrow1.png);
    width: 250px;
    height: 150px;
    background-size: 100%;
    position: absolute;
    right: 80%;
    top: 80%;
    border: 0;
    outline: none;
}

.pre_payvdo .list_rgt_fea.vdoLeft:after {
    content: '';
    background: url(../images/prepay_arrow2.png);
    background-size: 100%;
    width: 250px;
    height: 230px;
    position: absolute;
    left: 90%;
    top: 70%;
    border: 0;
    outline: none;
}

body section.common_video_wrp.pre_paytopBanner {
    min-height: 460px;
}

.last_sec {
    transform: translateY(305px);
}

.balance_update h2 {
    text-align: center;
    color: #C3F0FF;
    margin-bottom: 100px;
}

.balance_update h2 span {
    color: #fff;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
}

.bu_textContainer {
    border-radius: 149.5px;
    padding: 90px 10px 50px 0px;
    display: inline-block;
    margin-left: 0%;
    background: linear-gradient(316deg, rgba(119, 254, 214, 0.20) 25.55%, rgba(106, 209, 243, 0.20) 46.64%, rgba(47, 129, 237, 0.20) 78.23%);
}

.bu_textContainer.lft_cus_exptn {
    margin-left: 100px;
}

.bu_textContainer.rgt_cus_exptn {
    margin-left: 0%;
    margin-right: 100px;
    float: right;
}

.bu_textContainer h3 {
    color: #fff;
    font-size: 20px;
    padding-left: 2.8rem;
    padding-right: 5px;
}

.bu_textContainer ul {
    margin-top: 1rem;
    padding-left: 3.5rem;
    padding-bottom: 15px;
}

.bu_textContainer ul li {
    color: #fff;
    background-image: url(../images/bullet_circleW.svg);
    background-position: 0 center;
}

.bu_img,
.bu_img_pre {
    margin-top: 2rem;
}

.arrow-1 {
    width: 100%;
    padding: 0 21%;
    margin: -0px 0 -40px;
    position: relative;
    z-index: 1;
    transform: translateY(-30px);
    transition: all .5s ease-in;
    opacity: .6;
}

.arrow-2 {
    width: 100%;
    padding: 0 21%;
    margin: 0px 0 40px;
    position: relative;
    z-index: 1;
    transform: translateY(-30px);
    transition: all .5s ease-in;
    opacity: .6;
}

.arrow-1.animated,
.arrow-2.animated {
    transition: all .8s ease-out .1s;
    transform: translateY(0px);
    opacity: 1;
}


.flex-row-reverse .bu_textContainer {
    padding-top: 40px;
    padding-bottom: 20px;
}

.flex-row-reverse .bu_textContainer ul li {
    margin-bottom: 12px;
}

ul.prepade_BalanceList {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

ul.prepade_BalanceList li {
    width: 30%;
    margin: 20px 1.5%;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    padding: 60px 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(316deg, rgba(119, 254, 214, 0.20) 25.55%, rgba(106, 209, 243, 0.20) 46.64%, rgba(47, 129, 237, 0.20) 78.23%);
}

ul.prepade_BalanceList li img {
    width: auto;
    height: 51px;
}

.balance_update h2.prepad_heading {
    margin-bottom: 50px;
}

/* resource */
.resourceMain_banner {
    min-height: 520px !important;
    padding-top: 65px;
    background-position: bottom;
    background-image: url(../images/bg_resource.png) !important;
}

.resourceMain_banner h2 {
    color: #000 !important;
}

.thoughtStory {
    background: #F8F9FF;
    margin-top: 5rem;
    padding-bottom: 6rem;
    margin-bottom: 0 !important;
}

.pageNav {
    float: left;
    width: 100%;
    margin: 10px 0 3rem;
    display: flex;
    align-items: center;
}

.pageNav>span {
    padding-right: 1rem;
}

.pageNav ul.pagination {
    margin-bottom: 0;
}

.pageNav ul.pagination li,
.pageNav ul.pagination li a {
    border: 0 !important;
    color: #BCBCBC;
}

.pageNav .page-item.disabled .page-link {
    border: 0 !important;
}

.pageNav .page-item.active .page-link {
    background-color: transparent !important;
    color: #000;
    border: 0 !important;
}

/*End CSS for resource */
.pmt_mainbnr .content_lft p {
    max-width: 80%;
}

/* .arrowdowncont {
    animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
  } */
.Nlp-container video {
    width: 88%;
}

.telecom_wrplist .list_lft_fea ul {
    width: 80%;
}

.prtnjrnydtls .new_telecom ul li {
    min-height: 310px;
}

body .align_cntrtxt {
    display: inline-flex;
    align-items: center;
    padding-top: 0px !important;
}

.align_cntrtxt .main_munici {
    margin-top: -5%;
}

body section.common_video_wrp.secu_wprbnrsec {
    min-height: 590px;
}

.municipalities_sec .main_munici p {
    max-width: 80%;
}

.secu_wprbnrsec p {
    max-width: 80%;
}

.energy_water_providers {
    overflow: hidden;
    flex-wrap: nowrap;
}

.content_bxeng {
    width: 30%;
    float: left;
    background: #fff;
    padding: 0px;
    border-radius: 4px;
    height: auto;
    min-height: 316px;
    margin: 20px 1.5%;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.10);
    transition: all 1.5s ease-in-out;
    position: relative;
}

.content_bxeng.payment_jsourney:hover,
.content_bxeng.payment_jsourney1:hover,
.content_bxeng.payment_jsourney2:hover,
.content_bxeng.payment_jsourney3:hover,
.content_bxeng.payment_jsourney4:hover {
    transform: translateX(200px);
    margin-right: 200px;
}

.secstic_img {
    position: -webkit-sticky;
    position: sticky;
    height: 50px;
}

.bx_main_righteg {
    background: #fff;
    float: left;
    position: relative;
    z-index: 4;
    padding: 30px;
}

.content_bxeng.cmonhovereff:hover::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 90%;
    height: 65%;
    z-index: 1;
    transition: all 1.5s ease-in-out;
    margin: auto auto auto -200px;
    bottom: 0;
}

.content_bxeng.payment_jsourney:hover::after {
    background: url(../images/enery&utilities/animation1.png) no-repeat left center;
    background-size: cover;
}

.content_bxeng.payment_jsourney1:hover::after {
    background: url(../images/enery&utilities/hide.png) no-repeat left center;
    background-size: cover;
}

.content_bxeng.payment_jsourney2:hover::after {
    background: url(../images/enery&utilities/animation3.png) no-repeat left center;
    background-size: cover;
}

.content_bxeng.payment_jsourney3:hover::after {
    background: url(../images/enery&utilities/animation4.png) no-repeat left center;
    background-size: cover;
}

.content_bxeng.payment_jsourney4:hover::after {
    background: url(../images/enery&utilities/animation5.png) no-repeat left center;
    background-size: cover;
}


/*  */
.logo img {
    max-height: 50px;
}

.meeting_consumers .list_lft_fea {
    width: 100%;
}

.meeting_consumers .list_lft_fea {
    text-align: left;
    width: 55%;
}

.teleimg {}

.hide-desktop {
    display: none;
}

.hide-mobile {}

@media(max-width:980px) {

    .pre_payvdo .list_rgt_fea.vdoLeft:after,
    .pre_payvdo .list_rgt_fea.vdoRight:after {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .slide-track {
        width: calc(80px * 20);
    }

    .cards_enhance {
        margin-right: 0px !important;
    }

    .header {
        position: relative;
    }

    header+.region {
        padding-top: 0px;
    }

    .home_animation_image img {
        display: none !important;
    }

    .trading_energy_right {
        padding-left: 0px !important;
        width: 100% !important;
        float: right;
    }

    .energy_trading_para p {
        width: 100% !important;
        /* margin: 0 auto !important; */
    }

    .trading_energy_left {
        float: none;
        width: 100% !important;
        padding-left: 10px;
        position: relative;
        margin-top: 0px !important;
    }

    .emobility_banner {
        min-height: 439px !important;
    }

    .intui_dash:after {
        border-bottom: 8px solid transparent !important;
    }

    .slide-track2 {
        width: calc(80px * 15);
    }

    .modern_look {
        min-height: 92px !important;
    }

    .explore_centered {
        text-align: center !important;
    }


    .slide {
        width: 80px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 10));
        }
    }

    @keyframes scroll2 {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 5));
        }
    }

    .Code-of-Conduct .formsection1 h3 {
        text-align: left;
        line-height: 40px;
    }

    .Code-of-Conduct .form-required:after {
        margin: 0px;
        position: absolute;
    }
}

div#page_loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    /* background: rgba(255,255,255,0.5); */
    display: inline-flex;
    justify-content: center;
    z-index: 999;
    align-items: center;
}

div#page_loading img {
    height: 70px;
}

div#page_loading video {
    width: 400px;
}

.contactus_page {
    float: left;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
    height: 100vh;
    min-height: 800px;
}

body .contactus_pagenew {
    height: inherit !important;
    padding-top: 100px !important;
    background-position: 100% 100%;
}

body .thnk_u_sec {
    text-align: center;
    line-height: 260%;
}

.thnk_u_sec * {
    color: #fff;
}

body .thnk_u_sec h2 {
    text-align: center;
}

section.feature_fld_wrp.integratedSuitSec {
    padding-bottom: 60px;
    margin-top: 0px;
}

.harness_head {
    font-size: 32px;
}

.cards_enhance {
    margin-right: 43px;
}

.cards_modern {
    margin-left: 0px;
}

.targeted_centered {
    text-align: center !important;
}

.logo_imgg img {
    min-height: 60px !important;
    height: auto;
    max-height: 85px;
}

.logo_imgg img.img_pci_dss {
    min-height: auto !important;
    max-height: inherit;
    width: 150px;
}

.logo_imgg figure {
    padding: 0px 0 0px !important;
    /* margin-top: 0px; */
    transform: translateY(-50%);
}

.blog-banner img {
    width: 100%;
    max-width: 100%;
}

.blogSec {
    padding: 2.5rem 0;
}

.blogSec h3 {
    font-size: 24px;
}

.blogSec h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 2rem;
}

.blogSec ul li {
    padding-bottom: 20px;
}

.blogSec h3,
.blogSec h4,
.blogSec .carrerdetails p,
.blogSec .carrerdetails ul li {
    color: #000;
}

section.card_blgwrp {
    margin-top: 50px;
    margin-bottom: 60px;
}

.card_blgwrp .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    border: 0;
    height: 100%;
    overflow: hidden;
}

.blog_hdng {
    margin-bottom: 45px;
}

.blog_hdng h4 {
    display: flex;
    flex-direction: row;
}

.blog_hdng h4:before,
h4:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;

}

.blog_hdng h4:before {
    margin-right: 10px;

}

.blog_hdng h4:after {
    margin-left: 10px;

}

section.blog-banner {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.carrerdetails {
    margin-bottom: 60px;
}

.carrerdetails h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 178.02%;
    color: #141339
}

.carrerdetails p {
    font-weight: 500;
    font-size: 15px;
    line-height: 178.02%;
    color: #868C96;
}

.carrerdetails ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 178.02%;
    color: #868C96;
}

.carrerdetails ol li {
    font-weight: 500;
    font-size: 15px;
    line-height: 178.02%;
    padding-bottom: 20px;
    color: #000;
}

section.pay_mnt {
    margin-top: 0px;
    padding-top: 10px;
}

.gredntClrVlu {
    background: linear-gradient(180deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 32px !important;
    font-weight: 600;
}

.gredntClrTxt {
    color: #2F81ED;
    text-align: center;
    padding: 30px 0;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
}

section.subpages_pmt_exp_wrpsec.bgnotifgbnr {
    padding-top: 0px;
}

.hdngrptbx {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
}

section.sub_page_banner.engyconten_posi {
    padding-top: 80px !important;
}

.start_journey {
    position: relative;
    /* Relative positioning for child elements */
}

#sticky-image {
    position: absolute;
    top: 200px;
    /* Adjust the top position as needed */
}

/**************Persona_page_start******************/
.persona_banner {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.persona_sec_one {
    margin-top: 70px;
    margin-bottom: 70px;
}

.persona_service ul {
    padding: 0px;
    list-style: none;
    clear: both;
}

.persona_service ul li {
    width: 33.3%;
    float: left;
}

.persona_service ul li h6 {
    font-size: 20px;
    color: #000000;
    padding: 40px 0px 15px;
    margin: 0px;
}

.persona_service ul li p {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 15px;
    padding-right: 40px;
    text-align: justify;
}

.persona_service ul li span {
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    padding: 0px 40px 0px 35px;
    background: url(../images/bullet_circle.svg) no-repeat 0px 5px;
    background-size: 16px 16px;
    font-size: 15px;
    color: #666;
    line-height: 170%;
    text-align: justify;
}

.persona_service ul li:nth-child(2),
.persona_service ul li:nth-child(4) {
    margin-top: 50px;
}

.persona_service ul li:nth-child(3),
.persona_service ul li:nth-child(6) {
    margin-top: 100px;
}

.payment_opt ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payment_opt ul li {
    width: 30%;
    margin: 15px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: #182949;
    line-height: 100px;
    height: 200px;
}

.payment_opt ul li img {
    width: 40px;
}

.payment_opt ul li h3 {
    font-size: 20px;
    background: linear-gradient(to right, #2F81ED 0%, #6AD1F3 100%);
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

section.persona_section {
    clear: both;
    margin-bottom: 0px;
}

/*Start harmeek css */
.card-list_pmt.industry-bg {
    background: linear-gradient(0deg, rgba(47, 129, 237, 0.19), rgba(47, 129, 237, 0.19)), linear-gradient(300deg, #77FED6 0.7%, #6AD1F3 23.57%, #2F81ED 73.22%);
    border: none;
}

.card-list_pmt.industry-bg .smpl_cus_hdng {
    color: #C3F0FF;
}

.card-list_pmt.industry-bg .card-label_pmt {
    color: #fff;
}

.dre_third_sec h3 {
    font-size: 20px;
}

.dre_third_sec h3,
.dre_third_sec p {
    padding-bottom: 20px;
}

.emo_para_new {
    padding: 30px 0px;
    padding-bottom: 100px;
}

/*End harmeek css */
.dre_third_secn h3,
.dre_third_sec h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Raleway-Bold';    
}

/**************Persona_page_end******************/
input#edit-submit {
    margin-bottom: 30px;
}

@media (min-width: 1600px) {
    a.radiusbtn_cus .material-icons {
        top: 17px;
    }

    .paymentBanner a.pinkBtn {
        position: relative;
        padding: 10px 40px 10px 20px;
    }

    .paymentBanner a.pinkBtn span {
        top: 17px;
        position: absolute;
        right: 10px;
    }

    section.common_video_wrp.drebanner.sub_page_banner_dre {
        padding-top: 180px !important;
    }

    body .contactus_pagenew,
    body .common_video_wrp {
        padding-top: 180px !important;
    }

    .paymentBanner .content_lft h2,
    .telecomm_head h2,
    .telecomm_head h1,
    .sub_page_banner .content_lft_sub h2,
    .parsona_video_sec .content_lft_sub h2 {
        font-size: 42px !important;
    }

    .content_lft>p,
    .municipalities_sec .main_munici p,
    .sub_page_banner .content_lft_sub p {
        font-size: 22px !important;
    }

    .radiusbtn_cus_sb,
    .radiusbtn_cus_sb:hover,
    .paymentBanner .pinkBtn {
        font-size: 24px !important;
    }

    a.radiusbtn_cus_sb .material-icons {
        top: 17px;
    }

    section.sub_page_banner.common_video_wrp.emobipposiwrp,
    section.common_video_wrp.drebanner {
        padding-top: 100px;
        min-height: 1100px;
    }

    body .municipalities_sec .image_in_bnr {
        width: 650px;
    }

    .subp_sec_wrp,
    section.common_video_wrp.drebanner.sub_page_banner_dre {
        padding-top: 60px;
    }

    .start_journey .secarrow img {
        margin-top: -93px !important;
        margin-left: -22vw !important;
    }

    .last_sec1 img {
        margin-left: -10vw !important;
    }

    .last_sec2 img {
        margin-left: 15vw !important;
    }

    .banner_main {
        min-height: 1150px !important;
        padding-top: 180px !important;
    }

    .homeBanner {
        padding: 50px;
        min-height: 205vh !important;
    }

    .homeBanner.home_main_banner {
        padding: 0 !important;
    }

    .banner_main .content_lft h2 {
        font-size: 42px !important;
    }

    .banner_main .content_lft>p,
    .telecomm_head p {
        font-size: 22px !important;
    }

    .sub_page_banner,
    section.common_video_wrp.telesepaposiwrp {
        padding-top: 180px !important;
    }

    .sub_page_banner .content_lft_sub h2,
    .leadership-container .content_lft h2 {
        font-size: 42px;
    }

    .sub_page_banner .content_lft_sub p {
        color: #fff;
        line-height: 170%;
        font-size: 22px;
    }

    section.sub_page_banner.engyconten_posi,
    section.sub_page_banner.emobipposiwrp {
        padding-top: 180px !important;
    }

    section.sub_page_banner.common_video_wrp.emobipposiwrp,
    section.common_video_wrp.telesepaposiwrp {
        min-height: 1100px;
    }

    .radiusbtn_cus,
    .radiusbtn_cus:hover {
        margin-top: 10px;
        font-size: 24px;
    }

    .paymentBanner .pinkBtn {
        margin-left: 0px;
    }

    .leadership-container {
        min-height: 710px;
        padding-top: 180px !important;
    }

    .sticky-scroll-wrappper .scrollListWrap {
        height: 590px;
    }

    .subpages_pmt_exp_wrpsec .smpl_cus_hdng {
        margin-top: 30px;
    }

    .subpages_pmt_exp_wrpsec.persona_sec_one .smpl_cus_hdng {
        margin-top: 170px;
    }

    .pay_mnt .sticky-scroll-wrappper .scrollListWrap {
        height: auto;
    }

    body section.sub_page_banner.engyconten_posi {
        height: 1030px;
    }

}

@media (max-width: 767px) {
    .connectTeam {
        background-image: url(../images/connect-team-bg-response.png) !important;
        }
    .whitepaperSection {
        background-image: url(../images/connect-team-bg-response.png) !important;
        }
    .paysmart-nav span {
        font-size: 18px;
        width: 100%;
        font-family: 'raleway-bold';
    }
    #trndStories .owl-nav {
        margin-left: -45px;
    }
    #trndStories1 .owl-nav {
        margin-left: -45px;
    }

    body .paysmart-dropdown ul li a {
        font-size: 12px !important;
        padding-left: 7px !important;
    }

    section.contactus_page.thanyou_pgbg {
        min-height: 250px;
    }

    .start_journey .last_sec p {
        width: 100% !important;
    }

    body .drebanner {
        background: #d1fff3;
        min-height: auto !important;
    }

    .owl-nav {
        margin-top: 24px !important;
        position: absolute;
        top: -15.7% !important;
        width: 32% !important;
        left: 102px !important;
        z-index: 9;
    }

    .pwdtxtaiml {
        text-align: center;
    }

    .trading_list {
        padding-right: 20px;
    }

    html,
    body {
        font-size: 14px;
    }

    .secnd_sec .d-lg-flex.align-items-center,
    .secnd_sec .d-lg-flex.align-items-center .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .secnd_sec .d-lg-flex.align-items-center h3 br,
    body .telecomm_head h2 br {
        display: none;
    }

    .secnd_sec .dashboard-list li ul.emo_sec_lists {
        margin-left: 0px;
        padding-left: 0px;
    }

    .secnd_sec .dashboard-list li ul li {
        margin-left: 0px !important;
    }

    .content_bxeng {
        width: 100%;
    }

    .energy_water_providers {
        flex-wrap: wrap;
    }

    .content_bxeng.payment_jsourney:hover,
    .content_bxeng.payment_jsourney1:hover,
    .content_bxeng.payment_jsourney2:hover,
    .content_bxeng.payment_jsourney3:hover,
    .content_bxeng.payment_jsourney4:hover {
        transform: inherit;
        margin-right: 0;
    }

    .content_bxeng.cmonhovereff:hover::after {
        display: none;
    }

    body section.sub_page_banner.engyconten_posi:before {
        max-height: inherit;
    }

    .pre_payvdo .list_rgt_fea.vdoLeft:after,
    .pre_payvdo .list_rgt_fea.vdoRight:after {
        display: none;
    }

    .arrow-1,
    .arrow-2 {}

    .arrow-2 {
        margin-top: -20px;
    }

    .balance_update h2.prepad_heading {
        margin-bottom: 20px;
    }

    .bu_textContainer {
        margin-left: 0;
        padding: 50px 10px 40px 70px;
    }

    .bu_img,
    .bu_img_pre {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    ul.prepade_BalanceList li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .listNavs {
        padding: 0px 0px;
    }

    .button_colleection_homepage ul {
        display: block !important;
    }

    .button_colleection_homepage ul li {
        margin-top: 20px;
    }

    .button_colleection_homepage ul li a {
        max-width: 300px;
        min-width: 300px;
    }

    .homepage_ban_let {
        font-size: 37px !important;
    }

    .remaining_payment .emobility_box ul li {
        margin: 15px 0% !important;
    }

    .expSectionInner h2 span:after {
        display: none;
    }

    .arrow-1 {
        display: block;
        height: 130px;
        padding: 0px 5%;
    }

    .emobility_banner {
        background-image: url(../images/bg_resource.png) !important;
    }

    .emobility_banner video {
        display: none;
    }

    .telecomm_new_sec {
        background-image: url(../images/bg_resource.png) !important;
        min-height: 450px !important;
    }

    .telecomm_new_sec video {
        display: none;
    }

    .navigation_hdr .dropdown-menu.show {
        top: 68px !important;
        border: 1px solid #ccc;
        border-top: 0px;
    }

    .reimg_list ul {
        flex-wrap: wrap;
    }

    .reimg_list ul li {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .list_ideasbx ul li {
        width: 100%;
        padding: 0 10px;
    }

    section.builddeve_bgnew .rght_multiimg_sub {
        max-width: 100%;
        padding-top: 40px;
        width: 100%;
        float: left;
    }

    .builddeve_Wrp .rght_multiimg_sub {
        float: right;
        max-width: 100%;
        padding: 30px 10px;
    }

    .greyBg {
        max-width: 100%;
    }

    .pwd_txt_blng h4 {
        font-size: 22px;
    }

    .bgbillingbnr .pwd_txt_blng h4 {
        font-size: 18px;
    }

    .leader-cards p.text-center {
        text-align: left !important;
    }

    section.com_blng_dtsl_wrp.noti_wrp_newbx .row {
        flex-direction: column;
    }

    section.com_blng_dtsl_wrp.noti_wrp_newbx .col-6 {
        width: 100%;
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .homeBanner video {
        display: none !important;
    }

    .mb_imgbx {
        display: block !important;
    }

    section.contactus_page.thanyou_pgbg {
        height: 500px;
    }

    section.contactus_page.paymentBanner {
        padding: 0px;
        margin-bottom: 40px;
        height: auto;
    }

    .leadership-container {
        background-size: auto;
        min-height: auto !important;
        margin-bottom: 20px;
    }

    .aipowered_wrp .content_pwd_sec p {
        font-size: 18px;
    }

    body .banner_main,
    body .common_video_wrp {
        min-height: 400px;
        overflow: hidden;
        height: auto;
        margin-bottom: 30px;
    }

    section.banner_main.pmt_mainbnr {
        min-height: auto;
    }

    body section.common_video_wrp,
    section.sub_page_banner.engyconten_posi {
        min-height: auto;
        padding: 50px 0 40px !important;
    }

    body .common_video_wrp {
        min-height: auto;
    }

    .banner_main video,
    body .common_video_wrp video {
        height: 70vh;
        width: auto;
        left: 0;
        right: inherit;
    }

    .sticky-scroll-wrappper {
        padding-top: 0;
    }

    .sticky-scroll-wrappper .scrollListWrap {
        height: unset;
        overflow: unset;
    }

    /***************22 nov**********/
    .toggle-button {
        display: block;
        background: #03c6f4;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        font-size: 28px;
        text-align: center;
        right: 16px;
        position: absolute;
        top: 26px;
    }

    .navigation_hdr {
        display: none !important;
    }

    .paysmart-dropdown .dropdown-menu.show {
        padding: 0px 0px !important;
    }

    /*******************22 nov 2023*************/
    ul.navigation_hdr.show {
        display: block !important;
        width: 100%;
        position: absolute;
        left: inherit;
        right: 5%;
        width: 355px;
        top: 69px;
        z-index: 999;
        box-shadow: 0 2px 6px 1px #e7e7e7;
        border-radius: 5px;
        padding: 10px 0px 20px 0px;
        background: #fffeff;
        max-width: 90%;
    }

    .paysmart-dropdown ul li p {
        display: none;
    }

    body .navigation_hdr li {
        margin-right: 0px;
        padding-right: 0px;
        width: 100%;
        position: relative;

    }

    /**************22 nov */
    .navigation_hdr>li {
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .navigation_hdr>li:last-child {
        border-bottom: none;
    }

    .listNavs ul li p {
        display: none;
    }

    .navigation_hdr a.dropdown-toggle:after {
        height: 24px;
    }

    /*******22 nov*******/
    .navigation_hdr a {
        font-size: 16px;
        padding: 15px 20px 15px !important;
        border-bottom: 1px solid #ccc;
        width: 100%;
        font-weight: bold !important;
    }

    .paysmart-nav span {
        padding: 15px 20px 15px !important;
        display: inline-block;
    }

    /*******22 nov end*******/
    .navigation_hdr a.exprtbtn_hdr {
        width: 94%;
        margin-top: 20px;
        text-align: center;
    }

    .navigation_hdr .dropdown-menu.show {
        min-width: 230px;
        width: 100%;
        left: inherit !important;
        right: 0px;
        background: #ffffff;
        border-radius: 0px;
    }

    /*****************22 nov ************/
    .navigation_hdr .dropdown-menu a {
        font-size: 16px;
        background: none !important;
        padding: 6px 15px 6px;
        border: 0px;
        width: 100%;
        color: #215ed9;
        padding-right: 5px !important;
        margin-right: 0px;
        padding-right: 0px;
        width: auto;
        position: relative;
    }

    .paysmart-dropdown ul li {
        width: 100% !important;
        margin: 0 0 10px;
        padding-right: 8px !important;
        padding-left: 15px;
    }

    .paysmart-dropdown .dropdown-menu.show {
        min-width: 230px;
        background: #fff !important;
        transform: translate3d(0px, 0px, 0px) !important;
        width: 100%;
        border: 0;
        border-radius: 0;
        top: 48px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .img_rightsec {
        display: none;
    }

    .content_lft {
        text-align: left;
    }

    .content_lft h2,
    .sub_page_banner .content_lft_sub h2,
    .paymentBanner .content_lft h2,
    .leadership-container .content_lft h2,
    body .telecomm_head h2 {
        font-size: 25px;
        text-align: left;
    }

    body .telecomm_head p {
        text-align: left;
    }

    .banner_main,
    .sub_page_banner {
        padding: 40px 0;
        min-height: 480px;
        position: relative;
        float: left;
        width: 100%;
    }

    section.banner_main.paymentBanner {
        min-height: 600px;
        height: 70vh;
    }

    .client_logo_wrp .marquee img {
        animation: marquee 14s linear infinite;
        height: 90px;
        max-width: inherit;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .card-list_pmt {
        padding: 40px 20px;
    }

    .pmt_exp_wrpsec {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    /* .smpl_cus_hdng {
        width: 100%;
    float: left;
    font-size: 25px;
    line-height: 140%;
    text-align: left;
    margin: 10px 0 25px;
    color: #000;
        word-wrap: break-word;
        line-height: 140%;
    } */
    #special-scroll .smpl_cus_hdng {
        text-align: left;
    }

    .comm_hub {
        text-align: center;
    }

    .spk_tous {
        margin-bottom: 30px;
    }

    .card_pmt {
        width: 100%;
    }

    .whyipy_smrt h4 {
        font-size: 25px;
    }

    .whyipy_smrt p {
        font-size: 18px;
        width: 90%;
        text-align: center;
    }

    .multi_lftcontnt_sub h3 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 140%;
        text-align: center;
    }

    .multi_lftcontnt h3 {
        font-size: 18px;
        text-align: center;
    }

    .content_pwd_sec p {
        font-size: 18px;
    }

    .multi_lftcontnt p,
    .multi_lftcontnt_sub p {
        font-size: 15px;
        line-height: 27px;
    }

    span.multi_pmttxt_grdnt:after {
        display: none;
    }

    .list_repeat {
        flex-wrap: wrap;
        text-align: left;
    }

    .list_lft_fea,
    .list_rgt_fea {
        width: 100%;
    }

    .list_lft_fea h2 {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .content_pwd_sec {
        margin-bottom: 20px;
    }

    .list_pvc_sec {
        flex-wrap: wrap;
    }

    .resultListing ul {
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
    }

    .resultListing ul li {
        margin-bottom: 50px;
        width: 100%;
    }

    .list_lft_fea ul li {
        font-size: 15px;
    }

    .gls_list_circle {
        margin: 0 0 40px !important;
    }

    .list_pvc_sec.second_list_crcl {
        margin-top: 30px;
    }

    .whyipy_smrt {
        background-size: 100% 100%;
        padding: 40px 20px 40px;
        width: 100%;
        margin: 20px auto 20px;
    }

    .foot_cntc_card .col-md-7 {
        margin-bottom: 0px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 50px;
        float: left;
    }

    .content_lft>p,
    .aimlbld,
    .radiusbtn_cus,
    .radiusbtn_cus:hover,
    .whyipy_smrt p {
        font-size: 14px;
    }

    .radiusbtn_cus_sb,
    .radiusbtn_cus_sb:hover {
        margin-top: 15px;
    }

    span.cus_grdnt:after,
    .pmtcolorexp:after,
    .img_in_rightsec,
    .logoclr_txt_sub:after,
    .cus_grdnt_white:after {
        display: none;
    }

    .footer-column,
    .reportDashboard .list_lft_fea {
        width: 100%;
    }

    .reportDashboard .list_rgt_fea {
        width: 100%;
        padding-left: 0;
    }

    .bx_linkright {
        padding: 20px 30px 30px;
        width: 100%;
        min-height: 100px;
    }

    .arrow-list-foot li a {
        font-size: 18px;
    }

    section.com_blng_dtsl_wrp {
        padding-top: 40px !important;
        padding-bottom: 0px;
    }

    .card_eng_bx {
        flex-wrap: wrap;
    }

    .card_eng_bx .card_ens_cnt,
    .card_ens_cnt,
    .value_dlvrdbx ul li {
        width: 100%;
    }

    .card_eng_bx .card_ens_cnt.ensbg-scnd {
        margin-top: 20px;
    }

    button.accor_tb_click {
        padding-right: 26px;
    }

    section.Nlp-container,
    .reportDashboard {
        padding-top: 30px;
        width: 100%;
        float: left;
    }

    .holisticBg img {
        max-width: 100%;
    }

    .actions input#submit_button {
        width: 100%;
    }

    .smartbox {
        margin-bottom: 30px;
        min-height: auto;
    }

    .arrowflex {
        position: static;
    }

    .spk_wrp_bxmg {
        margin-bottom: 20px;
    }

    .FormHeader .wForm .oneField {
        width: 100%;
    }

    .leader-cards .profileList {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    .leader-cards .col-4.bioDiv {
        width: 100%;
        float: left;
        max-width: 100%;
        min-height: auto;
        margin-bottom: 101px;
    }

    .spk_tous h3 {
        font-size: 25px;
        font-family: 'Raleway-Medium';
    }

    button.accor_tb_click {
        font-size: 18px;
        font-family: 'Raleway-Medium';
    }

    /* strat NY security */
    .list_lft_fea,
    .list_rgt_fea {
        padding-left: 0;
    }

    .list_lft_fea.list_lft_fea_noti,
    .feat_sec_wrp_noti .list_rgt_fea {
        padding-left: 0;
    }

    .list_lft_fea_noti:before,
    .list_lft_fea_noti h2.lftbuttlet_circle:before {
        display: none;
    }

    .beni_dlvrdbx_wrp {
        flex-wrap: wrap;
    }

    .beni_dlvrdbx_cnt {
        width: 100%;
    }

    .beni_dlvrdbx_cnt.topspce_mt {
        margin-top: 20px;
    }

    .sec_list_sec {
        display: inline-block;
    }

    .sec_lft_img {
        width: 100%;
    }

    .sec_right_img {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        padding-bottom: 0px;
    }

    .sec_lft_img figure {
        width: 100%;
        margin-top: 30px;
    }

    .sec_lft_img::after,
    .sec_right_img h4::before {
        display: none;
    }

    /* end NY security */
    /* home page */
    .homeBanner {
        background: url(../images/bg_billing.png);
        background-position: top center;
        background-repeat: no-repeat;
        /*background-size: 100% 100%;*/
        margin-bottom: 0 !important;
        min-height: auto !important;
        padding-bottom: 14px;
    }

    .mb_imgbx {
        margin-top: 50px;
        padding: 20px;
    }

    .mb_imgbx img {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        animation: blink-zoom 10s ease-in-out infinite;
    }

    @keyframes blink-zoom {

        0%,
        100% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.2);
            opacity: 1;
        }
    }

    .homeBanner h1 {
        font-size: 22px;
    }

    .homeBanner .container {
        top: 0px;
    }

    .homeBanner.home_main_banner {
        padding-bottom: 0;
    }

    .homeBanner>.container.home_bannerContainer {
        position: static;
    }

    .homeBanner h1 span:after {
        border-bottom: 3px;
    }

    .homeBanner video {
        top: 90px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .homeBanner p {
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 0;
    }

    .expSectionInner {
        border-radius: 21px;
        padding: 30px 20px;
    }

    .expSectionInner h2 {
        font-size: 32px;
        margin-bottom: 30px;
        color: #000;
    }

    .threeCardSec .cardBx.whtBg {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .texth4 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
        line-height: 150%;
    }

    .iPaySmartSec .list_lft_fea,
    .iPaySmartSec .list_rgt_fea {
        width: 100%;
    }

    .intelligentAlrtSec ul {
        flex-wrap: wrap;
    }

    .intelligentAlrtSec ul li {
        width: 50%;
        margin: 15px 0;
    }

    .whyChooseiPay.owl-carousel .owl-item img {
        padding: 0;
    }

    .whyiPaySmart_Sec {
        padding: 40px 0px;
    }

    .dilivrd_box {
        margin-bottom: 20px;
        padding: 20px 10px;
    }

    .valueDelivrdSec {
        padding-bottom: 40px;
    }

    .requestDemo {
        padding: 40px 0 10px;
    }

    .requestDemo form {
        margin-top: 20px;
    }

    .iPaySmartSec.flex-row-reverse .list_rgt_fea {
        padding-right: 0;
    }

    .payment_arr {
        height: 74vh !important;
        min-height: 0vh !important;
    }

    .digi_pay {
        font-size: 26px !important;
        margin-top: 0px;
        margin-bottom: 15px;
        line-height: 32px;
        text-align: center;
    }

    .pay_mnt {
        padding-top: 40px !important;
    }

    .preconveience {
        font-size: 26px !important;
        margin: 0px 0 0px;
    }

    .prepaid ul li {
        width: 100%;
    }

    .prepaybox {
        text-align: center;
    }

    /* Harmeek singh */

    section.sub_page_banner.common_video_wrp.emobipposiwrp,
    section.common_video_wrp.drebanner {
        padding-top: 80px;

    }

    .main_har_sec.der {
        margin: 0px 0 20px !important;

    }

    .heading-para p {
        padding-bottom: 30px !important;
    }

    .dre_third_secn {
        padding: 50px 20px;
    }

    .dre_third_sec.last_secn {
        padding-bottom: 0px;
        padding-top: 50px;
    }

    section.foot_cntc_card.last_sacn {
        margin-top: 0px !important;
    }

    .dre-row-padd {
        padding: 0 0 0px 0 !important;
    }

    .mob-reverse {
        flex-direction: column-reverse;
    }

    .bg-shadow::before {
        content: url(../images/Ellipse-92.png);
        position: absolute;
        z-index: 100000;
        right: 0px;
        bottom: -332px;
        height: auto;
        top: unset;
    }
    .whitepapers .foot_cntc_card {
        margin-top: 24px !important;
    }

    /* ----- */
}

.text_blue {
    color: #007bff !important
}

.decodetext {
    padding: 10px 0 0 0;
    font-size: 15px !important;
}

.ipayheading h2 {
    margin-top: 30px;
}

.connectTeam {
    background-image: url(../images/connect-team-bg.png);
    min-height: 368px;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #0b1a38;
}
.whitepaperSection {
    background-image: url(../images/whitepaper-banner.png);
    min-height: unset;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #0b1a38;
    aspect-ratio: 4082 / 1049;
    background-size: cover;
}

.connectTeam h2 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
}

.connectTeam p {
    color: #fff;
}

.connectTeam p span {
    color: #2F81ED;
    font-size: 24px;
    margin-top: 5px;
    float: left;
}
.whitepaperSection h2 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
}

.whitepaperSection p {
    color: #fff;
}

.whitepaperSection p span {
    color: #2F81ED;
    font-size: 24px;
    margin-top: 5px;
    float: left;
}

.casestudyContent {
    margin: 60px 0 100px 0;
    height: 630px;
}

.casestudyContent .FormHeader {
    position: absolute;
    top: -120px;
}
.whitepaperContent .whitepaper-form{
    position: absolute;
    top: -60px;
}
.whitepapers .foot_cntc_card{
    margin-top: 96px;
}

/*********************energy&utilities****************/
.energyutilities {
    text-align: center;
}

.energy_comp {
    background-color: #fff !important;
    padding-top: 160px !important;
}

.energy_bann {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    font-family: 'Raleway-Medium';
    position: relative;
    font-size: 32px;
}

.energy_comp .div_pay_opt h4 {
    margin-top: -28px !important;
    font-size: 32px;
}

.commercila_options ul li {
    list-style-type: none;
    width: 31%;
    float: left;
}

.commercila_options ul li .spk_uslink {
    border: 1px solid #2F81ED;
    color: #2F81ED;
    font-size: 12px;
    min-height: 44px;
    max-height: 64px;
    max-width: 315px;
    min-width: 122px;
    cursor: default;
}

.div_pay_opt h3 {
    font-size: 32px !important;


}

.simple_conv p {
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: 10px auto 70px;
}

.energy_bann:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 3px;
    width: 100%;
    right: -5px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.energy_comp_sec {
    background-color: #fff !important;
    /* padding-top: 160px !important; */
    margin: 0px !important;
}

.thought_leadership img {
    margin: 10px 0;
    padding-bottom: 20px;
}

strong.hdng_thldr {
    float: left;
    width: 100%;
    color: #2F81ED;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ipay_lead h4 {
    font-size: 15px;
    font-family: 'raleway-bold';
    line-height: 140%;
    color: #333;
}

.ipay_lead p {
    font-size: 15px;
    color: #333;
}

.ipay_lead .card_ens_cnt {

    height: auto;
    min-height: 477px;
    background: #ffffff !important;
}

.thought_leadership_main {
    background: #F0F7FF;
}

.energy_learn_more .spk_uslink {
    color: #2F81ED;
    font-size: 15px;
    display: inline-block;
    padding: 10px 40px 10px 0px;

    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 0px;
    border: 1px solid #fff;
    position: relative;

}

.energy_learn_more.leadeer_head>a {
    font-size: 15px;
}

.energy_water_providers .card_ens_cnt {
    background-color: #ffffff !important;
    color: #ffffff !important;
}

.behind_image {
    left: 65px;
    position: absolute;
    z-index: 0;
    width: 20%;
    top: 29px;
}

.energy_water_providers .card_ens_cnt {
    z-index: 1;
    position: relative;
    box-shadow: 4px 5px 9px 7px #ededed;
}

.energy_water_providers .card_ens_cnt .behind_imae {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.2s ease;
    border-radius: 5px
}

.energy_water_providers .card_ens_cnt:hover .behind_imae {
    opacity: 0;
}

.energy_water_providers {
    position: relative;
    align-items: initial;
    justify-content: center;
}

.energy_water_providers h4 {
    font-size: 15px;
    color: #333;
    font-family: 'raleway-bold';
    margin-bottom: 20px;
}

.leadeer_head a {
    border: none !important;
}

.commercila_options .man_icon {
    padding: 5px 20px !important;
}

.right_sec video {
    float: right;
    max-width: 85% !important;
    clip-path: inset(1px 1px);
}

.left_sec video {
    float: left !important;
    max-width: 85% !important;
    clip-path: inset(1px 1px);
}

.energy_water_providers p {
    font-size: 15px;
    color: #666;
}

.energy_water_providers p.conten_uti_eff {
    min-height: 230px;
}

.energy_water_providers .card_ens_cnt {
    background: #F0F7FF;
    height: auto;
    min-height: 316px;
}

.div_pay_opt p {
    font-size: 15px;
    text-align: left !important;
}

.coll_process h3 {
    margin-bottom: -42px !important;
    line-height: 140% !important;
    margin-top: 72px !important;
}

.sec_analy {
    margin-top: 141px;
}

.sec_analy h3 {
    margin-bottom: -33px;
}

.sec_ensure h3 {
    margin-bottom: -33px;
}

.ensure_main {
    padding-top: 40px !important;
}

.sec_ensure {
    margin-top: 54px;
}

.sec_enhance {
    padding-top: 55px;
}

.sec_effi {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.sec_enhance {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.commercila_options ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.adoption_sec:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 44px;
    width: 362% !important;
    right: -199px !important;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.secure_bill_pay_sec {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2F81ED, #6AD1F3);
    font-family: 'Raleway-Medium';
    position: relative;
}

.secure_bill_pay_sec:after {
    content: "";
    border-bottom: 8px solid #caeeec;
    position: absolute;
    bottom: 7px;
    width: 100%;
    right: 0px;
    height: 30px;
    z-index: 0;
    opacity: 0.5;
}

.sec_reco {
    padding-top: 40px;
    float: left;
    width: 100%;
}

.sec_collection_process {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.commercila_options img {
    margin-right: 8px;
    width: 22px;
}

.commercila_options .spk_uslink {
    display: inline-block;
    padding: 11px 14px 7px 12px !important;
}

span.pmgenrgytxt {
    float: left;
    width: 100%;
    margin: -10px 0 0;
}

.engyconten_posi video {
    margin-top: 40px !important;
}

section.sub_page_banner.engyconten_posi:before {
    content: "";
    height: 100%;
    background: #f0ffff;
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 320px;
}

img.behind_imae:hover~.content_bxeng {
    position: relative;
    z-index: 1;
}

/************emobility******/
.emobility_box ul li {
    color: #fff;
    font-size: 22px;
    list-style-type: none;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    margin: 0px 10px;
    width: 30%;
    float: left;
    min-height: 240px;
    background: #182949;
    margin-top: 21px;
}

.emobility_box.municipal ul li {
    min-height: 212px;
}

.emobility_box ul li img {
    max-height: 56px;
    margin-bottom: 30px;
}

.emobility_box ul li span {
    float: left;
    width: 100%;
    font-size: 20px;
}

.main_har_sec {
    margin: 40px 0 20px !important;
    text-align: center;
}

.secnd_sec {
    background: #f1f6ff;
    background-size: cover;
    width: 100%;
    float: left;
    padding-bottom: 40px;
    padding-top: 60px;
}

.emobility_box ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.emobility_box ul li span {
    background: linear-gradient(180deg, #2F81ED 0%, #6AD1F3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.emo_para {
    margin-top: 60px;
}

.emo_para p {
    color: #2F81ED;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.bu_img,
.bu_img_pre {
    position: relative;
}

.bu_img_pre img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 41px;
}

.bu_img img {
    width: 216px;
    position: absolute;
    top: 295px;
    z-index: 1;
    right: 41px;
}

/* .element.active {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    transform: translateX(50px);
} */
.balance_update {
    background: linear-gradient(159deg, #2F81ED 49.63%, #6AD1F3 99.37%);
    padding: 40px 0;
    float: left;
    width: 100%;
}

.start_journey {
    background: none;
    position: relative;
}

.start_journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200px;
    top: 80px;
    border-radius: 852px;
    opacity: 0.15;
    width: 600px;
    height: 600px;
    background: linear-gradient(180deg, rgba(47, 129, 237, 0.60) 0%, rgba(47, 129, 237, 0.18) 100%);
    filter: blur(100px);
}

.start_journey::after {
    content: '';
    position: absolute;
    right: -200px;
    top: 40%;
    border-radius: 1045px;
    opacity: 0.3;
    width: 760px;
    height: 760px;
    background: linear-gradient(180deg, rgba(119, 254, 214, 0.60) 0%, rgba(106, 209, 243, 0.00) 100%);
    filter: blur(100px);
}

.start_journey .bu_textContainer {
    background: none;
}

.start_journey .secarrow {
    text-align: center;
}

.start_journey .secarrow img {
    width: 338px;
    margin-top: -60px;
    margin-left: -37vw;
}

.start_journey .bu_textContainer p {
    font-size: 15px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.start_journey .last_sec {
    text-align: center;
}

.start_journey .last_sec p {
    width: 91%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.start_journey .last_sec img {
    max-width: 111px;
    min-width: 117px;
}

.last_sec1 {
    text-align: center;
}

.last_sec1 img {
    width: 433px;
    margin-top: 56px;
    margin-left: -9vw;
}

.secc_sectn {
    text-align: center;
    margin-top: 81px;
}

.secc_sectn img {

    max-width: 99px;
    min-width: 103px;

}

.last_sec2 img {
    width: 433px;
    margin-top: -60px;
    margin-left: 15vw;
}

.payment_platform {
    text-align: center;
    margin-top: -50px;
}

.payment_platform p {
    width: 112% !important;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 14px;
}

.last_sec_services {
    width: 390px;
    margin-top: -60px;
    margin-left: 30px;
}

.secc_last {
    text-align: center;
    margin-top: -122px;
}

.new_telecom ul {
    display: block !important;
}

.new_telecom ul li {
    width: 23.246% !important;
}

.telecomm_head {
    text-align: center;
}

.telecomm_head h2 {
    font-size: 32px;
    color: #000 !important;
    line-height: 140%;
}

.telecomm_head p {
    color: #000 !important;
    font-size: 16px;
    width: 62%;
    text-align: center;
    margin: 0 auto;
}

.emobipposiwrp .telecomm_head p {
    width: 90%;
}

.telesepaposiwrp .telecomm_head p {
    width: 65%;
}

.emobility_banner {
    text-align: center;
}

.emobility_banner p {
    font-size: 15px !important;
    margin: 10px 0 !important;
}

.focus_new_sec {
    width: 100%;
    float: left;
    padding: 30px 0 60px;
    background: #F8F9FF !important;
}

.new_sec_whychoose {
    background: #ffffff !important;
}

.focus_new_sec .card_ens_cnt {
    background: #ffffff !important;
    min-height: 418px;
    max-height: 407px;
}

.focus_new_sec h2.subhng_ens_why {
    min-height: 70px !important;
    font-size: 21px !important;
}

.focus_new_sec p {
    font-size: 15px !important;
}

.view_resource_lib {
    padding: 10px 15px;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff !important;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    width: 25%;
    display: flex;
    justify-content: center;
    margin-top: 7vw;
}

.view_resource_lib a {
    color: #ffffff !important;
}

.homepage_ban_let {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
}

.homeBanner h1 span:after {
    bottom: 15px !important;
}

.button_colleection_homepage ul {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    max-width: 1040px;
}

.button_colleection_homepage ul li {
    list-style-type: none;
}

.button_colleection_homepage ul li a {
    display: inline-block;
    padding: 10px 15px;

    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
    border-radius: 28px;
    border: 1px solid rgba(119, 254, 214, 0.35);
    background: radial-gradient(142.06% 138% at 10.96% 100.23%, rgba(119, 254, 214, 0.50) 0%, rgba(47, 129, 237, 0.50) 100%);
    box-shadow: -16px 30px 45px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(22.5px);
    text-transform: uppercase;
    cursor: default;

}

.button_colleection_homepage {
    margin-top: 30px;
}

video {
    clip-path: inset(2px 1px) !important;
}

.energy_trading_para p {
    width: 63%;
    margin: 0 auto !important;
}

.coll_process_energy_trading h3 {
    font-size: 32px !important;
}

.trading_energy_left {
    float: left;
    width: 50%;
    padding-left: 10px;
    position: relative;
    margin-top: -122px;
}

.trading_energy_right {
    padding-left: 50px;
    width: 50%;
    float: right;
}

.trading_list {
    margin-top: 21px;
    margin-left: 15px;
}

.energy_trading_new {
    margin-bottom: 30px;
}

.energy_trading_box ul li img {
    height: 50px !important;
}

.energy_trading_box ul li {
    min-height: 192px !important;
}

.energy_trading_box ul li span {
    font-size: 20px !important;
}

.energy_trading_box ul li img:last-child {
    min-height: 49px;
}

.municipalities_sec {
    background-image: url("../images/munici/banner.png") !important;
    width: 100%;
}

.municipalities_sec .img_in_rightsec {
    position: absolute !important;
    right: 72px !important;
    top: 77px !important;
    max-width: 60% !important;
    height: 100%;
}

.municipalities_sec .image_in_bnr {
    max-width: 100%;
    height: auto;
    float: right;
    width: 452px;
}

.munici_sec {
    background: #F8F9FF;
    padding: 140px 0px;
}

.build_for_developers {
    float: left;
}

.munici_none_bordr li {
    background-color: transparent !important;
    width: 48% !important;
    margin-top: 0px !important;
}

.munici_none_bordr p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 72%;
    margin: 0 auto;

}

.color_sec {
    background: linear-gradient(234deg, #77FED6 10.1%, #6AD1F3 30.55%, #2F81ED 74.95%);
    float: left;
    width: 100%;
    padding: 80px 0px;
    text-align: center;
    color: #FFF;
}

.color_sec span {
    color: #C3F0FF;
}

.remaining_payment {
    background-color: #fff !important;
}

.remaining_payment ul li {
    width: 31% !important;
    border-radius: 18px;
    background: radial-gradient(133.85% 128.75% at 10.96% 100.23%, rgba(119, 254, 214, 0.50) 0%, rgba(59, 186, 179, 0.50) 56.25%, rgba(47, 129, 237, 0.50) 100%) !important;
    box-shadow: -16px 30px 45px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(22.5px);
}

.remaining_payment .dvp_listbxn ul li {
    min-height: auto;
}

.remaining_payment h5 {
    color: #000000;
    margin-top: 15px;
    margin-bottom: 30px;

}

.remaining_payment p {
    color: #000000 !important;
    font-size: 15px;
}

.remaining_payment strong {
    font-weight: normal;
    color: #000;
}

.para_section p {
    color: #666 !important;
    margin-bottom: 30px;
}

.para_section {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.munici_none_bordr ul li>span {
    padding-bottom: 30px;
    color: #2F81ED !important;
}

.sec_mu {
    padding-bottom: 0px !important;
}

.build {
    color: #2F81ED;
}

body .buldtxtnew {
    text-align: left !important;
    margin: -10px 0 30px !important;
    padding-top: 0px !important;
}

.palities h4 {
    font-size: 20px;
    margin: 20px 0px;
}

.color_sec p {
    margin-top: 30px !important;
}

.trust {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
    position: relative;
}

.remaining_payment .new_telecom ul {
    width: 100%;
    float: left;
    padding: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.remaining_payment .emobility_box ul li {
    margin: 15px 0% !important;
}

.munici_sec {
    background-image: url(../images/munici/bg.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 377px;
}

.emo_para_new {
    text-align: center;
    padding: 30px 0px;
}

.emo_para_new p {
    font-size: 15px;
    width: 74%;
    margin: 0 auto;
    line-height: 23.8px;
}

.dre-row-padd {
    padding: 0 0 100px 0;
}

.muncip-row-padd {
    padding: 50px 0;
}

.heading-para {
    text-align: center;
}

.heading-para p {
    padding-bottom: 70px;
}

.Nlp-container {
    padding-bottom: 40px;
}

.emo_sec_lists {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.emo_sec_lists li {
    list-style-type: none;
    line-height: 10px;
    background: url(../images/emobility/icon_save.png) no-repeat 0px 9px;
    line-height: 19px;

}

.engaging_process h3 {
    font-size: 30px !important;
}

.iso_padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.com_blng_dtsl_wrp.energy_comp {
    position: relative;
    margin-top: 0;
    overflow: visible;
}

.platformAdoptation {
    position: relative;
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    overflow: hidden;
}

/* com_blng_dtsl_wrp energy_comp_sec */

.com_blng_dtsl_wrp.energy_comp .container,
.platformAdoptation .container,
.aipoweredsec .container,
.trustbySec .container {
    z-index: 1;
    position: relative;
}

.bgoverlay-gradient-circle {
    border-radius: 100%;
    opacity: 0.7;
    background: linear-gradient(180deg, #77FED6 0%, rgba(106, 209, 243, 0.00) 100%);
    filter: blur(100px);
    position: absolute;
    left: 0;
    top: 36px;
    width: 200px;
    height: 200px;
    z-index: 0;
}

.platformAdoptation .bgoverlay-gradient-circle {
    transform: translate(-15%, 15%);
}

.aipoweredsec {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    overflow: hidden;
}

.aipoweredsec .bgoverlay-gradient-circle {
    transform: translate(-18%, 18%);
}

.trustbySec {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    overflow: hidden;
}

.bgoverlay-gradient-green-circle {
    border-radius: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, #77FED6 0%, rgba(106, 209, 243, 0.00) 100%);
    filter: blur(100px);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-20%, 30%);
    width: 40vw;
    height: 40vw;
    z-index: 0;
}

.bgoverlay-gradient-blue-circle {
    border-radius: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, #2F81ED 0%, rgba(47, 129, 237, 0.30) 100%);
    filter: blur(100px);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(5%, -30%);
    width: 34vw;
    height: 34vw;
    z-index: 0;
}

.trustbySec .energy_water_providers .card_ens_cnt {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.50);
}

.thought_leadership_main {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px !important;
}

.thought_leadership_main .container {
    position: relative;
    z-index: 1;
}

.thought_leadership_main .green-gradient-circle {
    border-radius: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, #77FED6 10.34%, rgba(119, 254, 214, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, -22%);
    width: 20vw;
    height: 20vw;
    z-index: 0;
}

.thought_leadership_main .blue-gradient-circle {
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(119, 254, 214, 0.50) 33.33%, rgba(47, 129, 237, 0.50) 100%);
    filter: blur(50px);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 60%);
    width: 15vw;
    height: 15vw;
    z-index: 0;
}

.whychoose_listbx.ipay_lead.item_center {
    justify-content: center;
}

.whychoose_listbx.ipay_lead.item_center .card_ens_cnt {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.thought_leadership {
    overflow: hidden;
    height: 250px;
    margin-bottom: 20px;
}


.menuMain.fixed-nav,
.menuMain.fixed-nav .row {
    width: 100%;
}


div#google-captcha {
    min-height: 147px;
}

label[for="edit-country-country"] {
    display: none;
}

.casestudy-dis {
    color: #fff;
    font-size: 150%;
    line-height: 32px;
    font-family: 'Raleway-Regular';
}

#tfa_5-D {
    width: 100%;
}

.oneField .form-item {
    margin: 0px !important;
}

input[type="radio"] {
    height: auto;
}

label.reqMark {
    margin-bottom: 15px;
    display: block;
}

#client_logoleft_next {
    height: 76px;
    width: 100%;
    background-image: url(../images/next-logo1-client.png);
    background-repeat: no-repeat;
    animation: animatedBackground 85s linear infinite;
    line-height: 400px;
    mix-blend-mode: multiply;
    /* background-color: #fafafa; */
}

.pgCount {
    margin-bottom: 49px;
    margin-left: 28px;
}

.pgCount span {
    display: inline-block;
    vertical-align: top;
}

.trStories li {
    list-style-type: none;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 2px #efefef;
    width: 100%;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
}

.trndngImage {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    max-height: 264px;
    overflow: hidden;
}

.trndngContent {
    padding: 15px;
    background: #fff;
    border-radius: 0px 26px 8px 22px;
    min-height: 291px;
}

.trndngContent h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 16px;
}

.trndngContent p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.trndngContent a {
    font-size: 20px;
    display: inline-block;
    color: #407ae5;
    background: #215ed9;
    color: #fff;
    padding: 8px 24px;
    border-radius: 3px !important;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
    border: 0px !important;
    text-decoration: none !important;
}

#trndStories .owl-nav {
    margin-top: 11px !important;
    position: absolute;
    top: 100% !important;
    width: 10%;
    left: 45% !important;
    z-index: 9;
}

#trndStories .owl-nav {
    margin-top: 11px !important;
    position: absolute;
    top: 100% !important;
    width: 10%;
    left: 45% !important;
    z-index: 9;
}

#trndStories button.owl-prev {
    float: left;
    background: transparent !important;
    margin: 0px !important;
    width: auto;
    height: auto;
    border-radius: 0px 5px 5px 0px !important;
    color: #000 !important;
    font-size: 40px !important;
}

#trndStories button.owl-next {
    float: right;
    background: transparent !important;
    margin: 0px !important;
    width: auto;
    height: auto;
    border-radius: 5px 0px 0px 5px !important;
    color: #000000 !important;
    font-size: 40px !important;
}

#trndStories .owl-dots {
    counter-reset: dots;
    position: absolute;
    top: -70px;
    left: 114px;
    overflow: hidden;
    width: 92px;
    height: 20px;
}

#trndStories .owl-dots button {
    margin: 0px 8px;
    display: none;
}

#trndStories .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.paysmart-container .owl-theme .owl-dots .owl-dot span {
    display: none;
}

button.owl-dot.active {
    color: #ccc;
}

.trStories a.btnBlues span {
    margin: 0px;
    font-weight: normal;
    text-transform: inherit;
    border: 0px;
    padding: 0px;
}

.trndngContent a {
    font-size: 14px;
}

#trndStories1 .owl-nav {
    margin-top: 1px !important;
    position: absolute;
    top: -16% !important;
    width: 10%;
    left: 102px !important;
    z-index: 9;
}

#trndStories1 .owl-nav {
    margin-top: 22px !important;
    position: absolute;
    top: 95% !important;
    width: 10%;
    left: 45% !important;
    z-index: 9;
}

#trndStories1 button.owl-prev {
    float: left;
    background: transparent !important;
    margin: 0px !important;
    width: auto;
    height: auto;
    border-radius: 0px 5px 5px 0px !important;
    color: #000 !important;
    font-size: 40px !important;
}

#trndStories1 button.owl-next {
    float: right;
    background: transparent !important;
    margin: 0px !important;
    width: auto;
    height: auto;
    border-radius: 5px 0px 0px 5px !important;
    color: #000000 !important;
    font-size: 40px !important;
}

#trndStories1 .owl-dots {
    counter-reset: dots;
    position: absolute;
    top: -54px;
    left: 114px;
    overflow: hidden;
    width: 92px;
    height: 20px;
}

#trndStories1 .owl-dots button {
    margin: 0px 8px;
    display: none;
}

#trndStories1 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

#trndStories .trStories {
    padding: 0px;
}

#trndStories .trndngContent {
    min-height: 380px !important;
}

.read_more span {
    vertical-align: middle;
    font-size: 18px;
}

#trndStories1 .trStories {
    padding: 0px;
}

#trndStories1 .trndngContent {
    min-height: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.read_more span {
    vertical-align: middle;
    font-size: 18px;
}

.trndngContent p {
    min-height: 163px !important;
}

/******Menu navigation 22-11-2023 ******/
.paysmart-nav {
    display: flex;
    padding: 0;
    margin: 4px 0 0 0;
    list-style: none;
    float: right;
    /* margin-top:15px; */
}

.paysmart-nav li {
    list-style: none;
    /* margin-right: 5px !important; */
    position: unset;
}

.navigation_hdr .paysmart-nav li {
    list-style: none;
    margin-right: 5px !important;
    position: unset;
}

.dropdown-container-class a {
    color: #333;
    text-decoration: none;
    font-family: 'Raleway-Medium';
    font-size: 16px;
    padding: 10px 11px 10px !important;
    display: inline-block;
    position: relative;
}

.paysmart-nav span {
    color: #333;
    text-decoration: none;
    font-family: 'Raleway-Medium';
    font-size: 16px;
    padding: 10px 11px 10px;
    display: inline-block;

}

.paysmart-nav a:hover {
    color: #2F81ED;
}

.paysmart-nav span:hover {
    color: #2F81ED;
}

.paysmart-nav a.dropdown-toggle::after {
    content: "\e313";
    border: 0px;
    font-family: 'Material Icons';
    position: relative;
    right: 0px;
    font-size: 18px;
    top: -3px;
    float: right;
    margin-left: 0px;
}

/* .paysmart-nav li a:last-child{
    padding: 10px 15px;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
} */
.paysmart-dropdown {
    padding: 0px 0px !important;
}

.paysmart-dropdown {
    padding: 20px 0px;
}

/* .paysmart-dropdown ul{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
} */
.paysmart-dropdown .dropdown-menu {
    width: 100%;
}

.paysmart-dropdown ul li {
    width: 33%;
    margin: 0 0 10px;
    padding-right: 40px;
}

.paysmart-dropdown ul li a {
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #215ed9;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.paysmart-dropdown ul li p {
    font-size: 11px;
    line-height: 24px;
    font-weight: 400;
}

.paysmart-dropdown .dropdown-menu.show {
    min-width: 230px;
    background: #F1F1F1;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
    border: 0;
    border-radius: 0;
    top: 88px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px;
}

.menu-icon-137 .exprtbtn_hdr {
    display: inline-block;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #2F81ED, #77FED6);
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.menu-icon-137 .exprtbtn_hdr:hover {
    color: #ffffff;

}

.paysmart-dropdown a {
    padding: 9px 0px 10px !important;
}

.paysmart-nav li {
    cursor: pointer;
}

.navigation.menu--main {
    position: static !important;
}

/* Dropdown arrow css  start */
.navigation_hdr .dropdown-toggle::after {
    /* display: inline-block !important;
    border: solid #343a40 !important;
    padding: 3px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    border-width: 0px 2px 2px 0px !important;
    margin-left: 6px !important; */
}

.navigation_hdr .dropdown-toggle::after {
    display: inline-block !important;
    border: solid #343a40 !important;
    padding: 2px !important;
    /* transform: rotate(45deg) !important; */
    /* -webkit-transform: rotate(45deg) !important; */
    border-width: 0px 2px 2px 0px !important;
    margin-left: 6px !important;
    /* margin-top: 8px; */
    content: "\e313";
    border: 0px !important;
    font-family: 'Material Icons';
    position: relative;
    right: 0px;
    font-size: 18px;
    top: -3px;
    float: right;
    margin-left: 0px !important;
}

.water_agency_list_sec .scrollListWrap {
    height: 350px;
    overflow: hidden;
}

/* Dropdown arrow css  close */

.com_blng_newbl_wrp .multi_lftcontnt_sub {
    padding-top: 100px;
    margin-top: 50px;
}

.list_lft_fea h2 {
    font-size: 26px;
    font-family: 'raleway-bold';
}

.noti_wrp_newbx .multi_lftcontnt_sub {
    padding-top: 100px;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index: 9999;
}

.conduct1 {
    background: url(../images/code-conduct/code-of-conduct-11.png) no-repeat;
    /* margin-top: 90px; */
    background-position: right;
    background-color: #3081ee;
}

.conduct-two p a {
    color: #215ed9 !important;
}

.Code-of-Conduct .formsection1 .form-group input#edit-relevant-attachments-upload {
    border: none !important;
}

.Code-of-Conduct .primaryAction {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%) !important;
}

.conduct-left {
    padding: 80px 0;
}

.conduct-left h3 {
    font-size: 30px;
    /* font-weight: 600; */
    color: #fff;
    font-family: 'Raleway-bold';
    line-height: 50px;
    margin-bottom: 30px;
}

.conduct-left a {
    font-size: 18px;
    font-weight: 600;
    color: #215ed9;
    border: 2px solid #fff;
    border-radius: 35px;
    background-color: #fff;
    padding: 10px 30px;
    font-family: 'Raleway-bold';
}

.conduct-two p {
    font-size: 18px;
    line-height: 23px;
    padding: 30px 0;
    font-family: 'Raleway-Regular';
    margin: 0;
}

.conduct-two h4 {
    font-size: 25px;
    line-height: 40px;
    font-family: 'Raleway-bold';
    margin: 0;

}

.conduct-two ul {
    margin: 0;
}

.conduct-two ul li {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 10px;
}

.buttonblue:hover {
    color: #fff;
}

.buttonblue {
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%);
    font-size: 16px;
    font-family: 'Raleway-bold';
    padding: 15px 20px;
    color: #fff;
    border-radius: 35px;
    line-height: 50px;
}

.listandbutton a {
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%);
    font-size: 16px;
    font-family: 'Raleway-bold';
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    line-height: 25px;
}

.listandbutton li {
    width: 100%;
    margin-bottom: 20px;
}

.nonbutton {
    background: #fff !important;
    color: #215ed9 !important;
    padding: 0 !important;
}

.listandbutton .buttonright {
    width: 15%;
    float: inline-start;
}

.paddingtop20px {
    padding-top: 20px;
}

.paddingbottom20px {
    padding-bottom: 20px;
}

.secondulist {
    margin: 10px 0 !important;
}

.formsection1 {
    margin: 90px 0;
    font-family: 'Raleway-Regular';
}

.formsection1 h3 {
    font-size: 30px;
    font-family: 'Raleway-bold';
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.formsection1 p {
    font-size: 20px;
    line-height: 35px;
}

.formsection1 .widthauto {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formsection1 .widthauto .form-group {
    width: 49%;
}

.formsection1 .form-group {
    margin-bottom: 2rem;
}

.formsection1 .form-group label {
    font-size: 20px;
}

.formsection1 .form-group .form-control {
    min-height: 50px;
}

.formsection1 .form-group .custom-file-label {
    width: 280px;
}

.formsection1 .form-group .custom-file-input:lang(en)~.custom-file-label::after {
    content: "";
    padding: 0 !important;
}

.formsection1 h4 {
    font-size: 23px;
    font-family: 'Raleway-bold';
    padding-bottom: 20px;
}

.formsection1 .form-check {
    padding: 10px 0 25px;
}

.formsection1 .form-check label {
    font-size: 16px;
    margin-left: 10px;
}

.formsection1 .form-check .form-check-input {
    height: 18px;
    width: 18px;
}

.formsection1 a {
    font-size: 18px;
    font-family: 'Raleway-bold';
    color: #fff;
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%);
    padding: 15px 50px;
    border-radius: 35px;
    line-height: 60px;
}

/* Thanku page for code of conduct */
.blog-data-div h4 {
    font-family: 'Raleway-bold';
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(108deg, #0087eb 30.86%, #00d5fa 103.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
    padding: 30px 0px 0px;
}

.thankyou-div {
    margin: 90px 0 30px;
    min-height: 300px;
    width: 100%;
    background: url(../images/code-conduct/thankyou-ipaysmart.png);
    background-position: center;
    background-color: #018bbc;
    background-repeat: no-repeat;
}

.heAdingthree {
    font-size: 32px;
    text-align: center;
    margin: 40px 0 16px;
    color: #fff;
}

.paragraphupdated {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.Code-of-Conduct .formsection1 {
    margin: auto !important;
}

.Code-of-Conduct-Thank-You .thankyou-div {
    margin: auto !important;
}

.Code-of-Conduct .foot_cntc_card {
    display: none;
}

.Code-of-Conduct .form-check {
    display: flex;
    position: relative;
    right: 8%;
}

.Code-of-Conduct .form-checkbox {
    font-size: 5px;
    margin-top: 2px;
}

.Code-of-Conduct .formsection1 .form-check label {
    position: relative !important;
    right: 7% !important;
    width: 450% !important;
}

.Code-of-Conduct .description {
    display: none;
}

.Code-of-Conduct-Thank-You .smpl_cus_hdng {
    display: none;
}

.Code-of-Conduct .formsection1 h3 {
    text-align: center !important;
}
.Reports .list_lft_fea {
    width: 50%;
}
.Reports .list_rgt_fea {
    width: 50%;
}
.Ipaysmart-Security .sec_lft_img {
    text-align: center;
}
.Ipaysmart-Security .logo_imgg figure{
    margin-top: 0;
    background: #fff;
    width: unset;
    margin-left: -100px;
    transform: translateY(-56%);
}
.Payment-Arrangements .feature_fld_wrp.pay_mnt .pwd_txt_blng p{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000;
}
b, strong, h1 {
    font-weight: bolder;
    font-family: 'Raleway-Bold';
}
.dre-row-padd .dre_third_secn p {
    color: #666;
}
.spk_tous p {
    color: #fff;
}
.casestudyContent .fieldset-wrapper .js-form-item.form-item.js-form-type-radio {
    margin-right: 70px !important;
}
.Payments .whyipy_smrt p {
    margin-top: 16px;
}
section.com_blng_dtsl_wrp.com_blng_newbl_wrp {
    padding-top: 0;
}
.Payment-Arrangements .smpl_cus_hdng {
    margin-top: 0;
}
 @media screen and (max-width: 768px) {

    .water_agency_list_sec .list_repeat.row_left_content>div,
    .water_agency_list_sec .list_repeat.row_right_content>div {
        width: 100%;
        padding-left: 0px;
    }

    section.common_video_wrp.telecomm_new_sec.water-acency-main {
        min-height: 356px !important;
    }

    section.common_video_wrp.telecomm_new_sec.water-acency-main .telecomm_head h2 {
        text-align: center;
    }

    .energy_comp {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .footer-column ul {
        margin-bottom: 20px;
    }

    body .contactus_page {
        height: auto !important;
        padding-top: 20px !important;
    }

    .wFormContainer .wForm form {
        padding: 0 1.8rem 1rem !important;
    }

    .FormHeader .wFormContainer .wForm .wFormTitle {
        padding: 1rem 2rem 0rem !important;
    }

    .FormHeader .wFormContainer .wForm .inputWrapper textarea {
        height: 8em !important;
    }

    .contactt {
        /* padding-top:235vh;  */
    }

    body section.common_video_wrp.secu_wprbnrsec {
        background: #f0ffff;
        min-height: 200px;
        margin-bottom: 2rem;
    }

    body section.common_video_wrp.secu_wprbnrsec video {
        display: none;
    }

    .secarrow img {
        display: none;
    }

    .last_sec1 img {
        display: none;
    }

    .last_sec2 img {
        display: none;
    }

    .last_sec_services img {
        display: none;
    }

    .secc_last {
        display: none;
    }

    .energy_comp .div_pay_opt h4 {
        margin-top: -28px !important;
        font-size: 25px;
        text-align: left;
    }

    .commercila_options ul li {
        width: 48%;
    }

    .sec_analy {
        margin-top: 34px;
    }

    .energy_bann {
        font-size: 25px;
    }

    .energy_bann:after {
        display: none;
    }

    .last_sec {
        transform: translateY(0px);
    }

    .start_journey .secarrow img {
        width: 338px !important;
        margin-top: 17px !important;
        margin-left: 0px !important;
    }

    .bu_textContainer img {
        width: 162px !important;
        text-align: center;
    }

    .start_journey .bu_textContainer p {
        width: 100% !important;
        font-size: 15px;
        text-align: center;
    }

    .bu_img img,
    .bu_img_pre img {
        width: 100% !important;
        position: static !important;
    }

    .last_sec1 img {
        width: 272px !important;
        margin-top: -40px !important;
        margin-left: -10vw !important;
    }

    .last_sec_services {
        width: 291px !important;
        margin-top: -55px !important;
        margin-left: 2vw !important;
    }

    .last_sec2 img {
        width: 283px !important;
        margin-top: 25px !important;
        margin-left: 1vw !important;
    }

    .secc_last {
        text-align: center;
        margin-top: -63px !important;
    }

    .payment_platform {
        text-align: center;
        margin-top: 0px !important;
    }

    .secc_sectn {
        text-align: center;
        margin-top: 0px !important;
    }

    .start_journey .bu_textContainer {
        text-align: center !important;
    }

    .platform-container .new_telecom ul li {
        width: 100% !important;
        margin: 20px -20px !important;
    }

    .platform-container .emobility_box ul li {

        margin: 20px 0px !important;
        width: 100% !important;
        min-height: 200px;

    }

    .emobility_box ul {
        display: block !important;
    }

    .telecomm_head p {
        width: 100% !important;
    }

    .view_resource_lib {
        width: 100% !important;
        margin-top: 1vw !important;
    }

    .coll_process_energy_trading.palities {
        clear: both;
        padding-top: 60px;
    }

    section.our_prirty {
        padding: 0px 20px 50px;
    }

    .sub_page_banner .content_lft_sub {
        padding: 0px 10px;
    }

    .sub_page_banner.pmtarra_wrpbnr .content_lft_sub {
        padding: 0px 15px;
    }

    .emo_para_new p {
        width: auto;
        text-align: left;
    }

    .Nlp-container video {
        width: 100%;
    }

    .div_pay_opt h3 {
        font-size: 25px !important;
        text-align: left !important;
    }

    .right_sec video,
    .left_sec video {
        max-width: 100% !important;
    }

    .rght_multiimg_sub.right_sec {
        padding-top: 60px;
    }

    .commercila_options ul li .spk_uslink {
        min-width: 93%;
    }

    .platformAdoptation,
    .aipoweredsec,
    .trustbySec {
        padding-top: 20px !important;
    }

    .simple_conv p {
        width: 100%;
    }

    .trading_energy_left video,
    section.banner_main.pmt_mainbnr>video,
    .telecomm_new_sec.telesepaposiwrp>video,
    .bgbillingbnr.pre_paytopBanner>video,
    .common_video_wrp.paymentBanner>video {
        display: none !important;

    }

    .bgbillingbnr.pre_paytopBanner {
        background: #f0ffff;
    }

    body section.common_video_wrp.pre_paytopBanner {
        min-height: 260px;
    }

    .bu_textContainer.lft_cus_exptn {
        margin-left: 0px;
    }

    .bu_textContainer.rgt_cus_exptn {
        margin-right: 0px;
    }

    .bu_textContainer.lft_cus_exptn,
    .bu_textContainer.rgt_cus_exptn {
        border-radius: 149.5px;
        padding: 90px 10px 90px 70px !important;
    }

    .banner_main.pmt_mainbnr {
        background: #3181ef;
    }

    section.banner_main.paymentBanner.emobility_banner {
        min-height: 300px !important;
        height: 40vh;
    }

    .secu_wprbnrsec p {
        max-width: 100%;
    }

    .pwd_txt_blng p {
        width: 100%;
    }

    .list_lft_fea ul {
        transform: none !important;
    }

    .arrow-1.animated {
        /* display:none; */
        margin-bottom: -10px;
    }

    .common_video_wrp.paymentBanner {
        background: #f5faff;
    }

    .telecomm_new_sec.telesepaposiwrp {
        background-image: linear-gradient(#f0fffd, #c9ffef) !important;
        min-height: 390px !important;
    }

    .telecom_wrplist .list_lft_fea ul {
        width: 100%;
    }

    /*****************video width 22 nov*******************/
    .feat_list_sec video {
        width: 100%;
    }

    /*****************end*******************/
    /************************************/
    .parsona_video_sec>video {
        display: none;
    }

    .parsona_video_sec {
        background: #3181ef;
    }

    .persona_service ul li,
    .payment_opt ul li {
        width: 100%;
    }

    .persona_service ul li:nth-child(3),
    .persona_service ul li:nth-child(6),
    .persona_service ul li:nth-child(2),
    .persona_service ul li:nth-child(4) {
        margin-top: 30px;
    }

    .persona_sec_one {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .persona_service ul li p,
    .persona_service ul li span {
        padding-right: 0px;
    }

    /************************************/
    .whychoose_listbx.ipay_lead.item_center .card_ens_cnt {
        margin-left: 0;
        margin-right: 0;
    }

    .pre_paytopBanner .col-md-6 p br {
        display: none;
    }

    .smpl_cus_hdng.preconveience,
    .ref_sec_subpg .pwd_txt_blng h4 {
        text-align: center;
    }

    .balance_update h2 {
        margin-bottom: 30px;
    }

    .build_for_developers {
        display: none;
    }

    .col-sm-5.multi_lftcontnt_sub.col-12.div_pay_opt p br {
        display: none;
    }

    .sec_ensure h3,
    .sec_analy h3,
    .coll_process h3 {
        margin-bottom: 0px !important;
    }

    .meeting_consumers .list_lft_fea {
        width: 100%;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .arrow-1 {
        margin-top: -110px;
        padding: 0 9%;
    }

    .arrow-2 {
        margin-top: -110px;
    }

    .stru_pwr_img img {
        width: 100%;
    }

    .list_lft_fea.w55 {
        width: 100%;
    }

    .secnd_sec {
        position: relative;
    }
    div#google-captcha {
        min-height: 47px;
    }
    .wFormContainer .actions .primaryAction {
        margin-bottom: 2rem;
    }
    .focus_new_sec .card_ens_cnt {
        max-height: unset;
    }
    .list_lft_fea.w55 {
        top: 0;
    }
    /* .pmt_exp_wrpsec.pmt_spacetoppmt {
        padding-top: 0;
    }
    .pmt_exp_wrpsec.pmt_spacetoppmt .card-list_pmt .smpl_cus_hdng {
        margin-top: 0;
        margin-bottom: 16px;
    } */
    .pmt_exp_wrpsec.pmt_spacetoppmt .card-list_pmt {
        margin: 0;
    }
    .list_repeat {
        margin-bottom: 40px;
    }
    .smpl_cus_hdng {
        margin: 24px 0 24px;
    }
    section.feature_fld_wrp {
        margin-top: 24px;
    }
    .com_blng_newbl_wrp .multi_lftcontnt_sub {
        padding-top: 0;
        margin-top: 16px;
    }
    .Reports .list_lft_fea {
        width: 100%;
    }
    .Reports .list_rgt_fea {
        width: 100%;
    }
    section.feature_fld_wrp.pay_mnt {
        margin-top: 0;
    }
    .smpl_cus_hdng.preconveience br{
        display: none;
    }
    .Persona .common_video_wrp.bgbillingbnr.parsona_video_sec{
        color: #fff;
    }
    .Persona .common_video_wrp.bgbillingbnr.parsona_video_sec .pmtcolorexp {
        color: #fff;
        font-family: 'Raleway-Bold';
    }
    .Persona .common_video_wrp.bgbillingbnr.parsona_video_sec br {
        display: none;
    }
    .coll_process h3 {
        margin-top: 48px;
    }
    .coll_process h3 br {
        display: none;
    }
    .Telecom .feat_sec_wrp_noti .list_rgt_fea {
        padding-left: 0;
        padding-bottom: 16px;
    }
    .Telecom section.feature_fld_wrp.feat_sec_wrp_noti {
        margin-bottom: 0;
    }
    .Telecom section.subpages_pmt_exp_wrpsec.balance_update.start_journey {
        padding-top: 0;
    }
    .Energy-Trading .heAdingthree {

    }
    .water_agency_list_sec .scrollListWrap {
        height: 100%;
    }
    .water_agency_list_sec .list_repeat.row_left_content>div, .water_agency_list_sec .list_repeat.row_right_content>div {
        padding-bottom: 16px;
    }
    .Water-Agencies .smpl_cus_hdng p {
        line-height: 24px;
        margin-top: 16px;
    }
    .leadership-container .content_lft h2 {
        margin-top: 0;
    }
    #block-trendingstoriesblock .pgCount {
        display: none;
    }
    .casestudyContent .FormHeader {
        position: unset;
    }
    .casestudyContent {
        height: 100%;
        margin-bottom: 0;
    }
    .leadership-container .content_lft h2 img {
        height: 34px;
    }
    .casestudy-dis br {
        display: none;
    }
	.THE-DIGITAL-FRONTIER--Understanding-the-emerging-frontiers-in-the-billing-and-payments-ecosystem img{
height:auto;
	}
}

.list_rgt_fea.vdoRight.ConvenientVdo video {
    clip-path: inset(0px 32px 0px 0px) !important;
}
.footer-left address hr{
    width: 80%;
    margin-left: 0px;
}
.ipaysmart-infographics .inFoContent {
    margin-top: 50px;
    margin-bottom: 80px;
}
.ipaysmart-infographics .inFoContent h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
/*****************************thought_leadership new page ************************/

  .leader1sec{
  background-image: url(../images/image1.png);
  background-repeat: no-repeat;
  min-height: 550px;
  background-position: bottom;
  background-size: 100% 100%;
  display: flex;
   align-items: center;
}
.leader1sec h2{
font-size: 60px;
font-family: 'Raleway';
font-weight: 500;
line-height: 1.5;
color: #fff;
}
.leader1sec p{
  font-size: 18px;
  font-family: 'Raleway';
line-height: 1.5;
font-weight: 300;
  color: #fff;
  }
  .leader2sec{
    padding: 40px 0;
  }
  .leader2sec h3{
  font-family: 'Raleway';
line-height: 1.5;
font-size: 40px;
padding-bottom: 20px;
margin-bottom: 0;
  }
.leader2sec .leftsec img{
  width: 100%;
}
.leader2sec .leftsec h5{
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
}
.leader2sec .leftsec p{
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.leader2sec .leftsec ul{
  display: flex;
}
.leader2sec .leftsec ul li{
  margin-right: 30px;
  list-style-type: none;
  font-size: 14px;
}
.leader2sec .leftsec ul li:nth-child(2){
  list-style-type: disc;
}
.leader2sec .rightsec{
display: flex;
margin-bottom: 20px;
}
.leader2sec .rightsec img{
  width: 40%;
  margin-right: 20px;
}
.leader2sec .rightsec .righttext{
  width: 60%;
}
.leader2sec .rightsec .righttext h6{
font-size: 20px;
font-family: 'Raleway';
margin-bottom: 0px;
border-bottom: 1px solid #000000;
padding-bottom: 15px;
}
.leader2sec .rightsec .righttext ul{
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;

}
.leader2sec .rightsec .righttext ul li{
  width: 50%;
  list-style-type: none;
font-family: 'Raleway';
font-size: 14px;
}
.leader2sec .rightsec .righttext ul li:nth-last-child(1){
  text-align: right;
}
.leader3sec{
  padding: 100px 0;
}
.leader3sec .tabdata{
  margin-bottom: 50px;
  margin-top: 50px;
}
.leader3sec .tabdata img{
width: 100%;
padding-bottom: 30px;
}
.leader3sec .tabdata h6{
  font-size: 16px;
  font-family: 'Raleway';
  font-weight: 600;
padding-bottom: 30px;
line-height: 1.4;
}
.leader3sec .tabdata p{
  font-size: 14px;
  font-weight: 500;
padding-bottom: 20px;
margin-bottom: 0;
font-family: 'Raleway';
min-height: 120px;
}
.leader3sec .tabdata ul{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.leader3sec .tabdata ul li{
  font-size: 14px;
  font-family: 'Raleway';
  font-weight: 300;
}
.leader3sec .tabdata ul li:first-child{
  list-style-type: none;
  font-weight: 500;
  margin-right: 25px;
}
.leader3sec .tabdata a{
  background: linear-gradient(239.46deg, #77FED6 -7.18%, #6AD1F3 24.16%, #2F81ED 78.24%);
font-size: 15px;
line-height: 1.5;
padding: 10px 20px;
border-radius: 50px;
color: #ffffff;
}
.leader3sec .lesderblog{
  padding: 20px 50px;
  border-radius: 30px;
  background: #E6ECF6;
}
.leader3sec .lesderblog .nav-tabs {
  border-bottom: none;
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
.leader3sec .lesderblog button{
  background-color: #2f81ed91 !important;
  color: #ffffff !important;
  border-radius: 60px;
  padding: 8px 40px;
  border: none;
  min-width: 180px;
}
.leader3sec .lesderblog button.active{
  background: #2F81ED !important;
}
.leader4sec{
  background-color: #F2F2F2;
  padding: 100px 0;
}
.leader4sec .demoform h6{
font-size: 18px;
color: #2F81ED;
line-height: 1.5;
}
.leader4sec .demoform h5{
  margin-bottom: 50px;
}
.tlpage-demorequest .form-control{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    color: #000000 !important;
    margin-bottom: 20px !important;
    border-radius: 0px !important;
}

@media (max-width:767px) {
  .leader1sec{
    min-height: 200px;
  }
  .leader1sec>.container{
    backdrop-filter: contrast(0.8);
  }
  .leader1sec h2{
    font-size: 40px;
  }
  .leader2sec .rightsec{
    display: block;
  }
  .leader2sec .rightsec img, .leader2sec .rightsec .righttext {
    width: 100%;
    margin-right: 0;
  }
  .leader2sec .rightsec .righttext h6{
    margin-top: 10px;
  }
  .leader3sec .lesderblog button{
    width: 100%;
    margin-bottom: 15px;
  }
  .leader3sec .lesderblog {
    padding: 20px 30px;
  }
}