

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i&display=swap');

:root{
  --skyblue:#008cff;
  --bg-gray:#eff1f5;
}








*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Roboto', sans-serif;
}
audio,
canvas,
iframe,
svg,
video {
  width: 100%;
  display: block;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}



.hidden {
  display: none !important;
}


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}



.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}



.invisible {
  visibility: hidden;
}



.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}




/* CSS STARTS HERE !! */


.row{
  margin-left: 0;
  margin-right: 0;
}
.menu ul li {
  list-style: none;
}
.thClr{color: #038dff;font-weight:600;}

.menu ul {
  margin: 0;
  padding: 0;
}

#section3 table tr td a{color:#888;}
#section3 table tr td{padding-bottom: 10px}

.menu ul li a {
  text-decoration: none;
  color: #0b0b0b;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.logo img {
  width: 53%;
  display: block;
}

header {
  padding: 30px 0;
  position: relative;
}

/*.bubble:before {
  content: 'NEW';
  background: #ff6565;
  width: 42px;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0;
}*/

section#section1 .row {
  align-items: center;
  justify-content: space-around;
}

section#section1 .row .devices-plan .device h5 {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

section#section1 .row .devices-plan .device {
  padding: 0 45px;
}

section#section1 .devices-title h1 {
  font-size: 45px;
  font-weight: 600;
  margin: 70px 0;
}

section#section1 .devices-title h1 span {
  color: var(--skyblue);
}

section#section1 {
  background: url(../img/building-bg.png) #eff1f5;
  background-position: 0 -120px;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
}

.how-it-work ul li {
  list-style: none;
  padding: 30px 40px;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.how-it-work ul li:nth-child(2) {
  margin: 0 15px;
}

.caption h3 {
      color: #333;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding-left: 21px;
    font-weight: 600;
    text-transform: uppercase;
}


.card-content p {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 0 0;
  margin: 0;
}

.work-title h1 {
  font-size: 34px;
  border-bottom: 1px solid var(--skyblue);
  padding: 0 0;
  margin: 70px 0;
}

section#section2 {
  background: var(--bg-gray);
  padding: 25px 0 80px 0;
}

.how-it-work ul li:first-child::before {
  content: '1';
  position: absolute;
  top: -13px;
  right: 15px;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-weight: 600;
  background: #fff;
}

.how-it-work ul li:nth-child(2)::before {
  content: '2';
  position: absolute;
  top: -13px;
  right: 15px;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-weight: 600;
  background: #fff;
}

.how-it-work ul li:last-child::before {
  content: '3';
  position: absolute;
  top: -13px;
  right: 15px;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-weight: 600;
  background: #fff;
}

.contact-form-inner input {
  padding: 10px;
  font-size: 16px;
  border:1px solid #aeaeaea3;
  box-shadow: none;
}

.contact-name-email {
  display: flex;
  justify-content: space-around;
}

.contact-name-email input {
  margin-right: 10px;
}

.contact-name-email input:last-child {
  margin-right: 0;
}

.contact-form-inner input.w-100.subject {
  margin: 20px 0;
}

.contact-form-inner textarea {
  width: 100%;
  border-color: #aeaeaea3;
  height: 125px;
  padding: 10px;
}

.contact-question h1 {
  color: var(--skyblue);
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.2px;
}

.contact-question p {
  color: #888;
  font-size: 16px;
  margin: 10px 0 0 0;
}



.contact-address p {
  color: #888;
  margin: 0;
}

.contact-address p span {
  color: var(--skyblue);
  margin-right: 5px;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu ul li {
  list-style: none;
}

.footer-menu ul li a {
  color: #888;
  text-decoration: none;
  padding: 0 20px;
}

.footer-menu {
  margin-top: 40px;
}

.contact-msg.w-50 {
  padding-right: 90px;
}

section#section3 {
  padding: 60px 0;
}

.caption img {
  width: 80px;
}

.how-it-work ul li:nth-child(2) .caption img {
  width: 45px;
}

.contact-form-inner a {
  border: 1px solid var(--skyblue);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0 0 0;
  text-decoration: none;
}

#nav-icon3{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

#nav-icon3 span {
display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--skyblue);
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header .active{
  display: flex !important;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.term-banner {
  position: relative;
  width: 100%;
}

.term-banner {}

.term-banner .term-title {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-8%,-50%);
}

.term-banner .term-title h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}

