body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.main-sidebar {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 230px;
}
a:focus, a:hover {
    text-decoration:none;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #044688;
  }
  
  ::selection {
    color: #fff;
    background: #044688;
  }
.card {
    margin-bottom: 10px !IMPORTANT;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
}

.card-header {
    padding: 0.45rem 0.675rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px 10px;
}

.content-wrapper,
.main-footer,
.main-header {
    margin-left: 230px;
}

.main-sidebar .logo {
    height: 57px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sidebar .logo img {
    border-radius: unset;
    box-shadow: unset;
    left: unset;
    margin: 0;
}

.content-header h1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #131523;
}

.sidebar-dark-primary {
    background-color: #ffffff;
}

[class*="sidebar-dark"] .brand-link {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sidebar-scroll-bar::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.sidebar-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #2b79fc;
}

.elevation-4 {
    box-shadow: 0px 1px 15px rgb(0 0 0 / 16%);
}

.skin-blue .sidebar-form {
    border-radius: unset;
    border: unset;
    margin: unset;
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.search-form-box {
    box-shadow: none;
    border-radius: 20px;
    background-color: #f7f9f8;
    border: 1px solid transparent;
    height: 35px;
    padding-left: 36px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #5a607f;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skin-blue .sidebar-form input[type="text"] {
    color: #666;
    border-radius: 20px;
}

.serach-icon-pos {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 9;
}

.sidebar {
    padding-left: unset;
    padding-right: unset;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #2b79fc21;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000;
    border-radius: unset;
    box-shadow: unset !IMPORTANT;
    border-right: 3px solid #2b79fc;
    margin-bottom: 0px;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
    color: #000;
    font-size: 13px;
    padding-left: 15px;
}

.sidebar-dark-primary .sidebar a {
    color: #000;
    margin-bottom: 0px !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p {
    color: #2b79fc;
}

.sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link,
.sidebar-dark-primary .nav-sidebar>.nav-item:hover>.nav-link {
    color: #000;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-treeview {
    background: #f8f8f8;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link:hover {
    color: #007bff;
}

.nav-sidebar .nav-item:hover {
    background: #2b79fc21;
}

.nav-link {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumb>.active {
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #0e57d2;
}

.content-header {
    position: relative;
    padding: 10px 0px 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-header>h1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #131523;
}


/*     Table Style      */

.table {
    border-spacing: 0px;
    border: 1px solid #a7a7a7;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table thead tr th:first-child,
.table tbody tr td:first-child {
    text-align: center;
}

.table-bordered thead tr th {
    border: 1px solid #a7a7a7b8;
    border-bottom: 0px;
    border-top: 0px;
    background: #0e57d2;
    vertical-align: middle;
    color: white;
    padding: 4px 6px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.table tbody tr td {
    padding: 4px 6px;
    background: transparent;
    border: 1px solid #a7a7a7;
    /* border-bottom: 1px solid #eaeaea; */
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    color: #000;
    vertical-align: middle;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 5px;
}


/*   Button Style  */

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-blue {
    width: auto;
    height: 30px;
    background: #2b79fc;
    border: 1px solid #2b79fc;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

.btn-red {
    width: auto;
    height: 30px;
    background: #fb3838;
    border: 1px solid #fb3838;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover,
.btn-blue:active:focus,
.btn-primary.focus,
.btn-primary:focus {
    background: #70a5fe;
    border: 1px solid #2b79fc;
    outline: unset;
    color: #fff;
}

.btn-red:hover,
.btn-red:active,
.btn-red.hover,
.btn-red:active:focus,
.btn-red.focus,
.btn-red:focus {
    background: #ff6464;
    border: 1px solid #fb3838;
    outline: unset;
    color: #fff;
}

.text-input-sm {
    height: 30px;
    border-radius: 6px;
    background: #f7f6f4;
    border: 1px solid #e0e0e0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #131523;
}

.select-input-sm {
    height: 30px !important;
    border-radius: 6px;
    background: #f7f6f4;
    border: 1px solid #e0e0e0;
    line-height: 12px;
    font-size: 12px;
    padding: 5px 15px 5px 10px;
}

.input-label {
    font-weight: normal !important;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #212529;
    margin-bottom: 0px;
}

.box-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #131523;
    margin-top: 0px;
    margin-bottom: 0px;
}

.file-input {
    height: 38px;
    border-radius: 6px;
    background: #f7f6f4;
    border: 1px solid #e0e0e0;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #131523;
}

input[type="checkbox"].tgl-ios {
    margin: 1px 0 0 16px;
}

input[type="checkbox"].tgl-ios+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: -3px;
    width: 50px;
    height: 23px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].tgl-ios:checked+label:before {
    background: #2b79fc;
}

input[type="checkbox"].tgl-ios:checked+label:after {
    margin-left: 28px;
}

input[type="checkbox"].tgl-ios+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.delete-icon svg,
.edit-icon svg,
.view-icon svg {
    width: 22px !important;
    height: unset;
}

.btn-green {
    width: auto;
    height: 30px;
    background: #28a745;
    border: 1px solid #28a745;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

.btn-sm {
    height: 22px;
    font-size: 12px;
    line-height: 10px;
}

.wysihtml5-sandbox {
    width: 100% !important;
}

.btn-orange {
    color: #1F2D3D;
    background-color: #fe6809;
    border-color: #fe6809;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-orange:hover {
    color: #1F2D3D;
    background-color: #ed620a;
    border-color: #fe6809;
}

.top-header-icon {
    width: 40px;
    height: 40px;
    background: #f7f6f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgb(21 34 50 / 8%);
    position: relative;
}

.noti-circle-label {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0e57d2;
    top: -4px;
    right: -2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 5px 4px rgb(21 34 50 / 8%);
    border: none;
    padding: 10px 10px;
    width: 280px;
}

.notification-txt {
    font-size: 12px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.slimScrollDiv .menu {
    padding-left: 0px;
    list-style-type: none;
}

.dropdown-menu .header {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #131523;
    margin-top: 0px;
    margin-bottom: 0px;
}

.user-prof-text {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #8a8d94;
    padding-right: 10px;
}


/*------------- Login Screen Css -------------*/

.login_bg {
    background: url(../img/login-niti@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-leftsec_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login_logo_sec {
    background: #fff;
    padding: 10px;
}

.userlogin {
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
    color: #185589;
    margin-bottom: 30px;
}

.login_form_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}




.img-circle {
    height: 70px;
    width: 70px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 15px 20px 15px 20px;
    border-top-width: 0;
    width: 280px;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}


/* About-us  */

.about-us-bg {
    background: url(../images/new-frontend/about-main-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-bg {
    background: url(../images/new-frontend/abt-bg.png);
    background-position: 100% 3%;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-icons {
    background: url(../img/new-frontend/icon-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-us-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 65px;
    text-align: left;
    color: #044688;
    padding: 22px 0px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px;
}

.welcome-to::before {
    display: inline-block;
    content: "";
    width: 62px;
    height: 0px;
    background: #185589;
    border: 2px solid #185589;
    margin-bottom: 7px;
    margin-right: 20px;
}

.welcome-to {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 78px;
    text-align: left;
    color: #185589;
}

.ev-awareness {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 53px;
    line-height: 54px;
    text-align: left;
    color: #185589;
}

.ev-awareness-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000;
}

.register-para {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #000;
    padding: 0 20px;
}

.register-liter {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 44px;
    text-align: left;
    color: #185589;
}

.register-round {
    width: 268px;
    height: 268px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
}


/* About-us Css 12-10-2021 end */


/* Going ELectric Css 13-10-2021 */

.going-electric-bg {
    background: url(../images/new-fronend-img/telangana-img/Telanagna-inner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.going-electric {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 43px;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.going-electric-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

.discover-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.container-fluid-custom {
    padding-left: 40px;
    padding-right: 40px;
}

.benefit-ev-box {
    width: 415px;
    background: #fff;
    box-shadow: 0px 19px 66px rgb(0 0 0 / 10%);
    position: absolute;
    top: 55%;
    left: 13%;
    height: 245px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.pos-relative {
    position: relative;
}

.benifits-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}

.benifits-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #000;
}

.mb-100 {
    margin-bottom: 100px;
}


/* .rectangle-dot{
    width: 36px;
    height: 29px;
    background: #185589;
    margin-bottom: 0;
    float: right;
} */

.pd-20 {
    padding: 20px;
}

.pb-120 {
    padding-bottom: 120px;
}

.load-more-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #185589;
    width: 230px;
    height: 80px;
    background: #fff;
    border: 1px solid #185589;
    text-align: center;
    text-transform: uppercase;
}

.load-more-btn:hover {
    background: #f7f7f7;
}

.pt-100 {
    padding-top: 100px;
}


/* Going ELectric Css 13-10-2021  end*/


/* Ev Myths Busted */

.fact-bold {
    font-weight: 700;
}

.pt-30 {
    padding-top: 30px;
}

.pt-145 {
    padding-top: 145px;
}

.myths-hear-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #044688;
    padding-bottom: 20px;
    padding-left:0px;
}

/* .myths-hear-title::before {
    display: inline-block;
    content: "";
    width: 62px;
    height: 0px;
    background: #185589;
    border: 2px solid #185589;
    margin-bottom: 7px;
    margin-right: 20px;
} */

.fact-bg {
    background: #eaeff4;
    padding: 12px;
    cursor: pointer;
}

.arrow-circle-box {
    width: 30px;
    height: 30px;
    background: #185589;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
    box-shadow: none;
    font-weight: 500;
    border: 2px solid #185589;
}

.arrow-circle-box:hover {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
    background: transparent;
    color: #185589;
    cursor: pointer;
}

.read-more-link {
    color: #185589;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 14px;
}


/* Ev Myths Busted End */



/* ALL animation types called */

@-webkit-keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.timeline-benefit-item-num {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: white;
    font-family: 'Poppins';
}

.in-this-article {
    text-align: center;
    width: 402px;
    margin-bottom: 0;
    color: white;
    border: 1px solid #185589;
    background: #185589;
    padding: 20px;
    margin-top: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* Benefits of Ev End */


/* Types of Ev  */

.hybrid-electric-list li {
    list-style-type: auto;
    font-size: 15px;
    padding-top: 5px;
}

.types-ev-img {
    margin: 0 auto;
    display: flex;
}

.moretext1 {
    display: none;
}

.moretext2 {
    display: none;
}

.moretext3 {
    display: none;
}

.moretext4 {
    display: none;
}

.learn-more-btn {
    color: #2c5a89;
    background: #fff;
    border: 1px solid #185589;
    padding: 10px;
    font-weight: 600;
}

.component-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
    text-align: left;
    color: #185589;
    padding-bottom: 20px;
    /* padding-left: 78px; */
}


/* Types of Ev  End */


/* ------------financing option -----------*/

.bank-icon-box {
    padding: 20px 10px;
    box-shadow: 0 0 48px 0 rgb(0 0 0 / 8%);
    background-color: #ffffff;
    border-radius: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    width: 250px;
}
a.bank-icon-box img {
    height: 50px;
}

/* ------------financing option  End-----------*/


/*------------Frontend Home Style --------------*/

.topbar_rightsec {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 15px;
    justify-content: end;
}
.topbar_leftsec {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 15px;
    justify-content: end;
}
.topbar_rightsec li {
    position: relative;
}
.topbar_leftsec li {
    position: relative;
}

.topbar_rightsec li:not(:last-child):after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #cdcaca;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
}

/* .topbar_leftsec li:not(:last-child):after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 2px solid #000;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
} */
.topbar_bg {
    background: #fff;
  
}

.topbar_whitebox {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #f3f3f3;
    margin-right: 3px;
}

.topbar_blackbox {
    width: 15px;
    height: 15px;
    background: #000;
    border: 1px solid #e3e3e3;
}

.topscreenreader_txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    color: #000;  
}
.topscreenreader_txt:hover{
    text-decoration: none;
    color: #044688;
}

.topsearch {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-left: 8px;
}

.share_content_box {
    border-radius: 30px 30px 0px 30px;
    background: #00b0f0 !important;
    padding: 3px 3px !important;
    color: #fff !important;
    width: 156px;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
    box-shadow: none;
    border: 3px solid #00b0f0;
    font-weight: 500;
}

.share_content_box:hover {
    background: transparent !important;
    color: #185589 !important;
    cursor: pointer;
}
.get-in-touch-text {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
}
.share_content_txt {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
    font-weight: 700;
}

.share_content_box:hover .share_content_txt {
    color: #fff;
}
.share_content_box:hover{
    border: 3px solid #00b0f0;
}
.share_icon {
    width: 25px;
    height: 25px;
    background: #00b0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_icon img {
    width: 15px;
}

.footer_bg {
    background-repeat: no-repeat;
    background-position: center;
    background: #044688;
    background-size: cover;
    color: #fff;
}
.copy-right-bg{
    background: #044688;
}
.footer-head {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.footer_links {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: #fff;
}

.footer_links:hover {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
    color: #00b0f0;
}

.footer_contact {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    color: #fff;
}

.footer_contact:hover {
    color: #00b0f0;
}

.footer_copyright_txt {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}

.footer_bg {
    padding-bottom: 50px;
    padding-top: 50px;
}

.border-rgt {
    border-right: 2px solid #f3f3f34a;
}

/* .footer_box {
    padding-top: 32px;
} */

.ecpowerd_bg {
    padding: 50px 0px;
}
.ecpowerdSec_head {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.interrest_registerbtn {
    border-radius: 50px;
    border: 3px solid #185589;
    background: #185589;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 7px 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
    box-shadow: none;
    font-weight: 500;
}

.interrest_registerbtn:hover {
    background: transparent;
    color: #185589;
    cursor: pointer;
}

.importantlonks_head {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 74px;
    color: #185589;
    margin-bottom: 30px;
    font-weight: 600;
}

.implogo_bordr_box {
    border: 1px solid #e3e3e3;
    padding: 19px 10px;
    border-radius: 12px;
}
/* #implinks-slider:hover .imp-slider-arrowbtn .swiper-button-prev {
    display: flex;
}

#implinks-slider:hover .imp-slider-arrowbtn .swiper-button-next {
    display: flex;
} */

#implinks-slider .imp-slider-arrowbtn .swiper-button-prev {
    left: 10px;
    right: auto;
    color: #000;
    top: 27%;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#implinks-slider .imp-slider-arrowbtn .swiper-button-next {
    color: #000;
    top: 27%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#implinks-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}
.implinks_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.followus_sec {
    /* background: url(../images/new-fronend-img/telangana-img/follow-us-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.followus_head {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 35px;
    text-align: left;
    color: #dbdbdb;
    margin-bottom: 0px;
    font-weight: 600;
}

.followus_slidebox {
    /* background: #fff;
    box-shadow: 0px 3px 26px rgb(0 0 0 / 44%); */
    /* padding: 19px 20px; */
    border-radius: 24px;
    position: relative;
}
#followus-slider .style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(11, 50, 122, 0.3);
    background-color: #f5f5f5;
    border-radius: 24px;
    margin: 10px 0px;
   
}
#followus-slider .style-4::-webkit-scrollbar {
    width: 8px;
    background-color: #6e1c1c00;
    border-radius: 24px;
    margin: 10px 0px;
 

}
#followus-slider .style-4::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;;
    border: 2px solid #d6d6d6;;
    border-radius: 24px;
}
.followus_slide_title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: #000;
    padding-left: 6px;
}
.followus-twitter-title{
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #a7a6a6;
    padding-left: 6px;
}
.twitter-followbtn{
    background: #55aded;
    color: #fff;
    border: none;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}
.twitter-fixbox{
        left: 16px;
        position: absolute;
        right: 0;
        top: 42px;
        z-index: 1;
}
.twitter-topheader{
    display: flex;
    align-items: center;
    /* position: fixed; */
    justify-content: space-between;
    background: #fff;
    width: 320px;
    /* border-bottom: 2px solid #54abea; */
}
.twitter-content-box{
    height: 190px;
    overflow-y: auto;
}
.followus_slide_para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.followus_slide_date {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 41px;
    text-align: left;
    color: #a4a4a4;
}

div#followus-slider {
    padding-top: 50px;
    margin-right: 50px;
}

#followus-slider .followus_btns .swiper-button-prev {
    top: 2%;
    color: #fff;
    font-size: 25px;
    left: auto;
    right: 90px;
}

#followus-slider .followus_btns .swiper-button-next {
    right: 51px;
    left: auto;
    top: 2%;
    color: #fff;
    font-size: 25px;
}

#followus-slider .followus_btns .swiper-button-next:after {
    content: unset;
}

#followus-slider .followus_btns .swiper-button-prev:after {
    content: unset;
}

.whatsnew_sec_head {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    color: #185589;
}

.whatsnew_sec_para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000;
    padding-bottom: 45px;
}

.whatnew_slide_date {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    color: #185589;
}

.whatsnew_slide_para {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding-bottom: 36px;
}

.whtasnew_slide_btn {
    border-radius: 50px;
    background: #185589;
    border: 1px solid #185589;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: inline-block;
}

.whtasnew_slide_btn:after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #00B0F0;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX( -20deg);
    transform: skewX( -20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}

.whtasnew_slide_btn:before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #071982;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX( -20deg);
    transform: skewX( -20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}

.whtasnew_slide_btn:hover {
    /* border: 1px solid #071982; */
    color: #fff!important;
}

.whtasnew_slide_btn:hover::before,
.whtasnew_slide_btn:hover::before {
    opacity: 1;
    width: 116%;
}

.whtasnew_slide_btn:hover::after,
.whtasnew_slide_btn:hover::after {
    opacity: 1;
    width: 120%;
}

div#whatsnew-slider {
    padding-bottom: 70px;
}

