 html{height: auto; min-height: 100%;background-color:#ffffff}
 .registration-demo .form-control {
    background: none !important;
    color: #4fc1b0 !important;
    font-size: 15px;
    line-height: 45px !important;
    min-height: 45px;
    padding: 0 0 0 0px;
    border-bottom: 1px solid #4fc1b0;
    border-top: 0 !important;
    border-left: 0!important;
    border-right: 0 !important;
    border-radius: 0 !important;
}
.registration-demo  .submit-btn{
	background: #35abdd !important;
    color: #ffffff;
    border-radius: 30px;
    line-height: 38px;
    min-height: 40px;
    width: 45%;
    border: 0 !important;
    cursor: pointer;
}
.registration-demo  .submit-btn.full-width{
    width: 100%;
}
.registration-demo  .submit-btn.half-width{
    width: 49%;
}
.registration-demo .submit-btn:nth-child(2) {
    margin-left: 10px;
}
.registration-demo a.submit-btn {
	/*float:left;*/
	margin-top:10px;
	text-align:center;
	display: inline-block;
}
.registration-demo a.submit-btn :hover{
	text-decoration:none;
}
.registration-demo  .cancel-btn{
  background: #ffffff !important;
    color: #35abdd;
    border-radius: 30px;
    line-height: 38px;
    min-height: 40px;
    width: 100%;
    border: 0 !important;
    cursor: pointer;
}
.invalid-msg{
	color: red;
	position: absolute;
	right: 0;
	padding-top: 9px;
	padding-right: 12px;
}
.demo-reg{
	background-attachment: fixed; background-repeat: no-repeat;
	height: 100%;
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #d1eded 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefefe 0%,#d1eded 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefefe 0%,#d1eded 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1eded',GradientType=0 ); /* IE6-9 */}

.main-title{
	color: #35abdd !important;
    font-size: 22px;
    text-align: center;
    padding: 10px;
  }
 .sub-title{
	color: #35abdd !important;
    font-size: 22px;
  }
.sub-heading{font-size: 18px;}
pre{    background-color: #002B36 !important;
    border: 1px solid #ccc !important;
padding: 10px !important;
font-size: 13px !important;}
pre code, code{color: #c7254e !important;
    background-color: #f9f2f4 !important;
padding: 2px 4px !important;
    border: 1px solid #e1e1e1;
    }
.logo-citus{
    /*width: 130px; */
    margin:auto;
    text-align: center;
}
.logo-citus img{
    /*width: 130px;*/
    max-width: 300px;
    margin: 25px auto;
}
.title-bg{
	
	background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(left,  #fefefe 0%, #d1eded 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fefefe 0%,#d1eded 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fefefe 0%,#d1eded 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1eded',GradientType=1 ); /* IE6-9 */}
input[type=date]:required:invalid::-webkit-datetime-edit {
color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
color: black !important;
}
input[type="date"]::before {
	color: #636C72;
	content: attr(placeholder);
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #666666;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}
select option[disabled]:first-child {
	display: none;
}
.program-code{
	color:#C1C2C3;
}
.code-quotes{
	color:#268BD2;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.loading-container .loading , .loading-container-validate .loading{
    font-size: 17px;
    line-height: 45px !important;
    
}
.loading-container .loading a, .loading-container-validate .loading a{
    color: #2f99c6 !important;
}
.loading-container, .loading-container-validate{   
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.loading-container .loading , .loading-container-validate .loading {    
    background-color: rgba(255, 255, 255, 0.9); border: 1px solid #6cb7b7; color: #2f99c6; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #d1eded);
    background: -o-linear-gradient(#ffffff, #d1eded);
    background: -moz-linear-gradient(#ffffff, #d1eded);
    background: linear-gradient(#ffffff, #d1eded);
    margin: 10%;
    width: 80%;
    left: 10%;
    right: 10%;
    font-size: 19px;
   
    text-align: center;
     position: absolute;
    top: 50%;
    margin-top: -50px;
    min-height: 55px;
    border-radius:5px;
}
.login-box input[type="text"]{
padding: 0 0 0 35px !important;
}
label.content{
    color: #228072;
    text-align: center;
    padding: 10px;
    width: 100%;

}
h2.title{
   font-size: 22px;
   color: #62c6c8;
   text-align: center;
   margin-top: 40px;
}
.callbell-loader{
  position: fixed;
  left:0px;
  top:0px;
  width: 100%; 
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:100;
  display:block;
}
.loader-img{
  z-index:9999;
  width:50px; 
  height:50px; 
  position: absolute;
  top:37%; 
  left:45%;
  background:url(../images/loader.gif) no-repeat center center;
}
.hide{
  display: none;
}
label.camera-text{
    color: #1abc9c;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    top: -8px !important;
    position: relative;
}
input.select-file{
      margin: 10px auto;
    width: 250px;
    float: none;
    display: block;
}
.camera{
    width: 45px;
    margin: auto;
    display: block;
}

.info-message{
    text-align: center;
    width: 100%;
    float: left;
}




@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body {
	font-family: 'Raleway', sans-serif;
}
p {
	font-size:25px;
	color:#6d6e71;
	padding:10px 0;
	margin:0px;
	line-height:27px;
}
.section-1:after, .section-2:after, .section-3:after {
	display:block;
	content:'';
	clear:both;
}
.fullwidthbanner-container {
	background: #4d92ac;
	/*background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
	background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
	background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
	background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
	background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);*/
}
.fullwidthbanner-container {
	position: relative;
	padding: 0;
	overflow: hidden;
    min-height: 100vh;
}
.logo {
	padding:12px 0 12px 0;
	text-align:center;
}
.logo img {
	max-height: 120px;
}
.fullwidthbanner-container h1 {
	font-size: 28px;
    font-family: inherit;
    line-height: 70px;
    margin: 8px 0 0 0;
    padding: 5px 0px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.fullwidthbanner-container p{
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 10px 0;
    margin: 0px;
}
.banner-img {
	display:block;
    width:100%;
    text-align: center;
}
.banner-img img {
	width: 515px;
    margin: 0 auto;
}
.download-btn-sec {
	display:block;
	text-align:center;
	padding:0 0 85px 0;
}
.download-btn-sec a {
	display:inline-block;
}
.scroll-prompt {
    position: absolute;
    z-index: 998;
    bottom: -50px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 160px;
	display:none;
}
.scroll-prompt .scroll-prompt-arrow-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    animation-name: bounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow {
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow>div {
    width: 36px;
    height: 36px;
    border-right: 8px solid #f1f2f2;
    border-bottom: 8px solid #f1f2f2;
    transform: rotate(45deg) translateZ(1px);
}
.scroll-prompt .scroll-prompt-arrow:last-child {
    animation-direction: reverse;
    margin-top: -6px;
}
.scroll-prompt .scroll-prompt-arrow {
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
} 
.section-1 {
	padding:20px 0;
	background-color:#f0eee4;
}
.section-1 h4 {
	font-weight: 500;
    font-size: 22px;
	text-align:center;
}
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}
.section-2 {
	padding:75px 0;
}
.icon_box:hover .image_wrapper img {
    top: -5px;
}
.icon_box .icon_wrapper i, .icon_box .image_wrapper img, .icon_box .desc_wrapper h4:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.icon_box .desc_wrapper h4:before {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    top: -15px;
    position: relative;
    background-color: #52a4b7;
}
.icon_box:hover .desc_wrapper h4:before {
    width: 100px;
}
.icon_box .icon_wrapper i, .icon_box .image_wrapper img, .icon_box .desc_wrapper h4:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.icon_box .image_wrapper img {
    position: relative;
    top: 0;
}
.icon_box img {
    max-width: 80px !important;
}
.icon_box .image_wrapper, .icon_box .icon_wrapper {
	 text-align: center;
    padding-top: 5px;
    margin-bottom: 25px;
}
.icon_box .desc_wrapper {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}
.icon_box .desc_wrapper h4 {
    margin-bottom: 20px;
    line-height: 30px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image:url(../images/bk-freeze-ga.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}
.app-form {
	position:relative;
}
.download-app-btn {
	position:absolute;
	top:50%;
	right:-250px;
	margin-top: -26px;
}
.download-app-btn .link {
    font-size: 22px;
    font-weight: 600;
    background: #000;
    border: none;
    border-radius: 6px;
    color: #fff !important;
    padding: 10px 25px;
    background: url(../images/download.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 51px;
    width: 204px;
}
.download-app-btn a.link:hover {
    text-decoration: none;
    background-color: #3a3838;
}
.get-the-app {
	/*background:url(../images/bg-black-future-digital-dots-001.desktop.jpg) no-repeat center;*/
	background:#ffffff !important;
	background-size:cover;
	padding:10% 0 !important;
}
.get-the-app h1 {
	text-align:center;
	font-size:72px;
	font-weight:600;
	padding-bottom:25px;
}
.cta {
	text-align:center;
}
.get-the-app .btn {
	    font-size: 18px;
    border: 1px #000 solid;
    color: #000 !important;
	text-align: center;
    border-radius: 0;
    min-width: 130px;
    width: auto;
    height: 45px;
    background: 0 0;
    background-color: transparent;
    padding: 0 30px;
    line-height: 45px;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
}
#Footer {
    background-color: #292929;
	color:#fff;
    padding: 30px 0;
    min-height: 33px;
}
#Footer .copyright {
    float: left;
}
#Footer a {
    color: #55acbb;
}

#Footer img {
    max-height: 50px;
}

#Footer.referral .copyright {
    float: none;
    width: 150px;
    margin: auto;
    font-size: 13px;
    width: 282px;
    height: 40px;
}



#Footer.referral {
    background-color: #004964;
    color: #fff;
    padding: 12px 0;
    padding-bottom: 3px;
    min-height: 33px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* margin-top: 25px; */
}
#Footer.referral img {
    /*max-height: 50px;*/
    width: 75px;
}

#Footer.referral .copyright span:first-child{
   margin-left: 5px;
}

#Footer.referral .info {
    color: #b9b9b9 !important;
    text-align: center;
    font-size: 12px;
    clear: fix;
}
#Footer.referral .info a{
    text-decoration:underline;
    color: #b9b9b9 !important;
}
#Footer.referral .powered_by {
    float: left;
    color: #ffffff;
    padding-top: 9px;
    font-size: 11px;
}
#Footer.referral .powered_by_desc {
    float: left;
}
#Footer.referral .powered_by_desc p {
    color: #22c5f1;
    margin-left: 3px;
    font-size: 11px;
    line-height: 11px;
    padding-top:9px;
}

