div.ccw_plugin, .inline {
    display: inline !important;
}


.ccw_plugin .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.ccw_plugin .style-4.chip {
    display: inline-block;
    padding: 10px;
    box-shadow: 1px 1px 6px 1px lightgrey;
    border-radius: 50%;
}

.chip.style-4.ccw-analytics{
    background-color: #fff; 
    color: #fff;
}

.waviro-sec{
	background-color:whitesmoke;margin-top:10px;padding-top:25px;padding-bottom:25px;color:#1b3e67
}
.waviro-sec-link{
	text-decoration:none;color:#1b3e67;transition: 0.5s;
}
.waviro-sec-link:hover{
	text-decoration:none;color:#ffad00;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) { 

    .ccw_plugin .style-4.chip {
        padding: 10px;
    }

    .ccw-analytics img{
        width: 40px;
    }
    .chatbot {
        position: fixed;
        z-index: 99999999;
        right: 24px;
        bottom: 90px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .ccw_plugin .style-4.chip {
        padding: 10px;
    }

    .ccw-analytics img{
        width: 40px;
    }
    .chatbot {
        position: fixed;
        z-index: 99999999;
        right: 24px;
        bottom: 90px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

    .ccw_plugin .style-4.chip {
        padding: 9px;
    }

    .ccw-analytics img{
        width: 42px;
    }

    .chatbot {
        position: fixed;
        z-index: 99999999;
        right: 24px;
        bottom: 90px;
    }
}

.box-whatsapp{
    background-color: #4fc53d; 
    border-radius: 50%; 
    height: 42px; 
    width: 42px;
    text-align: center;
}


.whatsapp-logo{
    font-size: 28px; 
    color: #fff;
    margin-bottom: 0px;
}

#result {
	margin:0;
	position:absolute;
	border:0;
	padding:8px;
	position:fixed;
	color:white;
	background-color:#983232;
	background-color:rgba(128,0,0,0.8);
	width:100%;
	display:none;
	text-align:left;
    z-index: 999;
    padding-top: 50px;
}

#result ul {
	list-style-image:url(../assets/images/warn.png);
	margin-left:10px;
	font-size:10pt;
	margin-top: 30px !important;
}

#resultnopadding {
	margin:0;
	position:absolute;
	border:0;
	padding:5px;
	position:fixed;
	color:white;
	background-color:rgba(128,0,0,0.8);
	width:100%;
	display:none;
	text-align:left;
}

