@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

.modal-dialog {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
a {
  text-decoration: none;
  color: #008af5;
}
a:hover {
  color: #fff;
}
.form_close {
	width:100%;
	text-align:right;
}
.form_close a{
	color:#666;
	font-size:20px;
}
.form_close a:hover{
	cursor:pointer;
	opacity:0.6;
}
#signup h2{margin-top:0; text-align: center;}
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #008af5;
  color: #ffffff;
}

.form h1 {
  text-align: center;
  color: #008af5;
  font-weight: 400;
  margin: 0 0 40px;
}

#contactForm .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

.field-wrap label {
  position: absolute;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  left: 13px;
  color: #999;
  transition: all 0.25s ease;
  font-size: 13px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  font: inherit;
  top: 0;
}
.field-wrap label .req {
  margin: 2px;
  color: #008af5;
}

.field-wrap label.active {
  transform: translateY(-100%);
  left: 12px;
  font-size: 12px;
}
.field-wrap label.active .req {
  opacity: 0;
}

.field-wrap label.highlight {
  color: #47B4FD;
}

input, textarea {
	font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background-image: none;
  border: 1px solid #bebebe;
  color: #09f;
  border-radius: 0px;

}
select:focus, input:focus, textarea:focus {
  outline: 0;
  border-color: #008af5
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 30px;
}
.top-row{
  display: inline-block;
  max-width: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 100%;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.top-row > div:last-child {
  margin: 0;
}
@media (max-width: 800px) {
    #contactForm .form-grid {
        grid-template-columns: 1fr;
    }

    .top-row {
        .width: 100%;
    }
    .top-row > div:last-child {
      margin: 0 0 0px 0;
    }
}
.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #008af5;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

/*drop down*/
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
  	border: 1px solid #bebebe;
  	color: #0b5893;
 	border-radius: 2px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}

/*PRICE & PLAN*/
.plan_fix{
	width:33% !important;
	float:left;
	padding:0 10px !important;
	border:none !important;
    background: none !important;
	}
.plan_box{
	padding:0 15px 15px 15px;
		border:1px solid #09f;
		border-radius: 4px;
	}
