/*
	Theme Name: 6 Sense Web
	Theme URI: https://6sense.com.au
	Author: Douglas Marsh
	Author URI: https://6sense.com.au
	Description: Custom Theme for 6 Sense Web
	Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Shadows+Into+Light&display=swap');

/*** Fonts ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    margin: 0px;
	font-weight: 300;
	font-style: normal;
}
em {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
	font-style: normal;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.5;
	font-weight: 300;
	font-style: normal;
}
h1 {
    font-size: 2.2em;
    font-style: normal;
    font-family: 'Anton';
    font-weight: 500;
    font-stretch: normal;
    color: #000000;
}
h2 {
    font-size: 2em;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    color: #000000;
}
h3 {
    font-size: 1.8em;
	font-family: "Shadows Into Light", cursive;
	font-weight: 400;
	font-style: normal;
}
h4 {
    font-size: 1.3em;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-stretch: normal;
}
.large-text {
	font-size: 1.1em;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-stretch: normal;
}
.larger-text {
	font-size: 1.4em;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-stretch: normal;
}
.small-text {
	font-size: 0.9em!important;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-stretch: normal;
}
.tiny-text {
	font-size: 0.8em;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-stretch: normal;
}
.center-text {
	text-align: center;
}
.green-text {
	color: #009900;
	padding-bottom: 10px;
}
.lightgreen-text {
	color: #47df47;
	padding-bottom: 10px;
}
.white-text {
	color: #ffffff!important;
}
.logo {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5em;
	color: #000000;
}
.logo::first-letter {
	color: #FF0000;
}
.set-list {
	list-style-type: square;
	padding-left: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

/*** Content ***/

.button-primary {
	padding: 20px;
	background: #fe5849;
	color: white;
	font-size: 1em;
	border: none;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.button-primary:hover {
    cursor: pointer;
	background: #ff8b80;
}
.space-button {
	margin:20px; 
	text-align:center;
}
header.header {
	position: sticky;
    top: 0;
}
.partner-icons-top {
	width: 12%;
}
.partner-icons {
	width: 10%;
}
.image-row {
	display: flex;
	justify-content: space-between;
  }
.round-corners {
	border-radius: 25px;
}
.float-left-img {
	float: left;
	padding: 0px 20px;
	max-width: 220px;
}
.float-right-img {
	float: right;
	padding: 0px 20px;
	max-width: 600px;
}
.float-right-icon {
	float: right;
	padding: 0px 20px;
	max-width: 90px;
}
.offer {
	background: #5454f7;
	padding: 10px;
	border-radius: 20px;
	margin: 10px;
  }
.white-bg {
	background-color: #ffffff!important;
}
.grey-bg {
	background-color: #eeededf1!important;
}
.pink-bg {
	background-color: #ff8b80!important;
}
.yellow-bg {
	background-color: #ffe400!important;
}
.blue-bg {
	background-color: #5454f7!important;
}
.curves {
	border-radius: 20px;
}
.title-top {
	padding-top: 75px;
	margin-bottom: 10px;
}
.title-top-less {
	padding-top: 10px;
	margin-bottom: 10px;
}
.space-above {
	padding-top: 20px;
}
.space-below {
	margin-bottom: 20px;
}
.space-below-half {
	margin-bottom: 10px;
}
.padding-below {
	padding-bottom: 20px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fa-user-circle-o {
	font-size: 1.5em!important;
	color: #000000;
}
.fa.fa-user-circle-o:hover {
	color: #ff0000!important;
	cursor: pointer;
}
.fa-regular.fa-circle-user {
	font-size: 1.5em!important;
	color: #000000;
}
.fa-regular.fa-circle-user:hover {
	color: #ff0000!important;
	cursor: pointer;
}
.push-bottom {
	position: absolute; 
	bottom:0;
}
.set-height {
	min-height: 400px;
	position:relative;
}
.min-height {
	min-height: 515px;
}
.shorter {
	width: 90%!important;
}
.decommission {
	display: flex;
}
.status {
    border-radius: 25px;
    padding: 20px;
	background-color: #ffe400;
}

/*** Google Search ***/
input#gsc-i-id1 {
    background: none !important;
}
.gsc-control-cse {
    max-width: 80%;
    margin: auto;
}
.gsc-search-button-v2 {
	height: 40px;
}
.gsc-search-button-v2:hover {
	cursor: pointer;
}
img.gcsc-branding-img-noclear {
    display: none;
}
.gcsc-more-maybe-branding-root {
    display: none;
}

/*** Modal ***/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto;  Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
	border-radius: 10px;
    width: 30%;
	min-width: 290px;
  }
  .modal-content2 {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 30px;
	border-radius: 10px;
	width: 80%;
	min-width: 290px;
  }
i.fa.fa-times {
	color: black;
    text-decoration: none;
    cursor: pointer;
	font-size: 1.2em;
	float: right;
}
.img-container {
	position: relative;
  }

  /*** Radio Button Style ***/
.con-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .con-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
  }
  .con-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .con-container input:checked ~ .checkmark {
	background-color: #009900;
  }
  .con-container input:checked ~ .red-checkmark {
	background-color: #ff0000;
  }
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .con-container input:checked ~ .checkmark:after {
	display: block;
  }
  .con-container .checkmark:after {
	   top: 9px;
	  left: 9px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: white;
  }

/*** Forms ***/

textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	outline: none;
}
.large-textarea {
	height: 280px;
}
.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
  }
 .subject {
	display: none!important;
 }
  .domain-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	justify-content: center;
	padding: 10px 0px 10px 0px;
  }
  .domain-field {
	max-width: 500px;
  }
  .icon {
	padding: 10px;
	background: #5454f7;
	color: white;
	min-width: 50px;
	text-align: center;
  }
  .icon2 {
	padding: 10px 10px 13px 10px;
	color: #000000;
	min-width: 50px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000000;
	border-left: none;
	
  }
  .input-field {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	border: 1px solid #000000;
	border-left-style: none;
	font-size: 1em;
	background-color: white;
  }
  .suffix {
	max-width: 240px;
	height: 50px;
  }
  .domain-field {
	border: 1px solid #000000!important;
  }
  .input-field:focus {
	border: 1px solid #5454f7;
	border-left-style: none;
  }
  .hide {
	display: none;
  }
  .correct {
	float: right;
	transform: translateX(0%) translateY(50%);
  }
  .g-recaptcha {
    display: flex;
    justify-content: center;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    background: #ffffff!important;
    color: #000;
}

  /* Selectbox style */
.custom-select {
	position: relative;
	font-family: 'Poppins', sans-serif;
  }
  .select-selected {
	background-color: #5454f7;
  }
  .select-selected:after {
	position: absolute;
	content: "";
	top: 22px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 15px;
  }
  .select-items div,.select-selected {
	color: #ffffff;
	padding: 12px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
  }
  .select-items {
	position: absolute;
	background-color: #5454f7;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
  }
  .select-hide {
	display: none;
  }
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }
  .btn {
	background-color: #5454f7;
	color: white;
	font-size: 1em;
	padding: 15px;
	border: none;
	cursor: pointer;
	width: 100%;
	opacity: 0.9;
	border-radius: 5px;
  }
  .no-corners {
	border-radius: 0px;
  }
  .btn-small {
	width: 150px;
  }
  .btn:hover {
	opacity: 1;
  }
p.reset-link, p.reset-link a {
	color: #000000!important;
	text-align: right;
	text-decoration: none!important;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
	margin-bottom: 5px;
 }
p.reset-link a:hover, p.reset-link a:active {
		color: #ff0000!important;
		cursor: pointer;
}
.mid-size {
	max-width: 200px;
}
.text-link {
	text-decoration: none!important;
	color:#000000;
	cursor: pointer;
	font-weight: 500;
}
a.text-link:hover {
	text-decoration: none!important;
	cursor: pointer;
	color: #ff0000;
}
.main-box {
	background-color: #ff8b80!important;
}
.main-box-text {
	color: #ffffff!important;
}

/*** Footer ***/

.black-bg {
	background-color: #000000!important;
}

p.footer-link, li.footer-link, li.footer-link a {
  color: #ffffff!important;
	text-align: left;
	text-decoration: none!important;
  line-height: 24pt;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
}
li.footer-link a:hover, li.footer-link a:active {
  color: #ff0000!important;
  cursor: pointer;
}
li.active-link a {
  color: #ff0000!important;
}
.footer-info {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #ffffff;
}
ul {
  list-style-type: none;
  padding-left: 30px!important;
  font-family: 'Poppins', sans-serif;
}
.footer-heading {
    color: #ffffff;
	margin-bottom: 20px;

}
.hidden-image {
	display: none;
}

/*** Grid Content ***/
.grid-full {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #ffffff;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.grid-white {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #ffffff;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.grid-yellow {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-image: url("/img/yellow-clouds.webp");
  	background-repeat:  repeat;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.grid-grey {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #eeededf1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.grid-black {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #000000;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.max-width {
	grid-column: 1 /span 12;
	padding: 20px;
}
.OneOfTwo {
    grid-column: 1 /span 6;
    padding: 20px;
}
.TwoOfTwo {
    grid-column: 7 /span 6;
    padding: 20px;
}
.OneAssym {
	grid-column: 1 /span 4;
    padding: 20px;
}
.TwoThreeAssym {
	grid-column: 5 /span 8;
    padding: 20px;
}
.OneOfThree {
    grid-column: 1 /span 4;
    padding: 20px;
}
.TwoOfThree {
    grid-column: 5 /span 4;
    padding: 20px;
}
.ThreeOfThree {
    grid-column: 9 /span 4;
    padding: 20px;
}
.OneOfFour {
    grid-column: 1 /span 3;
    padding: 20px;
}
.TwoOfFour {
    grid-column: 4 /span 3;
    padding: 20px;
}
.ThreeOfFour {
    grid-column: 7 /span 3;
    padding: 20px;
}
.FourOfFour {
    grid-column: 10 /span 3;
    padding: 20px;
}

/*** FAQs style ***/

details{
	background-color: #ffffff;
	color: #000000;
	font-size: 1em;
	border-bottom: 1px solid #000000;
  }
  summary {
	padding: 15px;
	list-style: none;
	display: flex;
	justify-content: space-between;  
	transition: height 1s ease;
	font-size: 1.2em;
	cursor: pointer;
  }
  summary::-webkit-details-marker {
	display: none;
  }
  summary:after{
	content: "\002B";
  }
  details[open] summary {
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
  }
  details[open] summary:after{
	content: "\00D7";
  }
  details[open] div{
	padding: 15px;
	background-color: #ffffff;
	color:#000000;
  }

/*** Mega Menu ***/

body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1200px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
	background-color: #ffffff;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 1.5em;
	color:#000000;
	font-weight: 500;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 1.2em;
     color:#000000;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 1em;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}



@media(min-width: 991px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 1em;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 1em;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 1.2em;
	color:#ff0000;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: auto;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ff0000;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 992px){

	h2 {
		font-size: 1.8em
	}

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 1.2em;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 1em;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 2em;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	.hideonresize {
		display: none;
	}
}

/*** Domain Checker ***/

 @media(max-width: 890px){

	.OneOfFour {
		grid-column: 1 /span 6;
		padding: 20px;
	}
	.TwoOfFour {
		grid-column: 7 /span 6;
		padding: 20px;
	}
	.ThreeOfFour {
		grid-column: 1 /span 6;
		padding: 20px;
	}
	.FourOfFour {
		grid-column: 7 /span 6;
		padding: 20px;
	}
 }

 @media(max-width: 801px){

	.OneOfThree {
		grid-column: 1 /span 6;
		padding: 20px 20px 0px 20px;
	}
	.TwoOfThree {
		grid-column: 7 /span 12;
		padding: 20px 20px 0px 20px;
	}
	.ThreeOfThree {
		grid-column: 1 /span 6;
		padding: 20px 20px 0px 20px;
	}
	.hidden-image {
		display: block;
	}
	.OneOfTwo {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.TwoOfTwo {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.modal-content {
		margin: 20% auto;
	  }
	  .modal-content2 {
		margin: 20% auto;
	  }
	  .main-box {
		background-color: #ffffff!important;
	}
	.main-box-text {
		color: #000000!important;
	}
 }

 @media(max-width: 534px){

	h1 {
		font-size: 1.8em;
	}

	.OneOfThree {
		grid-column: 1 /span 12;
		padding: 20px 20px 0px 20px;
	}
	.TwoOfThree {
		grid-column: 1 /span 12;
		padding: 20px 20px 0px 20px;
	}
	.ThreeOfThree {
		grid-column: 1 /span 12;
		padding: 20px 20px 0px 20px;
	}
 }

 @media(max-width: 494px){

	.OneOfFour {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.TwoOfFour {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.ThreeOfFour {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.FourOfFour {
		grid-column: 1 /span 12;
		padding: 20px;
	}
	.modal-content {
		margin: 30% auto;
		overflow: auto;
	  }
	  .modal-content2 {
		margin: 30% auto;
		overflow: auto;
	  }
	.hidecards {
		display: none;
	}
 }





 


 