/* Header / Footer section start */

.sticky {
  position: fixed !important;
  top: 0 !important;
}

.navbar-mobile, .navbar {
	background-color: white;
	width: 100%;
	display: flex;
	z-index: 9998;
	padding: 5px;
	align-items: center;
}

.navbar {
	justify-content: space-between;
}

.link, .footer-link {
	color: black;
	text-decoration: none;
	transition-duration: 0.2s;
}

.link {
	margin: 0px 10px;
	font-weight: bold;
}

.trbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #d1262a;
	font-weight: 700;
}

.smbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #00b0c9;
	font-weight: 700;
}

.red-dot {
	color: red;
	margin: 0px 5px;
}

.logo-img-small {
	width: 50px;
}

.account-img {
	height: 40px;
	margin-right: 10px;
}

.header-links {
	display: none;
	font-size: 20px;
	font-family: system-ui;
}

.hamburg-btn {
	font-size: 33px; 
	cursor: pointer; 
	width: 40px; 
	height: 50px; 
	text-align: center;
	z-index: 1111;
}

.sidenav {
	height: 100%;
	position: fixed;
	left: 0;
	width: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	top: 0;
	right: 25px;
	font-size: 36px;
	z-index: 9999;
	white-space: nowrap;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
	margin-right: -15px;
	cursor: pointer;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: black;
}

.background-cover {
	background-color: #00000055;
	height: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
}

.no-margin {
	margin: 0px;
}

.logo-img {
	width: 100px;
}

.footer { 
	border: 1px solid white; 
	background-color: white; 
	margin-top: 30px;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.col-separate {
	width: 100%;
}

.col-separate-lg {
	display: none;
	width: 0px;
	height: 170px;
	border-right: 1px solid black;
}

.business-info {
	padding: 10px 0px 10px 0px;
	max-width: 390px;
	line-height: 13px;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ABSSG-col {
	font-size: 11px;
	display: flex;
	align-items: center;
	padding: 0px 0px 10px 0px;
}

.ABSSG-text {
	max-width: 250px;
	padding: 0px 5px;
}

.business-info {
	padding: 10px 0px 10px 0px;
}

.business-text {
	margin: 0px;
}

#soloExplorerImage { width: 100%; margin-bottom: 0rem; }


@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media (min-width: 450px) {
	.business-info {flex-direction: row; font-size: 13px; line-height: unset;}
	.logo-img {width: 120px;}
	.ABSSG-text {font-size: 14px; max-width: 260px;}
}

@media (min-width: 768px) {
	.logo-img-small {width: 100px;}
	.footer {flex-direction: row; text-align: left; line-height: 15px;}
	.logo-img {width: 130px;}
	.col-separate {display: none;}
	.col-separate-lg {display: block;}
	.ABSSG-col {padding: 10px 0px;}
	.ABSSG-text {max-width: 200px; width: 200px; padding: 0px 5px 0px 10px;}
	.business-info {max-width: unset; padding-right: 5px;}
	.business-text {padding: 0px 5px;}
}

@media (min-width: 992px) {
	.header-links {display: flex;}
	.hamburg-btn {display: none;}
	.business-info {line-height: 19px;}
	.business-text, .ABSSG-text {font-size: 15px;}
	.logo-img {width: 150px;}
	#soloExplorerImage { margin-bottom: -13rem; }
}

@media (min-width: 1200px) {
	.business-text, .ABSSG-text {font-size: 18px; line-height: 29px;}
}

@media (min-width: 1400px) {
	.ABSSG-text {max-width: 250px; width: 250px;}
}

/* Header / Footer section end */

.main-body {
	width: 100%; 
	height: fit-content;
	text-align: -webkit-center;
	padding-top: 70px;
	overflow-x: hidden;
}

.body-style {
	margin: 0;
	font-family: arial;
	background-color: #e2c3c3;
}

.trbssBG {
	background-color: #f0e0e0;
}

.smbssBG, .swbssBG {
	background-color: #e9f0f6;
}

.trbssLineColour {
	border: 2px solid #d0292a;
}

.smbssLineColour, .swbssLineColour {
	border: 2px solid #00b0c9;
}

.trbssBtnBG, .trbssDarkBG {
	background-color: #d0292a;
}

.smbssBtnBG, .smbssDarkBG, .swbssBtnBG, .swbssDarkBG {
	background-color: #00b0c9;
}

.body-cont {
	width: 100%;
	max-width: 430px;
}

#price-row {
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 5px;
}

.pricing-header {
	font-size: 30px;
	font-weight: bold;
	color: #303030;
	margin-bottom: 0px;
}

.pricing-subheader {
	margin-top: 0.2em;
	font-size: 18px;
	color: #545454;
}

.price-info {
	color: grey;
	font-size: 12px;
}

.plan-price {
	font-size: 50px;
	color: black;
}

.popular-tag {
	font-size: 20px;
	background-color: #d1262a;
	color: white;
	border-radius: 30px;
	width: 110px;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	height: 30px;
	user-select: none;
}

#popular-tag-text {
	margin: -5px 0px 1rem 0px;
}

