@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

html,
body {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
}

p {
  font-family: "Roboto", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out !important;
  font-family: "Roboto", sans-serif;
}

li {
  font-family: "Roboto", sans-serif;
}

/* .container {
    max-width: 1120px !important;
} */

.flex .col img {
  width: fit-content;
}

.minhe {
  min-height: 150px;
}

/** * Make .flex children same * height using display flex. * Justify property prepares * cols for being centered. */
.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.getquote {
  border: solid 1px #469704;
  padding: 5px 20px;
  color: #000;
  float: left;
  margin-right: 14px;
}

.banner-content {
  max-width: 500px;
  margin-top: 0;
}

/** * Make cols flexible to * auto push button at the * col bottom. */
.flex .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  /* 	In the order, equal to	flex-grow: 1;	flex-shrink: 1;	flex-basis: 300px;	*/
  margin: 1em;
}

/** * Margin-top auto pushes * button to bottom. * Align self makes button * stuck to the left. */
.flex .col .btn {
  align-self: flex-start;
  margin-top: auto;
}

.appmobileappshow {
  display: block;
}

.appmobileappnone {
  display: none !important;
}

.appwidth {
  max-width: 288px;
  width: 100%;
}

.google img {
  margin-bottom: 10px;
}

.mob-post img {
  max-width: 421px;
  width: 100%;
}

.w388 {
  max-width: 388px;
  width: 100%;
}

/** * Under 900px wrap cols */
@media (max-width: 900px) {
  .container {
    max-width: 720px !important;
  }

  .apppointmain {
    margin: 20px 0 60px 0px;
  }

  .prepaid-2 img {
    padding-top: 20px !important;
    margin-left: 0 !important;
    height: auto;
    object-fit: cover;
  }

  .tab-content-1 ul li {
    padding-left: 0px !important;
    margin-bottom: 22px !important;
    font-size: 16px !important;
    color: #64777e !important;
    position: relative !important;
    font-weight: 500 !important;
    left: 30px;
    width: 91% !important;
  }

  section.leading {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .leading-para2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .leading-para p::after {
    background-image: none;
  }

  .second-list ul {
    display: block !important;
    column-count: 1 !important;
  }

  .appmobileappshow {
    display: none !important;
  }

  .appmobileappnone {
    display: block !important;
  }

  .apppoint {
    display: table;
    margin-bottom: 12px;
  }

  .dtc {
    display: table-cell;
  }

  .dtc img {
    padding-right: 10px;
  }

  .ted {
    text-align: center !important;
  }

  section.software-tab-section .nav-tabs .nav-link {
    margin-right: 0 !important;
    margin-bottom: 0px;
  }

  .footer-1 p {
    width: 100% !important;
  }

  .touch p {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .navbar-collapse {
    background: #fff;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 0 !important;
    border-bottom: solid 1px #ccc;
  }

  .pospaid p {
    width: 100%;
  }

  header ul.navbar-nav li a {
    margin-right: 0 !important;
  }

  .nav-item {
    width: 100%;
    text-align: center;
  }

  .flex {
    flex-wrap: wrap;
  }
}

/*-------- HEADER ---------*/
#navbarSupportedContent {
  justify-content: end;
}

/*---------- BANNER ---------*/
#main-slider .item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 531px;
}

.banner-content h2 {
  color: #0046ff;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  text-transform: uppercase;
}

.banner-content p {
  color: #0046ff;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 31px;
}

.banner-content a {
  background: none;
  color: #333333;
  border: 2px solid #000;
  font-size: 15px;
  padding: 12px 35px;
  border-radius: 3px;
  font-weight: 300;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
}

.banner-content a:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000 !important;
  transition: all 0.5s ease-in-out !important;
}

#main-slider .owl-dots button span {
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0px 0 5px #000;
}

.bannerbottom {
  background: #0046ff;
  padding: 20px 0 17px;
}

.textbottom1 {
  font-size: 18px;
  color: #fff;
}

#main-slider button.owl-dot.active span {
  background: #0046ff !important;
}

#main-slider .owl-nav {
  display: none;
}

#main-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=------------ SERVICE-SECTION ----------*/
section.End-to {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/sevices-bg.jpg) no-repeat top right;
}

.serviceshead {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}

.allserlink a {
  color: #000;
  text-decoration: none;
}

.margin-top50 {
  margin-top: 50px;
}

.maxw80 {
  max-width: 80%;
}

.serbox {
  box-shadow: 0 0 10px;
  width: 195px;
  height: 261px;
  margin: 0.8%;
  overflow: hidden;
  display: inline-block;
  background: #0046ff;
  border-radius: 21px;
  display: inline-block;
}

.serhead {
  padding: 10px;
}

.serhead .icon {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding-top: 2px;
}

.serhead .text {
  display: inline-block;
  float: none;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #7f7d7d;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #fff;
}