@media (max-width: 800px) {
.plan_box{
	border: 2px solid #09F;
	border-radius: 4px;
	background:#FFF;
}
.hidePlan{
	display:none;

}
.showPlan{margin-top: -28px; display:block;}
/* .plan_title {
    background: #0099ff;
    border: solid 1px #0099ff;
    border-radius: 4px;
    padding: 10px 5px !important;
    color: #fff !important;
    font-size: 16px !important;
} */
/* .title_active{
	background:#fff !important;
	border:solid 1px #0099ff ;
	color:#0099ff !important;
} */
.plan_detail{text-align: center;}
.title_active:hover{
	cursor:pointer;
	background:#A5D5FB !important;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
}
@media (max-width: 350px) {
	.plan_title {
	    font-size: 14px !important;
	}
}
.plan_title{
    padding: 10px 20px;
    /*border-bottom: 1px solid #666;*/
    color: #555;
    font-size: 28px;
	text-align: center;
	line-height: 30px;
	}
.plan_price{
	padding:10px 0px;
	font-size:21px;
	font-weight:600;
	text-align: center;
}
.plan_action{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #2196F3;
    border: 1px solid #2196F3;
    border-radius: 6px;
	background: #fff;
    padding: 5px 20px;
    margin: 0px 10%;
    text-decoration: none;
    line-height: 22px;
}
.plan_action:hover{
	font-size: 16px;
    font-weight: 600;
	cursor:pointer;
	border:1px solid #A5D5FB;
	color: #A5D5FB;
}
.plan_action2{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 1px solid #2196F3;
    background: #2196F3;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0px 5%;
    text-decoration: none;
    line-height: 22px;
}
.plan_action2:hover{
	font-size: 16px;

	cursor:pointer;
	border:1px solid #A5D5FB;
    background: #A5D5FB;
}
.plan_detail{
	padding:10px;
	font-size:16px;
}
.plan_detail a:hover{opacity:0.6; color:#0099ff;}
.plan_list{
	padding:15px 20px;
}
.plan_list ul{
	width:80%;
	margin:0 auto;

}
.plan_list ul li{
	width:100%;
	text-align:left;
	line-height:28px;
	font-size:15px;
	    margin-bottom: 5px;
}
.plan_list ul .not_in{color:#BBB !important;}
.plan_list ul .not_in .fa{color:rgba(0,0,0,0) !important;}
.plan_list ul li {color:#222;}
.plan_list ul li .fa{color:#0C0;}
.list_new{
    color: #09f;
    font-weight: 600;
    /* font-style: italic; */
    padding: 0px 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #09f;
}
.contact_action{
	width:90%;
	border-top:1px solid #008af5;
	margin:10px auto;
	padding:15px;
	text-align:center;
	font-size: 18px;
}
.contact_action a{
	color:#008af5;
	text-decoration: none;
	font-weight:600;
	}
.contact_action a:hover{
	color:#008af5;
	text-decoration: none;
	font-weight:600;
	}
@media (max-width: 800px) {
.contact_action{
	border:none;
	}
.currencyBox{ padding-right: 10px !important;}
.plan_list {
    padding: 5px 0px;
}
}

/* currency */
.currencyBox{
	display:block;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    padding-right: 50px;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: right;
}

.currencyBox label{
	position:relative;
}

.pricingFix{
    margin-top: 0;
    margin-bottom: -10px;
}
.pricingColumn{
	width:60%;
	margin:0 auto;
	margin-bottom:20px;
}
.pricingColumn ul li{
	width:50%;
	float:left;
	border:1px solid #0099ff;
	text-align:center;

	font-weight:600;
	font-size:30px;
}

.pricingColumn ul li .pricingli{
	padding:5px 10px;
	color:#cfcfcf;
}
a .pricingli:hover{
	cursor:pointer;
	background:#A5D5FB;
	color:#fff !important;
}

.curr_pricing{
	color:#fff !important;
	background:#0099ff;
}
@media (max-width: 800px) {
.currencyBox{
	text-align:center;
	margin-top: 0px;
}
.pricingColumn{
	width:95%;
}
.pricingColumn ul li{
	font-size:24px;

}
}

/*specs*/
.sys_spec{
    font-size: 14px;
    line-height: 20px;
	text-align: left;
}
.sys_spec table {border-collapse:collapse}
/* .sys_spec ul{
	list-style:disc !important;
} */
.sys_spec ul li{
	/*list-style:disc !important;*/
	width:100%;
	float:none;
	padding:2px 0 2px 10px;
}
.sys_spec tr {
	background-color:#fff;
}
.sys_spec td {
    border: #ccc 1px solid;
    padding: 4px;
    color: #222;
}

.icon-open {
    height: 24px;
    width: inherit !important;
}

.cloud_plans {
    margin-bottom: 20px;
}


.form_type_area{
    display: block;
    text-align: center;
}

.form_type{
	display: inline-block;
    border: 1px solid #0b5893;
    color: #0b5893;
    font-weight: 600;
    border-radius: 6px;
    padding: 5px 15px;
    margin: 20px 10px;
}
.form_type:hover{opacity: 0.7;}

.top-row.mobile_hide{
	display: inline-block;
}
@media(max-width:800px){
	.form_type {
	    display: block;
	}
	.top-row.mobile_hide{
		display: none;
	}
}

.form_checked{
	color:#fff;
	background: #0b5893;
}
.blue-a a:hover{color:#0b5893}

.btn-all {
    font-size: 13px;
    text-align: center;
    background: #fff;
	border:1px solid #2196F3;
    color: #2196F3;
    border-radius: 4px;
    padding: 2px 20px;
    text-decoration: none;
    line-height: 22px;
}
.btn-all:hover{
    background: #2196F3;
    color: #fff;
}
.btn-all.submitting:hover{
    background: none;
    color: #fff;
}

.btn-join2 {
    font-size: 16px;
    border-radius: 4px;
    clear: both;
    display: inline-block;
    margin-left: 3.5vw;
    padding: 6px 30px;
}

/*check table*/
.check_table{
	width: 95%;
	margin: 25px auto;
	font-size:13px;
	color:#666;
}
.table-two{
	display: block;
	width: 50%;
	float: left;
}
@media(max-width:800px){
	.table-two{
		width: 100%;
		float: left;
	}
}
.check_table tr td{/*border:1px solid #cecece;*/ padding:0 5px ;}
.check_table input{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
}

/*affiliate text*/
.aff-txt ul{
	font-size: 0.9em;
	padding-left:20px;
}

.aff-txt ul li{list-style: none;}
.aff-txt ul li::before {
	content: "\2022";
	color:#09f;
	font-weight: 800;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.aff-txt ul ul li{list-style: none;}
.aff-txt ul ul li::before {
	content: "\2022";
	color:#222;
	font-weight: 800;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.error_notice .error-message{color:#B91010;font-size:12px;line-height:16px;padding:0;padding-left: 12px;}
.recaptcha{
	margin: 0 auto;
	display: inline-block;
}
.recaptcha.has-error{
    border: 1px solid #a94442;
}
.form-group-Product.has-error{
    border: 1px solid #a94442;
}
.contactUsLightbox .modal-header {
	padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom: 0px;
}
.contactUsLightbox .title {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
}
.contactUsLightbox .btn_cancel {
  width: 32px;
  height: 32px;
  background: url(/include/images/btn_cancel.png) 0 0 no-repeat transparent;
  display: block;
  border-radius: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 22px;
  outline: none;
  text-decoration: none;
  position: absolute;
  right: -15px;
  top: -15px;
}
.contactUsLightbox .btn_cancel:hover {
  background-position: -32px 0;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}