#Footer.referral.landing {
    position: relative;
}

.app-form label , .app-form .prefilled {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.app-form .btn-success {
    color: #fff;
    background-color: #040404;
    border-color: #4f9cb3;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 13px 0;
    text-transform: uppercase;
}
.app-form  .btn-success:hover {
    color: #fff;
    background-color: #00386d;
    border-color: #2e6777;
}


.app-form label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.app-form .btn-success {
    color: #fff;
    background-color: #040404;
    border-color: #4f9cb3;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 13px 0;
    text-transform: uppercase;
}
.app-form  .btn-success:hover, .app-form  .btn-success:focus {
    color: #fff;
    background-color: #00386d;
    border-color: #2e6777;
}
.app-form h3 {
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.app-form h3:after {
    content: '';
    display: block;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    height: 2px;
    background: #fff;
    margin-left: -50px;
}
.intl-tel-input {
    width: 100%;
}
.app-form p {
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.modal.bs-example-modal-lg  {
    /*   display: block;*/
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8); 
}

.bs-example-modal-lg .modal-dialog {
    top: 20%;
    width: 100%;
    position: absolute;
}
.bs-example-modal-lg .modal-content {
    border-radius: 0px;
    border: none;
    top: 40%;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.app-form p.note {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 15px;
}
.enroll-desc p{
    font-size: 1rem;
    color: #292b2c;
}
.enroll-desc ul{
    list-style-type: none;
}
.combodate {
    display: block
}
.help-block.with-errors ul > li {
    color: #a94442;
    font-size: 15px;
    /*text-shadow: 0 0px 16px #000;*/
}
.has-error .form-control {
    border-color: #a94442;
    border-width: 2px
}
#submit_enroll img {
    height: 24px;
}
.heaxa-danger .hexagon{
	background-color: #D27B6A;
}

.heaxa-danger .hexagon:after{
	border-top: 15px solid #D27B6A;
}
.heaxa-danger {
    border: #D27B6A solid 1px;
}
.heaxa-info .hexagon{
	background-color: #79B3E4;
}

.heaxa-info .hexagon:after{
	border-top: 15px solid #79B3E4;
}

.heaxa-info {
    border: #79B3E4 solid 1px;
}
    
.heaxa-success .hexagon{
	background-color: #90B06E;
}

.heaxa-success .hexagon:after{
	border-top: 15px solid #90B06E;
}
.heaxa-success {
     border: #90B06E solid 1px;
}
.hexagon {
  position: relative;
  width:100%; 
  /*height:50px;  */
  margin-bottom: 40px;
  
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  
}

.hexagon:after {
  top: 100%;
  width: 0;  
  left: 0;
}
.box-cnt{
  width: 310px;
  margin: auto;
  /*margin-top: 15px;*/
}
.box-content-section{
    text-align: center;
    border-radius: 5px;
    background: #fff;
}
.hexagon svg{
  width: 35px;
  color: #fff;
  margin-top: 13px;
}
.box-content-section p{
  margin-top: 15px;
}
.box-cnt p {
    font-size: 17px;
    padding: 0px 10px;
}

.box-cnt a.btn{
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: none; */
    width: 140px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid;
    color: #3CB371;
    border-color: #3CB371;
    background: none;
}
.box-cnt a.btn:hover{
    background: #3CB371;
    color: #fff;
    border-color: #3CB371;		
}
.box-cnt a.btn.cancel{
    color: #B22222;
	border-color: #B22222;
}
.box-cnt a.btn.cancel:hover {
  background: #B22222;
  color: #fff;
  border-color: #B22222;	
}
.short_code_desc h3{
    text-align: center;
    color: #5aafc2;
    font-size: 20px;
}
.short_code_desc span{
    width: 450px;
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    display: block;
}
#validate-target .error {
    margin-top: 10px;
    display: block;
}
#second-form iframe {
    height: 450px;
    margin-bottom: 110px;
}
#Footer .container h1 {
    color: #000;
}
/*.stepwizard-step p {
    margin-top: 10px;
}*/

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.stepwizard-step .disabled {
    border-radius: 3px !important;
    background: #004964;
    opacity: 9 !important;
    color: #fff !important;
    font-weight: bold;
}
.stepwizard-step a{
    background: #f15c22;
    border: 0 !important;
    border-radius: 3px;
    font-weight: bold;
    color: #fff !important;
}
.stepwizard-step{
    margin-top: 25px;
}
.content-outer {
    position: relative;
    min-height: 100vh;
    height: 100%;
    max-height: 100%;
}
#step-2 {
    height: 850px;
}
.registration-demo form h3{
    color: #5aafc2;
    font-size: 18px;
    margin: 30px 0 0 0;
    text-align: left;
}
.referral-signup input[type="text"], .referral-signup input[type="email"], .referral-signup input[type="url"], .referral-signup input[type="number"] {
    padding: 0 0 0 15px !important;
}
.referral-signup #country_code {
    padding-left: 45px !important;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #3CB371;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
#successModal .modal-content {
    border: 1px solid rgba(60,179,113,0.9);
}
#errorModal .modal-content {
    border: 1px solid rgba(217,83,79,0.9);
}
.sign-up {
    text-align: center;
    padding: 25px 0;
}
.sign-up span{
    display: block;
    color: #999999;
    font-size: 12px;
    padding-top: 10px;
}
.custom-dialog.modal {
  text-align: center;
  padding: 0!important;
}

.custom-dialog.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.custom-dialog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 310px;
}
.modal-backdrop {
    background-color: #FFF;
    opacity: 0.9;
}
.custom-dialog .modal-dialog .modal-body p {
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
}
.custom-dialog .modal-footer{
    border: none;
}
.custom-dialog .modal-footer .btn{
    margin: 0 auto;
}
.custom-dialog .modal-header svg {
    height: 35px;
    margin: 0 auto;
}
.ghost-success {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: none; */
    width: 140px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid;
    color: #3CB371;
    border-color: #3CB371;
    background: none;
}
.ghost-success:hover {
    background: #3CB371;
    color: #fff;
    border-color: #3CB371;
}
.ghost-danger {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: none; */
    width: 140px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid;
    color: #d9534f;
    border-color: #d9534f;
    background: none;
}
.ghost-danger:hover {
    background: #d9534f;
    color: #fff;
    border-color: #d9534f;
}
#step-3{
    height: 800px;
}
.custom-dialog .modal-header {
    position: relative;
}
.custom-dialog .modal-header::before, .modal-header::after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}
.custom-dialog .modal-header-success::after {
    top: 100%;
    width: 0;
    left: 0;
    border-top: 15px solid #3CB371;
}
.custom-dialog .modal-header-danger::after {
    top: 100%;
    width: 0;
    left: 0;
    border-top: 15px solid #d9534f;
}
.custom-dialog .modal-header::before {
    bottom: 100%;
}
.fs-15 {
    font-size: 15px;
}
.content-outer > .container, .main-con-sec > .container{
    min-height: 550px;
}
.referral-signup p#status-message{
    font-size: 14px;
    padding: 0;
}
.referral-signup p#status-message .success{
    display: none;
}
.combodate span.select2.select2-container {
    width: 32% !important;
}
.banner-subtitle {
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 19px;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-top: 20px;
}
.banner-subtitle.success-desc {
    padding-top: 20px;
    padding-bottom: 0;
}
.fullwidthbanner-container h1.success-title {
    font-size: 21px;
    margin: 20px 0 0 0;
    line-height: 40px;
}
.success-container .cta .btn {
    font-size: 18px;
    border: 1px #fff solid;
    color: #fff !important;
    text-align: center;
    border-radius: 0;
    min-width: 130px;
    width: auto;
    height: 45px;
    background: 0 0;
    background-color: transparent;
    padding: 0 30px;
    line-height: 45px;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
}

.success-container .cta .btn:hover {
    border-color: #000;
}
.success-container h3{
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
#responseModal.modal {
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
#responseModal .modal-content {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
#expireModal h3{
    font-size: 18px;
    color: #0098df;
}

#expireModal li{
  list-style-type: square;
  color: #484848;
}

#expireModal p{
    font-size: 12px !important;
    text-align: center;
    padding: 5px !important;
    color: #000;
    font-weight: bold;
}

#expireModal .modal-content{
  border: 0 !important;
}
.country_code_container .form-group{
    position: relative;
}

#country_code_display{
    position: absolute;
    top: 27px;
    left: 0px;
    background: #ffffff;
    border-left: 0;
    border-right: 0;
    padding-left: 50px;
}
.panel {
    border: 2px solid cornflowerblue;
}
@media screen and (min-width: 768px) { 
  #responseModal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#responseModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 991px) { 
.download-app-btn{
	position:inherit;
	top:inherit;
	right:inherit;
	text-align: center;
	padding-top:50px;
}
.fullwidthbanner-container h1 {
	font-size: 28px;
	line-height: 60px;
	padding:40px 0px;
}
}
@media (max-width: 740px) { 
    .fullwidthbanner-container h1 {
        font-size:24px;
        line-height: 36px;
        padding:30px 0px;
    }
    .fullwidthbanner-container h1.success-title {
        font-size:24px;
    }
    .short_code_desc span{
        width: auto;
        font-size: 13px;
    }
    #second-form iframe {
        height: 515px;
    }
}
@media (max-width: 480px) {

	form.appnitro, .embed form.appnitro{margin: 0 !important;}
	#main_body form li div{padding: 0 !important; margin: 0 10px 0 0 !important;}
	.enroll-desc h4{font-size: 22px !important;}
	.enroll-desc p { font-size: 13px !important;    color: #292b2c;    line-height: 16px !important;    padding: 0 !important;}
	#main_body #review_submit, #main_body #review_back { width: 45% !important;    min-height: 40px !important;    border-radius: 10px !important;    font-size: 13px !important;    text-decoration: none;    border: 0 !important;}
	.hexagon::before, .hexagon::after { border-left: 140px solid transparent !important;    border-right: 140px solid transparent !important;}
	.box-cnt {width: 285px !important;}

}
@media (max-width: 440px) { 
    .col-sm-6.col-md-3 {
        width: 100%;
    }
    #Footer.referral{
        position: inherit !important;
        /* margin-top: 25px; */
    }
    #second-form iframe {
        height: 550px !important;
        margin-bottom: 0 !important;
    }
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea {
  font-size: 16px;
}