.pricing-hr {
	border-top: 2px solid;
	color: red;
	opacity: 1;
	width: 90%;
}

.select-plan-btn-cont {
	display: flex;
	justify-content: center;
}

.select-plan-btn {
	border-radius: 30px;
	width: 200px;
	transition-duration: 0.5s;
	user-select: none;
	-webkit-text-fill-color: black;
	color: black;
}

.solo-explorer-btn {
	background-color: white;
	border: 2px solid black;
	margin: 20px 0px 20px 0px;
}

.guided-trail-btn {
	background-color: white;
	border: 2px solid #d1262a;
	margin: 15px 0px 20px 0px;
}

.solo-explorer-btn:hover {
	background-color: black;
	-webkit-text-fill-color: white;
	color: white;
}

.guided-trail-btn:hover, .sign-up-btn:hover {
	background-color: #d1262a;
	-webkit-text-fill-color: white;
	color: white;
}

#feature-table {
	padding: 10px;
}

table {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

td:nth-child(1), th:nth-child(1) {
	text-align: left;
	padding-left: 5px;
}

tr:nth-child(even) {
	background-color: #eee;
}

tr:nth-child(1) {
	font-size: 13px;
}

.table-img {
	width: 25px;
	padding: 5px 0px;
}

.green-tick {
	color: green;
}

.red-cross {
	color: red;
}

.green-tick, .red-cross {
	font-size: 26px;
	vertical-align: text-top;
	vertical-align: -webkit-baseline-middle;
}

tr {
	height: 25px;
}

.row-header {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

.row-subheader {
	font-weight: bold;
	font-size: 16px;
	color: #d1262a;
	text-align: left;
	margin: 0;
}

.action-plan-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#bullet-point-lists {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	text-align: left;
}

.list-header {
	color: #d1262a;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 0px 8px;
}

.bullet-list {
	font-size: 13px;
}

::marker {
	color: #d1262a;
}

.action-plan {
	position: relative;
}

.description-text-AP {
	font-size: 13px;
	text-align: left;
	margin: 0;
}

.description-text {
	font-size: 13px;
	text-align: left;
}

#blank-space {
	max-width: 600px;
	width: 270%;
	height: 210px;
	display: none;
}

.bespoke-plan-img {
	width: 98%;
}

/* Start of panel section */

#tabbedDisplay {
	margin-bottom: 15px;
}

.panel {
	width: 100%;
	padding: 15px;
	display: flex;
}

.panel-hide {
	display: none;
}

.panel-show-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.panel-button {
	border: none; 
	cursor: pointer;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	transition-duration: 0.4s;
	background-color: unset;
}

.selector-color {
	color: grey;
}

.panel-selected {
	color: #d1262a;
}

.panel-selector-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -65px;
	user-select: none;
}

.ball {
	height: 20px;
	width: 20px;
	background-color: #d1262a;
	border-radius: 100%;
	display: none;
}

.ball-show {
	display: block;
}

.panel-settings {
	background-color: white;
	float: left;
	text-align: left;
}
.panel-title {
	font-size: 17px;
	font-weight: bold;
}