.whatsnew_slide {
    border-right: 1px solid #e3e3e3;
    padding: 4px 15px;
}

#whatsnew-slider .whatsnew_pagination .swiper-pagination-bullet {
    background-color: #000;
    height: 15px;
    width: 15px;
}

#implinks-slider .important_pagi_bullets .swiper-pagination-bullet {
    background-color: #000;
    height: 15px;
    width: 15px;
}

div#implinks-slider {
    padding-bottom: 40px;
}

.ourtools_sec_bg {
    background: url(../img/new-fronend-img/ourtoolsbg.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourtools_box {
    background: #fefefe;
    filter: drop-shadow(0px 3px 96px rgba(0, 0, 0, 0.07));
    box-shadow: 0px 3px 96px rgba(0, 0, 0, 0.07);
    padding: 30px 33px;
    border-radius: 16px;
}

.ourtools_head {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    color: #000;
}

.ourtools_subhead {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #185589;
}

/* .ourtool_slide img {
    height: 115px;
} */

.ourtool_slide_title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px;
}

.ourtool_slide_para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000;
    padding-bottom: 10px;
}

.ourtool_slide_btn {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #000;
}

#newsAndAnnouncement .ourtools_pagi_bullets {
    text-align: left;
    bottom: 11px !important;
}