#resultnopadding ul {
	list-style-image:url(../assets/images/warn.png);
	margin-left:10px;
	font-size:10pt;
}
.body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	}
  .navbar {
	background: white;
	border-bottom: none;
	padding: 25px 25px;
	margin-top: 0px;
	font-family: 'PT Sans', sans-serif;
	transition-duration: 0.6s;
	color: #1b3e67;
	padding-top: 25px;
	font-weight: bold;
  }
  .size {
   color: #ffad00;
  }
  .signup-setup {
	margin-top: 70px;
  }
  .signup-setup2 {
	margin-top: 30px;
  }
  .bord {
	background-color: #ddd; 
	padding-top: 30px;
	padding-bottom: 0px;
  }
  .bord p {
	font-size: 32px;
	color: black;
  }
  .btn-sc {
	padding: 2px;
	padding-top: -10px;
	margin: 12px;
  }
  #messageshow0 {
	display: none;
  }
  .content {
	  color: #fff;
	  border: 2px solid #fff;
	  border-radius: 50%;
	  display: inline-block;
	  height: 100px;
	  line-height: 115px;
	  text-align: center;
	  vertical-align: middle;
	  width: 100px;
	  margin-bottom: 20px;
  }
  #messageshow {
	display: none;
  }
  #messageshow2 {
	display: none;
  }
  .button-4 {
	background-color: #2b9de0;
	border: none;
	border-radius: 3px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
  }
  .button-3 {
	background-color: #2bcde0;
	border: none;
	border-radius: 3px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
  }
  .button-2 {
	background-color: #2be0ca;
	border: none;
	border-radius: 3px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
  }
  .button-1 {
	background-color: #2be0a6;
	border: none;
	border-radius: 3px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
  }
  .button-1:hover {
	background-color: #2be0a6;
	color: #fff;
  }
  .button-2:hover {
	background-color: #2be0ca;
	color: #fff;
  }
  .button-3:hover {
	background-color: #2bcde0;
	color: #fff;
  }
  .button-4:hover {
	background-color: #2b9de0;
	color: #fff;
  }
  .checkbox label {
  min-height: 0px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
  }
  .stats {
	color: red;
  }
  .topup span {
	font-size: 14px;
  }
  .form-signup-info {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
  }
  
  #navbarNav {
	margin: 1px !important;
	color: #1b3e67;
	font-size: 0.80rem;
  }
  #btn-dropdown-1 {
	border-radius: 3px;
	background-color:#1b3e67;
	color:#fff;
	border-color:none;
	font-size: 0.85rem;
	font-weight:700;
	letter-spacing:0;
	margin-bottom:0;
	margin: 10px;
	padding-left:1.25rem;
	padding-right:1.25rem;
	display:block;
	padding-top:.425rem;
	padding-bottom: .425rem;
  }
  #btn-dropdown-2 {
	color: white;
	border-radius: 3px;
	font-style: bold;
	background-color: #ffad00;
	border-color:none;
	font-size:0.85rem;
	font-weight: 700;
	letter-spacing:0;
	margin-bottom:0;
	margin: 10px;
	padding-left:1.25rem;
	padding-right:1.25rem;
	display:block;
	padding-top:.425rem;
	padding-bottom: .425rem;
  }
  .nav-head {
	margin: 2px !important;
	padding: 0;
	font-size: 0.80rem;
	transition: color .2s ease-in-out;
	padding-top: 5px;
  }
  .navbar-scroll {
	background: #ffffff;
	padding: 15px ;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
  
  }
  .nav-dropdown-scroll {
	background: white;
  }
	#background{
	background: url(/assets-web/images/bg.jpg) no-repeat;
	color: #fff;
	padding-top: 60px;
	background-size: cover;
	background-position: center;
	padding-bottom: 60px;
	margin-top: -5px;
	height: 765px;
	text-align: left;
	position: relative;
    z-index: 1;
	}
	#background::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background : black;
    opacity: .3;
    bottom: 0;
    z-index: -2;
}
	#background .slider{
	background: none;
	margin-left: 40px;
	text-align: left;
	max-width: 1000px;
	margin-top: 185px;
	}

            
    #bg{
        position: relative;
        margin: 0px 0px 10px;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        width: max-content;
    }

    #bg h2{
        margin: 0px; 
        padding-left: 10px;
        font-size: 32px;
    }
    #bg::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background : black;
        opacity: .5;
        bottom: 0;
    }
    .mbr-section-btn{
        margin-left: 10px !important;
        z-index: 2;
    }
	.image-icon {
	color: orange;
	font-size: 28px;
	margin-top:15px;
	margin-bottom:15px;
	}
	p {
	font-size: 16px;
	}
	h1 {
	text-align: center;
	}
	hr {
	border:2px solid #e2e2e2;
	margin-top:0;
	}
	.price-reg {
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
	border: 2px solid #ff9e14;
	background-color: #ff9e14;
	width: 100%;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14.5px;
	color: #000;
	}
	.price-reg2 {
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
	border: 2px solid #ffad01;
	background-color: #ffad01;
	width: 100%;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14.5px;
	color: #000;
	}

	.reg {
	text-align:center;
	margin:0;
	background-color:#ddd;
	padding:20px 
	}

	p.reg-how {
	text-align:center;
	margin:0;
	background-color:#fff;
	padding:20px 
	}

	p.reg1 {
	text-align:center;
	margin:0;
	font-size: 21px;
	}

	.price-reg3 {
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
	border: 2px solid #e18300;
	background-color: #e18300;
	width: 100%;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14.5px;
	color: #000;
	}

    .price-reg3 span{
    font-weight: normal;
    }

    .price-reg2 span{
    font-weight: normal;
    }
    .price-reg span{
    font-weight: normal;
    }


	#features-font h4 {
	font-weight: bold;
	font-size: 1.25rem;
	}


	#smsviro {
	background-color: #fff;
	color: #000;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center 
	}

	#pricing {
	background-color: rgb(46, 46, 46);
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center 
	}

    #procedure {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center 
	}

	#features {
    padding-top: 60px;
    padding-bottom: 60px;
	text-align: center;
	background-color: #f5f5f5;
	}

	#regular-vs-premium	{
    padding-top: 60px;
    padding-bottom: 50px;
	text-align: center;
	background-color: #ececec;
	}
	
	#how-it{
    padding-top: 60px;
    padding-bottom: 50px;
	text-align: center;
	background-color:#fff;
    }


    #demoaccount{
    padding-top: 60px;
    padding-bottom: 60px;
	text-align: center;
	background-color: whitesmoke;
    }

    #tutorial{
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #ececec;
    }

    #faq{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: whitesmoke;
    }

    #clients{
    padding-top: 60px;
    padding-bottom: 60px;
    }

	.teks {
	color: #000;
	transition: 0.8s !important;
	text-decoration: none !important;
	}
	.cirlce{
	height: 50px;
	border-radius: 50%;
	width: 50px;
	background-color: #999;
	margin: 0 auto;
	position: relative;
	bottom: -27px;
	}
	.cirlce p{
	text-align: center;
	padding-top: 9px;
	font-size: 20px;
	color: #fff;
	}
	.display-1 {
	font-size: 4.39rem;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 0.2843em;
	margin-top: 3.9rem;
	}
	.mbr-section-title {
	margin-top: 0;
	}
	.item {
	  margin: 15px;
	}
	#signup{
	background: url(/assets-web/images/footer.jpg) no-repeat;
	color: #fff;
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
	margin-top: 10px;
	background-size: cover;
	background-position: center;
	}
	#footer-2{
	background: rgb(49, 48, 48);
	color: #fff;
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
	margin-top: 10px;
	background-size: cover;
	background-position: center;
	}
	.title {
	color:white;
	font-size:40px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 0.2843em;
	}
	.display {
	color:white;
	font-size:35px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 0.2843em;
	}
	.color {
	color: orange;
	}
	.sign-btn {
	background-color:#ffad00;
	color:#fff;
	border-color:none;
	padding-top:.425rem;
	padding-bottom:.425rem;
	padding-left:1.25rem;
	padding-right:1.25rem;
	}
   .content {
	  color: #fff;
	  border: 2px solid #fff;
	  border-radius: 50%;
	  display: inline-block;
	  height: 100px;
	  line-height: 115px;
	  text-align: center;
	  vertical-align: middle;
	  width: 100px;
	  margin-bottom: 20px;
	}
	.item {
	  margin: 15px;
	}
	#signup{
	background: rgb(25, 25, 25);
	color: #fff;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 10px;
	background-size: cover;
	background-position: center;
  }
	.mail {
	  color: #f6f894;
	}
	.mail:hover{
	color: white;
	text-decoration:none;
	}
	.custom {
	  width: 160px !important;
  }
	.grid {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px;
	align-items: stretch;
	}
	@media (min-width: 1200px) {
	.grid {
	  display: grid;
	  grid-template-columns: auto auto auto auto auto auto;
	  grid-gap: 20px;
	  align-items: stretch;
	 }
	}
	@media (min-width: 1200px) {
	.grid img {
	  max-width: 100%;
	  width: 150px;
	  height: 150px 
	 }
	}
	@media (max-width: 320px) {
	.grid img {
		max-width: 100%;
		width: 70px !important;
		height: 70px !important;
	}
	.grid{
		grid-gap: 0ch;
	}
	 #bg{
		 padding-left: 10px;
	 }
	 #bg h2{
		 font-size: 20px;
	 }
	 #background .slider{
		 margin-left: 0px;
	 }
	}
	@media (max-width: 850px) {
	.grid img {
	  max-width: 100%;
	  width: 100px;
	  height: 50px 
	 }
	}
	@media (max-width: 1100px) {
	.grid img {
	  max-width: 100%;
	  width: 80px;
	  height: 80px 
	 }
	}
	.number-cirlce{
	height: 50px;
	border-radius: 50%;
	width: 50px;
	background-color: #999;
	margin: 0 auto;
	position: relative;
	bottom: -27px;
	}
	.number-cirlces{
	font-size: 20px;
	color: #fff;
	height: 55px;
	background-color: #2ce095;
	text-align: center;
	padding-top: 4px;
	margin: 0 auto;
	position: relative;
	bottom: -27px;
	}
	.number-cirlces{
	font-size: 20px;
	color: #fff;
	height: 55px;
	background-color: #2ce095;
	text-align: center;
	padding-top: 4px;
	margin: 0 auto;
	position: relative;
	bottom: -27px;
	}
	.content-cir-1 {
	background-color:#ddd;
	margin-top:15px;
	padding:25px;
	margin-bottom:20px;
	font-size: 16px;
	}
	.content-cir-2 {
	background-color:#ddd;
	margin-top:25px;
	padding:20px;
    height: 80%;
	font-size: 16px;
	}




	.align {
	text-align: left;
	}
	.sms-format {
	font-size: 14px;
	text-align: center;
	border: 1px solid #207db3;
	padding: 5px;
	background-color: #2b9de0;
	color: #fff;
	}
	.sms-size {
	text-align: center;
	}
	.otp-small{
	display: none;
	}
	.bg-1 {
	background-color:#2ce095;
	}
	.bg-2 {
	background-color:#2be0a6 
	}
	.bg-3 {
	background-color:#2be0ca 
	}
	.bg-4 {
	background-color:#2bcde0 
	}
	.bg-5 {
	background-color:#2b9de0 
	}
	.screen {
	text-align:center;
	background-color:#ddd;
	margin:0;
	 padding:15px;
	margin-bottom:20px;
	padding-top:40px;
	height:200px;
	}
	.notes {
	text-align:center;
	margin:0;
	margin-bottom:20px;
	background-color:#ddd;
	padding:20px;
	}
	.demo {
	font-size:14px;
	text-align:center;
	margin:0;
	margin-bottom:20px;
	background-color:#ddd;
	padding:20px;
	}
	.user {
	font-size:18px 
	}
	.video {
	max-width:100%;
	margin-bottom:10px;
	}
	.faq {
	font-size:14px;
	text-align:center;
	background-color:#ddd;
	margin-bottom:30px;
	padding:15px;
	padding-top:20px;
	height:150px 
	}
	.faq-1 {
	font-size:14px;
	text-align:center;
	background-color:#ddd;
	margin-bottom:30px;
	padding:15px;
	padding-top:20px;
	height:165px 
	}
	.call {
	color:#298fca;
	}
	.daftar {
	background-color:#33CC00;
	color:#fff;
	border-color:none;
	width:221px;
	margin:2px;
	font-weight: bold;
	padding: 0.75rem 2.1875rem;
	font-size: 0.85rem;
	border-radius: 3px;
	}
	.penawaran {
	background-color:#2ca504;
	color:#fff;
	border-color:none;
	width:221px;
	font-weight: bold;
	padding: 0.75rem 2.1875rem;
	font-size: 0.85rem;
	border-radius: 3px;
	}
	@media(min-width: 992px){
	.procedure-content .col-lg-2 {
	  width: 20% !important;
	 }
	}
	@media(max-width: 768px) {
	.sign-up {
	  margin-bottom: 10px;
	 }
	}
	.number-cirlce p, .number-cirlces p {
	text-align: center;
	padding-top: 9px;
	font-size: 20px;
	color: #fff;
	}
	footer {
	background-color: rgb(0, 0, 0);
	padding-top: 1rem;
	padding-bottom: 1rem;
	color:#fff;
	}
	.footer {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	}

    .footer a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    }
    .footer a:hover{
    color:#ffad00;
    text-decoration: none;
    }
	.col-md-12 {
	font-size: 16px;
	}
	.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
	}
  @media (max-width: 800px) {
  .btn-sc {
	padding: 0px;
	padding-top: 0px;
	margin: 15px;
  }
  }
  @media (max-width: 800px) {
  .signup-setup {
	margin-top: 70px;
  }
  }
  @media (max-width: 800px) {
  .mob-text {
	text-align: center;
  }
  }
  
	@media (min-width: 1200px) {
	.col-lg-15 {
	  width: 20%;
	  float: left;
	 }
	}
	@media (max-width: 800px) {
	.col-lg-15 {
	  width: 100%;
	  float: left;
	 }
	}
	@media (max-width: 500px) {
	.col-lg-15 {
	  width: 100%;
	  float: left;
	 }
	}
	@media (max-width: 1000px) {
	.col-lg-15 {
	  width: 100%;
	  float: left;
	 }
	}
	html {
	scroll-behavior: smooth;
	}
	@media (max-width: 850px) {
	p {
	  font-size: 15px;
	 }
	}
	@media (max-width: 850px) {
	#btn-dropdown-1 {
	  border-radius: 3px;
	  background-color:#1b3e67;
	  color:#fff;
	  border-color:none;
	  font-size: 0.85rem;
	  font-weight:700;
	  letter-spacing:0;
	  margin-bottom:0;
	  padding-left:1.25rem;
	  padding-right:1.25rem;
	  display:block;
	  margin: 0px;
	  padding-top:.425rem;
	  padding-bottom: .425rem;
	 }
	}
	@media (max-width: 850px) {
	#btn-dropdown-2 {
	  color: white;
	  border-radius: 3px;
	  font-style: bold;
	  background-color: #ffad00;
	  border-color:none;
	  font-size:0.85rem;
	  font-weight: 700;
	  letter-spacing:0;
	  margin-bottom:0;
	  margin:0px;
	  padding-left:1.25rem;
	  padding-right:1.25rem;
	  display:block;
	  padding-top:.425rem;
	  padding-bottom: .425rem;
	 }
	@media (max-width: 850px) {
	  .daftar {
		background-color:#33CC00;
		color:#fff;
		border-color:none;
		width:221px;
		margin:10px;
		font-weight: bold;
		padding: 10px;
		font-size: 0.85rem;
		border-radius: 3px;
	   }
	 }
	@media (max-width: 850px) {
	  .penawaran {
		background-color:#2ca504;
		color:#fff;
		border-color:none;
		width:221px;
		font-weight: bold;
		padding:10px;
		font-size: 0.85rem;
		border-radius: 3px;
	   }
	 }
  @media (max-width: 800px) {
  .navbar {
	background: white;
	border-bottom: none;
	padding: 15px 15px;
	margin-top: 0px;
	font-family: 'PT Sans', sans-serif;
	transition-duration: 0.6s;
	color: #1b3e67;
	padding-top: 15px;
	font-weight: bold;
  }
  }
  @media (max-width: 336px) {
  .navbar {
	background: white;
	border-bottom: none;
	padding: 5px 5px;
	margin-top: 0px;
	font-family: 'PT Sans', sans-serif;
	transition-duration: 0.6s;
	color: #1b3e67;
	padding-top: 5px;
	font-weight: bold;
  }
  }
  @media (max-width: 800px) {
  .btn-sc {
	padding: 0px;
	padding-top: 0px;
	margin: 15px;
  }
  }
  @media (max-width: 800px) {
  .mob-text {
	text-align: center;
  }
  }
  @media (max-width: 337px) {
  .signup-setup {
	margin-top: 40px;
  }
  }
  @media (max-width: 337px) {
  .signup-setup2 {
	margin-top: 40px;
  }
  }
  
  @media (max-width: 800px) {
  .bord {
	background-color: #ddd; 
	padding-top: 15px;
	padding-bottom: 0px;
  }
  }
  @media (max-width: 800px) {
  .bord p {
	font-size: 28px;
	color: black;
  }
  }
        
        
@media (max-width: 575.98px) { 
.content-cir-2 {
        height: unset !important;
}
#regular-vs-premium {
    padding-bottom: 60px;
}
}

@media (max-width: 400px){
	.grid{
		grid-gap: 0ch;
	}
	 #bg{
		 padding-left: 10px;
	 }
	 #bg h2{
		 font-size: 20px;
	 }
	 #background .slider{
		 margin-left: 0px;
	 }
}
@media (max-width: 500px){
	.grid{
		grid-gap: 0ch;
	}
	 #bg{
		 padding-left: 10px;
	 }
	 #bg h2{
		 font-size: 26px;
	 }
	 #background .slider{
		 margin-left: 0px;
	 }
}