body{
  font-family: Arial, Helvetica, sans-serif;
}
.color-blue {
  color: #588dc7!important;
}
.cell2, .cell3{
  text-align: center;
}
.price-compose .icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
}
.price-compose .icon.right{
  background-image: url(../images/right.png);
}
.price-compose .icon.error{
  background-image: url(../images/error.png);
  width: 20px;
  height: 20;
  background-position:0 center;
}
.price-compose.table > thead > tr > th{
  line-height: 60px;
  text-align: center;
  background: #efefef;
  font-size: 20px;
}
.price-compose.table > thead > tr > th:first-child{
  text-align: left;
  font-size: 18px;
}
.price-compose.table > thead > tr > th:nth-child(3){
  background-color: #fffaeb;
  color: #f9b634;
  border-left: 1px solid #f9b634!important;
  border-right: 1px solid #f9b634!important;
}
.price-compose.table > thead > tr > th,
.price-compose.table > tbody > tr > td{
  border: 0;
  color: #666;
  font-size: 16px;
}
.price-compose.table > thead > tr > th:first-child,
.price-compose.table > tbody > tr > td:first-child{
  padding-left: 30px;
}
.price-compose{
  border: 1px solid #cdcdcd;
  margin:0 auto;
}
.price-compose.table > tbody > tr.cell-title td{
  color: #568cc5;
  font-size: 18px;
  font-weight: bold;
  background: rgba(85,140,241,0.2);
}
td.cell3{
  background-color: #fffaeb;
  border-left: 1px solid #f9b634!important;
  border-right: 1px solid #f9b634!important;
}
.cell-even td{
  background-color: #fbf9f8;
}
.cell-even td.cell3{
  background-color: #fbf4e4;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #f9b634;
}
.navbar-toggle .icon-bar{
  height: 4px;
}
.navbar-static-top .navbar-nav a{
  font-size: 18px;
  color: #558cc9;

}
.navbar-static-top .navbar-nav a:hover,
.loginBody .navbar-static-top .navbar-nav a:hover{
  border-radius: 5px;
  background: #eeeeee;
  color: #558cc9;

}
.navbar-static-top .navbar-nav .active{
  border-bottom: 4px solid #f9b634;

}
.navbar-static-top .navbar-nav .btn-orange,
.navbar-static-top .navbar-nav .btn-orange:hover{
  background: #fcb71b!important;
  color: #ffffff!important;

}
h1{
  color: #558cc9;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer{
  background-color: #558cc9;
}
.mainDes{
  padding: 30px 0;
  background: #fcb71b;
}
.mainDes h1{
  color: #ffffff;
  font-size: 60px;

}
.mainDes p{
  font-size: 20px;
  color: #ffffff;
}
.mainDesCase{
  background: #f3f3f3;
}
.mainDesCase h1{
  color: #000;
}
.mainDesCase p{
  color: #000;
}
.mainDesCase .subTitle {
  font-size: 40px;
  font-style: italic;
  line-height: 1.1;
}
.item{
  margin-bottom: 50px;
  clear: both;
}
.item h4{
  font-weight: bold;
  color:#2c628e;
}
.item2{
  margin-bottom: 15px;
  margin-top:30px;
}
.item img, .carousel-item img{
  width: 100px;
}
.item.item2 img{
  width: 100px;
}
.item-text{
  margin-left: 120px;
}
.item2 .item-text{
  margin-left: 130px;
}
.item2 .item-text h4{
  font-size: 24px;
}
.item2 .item-text p{
  color: #ffffff;
}
.item2 .item-text p{
  font-size: 18px;
}
.contentTitle{
  font-size: 50px;
  color: #2c628e;
  font-weight: bold;
  margin-top: 5px;
}
.contentP{
  font-size: 18px;
  color:#2c628e ;
  margin-bottom: 40px;
}
.m-t-0 {
  margin-top: 0!important;
}
.m-t-10{
  margin-top:10px!important;
}
.m-t-15{
  margin-top: 15px;
}
.m-t-40{
  margin-top: 30px;
}
.m-t-lg{
  margin-top: 60px;
}
.m-t-55{
  margin-top: 55px;
}
.m-b-40{
  margin-bottom: 40px;
}
.m-b-lg{
  margin-bottom: 60px;
}
.p-b-0 {
  padding-bottom: 0!important;
}
.p-l-15 {
  padding-left: 15px!important;
}
.font50{
  font-size: 50px;
}
.font18{
  font-size: 18px;
}
.font16 {
    font-size: 16px;
}
.item-step {
  margin-bottom: 30px;
}
.item-step p{
  font-size: 120px;
  color: #558cc9;
  font-weight: bold;
  margin-bottom: 30px;
}
.item-step img{
  width: 200px;
}
.item-step h3{
  color: #558cc9;
  font-size: 30px;
  margin-top: 56px;
}