#newsAndAnnouncement .ourtools_pagi_bullets .swiper-pagination-bullet {
    width: 95px;
    height: 3px;
    background-color: #000;
    border-radius: unset;
    transition: .3s;
}

#newsAndAnnouncement .ourtools_pagi_bullets .swiper-pagination-bullet-active {
    height: 8px;
}

div#newsAndAnnouncement {
    padding-top: 20px;
}

#newsAndAnnouncement .swiper-button-next {
    color: #000;
    top: 28px;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsAndAnnouncement .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

#newsAndAnnouncement .swiper-button-prev {
    left: auto;
    right: 60px;
    color: #000;
    top: 28px;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emobility-head {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #185589;
    margin-top: 35px;
}

.emobility-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.emobility_slide h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    color: #044688;
    margin-top: 16px;
}

div#emobility-slider {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emobility_slide:hover {
    box-shadow: 1px 3px 9px rgb(0 0 0 / 33%);
    background-image: linear-gradient(2deg, #044688, transparent);
}
.emobility_slide:hover p{
    color: #fff;
}
.emobility_slide:hover h6{
    color: #fff;
}
.emobility-slider_pagination .swiper-pagination-bullet {
    background-color: #000;
    height: 15px;
    width: 15px;
}

#emobility-slider:hover .emobility-slider-arrowbtn .swiper-button-prev {
    display: flex;
}

#emobility-slider:hover .emobility-slider-arrowbtn .swiper-button-next {
    display: flex;
}

#emobility-slider .emobility-slider-arrowbtn .swiper-button-prev {
    left: 10px;
    right: auto;
    color: #000;
    top: 50%;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#emobility-slider .emobility-slider-arrowbtn .swiper-button-next {
    color: #000;
    top: 50%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#emobility-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

