.choosePlan:hover{
    background: gainsboro;
    cursor: pointer;
}

.choosePlanSelected{
    background: gainsboro !important;
    cursor: pointer !important;
    border: 1px black !important;
}

header .logo img {
    max-width: 234px;
}

header .menu a {
    color: #1b1862;
}
img.sixteen_px{
  width: 12px;
}

header .menu li:before {
    background-color: rgb(93, 182, 74);
}

header .button-header .custom-btn {
    background: #5db64a none;
    border-radius: 7px;
    box-shadow: 1px 1px 11px rgba(123, 157, 98, 0.4);
}

.bg-gray {
    background: transparent linear-gradient(to top, #ffffff 0%, #ffffff 1%, #f5fdf6 80%, #f5fdf6 100%);
}

.login-page header {
    /*background-color: #f5fdf6;*/
    background-color: #0479ec;
    margin: 0;
    min-height: 40px;
}

.hosting-software ul li {
	color: #1b1862;
}

.hero-content {
	position: absolute;
    /*top: 220px;*/
    padding: 0 30px;
    text-align: center;
}

.login-page header {
  
  background: #000;
  min-height: 40px; }
  @media all and (min-width: 56.25em) {
    .login-page header {
      background: #fff;
      border-color: #5db64a transparent #1b1862 transparent;
      border-radius: 0;
      border-style: solid;
      border-width: 7px 0 1px 0;
      margin: 0; } }

.has-protect-bar header {
  border-top-width: 40px;
}

header .logo img {
  max-width: 132px;
  width: 100%;
  height: auto; }
  @media all and (min-width: 1220px) {
    header .logo img {
      height: 72px;
      width: 234px;
      max-width: 234px; } }

.base-slider .custom-btn.hero-act {
  font-size: 10px;
  padding: 10px 16px; 
  background-color: #1b1862;
}

.hero-content .col-md-4 {

}

.hero-content {
  /*top:60px;*/
  bottom: 30px;
}

img.hero-pic {
  width: 40% !important;
  margin-left: 30%;
}

@media all and (min-width: 56.25em) {
  .hero-content {
    /*top: 220px;*/
    bottom: 10px;
  }
  .hero-content .col-md-4 {
    padding-top:140px;
  }

  img.hero-pic {
    width: 90% !important;
    margin-left: 5%;
  }

  .base-slider .custom-btn.hero-act {
    font-size: 20px;
    padding: 20px 40px;
  }

}

/* mobile bar */
.login-page header {
    background: #fff;
    color: #1b1862;
    border-style: solid;
}

.mobile-menu-btn span, .mobile-menu-btn span:before, .mobile-menu-btn span:after {
    background-color: #1b1862;
}

.mobile-block {
  background: #fff;
}

.mobile-menu .menu a {
  color: #1b1862;
}

.mobile-menu .menu .children > a:after {
    color: #1b1862;
}

header .button-header .custom-btn.login {
  color: #1b1862;
}

.scrollTo{
  text-decoration:none;
}

/* protect bar */
.protect-bar {
  display: block;
  position: absolute;
  height: 40px;
  width:100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index:3;
  padding: 9px 0;
}

.protect-bar-container {
  margin: 0;
  font-size: 0;
  letter-spacing: -1em;
  line-height: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .protect-bar-container { 
      width: 750px;
      text-align: center;
  } 
}

@media (min-width: 992px) {
  .protect-bar-container {
      width: 970px;
      text-align: right;
  }
}

.protect-bar-container > div {
    display: inline-block;
    max-width: 270px;
    margin: 0 10px;
    letter-spacing: normal;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.hide-mobile {
  display: none !important; 
}

@media all and (min-width: 56.25em) {
    .hide-mobile {
        display: inline-block !important; 
    } 
}
    
    
    
    
    
  

.sign-up-form{
  /* height: 400px; */
  background: white;
  padding-top: 20px;
} 


.sign-up-form input, .sign-up-form select{
  /* width: 50%;
  height: 30px;
  border-radius: 5px; */
  background: white;
  margin: 10px;
}


.form-textbox.ccNumber {

  background-image: url('http://www.jotform.com/icon/cc.png');
  
  background-repeat: no-repeat;
  
  padding-left: 20px;
  
  }
.sameheight {
  height: 300px;
}

.pricing-table .tab-content .center {
  padding: 0px !important;
  width: 100%;
}

.plan-1 {
  background: #39b549;
}
.plan-1 h3 {
  color: #2f943c;
  font-size: 27px;
  text-align: center;
  font-family: "GothamRoundedBold";
  padding: 0 0 20px 0;
}
.plan-1 p {
  font-family: "ufonts_com_gothambook";
  color: #666;
  width: 170px;
  margin: 0 auto;
}
.plan-1 p small {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.plan-1 p strong {
  display: inline-block;
  font-size: 78px;
  line-height: 50px;
  font-weight: 700;
}
.plan-1 p span {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2px;
  position: relative;
  top: -17px;
}
.choose-plan .bill {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #efefef;
  padding: 6px 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #061f4d;
}
.plan-1 p em {
  position: relative;
  display: inline-block;
  font-size: 24px;
  left: 55px;
  letter-spacing: -1px;
  position: relative;
  top: -27px;
}
.plan-1 a {
  background: #39b549;
  display: block !important;
  width: 100%;
  font-size: 18px;
  color: #3a3a3a;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "GothamRoundedBold";
  font-style: italic;
}
.choose-plan .plan-1 .plan-normal,
.choose-plan .plan-2 .plan-normal {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 34px 4px 30px 4px;
  background: #fff;
}

.choose-plan {
  /* padding: 40px 0 0 0; */
  /* padding: 40px; */
  
}
#payment-form{
  border: 1px solid #bbb;
    border-radius: 4px;
}
.choose-plan > h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #3a3a3a;
  font-size: 18px;
  text-align: center;
  padding: 0 0 30px 0;
  letter-spacing: 1px;
}
.plan-2 {
  background: #fff;
  position: relative;
}
.plan-2 h3 {
  color: #2f943c;
  font-size: 27px;
  text-align: center;
  font-family: "GothamRoundedBold";
  padding: 0 0 20px 0;
}
.plan-2 p {
  font-family: "ufonts_com_gothambook";
  color: #666;
  width: 170px;
  margin: 0 auto;
}
.plan-2 p small {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.plan-2 p strong {
  display: inline-block;
  font-size: 78px;
  line-height: 50px;
  font-weight: 700;
}
.plan-2 p span {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2px;
  position: relative;
  top: -17px;
}
.plan-2 p em {
  position: relative;
  display: inline-block;
  font-size: 24px;
  left: 70px;
  letter-spacing: -1px;
  position: relative;
  top: -27px;
}
.plan-2 a {
  background: #39b549;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #3a3a3a;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "GothamRoundedBold";
  font-style: italic;
}
.most-popular {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 95px;
  height: 95px;
}