.browser-icon{
    width: 50px;
    height: 50px;
}



#popup1{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /*opacity: 0;*/
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    /*margin: 70px auto;
    padding: 20px;*/
    background: #fff;
    border-radius: 5px;
   
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  .bowser-flex-container {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      background-color: DodgerBlue;
  }

  .bowser-flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
  }

  .flex-container {
    padding: 5px;
    margin: 0;
    list-style: none;
   
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: space-around;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  
  .headerp,
  .footerp  { flex: 1 100%; }
  .sidebar {     flex: 0 0 20%; }
  .main    { flex: 2; }
  
  .flex-item {
    
    background: #fcfcfc;;
   /* padding: 10px;*/
    width: 100px;
    /*border: 3px solid rgba(0,0,0,.2);*/
    
    color: grey;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
  }

  .sidebar img {
    width: 50px;
    height: 50px;
  }

  .headerp > h3 {
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
  }

  .headerp > p {
    font-weight: bold;
    color: red;
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
   /* text-indent: 5em;*/
    background-color: #e8e8e8;
  }
  .foot-content {
    font-size: 10px;
    padding-top: 17px;
  }
  .sidebar > a{
      font-size: 10px;
      display: block;
      margin-top: 1px;
  }

  .browser-notice{
    background-color: #ebebeb;
    border: 15%;
    border-radius: 25px;
    margin: 0px 40px 0px 40px;
    padding: 10px;
    font-size: 12px;
  }


  #popup1 .popup {
    border-radius: 25px !important;
}
#popup1 .flex-item{
    background: none;
}
#popup1 .headerp img {

    margin-top: 10px;

}
#popup1 .headerp > h3 {
font-weight: normal;
color: #fe0000;
font-size: 21px;
padding: 0 110px;
display: block;
}
#popup1 .browser-notice{
    background-color: #ededed !important;
    border: 15%;
    border-radius: 25px;
    margin: 0px 40px 0px 40px;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    font-family: "PT Sans",sans-serif;
}
#popup1 .flex-item.footerp p {

    font-size: 15px !important;
    font-weight: normal;
    color: #585858;
}
#popup1 .sidebar a {
    color: #06c;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}