.imp-link-box {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 10px;
    height: 76px;
    width: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imp-link-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imp-link-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.my-element {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.emobility_slide {
    text-align: center;
    height: 260px;
    width: 225px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 25px;
    background: #f9f9f9;
    margin: 0 10px;
    border-radius: 15px;
    /* cursor: pointer; */
}

.emobility_slide p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.blue-text {
    color: #185589 !important;
}



.second-banner-btn:hover {
    color: #dfb360 !important;
    border: 2px solid #dfb360 !important;
}

/* .banner_slide_first {
    background: url(../img/new-fronend-img/telangana-img/Bom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    height: 490px;
} */
.banner_quates_txt{
    font-size: 26px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.banner_slide_second {
    background: url(../images/new-fronend-img/telangana-img/sunil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.banner_slide_hnPM{
    background: url(../images/banner-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    padding: 40px 10px;
    position: relative;
}
.banner-btn-title{
    position: absolute;
    left: 52%;
    bottom: 20px;
}
.banner_slide_hnrajiv{
    background: url(../images/new-fronend-img/telangana-img/telangana-EVportal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    padding: 40px 10px;
    position: relative;
}
.banner_slide_third{
    background: url(../images/new-fronend-img/telangana-img/Karnataka-EVportal1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    padding: 40px 10px;
    position: relative;
}
.banner_slide_four{
    background: url(../images/new-fronend-img/telangana-img/telangana-evportal-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    padding: 40px 10px;
    position: relative;
}
.banner-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}

.banner-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 29px;
    color: #fff;
    padding-bottom: 35px;
    text-align: justify;
}

.banner-want-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #000;
    padding-bottom: 28px;
}

.banner-want_box {
    width: 145px;
    height: 64px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: #044688;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 10px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.banner-car-img {
    margin-top: -31px;
}

/* .banner-want_box:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #6098FF;
    box-shadow: inset 0px 0px 0px #6098FF;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

.banner-want_box:hover:before {
    width: 100%;
} */

/* .banner-want_box:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #6098FF;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

.banner-want_box:hover:after {
    width: 100%;
} */

.banner-want_box:hover {
    background: #fff;
    color: #000;
}

.baner-slider-pagination .swiper-pagination-bullet {
    background: #c3f1d3;
    opacity: .8;
    height: 15px;
    width: 15px;
}

.baner-slider-pagination .swiper-pagination-bullet-active {
    background-color: #3388d1;
}

#banner-slider:hover .banner-slider-arrowbtn .swiper-button-prev {
    display: flex;
}

#banner-slider:hover .banner-slider-arrowbtn .swiper-button-next {
    display: flex;
}

#banner-slider .banner-slider-arrowbtn .swiper-button-prev {
    left: 10px;
    right: auto;
    color: #000;
    top: 50%;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#banner-slider .banner-slider-arrowbtn .swiper-button-next {
    color: #000;
    top: 50%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#banner-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}


/*------------Frontend Home Style --------------*/


/* ------- Tools Home Charging----------- */

.battery-capacity-input {
    width: 200px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #185589;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

.battery-capacity-input::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #185589;
}

.select-box-custom {
    width: 200px;
    padding: 4px 8px;
    border-radius: 10px;
    height: 43px;
    background: url(../img/new-frontend/select-box-icon.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 158px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #185589;
}

.select-box-custom-kw {
    width: 130px;
    padding: 4px 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    background: url(../img/new-frontend/select-box-icon.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 102px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #185589;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.select-box-with-kw {
    height: 43px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    border-radius: 0px 10px 10px 0px;
    background: #00b0f0;
    margin-left: -70px;
}



.how-much-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    text-align: left;
    color: #185589;
}

.calculator-box {
    border-radius: 30px;
    background: #185589;
    /* padding: 40px 30px; */
}

.calculator-img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.vehicle-segment {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-left: 15px;
}

.vh-wd {
    width: 25%;
}

.home-charger-wd {
    width: 37%;
}

.ev-range-wd {
    width: 34%;
}

.select-box-custom-default {
    width: 268px;
    padding: 4px 8px;
    border-radius: 10px;
    height: 55px;
    background: url(../img/new-frontend/select-box-icon.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 228px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 24px;
    text-align: left;
    color: #185589;
}

.state-wd {
    width: 108px;
}

.calculate-total-cost-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: #00b0f0;
    border-radius: 10px;
    margin: 0 auto;
    padding: 8px 20px;
}

.calculate-total-cost-btn:hover {
    background: #049dd5;
}

.charging-time {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    text-align: left;
    color: #fff;
}

.charging-time-hours {
    width: 171px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.charging-time-hours p {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 24px;
    text-align: left;
    color: #185589;
}

.pb-30 {
    padding-bottom: 30px;
}

.vertical-line-border::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #fff;
    display: block;
    top: 30%;
    height: 70%;
    left: 96%;
}

.how-much-save-box {
    border-radius: 29px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 28px 28px;
}

.How-much-will {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 20px;
    text-align: left;
    color: #000;
}


/* -------Tools Home Charging End----------- */


/* ========Knowledge EV Policy State Comparison=========== */

.knowledge-bg {
    background: url(../img/new-frontend/knowledge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.policy-tabs {
    overflow: hidden;
}

.policy-tab {
    width: 100%;
    color: white;
    overflow: hidden;
    /* border-radius: 58px 48px 0px 0px; */
   
    border: 1px solid #9d9d9d;
    background: #fbfbfb;
}

.policy-tab-label {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    background: #ececec;
    align-items: center;
    /* border-radius: 58px 48px 48px 0px; */
    margin-bottom: 0;
}

.policy-tab-label::after {
    content: "\276F";
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.35s;
    position: relative;
    left: 0px;
    top: 0px;
    background: #185589;
    /* border-radius: 50px; */
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #fbfbfb;
    transition: all 0.35s;
}


/* .policy-input:checked + .policy-tab-label {
    background: #1a252f;
} */

.policy-input:checked+.policy-tab-label::after {
    transform: rotate(90deg);
}

.policy-input:checked~.policy-tab-content {
    max-height: 100%;
    padding: 1em;
}

.policy-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.policy-state-box {
    border-radius: 30px 30px 0px 0px;
    background: #185589;
    padding: 20px;
  
}
.state-policy-fixed-box{
    position: absolute; z-index: 9; width: 100%;background: #fff;
}
.state-policy-fixcontent-box{
    height: 700px; overflow: auto;overflow-x: hidden;width: 100%;
}
.pt-136{
padding-top: 136px;
}
.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(11, 50, 122, 0.3);
    background-color: #f5f5f5;
}
.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.style-4::-webkit-scrollbar-thumb {
    background-color: #185589;
    border: 2px solid #185589;
}
.select-policy-custom {
    width: 206px;
    margin: 0px 3px;
    padding: 8px 30px 10px;
    border-radius: 10px;
    height: 40px;
    background: url(../img/new-frontend/select-box-icon.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 178px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.select-mt {
    margin-top: 38px;
}

.overview-text {
    width: 215px;
    height: 50px;
    /* border-radius: 49px 49px 49px 0px; */
    background: #185589;
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-ev-policy-text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.ev-policy-pdf {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-right: 10px;
   padding: 0px 10px;
}

.ev-policy-head {
    display: flex;
    align-items: center;
    width: 25%;
}

.pdf-wd {
    width: 25px;
}

.state-ev-policy-main {
    border-radius: 15px 15px 0px 0px;
    background: #f3f3f3;
    padding: 12px 13px;
}

.ev-policy-main {
    padding: 12px 13px;
    background: white;
}

.state-ev-main {
    border-radius: 15px 15px 0px 0px;
    background: #fff;
    box-shadow: 0px 3px 46px rgb(0 0 0 / 21%);
    margin-bottom: 30px;
}

.down-icon {
    width: 15px;
}

.capital-subsidy-hover-hide {
    display: none;
}

.capital-subsidy-hover:hover+.capital-subsidy-hover-hide {
    display: block;
    position: absolute;
}

.capital-subsidy-hover-hide:after {
    content: '';
    position: absolute;
    left: 109px;
    top: -24px;
    width: 0;
    height: 0;
    clear: both;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 24px solid white;
}

.capital-subsidy-hover-hide {
    margin-bottom: 5px;
    margin-top: 20px;
    width: 263px;
    height: 100px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 3px 86px rgb(0 0 0 / 24%);
    margin-left: -82px;
    padding: 15px;
}


/* ========EV Policy State Comparison end=========== */


/* ========EV Incentives =========== */

.incentives-list-type li {
    list-style-type: auto;
    font-size: 16px;
    padding-top: 7px;
}

.font-bold {
    font-weight: 700;
}


/* ========EV Incentives end=========== */

.header-fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    /* box-shadow: 0px 19px 66px rgb(0 0 0 / 7%); */
}

.mt-120 {
    margin-top: 120px;
}


/* -----------Faq ----------- */

.how-can-help-title {
    background: #185589;
    color: white;
    padding: 15px;
    font-size: 23px;
    margin-bottom: 0;
}

.how-help-box {
    border: 1px solid #9d9d9d;
}

.pd-15 {
    padding: 15px;
}

.how-can-help-title:after {
    content: '';
    position: absolute;
    left: 24px;
    top: 55px;
    width: 0;
    height: 0;
    clear: both;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #185589;
}

.electric-vehicle-general li a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #000;
}

.electric-vehicle-general li {
    padding-top: 8px;
}

.min-hg-200 {
    min-height: 200px;
}

.min-hg-417 {
    min-height: 417px;
}

.min-hg-227 {
    min-height: 227px;
}


/* -----------Faq  End----------- */


/* ========EV Policy State Comparison end=========== */


/*-------------- Home Page Style------------*/

.e-mobility-sec-bg {
    margin-bottom: 35px;
    /* background: #f9f9f9; */
}
.ongoing-sec-bg{
    background: #185589;
    padding: 40px 0px;
}
.ev-border-rgt {
    border-right: 1px solid #dbdbdb;
}

.menu .logo a:hover {
    background: #fdfdfd08;
}

.inner_page_clickbtn {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
}

.business-click-bordr {
    border-bottom: 2px solid #000;
    display: inline-block;
    float: right;
}

.mobility-subhead {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
}

.business-model-box {
    border: 1px solid #9d9d9d;
    /* min-height: 450px; */
    position: relative;
    background: #1855890a;
}

.home-logo {
    width: 25px;
}

.battery-capacity-input {
    height: 43px;
}


/*-------------- Home Page Style------------*/


/* --------National Policy------------- */

.faster-adoption-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #185589;
    padding-bottom: 20px;
}

.click-here-policy {
    color: #185589;
    text-decoration: underline;
}


/* -------------National Policy End-------------- */


/* --------stadard ---------- */

.indian-standard-li li {
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

.standard-sub-heading {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #185589;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.standard-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    color: #185589;
    padding: 22px 0;
    margin-bottom: 0;
}


/* ---------------- Standard style end---------- */

.business-infrastructure-box {
    border: 1px solid #9d9d9d;
    min-height: 370px;
    position: relative;
}

.mt-140 {
    margin-top: 165px;
}
.mt-104{
    margin-top: 104px;
}
.mt-146{
    margin-top: 146px;
}
.mt-147{
    margin-top: 147px;
}
.mt-137{
    margin-top: 137px;
}
.mt-157{
    margin-top: 157px;
}
.business-model-color-box {
    background-color: hsl(0deg 0% 90% / 47%);
    padding: 40px 40px 43px 40px;
    min-height: 297px;
}

.business-inner-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.ev-bordr-bottom {
    border-bottom: 1px solid #dbdbdb;
    ;
}

.bmobility-img {
    height: 290px;
}

.binfrastructure-img {
    height: 365px;
}

.benergy-img {
    height: 634px;
}

.frontend-table-view .table-bordered thead tr th {
    border: 1px solid #a7a7a7b8;
    border-bottom: 0px;
    border-top: 0px;
    background: #044688;
    vertical-align: middle;
    color: white;
    padding: 15px 14px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.frontend-table-view .table tbody tr td {
    padding: 10px 14px;
    background: transparent;
    border: 1px solid #a7a7a7;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    color: #000;
    vertical-align: middle;
}

.box-body {
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
    background: #fefefe;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
    padding: 30px 33px;
    border-radius: 16px;
}

.click-vbtn {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.table-inner-head {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #185589;
    padding: 15px 0 21px;
    margin-bottom: 0;
}

.table-top-bordr {
    border-top: 1px solid #a7a7a7b8 !important;
}

.circle-box {
    height: 130px;
    width: 130px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.startup-table .table-bordered thead tr th {
    border: 1px solid #a7a7a7b8;
    border-bottom: 0px;
    border-top: 0px;
    background: #044688;
    vertical-align: middle;
    color: white;
    padding: 6px 6px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.07em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.startup-table .table-bordered tbody tr td {
    font-size: 13px;
    padding: 4px 8px;
}


/*----- Reports and articles page style -------*/

.blog-sec {
    background: #044688;
    height: 370px;
    width: 530px;
    position: relative;
}
.large-blog-box{
    height: 473px !important;
}
.blog-imgs {
    height: 350px;
    position: absolute;
    top: -63px;
    left: 26px;
    width: 250px;
    border: 3px solid #044688;
}

.blog-imgs:before {
    border-color: white;
    border-width: 8px;
    content: "";
    display: block;
    height: 50px;
    pointer-events: none;
    position: absolute;
    width: 50px;
    border-left-style: solid;
    border-top-style: solid;
    top: 0;
}

.blog-content-pos {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translate(-15%, -50%);
}

.blog-content-pos p {
    font-size: 18px;
    padding: 30px 10px 10px;
}

.blog-content-pos a {
    color: #f5cd10;
    padding: 0 30px 0 10px;
}

.reportsec-bg {
    /* background: #e3e3e34d; */
    padding: 60px;
    padding: 125px 50px 50px 50px;
}

.newsletter-box {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 1px 3px 99px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.new-newslettes-box {
    background: #fff;
    border: 1px solid #bdbdbd;
    min-height: 350px;
}

.new-newslettes-box img {
    height: 145px;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    position: relative;
}

.news-source-box {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 32%;
    right: -38px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.news-source-txt {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.new-newslettes-box:hover .news-source-box {
    opacity: 1;
}

.new-newslettes-box:hover.new-newslettes-box img {
    opacity: 0.3;
}

.newslettersbox {
    padding: 10px 25px;
}

.blue-newsbox {
    background: #185589;
}

.yellow-newsbox {
    background: #fceb8f;
}

.newslettersbox a {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
}

.darkgray-box {
    background: #334753;
}

.text-black {
    color: #000 !important;
}

.new-newslettes-box p {
    padding: 10px 30px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.news-readmore {
    padding: 10px 30px;
}

.news-readmore a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.press-icon-box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #0eb3ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.news-title {
    font-size: 18px;
    color: #185589;
    line-height: 21px;
}


/*-----Choose EV Style ------*/

.ev-selectbox {
    width: 99px;
    padding: 4px 8px;
    border-radius: 10px;
    height: 35px;
    background: url(../img/new-frontend/select-box-icon.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 76px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #185589;
    background-size: 10px;
    padding-right: 32px;
}

.ev-search-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #00b0f0;
    border-radius: 50px;
    margin: 0 auto;
    padding: 13px 54px;
}

.choose-ev-bordr-btm {
    border-bottom: 2px solid #cbcbcb91;
}

.choose-ev-box {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 13px;
    
}

.choose-ev-img {
    border-radius: 7px;
    box-shadow: 3px 1px 2px 3px #eee;
}

.showing-result-txt {
    /* background: #fff;
    padding: 20px 20px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 6%);
    border-left: 8px solid #185589; */
    font-size: 16px;
    color: #fff;
}

.custom-form-control {
    font-size: 12px;
    border-radius: 9px;
    height: 32px !important;
}

.chargingcard {
    /* width: 243px; */
    height: 80px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
}
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  .fade-scale.in {
    opacity: 1;
    transform: scale(1);
  }
  .fade-scale .modal-dialog {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%) !important;
  }
  
.how-much-para {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    color: #000;
}

.business-page-banner {
    background: url(../img/new-fronend-img/business.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.knowledgebase-page-banner {
    background: url(../img/new-fronend-img/knowledge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.charging-page-banner {
    background: url(../images/new-fronend-img/charging.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tools-page-banner {
    background: url(../img/new-fronend-img/tools.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/*------Charging Station tabs Styling -----------*/

#chargingstation-tabs .nav-tabs {
    border-bottom: 2px solid #185589;
}

#chargingstation-tabs .nav-tabs .nav-link {
    /* border: 2px solid transparent; */
    font-size: 16px;
    color: #185589;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: .5s;
    padding: 8px 30px;
}

#chargingstation-tabs .nav-tabs .nav-link.active {
    border-color: #185589 #185589;
    background: #185589;
    color: #fff;
}

#chargingstation-tabs .nav-tabs .nav-item {
    margin: 0px 6px;
    border-top: 1px solid #185589;
    border-left: 1px solid #185589;
    border-right: 1px solid #185589;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.charging-avialable-head {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 13px;
}

.charging-tble {
    background-image: linear-gradient(to right, #c7c7c745, #f3f3f3);
}

.charging-tble td {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.footer-social-icons {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 20px;
}

.footer-social-icons i {
    color: #fff;
}

a.footer-social-icons:first-child:hover {
    background: #3b5998;
    border: 2px solid transparent;
}

a.footer-social-icons:nth-child(2):hover {
    background: #00acee;
    border: 2px solid transparent;
}

a.footer-social-icons:nth-child(3):hover {
    background-image: linear-gradient(to right, #d65f11, #8a3ab9);
    border: 2px solid transparent;
}

#faqtabs .policy-tab-label {
    background: #185589;
}

#faqtabs .overview-text {
    background: #18558900;
    width: 100%;
    justify-content: start;
    padding: 0 20px;
    position: relative;
}

#faqtabs .policy-tab-label::after {
    background: #18558900;
}

#faqtabs .ev-policy-head {
    width: 100%;
    display: block;
}

#faqtabs .state-ev-main {
    position: relative;
}

#faqtabs .overview-text::before {
    bottom: -30px;
    left: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #175385;
    border-width: 15px;
    margin-left: -6px;
}

#faqtabs .policy-tab {
    margin-bottom: 20px;
}

.carImg {
    height: 250px;
    width: 100%;
}
.consumer-row-bordr {
    border-bottom: 1px solid #e3e3e3;
}

.ongoingcamp-slide img {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 30px;
    height: 230px;
    width: 100%;
}
.ongoingcamp-slide a:hover img {
    background: #00b0f0;
    border-color: #00b0f0;
}
#ongoingcamp-slider:hover .ongoingcamp-slider-arrowbtn .swiper-button-prev {
    display: flex;
}

#ongoingcamp-slider:hover .ongoingcamp-slider-arrowbtn .swiper-button-next {
    display: flex;
}

#ongoingcamp-slider .ongoingcamp-slider-arrowbtn .swiper-button-prev {
    left: 10px;
    right: auto;
    color: #000;
    top: 50%;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#ongoingcamp-slider .ongoingcamp-slider-arrowbtn .swiper-button-next {
    color: #000;
    top: 50%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#ongoingcamp-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

.footer-col{
    display: flex;
    width: 20%;
    flex-direction: column;
}
.footer-col-large{
    display: flex;
    width: 39%;
    flex-direction: column;
}
.tooltip-inner {
    background-color: #000;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
  }
  
  .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #000 !important;
  }
  
  .tooltip.bs-tooltip-left .arrow:before {
   border-left-color: #000 !important;
  }
  
  .tooltip.bs-tooltip-bottom .arrow:before {
   border-bottom-color: #000 !important;
  }
  
  .tooltip.bs-tooltip-top .arrow:before {
   border-top-color: #000 !important;
  }
  .suggest-submitbtn {
    border-radius: 50px;
    border: 3px solid #185589;
    background: #185589;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 7px 30px;
   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s ease-in-out all;
    box-shadow: none;
    font-weight: 500;
}
.suggest-submitbtn:hover{
    background: transparent !important;
    color: #185589 !important;
    cursor: pointer;
}
.state-policy-topbox{
    position: relative;
    overflow-x: hidden;
}
.policyheader {
    padding: 30px 16px;
    background: #185589;
    color: #f1f1f1;
    transition: 3s;
  }
  
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 106px;
    width: 100%;
    z-index: 11;
    transition: 3s;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
  .policy-header-box{
      display: flex;
      width: 20%;

  }
  .policy-comp-txt{
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
  }
  .gov-logo-sze{
   height: 75px;
  }
  .teri-logo-footer{
      height: 53px;
  }
  .banner-honour-txt{
    color: #fff;
    margin-top: 0px;
    font-size: 16px;
    margin-left: 17px;
  }
  .imp-link-box img{
      height: 58px;
  }
  .screenreader-webname{
      font-size: 15px !important;
      font-weight: bold !important;
      line-height: 21px !important;
  }
  .screenreader-weblink{
      font-size: 15px !important;
      color: #000;
      font-weight: 500 !important;
  }
  .privacy-policy-title-box{
    font-size: 16px;
    background: #185589;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
  }
  .privacypolicy-subtitle{
    font-size: 15px;
    color: #185589;
    font-weight: 700;
    padding-left: 25px;
  }
  .websitepolicy-title{
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    line-height: 40px;
  }
  .mytharrow-icon{
    font-size: 36px;
    line-height: 22px;
  }
  #economical-factcontent{
      display: none;
  }
  #longcharge-factcontent{
    display: none;
}
#evbattery-factcontent{
    display: none;
}
#emissionimpact-factcontent{
    display: none;
}
#lowrange-factcontent{
    display: none;
}
#badperformance-factcontent{
    display: none;
}
#electricgrid-factcontent{
    display: none;
}
#chargingstation-factcontent{
    display: none;
}
#waterlogged-factcontent{
    display: none;
}
#stand-specificationcont{
    display: none;
}
.cursor_pointer{
    cursor: pointer;
}
#india-standard-content{
    display: none;
}
#india-standarddc-content{
    display: none;
}
#india-standbattry-content{
    display: none;
}
.socialpolicmoretxt{
    display: none;
}
.visitportal-content{
    display: none;
}
.collectinformation{
    display: none;
}
.faqtab-head{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid #164f80 !important;
    margin: 0 3px;
}
.faqtab-head.active{
    background-color:#185589 !important;
    color: #fff !important;
}
.faqtabcard{
    background: #f3f3f3;
}
.uklogosze{
    padding-left: 30px;
    height:65px;
}
.evchooseboxheiht{
    min-height:680px
}
.innerpage-footer-interest-txt{
    font-size: 25px !important;
}
.joinus-box-title{
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    background-image: linear-gradient(to right, #185589 , #00b0f0);
}
.subscript-lable{
    font-weight:normal !important;
     cursor: pointer;

}
.joinus-captcha{
    background: #185589;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 7px;
}
.autoskillmoretxt{
    display: none;
}
.typeofev-bhp-img {
    width: 256px;
    height: 205px;
}
.footer-disclaimer{
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;

}
.startup-logos{
    width: 90px;
    height: 90px;
}
.startup-logo-blackbox{
    background: black;
    padding: 19px 10px 11px;
    display: inline-block;
    margin-bottom: 20px;
}

.ev-border-lft {
    border-left: 1px solid #dbdbdb;
}
.text-uppercase{
    text-transform: uppercase;
}
.errorpage_h{
    font-size: 190px;
    font-weight: 600;
    color: #185589;
}
.erorpage_para{
    font-size: 23px;
}
.errorpage_box{
    height: 60vh;
    align-items: center;
    display: flex;
    justify-content: center;
}
.mb-200{
    margin-bottom: 200px !important;
}
/*---- search toggle style ---------*/

 .search-icon {
	font-size: 16px;
    color: dimgray;
    border: 0;
    outline: none;
    background-color: #f0f8ff00;
    cursor: pointer;
}
.search-icon:focus{
    outline: unset;
}
 .search-toggle .search-icon.icon-close {
	 display: none;
}
 .search-toggle.opened .search-icon.icon-search {
	 display: none;
}
 .search-toggle.opened .search-icon.icon-close {
	 display: block;
}
 .search-container {
	 position: relative;
	 max-height: 0;
	 overflow: hidden;
	 background-color: #eee;
}
 .search-container.opened {
	 max-height: 100px;
     border-radius: 20px;
}
 .search-container input[type="text"] {
	 outline: none;
	 font-size: 14px;
	 margin: 10px;
	 width: 300px;
	 background-color: inherit;
	 border: 0;
}
 .search-container .search-icon {
	 vertical-align: middle;
}
 .search-container-box {
	 position: relative;
	 
}
 .search-container {
	 position: absolute;
     right: -2px;
     z-index: 1111;
}
 /*----- Sitemap Page Style start here -----------------*/
.sitemap-ul{
    list-style-type: none;
}
 .sitemap-ul li a{
    color: #185589;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 30px;
 }
  /*----- Sitemap Page Style end here -----------------*/
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.4s;
    margin: 2px 0px 5px 0px;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
   
  }



  
  /* Karnatka Image */
