.inner-page {
    overflow: hidden;
    padding:40px 0;
    position: relative;
}
p {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    color: #666e70;
    font-size: 14px;
    line-height: 1.6em;
}
.lead-text {
    font-size: 30px;
    line-height: 1.3em;
    color: #21252b;
    font-weight: 600;
    margin-bottom: 10px;
}
p.sub-lead-text{
    color: #3c4446;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
}
.page-heading p.sub-lead-text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 8px 0 0;
}

b, strong {
    color: #21252b;
    font-weight: 600;
}
.smaller-text {
    font-size: 11px;
    line-height: 1.5em;
    display:block;
    margin-bottom:20px;
}
.pricing_table tbody td.pricing-description {
    padding: 25px 25px 5px;
}
.hosting-table tbody td {
    line-height: 22px;
}
/*============ Service ===========*/
.bg-base {
    background: #c9f8d1 none repeat scroll 0 0;
    color: #248c49;
    border-radius: 3px;
    padding: 0 4px 1px
}
.mb60 {
    margin-bottom:60px;
}
.services-block {
    margin-bottom: 60px;
    padding: 0 30px;
}
.services-block h3 {
    font-size: 21px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.services-block h3 a {
    font-size: 21px;
    color: #21252b;
}

.bg-green {
    background: #57d57f none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding:2px 4px 1px;
}
.weight-700 {
    font-weight: 700;
}
.short-title{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-transform:uppercase;
}
.pi-pricing .pi-pricing-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pricing_table .pricing-amount {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1px;
}
.mb0{
    margin-bottom:0 !important;
}
.mb14{
    margin-bottom:14px !important;
}
.mb30{
    margin-bottom:30px !important;
}
.mb40{
    margin-bottom:40px !important;
}
.mb50{
    margin-bottom:50px !important;
}
.mb80{
    margin-bottom:80px !important;
}
.pt100{
    padding-top:100px;
}
.pb50{
    padding-bottom:50px;
}
.pb20{
    padding-bottom:20px;
}
.inline-block{
    display:inline-block;
}
.services_box {
    margin-bottom: 35px;
    height: 322px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.services_box_title {
    text-transform: inherit !important;
}

/*=================Login Popup ==================*/
.login-popup .modal-content {
    border-radius: 0;
    overflow: hidden;
    padding: 10px 10px 40px;
    position: relative;
    width: 450px;
}
#login_modal .modal-dialog {
    width: 450px;
}
.login-popup .modal-header {
    border-bottom: 0;
}
.login-popup .popup-close {
    border: 2px solid #484545;
    color: #484545 !important;
    font-size: 14px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    right: 22px;
    text-align: center;
    text-shadow: inherit;
    top: 20px;
    width: 23px;
}
.lp-heading-icon {
    margin: auto auto 24px;
    text-align: center;
}	
.lp-heading-icon img {
    /*  height: 82;
      width: 100px;*/
}
.login-popup-heading h4 {
    color: #484545;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}
.new_reg_popup, .new_login_popup {
    border-radius: 2px;
    /* min-height: 300px;*/
    width: 100%;
}
.bh {
    background: #e6e4ee none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 260px;
    margin:11% 0 0 7.4%;
    text-align: center;
    width: 1px;
    display:none;  
}

.login-popup-btn {
    background: #9aca3c none repeat scroll 0 0;
    border: 1px solid #9aca3c;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin: auto;
    padding: 5px 30px;
    text-align: center;
    text-transform: uppercase;
}
.login-popup-btn:hover {
    background: #2d323a !important;
    border: 1px solid #2d323a !important;
    color:#fff !important
}
.pwd-forget {
    color: #111111;
    display: block;
    font-size: 14px;
    margin: 8px auto 5px;
    padding: 10px;
    text-align: center;
}
.login-popup .form-control, 
.text-form {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}
.login-popup  input[type="text"]:focus {
    border: 1px solid #9aca3c;
    box-shadow: none;
}
.link_color a:focus,
.link_color a:hover, 
.link_color a {
    color: #8dac3b;
    font-weight: 400;
    text-decoration: underline;
}
.social {
    background: #2d2d2d none repeat scroll 0 0;
    height: 82px;
    overflow: hidden;
    padding: 0 15px;
}
ul.footer_menu li a {
    font-size: 14px;
    padding: 35px 25px;
}
.user-login-info {
    cursor: pointer;
}

.user-login-info span {
    border-right: 1px solid #858d91;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
    padding-right: 8px;
    color:#000;
}
.user-login-info span:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.template_image_title h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
}
.template_image_title a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 36px;
    margin: auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 148px;
    background: #87a539 none repeat scroll 0 0;
    border: 1px solid #6f8732;
    box-shadow: 0 1px 0 #6f8732 inset;
    color: #ffffff;
    border-radius: 4px;
}
.template_image_wrapper:hover .template_image_title {
    bottom:-20px !important;
    transition: all 0.2s ease-in-out 0s;
}