.serimg {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.sec-title {
  text-align: center;
  margin-bottom: 50px;
}

.sec-title h2 {
  font-size: 38px;
  color: #04374c;
}

.sec-title p {
  color: #64777e;
  font-size: 16px;
}

.service-1 h2 {
  font-size: 22px;
}

.service-1 {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  padding: 22px 28px;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.service-1 img {
  margin-bottom: 22px;
}

.service-1 h2 {
  font-size: 22px;
  line-height: 150%;
  font-weight: 400;
  padding-bottom: 40px;
  position: relative;
}

.service-1 p {
  font-size: 16px;
  color: #64777e;
  font-weight: 400;
  width: 100%;
}

.service-1 h2::before {
  content: "";
  background: #def2fa;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  transition: all 0.5s;
}

.service-1:hover {
  background: #04374c;
  transition: all 0.5s;
}

a:hover {
  color: #0046fe !important;
}

.service-1 a:hover {}

.knowmore {
  background: #fff;
  color: #000;
  padding: 5px;
  float: left;
  max-width: 173px;
}

.service-1:hover h2::before {}

.service-1:hover p {
  color: #b7ccd5;
}

.service-1:hover h2 {
  color: #fff;
}

/*--------section leading css---------*/
section.leading {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.leading-content h5 {
  font-size: 16px;
  color: #0046ff;
}

.leading-content h2 {
  font-size: 38px;
}

.leading-content h4 {
  font-size: 22px;
  margin-top: 30px;
}

.leading-content a {
  background-color: #01bd1b;
  padding: 18px 45px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}

.leading-para p {
  font-size: 22px;
  font-weight: 500;
}

.leading-para p::after {
  content: "";
  background-image: url(../images/elipes-icon.png);
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
}

.leading-para p.para-1 {
  margin-top: 30px;
  margin-left: 115px;
}

.leading-para p.para-2 {
  margin-top: 80px;
  margin-left: 75px;
}

.leading-para p.para-3 {
  margin-top: 80px;
  margin-left: 75px;
}

.leading-para p.para-4 {
  margin-top: 80px;
  margin-left: 160px;
}

.leading-para p.para-1::after {
  left: 210px;
  bottom: 5px;
}

.leading-para p.para-2::after {
  left: 190px;
  bottom: 5px;
}

.leading-para p.para-3::after {
  left: 190px;
  bottom: 5px;
}

.leading-para p.para-4::after {
  left: 182px;
  bottom: 3px;
}

.leading-para p {
  position: relative;
}

section.planner-city {
  padding-bottom: 110px;
}

.pospaid h6 {
  color: #0046ff;
}

.pospaid {
  margin-top: 140px;
  padding-left: 40px;
}

.pospaid h2 {
  font-size: 38px;
}

.pospaid p {
  color: #64777e;
  width: 100%;
}

.prepaid-2 img {
  padding-top: 180px;
  margin-left: -50px;
}

.pospaid a {
  background-color: #0046ff;
  padding: 16px 28px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

/*------------Mobile App banner-------*/
section.route {
  background-color: #01bd1b;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 77px;
  padding-bottom: 78px;
}

section.route h2 {
  font-size: 32px;
  color: #fff;
  width: 440px;
}

section.route h2 {
  font-size: 32px;
  color: #fff;
  width: 100%;
}

section.route h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}

section.route .row {
  align-items: center;
}

.mobile-para p {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}

.mobile-para p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.mobile-para p {
  position: relative;
}

.app-image {
  margin-top: 35px;
}

/*-------------------built section css----------*/
section.built h2 {
  font-size: 32px;
  width: 100%;
}

section.built {
  padding-top: 110px;
  padding-bottom: 140px;
}

section.built p {
  font-size: 16px;
  color: #64777e;
  margin-top: 20px;
}

/*------------solution css-------------*/
section.solutions {
  background-image: url(../images/solutions.banner.png);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

section.solutions h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 400;
}

.box-1 {
  background-color: #f8fafc;
  padding: 25px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.box-1::before {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: -15px;
  z-index: -1;
  border: 3px solid #04374c;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.box-1:hover {
  background: #fff;
  box-shadow: 0px 0px 3px 3px #ccc;
  transition: all 0.5s ease-in-out;
}

.box-1:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.box-1 img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.box-1 a {
  font-size: 14px;
  background-color: #e5f8e8;
  padding: 8px 30px;
  color: #2dc843;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.box-1 h4 {
  font-size: 18px;
  line-height: 30px;
}

.box-1 p {
  font-size: 18px;
  color: #64777e;
  margin-top: 25px;
}

.touch p {
  width: 59%;
  margin-bottom: 30px;
}

.row.boxes .col-lg-4:first-child {
  padding-top: 125px;
}

.row.boxes .col-lg-4:last-child {
  margin-top: -88px;
}

section.solutions p {
  font-size: 18px;
  color: #b7ccd5;
  margin-bottom: 0px;
  margin-top: 10px;
}

.now a {
  color: 0046ff;
  position: relative;
  margin-left: 50px;
}

.now a::before {
  height: 100%;
  width: 100px;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  right: 125px;
  top: 2px;
}

.now a:hover {
  color: #01bd1b;
}

a.get-btn:hover {
  background: #0046ff;
  color: #fff;
}

a.get-btn {
  background-color: #01bd1b;
  padding: 12px 60px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

a.get-btn2 {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 300;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
}

a.get-btn2:hover {
  color: #fff !important;
}

/*------------- FOOTER -----------*/
.footer-1 img {
  margin-bottom: 20px;
}

.footer-1 p {
  font-size: 15px;
  color: #64777e;
  line-height: 30px;
  width: 287px;
}

footer {
  padding-top: 60px;
}

footer h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
  margin-top: 24px;
  font-weight: 400 !important;
}

footer ul li {
  margin-bottom: 12px;
  position: relative;
}

footer ul li a {
  font-size: 15px;
  color: #929292;
}

.col-lg-3.footer-2 ul {
  display: block;
}

.col-lg-2.footer-3 ul li:nth-child(2)::before {
  content: "";
}

.col-lg-2.footer-3 ul li:nth-child(3)::before {
  content: "";
}

.footer-3 ul li {
  padding-left: 20px;
  font-size: 15px;
  color: #64777e;
}

.footer-3 ul li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  background-color: transparent !important;
  top: 4px;
  left: -10px;
  border-radius: 0 !important;
}

.footer-3 ul li:nth-child(2)::before {
  background-image: url(../images/mail-icon.png);
  border-radius: 0 !important;
  width: 22px;
  height: 15px;
  top: 6px;
}

.footer-3 ul li:nth-child(3)::before {
  background-image: url(../images/location.png);
  width: 14px;
  left: -6px;
}

.footer-1 a {}

.row.colophone p {
  color: #64777e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.row.colophone p a {
  color: #01bd1b;
  font-weight: 600;
}

.row.colophone {
  background: #000;
  padding: 5px;
}

/*----------- HEADER -----------*/
header ul.navbar-nav li a {
  padding: 0;
  margin-right: 30px;
  font-size: 15px;
  color: #000000 !important;
  font-weight: 400;
  text-transform: none;
}

header ul.navbar-nav {
  align-items: center;
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding: 10px 0;
}

header {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}

/*-------------About Section css------------*/
body.about-page header {
  background-color: #f8fafc !important;
  position: relative;
}

section.breadcrumps {
  padding-top: 0;
  font-size: 13px;
}

section.breadcrumps h5 {
  font-size: 15px;
}

section.breadcrumps a {
  color: #acb6ba;
}

section.breadcrumps span {
  font-size: 13px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
}

section.breadcrumps i {
  color: #79898f;
  margin: 0px 8px;
}

section.breadcrumps {
  border-top: 1px solid #f0f4f8;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f4f8;
  margin-bottom: 0;
  background: #ffffff;
}

section.together {
  padding-bottom: 110px;
}

.pospaid-p h6 {
  color: #23c639;
  padding-bottom: 25px;
}

.pospaid-p h2 {
  font-size: 38px;
  padding-bottom: 35px;
}

.pospaid-p p {
  font-size: 16px;
  color: #64777e;
  width: 100%;
}

.pospaid-p {
  padding-top: 100px;
}

.play-part-1 {
  padding-top: 65px;
  margin-left: -20px;
}

.abt-lead h5,
.abt-lead h2,
.abt-lead p,
.abt-lead h4 {
  color: #fff;
}

.abt-lead .leading-para p::after {
  background-image: url(../images/elipes-icon-1.png);
}

.abt-lead .leading-content a {
  border: 1px solid #fff;
  padding: 15px 60px;
}

/*-------------About Section css------------*/
body.service-page header {
  background-color: #f8fafc !important;
  position: relative;
}

section.breadcrumps a {
  color: #acb6ba;
}

/*-------------Mobile App Section css------------*/
body.mobile-app-page header {
  background-color: #f8fafc !important;
  position: relative;
}

section.breadcrumps a {
  color: #acb6ba;
}

section.app-help {
  padding-top: 0;
  padding-bottom: 55px;
}

.users h2 {
  text-align: center;
  font-size: 25px;
}

.users h3 {
  font-size: 20px;
  text-align: center;
  color: #64777e;
  margin-top: 25px;
}

section.south-dakota {
  background-image: url(../images/dark-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

section.south-dakota img {
  margin-left: 27px;
}

.convenient p {
  font-size: 26px;
  color: #64777e;
  line-height: 25px;
}

.convenient {
  position: relative;
  text-align: right;
}

.convenient-4 {
  position: absolute;
  top: 407px;
  text-align: right;
  right: 51px;
}

.convenient-3 {
  position: absolute;
  top: 263px;
  right: 80px;
}

.convenient-2 {
  position: absolute;
  top: 139px;
  right: 57px;
}

.convenient-1 {
  position: absolute;
  top: 73px;
  left: -5px;
}

.charging {
  font-size: 18px;
  color: #64777e;
  position: relative;
}

.charging-4 {
  position: absolute;
  top: 409px;
  left: 50px;
}

.charging-3 {
  position: absolute;
  top: 274px;
  left: 80px;
}

.charging-2 {
  position: absolute;
  top: 144px;
  left: 50px;
}

.charging-1 {
  position: absolute;
  top: 75px;
  left: 50px;
}

section.our-app {
  text-align: center;
  padding-bottom: 110px;
  padding-top: 20px;
}

.google h6 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #04374c;
}

.charging p {
  font-size: 26px;
  color: #64777e;
  line-height: 25px;
}

/*===============================        SERVICE-INNER==============================*/
.nav-tabs {
  display: inline-block;
  width: 100%;
  border: none !important;
  background: #f8fafc;
  height: 404px;
}

.nav-tabs .nav-link {
  border: none !important;
}

.nav-tabs .nav-link {
  font-size: 16px !important;
  color: #04374c !important;
  font-weight: 700;
  padding: 22px 30px;
}

section.service-tab {
  padding-top: 20px;
  padding-bottom: 100px;
}

.tab-content-1 img {
  width: 100%;
  margin-bottom: 20px;
}

.tab-content-1 h2 {
  font-size: 30px;
  color: #04374c !important;
  padding-bottom: 20px;
}

.tab-content-1 p {
  font-size: 16px;
  color: #64777e;
  font-weight: 500;
}

.second-list ul {
  display: block !important;
  column-count: 2;
}

.tab-content-1 .second-list ul li {
  padding-left: 28px !important;
  margin-bottom: 22px !important;
  font-size: 16px !important;
  color: #64777e !important;
  position: relative !important;
  font-weight: 500 !important;
  left: 0 !important;
}

.tab-content-1 .second-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  background: #01bd1b;
  border-radius: 100%;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content-1 h4 {
  margin: 0;
  padding-bottom: 30px;
}

.tab-content-1 ul li {
  padding-left: 0px !important;
  margin-bottom: 22px !important;
  font-size: 16px !important;
  color: #64777e !important;
  position: relative !important;
  font-weight: 500 !important;
  left: 30px;
}

.tab-content-1 ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  background: #01bd1b;
  border-radius: 100%;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.blue-btn {
  background: #0046ff;
  padding: 13px 46px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  display: inline-block;
  border: 1px solid #0046ff !important;
}

a.blue-btn:hover {
  background: transparent;
  color: #0046ff !important;
}

/*-----------chargers page css------------*/
body.chargers-page header {
  background-color: #f8fafc !important;
  position: relative;
}

section.breadcrumps a {
  color: #839298;
}

section.breadcrumps span {
  color: #839298;
}

section.inspiration {
  padding-top: 85px;
  padding-bottom: 100px;
}

.launch {
  text-align: center;
}

.launch h2 {
  font-size: 38px;
}

.launch h2 span {
  color: #01bd1b;
}

.launch h4 {
  font-size: 18px;
  color: #64777e;
  line-height: 3;
}

.launch p {
  font-size: 18px;
  color: #64777e;
  font-weight: 500;
}

.launch a {
  background: #0046ff;
  color: #fff;
  padding: 12px 60px;
  margin-top: 45px;
  display: inline-block;
}

.launch a:hover {
  background: #01bd1b;
  color: #000;
}

section.smart {
  background-image: url(../images/sout-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

section.smart h3 {
  color: #04374c;
  font-size: 30px;
}

.reliable-1 p {
  color: #64777e;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}

.reliable-1 {
  padding-top: 15px;
  padding-left: 25px;
}

.reliable-1 p::before {
  content: "\f00c";
  background: #01bd1b;
  font-family: "Font Awesome 5 Free";
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: absolute;
  left: -22px;
  font-weight: 600;
  color: #fff;
  padding-left: 3px;
  font-size: 12px;
  top: 3px;
}

/*-----------software page css------------*/
body.software-page header {
  background-color: #f8fafc !important;
  position: relative;
}

section.breadcrumps a {
  color: #64777e;
}

section.breadcrumps span {
  color: #000;
}

section.go-to-market {
  padding-top: 85px;
  padding-bottom: 110px;
}

.goal {
  text-align: center;
}

.goal h2 {
  font-size: 38px;
}

.goal h2 span {
  color: #01bd1b;
}

.goal p {
  font-size: 18px;
  color: #64777e;
}

section.software-tab-section img {}

section.software-tab-section p {}

.ted a {
  color: #fff;
  background: #0046ff;
  padding: 13px 46px;
  display: inline-block;
}

section.software-tab-section {
  padding-bottom: 55px;
}

section.software-tab-section .nav-tabs .nav-link {
  color: #828283 !important;
  position: relative;
  background: #fff !important;
  padding: 10px;
  border-radius: 5px !important;
  border: solid 1px #818181 !important;
  margin-right: 30px;
  font-weight: 400;
  min-width: 150px;
  text-align: center;
}

.software-tab-section .nav-tabs {
  height: auto !important;
  background: transparent !important;
}

section.software-tab-section .nav-tabs li:last-child a {
  margin-right: 0;
}

section.software-tab-section .nav-tabs .nav-link.active {
  color: #fff !important;
  border: none !important;
  position: relative;
  background: #0046ff !important;
  padding: 10px;
  border-radius: 5px !important;
  border: solid 1px #0046ff !important;
}

section.software-tab-section .nav-tabs .nav-link.active::before {}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}

/*-----------Contact Us page css*/
section.answers {
  padding-top: 88px;
}

.have a {
  color: #ccc;
}

.have h2 {
  font-size: 38px;
  color: #04374c;
}

.have p {
  font-size: 18px;
  color: #64777e;
  padding-top: 10px;
}

.hav1 h5 {
  font-size: 16px;
  padding-top: 20px;
}

.hav1 a {
  color: #64777e;
}

.locat h5 {
  padding-top: 30px;
}

.locat p {
  font-size: 16;
}

.locat i.fab.fa-twitter {
  padding-left: 40px;
}

.has-2 h5 {
  font-size: 15px;
  color: #9ea8ac;
}

.has-2 p {
  font-size: 15px;
  color: #04374c;
  font-weight: 600;
}

.have-1 label {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.have-1 label span {
  color: #0046ff;
}

.have-1 input,
select {
  width: 100%;
  border-bottom: 2px solid #e9eff5 !important;
  border: none;
  outline: none !important;
  padding: 15px 0px;
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  color: #04374c !important;
  font-weight: 400;
  font-size: 14px;
}

.have-1 textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
  border: none;
  border-bottom: 2px solid #e9eff5;
  resize: none;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  color: #04374c !important;
  font-weight: 400;
  font-size: 14px;
}

input[type="submit"] {
  padding: 0;
  height: 52px;
  background: #0046ff;
  border: none !important;
  font-size: 16px;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.have-1 textarea::placeholder {
  color: #9ea8ac;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.have-1 h4 {
  margin-top: 24px;
  margin-bottom: 50px;
  color: #04374c;
  font-size: 20px;
}

section.google-map iframe {
  filter: grayscale(100);
}

section.google-map {
  margin-top: 100px;
}

.chargers {
  padding: 100px 0;
}

.chargers2 {
  padding: 50px 0 20px;
  margin: 100px 0;
}

.displayflex1 {
  display: flex;
}

.head02-2 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
}

.contenttext2 {
  color: #fff;
}

.btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  transition: 0.5s;
  margin: 33px 0 0 0;
  color: #fff;
  background: #0046ff;
  text-transform: uppercase;
}

.btn-get-started:hover {
  color: #fff;
  background: #0046ff;
  text-transform: uppercase;
}

.w575 {
  max-width: 575px;
  width: 100%;
}

.columns {
  float: left;
  width: 31.3%;
  padding: 8px;
  box-shadow: -1px 1px 16px #ccc;
  margin: 1%;
  border-radius: 10px;
}

.platimum {
  background: url(../images/platimum-bg.png) no-repeat top left;
}

.price {
  list-style-type: none;
  /* border: 1px solid #eee; */
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90%;
  margin: auto;
}

.price:hover {}

.marr10 {
  margin-right: 10px;
}

.price .header {
  color: #686868;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #fff;
  font-size: 25px;
  color: #0046ff;
  font-weight: 600;
}

.button {
  background-color: #0046ff;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  color: #fff !important;
}

.borbottomnone {
  border-bottom: none !important;
}

.serviceshead1 {
  font-size: 27px;
  font-weight: 600;
  color: #0046ff;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.serviceshead2 {
  text-align: center;
  width: 100%;
}

.footersocial li {
  display: inline-block;
}

.footerlink {
  margin-bottom: 20px;
}

.footerlink a {
  color: #000;
  padding-right: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.footerlink2 a {
  color: #000;
  padding-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.footerlink3 a {
  color: #000;
  padding: 15px;
  font-size: 14px;
  text-align: center !important;
}

.mar50 {
  margin: 20px auto !important;
  text-align: center;
}

.subscriptiontext {
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

footer {
  border-top: solid 1px #ccc;
}

.fontsmallhead {
  font-size: 17px;
  color: #a05009;
}

.subscriptiontext2 {
  font-size: 16px;
  text-align: left;
}

.fontsmallhead2 {
  font-size: 13px;
  font-weight: 600;
}

a {
  color: #a05009;
}

.php-email-form {
  width: 100%;
}

.Submitbtn {
  padding: 0;
  height: 52px;
  background: #0046ff;
  border: none !important;
  font-size: 16px;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 0 !important;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  #main-slider .item {
    min-height: auto;
  }

  .margin-top50 {
    display: block !important;
    text-align: center;
  }

  .maxw80 {
    max-width: 100%;
    text-align: center;
  }

  section.End-to {
    padding-top: 47px;
    padding-bottom: 100px;
    background: url(../images/sevices-bg.jpg) no-repeat bottom right;
    margin-bottom: 20px;
  }

  .padtop50 {
    padding-top: 38px;
    text-align: center;
  }

  .head02-2 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 16px;
    text-align: center;
  }

  .contenttext2 {
    color: #fff;
    text-align: center;
    margin-bottom: 66px;
  }

  .footer-1 {
    text-align: center;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .mobilecenter {
    float: none !important;
  }

  .appicon4 {
    text-align: center;
  }

  .displayflex1 {
    display: block;
  }

  .chargers2 {
    padding: 50px 0 20px;
    margin: 0px 0 50px 0;
  }

  .textbottom1 {
    max-width: 95%;
    margin: auto;
    text-align: center;
  }

  .columns {
    width: 100%;
  }

  .pospaid {
    margin-top: 20px;
    padding-left: 0;
  }

  .prepaid-1 img {
    max-height: 200px;
    margin: auto;
  }

  .prepaid-1 {
    text-align: center;
  }

  section.planner-city {
    padding-bottom: 30px;
  }

  .pospaid-p h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .play-part-2 {
    text-align: center;
  }

  .play-part-2 img {
    max-height: 200px;
  }

  .pospaid h2 {
    font-size: 20px;
  }

  section.software-tab-section .nav-tabs .nav-link.active {
    color: #fff !important;
    border: none !important;
    position: relative;
    background: #0046ff !important;
  }

  .banner-content {
    max-width: 500px;
    margin-top: 100px;
  }
}

.ullist {
  margin-left: 30px;
}

.ullist li {
  list-style: disc;
}

.getstartedbtn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  padding: 12px 35px;
  border-radius: 3px;
  font-weight: 300;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
}

.getstartedbtn:hover {
  text-decoration: none;
  background: #0046ff;
  border: 2px solid #fff;
  color: #fff !important;
  transition: all 0.5s ease-in-out !important;
}

.blankimg img {
  max-width: 2px;
}

/* header css start */
.topbar {
  background: #0046ff;
  width: 100%;
  padding: 5px;
  text-align: right;
}

.topbarmenu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.topbarmenu a {
  color: #fff;
  font-size: 13px;
  padding: 15px 15px;
}

.topbarmenu a:hover {
  color: #fff !important;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 35px;
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus+.searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

.search {
  position: absolute;
  left: 0;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: #e7e5e5;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 363px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 0;
  /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}

.servicesbox {
  background: #e9f5fb;
  padding: 0;
}

.servicesboxheading {
  font-size: 17px;
  font-weight: 400;
}

.indexpagehead {
  padding: 40px 0;
  display: block;
  color: #130f0f;
  font-size: 24px;
}

.serbox {
  width: auto;
  height: 300px;
  display: flexgroup;
}

.serimgbox {
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
}

.serimgbox img {
  width: 100%;
}

.serimgbox2 {
  width: 100%;
}

.serimgbox2 img {
  width: 100%;
}

.whitebg {
  background: #fff;
  margin-bottom: 40px;
}

.boxhead {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  min-height: 69px;
  margin-bottom: 14px;
}

.plusmenuwhite {
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}

.plusmenuwhite:hover {
  color: #fff !important;
}

.plusmenu {
  font-size: 40px;
  color: #0d0d0d;
  margin-top: 30px;
  text-transform: uppercase;
}

.plusmenu:hover {
  color: #0d0d0d !important;
}

.boxcontent {
  font-size: 16px;
  line-height: 20px;
  min-height: 92px;
  color: #4e4d4d;
}

.serboxtext {
  padding: 5%;
}

.learnmore {
  background: #ccc;
}

.videosection {
  margin: 0;
  background: #0046fe;
}

.mascotimg {
  max-height: 50px;
}

.exphead {
  padding: 50px 20px;
}

.exphead-new {
  padding: 50px 20px;
  height: 400px;
}

.exphead h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.exphead p {
  font-size: 18px;
  color: #fff;
  line-height: 25x;
  font-weight: 300 !important;
}

.shinhanvideo {
  position: absolute !important;
  right: -15px;
}

.footerline {
  background: url(../assets/images/line-bg.png) repeat-y right;
}

.ban2text {
  font-size: 40px !important;
  line-height: 50px !important;
}

.ban2text span {
  font-weight: 700;
  text-transform: uppercase;
}

.address {
  color: #929292;
}

.footerblack {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.footernlink {
  color: #fff;
}

.footernlink a {
  color: #fff;
}

.innerbannner {
  min-height: 531px;
}

.mar14 {
  margin-top: 14%;
}

.indexpageheadinner {
  padding: 40px 0;
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

.innercontent {
  font-size: 17px;
  margin-top: 30px;
}

.innercontent p {
  font-size: 17px;
}

.listingp {
  margin: 0 0 0 20px;
  padding: 0;
}

.listingp li {
  padding-bottom: 10px;
  list-style: disc;
}

.rightlearnbox {
  background: #fff;
  margin-bottom: 40px;
  border: solid 1px #ccc;
  margin-bottom: 14px;
}

.serboxtext2 {
  padding: 5px;
}

.boxhead2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.boxcontent2 {
  font-size: 17px;
  line-height: 20px;
  color: #4e4d4d;
}

.getin {
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.head5 {
  color: #007bff !important;
  font-size: 20px !important;
}

.contact-list2 .head5 {
  color: #294e93 !important;
  font-size: 25px !important;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.contact-list2 li {
  list-style: none;
  display: table;
  color: #202020;
  font-size: 15px;
  padding-bottom: 22px;
}

.float-left2 {
  display: table-cell;
  vertical-align: middle;
}

.contact-list2 li img {}

.contact-list li {
  list-style: none;
  padding-bottom: 10px;
  color: #202020;
  font-size: 15px;
}

.contact-list li a {
  list-style: none;
  padding-bottom: 10px;
  color: #000;
  font-size: 17px;
}

.contact-icon {
  max-height: 30px;
  margin-right: 10px;
}

.blueboxcontact {
  background: #294e93;
  color: #fff;
  padding: 20px;
  display: block;
}

.blueboxcontact h5 {
  font-size: 25px;
  font-weight: 400 !important;
}

.blueboxcontact p {
  font-size: 16px;
}

.contactform input,
select {
  font-size: 14px !important;
}

.contactleftbox {
  background: #d4dce9;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-weight: 300;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  font-weight: 300;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  font-weight: 300;
}

.placeholdefont {
  font-size: 12px;
}

.mar30 {
  margin-top: 50px;
}

.have-1 select {
  width: 100%;
  border-bottom: 2px solid #e9eff5 !important;
  border: none;
  outline: none !important;
  padding: 15px 0px;
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  color: #04374c !important;
  font-weight: 400;
  font-size: 14px;
}

.contact-icon2 {
  max-height: 40px;
  margin-right: 10px;
}

.bluetext1 {
  font-weight: 300;
  font-size: 25px;
  color: #294e93;
  text-align: center;
  display: block;
}

.blueline {
  background: url(../../assets/images/blue-line.jpg) no-repeat right top;
}

.visionbox {
  margin-bottom: 50px;
  width: 100% !important;
}

.parahead {
  font-weight: 500;
  font-size: 18px !important;
}

.parahead9 {
  margin-bottom: 0;
  color: #272727 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.parahead2 {
  margin-bottom: 0;
  color: #272727 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.gryheadingbox {
  margin-bottom: 25px;
}

.grybg {
  background: #d1d1d1;
  padding: 10px;
  float: left;
  display: block;
  min-width: 150px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

.grylast {
  border-bottom: 56px solid #d1d1d1;
  border-right: 47px solid transparent;
  float: left;
}

.ceoname {
  color: #000;
  font-size: 14px;
  line-height: 15px;
  float: right;
  text-align: right;
}

.ceoname span {
  font-weight: 300 !important;
}

.ban2textabout {
  text-align: right;
  font-size: 40px !important;
  line-height: 40px !important;
  display: block;
  margin-bottom: 20px !important;
  margin-bottom: 15px;
}

.img100 {
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0 10px #ccc;
}

.bluebg2 {
  background: #e9f5fb;
}

.leadertext {
  max-width: 75%;
  margin: 15% auto;
}

.leadertext .bigfont {
  font-size: 30px;
  color: #000;
}

.leadertext2 {
  max-width: 75%;
  margin: 5% auto;
}

.leadertext2 .bigfont {
  font-size: 30px;
  color: #000;
}

.leadertext3 {
  max-width: 75%;
  margin: 10% auto;
}

.leadertext3 .bigfont {
  font-size: 30px;
  color: #000;
}

.width100 {
  width: 100%;
}

.pad0 {
  padding: 0 !important;
}

.pad60 {
  padding-top: 0px;
  text-align: center;
}

.pad60 img {
  margin: auto;
}

.subul {
  margin: 13px;
  padding: 0;
}

.padleft0 {
  padding-left: 0;
}

.bluebg8 {
  background: #092c8b;
  width: 100%;
  padding: 10px;
}

.marbotm50 {
  margin: 5px 0;
}

.font13 {
  font-size: 17px;
}

#section {}

.moretext {
  display: none;
}

.moreless-button {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #0046ff !important;
  margin-right: 15px;
}

.martop60 {
  margin-top: -5px;
}

.martop50 {
  padding-top: 20px;
}

.max98 {
  max-width: 98% !important;
}

.w1001 {
  width: 100% !important;
}

.martop101 {
  margin-bottom: 20px;
  width: 95%;
}

.text-left {
  text-align: left !important;
}

.proimg {
  width: 100%;
  min-height: 100px;
}

.proimg img {
  width: 100%;
}

.colorblack {
  color: #000;
}

.martop58 {
  margin-top: 20px;
}

.martop0 {
  margin-top: 0;
}

.protext {
  font-size: 19px;
  color: #294e93;
  padding: 5px 0;
  border-bottom: solid 1px #294e93;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}

.proul {
  margin: 0;
  padding: 0;
}

.proul li {
  color: #294e93;
  display: block;
  padding-bottom: 5px;
}

.proul li a {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  padding-bottom: 10px;
}

.arrow {
  border: solid #294e93;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.marbotm60 {
  margin-bottom: 60px;
}

.bluebgmorebranch {
  background: #294e93;
  padding: 35px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.addresstext {
  font-size: 17px;
  font-weight: 400;
}

.parahead5 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.margin70 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.footergry {
  background: #dfdfdf;
}

.disclaimer {
  font-size: 12px;
  margin-top: 30px;
}

.disclaimer ul {
  margin: 13px;
}

.disclaimer li {
  list-style: disc;
}

.maxh400 {
  max-height: 380px;
}

.parahead10 {
  font-size: 25px;
}

.space50 {
  width: 100%;
  height: 34px;
}

.space25 {
  width: 100%;
  height: 20px;
}

.displaytablecell {
  display: table-cell;
  vertical-align: middle;
}

.displaytable {
  display: table !important;
}

.mascotbantext {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
}

.yellow {
  color: #fbda33;
}

.blue {
  color: #95cafe;
}

.pink {
  color: #ccabff;
}

.brown {
  color: #c8b4a5;
}

.textblue {
  color: #002daa;
  font-weight: 500;
}

.textpink {
  color: #ccabff;
  font-weight: 500;
}

.textblue2 {
  color: #95cafe;
  font-weight: 500;
}

.textbrown {
  color: #c8b4a5;
  font-weight: 500;
}

.textgreen {
  color: #749676;
  font-weight: 500;
}

.w95 {
  width: 98% !important;
}

.table {
  font-size: 17px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  /* background: #ededed; */
  color: #545454;
  font-weight: 500;
}

.bordertable {
  border: solid 1px #ccc;
}

.float-right4 {
  float: right !important;
  margin-right: 8px;
}

.w100per {
  width: 100%;
}

.borderbox5 {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px 37px;
}

.theadtext {
  font-weight: 500;
  background: #fff;
  color: #294e93 !important;
}

.tcenter {
  text-align: center;
}

.grybg4 {
  background: rgb(247, 244, 244) !important;
  font-weight: 500;
  border-bottom: solid 1px #fff;
}

.leader-1 {
  margin-bottom: 49px;
  width: 100%;
}

.leader-1 img {
  width: 100%;
}

.leader-1 .leader-name {
  color: #294e93;
  font-size: 25px;
  padding: 14px 0 0px 0;
}

.leader-1 .leader-quality {
  color: #09214e;
  font-size: 15px;
  font-weight: 600;
}

.leader-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.leader-info .leader-img img {
  width: 100%;
}

.leader-info .leader-title {
  color: #294e93;
  font-size: 30px;
  font-weight: 700;
}

.leader-info .leader-quality-1 {
  font-size: 20px;
  font-weight: 600;
  color: #09214e;
}

.leader-info .border-1 {
  height: 5px;
  width: 100%;
  background: #0046ff;
  margin: 20px 0 25px 0;
}

.leader-info .text-1 {
  line-height: 1.6;
  font-weight: 400;
  font-size: 17px;
}

.parahead5 {
  font-size: 20px;
  font-weight: 600;
}

.slogo {
  max-height: 150px;
}

.applynowbtn {
  padding: 10px 20px;
  border-radius: 10px;
  background: #0046ff;
  color: #fff;
}

.applynowbtn:hover {
  padding: 10px 20px;
  border-radius: 10px;
  background: #0046ff;
  color: #fff !important;
}

.bluebghead {
  font-size: 40px;
  font-weight: 300;
  color: #294e93;
}

.benefitstext {
  font-size: 17px;
  color: #212529;
  text-align: center;
  padding: 5px 0;
}

.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.filter-button {
  font-size: 20px !important;
  border: 1px solid #0046ff;
  border-radius: 5px;
  text-align: center;
  color: #0046ff;
  margin-bottom: 30px;
  background: #fff !important;
}

.filter-button:hover {
  font-size: 20px;
  border: 1px solid #0046ff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  background: #0046ff !important;
}

.filter-button.active {
  background: #0046ff !important;
  color: #fff;
}

.btn:focus,
.btn.focus {
  border: 1px solid #0046ff;
  box-shadow: none !important;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.block {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.glightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.mar100 {
  margin-top: 50px;
}

.glightboxlink {
  height: 200px;
}

.boxhead8 {
  color: #294e93;
  font-size: 25px;
  padding: 14px 0 0px 0;
}

.pad20 {
  padding: 20px 0;
}

.text-transform {
  text-transform: uppercase;
}

.borderbox {
  padding: 10px;
  box-shadow: 0px 0px 10px #ccc;
}

.w100per {
  width: 100%;
}

/* HP CSS */

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

.banner-slider,
.breadcrumps {
  margin-top: 104px;
}

/*9-4-23*/

.new_sidebar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.new_sidebar .row {
  display: flex;
  flex-wrap: wrap;
}

.new_sidebar .col-md-8 {
  width: 66.67%;
  margin-right: auto;
}

.new_sidebar .col-md-4 {
  /* width: 33.33%; */
  margin-left: auto;
}

.new_sidebar .sidebar {
  width: 100%;
  position: sticky !important;
  top: 50px;
  margin-top: 50px;
}

.loan_against .software-tab-section .nav-tabs .nav-link {
  margin-right: 15px !important;
}

.for_mobile {
  display: none;
}

@media screen and (max-width: 991px) {

  .serimgbox,
  .boxhead,
  .boxcontent {
    min-height: auto !important;
    height: auto;
  }

  .serimgbox {
    margin-bottom: 0px;
  }

  .banner-content {
    max-width: 500px;
    margin-top: 0px;
    padding: 70px 0px;
  }

  .indexpagehead {
    text-align: center;
  }
}

@media screen and (max-width: 676px) {

  .banner-slider,
  .breadcrumps {
    margin-top: 124px;
  }

  .banner-content {
    text-align: center;
  }

  .banner-content a {
    background: #fff;
  }

  .container.displayflex1 {
    /*background: rgba(255,255,255,0.7);*/
    min-height: 330px;
  }

  footer {
    padding: 30px 0px;
  }

  .footernlink,
  .footerblack {
    text-align: center;
  }

  @media screen and (max-width: 676px) {
    .topbarmenu {
      text-align: left;
      padding: 15px 9px;
    }
  }

  .innerbannner {
    min-height: 330px;
    background-position: right center !important;
    margin-bottom: 20px;
  }

  .indexpageheadinner {
    padding: 0px;
    margin-bottom: 15px;
  }

  section.software-tab-section .nav-tabs .nav-link.active {
    margin-bottom: 10px;
  }

  ul.proul {
    margin-bottom: 30px;
  }

  .bluebgmorebranch {
    padding: 20px;
  }

  span.addresstext {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .serboxtext2 {
    padding: 15px;
  }

  ul.contact-list {
    padding: 15px;
  }

  p.parahead5 {
    text-align: center;
  }

  .margin70 {
    margin-bottom: 0px;
  }

  .leadertext2,
  .leadertext3,
  .leadertext {
    width: 100%;
    max-width: 100%;
  }

  .leadertext {
    margin: 5% auto;
  }

  .filter-button {
    font-size: 14px !important;
    padding: 5px !important;
  }

  .middle-section img {
    max-width: 100%;
  }

  section.about-tab-section {
    text-align: center;
  }

  .visionbox img {
    max-width: 100%;
  }

  .visionbox {
    margin-bottom: 0px;
    padding: 15px;
  }

  section.software-tab-section img {
    margin-bottom: 15px;
  }

  .leaders {
    text-align: center;
  }

  .table_containrt {
    overflow-x: auto;
  }

  .displaytable {
    display: block !important;
    text-align: center;
  }

  .navbar-brand img {
    max-width: 200px;
  }
}

/* Add styles for the close button */

#closeBtn {
  margin-top: 20px;
  /* Move the button to the bottom of the modal */

  display: block;
  /* Display the button as a block element */

  margin: 0 auto;
  /* Center the button horizontally */
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

@media (max-width: 992px) {
  ul.submenu.dropdown-menu {
    display: block !important;
  }

  .applynowbtn {
    font-size: 14px !important;
  }
}

.debit-padding {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out !important;
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 15px;
  font-size: 14px;
  text-align: center !important;
}

@media (max-width: 550px) {
  .for_desktop {
    display: none !important;
  }

  .for_mobile {
    display: block !important;
  }
}

/* modified header area starts here custom  */
.topbarmenu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.login-btn-shinhan-home {
  color: black;
  background: white;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  border-radius: 3px;
}

.topbar {
  padding: 0;
}

.topbarmenu a {
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 676px) {
  .topbarmenu a {
    padding: 4px 15px;
  }

  .topbarmenu {
    text-align: left;
    padding: 5px 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* modified header area ends here custom  */

.debit-padding {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out !important;
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 15px;
  font-size: 14px;
  text-align: center !important;
}

@media (max-width: 550px) {
  .for_desktop {
    display: none !important;
  }

  .for_mobile {
    display: block !important;
  }
}

/* modified header area starts here custom  */
.topbarmenu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.login-btn-shinhan-home {
  color: black;
  background: white;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.topbar {
  padding: 0;
}

.topbarmenu a {
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
}

.bg-light-blue {
  background: #1486d1;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bold {
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 676px) {
  .topbarmenu a {
    /* padding: 4px 15px; */
    /* padding: 1px 9px; */
    padding: 5px 15px;
  }

  .topbarmenu {
    text-align: left;
    padding: 13px 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .bg-light-blue {
    background: transparent;
  }

  .m-non {
    display: none;
  }
}

/* header css start here  */
/* 
.login-cta svg {
    display: none;
}

.login-cta {
    background-color: rgba(0, 0, 0, 0);
}

header .topbarmenu a{
    background: #00000000;
}

.login-btn-shinhan-home {
    color: white;
    background: #ffffff00;
}

.internet-banking {
    display: none;
}

.topbarmenu a {
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

span.login-btn-shinhan-home {
    padding: 0;
    margin: 0;
}

.topbarmenu {
   padding: 2px;
}

.social-media-item{
    display: none;
} */

/* header css end here  */

/* bootstrap overwrite starts here  */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  font-size: 13px !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  background: #007bff !important;
  color: white !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -6px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 8px 5px !important;
  margin: 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  /* background-clip: padding-box; */
  border: 0 !important;
  /* border-radius: .25rem; */
  box-shadow: 0px 2px 3px 0px #565454;
}

a.internet-banking.dark-blue-color.bg-light-blue.center-flex.m-non {
  font-weight: 300;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #0046ff !important;
}

a.btn.plusmenuwhite {
  color: white;
}

footer ul {
  padding-left: 0 !important;
}

.footerlink3 a {
  color: #000;
  padding: 15px !important;
  font-size: 14px;
  text-align: center !important;
  display: inline;
}

.col-12.footerlink3.mar50 {
  padding-top: 15px !important;
}

.nav-tabs .nav-item {
  margin-bottom: 12px !important;
}

section.software-tab-section .nav-tabs .nav-link {
  color: #828283 !important;
  position: relative;
  background: #fff !important;
  padding: 10px;
  border-radius: 5px !important;
  border: solid 1px #818181 !important;
  margin-right: 0;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  box-sizing: border-box;
}

.software-tab-section .nav-tabs {
  height: auto !important;
  background: transparent !important;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0% !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

li.nav-item {
  width: fit-content;
}

.nav-tabs .nav-item {
  height: fit-content;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1250px !important;
  }
}

@media only screen and (max-width: 600px) {
  .software-tab-section .nav-tabs {
    flex-direction: column;
  }

  .nav-tabs .nav-item {
    height: fit-content;
    margin-bottom: 0px !important;
    width: 100%;
  }

  section.software-tab-section .nav-tabs .nav-link {
    width: 100%;
  }
}

.float-right {
  float: right !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

/* bootstrap overwrite ends here  */

@media only screen and (max-width: 900px) {
  .nav-item {
    width: 100% !important;
  }

  ul.dropdown-menu.show {
    width: 100%;
  }

  ul.submenu.dropdown-menu {
    width: 100%;
  }

  .navbar {
    gap: 1em;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px !important;
  }

  .topbarmenu a {
    /* padding: 4px 15px; */
    /* padding: 1px 9px; */
    padding: 5px 12px !important;
  }

  .topbarmenu {
    justify-content: space-between;
  }
}