.topbar-pd{
    padding: 0px 15px;
}
.pt-45{
    padding-top: 45px;
}
.wd-400{
    width: 400px;
}
.nav-bg-clr{
    background: #044688;
    padding: 3px 0;
}
.new-announcement-text{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: white;
    line-height: 46px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}
.news-announcementsec-box{
    background: #fff;
    padding: 25px;
    text-align: left;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 19%);
    border-radius: 16px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    margin: 0px 5px;
    justify-content: space-between;
}
.news-annous-inner-box{
    background: #fff;
    padding: 15px 20px;
    text-align: left;
    display: flex;
    margin: 0px 0px 32px;
    border-radius: 10px;
    border: 1px solid #044688;
}
.news-announcementsec-box img{
    width: 100%;
}
.news-announce-readmore{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.news-announce-pagination{
    bottom: -2px !important;
}
.news-announce-pagination .swiper-pagination-bullet-active{
    background: aliceblue !important;
}
.news-announce-pagination .swiper-pagination-bullet{
    width: 18px !important;
    height: 18px !important;
}
#newssec-slider{
    padding-bottom: 50px;
}
.news-announce-sourcetxt{
    font-size: 14px;
    color: #044688;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
}
.operatingsystem-icon img{
height: 60px;
}
.charging-mobile-apptxt{
    
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;

}
.new-announcement-bg{
    background: linear-gradient(#044688 0%, #00b0f0 100%);
    padding-top: 70px;
    padding-bottom: 70px;
}
.our-gratitude-main{
    background: #fff;
    padding: 19px 20px;
    border-radius: 15px;
    margin-right: 15px;
}
.govt_of_para{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #000;
    padding-bottom: 10px;
}
.new-announcement-para{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}
.opportunity-head{
    color: #000;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.quick-secbg{
    background: linear-gradient(#044688 0%, #00b0f0 100%);
    padding-top: 20px;
    padding-bottom: 35px;
}
#ourtools-slider .ourtools_pagi_bullets {
    text-align: left;
    bottom: 11px !important;
}

#ourtools-slider .ourtools_pagi_bullets .swiper-pagination-bullet {
    width: 95px;
    height: 3px;
    background-color: #000;
    border-radius: unset;
    transition: .3s;
}