.template_image_title {
    bottom: -70px !important;
}
.template_image_link .link_hover{
    background: #9aca3c none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: -30px;
    margin-top: -30px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    transition: all 0.9s ease-in-out 0s;
    width: 60px;
}
.reduced #logo img {
    margin: 0;
    max-width: 162px !important;
    transition: all 0.9s ease-in-out 0s;
}
.login-popup-wrap{
    position:relative;
}
/*========login Loader ===========*/
.add-loader {
    bottom: 0;
    height: 200px;
    left: 0;
    margin:2% auto;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 0;
    width: 200px;
    z-index: 9999;
    margin-right: -100px;
}
.login-popup .alert p{
    margin-top: 0 !important;
}
.bb0{
    border-bottom:0 !important;
}
.order_process_wrapper label.forgot-text {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 10px;
}
/*======== Features ==========*/
.icon-top, 
.icon-left, 
.icon-right {
    color: #84a137;
    display: inline-block;
    font-size: 34px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    width: 70px;
}
.icon-box-content h5 {
    color: #88a539;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.icon-box-content {
    clear: both;
    min-height: 160px;
    overflow: hidden;
}
.single_about h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single_about ul li {
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 12px;
}
.single_about ul li i {
    border: 1px solid #84a137;
    border-radius: 30px;
    color: #84a137;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
    width: 24px;
}
.single_about_img {
    display: inline-block;
    text-align: center;
}
/*======== End Features ==========*/
.get_started {
    background: #88a539;
    border: 1px solid #88a539;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
}
.get_started:hover {
    background: #2d323a;
    border: 1px solid #2d323a;
    color:#fff;
}
.tabs_wraper .nav-tabs {
    border-bottom: 1px solid #ccc;
}
.tabs_wraper .nav-tabs > li {
    display: inline-block;
    float: inherit;
    margin-right: -2px;
}
.tabs_wraper .nav-tabs > li > a {
    border-radius: 3px 3px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    background: #a6a9ad;
    padding:8px 20px;
    color:#fff;
    border: 1px solid #a6a9ad;
    border: 1px solid rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #9aca3c;
    border-color: #9aca3c #9aca3c rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}
.tabs_wraper .nav > li > a:focus,
.tabs_wraper .nav > li > a:hover {
    background-color: #9aca3c;
    text-decoration: none;
}
.tabs_wraper .tab-content {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
#opencart h3 {
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: 600;
    font-size: 20px;
}
.prices_text_des {
    margin-bottom: 28px;
    /*min-height: 600px;*/
}
.g-recaptcha {
    margin-bottom: 8px;
}

/*======== Ecommerce Tabs ==========*/
.ecommerce_tabs_block{
}
.ecommerce_tabs_block .nav.nav-tabs {
    border: 0 none;
    margin: 12px auto 0;
    text-align: center;
}
.ecommerce_tabs_block .nav-tabs > li {
    display: inline-block;
    float: inherit;
    margin: auto;
    text-align: center;
}
.ecommerce_tabs_block .nav-tabs > li > a {
    background-color: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ecommerce_tabs_block .nav-tabs > li.active > a {
    background-color: #9aca3c;
    color: #fff;
}
.mt0{
    margin-top:0 !important;
}
.mt20{
    margin-top:20px !important;
}
.ecommerce_tabs_block .tab-content h3 {
    color: #fff;
    font-size: 30px;
    padding: 15px;
    text-align: center;
}


.last_success_messages {
    margin: 6px auto 22px;
    width: 50%;
    text-align: center;
}
.congratulation_wrapper {
    font-size: 28px;
    margin-bottom: 20px;
    /* padding: 21px 0 15px 98px; */
    width: 100%;
    font-weight: bold;
}
.last_success_messages .congratulation_wrapper span {
    color: #4eaf51;
}
.order_no_wrapper {
    font-size: 30px;
    margin: 0 0 8px 0;
}
.email_order_no_wrapper {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
}
.error_icon,
.success_icon {
    width: 50%;
    margin: 0px auto 20px auto;
}
.success_icon img{
    width: 25%;
}
.right_aside{
    background: #FFF;
    padding: 15px !important;
}
.error_icon img{
    width: auto;
}
.sorry_wrapper{
    color: #8a6d3b;
    font-size: 18px;  
}  
.sorry_wrapper span{
    font-weight: bold;
}  
.order_back_btn{
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 5px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
    margin: 20px 0 0 0;
}
/*=============Banner style ===============*/
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-caption {
    font-family: "Roboto",sans-serif;
    left: 16%;
    padding-bottom: 30px;
    right: 20%;
    text-align: left;
    top: 18%;
    color: #fff;
}
.banner-title {
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 36px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.banner-title span{
    font-weight:600;
    font-family: "Roboto",sans-serif;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.banner-sub-title {
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 24px;
    margin-top: 29px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.banner-sub-title2.color-3,
.banner-sub-title2.color-2,
.banner-title.color-3,  
.banner-title.color-2{
	color:#fff !important;
	}
.banner-sub-title2 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin-top: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.color-2{
    color:#436713;
}
.color-3{
    color:#3b632d;
}
.left.carousel-control {
    background: rgba(0, 0, 0, 0.5) url("../images/slider/arrow_left.png") no-repeat scroll center center / 50% auto;
    cursor: e-resize;
    display: none;
    height: 60px;
    left: 4%;
    margin-top: -30px;
    padding: 10px;
    top: 50%;
    width: 40px;
}
.right.carousel-control{
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 40px;
    right:4%;
    cursor: e-resize;
    display:none;
    background: rgba(0, 0, 0, 0.5) url("../images/slider/arrow_right.png") no-repeat scroll center center / 50% auto;
}
#myCarousel:hover .right.carousel-control,
#myCarousel:hover .left.carousel-control{
    display:block;
}
.user-login-info {
    position: relative;
}
.user-login-info-link{
    position:relative;
}
/*.profile_menu_top {
  left: -126px;
  padding: 20px 0 0;
  position: absolute;
  top: 20px;
  width: 212px;
  z-index: 9999;
  display:none;
}*/
.profile_menu_top {
    left: -126px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 0 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: -9;
}
.profile_menu_top ul:before {
    background: rgba(0, 0, 0, 0) url("../images/profile/user_menuBg_top.png") no-repeat scroll center center;
    content: "";
    height: 27px;
    position: absolute;
    right: 0;
    top: -7px;
    width: 100%;
}
.profile_menu_top ul {
    background-color:#ffffff;
    background: rgba(0, 0, 0, 0) url("../images/profile/user_menuBg_mid.png") repeat-y scroll 0 0;
    border-radius: 0;
    display: block;
    padding: 0;
    text-align: left;
    width: 212px;
}
.profile_menu_top ul::after {
    background: rgba(0, 0, 0, 0) url("../images/profile/user_menuBg_bottom.png") no-repeat scroll center center;
    content: "";
    height: 23px;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    bottom: -23px;
}
.profile_menu_top ul li{
    list-style:none;
    padding:0 !important;
    display:block;
}
.profile_menu_top ul li a {
    border: 0 none !important;
    color: #000 !important; 
    display: block;
    font-size: 14px;
    font-weight: 300 !important;
    padding: 6px 5px 6px 15px;
    margin: 0 15px 0 15px;
}
.profile_menu_top ul li.log_out a {
    bottom: -8px;
    height: 50px;
    line-height: 35px;
    margin-bottom: 0;
    position: relative;
    z-index: 98;
    background:url(../images/profile/log_out_bg.png) repeat-x top center;
}
.user-login-info span.user-login-info-link:hover .profile_menu_top{
    width: 212px;
    z-index: 999;
    opacity: 1;
    overflow:inherit;
}
.profile_menu_top ul li i {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 28px;
}
.dashboard-menu ul li i {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 28px;
}
.dashboard-menu ul li.active a{
	color:#84a238;
	}
.dashboard-menu ul li .user,
.profile_menu_top ul li .user {
    background: rgba(0, 0, 0, 0) url("../images/profile/profile.png") no-repeat scroll left center;
}
.dashboard-menu ul li .dashboard-icon,
.profile_menu_top ul li .dashboard-icon {
    background: rgba(0, 0, 0, 0) url("../images/profile/dashboard.png") no-repeat scroll left center;
}
.dashboard-menu ul li .subscriptions,
.profile_menu_top ul li .subscriptions {
    background: rgba(0, 0, 0, 0) url("../images/profile/Subscriptions.png") no-repeat scroll left center;
}
.dashboard-menu ul li .my-orders,
.profile_menu_top ul li .my-orders {
    background: rgba(0, 0, 0, 0) url("../images/profile/MyOrders.png") no-repeat scroll left center;
}
.dashboard-menu ul li .legal_papers,
.profile_menu_top ul li .legal_papers {
    background: rgba(0, 0, 0, 0) url("../images/profile/LegalPapers.png") no-repeat scroll left center;
}
.dashboard-menu ul li .support_li,
.profile_menu_top ul li .support_li {
    background: rgba(0, 0, 0, 0) url("../images/profile/support.png") no-repeat scroll left center;
}
.dashboard-menu ul li .sign-out,
.profile_menu_top ul li .sign-out {
    background: rgba(0, 0, 0, 0) url("../images/profile/Logout.png") no-repeat scroll left center;
}
.pending_orders_title {
    color: #454141;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.pending_orders_title span {
    font-size: 12px;
    font-weight: 500;
}
.order_process_wrapper table tr th{
    font-weight:700 !important;
    font-size:13px; 
}
.order_process_wrapper table tr td{
    font-size:13px; 
}
.pending-clr .text-info,
.pending-clr{
    color:#fbbc05 !important;
}
.failed-clr .text-info,
.failed-clr{
    color:#ea4335 !important;
}
.cancel-clr .text-info,
.cancel-clr{
    color:#cb2c1e !important;
}
.success-clr .text-info,
.success-clr{
    color:#34a853 !important;
}
.disabled-clr .text-info,
.disabled-clr{
    color:#c2c2c2 !important;
}
.active-btn{
    background-color: #34a853 !important;
    border-color: #34a853 !important;
    color: #fff;
}
.expired-btn{
    background-color: #fbbc05 !important;
    border-color: #fbbc05 !important;
    color: #fff;
}
.inactive-btn{
    background-color: #e2e3e5 !important;
    border-color: #e2e3e5 !important;
    color: #383d41 !important;
}
.reactivate-btn{
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
    color: #fff !important;
}
.canceled-btn{
    background-color: #cb2c1e !important;
    border-color: #cb2c1e !important;
    color: #fff !important;
}
.additional_sercives_content .short_line {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 10px auto 0;
    position: relative;
    width: 278px;
}
.additional_sercives_content .short_line strong {
    background: #88a539 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: auto;
    position: relative;
    text-align: center;
    top: -1px;
    width: 50px;
}
.w500{
    width:500px !important;
}
.services-p40{
    padding:40px 0 60px 0 !important;
}
.mt10{
    margin-top:10%;
}
.mt18p{
    margin-top:18%;
}
.brown-bg{
    background-color:#f7df97 !important;
}
.brown-bg .welcome_messages{
    color:#000;
}
.btn-pay-now {
    background-color: #88a539;
    border-color: #88a539;
    color: #fff;
}
.btn-pay-now:hover {
    background: #2d323a;
    color: #fff;
    border-color: #2d323a;
}
.panel-block {
    margin: 0 0 22px 0;
}
.panel-block h4 {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
	text-transform:capitalize;
}
.panel-block storng {
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-right: 2px;
}
.panel-block p {
    margin-bottom: 8px;
    text-align: justify;
}
.order_placing_almost{
    line-height: 22px;
}
.mh434{
    min-height:434px;
}
.btn-pay-now2 {
    background-color: #88a539;
    border-color: #88a539;
    color: #fff;
    width: 177px;
    height: 45px;
    font-size: 18px;
    display: block;
    margin: auto;
    margin-top: 45px;
}

.page-heading {
    background-image:url("../images/page-headeing-bg.jpg");
    background-repeat: no-repeat;
    background-position:center top;
    background-size:cover;	
    margin: 100px 0 0;
    padding: 50px 0 40px;
	position:relative;
	overflow:hidden;
}
.page-heading::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-heading .page-top-content{
	position:relative;
	z-index:99;
	}
.page-heading .additional_sercives_content {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin:0;
    text-transform: capitalize;
}
.read_more_link {
    background: rgba(0, 0, 0, 0) url("../images/read_more_arrow.png") no-repeat scroll center center;
    display: block;
    height: 24px;
    margin: auto;
    text-align: center;
    width: 38px;
}
.read_more_link:hover{
    background: rgba(0, 0, 0, 0) url("../images/read_more_arrow_hover.png") no-repeat scroll center center;
}
.icon-box-content p{
    margin:0 0 10px 0;
}
.welcome_content_new {
	background-image:url("../images/welcome_bg_new.jpg");
	background-repeat: no-repeat;
    background-position:center top;
    background-size:cover;
    padding: 40px 0;
}
.welcome_content_new_text p.already_have {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.welcome_content_new_text p.already_have storng {
    font-size: 20px;
    font-weight: 800;
}
.welcome_content_new_text p.import_text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.welcome_content_new_text p.import_text storng {
    font-size: 18px;
    font-weight: 800;
}
.welcome_content_new_logo {
    display: block;
    margin: auto auto 20px;
    text-align: center;
    width: auto;
}
.start_making {
    margin: 45px auto 0;
    text-align: center;
}
.start_making span {
    color: #3f403e;
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 8px;
}
.start_making_title {
    color: #88a539;
    font-family: "Raleway",sans-serif;
    font-size: 70px;
    font-weight: 900;
	 letter-spacing: -0.3px;
}
.start_making_title span {
    color: #9b5c8f;
	 display: inline-block;
	 font-size: 70px;
}

.plr0{
    padding-left:0;
    padding-right:0;
}
.powered_by_stripe {
    display: inline-block;
    margin: 30px 25px 0 0px
}
.powered_by_stripe_right {
    position: absolute;
    right: 16px;
    text-align: right;
    top: 2px;
}
.powered_by_stripe_pay_now {
    text-align: center;
    margin: 75px auto 0 auto;
}	
.profile-icon {
    float: left;
    height: 27px;
    margin: 0 6px 0 0;
    overflow: hidden;
    position: relative;
    width: 27px;
}	
.pt195{
    padding-top:140px !important;
}

.contact-info-icon {
    float: left;
    text-align: center;
}
.contact-info-icon i {
    color: #88a539;
    font-size: 30px;
}
.contact-info-text {
    margin-bottom: 40px;
    padding-left: 50px;
}
.contact-info-text h2 {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 8px;
    text-transform: capitalize;
}
.contact-info-text span {
    color: #454545;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.contact-info-text span a{
    color: #454545;
    font-size: 16px;
    line-height: 22px;
}
.top_header_remove .top_header{
    display:none;
}

.top_header_remove #content-wrapper {
    padding-top: 101px;
    position: relative;
}
.top_header_remove .page-heading{
    margin-top:101px;
}
.form_title.mt15{
    margin-top:15px;
}
/*==============Profile Latest================*/
.user_profile_latest {
    padding: 0 !important;
    border:1px solid #dbdbdb;
}
.user_profile_latest .user_profile_wrapper {
    margin: 0;
    overflow: hidden;
    padding: 22px 10px 42px 10px !important;
    position: relative;
}
.user_profile_latest .profile_title {
    background-color: #ebebeb;
    padding: 17px 32px;
}
.user_profile_latest .profile_title .pull-right {
    color: #777;
    font-size: 16px;
    margin: 4px 0 0 0;
}
.user_profile_latest .profile_title .pull-right .fa_fa-pencil {
    background: rgba(0, 0, 0, 0) url("../images/profile/edit_icon.png") no-repeat scroll left center;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 18px;
    position: relative;
    top: -2px;
}
.user_profile_latest .p_neme {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height:24px;
}
.user_profile_latest .p_neme span {
    color: #6c6c6c;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.user_profile_latest.user_profile_latest_last .form-group label {
    display: inline-block;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 36px;
}
.user_profile_latest1 .form-group{
    margin-bottom:15px;
}
.user_profile_latest1 .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0;
    vertical-align: middle;
}
.user_profile_latest .form-group span{
    color:#000;
}
.for_mobile{
    display:none !important;
}
.contact-block .btn.send-btn{
    margin-top:-20px;
}
.icon_box{
    overflow:hidden;
}

.no-data-found {
    line-height: 164px;
    min-height: 170px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    color: #8a6d3b;
}
.no-data-found i {
    font-size: 24px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
}
.forgot-text{
    width:100% !important;
}
#lg_modal .order_view_customar_title{
    float:left;
}

.new_order_table div{
    display: inline-block;
    vertical-align: top;
    border: 1px solid red;
}
.user_profile_info_wrapper{
    margin:0 15px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
}
.user_profile_info_wrapper h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 17px 0;
    color: #5d5b5b;
}
.user_profile_info {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;    
    padding: 20px; 
    min-height: 225px;
}
.user_profile_info.user_last_info{
    margin-right: 0px;
}
.user_profile_info div{
    margin-bottom: 15px;
}
.user_profile_info div:last-child{
    margin-bottom: 0px;
}
.user_profile_info div label{
    font-size:16px;
    font-weight: 500;
    color: #5d5b5b;
    margin-bottom: 0px;
}
.user_profile_info div span{
    font-size: 18px;
    font-weight: 300;
}
.customar_id_text {
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}
.user_profile_info h3{
    font-size: 15px;
}
.demos_template_container {
  padding-bottom: 84px;
}
.inner-page.pb0{
	padding-bottom:0;
}
.user_profile_wrapper_edit{
    margin-bottom: 20px;
    /* background: #f9f9f9 none repeat scroll 0 0; */
    padding: 20px 10px;
    border-radius: 5px;
}
.profile_edit_title{
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 17px 0;
    color: #5d5b5b;
}

/*======Pricing Table =========*/

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fcfcfc;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #88a539;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #88a539; 
    color: #88a539;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #88a539 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #88a539;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #88a539;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 16px;
	padding: 14px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}