.t-content-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.t-content-title h3 {
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.t-all-content p {
    color: #888;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
}

.t-all-content ul li {list-style: none;}

.t-all-content ul li h4 {
  color: #888888;
  font-size: 16px;
}

.copyright {
  width: 100%;
  text-align: center;
  background: #eff1f5;
}

.copyright p {
  margin: 0;
  padding: 15px 0;
  color: #888 !important;
}

.login-btn .lbtn{
      color: #008cff;
    border: 1px solid #008cff;
    border-radius: 30px;
    padding: 6px 11px;
}

.login-btn .lbtn:hover{
  background: #008cff;
  color:#fff;
}
.md-heading{
      font-weight: 600;
    font-size: 24px
}
.md-txt{    color: #585757; font-size: 16px; font-weight: 600; letter-spacing: .5px;}
.wbForm{    height: 51px!important; color: #282828; padding: 0 20px; border-radius: 5px;}
.btn-primary{    background: #038dff; height: 50px; font-size: 19px; letter-spacing: 1px;}
.close{    position: absolute; top: 10px; right: 15px;}
.modal-header{border-bottom: 0; }
.modal-content{padding: 40px;border-radius: 15px;}
.modal-dialog{max-width: 393px;}
.frp{    color: #282828; font-weight: 600; letter-spacing: .5px; text-decoration: underline;}
button:focus{outline: none}

.section4{background-image:url(../img/term-bg.jpg);background-repeat: no-repeat;background-size: cover;height:263px; position: relative;}
.inHedng{font-size: 44px;color:#fff;letter-spacing: .5px;font-weight:600;    padding-top: 99px;}
.login-btn{    width: 160px;}
.login-btn select{    width: 68px; border: 0; margin-left: 11px;}
.login-btn li{display: inline-block;}

.device img:hover{transform:scale(1.2)}
.transition{transition:all 0.5s ease; -ms-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}

.flagDp{position:relative;}
.flagDp img{    width: 24px;}
.flagDp .fDp{position: absolute;
    top: 25px;
    background: #fff;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 9px 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    min-width: 45px;
	text-align: center;
	display:none;
	}
	
.fDp a{padding:0!important}
.fDp a img{margin-left:0!important}
.flagDp:hover .fDp{display:block}


.inerrSec{padding:30px 0;border-top:1px solid #d7d8dc;background:#eff1f5;}
.breadcrumb_ li{display: inline-block;padding-right: 15px;padding-left:10px;position: relative;}
.breadcrumb_ li:after{    content: ""; position: absolute; right: 0; top: 3px; height: 17px; width: 2px; background: #282828;
    transform: rotate(7deg)}
.breadcrumb_ li:last-child:after{background:transparent;}
.breadcrumb_ li:first-child{padding-left:0;}
.breadcrumb_ li a{font-size:16px;font-weight:600;letter-spacing: .5px;color:#282828;}
.breadcrumb_ li a.active{color: #008cff}
ul{list-style-type: none;margin:0;padding:0;}

.innH{color: #282828;font-size:29px;font-weight:600;}

.phneListng li{    float: left; width: 16.4%; margin-right: 4%; margin-bottom: 4%}
.phneListng li:nth-child(5n+5){margin-right:0;}
.phneListng li .bxx{       min-height: 269px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  }
.phneListng li .bxx h3{    color: #333333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;}
.bxx .imgH .custom-img{width: 120px; object-fit: scale-down; height: 110px;}
.phneListng li .bxx p{        font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 5px;}
.phneListng li .bxx button{    padding: 8px 16px;background: #038dff;color:#fff;border:0;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 11px;
    font-weight: 600;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    letter-spacing: 1px;}
    .phneListng li .bxx button:hover{    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background-color: #008cff;
    border-color: #008cff;}
.imgH{height:146px;}
.small-h-bxx .imgH{ position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);height:auto;}

/* Tab section */




.tab-list ul {
  background: var(--bg-gray);
  padding: 15px 0 15px 15px;
}

.tab-list ul li {
  padding: 13px 15px;
  border-radius: 5px;
  color: #65676a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab-list ul li:hover {
  background: #fff;
}
._tb .table tbody tr td{    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #65676a;
    padding: 13px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent!important;
  }
._tb .table tbody tr td:last-child{text-align:center;}
._tb .table tbody tr td:last-child a img{width:20px;margin:auto;}

  ._tb .table thead tr th{   padding: 15px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #eff1f5;
    border: 0;}

.tab-list ul li a {
      text-decoration: none;
    color: #65676a;
    font-weight: 500;
    letter-spacing: .5px;
}

.tab-list ul li a img {
  margin-right: 15px;
}

.tab-list ul li:hover img {
  filter: invert(43%) sepia(96%) saturate(1915%) hue-rotate(186deg) brightness(99%) contrast(104%);
}

.tab-list ul li:hover a {
  color: #000;
}

.tab-content-inner .tab-form ul li {
  width: 38%;
  margin: 10px 10px;
}

.tab-content-inner .tab-form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab-content-inner .tab-form ul li input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 0 0 10px;
  outline: none;
}

.tab-content .tab-title h1 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 10px 0;
}

.tab-content .tab-form-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content .tab-form-button a {
  background: var(--skyblue);
  color: #fff;
  padding: 5px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}

.tab-section-wrapper {
  background: var(--bg-gray);
        padding: 60px 0;
}

.tab-list li.active{background:#fff;}
.tab-list li.active img{filter: invert(43%) sepia(96%) saturate(1915%) hue-rotate(186deg) brightness(99%) contrast(104%);}




._bg   { background: #fff;
    padding: 40px;
    border-radius: 5px}


footer {
  background: var(--bg-gray);
}

footer p {
  margin: 0;
  text-align: center;
  padding: 15px 0;
  color: #cecece;
}

.transaction-search {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
}

.transaction-search-filter {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-search-filter select {
  margin: 0 5px;
  height: 40px;
}

.transaction-search-bar input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: .375rem 1.75rem .375rem .75rem;
  height: 40px;
}

.tab-content select{border: 1px solid #ced4da;
  border-radius: 4px;
  padding: .375rem 1.75rem .375rem .75rem;
  height: 40px;}

.transaction-search-bar i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--skyblue);
}

.transaction-search-bar {
  position: relative;
}
.addArea{max-width:750px;width: 100%;margin:0 auto;}
.addArea h3{font-size:22px;color:#282828;font-weight:600;}
.text-center{text-align:center;}
.addBt{    margin-top: 40px!important;width: 100%}
.addBt .btn-primary{    padding: 8px 30px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 15px;
    font-weight: 600;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;}

.addBt .btn-primary:hover{box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);background-color: #008cff;
    border-color: #008cff;}

#voucher-data{    padding: 30px!important;}
#section5{    background: #f5f5f5; padding: 35px 0}

.container{max-width: 1225px;}


.transaction-report{
  text-align: center;
}

.table-pagenation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.table-pagenation ul li a {
  color: #65676a;
  padding: 5px 10px;
  font-size: 16px;
}

.table-pagenation ul li a.active {
  color: var(--skyblue);
}



.transaction-btn a {
  background: var(--skyblue);
     padding: 10px 30px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 13px;
    font-weight: 600;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .5px;
    color:#fff;
}

.transaction-search.search2 {
  justify-content: flex-end;
}

.transaction-search.search2 .transaction-btn {
  margin-right: 10px;
}

.transaction-report.transaction-report2 tr td a.link-active {
         background: var(--skyblue);
    padding: 4px 12px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 10px;
    font-weight: 600;
    border-radius: .125rem;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .5px;
    color: #fff;
}

.mainContent h3{margin-bottom: 25px!important;font-size: 22px!important}

.n1, .n2{position: relative;}
.n1 i{background-color: #ddd; width: 50px; height: 50px; border-radius: 100%; padding: 12px 19px; font-size: 18px; font-weight: 600;font-style: normal;display: inline-block;vertical-align: middle;    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)}
.n2 i{background-color: #ddd; width: 50px; height: 50px; border-radius: 100%; padding: 12px 19px; font-size: 18px; font-weight: 600;font-style: normal;display: inline-block;vertical-align: middle;    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)}
.n4 i{background-color: #ddd; width: 50px; height: 50px; border-radius: 100%; padding: 12px 19px; font-size: 18px; font-weight: 600;font-style: normal;display: inline-block;vertical-align: middle;    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)}
.n1:after{    content: ""; position: absolute; top: 0; left: 31px; background: #ddd; height: 2px; width: 282px; margin: auto; bottom: 0;}

.step1{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step2{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step3{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step4{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step5{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step6{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step7{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step8{position: absolute; width: 10px; height: 10px; background: #ddd; border-radius: 100%; top: 0; left: auto; right: -25px; bottom: 0; margin: auto;}
.step1:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 10px; left: auto;}
.step2:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step3:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step4:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step5:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step6:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step7:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step8:after{    content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; right: 3px; left: auto;}
.step8:before{content: ""; position: absolute; top: 0; height: 2px; width: 29px; background: #ddd; bottom: 0; margin: auto; left: 3px; right: auto;}

.n1.active i{background-color:#038dff;color:#fff;    z-index: 10; position: relative;}
.n2.active i{background-color:#038dff;color:#fff;    z-index: 10; position: relative;}
.n4.active i{background-color:#038dff;color:#fff;    z-index: 10; position: relative;}
.n2.active 
.dotactive.step1{background-color:#038dff;color:#fff;}
.dotactive.step1:after{background-color:#038dff;}

.dotactive.step2{background-color:#038dff;color:#fff;z-index: 10;}
.dotactive.step2:after{background-color:#038dff;}

.stepSec{position: relative;}
._abFrame{margin-top:70px;}

.m60-{right:-57px!important;}
.m90-{right:-85px!important;}
.m120-{right:-115px!important;}
.m150-{right:-145px!important;}
.m180-{right:-175px!important;}
.m210-{right:-205px!important;}
.m240-{right:-235px!important;}


.mainContent{max-width: 900px; margin: 0 auto; width: 100%;padding-top: 35px}
.mainContent .btn-primary{    padding: 8px 30px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 15px;
    font-weight: 600;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;}

    .wbForm:focus{border:1px solid #008cff;outline:none;box-shadow: none;}

.mainContent .btn-primary:hover{box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);background-color: #008cff;
    border-color: #008cff;}


.mainContent .form-group{margin-bottom:40px;}


.n4{position: relative;}

.lab{color:#9a9a9a;margin-bottom:2px;}
.adButton{    background: var(--skyblue); color: #fff; padding: 7px 35px; font-size: 16px; border-radius: 3px; border: 0}
.mtAdd{margin-top:26px}
.ad-heading{font-size: 22px; margin-bottom: 15px;}
.stepTxt{    position: absolute;
    bottom: -31px;
    left: -15px;
    right: 0;
    margin: auto;
    top: auto;
    font-weight: 600;}


.chkcontainer {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #707070;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fff;
    border: 1px solid #ddd;
    height: 50px;
    padding-top: 13px;
    border-radius: 5px;
}

/* Hide the browser's default radio button */
.chkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 12px;
  left: 14px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.chkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.chkcontainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.backBg{       background: #e0e0e0;
    color: #626262;
    margin-right: 20px;
    border: 1px transparent;}


.enBox{        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;padding:1px 6px 5px 20px; max-width: 622px; margin: 0 auto; width: 100%;
    background: #fff;border-radius: 8px}
.webTxt{    text-decoration: none; color: #65676a; font-weight: 500; letter-spacing: .5px;    font-size: 14px;}

.enDiv{    width: 100%; padding-left: 30px;}
.enDiv h4{    font-size: 16px; margin-bottom: 0; line-height: 26px;}
.enDiv table tr td span{display: block;}
.enDiv table tr td{padding-bottom: 10px;    font-weight: 600; font-size: 14px;}
.enDiv table{margin-top:10px;}
.encBx2{    border-top: 1px solid #ddd; padding-top: 20px; margin-top: 15px; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;}
.tc h4{font-size:14px;}
.tc ul{list-style-type: disc;    padding-left: 19px;}
.tc ul li{       font-size: 14px; margin-bottom: 5px}
.topEd{top:42%!important;}
.brRemove{border:0!important;}

.afterLoginn .step1{    right: -20px;}
.afterLoginn .m60- {right: -42px!important;}
.afterLoginn .m90- {right: -66px!important;}
.afterLoginn .m120- {right: -91px!important;}
.afterLoginn .m150- {right: -115px!important;}
.afterLoginn .m180- {right: -140px!important;}
.afterLoginn .step6:after{    right: -14px!important;    width: 139px!important;}


#server-table_wrapper .col-sm-12{padding:0!important;}
.table-bordered{border:0;}
.table-striped tbody tr:nth-of-type(odd){    background-color: transparent;}
.page-item.disabled .page-link{padding: 8px 11px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;}
.page-link{font-size: 14px; font-weight: 600;}
.mxWidthover #server-table{width:1253px!important;}
.mxWidthover #server-table_wrapper{width:1253px!important;}

.pannelTag{position: absolute; right: -36px; top: -12px; background: #038dff; width: 110px; height: 60px; transform: rotate(45deg);}
.pannelTag span{color: #fff; position: absolute; top: 34px; font-size: 12px; left: 28px;}

.small-h-bxx:hover{box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);}

.small-h-bxx{transition:all 0.5s ease; -ms-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease}

.phneListng li .bxx:hover{box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);}

.phneListng li .bxx{transition:all 0.5s ease; -ms-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease}