@media (min-width: 1024px) and (max-width: 1440px){
.breadcrumbs.topbanner {
   margin-bottom: 0;
    height: 300px;
    display: flex;
    align-items: center;
}
}
.b-cover{background: #1e3c72;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color:#fff;

}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubbles li{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#f1f1f1;
  border-radius:50%;
  opacity:0.5;
  animation: rise 10s infinite ease-in;
}
.bubbles li:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubbles li:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubbles li:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubbles li:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubbles li:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubbles li:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubbles li:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubbles li:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubbles li:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubbles li:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
.effect1{box-shadow: 0px 20px 20px #555;border-radius: 15px;}
.title1 h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;position: relative;
}
.title1 h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.title1 h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
li {
    margin-bottom: 10px;
}
.ollist1 {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.ollist1 a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #DAD2CA;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
}

.ollist1 a:hover { background: #E9E4E0; }
.ollist1 a:hover:before { transform: rotate(360deg); }
.ollist1 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f9dd94;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
 background: #312a2a;
    color: #fff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
ol.gradient-list > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}
ol.gradient-list > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}
ol.gradient-list > li + li {
  margin-top: 2rem;
}
ul.list {
    padding: 0 0 20px 20px;
    margin-top: 0px;
    border-left: 2px solid #0563bb;
    position: relative;
    margin-left: 10px;
    padding-bottom: 0;
}
.list li {
    margin: 0 0 5px;
    list-style: none;
      font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    padding: 0px 0 8px 5px;    background: #fbfefe;
}
.list li:after{content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -29px;
    top: 2px;
    background: #fff;
    border: 2px solid #0563bb;
	}
	.list li:last-child{padding-bottom:0}
ul.list li span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #0563bb;
}
.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
	min-width: 200px;
	max-width: 230px;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	font-family: 'helvetica', san-serif;
	min-height: 25vh;
	background: #262a2b;
	border: 1px solid #252727;
	text-align: left;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #b7b7b7;
	margin-bottom: 5px;
}
.tilesWrap li p {
	font-size: 16px;
	line-height: 18px;
	color: #b7b7b7;
	margin-top: 5px;
}
.tilesWrap li button {
	background: transparent;
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	color: #b7b7b7;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translateY(-40px);
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
}
.tilesWrap li button:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 120%;
	background: #b7b7b7;
	top: 0;
	opacity: 0;
	left: -140px;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	
}
.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);
}
.dl-blurbs {
  display: grid;
}


/* LIST */
dl {
  counter-reset: count;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 20%, rgba(255, 255, 255, 0) 0%);
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0;
}
@media (min-width: 768px) {
  dl {
    padding-left: 2vw;
  }
}
@media (min-width: 1024px) {
  dl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

dl + dl {
  counter-reset: counter 4;
}

dt {
  counter-increment: count;
  color: #357773;
  font-family: "Montserrat", sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
}

dt::before {
  content: counter(count, decimal-leading-zero) ".";
  font-family: "Abril Fatface", cursive;
  color: #b32b30;
  margin-left: -1vw;
  padding-right: 12px;
}

dd {
  margin-left: 3vw;
  margin-bottom: 2vh;
}
.title2 {
    text-align: center;
color: #fff;}
.pricing-plan-1 .pricing-wrap{color:#000;}
.pricing-plan-1 .active .pricing-wrap{color:#fff;}
.pricing-plan-1 .pricing-wrap:hover{color:#fff;}
.pricing-plan-1{padding:150px 0 100px;background-color:#fff;}
.pricing-plan-1 .pricing-wrap{background-color:#ddd;border-radius:6px;text-align:center;margin:0 0 50px;border:none;padding:0 15px 30px;}
.pricing-plan-1 .pricing-wrap:hover{background-color:#51ce69;}
.pricing-plan-1 .pricing-wrap a.btn{margin:30px 0 0;text-transform:capitalize;}
.pricing-plan-1 .price-wrap p{font-size:52px;font-weight:bold;line-height:1;padding:20px 15px;}
.pricing-plan-1 .pricing-wrap p sub{bottom:0;font-size:15px;}
.pricing-plan-1 .pricing-wrap .btn-link{border:1px solid;border-radius:4px;color:#222;font-weight:bold;margin:0 10px 30px;padding:6px 20px;text-decoration:none;}
.pricing-plan-1 .active .pricing-wrap .btn.btn-custom{background-color:#fff;color:#222;}
.pricing-plan-1 .active .pricing-wrap .btn.btn-custom:hover{color:#fff;}
.pricing-plan-1 .active .pricing-wrap .btn.btn-link{color:#fff;}
.pricing-plan-1 .price-wrap sup{font-size:60%;top:-0.75em;}
.pricing-plan-1 .price{margin:0;}
.pricing-plan-1 .price > li{padding:10px;}
.pricing-plan-1 .col-md-3.col-xs-6.active .pricing-wrap .price > li{border-color:#fff;}
.pricing-plan-1 .pricing-wrap:hover button.btn.btn-link.change-plan{color:#fff;}
.pricing-plan-1 .professional{background-color:#51ce69;}
.pricing-plan-2 .price-holder{background-image:url(../images/style-1.png);background-position:center bottom;background-size:cover;margin-left:-20px;margin-right:-20px;min-height:120px;border-radius:8px;}
.pricing-plan-title-style2 h3{background-color:#11aacc;margin-left:25px;margin-right:25px;border-radius:10px 10px 0 0;padding:15px 0 14px;height:60px;margin-top:0;margin-bottom:0;text-align:center;color:#fff;text-transform:uppercase;font-size:28px;font-weight:bold;}
.title-text > span {
    padding: 0 8px;
}
.pricing-plan-title-style1 h3 {
    background-color: #11aacc;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
    padding: 15px 0 14px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.pricing-plan-1 .price-wrap {
    background-image: url(../../assets/img/style-1.png);
    background-position: center bottom;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 120px;
    border-radius: 6px 6px 0 0;
}
.pricing-plan.active .pricing-plan-title-style2.pricing-plan-style2-bg.priceplan-title-style2-before.clearfix{margin-top:-10px;}
.title-wrap {
    overflow: hidden;
    margin: 0 0 60px;
    text-align: center;
}
.title-text {
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    white-space: normal;
}
.product.c_product {
    background: #fff;padding-bottom: 15px;
}
.product.c_product h2{background: #1f3e76;
    color: #fff;
    padding: 10px;}
	.excl_gst {
    color: #B12704!important;
    font-size: 18px;
    font-weight: 600;
}
.product-price{font-size: inherit;
    font-weight: inherit;
    text-decoration: line-through;
	}
	section#page-content {
		position: relative;
    z-index: 99;
}
.widget {
    background: #ffffff;
    padding: 10px;
    box-shadow: 1px 2px 3px 4px #e9edf5;
}
.intl-tel-input {width: 90px;
    height: auto;
    line-height: 100%;
}
.intl-tel-input input{border:0}
.flag.input-group-text {
    padding: 0;
    background: transparent;
}