#ourtools-slider .ourtools_pagi_bullets .swiper-pagination-bullet-active {
    height: 8px;
}

div#ourtools-slider {
    padding-bottom: 80px;
    padding-top: 30px;
}

#ourtools-slider .swiper-button-next {
    color: #000;
    top: 93%;
    left: 10%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1c9c9;
}

#ourtools-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

#ourtools-slider .swiper-button-prev {
    left: auto;
    top: 93%;
    left: 0%;
    color: #000;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #d1c9c9;
}
.pricewater-para{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #000;
    line-height: 23px;
    margin-top: 20px;
    padding-left: 10px;
}
.pl-30{
    padding-left: 30px;
}
.get-in-touch-btn{
    padding: 5px;
    border-radius: 10px;
    background: #85d47d;
}
.get-in-touch-btn:hover{
  text-decoration: none;
}
.mt-70{
    margin-top: 70px;
}
/* Targets Page Css */
.targets-main-sec{
    padding: 25px;
    min-height: 287px;
    box-shadow: 0 5px 40px #0000001c;
    background: #fefefe;
    cursor: pointer;
    position: relative;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.targets-main-sec:hover{
    transform: translateY(-10px);
}
.target-main-sec-child{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5px;
}
.target-main-sec-child h3{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
}
.initiative-list ul li{
font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    color: #000;
    margin-bottom: 7px;
}
.costtxt{
    display: none;
}
.energytxt{
    display: none;
}
.domestictxt{
    display: none;
}
.researchtxt{
    display: none;
}
.initiative-brd-img{
    border: 7px solid #77c16f;
}
/* Bescom Page Css */



  /* marquee Css */
  .marquee, .marquee2 {
    overflow: hidden;
    height: 170px;
  }
  .play-pause-btn{
    border: 2px solid #ffffff;
    color: white;
    background: linear-gradient(#185589 0%, #63046d 100%);
    font-family: 'Poppins';
    border-radius: 8px;
    padding: 5px 25px;
  }
  .play-pause-btn:hover, .play-pause-btn:active, .play-pause-btn:focus{
      color: white;
  }
.ev-quotes-top{
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;

}
/* Investment Opportunity */

.ps-timeline-sec {
    position: relative;
    background: #fff;
}
.ps-timeline-sec .container {
    position: relative;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
   }
    .ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
   }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
   }
}
.ps-timeline-sec .container ol:before {
    /* background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%; */
}
.ps-timeline-sec .container ol:after {
    /* background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%; */
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 250px 0;
    padding: 0;
    border-top: 2px solid #348e80;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 150px;
    margin-left: 32px;
    background: #fff;
    border: 2px solid #185589;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #000;
    font-size: 10px;
   font-weight: 600;
    position: absolute;
    top: -17px;
    left: 0%;
    padding: 5px;
    border-radius: 6px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    border: 1px dashed #185589;
    position: absolute;
    top: 28px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 32px;
    left: 44%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #185589;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    position: absolute;
    bottom: 29px;
    left: 50%;
    border: 1px dashed #185589;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 33px;
    left: 44%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #185589;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 5px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}
.ps-bot-bck-brd{
    background: #85d47d;
    border-radius: 50%;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 60px;
    height: 95px;
    width: 95px
}
.idea-para01{
    padding: 13px 10px;
    font-size: 12px;
    background: #185589;
    color: white;
    min-height: 127px;
}
.ps-bot-bck-brd img{
    width: 45px;
}
.transparent-text-num{
    font-weight: 700;
    font-size: 35px;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -35px;
    left: -17%;
}
.transparent-text-num-sec{
    font-weight: 700;
    font-size: 35px;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 109px;
    left: -17%;
}
.investment-opportunity-bg {
    background: url(../images/new-fronend-img/telangana-img/Telanagna-inner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.invest-heading-top{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    text-align: left;
    color: #185589;
}
.invest-heading-top:before{
    content: '';
    color: #348e80;
    width: 2px;
    height: 78px;
    border: 3px solid#185589;
    position: absolute;
    left: -2px;
    border-radius: 10px;
}
.registration-process-text{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 292px;
    line-height: 30px;
}


/* Besocm */
.bescom_timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .bescom_timeline:before {
    position: absolute;
    top: -53px;
    bottom: 0;
    left: 40px;
    width: 13px;
    margin-left: -1.5px;
    content: "";
    background: linear-gradient( 
        50deg
         , #85d47d,#185589);
  }
  .bescom_timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  /* .bescom_timeline > li:after, .bescom_timeline > li:before {
    display: table;
    content: " ";
  } */
  .bescom_timeline > li:after {
    clear: both;
  }
  .bescom_timeline > li .bescom_timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
    border-radius: 22px;
background: #f5f5f5;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);

  }
  .bescom_timeline > li .bescom_timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .bescom_timeline > li .bescom_timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .bescom_timeline > li .bescom_timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 170px;
    height: 70px;
    margin-left: 0;
    text-align: center;
    color: white;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    background: #185589;
  }

  .bescom_timeline > li .bescom_timeline-image-reverse {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 170px;
    height: 70px;
    margin-left: 0;
    text-align: center;
    color: white;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    background: #497283;
  }
  .bescom_timeline > li .bescom_timeline-imageFisrt {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 170px;
    height: 70px;
    margin-left: 0;
    text-align: center;
    color: white;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    background:#3b983e;
  }
  .bescom_timeline > li .bescom_timeline-image-reverseFirst {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 170px;
    height: 70px;
    margin-left: 0;
    text-align: center;
    color: white;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    background: #1a781b;
  }
  .bescom_timeline > li .bescom_timeline-image h4, .bescom_timeline > li .bescom_timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .bescom_timeline > li .bescom_timeline-image-reverse h4, .bescom_timeline > li .bescom_timeline-image-reverse .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .bescom_timeline > li .bescom_timeline-imageFirst h4, .bescom_timeline > li .bescom_timeline-imageFirst .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .bescom_timeline > li .bescom_timeline-image-reverseFirst h4, .bescom_timeline > li .bescom_timeline-image-reverseFirst .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .bescom_timeline > li.bescom_timeline-inverted > .bescom_timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .bescom_timeline > li.bescom_timeline-inverted > .bescom_timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .bescom_timeline > li.bescom_timeline-inverted > .bescom_timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .bescom_timeline > li:last-child {
    margin-bottom: 0;
  }


  
  @media (min-width: 768px) {
    .bescom_timeline:before {
      left: 50%;
    }
    .bescom_timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .bescom_timeline > li .bescom_timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
    
    }
    .bescom_timeline > li .bescom_timeline-image {
      left: 50%;
      width: 170px;
      height: 70px;
      margin-left: -50px;
      position: absolute;
    }
    .bescom_timeline > li .bescom_timeline-image-reverse {
        left: 40%;
        width: 170px;
        height: 70px;
        margin-left: -50px;
        position: absolute;
      }
      .bescom_timeline > li .bescom_timeline-imageFirst {
        left: 50%;
        width: 170px;
        height: 70px;
        margin-left: -50px;
        position: absolute;
      }
      .bescom_timeline > li .bescom_timeline-image-reverseFirst {
          left: 40%;
          width: 170px;
          height: 70px;
          margin-left: -50px;
          position: absolute;
        }
    .bescom_timeline > li .bescom_timeline-image h4, .bescom_timeline > li .bescom_timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .bescom_timeline > li .bescom_timeline-image-reverse h4, .bescom_timeline > li .bescom_timeline-image-reverse .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
      }
      .bescom_timeline > li .bescom_timeline-imageFirst h4, .bescom_timeline > li .bescom_timeline-imageFirst .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
      }
      .bescom_timeline > li .bescom_timeline-image-reverseFirst h4, .bescom_timeline > li .bescom_timeline-image-reverseFirst .h4 {
          font-size: 13px;
          line-height: 18px;
          margin-top: 16px;
        }
    .bescom_timeline > li.bescom_timeline-inverted > .bescom_timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 1200px) {
    .bescom_timeline > li {
      min-height: 170px;
    }
    .bescom_timeline > li .bescom_timeline-panel {
        padding: 5px 20px 11px 20px;
    }
    .bescom_timeline > li .bescom_timeline-image {
        width: 170px;
        height: 60px;
      margin-left: -25px;
      line-height: 63px;
      font-size: 35px;
      font-weight: 700;
      font-family: 'Roboto';
    }
    .bescom_timeline > li .bescom_timeline-image-reverse {
        width: 170px;
        height: 60px;
      margin-left: -25px;
      line-height: 63px;
      font-size: 35px;
      font-weight: 700;
      font-family: 'Roboto';
    }
    .bescom_timeline > li .bescom_timeline-imageFirst {
        width: 170px;
        height: 60px;
      margin-left: -25px;
      line-height: 63px;
      font-size: 35px;
      font-weight: 700;
      font-family: 'Roboto';
      color: white;
      box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
      background:#3b983e;
      text-align: center;
    }
    
    .bescom_timeline > li .bescom_timeline-image-reverseFirst {
        width: 170px;
        height: 60px;
      margin-left: -25px;
      line-height: 63px;
      font-size: 35px;
      font-weight: 700;
      font-family: 'Roboto';
    }
    .bescom_timeline > li .bescom_timeline-image h4, .bescom_timeline > li .bescom_timeline-image .h4 {
      margin-top: 40px;
    }
    .bescom_timeline > li .bescom_timeline-image-reverse h4, .bescom_timeline > li .bescom_timeline-image-reverse .h4 {
        margin-top: 40px;
      }
      .bescom_timeline > li .bescom_timeline-imageFirst h4, .bescom_timeline > li .bescom_timeline-imageFirst .h4 {
        margin-top: 40px;
      }
      .bescom_timeline > li .bescom_timeline-image-reverseFirst h4, .bescom_timeline > li .bescom_timeline-image-reverseFirst .h4 {
          margin-top: 40px;
        }
 

.bescom_timeline-image:before, .bescom_timeline-image:after {
        content: "";
        position: absolute;
      }
.bescom_timeline-image:before {
        height: 0;
        width: 0;
        top: 60px;
        left: 0px;
        border-top: 15px solid #185589;
        border-left: 15px solid transparent;
}
.bescom_timeline-imageFirst:before, .bescom_timeline-imageFirst:after {
    content: "";
    position: absolute;
  }
.bescom_timeline-imageFirst:before {
    height: 0;
    width: 0;
    top: 60px;
    left: 0px;
    border-top: 15px solid #3b983e;
    border-left: 15px solid transparent;
}
     
}

  .bescom_timeline-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -29px;
    border: solid 30px #185589;
    border-left-width: 0;
    border-right-color: transparent;
  }
  .bescom_timeline-imageFirst:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -29px;
    border: solid 30px #3b983e;
    border-left-width: 0;
    border-right-color: transparent;
  }
  /* reverse */
 
