/*** CSS Document ***/ 
body{
	background-color: #ebeae1;
	font-size: 14px;
  font-family: 'open sans';
  color: #6d6d6d;
}
img{
	max-width: 100%;
}
.wrapper{
	max-width:940px;
	margin:auto;
}
h1,h2,h3,h4,h5{
  color: #2f2f2f;
}
p{
  padding-bottom:10px;
}
/** header styles **/
header{
  background: #fff;
  width: 100%;
  min-height: 78px;
  box-shadow: 0px 1px 5px #000;
  padding: 20px 0px;
  position: fixed;
  top:0px;
  z-index: 9999;
}
@media all and (max-width: 767px){
    header{
        padding: 20px 0px 18px 0px;
    }
    header .wrapper{
        margin:0;
        position: relative;
    }
}
.logo{
  float: left;
  margin-right: 10px;
  margin-top: 5px;    
}
@media all and (max-width: 767px){
    .logo{
        margin-left: 20px;
    }
    .logo img{
        max-width: 80%;
    }
}
.mrb-logo{
    border-right: 1px solid #ddd;
    margin-right: 8px;
    max-width: 70px;
    padding-right: 8px;
    vertical-align: top;
}
nav{
  float: right;
}
nav ul{
  padding: 0px;
  margin: 0px;
}
nav ul li{
  float: left;
  list-style-type: none;
  text-align: center;
  padding:0px 20px;
}
nav ul li a{
  font-size: 16px;
  color: #323232;
  text-decoration: none;
  text-align: center;
  background: url(../images/down-arrow.png) 100% 10px no-repeat;
  padding: 0px 15px;
  outline: none;
}
nav ul li:hover a{
  background: url(../images/down-arrow-h.png) 100% 10px no-repeat;
  color: #ed1c32;
}
nav ul li span{
  color: #ed1c32;
  font-size:12px;
}
nav ul li:hover span{
  color: #323232;
}
.login-but{
  float: left;
  margin:8px 0px 0px 30px;
}
.login-but button{
  background: url(../images/login-but.png) left top no-repeat;
  width: 77px;
  color: #fff;
  border:none;
  padding: 6px 0px 5px 0px;
}
.login-but button:hover{
  background: url(../images/login-but.png) left bottom no-repeat;
}
/** content header styles **/
.content-header{
  background: #199332;
  color: #fff;
  text-align: center;
  padding:0px 0px 10px 0px;
}
.content-header h1{
  font-size: 38px;
  font-weight: bold;
  margin: 0px;
  border-bottom:1px solid rgba(38,10,0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow:0 1px 2px #000;
}
/** content styles **/
section{
  padding-top: 85px;
}
@media all and (max-width:767px){
    section{
      padding-top: 80px;
    }    
}
/** banner styles **/
.banner{
  background: url(../images/banner-bg.png) left top no-repeat;
  background-size: cover;
  min-height: 450px;
  padding: 30px 0px;
  position: relative;
  margin-bottom: 30px;
}
.flexslider ul li img{
  float: left;
}
.flex-caption{
  float: right;
  width:460px;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0 1px 2px #2f2f2f;
  text-transform: uppercase;
  color: #fff;
}

/** content styles **/
.contentSec{
  padding: 10px 0px 40px 0px;
  text-align: center;
}
.contentSec h1{
  font-size:38px;
  line-height: 38px;
  margin-top: 0px;
}
.red-color{
  color: #ed1c32;
}
.green-color{
  color: #199332;
}
.contentSec h1 .smallTitle{
  font-size: 28px;
}
.signupBox{
  margin: auto;
  width: 100%;
  padding: 8px 5px;
  background:rgba(255,255,255,0.9);
  border:1px solid #dddfe3;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.banner .signupBox{
  width: 50%;
}
.big-signup{
  display: inline-block;
  background:rgba(255,255,255,0.7);
  border-radius: 0px;
  padding: 5px;
  margin-bottom: -90px;
  border:none;
}
.bottom-signup{
  background: #FFFFFF;
  border: -0.1px;
  border-radius: 0px;
}
.bottom-signup .wrapper{
  width: 380px;
    margin: auto;
}
.big-signup .col{
  padding: 0px 5px;
}
.signupSlide h1.title{
  text-align: center;
  color: #fff;
  font-size: 42px;
  margin-top: 0px;
}
.signupBox h1{
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.signupBox h3{
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
}
.signupform{
  margin-top: 20px;
}
.signupform input, select{
  border:1px solid #ccc8c8;
  width: 85%;
  padding: 6px 8px;
}
.form-group{
  margin-bottom: 15px;
}
.form-control:focus {
    border-color: #199332;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.sub-title{
  text-align: center;
}
.sub-title h2{
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 10px;
  margin:5px 0px 30px 0px;
}
.sub-title h2 span.number{
  width: 40px;
  height: 40px;
  float: left;
  background: -webkit-radial-gradient(#fff, #f1f1f1, #333); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#fff, #f1f1f1, #333); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#fff, #f1f1f1, #333); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#fff, #f1f1f1, #333); /* Standard syntax */
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4px;
  color: #747474;
}
.channelList{
  display: table;
  width: 100%;
}
.channelList .channelBox{
  background: #fff;
  padding: 20px 20px 30px 20px;
  border:1px solid #bfbeb7;
  margin-bottom: 30px;
  min-height: 175px;
  text-align: left;
  position: relative;
}
.channelList .channelBox .btm-action{
  position: absolute;
  bottom: 15px;
  right: 20px;
  -moz-user-select: none;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: #ed1c32;
  cursor: pointer !important;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  outline: 0 none;
  padding: 0 15px;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
  transition: all 0.15s ease-out 0s;  
}
.channelList .channelBox .btm-action:hover{
  color: #9a9a9a;
}
.channelList .channelBox h3{
  font-size: 16px;
  margin-top: 0px;
}
.channelList .channelBox p{
  font-size: 12px;
    padding-left: 80px;
}
.channelList .channelBox .default-icon{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  min-height: 110px;
}
.featureList >div {
  text-align: center;
}
.featureList h2{
  font-size: 24px;
  font-weight: normal;
}
.featureList p{
  text-align: center;
}
.featureList .featurelist{
  margin-bottom: 30px;
}
#featurepage{
  background: #fff;
}
.plansInfo{
  margin-top: 50px;
  margin-bottom: 30px;
}
.plansInfo ul{
  padding: 0px;
  margin: 0px;
}
.plansInfo ul li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.plansInfo ul.planBox{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  width: 470px;
  position: relative;
  height: 525px;
}
.plansInfo ul li{
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left:12px;
  padding-right: 12px; 
  float: left;
  width: 235px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.plansInfo ul li.plan{
  position: absolute;
}
.plansInfo ul li.plan:hover, .plansInfo ul li.selected{
  width: 255px;
  height: 544px;
  top:-20px;
  padding-top: 18px;
  padding-left: 11px;
  background: #fff;
  position: absolute;
  border:2px solid #199733;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.plansInfo ul li.plan:first-child{
   left:0px;
}
.plansInfo ul li.plan:first-child:hover, .plansInfo ul li.selected:first-child{
  left:-10px;
}
.plansInfo ul li.plan:nth-child(2){
  left: 235px;
}
.plansInfo ul li.plan:nth-child(2) h1{
  color:#199332;
}
.plansInfo ul li.plan:nth-child(2):hover, .plansInfo ul li.selected:nth-child(2){
  left: 225px;
}
.plansInfo ul li.plan:nth-child(3){
  left: 470px;
}
.plansInfo ul li.plan:nth-child(3) h1{
  color:#ed1c32;
}
.plansInfo ul li.plan:nth-child(3):hover, .plansInfo ul li.selected:nth-child(3){
  left: 460px;
}
.plansInfo ul li.plan:nth-child(4){
  left: 705px;
}
.plansInfo ul li.plan:nth-child(4) h1{
  color:#199332;
}
.plansInfo ul li.plan:nth-child(4):hover, .plansInfo ul li.selected:nth-child(4){
  left: 695px;
}
.btn-secondray:hover, .plansInfo ul li.plan:hover .btn-secondray, .plansInfo ul li.selected .btn-secondray{
  background: url(../images/choose-but.png) left bottom no-repeat;
}
.plansInfo ul.planBox .price{
  font-size: 24px;
  color: #777777;
}
.plansInfo ul li ul{
  margin-top: 30px;
}
.plansInfo ul li ul li{
  padding: 0px;
  border-top:1px solid #ededed;
  text-align: center;
  padding: 8px 0px;
  width: 100%;
  margin: 0px;
  border-right: none;
}
.plansInfo ul.planBox h1{
  font-size: 36px;
  font-weight: normal;
  margin: 0px;
}
.allplanInfo{
  margin-bottom: 50px;
}
.allplanInfo h2{
  font-size: 24px;
}
.allplanInfo .planBox{
  background: #fff;
  display: table;
  width: 100%;
  padding: 0px 10px 20px 10px;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -0-border-radius:5px;
  border:1px solid #d9d9d9;
}
.allplanInfo .planBox >div h3{
  font-size: 16px;
}
.allplanInfo .planBox >div img{
  float: left;
  margin-right: 15px;
}
.blogpage .blogArticle{
  background: #fff;
  padding: 15px 30px 15px 30px;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  box-shadow: 0px 1px 4px #000;
  margin-bottom: 30px;
}
/** footer styles **/
footer{
  background-image: url(../images/footer_back.png);
  background-size: 100% auto;
  background-color: #494949;
  padding: 0px 0px;
  font-size: 12px;
  width: 100%;
  display: table;
}
footer .foot-left-col{
  background-color: #494949;
  min-height: 250px;
  padding: 30px 0px;
}
footer .foot-right-col{
  background-color: #fff;
  min-height: 298px;
  padding:40px 60px 30px 70px;
  position: relative;
    float: right;
}
footer p{
  color: #fff;
}
footer p a{
  color: #fff;
  text-decoration: none;
}
footer p a:hover{
  color:#ccc;
  text-decoration: none;
}
footer p a.icon{
  float: right;
  margin-left: 5px;
}
.footer_links{
    display: inline-block;
    list-style: none outside none;
    margin-right: 65px;
    margin-top: 10px;
    padding-left: 0;
    vertical-align: top;
    width: auto; 
}

.footer_links .footer_list_head{
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #666;
    color: #aaa;
}
.footer_links a{
  color: #fff;
  line-height: 25px;
}
.footer_links a:hover{
  text-decoration: none;
}
.wen-side-socials {
    float: right;
}
.wen-side-socials ul li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}
.blogpage{
  width: 100%;
  text-align: center;
}
footer ul{
  margin: 0px;
  padding: 0px;
}
.wen-social-links{
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.wen-social-links li{
    list-style-type: none;
}
.wen-social-links li a {
    width: 35px;
    height: 35px;
    float: left;
    text-indent: -999999px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.wen-social-links li a.wen-side-facebook {
    background: url(../images/social_icons.png) no-repeat scroll 0 0 transparent;
}
.wen-social-links li a.wen-side-facebook:hover {
    background: url(../images/social_icons.png) no-repeat scroll left bottom transparent;
}
.wen-social-links li a.wen-side-twitter {
    background: url("../images/social_icons.png") no-repeat scroll -43px 0 transparent;
}
.wen-social-links li a.wen-side-twitter:hover {
    background: url("../images/social_icons.png") no-repeat scroll -43px bottom transparent;
}
.wen-social-links  li a.wen-side-linkedin {
    background: url("../images/social_icons.png") no-repeat scroll -85px 0 transparent;
}
.wen-social-links li a.wen-side-linkedin:hover {
    background: url("../images/social_icons.png") no-repeat scroll -85px bottom transparent;
}
.testimonials{
  color: #2f2f2f;
  font-size: 13px;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}
.testimonials li{
  font-size: 16px;
  width: 100%;
}
.testimonials p{
  color: #2f2f2f;
}
.testimonials:before, .testimonials:after{
  position: absolute;
}
.testimonials:before{
    content: url("../images/blockquote_before.png");
    left: 30px;
    top: 25px;  
}
.testimonials:after{
    bottom: 100px;
    content: url("../images/blockquote_after.png");
    right:0px; 
}
small{
  float: right;
  font-size: 13px;
  font-style: italic;
  color: #199332;
}
.circle-graphic{
  left: -60px;
  position: absolute;
  text-align: center;
  top: 100px;
  max-width: 120px;
    z-index: 9;
}
.circle-graphic .mrb-logo{
  border: none;
  padding: 0px;
  max-width: 50px;
  margin: 12px 0px 5px 0px;
  margin-bottom: 5px;
}
.testi-img{
  position: absolute;
  right: 0px;
  top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  overflow: hidden;
}
/** popup styles **/
.page-pop{
  padding:20px;
}
.team-pic{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  height: 180px;
  margin-top: 30px;
}
.team-pic img{
  height: 180px;
}
/** button styles **/
.btn{
  font-size: 18px;
  color: #fff;
  text-align: left;
  border:none;
}
.btn-gray{
  background: url(../images/gray-but-bg.png) left top repeat;
  padding: 0px 0px 0px 60px;
  width: 179px;
  height: 53px;
}
.btn-gray:hover{
  background: url(../images/gray-but-bg-h.png) left bottom repeat;
  color:#199332;
}
.btn-signup{
  background: url(../images/signup-but.png) left top repeat;
  padding: 0px 0px 0px 30px;
  width: 238px;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
}
.btn-signup:hover{
  background: url(../images/signup-but-h.png) left bottom repeat;
}
.btn-secondray{
  padding: 11px 0px 11px 0px;
  background: url(../images/choose-but.png) left top no-repeat;
  width: 139px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 40px;
}
.btn-secondray:hover{
  background: url(../images/choose-but.png) left bottom no-repeat;
}
#cboxContent .content-header h1{
  border-bottom: none;
  margin-bottom: 0px;
}
.verify-icon{
  max-width: 50px;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.featurelist .box{
  color: #fff;
  padding:5px 15px 15px 15px;
  background-color: #4b4b4b;
  min-height: 182px;
}
.featurelist .box img{
  float: left;
  margin-right:15px;
  margin-bottom: 30px;
}
.featurelist .box p{
  color: #fff;
  text-align: left;
    padding-left: 70px;
}
.featurelist .box h2{
  color: #fff;
}
.featurelist .feature-box1{
  background-color: #ec4161;
}
.featurelist .feature-box2{
  background-color: #4b4b4b;
}
.featurelist .feature-box3{
  background-color: #00b369;
}
.featurelist .feature-box4{
  background-color: #0fa2e2;
}
.featurelist .feature-box5{
  background-color: #dfbd01;
}
.featurelist .feature-box6{
  background-color: #f85d7a;
}
.featureList .featurelist .verify-icon, .plansInfo .plan .verify-icon, .blogArticle .verify-icon{
  max-width: 40px;  
}
.contactus{
  margin-top: 20px;
}
.contactus .location-map iframe{
  border:2px solid #ddd;
}
.channelList .channelBox:hover .verify-icon, .featureList .featurelist:hover .verify-icon, .plansInfo .plan:hover .verify-icon, .blogArticle:hover .verify-icon{
  -webkit-animation-name:focus;
  animation-name:focus;
  -webkit-animation-duration:.6s;
  animation-duration:.6s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;  
}
@keyframes focus {
  10% { opacity:0; }
  25% {
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
  }
  100% {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
@-webkit-keyframes focus {
  10% { opacity:0; }
  25% {
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
  }
  100% {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
/** 
  * responsive styles 
**/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/** mobile menu responsive styles **/
#cssmenu,
#cssmenu ul,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}

@media screen and (min-width: 768px) {
  #cssmenu ul {
    display: block !important;
  }
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li >{
    padding-bottom: 10px;
}
#cssmenu > ul > li > a {
    display: inline-block;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu ul {
      width: 100%;
      display: none;
      position: absolute;
      left: 0px;
      top:59px!important;
      background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);      
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
      padding-bottom: 10px;
      padding-top: 10px;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
      font-size: 0px;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 30px;
    display: block;
    width: 15px;
    height: 3px;
    font-family: 'FontAwesome';
    content: "\f0c9";
    font-size: 24px;
    color: #000000;  
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/** remove styles 
header, footer, .social-links, .steps-head, .loan-steps-box .row .col-md-12, .loan-steps-box h3{
  display: none;
}
.body-bg{ background: none;}
**/

@media (max-width: 1024px){
  .wrapper{
    margin: 0px 15px;
  }
}
@media (max-width:750px){
    .content-header h1{
        font-size: 30px;
        line-height: 32px;
    }
    .flex-caption{
        float: none;
        width: 100%;
        text-align: center;
        font-size: 30px;
    }
    .flexslider ul li img{
        float: none;
        text-align: center;
    }
    .signupSlide h1.title{
        font-size: 25px;
    }
    .flexslider .slides img{
        margin: auto;
        max-width: 70%!important;
    }
    .banner .signupBox{
        width: 100%;
    }
    .signupBox h1{
        font-size: 20px;
    }
}
@media (max-width:580px){
    .bottom-signup .wrapper{
        width: 90%;
    }
}
@media (min-width:580px) and (max-width:750px){
    .flexslider .slides img{
        margin: auto;
        max-width: 45%!important;
    }
    .banner .signupBox{
        width: 70%;
    }
    
}
@media (max-width:991px){
    .channelList .channelBox{
        margin-bottom: 20px;
    }
    .featureList .featurelist{
        margin-bottom: 20px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .channelList .channelBox{
        min-height: 214px;
    }
    nav ul li{
        padding: 0 4px;
    }
    .featurelist .box{
        min-height: 218px;
    }
}
@media (max-width:767px){
    footer .wrapper{
        margin: 0px;
    }
    footer .foot-right-col{
        float: none;
        z-index: 99;
    }
    .circle-graphic{
        left: 56%;
        margin-left:-80px;
    }
    .wen-side-socials{
        width: 100%;
        padding:0px 20px;
    }
    .circle-graphic{
        bottom: -60px;
        top: auto;
    }
    footer .foot-left-col{
        display: inline-block;
        margin-bottom: -5px;
    }
    footer .foot-right-col{
      padding:40px 60px 70px 70px;
    }
    .testimonials::after{
        bottom: 176px;
        right: 25px;        
    }
    small{
        padding-right: 20px;
    }
    footer .foot-left-col{
        display: inline-block;
        width: 100%;
        padding-top: 60px;
    }
    footer .foot-right-col{
        min-height: 240px;
    }
    #cboxLoadedContent .wrapper{
        margin: 0px;
    }
    .channelList .channelBox .default-icon{
        margin-right: 20px;
    }
    .channelList .channelBox p{
        padding-left: 70px;
        padding-bottom: 10px;
    }
    .channelList .channelBox .btm-action{
        bottom: 10px;
    }
    .featurelist .box p{
        padding-left: 70px;
    }
}

@media (min-width:751px) and (max-width:991px){
    .flexslider .slides img{
        margin: auto;
        max-width: 40%!important;
    }
    .flex-caption{
        width: 58%;
    }
    .banner .signupBox{
        width: 50%;
    }
    
}
@media (max-width:600px){
    .footer_links{
        margin-right: 0px;
    }
}