.panel-default .glyphicon-minus-sign, .panel-default .glyphicon-plus-sign{
    color:#ffffff
}
.panel-default .glyphicon-minus-sign{
  display: block;

}
.panel-default .glyphicon-plus-sign{
  display: none;

}
.panel-default .collapsed .glyphicon-plus-sign{
  display: block;

}
.panel-default .collapsed .glyphicon-minus-sign{
  display: none;

}
.panel-group .panel{
  border:0;
  background: transparent;
  border-radius: 0;
  margin-top:15px;
}
.panel-title>a{
  color: #fff;
}
.panel-title>a:hover, .panel-title>a:focus{text-decoration:none}
.panel-default>.panel-heading{
    background:#558cc9;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  width: 100%;
  background: #e8edee;
  padding: 20px;
  border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-group .panel:last-child{
    margin-bottom:40px;
}
.navbar-collapse{
  margin-top: 30px;
}
.navbar-collapse.collapse.in{
  background: #ffffff;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align:justify;
}

.panel-heading .panel-text{
  font-size: 18px;
  font-weight: 400;
  width: calc(100% - 50px );
  display: inline-block;
  margin-left:5px;
}
.panel-heading .fa{
  font-size: 18px;
}
.FAQItem h2{
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
.btn-blue,.btn-blue:hover{
  background: #558cc9;
  color: #fff;
  min-width: 150px;
  font-size: 16px;
}
.navbar-toggle{
  top: 30px;
  padding: 0;
}
.home-video {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  /* min-width: 100%; */
  /* min-height: 100%; */
  object-fit: fill;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  z-index: 1;
}
.videoDes{
height: 100%;
position: relative;
z-index: 3;
top: 250px;
}
.videoDes h1{
color: #ffffff;
font-size: 70px;
font-weight: bold;
}
.videoDes p{
font-size: 30px;
color: #ffffff;
}
.videoDes .btn-new{
background: #fcb71b;
color: #ffffff;
min-width: 280px;
text-align: center;
font-size: 20px;
}
.login-body header{
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  left: 0;
  z-index: 3;
}
.login-body .navbar-static-top .navbar-nav a{
  color: #ffffff;

}
.videoWrap{
  width:100%;
  position: relative;
  height: 100%;
}
.login-body .navbar-static-top .navbar-nav a:hover{
  color: #558cc9;
  border-radius: 3px;
}
.videoWrap:before{
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62,.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.login-body .collapse.in{
  background: rgba(255,255,255,.7);
  margin-top: 50px;
}
.navbar-static-top{
  min-height: 110px;
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 2;
  left: 0;
}
.visableMobile{
  display: none;
}
.wrapper{
  margin-top: 110px;
}
.download-text .scanImg{
  width: 205px;
}
.download-text h4{
  line-height: 26px;
}
.contactUs .control-label{
  font-size: 16px;
}
.contactUs .form-group{
  margin-bottom: 20px;
}
.contactUs input.form-control,
.contactUs select.form-control{
  height: 40px;
}
.loginBody .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
  margin-top: 0px;
  height: auto;
}

.login-area {
  margin: 20px auto 20px auto;
}
#signUpModal .login-area {
  margin-top: 0;
}
.login-area .form-group, .register-area .form-group {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.login-area label, .register-area label {
  margin-bottom: 5px;
  font-size: 16px;

}
.login-area input.form-control,
.login-area select.form-control{
  height: 40px;

}
.login-area .btn-info {
  width: 100%;
}
.login-wrap .copyright {
  position: absolute;
  width: 320px;
  bottom: 20px;
  text-align: right;
}
.logo4{
  max-width: 100%;
}
.desText .glyphicon-play{
  color: #558cc9;
}
.m-r-20{
  margin-right: 20px;
}
.font-orange{
  font-size: 30px;
  color: #fcb71b;
}
.fontBold {
  font-weight: bold;
}
#videoModal{
  padding: 0!important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#videoModal .modal-dialog{
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;

}
#videoModal .modal-body{
  padding: 0;
  height:100%;
}
#videoModal .close{
   position: absolute;
   right: 5px;
   top: 10px;
   z-index: 99;
   opacity:1;
}
 #videoModal .close i{
   color: #ffffff;
 }
 #videoModal .modal-content{
    height: 100%;
  }
