body {
	min-height: 75rem;
	/*padding-top: 3.5rem;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 32px;
	
}
h4 {
	font-size: 22px;
}
.ibtmtext{color:#ffffff;font-size:16px;}
.bg-footer {
	background-color: #333333;
}
.borderstyleleft {
	border-left: 15px solid #fff;
}
.borderstyleright {
	border-left: 15px solid #fff;
}
.heropanel__content h1 {
	margin: 0 0 .2em;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}
.hero-image {
	background-image: url("../img/trackmany-hero.webp");
	/* Set a specific height */
	height: 200px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image:after {
	content: "";
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.ebheadline {
	margin: 0 0 .5em;
	font-size: 32px;
	color: #023d87;
	text-decoration: none;
	font-weight: 700;
}
.ebsubheadline {
	margin: 0 0 .5em;
	font-size: 26px;
	color: #000000;
	text-decoration: none;
	font-weight: 400;
	line-height: 2rem;
}
.bluecolor {
	background-color: #45a8f5;
}
.greencolor {
	background-color: #7dc73f;
}
.yellowcolor {
	background-color: #f7ae36;
}

.darkbluecolor{background-color: #023c87;
	
}
.videoctatext1 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
}
.videoctatext {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
.redcolor {
	background-color: #f55e5e;
}
.redcolor {
	background-color: #f55e5e;
}
.watchvideobutton {
	background-color: #389fe2;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 5px 25px;
	font-size: 1.45em;
	min-width: 180px;
	border-radius: 8px;
}
.tryitbutton {
	background-color: #f29f2c;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 5px 25px;
	font-size: 1.45em;
	min-width: 180px;
	border-radius: 8px;
}
.getitbutton {
	background-color: #70b92b;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 5px 25px;
	font-size: 1.55em;
	min-width: 180px;
	border-radius: 8px;
}
.thoughtbubble {
	min-height: 300px;
	min-width: 400px;
}
.panel {
	min-height: 200px;
	height: 100%;
	width: 260px;
	background-image: url(../img/eb_blank_right.png);
	background-size: 99%;
	background-repeat: no-repeat;
}
.quote-text {
	justify-content: center;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-style: italic;
	padding: 40px 30px 0 30px;
}
.quote-text-attr {
	justify-content: center;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding-top: 0px;
	width: 100%;
	font-weight: bold
}
.carousel-control {
	width: 4%;
}
.carousel-control.left, .carousel-control.right {
	margin-left: 15px;
	background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	opacity: 0.8;
	background-color: inherit;
	color: #fff;
	border-color: #fff;
}
.getitbutton:hover, .getitbutton:active, .getitbutton.active, .getitbutton:focus {
	background-color: #7dc73f!important;
	border: 3px solid #fff!important;
}
.tryitbutton:hover, .tryitbutton:active, .tryitbutton.active, .tryitbutton:focus {
	background-color: #f29f2c!important;
	border: 3px solid #fff!important;
}
.transformcap {
	text-transform: uppercase;
}
.nav-link {
	font-size: 22px;
}
.privacy {
	color: #fff;
	text-decoration: none;
}
.privacy:hover {
	color: #fff;
	text-decoration: underline;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem .5rem 0 0;
	border-bottom: none;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.close {
	margin: 1rem;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
button:focus {
	outline: none;
}
.eb-list {
	font-size: 22px;
}
.getitlist {
	font-size: 20px;
	color: #fff;
	margin-left: 15px;
}
.quoteimg {
	display: none;
}
.eb-list li {
	line-height: 30px;
	padding-bottom: 10px;
	font-size: 22px;
}
sup {
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.6em;
}
.anchor {
	display: block;
	height: 60px; /*same height as header*/
	margin-top: -60px; /*same height as header*/
	visibility: hidden;
}
.footerlogo {
	margin: 0 auto;
}
.footerlink {
	color: #fff;
}
.footerlink:hover {
	color: #fff;
	text-decoration: underline;
}
.h1special {
	color: #fff;
	font-size: 28px;
}
.bannersubhead {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	padding: 0px 30px 20px 30px;
}
.purplebox {
	background-color: #ac6bf2;
	color: #ffffff;
	font-size: 18px;
	
}
.purplebox p {
	font-size: 18px;
}
footer p {
	font-size: 14px;
}
.tryimg {
	cursor: pointer;
}
/*sub footer*/
.product-links {
	background-image: url("../img/trophy-case-01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.product-links p {
	color: #fff
}
.product-links h3 {
	color: #fff
}
.productboxInner {
	border: 2px solid white;
}
.productboxInnerBg {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
}
.blueborder {
	border: 2px solid #45a8f5;
}
.yellowborder {
	border: 2px solid #28a745;
}
.redborder {
	border: 2px solid #B31015;
}
.btn-danger{
	background-color:#B31015;
}
.btn-info {
	background-color: #45a8f5;
	border-color: #45a8f5;
}
.specialh4 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.8rem;
	font-size:18px;
}
.productboxInnerBg img {
	max-width: 220px;
}
.ququoteimage {
	width: 65%;
	margin-top: 30px;
	margin-bottom: 30px;
}
strong{font-weight:800}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding: 16px 0 16px 0px;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #ffffff;
    text-decoration: none;
}
#closeCookieConsent {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0px 0px 0;
    font-weight: bold;
	position: absolute;
	right:0px;
	top:0
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    /*background-color: #F1D600;
   
    display: inline-block;
    border-radius: 5px;
    
    cursor: pointer;*/
	 color: #fff;
   
    margin: 0 30px;
	padding: 5px 40px;
}
#cookieConsent a.cookieConsentOK:hover {
   /* background-color: #E0C91F;*/
}
/*Cookie Consent End*/


#myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  	top: 50%;
    margin: 0 auto;
}
#myModal .close{
	position: absolute;
    top: -55px;
    right: -18px;
    background-color: #f55e5e;
    color: #fff;
    /* border-radius: 100%; */
    padding: 8px;
}

.modal-xl {
    max-width: 1140px;
}	
.modal-backdrop.show {
    opacity: .8;
}

#videoplay2{
    cursor:pointer;
}
.manysuitelogo{
	max-width:240px;
	padding-bottom:10px;
    padding-top:80px;
}
.whitebox{
	border:2px solid #ffffff;
}
.customdigitaldev{
	color:#fff;
	text-align: left;
	
}
.headeroverlay{
     background-color: rgba(255, 255, 255, 0.22);
     position: absolute;
     color:#ffffff;
     z-index:2;
     font-weight: 300;
     top:0;
     width:100%;
     text-align: center;
     padding:10px;  
     letter-spacing: .22em;
    text-transform: uppercase;
    font-size: 14px;
    }
    
.headeroverlay:after{
content: " ";
  position: absolute;
  left: 46.6%;
  bottom: -20px;
  border-top: 20px solid rgba(255, 255, 255, 0.22);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: none;
}
.headeroverlay span{white-space: nowrap; font-weight: 600;}
.nowrap{white-space: nowrap;}	