.bescom_timeline-image-reverse:before, .bescom_timeline-image-reverse:after {
    content: "";
    position: absolute;
  }
  .bescom_timeline-image-reverse:before {
    height: 0;
    width: 0;
    top: 60px;
    right: 0px;
    border-top: 15px solid #497283;
    border-right: 15px solid transparent;
  }
  .bescom_timeline-image-reverse:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -29px;
    border: solid 30px #497283;
    border-right-width: 0;
    border-left-color: transparent;
  }
   
.bescom_timeline-image-reverseFirst:before, .bescom_timeline-image-reverseFirst:after {
    content: "";
    position: absolute;
  }
  .bescom_timeline-image-reverseFirst:before {
    height: 0;
    width: 0;
    top: 60px;
    right: 0px;
    border-top: 15px solid #1a781b;
    border-right: 15px solid transparent;
  }
  .bescom_timeline-image-reverseFirst:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -29px;
    border: solid 30px #1a781b;
    border-right-width: 0;
    border-left-color: transparent;
  }
  .bescom_timeline-body p{
    font-size: 14px;
    color: black;
    text-align: left;
    margin-bottom: 18px;
  }
.bescom-box-hg-scroll{
    height: 200px;
    overflow-y: auto;
}
.bescom_timeline-body{
    padding: 28px 12px;
}

  
#biscomSlider .style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(247 250 255 / 30%);
    background-color: white;
    border-radius: 28px;
    margin: 10px 0px;
   
}
#biscomSlider .style-4::-webkit-scrollbar {
    width: 8px;
    border-radius: 24px;
    margin: 10px 0px;
}
#biscomSlider .style-4::-webkit-scrollbar-thumb {
     background-color: #dbd8d8;
    border: 2px solid #dbd8d8;
    border-radius: 24px;
}

/* Incentives Css */