#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #88a539;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}
.generic_feature_list {
  min-height: 438px;
}

/**========= Choose your hosting ===============**/
.hcb-heading {
  overflow: hidden;
  padding: 0 10px 15px 0;
  position: relative;
}
.hcb-title {
  color: #616161;
  font-size: 20px;
  font-weight: 400;
  margin: -6px 0 0;
  padding: 0 0 0 30px;
}
.hcb-title span {
  color: #404040;
  display: inline-block;
  margin-left: 15px;
}
.hosting-choose-item {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.hosting-choose-item ul {
  margin: 0 0 0 28px;
}
.hosting-choose-item ul li {
  color: #616161;
  display: block;
  font-size: 13px;
  line-height: 24px;
  padding: 0 12px 0 2px;
}
.hosting-choose-item ul li i {
  font-size: 12px;
  margin-right: 4px;
}
.form-control-email {
  margin: 0;
  padding: 1px;
  text-align: center;
}
.form-control.form-control-email-qty {
  height: 30px;
  margin: auto;
  text-align: center;
  width: 60px;
}
/****==============dashboard-menu ===============****/
.dashboard-menu {
  text-align: right;
  margin: 0 2px 0 0;
}
.dashboard-menu ul li {
  display: inline-block;
  margin-right: -2px;
}
.dashboard-menu ul li a {
  color: #282828;
  display: inline-block;
  padding: 15px 8px;
}
.dashboard_title {
  color: #616161;
  font-size: 24px;
  font-weight: 400;
  margin: 18px 0 10px 2px;
}
.dashboard_block .user_profile_info {
  background: transparent none repeat scroll 0 0;
  margin: 0 0 27px;
  min-height: auto;
  padding: 18px 0;
}
.change_plan {
  background: #88a539;
  border: 1px solid #88a539;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin:0;
  outline: medium none;
  padding: 8px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.change_plan:hover{
	border-color:#2d323a;
	  background: #2d323a;
	  color:#fff;
	}

.dashboard_hosting_block {
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
  margin: 0 0 20px  40px;
}
.dashboard_hosting_block .hcb-title {
  font-size: 16px;
  margin: 0;
}
.dashboard_hosting_block .hcb-heading {
  overflow: hidden;
  padding: 0 10px 5px 0;
  position: relative;
}
.dashboard_hosting_block .rdcontainer {
  position: relative;
  top: 7px;
}
.dashboard_hosting_buy {
  padding: 20px;
}
.user_profile_info div label a {
  color: #0852ea;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 5px;
}

.innerpage-section{
	min-height:600px;
}

.hosting-choose-item-wrap {
  border-bottom: 1px solid rgba(97, 106, 120, 0.07);
  padding: 18px 0;
}
.hosting-choose-item-wrap:last-child{
	border:0;
	}
.hosting-choose-item.border-0 {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.hosting-choose-item-wrap label {
  color: #5d5b5b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.hosting-choose-item-wrap  label span{
	font-size: 18px;
    font-weight: 300;
	}
.no-email-service {
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.no-email-service strong,
.no-email-service {
  font-size: 14px;
  text-align: center;
  color: #8a6d3b;
}
.no-email-service i {
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
}
.no-email-service span {
  color: #5d5b5b;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 6px;
}
.change_popup_title {
  color: #455a64;
  display: block;
  font-size: 20px;
  padding: 0;
  position: relative;
}
#md_modal .hosting-choose-item ul li i {
  font-size: 10px;
  margin-right: 4px;
}
#domain_status_response{
	font-size: 20px;
    margin: 12px auto;  
    text-align: left;
}
/*============ switch block==============*/
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #88a539;
}

input:focus + .slider {
  box-shadow: 0 0 1px #88a539;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.single_about a{
 color:#84a238;
}
.single_about a:hover{
 color:#84a238;
}
/*============ End switch block==============*/
.switch_block .domain-text {
    margin: 12px 10px 0 26px;
    display: inline-block;
    vertical-align: top;
}
a:focus, a:hover {
  color: #fff;
}
.new_order_table a:focus,
.new_order_table a:hover{
	color: #84a238;
	}
.p0{
	padding:0 !important;
	}
.welcome_content_new_text > span {
  color: #696969;
  display: block;
  font-size: 11px;
  line-height: 16px;
  padding: 10px 10% 0;
  text-align: center;
}
.mt19p{
	margin-top:18%;
	}
.mt17p{
	margin-top:17%;
	}
.mt-60p{
	margin-top:-60px;
	}