


.steps2{
  display: block;
  text-align: center;
  margin: 0 -45px;
  padding:80px 0;
  list-style-type: none;
  font-size: 0;
}

.steps2 li{
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 45px;
}
.steps2 li:before{
  content: '';
  position: absolute;
  top: 50%;
  	left: -158px;
	width: 228px;
	margin-top: 98px;
	height: 6px;
  background-color:#F2F2F2;
}
.steps2 li:first-child:before{ display: none; }

.steps2 li.active:before{background-color:var(--color-primary);}

.steps2 li span,
.steps2 li a{
  display: block;
  border-radius: 50%;
  background-color: var(--color-primary-fade);
  color: var(--color-primary);
  font-weight: 500;
  margin: 0 auto;
	font-size : 20px;
	width: 65px;
    height: 65px;
    line-height: 65px;
}

.steps2 .step-img{
  width: 200px;
}
.step-img-thank{
  width: 300px;
}
.steps2 li.thank:first-child:before{ display: block; }
.steps2 li.thank:before {
	    content: '';
	    position: absolute;
	  top: 50%;
    left: -143px;
    width: 143px;
    margin-top: -4px;
    height: 6px;
}

.steps2 li.active span,
.steps2 li.active a{
  color: #fff;
  background-color: var(--color-primary);
}

@media (max-width:1024px){ 
  .card-pricing{
    margin: 0 6px!important;
  }
  .swiper-pricing{
    padding-left: 0px;
  }
 /* .swiper-slide,.swiper-slide-active{
    margin-right: 5px!important;
  }*/
	.steps2 li{
	  margin: 0 12px;
	}
	.steps2 li:before {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: -89px;
	    width: 153px;
	    margin-top: 98px;
	    height: 6px;
	}
  .steps2 li span, .steps2 li a{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }

}

@media (max-width:992px){
  .steps2{ padding: 60px 0 50px; }
  .steps2 li{ margin: 0 20px; }
  .steps2 li::before { left: -40px;width: 40px; margin-top: 0 }
  .steps2 li span, .steps2 li a{
    width: 60px;
    height: 60px;
    line-height: 60px; 
  }
  .steps2 .step-img{
	  width: 160px;
	}
}

@media (max-width:1023px){
  .card-pricing{
    margin: 0 6px!important;
  }
  .swiper-pricing{
    padding-left: 0px;
  }
  /*.swiper-slide,.swiper-slide-active{
    margin-right: 5px!important;
  }*/
  .steps2{ padding: 60px 0 50px; }
  .steps2 li{ margin: 0 12px; }
  .steps2 li::before {
	    left: -74px;
	    width: 123px;
	    margin-top: 78px;
	}

  .steps2 li span, .steps2 li a{
    width: 60px;
    height: 60px;
    line-height: 60px; 
    font-size: 14px;
  }
  .steps2 .step-img{
	  width: 160px;
	}
}

@media (max-width:767px){
  .card-pricing{
    margin: 0 6px!important;
  }
  .swiper-pricing{
    padding-left: 0px;
  }
 /* .swiper-slide,.swiper-slide-active{
    margin-right: 5px!important;
  }*/
  .steps2{ padding: 40px 0 30px }
  .steps2 li{ margin: 0 4px; }
  .steps2 li::before { 
    left: -33px;
    width: 58px;
    height: 2px; 
    margin-top: 44px;
  }
  .steps2 .step-img{
	  width: 90px;
	}
  .steps2 li span, .steps2 li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.form-control-v2{
  border-radius: 10px;
  color: inherit;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ced4da;
  background-color: #fff;
}
.nav-faq-tabs{
  padding: 20px 10px;
}
.nav-faq-tabs .nav-link{
  padding: 10px 10px;
}
.navbar-brand::before {
  display: none;
}
.item-totop{
  position: fixed;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 767px){
  .item-totop{
      position: fixed;
      left: 25px;
      bottom: 25px;
  }
}

@media (min-width: 992px){
  .navbar-brand::before {
      display: none;
  }  
}
@media (max-width: 992px){
  .txt-under-logo{
      display: none;
  }
}
.txt-under-logo{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0px;
}
select.form-control:after {
color: #333;
right: 11px;
top: 0px;
padding: 0 0 2px;
border-bottom: 1px solid #999;

position: absolute;
pointer-events: none;
}
.or:before {
  content: '';
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  border-top: 1px solid #d3d3d2;
  width: 80%;
}
.or span{
  background-color: #fff;padding: 5px 20px; z-index: 9; position: relative;
  font-size: 14px;
}
.btn.facebook {
  border: none;
  background-color: #374c92;
}
.btn.facebook:hover {
  border: none;
  color: #fff;
  background-color: #273b80;
}
/*select.form-control:after{
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-left: 1px;
  margin-top: -10px;
  background-image: url(../img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}*/
.bootstrap-select{
  width: 100%!important;
}
.bootstrap-select>.dropdown-toggle{
  background-color: #fff!important;
  border-radius: 10px!important;
  padding: 0px 20px!important;
}
.bootstrap-select .dropdown-menu{
  top: 62px!important;
  /*position: initial!important;*/
  /*max-height: 280.891px!important;*/
}
.btn-light:hover{
  border-color: #00a69c!important;
}
.btn-light.focus, .btn-light:focus{
  border-color: #00a69c!important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  color: #58595b!important;
}
.bootstrap-select .dropdown-menu li a span.text{
  color: #58595b!important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
  border-color: #00a69c!important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fafafa;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
  outline: thin dotted #333!important;
  outline: 0px auto -webkit-focus-ring-color!important;
  outline-offset:0px!important;
}
.fix-promotion {
  position: fixed;
  right: 100px;
  bottom: 44px;
  z-index: 1070; 
  width: 180px;
  height: 180px;
}
.div-otp input {
  width: 66px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  margin: 0 2px;
  display: inline-block;
}

.div-otp .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}
.fix-promotion img{
  width: 100%;
}
@media (max-width: 767px){
  .div-otp input {
      width: 42px!important;
      height: 38px!important;
      line-height: 50px;
      text-align: center;
      font-size: 16px!important;
      font-weight: 200;
      margin: 0 2px;
      padding: 0!important;
      display: inline-block;
  }

  .div-otp .splitter {
      padding: 0 5px;
      color: white;
      font-size: 16px!important;
  }
}
@media (max-width: 992px){
  .fix-promotion img{
      width: auto;
  }
  .fix-promotion {
      width: 120px;
      right: 148px;
      bottom: 44px;
  }
  .div-otp input {
      width: 52px;
      height: 48px;
      line-height: 50px;
      text-align: center;
      font-size: 20px;
      font-weight: 200;
      margin: 0 2px;
      display: inline-block;
  }

  .div-otp .splitter {
      padding: 0 5px;
      color: white;
      font-size: 20px;
  }
}