.panel-text {
	margin: 0;
	font-size: 13px;
}

.panel-img {
	width: 100px;
	height: 100px;
	margin: 10px;
	display: none;
}

#panel-selectors {
	display: flex;
	margin-bottom: -10px;
	text-align: left; 
	padding-left: 1%;
}

/* End of carousel section */

.buttons-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100px;
}

.demo-cta {
	font-size: 30px;
	font-weight: bold;
}

.btn-links {
	border-radius: 50px;
	background-color: #d1262a;
	color: white;
	border: 0px;
	width: 210px;
	font-size: 21px;
	user-select: none;
}

.row {
	--bs-gutter-x: 0px;
	margin-top: 20px;
	justify-content: space-between;
}

.row1 {
	flex-direction: column-reverse;
}

.fadeinMoveleft {
	animation: fadeinMoveleft 1.5s both;
}

.fadeinMoveright {
	animation: fadeinMoveright 1.5s both;
}

.column{
	background-color: white;
	padding: 20px;
}

.pricing-cont {
	background-color: white;
	padding: 15px 0px 0px 0px;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 14px;
}

.guided-trail-plan {
	border: 10px solid #d1262a;
}

.solo-explorer {
	padding-bottom: 16px;
}

.action-plan-explain {
	border-radius: 30px;
}

.find-out-more {
	background-color: white;
	border-radius: 30px;
	border: 3px solid red;
	width: 150px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	transition-duration: 0.5s;
}

.find-out-more:hover {
	color: white;
	background-color: red;
}

.soloRow, .comingSoonRow {
	background-color: white;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.soloCont, .soonCont {
	display: flex;
	flex-direction: column;
}

.soloImage, .soonImage {
	width: 260px;
}

.soonHeader {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

.soloText {
	font-weight: bold;
	max-width: 300px;
}

.soonText {
	max-width: 300px;
}

.buyNowBtn, .notifyBtn {
	border: 2px solid black;
	color: white;
	-webkit-text-fill-color: white;
	width: 180px;
	border-radius: 10px;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}

.offerText {
	position: relative;
	border: 2px solid black;
	border-radius: 10px;
	padding: 5px;
	max-width: 240px;
	font-size: 14px;
}

.offerText:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 25px solid black;
	margin: -26px 0 0 108px;
}

.offerText:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid white;
	margin: -22px 0 0 107px;
}

.priceRight {
	display: none;
}

.pricingHeader {
	font-size: 1.8em;
	margin: 0.3em 0;
	font-weight: bold;
}

.priceLine {
	font-size: 3em;
	font-weight: bold;
	margin: 0.2em 0;
}

.oneOff {
	font-size: 1.6em;
	margin: 0.2em 0;
	color: grey;
}

.pricingPoints {
	font-size: 0.8em;
	line-height: 20px;
}

.priceBRIAN {
	width: 150px;
}

.offer {
	font-size: 27px;
	font-weight: bold;
	color: #d0292a;
	margin-bottom: 0px;
}

.VAT {
	font-size: 14px;
}

.startedBtn2 {
	color: white;
	border: 2px solid black;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 17px;
	min-width: 200px;
	font-weight: bold;
	cursor: pointer;
}

/* The Modal's baseplate */
#modal {
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* The Actual Modal Content */
.modal-content {
	background-color: white;
	margin: auto;
	padding: 20px 10px;
	overflow: auto;
	user-select: none;
	position: relative;
	animation-name: fadein;
	animation-fill-mode: both;
	animation-duration: 0.5s;
	opacity: 0;
}

.modal-header {
	font-weight: bold;
	margin-top: 10px;
	max-width: 320px;
}

.notifyForm {
	margin-top: 30px;
}

.formEmail {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	height: 90px;
	align-items: center;
}

.close {
	color: black;
	cursor: pointer;
    float: right;
    font-size: 40px;
    font-weight: bolder;
	position: absolute;
	right: 5px;
	top: -5px;
}

.labelEmail {
	font-size: 19px;
	letter-spacing: 2px;
}

