html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* Ensures the body takes at least full viewport height */
    width: 100%; /* Ensure the width is always confined to the viewport */
    font-family: Helvetica, sans-serif;
    background-color: #1B1B1B;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    overflow-y: auto; /* Allow vertical scrolling */
    box-sizing: border-box; /* Ensure padding/border doesn't affect element dimensions */
}








 #optin {
     box-shadow: none; /* Remove any box shadow */
 }

img.lifedrawpics {
    border-radius: 25px!important; /* Change this value to the radius you want */}


.arrow {

  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
	
	
#sticky {
  width:100%;
  height:44px;
  padding-top:20px;
  background:black;
  color:white;
  font-weight:bold;
  font-size:24px;
  text-align:center;
  position:absolute; /*Here's what sticks it*/
  bottom:0;          /*to the bottom of the body/page*/
  left:0;            /*and to the left of the body/page.*/
}

.topbar{

position:fixed; background-color:#1B1B1B; opacity:0.9; height:35px; width:100%; z-index:100; border:0;
	
	
	/*background-color: #1F1F1F;*/
	
}



.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;background-color:f9f9f9;
}
	
	
.c-icon {
	
    width:  36px;
    height: 36px;
    fill: currentColor;
    transition: .2s;
}

.c-link--facebook:hover  { color: #3b5998!important } 
.c-link--twitter:hover   { color: #55acee!important }
.c-link--google:hover    { color: #dd4b39!important }
.c-link--pinterest:hover { color: #bd081c!important }
.c-link--instagram:hover { color: #833ab4!important }
.c-link--snapchat:hover  { color: #fbe00f!important }
.c-link--facebook:hover::after  { background: #3b5998 }
.c-link--twitter:hover::after   { background: #55acee }
.c-link--google:hover::after    { background: #dd4b39 }
.c-link--pinterest:hover::after { background: #bd081c }
.c-link--instagram:hover::after { background: #833ab4 }
.c-link--snapchat:hover::after  { background: #fbe00f }

.c-link {
    position: relative;
    color: #bbb;
	text-decoration: none;
}

.c-link:not(:last-of-type) {
    margin-right: 15px;
}

.c-tooltip::before,
.c-tooltip::after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: .2s;
}

.c-tooltip::before {
    content: '';
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
    border-top-color: currentColor;
}

.c-tooltip::after {
    content: attr(aria-label);
    bottom: calc(100% + 12px);
    padding: .61em .93em;
    font-size: .875rem;
    color: white;
    border-radius: 3px;
}

.c-tooltip:hover::before,
.c-tooltip:hover::after {
    opacity: 1;
    transform: translate(-50%);
}

.pens-link-container {
    flex-basis: 100%;
    font-size: .9rem;
    text-align: center;
}

.pens-link {
    margin-bottom: 0;
    background: white;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
    border: none;
}	


.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

#barcontent{
	
    width:450px;

    font-size: 24px;font-family: raleway;
    z-index:999;
	
}


.number a:hover{
color:#FF497E;
}

.number a:link{
color:#fff;
	text-decoration: none
}

.number a:visited{
color:#fff;		
}


.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color:#1B1B1B;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
	
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .quotebtnn {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
}


#logo {
	
opacity:10;display: inline-block;opacity:10; padding-left:0px;max-width: 100%; overflow:hidden; height:53%; position:absolute; margin:auto; margin-left: auto;
margin-right: auto;
left: 0;
right: 0; top:23%;
}

#lifedrawpic {
	
	 position: relative;
	
	 object-fit: cover;
     
	 
	 width: 60%;
  
	 
	 float:right;
	 
	 
	 padding-right:20px;
	 
	}

#lifedrawpic2 {
	
	 position: relative;
	
	 object-fit: cover;
     
	 
	 width: 38%;
  
	 
	 float:right;
	 
	 
	 margin-right:20px;
	 
	}


#boy {
	
	 position: relative;
	max-height: 550px;
	 height:100%;
	 width:auto;
	 float:right;
	 vertical-align: bottom
	 
	}



	
	
	.footer {
		
		transition: opacity .2s;
		
		transition: margin-left .5s;
		
		position:relative;
		
		
		
	
	font-size:22px;
	
	
	background-color: #1B1B1B;!important
	max-width: 100%; !important

	
}
	
	
.footer a:visited {
  color: #ccc;
	text-decoration: none;
}

.footer a:active {
  color: #ccc;
	text-decoration: none;
}

.footer a:link {
  color: #ccc;
	text-decoration: none;
}


.footer a:hover{

color: #F72D72;	
	text-decoration: none;
}	

.misc a:visited {
  color: #000;
	text-decoration: none;
}

.misc a:active {
  color: #000;
	text-decoration: none;
}

.misc a:link {
  color: #000;
	text-decoration: none;
}


.misc a:hover{

color: deeppink;
	text-decoration: none;
}


.bodycontent2 {
	
	
		
		transition: opacity .2s;
		
		transition: margin-left .5s;
		
		position:relative;
		
		height:auto;
		
	height: 640px;
	font-size:20px;
	
	text-align:left;
	
	max-width: 100%; !important
	overflow:hidden; !important
	
}
	
.bodycontent {
	

		transition: opacity .2s;
		
		transition: margin-left .5s;
		
		position:relative;
		
		height:auto;
		
	height: 640px;

	font-size:20px;
	
	text-align:left;

    overflow-x: hidden !important;
    max-width: 100% !important;
	
}

.misc{
    overflow-x: hidden !important;
    max-width: 100% !important;
}


.bodycontent a:visited {
  color: #000;
	text-decoration: none;
}

.bodycontent a:active {
  color: #000;
	text-decoration: none;
}

.bodycontent a:link {
  color: #000;
	text-decoration: none;
}


.bodycontent a:hover{

color: #F72D72;	
	text-decoration: none;
}

.blogall a:hover{

    color:#F72D72;
    text-decoration: none;
}



.quotebutton a:visited {
    color: #000;
    text-decoration: none;
}

.quotebutton a:active {
    color: #000;
    text-decoration: none;
}

.quotebutton a:link {
    color: #000;
    text-decoration: none;
}

.quotebutton a:hover{

    color: #FFF;
    text-decoration: none;
}



.logo {
    position:relative;
	text-align:center;
	
}

#img {
	position:relative;
	
	
  
    
	vertical-align:bottom;
	
	
	width: 100%;
  height: 100%;
  object-fit: cover;
	
	
	
	
background-position: left;
background-attachment: fixed;
	
}

.landing-wrapper {
    height: 100%;
}

.landing {
    height: 100%;
    width: 100%;
    position: fixed;
}
.logo a {
position: absolute;
transform: translate(-50%,-50%);
margin-right: -50%;
top: 75%;
left: 50%;
  
}




div.topindex{

height: 100%;

position: absolute;
top: 100%;
width: 99%;
	
	
}


.button {
  
  font-family:Helvetica, sans-serif;
  
  display: inline-block;
  
  border-radius: 4px;
  background-color:#62C08D;
  
  /*background-color: #62C08D;*/
  
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 175px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  
}


.buttonwidget {
  
  font-family:Helvetica, sans-serif;
  
  display: inline-block;
  
  border-radius: 4px;
  background-color:#62C08D;
  
  /*background-color: #62C08D;*/
  
  border: none;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 175px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  
}

.buttonexp {

    font-family:Helvetica, sans-serif;

    display: inline-block;

    border-radius: 4px;
    background-color:#62C08D;

    /*background-color: #62C08D;*/

    border: none;
    color: #333;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 175px;

    cursor: pointer;
    margin: 5px;

}


/*background-color: #0C6;*/


.buttonnew {
  
  font-family:Helvetica, sans-serif;
  
  display: inline-block;
  
  border-radius: 4px;
  background-color:#62C08D;
  
  /*background-color: #62C08D;*/
  
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  width: 175px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  
}

/*background-color: #0C6;*/



.buttonnew span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonnew span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonnew:hover span {
	color:#000;
  padding-right: 25px;
}

.buttonnew:hover span:after {
  opacity: 1;
  right: 0;
}



.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
	color:#fff;
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



.buttonsexy {

    font-family:Helvetica, sans-serif;

    display: inline-block;

    border-radius: 4px;
    background-color:#62C08D;

    /*background-color: #62C08D;*/

    border: none;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 175px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}


.buttonsexy span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonsexy span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonsexy:hover span {
    color:#000;
    padding-right: 25px;
}

.buttonsexy:hover span:after {
    opacity: 1;
    right: 0;
}

.container {
	position:relative;
    width: 100%;
	
   
    overflow: hidden;
   
}




.buttonwidget span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonwidget span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonwidget:hover span {
	color:#333;
  padding-right: 25px;
}

.buttonwidget:hover span:after {
  opacity: 1;
  right: 0;
}



.column-left{display: inline-block; position:absolute;left:1% ;width: 33%; top:45px;text-align:center;}
.column-leftbottom{display: inline-block; position:absolute;left:6.5% ;width: 23%; top:35%;text-align:center; line-height:25px;padding-top:0px; }

.column-right {
    display: inline-block;
    position: absolute;
    right: 2%;
    width: 33%;
    top: 45px;
    text-align: center;
}

.column-rightbottom {
    display: inline-block;
    position: absolute;
    right: 6.5%; /* Adjusted the positioning */
    width: 23%;
    top: 35%;
    text-align: center;
    padding-top: 0px;
    line-height: 25px;
}

.column-center{position:absolute;  display: inline-block; top:45px; left:33%;  width: 33%; text-align:center;}
.column-centerbottom{display: inline-block; position:absolute;left:38.5% ;width: 23%; top:35%;text-align:center; padding-top:0px;line-height:25px}
.column-centerbutton{display: inline-block; position:absolute;left:38.5% ;width: 23%;text-align:center}


#mySidenav ul {} #mySidenav li {  border-style: none; } #mySidenav li ul { display:none; } #mySidenav li:hover ul{  } #mySidenav li ul li{ clear:both; border-style:none;} 



td {
	
	vertical-align: bottom;
	
	
padding-top: 0px;	
    
}


td:first-child {
    
    width: 55%;
	
	vertical-align: top;
}
  

.mask{
    
    background-image:url('bowtie.png');
    position:absolute;

	top:0;
	left:0;
	}
	
	

.imagediv{
    position:relative;
    z-index:0;
}


.col
{
    position:relative; text-align:left; overflow: hidden; padding-left:0px; padding-top:0px;padding-right:10px; width:25%; 
}

.col2
{
    position:relative;  display: inline-block; left:0px; text-align:center; overflow: hidden; text-align:center;width:25%;  padding-left:20px; padding-right:30px;
}

.col3
{
     position:relative;  display: inline-block;text-align:center;overflow: hidden;padding-top:0px; width:25%; 
}

.last{
     position:relative;  display: inline-block; left: 0%; overflow: hidden;width:25%; text-align:center; vertical-align:middle; margin:auto; padding-left:30px
}


.last2{
     position:relative;  display: inline-block; left: 0%;  text-align:center;overflow: hidden;padding-top:0px;width:20%; 
}



.row{
    padding-right:10px;
	padding-left:10px; 
    height: auto;
   
}

.box {
    
    
    margin-top: 10px;
    padding: 5px;
	
   
}


.textvalignmiddle {
	
    line-height: 300px;
}

.textvalignmiddle > span {
	
    display: inline-block;
	width:95%;
    vertical-align: middle;
    line-height: 1em; /*set line height back to normal*/
}


/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}







#regForm {
	border: 0 none;
	
	
	/*border-radius: 15px;*/
	/*box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);*/
	
	border:solid;
	 
  border-width: 1px; border-color: #E7E7E7;
	
  box-sizing: border-box;
  background-color:#FFF;
  
   
  
  float: right; 
  padding-bottom:20px;
  
 
  padding: 50px;
  width: 22%;
  min-width: 300px;
  margin-right:60px;
  overflow: visible;
  
}

#regForm2 {

	/*border-radius: 15px;*/
box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); 

border-radius:25px;
	
	
 
	
  box-sizing: border-box;
  
  
  
   background:rgba(255,255,255, 0.87);
  
  float: right; 
  padding-bottom:5px;
  
 
  padding: 0px;
  
  margin-right:60px;

  overflow: visible;
}

input, select, textarea {

  box-sizing: border-box;
  padding: 10px;
  margin-bottom:2px;
  border-radius:25px;
  
  
  width: 100%;
  font-size: 18px;
  font-weight:bold;
  
  border: 1px solid #aaaaaa;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

select{
	/*height: 40px; line-height: 40px;padding: 0; */

    height: 40px; line-height: 40px;
    width: 100%;
    border:0!important;
}

.selectWrapper{
    border-radius:36px;
    display:inline-block;
    overflow:hidden;
    background:transparent;
    border:0!important;
    width: 100%;
    height: 39px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.selectBox{

    height:40px;
    border:0;
    outline:none!important;width: 100%;
    margin-top: 0.5px;

}


/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
select.invalid {
  background-color: #ffdddd;
}


/* Hide all steps by default: */
.tab {
  display: none;
}
button {
  
  border-radius:25px;
  background-color: #62C08D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;

    overflow: visible;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
#prevBtn {
  background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
    overflow: visible;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F72D72;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #bbbbbbb;
}




table{
	
	height:100%; background-color:#f9f9f9;border-top:solid;
  border-width: 1.5px; border-color: #E7E7E7;
	
}


#carousel-widget-810{background-color:#FFF; padding-top:0px; padding-left:0px;z-index:4 ;border-top:solid;
  border-width: 1px; border-color: #E7E7E7; margin-bottom:0px;margin-top:0px}
  
  

  
 #intro{width:100%; padding-left:20px; padding-top:30px; padding-bottom:30px;}
 
 #whyuseus{background-color:#FFF; padding-left:0px;position:relative; height: 440px;border-top:solid;
  border-width: 1.5px; border-color: #E7E7E7; padding-bottom:8.5%; padding-top:0px;font-family:raleway; }

#bowtie {
    position: absolute; /* Ensure it's absolutely positioned */
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 1; /* Keep a high z-index */
}

#gallerybody {
    position: relative;
    z-index: 0.5!important; /* Lower z-index than bowtie */
    padding-left: 0;
    top: -40px; /* Adjust this value to move it higher */
    border-top: 1px solid #ccc;
    background-image: url(tile2.jpg);
    height: 100%;
    transition: opacity 0.2s ease, margin-left 0.5s ease, top 0.5s ease; /* Updated to transition 'top' */
    background-color: #f9f9f9;
    width: 100%;
}
  
  #reviews{text-align:center; font-size:21px; background-color:#FFF;height:550px; padding-top:0px; border-top:solid;border-width: 1px; border-color: #E7E7E7; padding-bottom:40px}
  
  #boxleft{font-size:15px; font-family: helvetica; background-color:#FFF; float:left; margin-left:4.2%; width:42%; height:310px; overflow:hidden; background-color:#f9f9f9; display: inline-block; text-align: center;}
  
  
  
    #imagethumb:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
  
  
  
  
  .images:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
  
  /*border:solid;border-width: 1px; border-color: #E7E7E7;*/
  #boxright{
	font-family: helvetica; font-size:15px;background-color:#FFF;float:right; margin-right:4%; width:42%; height:310px; overflow:hidden; background-color:#f9f9f9; display: inline-block; text-align: center;   
	  
  }
  
  .worldpaylogo{margin-top:-3px;}

.worldpaylogo img {
    width: 150px;height: auto /* Adjust the height value as needed */
}
  
  #cards{ padding-top:15px; padding-bottom:30px}
  
  #cardslanding{ padding-top:15px; padding-bottom:10px}
  
  #cardsproc{ padding-top:5px; padding-bottom:0px}
  
  .anchor {display: block;
    position: relative;
    top: 20px;
    visibility: hidden;}
  
  #optin {}
  
#myForm label, input[type=text] {
    display: inline-block;
}

label {
    width: 10em;
	font-size:16px;
	
 
}



#myForm input:not([type='submit']) { 
    width:320px;
    height:auto;
    padding-bottom:5px;
    padding-right:5px;
    padding-top:5px;
    text-indent:5px;
	margin-bottom:10px;
	
   
}
  
#accept{width:25px;height:25px;background:#CCC;font-size:15px;margin-top:15px;font-family:Helvetica,Arial,sans-serif}

.footernew {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color:#1B1B1B;
  text-align: center;
}

.x-navbar {
    background-color: transparent !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.x-navbar.alt-color {
    background-color: #141615 !important;
}