.charging-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
#incentivestabs tr {
    background: #185589;
    padding: 50px 20px 2px 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#incentivestabs tr th p{
    font-size: 13px;
    color: #185589;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border: unset;
    line-height: 17px;
    background: #fbfbfb;
}
#incentivestabs tr th {
    line-height: 20px;
    padding: 5px;
}
.incentive-type-text{
    color: white;
    text-align: center;
    vertical-align: middle !important;
}
.incentive-type-wd01{
    width: 13%;
}
.incentive-type-wd02{
    width: 28%;
}
.incentive-type-wd03{
    width: 27%;
}
.incentive-type-wd04{
    width: 33%;
}
.wd-25{
    width: 25px;
}
.exemption-text{
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto';
    color: #185589;
    text-align: left;
    margin-bottom: 0;
}
.incentivep-box {
    border: 1px solid #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* Incentive  Page Css */
.panel-title-incentive > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    background: #185589;
    height: 20px;
    width: 20px;
    border: 1px solid #185589;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    padding-top: 3px;
    margin-right: 12px;
}
.panel-title-incentive > a.collapsed:before {
    float: left !important;
    content: "\f067";
    background: #185589;
    height: 20px;
    width: 20px;
    border: 1px solid #185589;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    padding-top: 3px;
    margin-right: 12px;
}
.panel-title-incentive > a:hover, 
.panel-title-incentive > a:active, 
.panel-title-incentive > a:focus  {
    text-decoration:none;
}
.panel-title-incentive a{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #185589;
}
.panel-head-tab{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
    color: #185589;
}
.investment-opportunity-bg-sec{
    background: url(../images/new-fronend-img/telangana-img/Group2063.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pd-5{
    padding: 5px;
}
.mappopupbox h4{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
    margin-bottom: 20px;
    background: #044688;
    color: #fff;
    padding: 10px;
}
.chargingmaptable{
    border: unset;
    width: 100%;
}
.chargingmaptable thead tr{
    background: #185589;
    color: #fff;
}
.chargingmaptable thead tr th{
    padding: 9px;
}
.chargingmaptable tbody tr td {
    padding-top: 10px;
}
.k-ev-policy{
    font-size: 15px;
    color: #561171;
    font-weight: 600;
}
.quick-read-subtitle{
    font-size: 16px;
    margin: 10px 0px;
    color:#dbdbdb;
}
.quick-read-title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.quick-read-heading{
    font-size: 40px;
    font-weight: 600;
    padding: 30px 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.quickreading-para{
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    margin-bottom: 5px;
}
.quick-border-right{
    border-right: 2px solid #63046d;
}
.quick-border-bottom{
    border-bottom: 2px solid #63046d; 
}

.support_titles{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #185589;
    margin-bottom: 25px;
}

.support_content_box ul{
    list-style-type: none;
    padding-left: 0px;
}
.support_content_box li {
    margin-bottom: 10px;
}
.support-avilability-para{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-left: 5px solid #185589;
    padding: 3px 20px;
}
.suppotstyle-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(11, 50, 122, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}
.suppotstyle-4::-webkit-scrollbar {
    width: 14px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.suppotstyle-4::-webkit-scrollbar-thumb {
    background-color: #00b0f0;
    border: 2px solid #00b0f0;
    border-radius: 10px;
}
.moretext2{
    display: none;
}
#bannerVideo{
    height: 75vh;
}
.text-purple{
    color: #5d0a6f !important;
}
.quickreading-img{
    border: 2px solid #fff;
}

    .bescom_tabs .nav-link {

    background: #497283;
    padding: 20px 70px;
    margin: 0px 10px;
    color: white;
    font-size: 28px;
    font-weight: 600;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    }
    .bescom_tabs .nav-link.active{
        color: #ffffff;
        background-color: #185589;
    }
    .bescom_tabs{
        border-bottom: 6px solid #185589;
        padding-bottom: 20px;
    }
    #incentive_tabs{
        background: #fff;
        padding: 25px;
        box-shadow: 0px 3px 16px rgb(0 0 0 / 19%);
        border-radius: 16px;
    }
    .incentive_boxes{
        background: #fff;
        padding: 25px;
        box-shadow: 0px 3px 16px rgb(0 0 0 / 19%);
        border-radius: 16px;
    }
    #bescom_tabs .tab-content{
        padding: 40px 10px 0px;
    }
    .bescomtabs_box{
        border-radius: 22px;
        background: #f5f5f5;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 12%);
        padding: 40px 10px;
    }
    .incentive_tabs {
    border-bottom: 2px solid #044688;
   }
   .incentive-main-title{
    color: #000;
    font-size: 25px;
    font-weight: 600;
   }
    .incentive_tabs .nav-link {
        background: #f5f5f5;
        color: #044688;
        margin: 0px 1px;
        font-size: 14px;
        padding: 10px 10px;
        text-align: center;
        border: 1px solid #ccc;
        font-weight: 500;
        margin-bottom: 15px;
        }
        .incentive_tabs .nav-link:hover {
            border: 1px solid #044688;
        }
        .incentive_category_tabs .nav-link {
            background: #497283;
            color: #fff;
            margin: 0px 1px;
            font-size: 14px;
            padding: 12px 10px;
            text-align: center;
        }
        .incentive_category_tabs .nav-link.active{
            color: #fff;
            background-color: #185589;
        }
.incentive_tabs .nav-link.active{
    color: #fff;
    background-color:#044688;
}
#incentive_tabs .tab-content{
    padding: 30px 10px 0px;
}
#incentive_category_tabs .tab-content{
    padding: 30px 10px 0px;
}
.promotion_sunsidy{
    background: #e9e9e9 !important;
    padding: 10px !important;
    font-size: 16px !important;
    color: #000 !important;
}
.incentive-type-heading{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.incentive-table .table tbody tr td{
    border: 1px solid #dee2e6; 
    font-weight: normal !important;
    font-size: 14px !important;
    text-align: left !important;
    line-height: 20px !important;
    background-color: #fff;
}
.tble-border-unset{
    border-left: unset !important;
    border-right: unset !important;
}
.targetmoretext1{
    display: none;
}
.targetmoretext2{
    display: none;
}
.targetmoretext3{
    display: none;
}
.targetmoretext4{
    display: none;
}
.targetmoretext5{
    display: none;
}
.target-readmore{
    font-size: 15px;
    color: #044688;
    font-family: 'Roboto';
    font-weight: 500;
    display: flex;
    align-items: center;

}
#suport-telganapolicycont{
    display: none;
}
.mappopupbox{
    width: 380px;
}
.mappopupbox .direction-txt{
    color: #185589;
    font-size: 14px;
    font-weight: 600;
}
#newssec-slider .swiper-button-next {
    color: #000;
    top: 50%;
    right: 0%;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1c9c9;
}
#newssec-slider .swiper-button-prev {
    left: auto;
    top: 50%;
    left: 0%;
    color: #000;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1c9c9;
}
#newssec-slider .swiper-button-next:after{
content: unset;
}
.invest-imporatnt-link {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
.invest-important-linkbox{
    background: #185589;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0 10px 0px;
}
.invest-importantdoc-linkbox{
    background: #e3e3e3;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.invest-importantdoc-linkbox a{
    color: #000;
}
.invest-important-linkbox img{
    height: 70px;
}
.invest-important-linkbox a{
    color: #000;
}
.banner_cm_box{
    background: #fff;
    padding: 17px 17px;
    position: absolute;
    bottom: -74px;
    left: -28px;
}
.document_icon{
    color: red;
    padding-right: 20px;
    font-size: 20px;
}
.news-announcementsec-box img {
    height: 243px;
}
.incentive-ess-policy .table-bordered{
    border: 2px solid #044688;
    background: #fff;
}
.incentive-ess-policy .table-bordered thead tr th{
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top: 0px;
    background: #044688;
    vertical-align: middle;
    color: white;
    padding: 16px 6px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.incentive-ess-policy .table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(214 215 215 / 78%);
}
.incentive-ess-policy .table tbody tr td{
    padding: 11px 16px;
    background: transparent;
    border: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb; 
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    text-align: left !important;
    color: #000;
    vertical-align: middle;
}
.incentive-initi-box{
    border: 1px solid #eee;
    padding: 30px;
    background: #edededdb;
    margin-left: 15px;
    width: 450px;
}
.incentive-initi-box h4{
    font-size: 18px;
    font-weight: 600;
    color: #044688;
}
.incentive-initi-box p{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 13px;
    margin-bottom: 5px;
}
.incentive-initi-box p::before{
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -19px;
    top: 6px;
}
.ocean-color{
    color: #044688 !important;
}
.home-videobox{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.home-videobox video{
    width: 100%;
    height: 300px;
}
.resources-policy-img{
    width: 100%;
    margin-top: 75px;
    /* height: 300px; */
}
#resoucesTab.nav-pills .nav-link.active {
    color: #044688 !important;
    background-color: transparent;
    border-radius: 0px;
    border-left: 3px solid #044688;
}
#resoucesTab.nav-pills .nav-link {
    border-radius: 0px;
    border-left: 2px solid #000;
}
.supoort-featurebox{
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
    background: #fefefe;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
    padding: 24px 24px;
    border-radius: 16px;
    min-height: 267px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.supoort-featurebox h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;

}
.supoort-featurebox p{
    text-align: center;
}
.support-feature-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-feature-box h3{
    font-size: 60px;
    font-weight: 600;
    color: #044688;
}
.targetsec_bg{
    background: url(../images/new-fronend-img/telangana-img/telangna-target-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.chargingmap-address{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
#opp-slider .swiper-button-next {
    color: #000;
    top: 45%;
    right: 0%;
    font-size: 21px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1c9c9;
}

#opp-slider .swiper-button-next:after,
.swiper-button-prev:after {
    content: unset;
}

#opp-slider .swiper-button-prev {
    left: auto;
    top:45%;
    left: 0%;
    color: #000;
    font-size: 21px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #d1c9c9;
}
.new-anno-title{
    font-size: 20px;
    font-weight: 600;
}
.news-annous-inner-box img {
    height: 80px;
    width: 80px;
}
.tender-para-bg{
    background: #daf0ee;
    padding: 12px 13px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#annousment-sec{
    max-height: 80px;
}
#annousment-sec .swiper-slide{
    align-items: center;
    justify-content: center;
    display: flex;
   padding:  0 20px 0 0;
}
.annousment-sec-boxbg{
    font-size: 13px;
    background: #044688;
    /* color: #fff; */
    /* line-height: 80px; */
    /* height: 80px; */
    padding: 7px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
/*.annousment-sec-boxbg:after {
    position: absolute;
    right: -10px;
    top: 35%;
    top: calc(50% - 10px );
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #044688;
}*/
/*.annousment-sec-boxbg:after {
    position: absolute;
    top: 100% !important;
    left: 50%;
    top: calc(50% - 10px );
    content: "";
    border-right: 10px solid transparent;
    border-top: 10px solid #044688;
    border-left: 10px solid transparent;
    border-bottom: 0px;
}*/
.announs-bg{
    background: url('../images/new-fronend-img/telangana-img/announs.jpg');
    height: 80px;
    padding: 0px;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.news-announcement-outer-box{
    height: 575px;
    overflow: auto;
    padding: 20px 20px 0px 0px;
}
.style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(11, 50, 122, 0.3);
    background-color: #f5f5f5;
    border-radius: 24px;
    margin: 10px 0px;
   
}
.style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #6e1c1c00;
    border-radius: 24px;
    margin: 10px 0px;
 

}
.style-5::-webkit-scrollbar-thumb {
    background-color: #044688;
    border: 2px solid #044688;
    border-radius: 24px;
}


.wd-100{
    width: 100px;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
div.goog-te-gadget {
    color: transparent !important;
    height: 34px;
    margin-right: 10px;
}
.goog-logo-link{
    display: none;
}
.goog-te-gadget .goog-te-combo{
    border: 1px solid grey;
    padding: 4px 1px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 12px;
    border-radius: 35px;
    background: #f7f7f7;
    width: 119px;
    border-radius: 3px;
}
#google_translate_element{
   /* // width: 95px; */
}
body{
    top: 0px !important;
}