.enterEmail {
	border: 2px solid grey;
	border-radius: 5px;
	color: black;
	font-size: 17px;
	padding: 5px 3px;
	max-width: 310px;
	width: 95%;
}

.submitBtn {
	width: 180px;
	background-color: #d0292a;
	border: 2px solid black;
	border-radius: 10px;
	color: white;
	padding: 5px 0px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}

@keyframes fadein {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@keyframes fadeinMoveup {
	0%		{opacity: 0; transform: translateY(30%);}
	100%	{opacity: 1; transform: translateY(0%);}
}

@keyframes fadeinMoveleft {
	0%		{opacity: 0; transform: translateX(30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@keyframes fadeinMoveright {
	0%		{opacity: 0; transform: translateX(-30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@media (min-width: 450px) {
	#price-row {flex-direction: row-reverse; justify-content: center; align-items: center; border-radius: 10px; width: 420px;}
	.priceRight {display: block;}
	.offerText:before {border-right: 30px solid black; margin: 16px 0px 0px -51px;}
	.offerText:after {border-right: 30px solid white; margin: 16px 0px 0px -49px;}
	.offerText:before, .offerText:after {border-top: 17px solid transparent; border-bottom: 17px solid transparent;}
	.offer {position: absolute; right: 23px; top: -20px;}
	.pricing-header {font-size: 50px;}
	.pricing-subheader {font-size: 20px;}
	.price-info {font-size: 18px;}
	.description-text {font-size: 16px;}
	.sign-up-text {font-size: 27px;}
	.criteria, .soloRow, .comingSoonRow {border-radius: 10px;}
	.modal-content {width: 400px; border-radius: 20px;}
	.modal-header {font-size: 20px;}
	.close {right: 7px; top: -3px;}
}

@media (min-width: 576px) {
	.body-cont {max-width: 560px;}
	#price-row {width: 550px; justify-content: space-evenly;}
	.priceLeft {width: 300px;}
	.offer {top: -35px;}
	.offerText {font-size: 16px;}
	.pricing-subheader {font-size: 24px;}
	.pricing-cont {font-size: 24px; line-height: 35px; padding: 30px 0px 0px 0px;}
	.sign-up-text {font-size: 35px;}
	.sign-up-btn {width: 130px; height: 45px; font-size: 25px;}
	.soonHeader {margin: 0px;}
	#feature-table {padding: 5px 20px;}
	table {font-size: 17px;}
	tr:nth-child(1) {font-size: 20px;}
	th {padding: 0px 3px; height: 40px;}
	.row-header {font-size: 22px;}
	.row-subheader {font-size: 20px;}
	#bullet-point-lists {flex-direction: row;}
	.description-text {font-size: 18px;}
	.description-text-AP {font-size: 16px;}
	.bespoke-plan-img {width: 540px;}
	.soloRow, .comingSoonRow {flex-direction: row;}
	.popular-tag {float: right; margin-right: 10%; margin-top: -40px; padding: 0px;}
	#popular-tag-text {margin: -2px 0px 1rem 0px;}
	.panel-title {font-size: 20px;}
	.panel-img {display: block;}
	.buttons-cont {flex-direction: row; height: unset;}
	.btn-links {width: 250px; font-size: 25px;}
	.demo-cta {font-size: 40px;}
	.modal-content {width: 500px;}
	.modal-header {max-width: 410px;}
	.enterEmail {width: 380px; max-width: unset;}
}

@media (min-width: 768px) {
	.main-body {padding-top: 100px;}
	.body-cont {max-width: 740px;}
	#price-row {width: 730px;}
	.priceLeft {width: 430px;}
	.pricingPoints {font-size: 1.3em; line-height: 27px;}
	.priceBRIAN {width: 200px;}
	.offerText {font-size: 18px; max-width: 270px;}
	.offer {top: -20px; right: 43px;}
	.soloRow, .comingSoonRow {justify-content: space-evenly;}
	.soloText {font-size: 21px; max-width: 350px;}
	.soonText {font-size: 20px; max-width: 350px;}
	.new-line-header-mob {display: none;}
	.row2 {justify-content: center;}
	.description-text {font-size: 20px;}
	.bullet-list {font-size: 17px;}
	.panel-title {font-size: 25px;}
	.panel-img {width: 200px; height: 200px;}
	.panel-text {font-size: 16px;}
	table {font-size: 20px;}
	tr:nth-child(1) {font-size: 22px;}
}

@media (min-width: 992px) {
	.body-cont {width: 80%; max-width: unset;}
	#price-row {padding: 0px; width: unset; flex-direction: row-reverse; justify-content: space-evenly;}
	.priceLeft, .priceRight {background-color: white; border-radius: 10px; padding: 10px; height: 305px;}
	.priceLeft {width: -webkit-fill-available; max-width: 39%;}
	.priceRight {margin-top: 0px; display: flex; justify-content: space-between; align-items: center;}
	.priceBRIAN {width: 170px;}
	.offer {top: 22px; right: 11px; font-size: 30px;}
	.offerText {max-width: 200px;}
	.priceLine {font-size: 4em; margin: 0.1em 0;}
	.oneOff {margin: 0.1em 0px;}
	.pricingPoints {font-size: 1em; line-height: 23px;}
	.startedBtn2 {font-size: 20px; width: 270px;}
	.soloRow {padding: 20px 10px;}
	.soonHeader {font-size: 32px;}
	.soloImage, .soonImage {width: 340px;}
	.solotext {line-height: 32px;}
	.pricing-cont {height: 590px;}
	.pricing-header {font-size: 60px;}
	.plan-feat {font-size: 18px;}
	.solo-explorer-btn {margin: 203px 0px 20px 0px;}
	.description-text-AP {font-size: 20px;}
	.bespoke-plan-img {position: absolute; right: 0; top: 10px; width: 460px;}
	#blank-space {display: block; height: 270px; width: 370%; max-width: 505px;}
	#popular-tag-text {margin: -4px 0px 1rem 0px;}
	.row1 {flex-direction: row; flex-wrap: nowrap;}
	.pricing-cont {text-align: center; padding: 30px 0px 0px 0px; line-height: 38px;}
	.account-img {height: 80px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tag-cont {display: flex; justify-content: center; margin-top: 50px; width: 100%;}
	.pricing-hr {width: 100%;}
	.popular-tag {margin-right: 0px;}
}

@media (min-width: 1100px) {
	.description-text-AP {font-size: 19px;}
}

@media (min-width: 1200px) {
	.pricing-cont {height: 535px;}
	.priceLeft {max-width: unset; width: 440px;}
	.priceRight {max-width: unset; justify-content: space-evenly;}
	.offer {top: 15px; right: 39px;}
	.select-plan-btn-cont {margin-left: -8%}
	.solo-explorer-btn {margin: 208px 0px 20px 0px;}
	.description-text-AP {font-size: 20px; max-width: 500px;}
	#blank-space {max-width: 525px;}
	.pricing-cont {text-align: left; padding: 30px 0px 0px 3%; height: 535px;}
	.list-header {font-size: 23px;}
	.bullet-list {font-size: 23px;}
	.panel-text {font-size: 19px;}
	.sign-up-btns {margin-left: 50px;}
	.row-header {font-size: 27px;}
	.row-subheader {font-size: 25px;}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.action-plan-cont-text {width: 480px; font-size: 23px;}
	.bespoke-plan-img {width: 480px;}
}

@media (min-width: 1400px) {
	.main-body {width: 1200px; margin: 0 auto;}
	#blank-space {height: 255px;}
}

@media (max-width: 991px) {
	.action-plan-cont {flex-direction: column;}
	.action-plan-cont-text {width: 100%;}
}

@media (max-width: 575px) {
	.action-plan-cont-text {font-size: 15px;}
	.action-plan-header, .action-plan-subheader, .action-plan-cont-text {text-align: center;}
}

@media (max-width: 400px) {
	.panel {padding: 0px 10px;}
	.panel-title {font-size: 16px; margin-top: 10px;}
	.panel-selector-text {margin-bottom: 0px; font-size: 12px;}
	.panel-button {padding: 0px 10px;}
}