.flex-item.footerp.foot-content {
    background: none;
}
#popup1 .flex-item.footerp.foot-content {

    background: none;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0 25px;
    margin-top: 10px;

}

.error-field ul > li
{
    color: #fd0500 !important;
}

.banner-image
{
    background: #183c6d !important; 
}
.footer-desc {
    background-color: #fff!important;
}

.footer-desc img {
        width: 80px !important;
        position: relative;
        top: -2px;
        left: 3px;
}
#Footer.footer-desc .copyright {
        width: 435px !important;
}
.footer-desc {
        padding-top: 24px !important;
        }
.footer-desc .powered_by_desc p {
    color: #183c6d !important;
    font-size: 13px !important;
    margin-left: 10px !important;
    font-weight: 600;
}
.footer-desc .powered_by {
        color: #183c6d !important;
        font-weight: 600;
}


#Footer.referral .ardon-footer {
   text-align: center;
}

#Footer.referral .ardon-footer #powered_by
{
    float: none !important;
}


.ardon-banner
{
    background: #035d66;
}

#Footer.referral.ard-foot {
    background-color: #024248 !important;
}

.ardon-form .btn-success {
    background-color: #1ecad2 !important;
    border-color: #1ecad2 !important;
}

.ardon-form  .btn-success:hover, .ardon-form  .btn-success:focus {
    color: #fff;
    background-color: #1ecad2 !important;
    border-color: #1ecad2 !important;
}

#ardon-modal
{
    background-color: #20cbd5;
}

.heaxa-success #ardon-modal:after {
    border-top: 15px solid #20cbd5;
}

.ardon-health .heaxa-success
{
    border: #20cbd5 solid 1px;
}

.box-cnt a.btn-ardon{
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: none; */
    width: 145px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid;
    color: #20cbd5;;
    border-color: #20cbd5;
    background: none;
}
.box-cnt a.btn-ardon:hover{
    background: #20cbd5;
    color: #fff;
    border-color:  #20cbd5;		
}

.ard-box p.ard-msg
{
    font-size: 15px !important;
}

i.password_eye {
    position: absolute;
    right: 30px;
    top: 36px;
    cursor: pointer;
}
input#password {
    position: relative;
}

/* tooltip style */

  
.ui-tooltip {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 3px;
    background: #383648;
    padding: 12px 25px;
}
.ui-tooltip .ui-tooltip-content {
    font-weight: normal;
    font-size: 12px;
    text-transform: capitalize;
color:#fff  !important;
}
.ui-tooltip .arrow:after, .ui-tooltip .arrow::after {
    box-shadow: none !important;
    background: #383648 !important;
}
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
  

  /* IE style */

  input::-ms-reveal,
  input::-ms-clear {
    display: none;
  }

  .heaxa-alert
{  
    background-color: #D0342C;
    background-image: url(../images/hexa-alert.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
}

#confirm_alert
{
    background: #3c3c3c;
    color: #fff;
    border-color: #3c3c3c;
}


.alert-message .hexagon{
	background-color: #D0342C;
}
.alert-message .hexagon:after{
	border-top: 15px solid #D0342C;
}
.alert-message {
    border: #D0342C solid 1px;
}

