.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}


.error:valid {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.error:invalid { 
  border-color: rgba(220, 53, 69, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(220, 53, 69, 0.6);
  outline: 0 none;
}


<!-- Password Styling


#pswd_info {
    position:absolute;
    bottom:80px;
    bottom: -115px\9; /* IE Specific */
    right:22px;
    width:265px;
    height:255px;
    padding:10px;
    background:#fefefe;
    font-size:11px; /* was font-size:.875em; */
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}


#pswd_info h4 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
    font-size:14px;
    margin:0 0 0 0;
    padding:0;
    font-weight:normal;
}


#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-13px;
    left:46%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    background:url(/images/invalid.png) no-repeat 0 50%;
    padding-left:20px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(/images/valid.png) no-repeat 0 50%;
    padding-left:20px;
    line-height:24px;
    color:#3a7d34;
}


#pswd_info {
    display:none;
}







<!-- DIRTY Responsive pricing table HTML -->

/* Comparison table CSS */

/* 
- make mobile switch sticky
*/
* {
  box-sizing:border-box;
  padding:0;
  margin:0;
   outline: 0;
}
article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
ul.comparisons {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
li.comparisons {
  list-style:none;
  flex:1;
}
li.comparisons:last-child {
  border-right:1px solid #DDD;
}
button.comparisons {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
li.comparisons.active button {
  background:#F5F5F5;
  color:#000;
}
table.comparisons { border-collapse:collapse; table-layout:fixed; width:100%; }
th.comparisons { background:#F5F5F5; display:none; }
td.comparisons, th.comparisons {
  height:53px
}
td.comparisons,th.comparisons { border:1px solid #DDD; padding:10px; empty-cells:show; }
td.comparisons,th.comparisons {
  text-align:left;
}
td.comparisons+td.comparisons, th.comparisons+th.comparisons {
  text-align:center;
  display:none;
}
td.comparisons.default {
  display:table-cell;
}
.bg-purple {
  border-top:3px solid #A32362;
}
.bg-blue {
  border-top:3px solid #0097CF;
}
.sep {
  background:#F5F5F5;
  font-weight:bold;
}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px; }
.tick { font-size:18px; color:#2CA01C; }
.hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  ul.comparisons {
    display:none;
  }
  td.comparisons,th.comparisons {
    display:table-cell !important;
  }
  td.comparisons,th.comparisons {
    width: 330px;
  
  }
  td.comparisons+td.comparisons, th.comparisons+th.comparisons {
    width: auto;
  }
}



/* End of Comparison table CSS  */








.top5 { padding-top: 5px; }
.top10 { padding-top: 10px; }
.top15 { padding-top: 15px; }
.top20 { padding-top: 20px; }

.btn-sml { height: 20px; }


/*
a { color: #c71881; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #c71881; border: 0; text-decoration: none; }
*/


.btn-link-white {
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
}

.btn-link-white:hover {
  color: #c8c8c8;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-white:focus, .btn-link-white.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link-white:disabled, .btn-link-white.disabled {
  color: #6c757d;
}


#otp {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width: 190px; 
  overflow: hidden;
}


@media (min-width: 576px) {
  .modal-xs {
    max-width: 300px;
  }
}

.modal-header {
	font-size:7px;
    background-color: #cf3b94;
    color:#FFF;
 	-webkit-border-radius:3px;
	-moz-border-radius:3px ;
	-khtml-border-radius:3px;
	border-radius:3px;
 }


    .youtubemodal{
    	margin: 10px;
		
    }
    .modal-dialog iframe{
        margin: 0 auto;
        display: block;
    }



.billinginlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 10px
}

.billingimages {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 8px; margin-bottom: 1px;
	padding-bottom:0px
	}


.radiowrapper {position:relative;}
.radiowrapper input {visibility:hidden; width:0;}
.radiowrapper label:hover {font-weight:bold; cursor:pointer}
.radiowrapper input:checked + label {font-weight:bold; color:white;background-color:#F00;}
#wrap {left:0px; top:-2px; }





/* Social Buttons - Twitter, Facebook, Google Plus */


.btn-facebook {
	color:#fff;
	background-color:#4267B2;
	border-color:rgba(0,0,0,0.2);
}
.btn-facebook:focus,.btn-facebook.focus {
	color:#fff;
	background-color:#2453b2;
	border-color:rgba(0,0,0,0.2);
}
.btn-facebook:hover {
	color:#fff;
	background-color:#2453b2;
	border-color:rgba(0,0,0,0.2);
}
 
 .btn-twitter {
	background: #00acee;
	color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
	color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
	background: #0087bd;
	color: #fff
}


.btn-linkedin {
	color:#fff;
	background-color:#0e76a8;
	border-color:rgba(0,0,0,0.2);
}
.btn-linkedin:focus,.btn-linkedin.focus {
	color:#fff;
	background-color:#0d5f86;
	border-color:rgba(0,0,0,0.2);
}
.btn-linkedin:hover {
	color:#fff;
	background-color:#0d5f86;
	border-color:rgba(0,0,0,0.2);
}


.btn-whatsapp {
	color:#fff;
	background-color:#4FCE5D;
	border-color:rgba(0,0,0,0.2);
}
.btn-whatsapp:focus,.btn-whatsapp.focus {
	color:#fff;
	background-color:#44bf52;
	border-color:rgba(0,0,0,0.2);
}
.btn-whatsapp:hover {
	color:#fff;
	background-color:#44bf52;
	border-color:rgba(0,0,0,0.2);
}



.btn-pinterest {
	color:#fff;
	background-color:#E60023;
	border-color:rgba(0,0,0,0.2);
}
.btn-pinterest:focus,.btn-pinterest.focus {
	color:#fff;
	background-color:#c5001e;
	border-color:rgba(0,0,0,0.2);
}
.btn-pinterest:hover {
	color:#fff;
	background-color:#c5001e;
	border-color:rgba(0,0,0,0.2);
}


.btn-lineapp {
	color:#fff;
	background-color:#00b900;
	border-color:rgba(0,0,0,0.2);
}
.btn-lineapp:focus,.btn-lineapp.focus {
	color:#fff;
	background-color:#009500;
	border-color:rgba(0,0,0,0.2);
}
.btn-lineapp:hover {
	color:#fff;
	background-color:#009500;
	border-color:rgba(0,0,0,0.2);
}



.btn-telegram {
	color:#fff;
	background-color:#0088CC;
	border-color:rgba(0,0,0,0.2);
}
.btn-telegram:focus,.btn-whatsapp.focus {
	color:#fff;
	background-color:#0070a8;
	border-color:rgba(0,0,0,0.2);
}
.btn-telegram:hover {
	color:#fff;
	background-color:#0070a8;
	border-color:rgba(0,0,0,0.2);
}




.btn-mail {
	color:#fff;
	background-color:#d3d3d3;
	border-color:rgba(0,0,0,0.2);
}
.btn-mail:focus,.btn-mail.focus {
	color:#fff;
	background-color:#b2b2b2;
	border-color:rgba(0,0,0,0.2);
}
.btn-mail:hover {
	color:#fff;
	background-color:#b2b2b2;
	border-color:rgba(0,0,0,0.2);
}

.btn-qr {
	color:#fff;
	background-color:#494949;
	border-color:rgba(0,0,0,0.2);
}
.btn-qr:focus,.btn-qr.focus {
	color:#fff;
	background-color:#242424;
	border-color:rgba(0,0,0,0.2);
}
.btn-qr:hover {
	color:#fff;
	background-color:#242424;
	border-color:rgba(0,0,0,0.2);
}


.btn-copyfclink {
	color:#fff;
	background-color:#bdbdbd;
	border-color:rgba(0,0,0,0.2);
}
.btn-copyfclink:focus,.btn-copyfclink.focus {
	color:#fff;
	background-color:#a4a4a4;
	border-color:rgba(0,0,0,0.2);
}
.btn-copyfclink:hover {
	color:#fff;
	background-color:#a4a4a4;
	border-color:rgba(0,0,0,0.2);
}


.btn-facecardicon {
	color:#fff;
	background-color:#c6168d;
	border-color:rgba(0,0,0,0.2);
}
.btn-facecardicon:focus,.btn-facecardicon.focus {
	color:#fff;
	background-color:#a71277;
	border-color:rgba(0,0,0,0.2);
}
.btn-facecardicon:hover {
	color:#fff;
	background-color:#a71277;
	border-color:rgba(0,0,0,0.2);
}


.btn-instagram {
	color:#fff;
	background-color:#3f729b;
	border-color:rgba(0,0,0,0.2);
}
.btn-instagram:focus,.btn-instagram.focus {
	color:#fff;
	background-color:#305777;
	border-color:rgba(0,0,0,0.2);
}
.btn-instagram:hover {
	color:#fff;
	background-color:#305777;
	border-color:rgba(0,0,0,0.2);
}


.btn-messenger {
	color:#fff;
	background-color:#00A1FE;
	border-color:rgba(0,0,0,0.2);
}
.btn-messenger:focus,.btn-messenger.focus {
	color:#fff;
	background-color:#0086d4;
	border-color:rgba(0,0,0,0.2);
}
.btn-messenger:hover {
	color:#fff;
	background-color:#0086d4;
	border-color:rgba(0,0,0,0.2);
}




.btn-github {
	color:#fff;
	background-color:#444;
	border-color:rgba(0,0,0,0.2);
}
.btn-github:focus,.btn-github.focus {
	color:#fff;
	background-color:#2b2b2b;
	border-color:rgba(0,0,0,0.2);
}
.btn-github:hover {
	color:#fff;
	background-color:#2b2b2b;
	border-color:rgba(0,0,0,0.2);
}

/* MODAL FADE RIGHT BOTTOM */
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.modal.right .modal-dialog {
	position:absolute;
	top:5%;
	right:18px;
	margin:0;
}

.modal.right .modal-content {
	min-height:20vh;
	border:0;
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.billinginlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 10px
}

.billingimages {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center
}









