.stax-text {
  color: #2c79e6;
}
.planner-text {
  color: #fc001a;
}
#topNav ul.dropdown-menu li a {
  font-weight: 500;    
  font-size: 14px;    
}
#footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
}
.img-radius {
  border-radius: 35px;
}
#header ul.nav-second-main li a,
#header ul.nav-second-main li a>i,
#header #topMain.nav-pills>li>a {
  color:#151515 !important;
}
#header ul.nav-second-main.nav-social a>i:hover {
  color: #fff !important;
}

.email-widget-text {  

  top: 10px;
}
.email-widget-text i {
  width: 50px;
  height: 50px;
  text-align: center;
  left: -8px;
  line-height: 50px;
  background: #393939;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.email-widget-text .email-info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
}
.email-widget-text .email-info-text {
  line-height: 1.4;
  float: right;
  padding-left: 10px;
}
.email-widget-text .email-info-text a {
  color: #243a4f !important;
}
#header ul.nav-second-main.nav-social .email-info-text a {
  margin-left: 0px !important;
}

/*
  Start Custom Mobile css
*/
@media only screen and (max-width: 600px) {
  .fx-330 p {
    min-height: 288px;
  }
 .paral-class {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    color: #000 !important;
    font-size: 16px;
    padding: 10px;
  }
.email-widget-text {
  display: none;
}

.box-icon {
  margin: 0 !important;
}
#header #topMain.nav-pills>li>a {
  color: #fff !important;
  }
}
/*
  End Custom Mobile css
*/