.rightSideMenu {
    position: fixed;
    right: -250px;
    transition: .3s linear;
    width: 250px;
    height: calc(100vh);
    background-color: #fab71e;
    color: #fff;
    list-style: none;
    padding: 15px 0;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: 0;
}
.rightSideMenu li{
  list-style: none;
  line-height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
}
.rightSideMenu li a.active{
  background-color: rgba(0,0,0,.3);
}
.rightSideMenu li a{
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 25px;
  line-height: 50px;
}
.dropdown-toggle.navbar-mobile {
  border: 0!important;
  background: none!important;
  font-size: 24px;
  color: #fab71e!important;
}
.navbar-mobile .glyphicon {
  font-size: 24px;
  color: #fab71e!important;
}
.navbar-mobile .glyphicon.glyphicon-remove{
  display: none;

}
.activeMenu .navbar-mobile .glyphicon-th-list{
  display: none;
}
.activeMenu .navbar-mobile .glyphicon.glyphicon-remove{
  display: block;

}
.loginMainContent {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#mainContent{
  position: relative;
  left: 0;
  transition: .3s linear;

}
.activeMenu #mainContent{
  left: -250px;
}
.activeMenu .rightSideMenu{
  right: 0;
}
.m-b-0{
  margin-bottom: 0;
}
.m-b-20{
  margin-bottom: 20px;
}
.m-b-30{
  margin-bottom: 30px;
}
.m-l-40 {
  margin-left: 40px;
}
.activeMenu .navbar-static-top{
  left: -250px;
}
.attendeeItem{
  background: #558cc9;
  color: #ffffff;
  padding: 30px;
  margin-top: 80px;
}
.attendeeItem .item2{
  padding: 0;
  margin: 0;
}
.benefitDes .contentTitle{
  margin-top: 33px;
  margin-bottom: 30px;
}
.item3{
  display: flex;
  align-items: flex-start;
}
.item3 h3{
  margin: 0;
  font-weight: bold;
}
.item3 .item-text{
  margin-left: 20px;
}
.item3 .item-text p:last-child{
  margin-bottom: 0;

}
.login-new h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.item4{
  margin:0;
}
.item4 img{
  width: 60px;
  margin-top: 4px;
}
.item4 .item-text{
  margin-left: 90px;
}
.download-text h3{
  font-weight: bold;
}
.contactUs h4 {
  line-height: 1.42857143;
}
.video-content{
  min-height: calc(100vh - 520px);
}
.video-item{
  padding: 33px 0;
  border-bottom: 1px solid #e9e9e9;
  height: 180px;
}
.video-content .container .video-item:first-child {
  padding-top: 0;
  height: 149px;
}
.video-content .container .video-item:last-child {
  margin-bottom: 0;
  height: 149px;
  border-bottom: 0;
}
.video-item h2{
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
}
.videoImg{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 4px solid #000;
}
.playImg{
  position: absolute;
  top: 40px;
  left: 80px;
  z-index: 1;
}
.video-item-left{
  float: left;
  position: relative;
}
.video-item-right{
  float: left;
  margin-left: 220px;
  display: flex;
  height: 116px;
  align-items: center;
}
.video-item-right a{
  text-decoration: underline;
}
.col-md-12 .item3:first-child img{
  margin-top: 10px;
}
.col-md-12 .item3:last-child img{
  margin-top: 8px;
}
.flexDiv{
  display: flex;
  justify-content: space-between;
}
.priceItem{
  border: 1px solid #ccc;
  max-width: 430px;
}
.flexDiv .priceItem:first-child h3{
  color: #fbb634;
}
.flexDiv .priceItem:last-child h3{
  color: #588dc7;
}
.priceItemHeader{
  background-color: #f3f3f3;
  text-align: center;
  padding: 25px 0 20px 0;
}
.priceItemHeader h3{
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.priceItemHeader h2{
  font-size: 48px;
  color: #4b4b4b;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: relative;
}
.priceItemHeader h2 span{
  display: inline-block;
}
.priceItemHeader h2 span.span1{
  font-size: 37px;
  margin-left: -14px;
}
.priceItemHeader h2 span.span3{
  font-size: 24px;
  position: absolute;
  top: 15px;
}
.priceItemHeader p{
  font-style: italic;
  font-size: 20px;
  color: #767676;
  margin-bottom: 0;
  font-weight: bold;
}
.priceContent{
  padding: 10px 30px 30px;
}
.priceContent p{
  font-size: 16px;
  color: #767676;
  min-height: 70px;
  margin: 20px 0;
}
.priceContent ul{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.priceContent ul li{
  font-size: 16px;
  color: #4b4b4b;
  font-weight: bold;
  background: url(../images/check-icon.png) no-repeat left top;
  padding-left: 30px;
}
.priceContent button, .priceContent a{
  width: 100%;
  height: 56px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceContent button.btn-orange{
  background-color: #fbb634;
}
.priceContent button.btn-orange:hover,
.priceContent button.btn-orange:focus,
.priceContent button.btn-orange:active{
  background-color: #fdb32b;
  color: #fff;
}
.priceContent .btn-blue{
  background-color: #588dc7;
}
.priceContent .btn-blue:hover,
.priceContent .btn-blue:focus,
.priceContent .btn-blue:active{
  background-color: #588dc7;
  color: #fff;
}
.priceContent button.btn-orange-outline{
  color: #fbb634;
  background-color: transparent;
  border: 1px solid #fbb634;
  margin-bottom: 10px;
}
.priceContent button.btn-orange-outline:hover,
.priceContent button.btn-orange-outline:focus,
.priceContent button.btn-orange-outline:active{
  color: #fbb634;
  background-color: transparent;
}
.priceWrap{
  width: 880px;
  margin: 0 auto;
}
.priceWrap .priceContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 165px);
}
.calculateItem{
  background-color: #f7f7f7;
}
.calculateItem h2{
  font-size: 42px;
  color: #4b4b4b;
  margin:0;
  padding: 0 0 30px 0;
  font-weight: bold;
}
.priceTable{
  margin-bottom: 20px;
  width: 515px;
  display: table;
}
.priceTable .priceTableHeader,
.priceTable .priceTableBody,
.priceTableBodyItem{
  display: table;
  width: 100%;
}
.priceTableBodyItem{
  margin-top: 3px;
  background: #588dc7;
}
.priceTableBodyItem.active{
  border: 4px solid #fab71e;
  position: relative;
}
.priceTableBodyItem.active:before {
  position: absolute;
  content: "";
  background: url(../images/arrow-right.png) no-repeat left center;
  font-size: 60px;
  right:-50px;
  top: -4px;
  animation: right-left 2s infinite;
  transform: rotate(180deg);
  width: 70px;
  height: 50px;
}
@keyframes right-left {
  from {right:-120px;}
	to {right:-50px;}
}
.priceTable .priceTableHeader div,
.priceTable .priceTableBodyItem div{
  height: 40px;
  padding: 0 15px;
  display: inline-block;
  line-height: 40px;
}
.priceTable .priceTableHeader div:first-child{
  background-color: #f7bc4f;
  color: #fff;
  width: 65%;
  font-size: 16px;
}
.priceTable .priceTableHeader div:last-child{
  background-color: #fbb634;
  color: #fff;
  width: 35%;
  font-size: 16px;
}
.priceTable .priceTableBodyItem>div{
  padding: 0;
  width: 100%;
  display: table;
  position: relative;
}
.priceTable .priceTableBodyItem>div div:first-child{
  background-color: #6999ce;
  color: #dfdbdb;
  width: 65%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.priceTable .priceTableBodyItem>div div:first-child span{
  color: #fff;
  font-size: 16px;
}
.priceTable .priceTableBodyItem>div div:last-child{
  background-color: #588dc7;
  color: #fff;
  width: 35%;
  font-size: 16px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.priceTable .priceTableBodyItem5 div{
  height:50px;
  line-height:50px
}
.calculateItem .form-group{
  background-color: #fff;
  padding: 20px;
  max-width: 250px;
  margin-right: 10px;
}
.calculateForm{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
}
.calculateItem  .form-group-final{
  background-color: #588dc7;
  margin-right: 0;
  height: 139px;
}
.calculateForm .form-group label{
  color: #3b3d3e;
}
.calculateForm .form-group-final label{
  color: #fff;
}
.form-group-final p{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin:0;
  padding: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calculateFormula{
  font-style: italic;
  margin-bottom: 0px;
}
.btn-primary-outline {
  color:#337ab7 ;
  background-color: #ffffff;
  border-color: #2e6da4;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #286090;
  background-color: #ffffff;
  border-color: #122b40;
}
.btn-primary-outline:hover {
  color: #286090;
  background-color: #ffffff;
  border-color: #204d74;
}
.priceTable .priceTableBodyItem.active>div::before,
.priceTable .priceTableBodyItem.active>div::after{
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fab71e;
  border-radius: inherit;
  animation: pulsing 2.5s linear infinite;
  content: "";
  position: absolute;
}
.priceTable .priceTableBodyItem.active>div::after{
  animation: pulsing1 2.5s linear infinite;
}
.payGocardBtn span{
  font-weight: bold;
}
.carousel-control.left,
.carousel-control.right{
  background-image: none;
}
.carousel-control.left span,
.carousel-control.right span{
  color: #fbb634;
  text-shadow: none;
}
.carousel-indicators {
  bottom: 20px;
}
.carousel-indicators li{
  border: 1px solid #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.carousel-indicators .active{
  background-color: #000;
  width: 10px;
  height: 10px;
}
#carousel-example-generic{
  background-color: #f3f3f3;
}
.carousel-inner{
  max-width: 1140px;
  margin: 0 auto;
}
.carousel-inner .carousel-item{
  padding-top: 20px;
  margin-bottom: 50px;
}
.carousel-inner .item-left{
  float: left;
}
.carousel-inner .starImg{
  display: block;
}
.carousel-inner  img{
  margin-top: 43px;
  border-radius: 50%;
}
.carousel-caption{
  position: static;
  margin-left: 150px;
}
.carousel-caption h3{
  color: #000;
  text-align: left;
  text-shadow: none;
  line-height: 30px;
  font-style: italic;
}
.carousel-caption p{
  text-align: left;
  text-shadow: none;
  color: #2c628e;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
.carousel-caption p a, .carousel-caption h4 a{
  color: #2c628e;
}
.carousel-caption h4{
  text-align: left;
  text-shadow: none;
  font-size: 22px;
  font-weight: bold;
  color: #2c628e;
}

.case-item{
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.case-item img{
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.case-item h2{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}
.case-item .col-md-6  p:last-child,
.case-item .col-md-12 p:last-child {
  margin-bottom: 0;
}
.case-item .priceContent {
  padding-left: 0;
  padding-right: 0;
}
.case-item .priceContent ul {
  margin-bottom: 0;
}
.case-item .priceContent ul li {
  font-weight: normal;
  font-size: 18px;
}
.case-item .noShadow img{
  box-shadow: none;
}
.linkPara a{
   text-decoration: underline;
   color: #333333;
}
.picsItem{
  margin-top: 30px;
  margin-bottom: 25px;
}
.policyTerms{
  background-color: #558cc9;
  padding: 40px 0;
}
.policyTerms p{
  font-size: 18px;
  color: #fff;
  line-height: 1.42857143;
  margin: 0;
}
.policyTerms a{
  font-size: 18px;
  line-height: 1.42857143;
  color: #fff;
  /* text-decoration: underline; */
  font-weight: bold;
}
.imageBackground {
  background-position: 50% 50%;
  background-size: cover;
}
.fontNormal {
  font-style: normal!important;
}
.chat-icon {
  position: fixed;
  right: 4%;
  bottom: 4%;
  box-shadow: 5px 5px 10px rgba(0,0,0,.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #558cc9;
  z-index: 2;
}
.text-with-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.text-with-line a {
  z-index: 2;
  background: #fff;
  padding: 0 20px;
  font-size: 18px;
  color: #558cc9;
  font-weight: bold;
}
.text-with-line::after {
  content: '';
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  z-index: 1;
  left: 15px;
}
.case-item .download-text {
  margin-top: 40px;
}
.case-item .noShadow img{
  margin-top: 0px;
}
.http-box{
  border: 3px solid #fbb634;
  display: flex;
  padding: 10px;
  gap: 10px;
  margin-bottom: 40px;
  border-radius: 4px;
}
.http-box-left {
  flex: 1;
}
.http-box-left p{
  border-bottom: 0;
}
.http-box-right {
  width: 120px;
}
.case-item .http-box-right img{
  margin-top: 0;
}
.case-item .http-box {
  margin-bottom: 0;
  margin-top: 40px;
}
.box-blue {
  border: 1px solid #558cc9;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
.box-blue p:last-child {
  margin-bottom: 0;
}
.marked-paragraph {
  position: relative;
  padding-left: 20px;
}
.marked-paragraph::before {
  content: "1.";
  display: inline-block;
  width: 10px;
  position: absolute;
  left: 0;
}
.marked-paragraph-1::before {
  content: "1.";
}
.marked-paragraph-2::before {
  content: "2.";
}
.caseHasPhone img{
  box-shadow: none;
}
.caseImgFloat {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}
.timelineBox {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  padding: 60px 0;
}

.timelineBox::before {
  content: '';
  position: absolute;
  left: 104px;
  top: 68px;
  bottom: 88px;
  width: 2px;
  background-color: #ccc;
}

.timelineItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.timelineTime {
  flex: 0 0 80px;
  text-align: right;
  margin-right: 20px;
  color: #558cc9;
  cursor: pointer;
}

.timelineDot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: #005EB8;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.timelineContent {
  flex: 1;
  padding-left: 20px;
  font-weight: bold;
  cursor: pointer;
}
.timelineItemGreen {
  color: #08bd11;
}
.timelineItemYellow{
  color: #fcb71b;
}
@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.8) scaleX(1.15);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.8) scaleX(1.15);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.3) scaleX(1.1);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@media (max-width: 1679px){
  .videoDes{
    top: 180px;
  }
}
@media (max-width: 1366px){
  .videoDes{
    top: 150px;
  }
  .carousel-inner{
    max-width: 960px;
  }
}
@media (max-width: 1280px){
  .navbar-static-top .navbar-nav a{
    padding: 10px;
  }
  .carousel-inner{
    max-width: 800px;
  }

}
@media (max-width: 992px){
  .videoDes h1{
    font-size: 50px;
  }
  .videoDes p{
    font-size: 20px;
  }
  .videoDes{
    top: 100px;
  }
  .navbar-static-top .navbar-nav .active{
    background: #f1f1f1;
  }
  .navbar-collapse{
    margin-top: 45px;
  }
  .item3{
    flex-direction: column;
    row-gap: 20px;
  }
  .item3 .item-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .case-item-video .caseImgWrap {
    margin-bottom: 20px;
  }
  .case-item-video .caseImgWrap,
  .case-item-video .caseVideoWrap,
  .case-item-video .caseVideoWrap p {
    height: 300px;
  }
}
@media (max-width: 991px){
  .login-body .navbar-static-top .navbar-nav a{
    color: #558cc9;
  }
  .item-step .col-md-2,
  .item-step .col-md-3{
    text-align: center;

  }
  .videoDes h1{
    font-size: 37px;
  }
  .videoDes .desText{
    text-align: center;
  }
  .visableMobile{
    display: block;
  }
  .visablePC{
    display: none;
  }
  .logo4{
    display: none;
  }
  .download-text{
    text-align: center;
  }
  .download-text .text-center h4:first-child {
    margin-top: 0;
  }

  .download-text .scanImg{
    width: 200px;
  }
  .organiserSign{
    text-align: center;
  }
  .organiserSign img{
    width: 250px!important;
    margin: 0 auto;
  }
  .mainDes h1{
    font-size: 50px;
  }
  .download-text h3:first-child{
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .attendeeItem .item.item2 img, .item4 img{
    float: none!Important;
    margin: 0 auto;
    display: block;
  }
  .attendeeItem .item2 .item-text{
    margin-left: 0;
    margin-top: 40px;
  }
  .item4{
    margin-bottom: 60px;
  }
  .login-new .item4:last-child{
    margin-bottom: 0;
  }
  .item4 .item-text{
    margin-left: 0;
    margin-top: 20px;
  }
  .item4 .item-text h3,
  .item4 .item-text p{
    text-align: center;
  }
  .item4 .m-t-lg{
    margin-top: 0;
  }
  .item4 .control-label{
    text-align: left;
  }
  .scan-warp .pull-left,
  .scan-warp .pull-right{
    float: none!important;
  }
  .carousel-inner .item-left{
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .carousel-inner .starImg{
    margin: 0 auto;
  }
  .carousel-caption{
    margin: 0 80px;
  }
}
@media (max-width: 768px){
  body{
    overflow-x:hidden;
  }
  footer a, footer span{
    padding: 0 10px;
  }
  .navbar-static-top{
    margin-bottom: 0;
  }
  .tableWrap{
    width: 100%;
    overflow-x: auto;
  }
  .videoDes .logo4{
    width:150px;
  }
  .priceWrap{
    width: 710px;
  }
  .priceItem{
    max-width: 340px;
  }
  .priceItemHeader h1{
    font-size: 42px;
  }
}
@media (max-width: 767px){
  .priceWrap{
    width: 100%;
    padding: 0 30px;
  }
  .flexDiv,.calculateForm{
    flex-direction: column;
    align-items: center;
  }
  .priceItem{
    margin-bottom: 10px;
  }
  .calculateForm{
    padding-bottom: 40px;

  }
  .calculateForm img{
    transform: rotate(90deg);
    margin-bottom: 10px;
  }
  .carousel-caption{
    margin: 0 50px;
  }
  .text-with-line::after {
    width: calc(100% - 30px);
  }
}
@media (max-width: 542px){
  .video-item h2{
    font-size: 25px;
  }
  .priceTable{
    width: 100%;
  }
  .priceTable .priceTableHeader div{
    line-height: 18px;
    min-height: 40px;
    padding: 8px 15px;
    height: auto;
  }
  .priceTableBodyItem.active:before {
    right:0px;
    top: 60px;
    transform: rotate(90deg);
    width: 50px;
    height: 70px;
    z-index: 2;
  }

  @keyframes right-left {
    from {top:-100px;}
    to {top:-60px;}
  }
}
@media (max-width: 468px){
  .download-text .m-r-20{
    margin-right: 0;
  }
  .download-text a{
    display: block;
  }
  .download-text h4 a{
    display: unset;
  }
  .video-item h2{
    font-size: 22px;
  }

}
@media (max-width: 414px){
  .item3 h3{
    float:none!Important;
  }
  .item3 .item-text{
    margin-left: 0;
  }
  .video-item h2{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .price-compose{
    width: 80%;
  }
  .price-compose thead th:nth-child(2),
  .price-compose thead th:last-child{
    width: 200px;
  }

}
@media (min-width: 1200px) {
  .login-wrap.login-new {
    padding: 0 45px;
  }
}
@media (min-width: 992px){
  .case-item .col-md-6:first-child{
    padding-right: 30px;
  }
  .case-item .col-md-6:nth-child(2){
    padding-left: 30px;
  }
  .case-item img{
    margin-top: 58px;
  }
  .loginBody .navbar-toggle{
    display: none;
  }
  .download-text h3{
    margin-top: 60px;
  }
  .contactUsForm{
   margin-top: 40px;
  }
  .benefitItem .col-md-4{
    padding: 0 20px;
  }
  .benefitItem .col-md-4:first-child{
    padding-left: 15px;
  }
  .benefitItem .col-md-6:first-child{
    padding-right: 40px;
  }
  .benefitItem .col-md-6:last-child{
    padding-left: 40px;
  }
  .benefitItem .col-md-6 .item2{
    padding-bottom: 20px;
  }
  .download-text h3:first-child{
    margin-top: 140px;
  }
  .scan-warp .pull-right{
    padding-right: 10px;
  }
  .row .login-wrap.login-new:first-child {
    border-right: 1px solid #cccccc;
  }

  @media (max-width: 1200px) {
    .font18 {
        font-size:16px;
    }
  }
  .case-item-video {
    display: flex;
  }
  .case-item-video .caseImgWrap,
  .case-item-video .caseVideoWrap,
  .case-item-video .caseVideoWrap p {
    height: 100%;
  }
}
.item-wrap .item-step:nth-child(2) h3{
  margin-top: 50px;
}
.item-wrap .item-step:nth-child(3) h3{
  margin-top: 0px;
}

@media(min-width:468px) {
    .loginleft {
        float: left;
    }

    .loginright {
        float: right;
    }
}

/***support page**/
.support-page-top{
  padding: 80px;
  background-color: #005EB8;
}
.support-page-top h1{
  color: #fff;
  font-size: 48px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.support-page-top .text-center p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 80px;
}

.step-card .step-number{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FDB813;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.step-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 4px;
}
.step-card h3{
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
}
.step-card p{
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.step-card .warning-para{
  margin-top: 20px;
}
.step-card .btn, .view-guide{
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  background-color: rgb(140, 192, 68);
}
.view-guide:hover {
  color: #000;
}
.step-card .create-profile-id{
  background: linear-gradient(to right,#d3a02a,#daa62f);
}
.step-card .create-profile-id:hover {
  color: #000;
}
.step-des{
  min-height: 120px;
}
.step-des p {
  text-align: justify;
}
.button-group{
  margin-bottom: 40px;
}

.update-card h3{
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.update-card p{
  font-size: 18px;
  color:#000;
  margin-bottom: 30px;
}
.update-profileID-item{
  padding: 80px;
}
.forgot-profileID-item{
  background-color: #F5F5F5;
}
.update-profile-id-btn{
  background: linear-gradient(to right,#c8643b,#ca653a);
}
.forgot-profile-ID-btn{
  background: linear-gradient(to right,#558cc9,#558cc9);
}
.step-card .btn.view-video-btn{
  background-color: yellow;
  color: #434343;
}
.step-card .btn.view-video-btn:hover {
  color: #000;
}
.view-video-btn:focus {
  box-shadow: none;
  outline: none;
}
.step-img img{
  width: 100%;
}
.caseVideoWrap p{
  position: relative;

}
.caseVideoWrap p .playIcon {
  margin-top: 0;
  box-shadow: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;

}
.testimonial {
  font-style: italic;
  background-color: rgba(253, 183, 26, .4);
  padding: 15px;
  border-radius: 4px;
}
.testimonial p {
  font-size: 22px;
}
.testimonial p:not(:last-child) {
  /* color: #005EB8; */
}
.testimonial p:last-child {
  font-weight: bold;
  font-style: normal;
}
.cursorPointer {
  cursor: pointer;
}
.textContent {
  border: 1px solid #005EB8;
  padding: 10px;
  border-radius: 4px;
}
.img-fluid {
  float: right;
  max-width: 444px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  margin-top: 5px;
  margin-left: 20px;
}
.blockquote-default {
  background-color: rgba(247, 247, 247, 1);
  border-color: #fdb71a;
  margin: 20px;
  font-style: italic;
}
@media (min-width: 992px) {
  .step-row{
    display: flex;
  }
  .step-row .step-card{
    height: 100%;
  }
  .update-card{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .support-page .col-md-6{
    padding: 0 30px;
  }
  .case-item-address {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .case-item-address > div.col-md-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 991px){
  .support-page-top, .update-profileID-item{
    padding: 20px 10px;
  }
  .support-page-top h1{
    font-size: 38px;
    margin-top: 50px;
  }
  .support-page-top .text-center p{
    margin-bottom: 50px;
  }
  .btn{
    margin-bottom: 10px;
    width: 100%;
  }
  .update-profileID-item img{
    margin-bottom: 30px;
  }
  .forgot-profileID-item .update-card h3 {
    margin-top: 30px;
  }
  .button-group{
    margin-bottom: 20px;
  }
  .step-card{
    margin-bottom: 20px;
  }
  .step-des{
    min-height: auto;
    padding-bottom: 20px;
  }
  .forgot-profile-ID-btn{
    margin-bottom: 30px;
  }
  .case-item-address > div.col-md-6:first-child {
    padding-bottom: 40px;
  }
  .img-fluid{
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.modal-body iframe {
  display: block;
}
.certification {
  background-color: #fff;
}
@media (max-width: 768px) {
  html.full body,
  html.full,
  html.full.content{
    height: auto;
    overflow: unset;
  }
  .content {
    flex-direction: column;
  }
  .content .left {
    width: 100%;
  }
  .content .right {
    width: 100%;
    flex: unset;
    height: 400px;
  }
  .http-box {
    flex-direction: column;
    align-items: center;
  }
}

.flex-two-cols {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.flex-two-cols img {
  max-width: 300px;
  margin-top: 40px;
}
.flex-two-cols img.has-border {
  border: 3px solid #000;
}
.flex-three-cols {
  display: flex;
  justify-content:
  space-between;
  gap: 20px;
}
.flex-three-cols img {
  flex: 0 0 32%;
  width: 30%;
  margin-top: 40px;
  margin-bottom: 0px;
  box-shadow: none;
}
.flex-justify-center {
  justify-content: center;
}
.contactUs .case-item .flex-two-cols img{
  width: calc(50% - 30px);
  max-width: unset;
  margin-top: 0;
  margin-bottom: 10px;
}
.case-item-address {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 0px !important;
  padding-bottom: 0;
  border-bottom: 0;
  flex-direction: row;
}
.download-hr {
  border-top: 1px solid #e9e9e9;
  margin: 0;
}
.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-t-0{
  margin-top: 0;
}
.loginHowItWork .item3:last-child{
  margin-bottom: 0;
}
.tableWrap {
  width: 100%;
  overflow-y: auto;
}
.tableWrap table {
  width: 100%;
  margin-top: 20px;
  min-width: 600px;
}
.tableWrap table thead th,
.tableWrap table tbody td{
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
}
.tableWrap table tbody td:first-child{
    font-weight: bold;
}
.tableWrap table tbody td ul{
    margin: 0;
    padding: 0;
}
.tableWrap table tbody td ul li{
    list-style: none;
}
.cc-accessibility-icon {
  position: fixed;
  right: 20px;
  z-index: 1500;
}
.contanierText .contentTitle.m-t-40 {
  margin-top: 40px;
}
.accesibilityIcon {
  position: fixed;
    right: 20px;
    top: 33px;
    z-index: 100;
    width: 50px;
    cursor: pointer;
    @media (max-width: 991px) {
      display: none;
    }
}
.caseHasPhone .img-geofence {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
@media (max-width: 768px) {
  .flex-three-cols img{
    flex: 0 0 30%;
  }
  .flex-two-cols{
    column-gap: 20px;
  }
  .flex-two-cols img {
    width: 100%;
    flex:1

  }
  .contactUs .case-item .flex-two-cols img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px){
  .box-text {
    margin-top: 60px;
  }
}
.pe-0 {
    padding-right: 0;
}

.login-area .form-group.hidden-init, .hidden-init {
    display: none;
}

.pointer {
    cursor: pointer;
}

.font-45 {
    font-size: 45px;
}
.font-46 {
  font-size: 46px!important;
}

.bg-image-case-img {
    background-image: url(../images/caseImg12.jpg);
}

.italic {
    font-style: italic;
}

.h-0 {
    height: 0px;
}

.mb-30 {
    margin-bottom:30px;
}

.text-white {
    color: #fff;
}

.text-red {
    color: red;
}

.text-underline {
    text-decoration: underline;
}

.case-item .rating-shadow {
    box-shadow: none;
    max-width: 200px;
    margin-top: 0
}

.custom-margin-whats-new {
    margin-top: 15px;
    margin-right: -15px;
}


.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: #33333390 !important;
}

.fade.show {
    opacity: 1;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.box-border {
  padding: 10px;
  border: 3px solid #fbb634;
  border-radius: 4px;
}
.text-justify {
  text-align: justify;;
}