/** site menu **/
.reduced #logo img {
    max-width: 110px;
    margin: 3px 0px 0 0;
    transition: all 0.9s ease-in-out 0s;
}
.reduced .site_loog {
    margin: 0;
}
.reduced .main_menu {
    text-align: right;
    margin: 17px 0 0 0;
    transition: all 0.9s ease-in-out 0s;
}
.site_loog{
    margin: 10px 0;
}
.main_menu {
    text-align: right;
    margin: 30px 0 0 0;
    transition: all 0.9s ease-in-out 0s;
}
.main_menu ul{
    list-style: none
}
.main_menu ul li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
}
.main_menu ul li a{
    font-size: 14px;
    color: #21252b;    
    display: inline-block;
    border-bottom: 2px solid #FFF;
    padding: 10px 0 11px 0;
}

.main_menu ul li:hover a,
.main_menu ul li.active a {
    color: #84A238;
    border-bottom: 2px solid #84A238;
}
/** ///EnD site menu **/


/** welcome_content **/
.welcome_content{
    background-color: #14161B;
    text-align: center;
    padding: 60px 40px 40px;
}
.welcome_content span a,
.welcome_content span{
    color: #88a539;
    font-weight: 600;
}
.welcome_title{
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #FFF;
}
.welcome_messages{
    /*font-size: 16px;*/
    line-height: 1.6em;
    color: #858d91;
}
/** ///EnD welcome_content **/

/** services **/
.services{
    margin: 0 auto;
    padding: 60px 0; 
}

.services_box{
    text-align: center;
}
.icon_box {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #88a539;
    border-radius: 50%;
    display: inline-block;
    height: 164px;
    line-height: 164px;
    margin: auto auto 25px;
    text-align: center;
    width: 164px;
}
.icon_box_home {
    margin: auto auto 25px;
    text-align: center;
   }
.icon_box img {
    line-height: 130px;
    display: inline-block;
    vertical-align: middle;
	width:55% !important;
}
.services_box_title{
    text-transform: uppercase;
    color: #21252b;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.services_box_title a {
    color: #88a539;
    font-size: 20px;
    line-height: 1.2em;
}
.services_box_title:hover a{
    color: #84A137;
}
.short_desc {
    color: #666e70;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.view_more{
    color: #84A137 !important;
}
/** ///services **/


/** web_design_pricing **/
.web_design_pricing{
    background:url(../images/icon/wave_bg.png) repeat;
    padding: 60px 40px;
    margin: 20px auto;
}
.web_design_title{
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3em;
    color: #21252b;
}
.web_design_short_desc{
    color: #2e343c !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6em;
}
.web_design_details {
    margin-bottom: 10px !important;
    color: #666e70;
    font-size: 14px;
    line-height: 1.6em;
}
.web_design_details strong{
    color: #21252b;
    font-weight: 600;
}
.pi-btn-green {
    background: #87A539;
    border: 1px solid #6F8732;
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;

    -webkit-box-shadow: inset 0 1px 0 #6F8732;
    -moz-box-shadow: inset 0 1px 0 #6F8732;
    box-shadow: inset 0 1px 0 #6F8732;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-btn-green:hover {
    background: #000;
    border: 1px solid #6F8732;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #000;
    -moz-box-shadow: inset 0 1px 0 #000;
    box-shadow: inset 0 1px 0 #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.pricing_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pricing-head-base{
    background: #8DAC3B;
    color: #DAFCDB;
    border-radius: 3px 3px 0 0;
    padding: 25px 25px 5px;
    font-weight: normal;
    position: relative;
}
.pricing_title{
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.desing_pricing-price{
    margin-bottom: 25px;
}
.pricing-currency{
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    top: -33px;
    margin: 0 -3px 0 0;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 1em;
}
.pricing-amount{
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1px;
    display: inline-block;
    line-height: 1em;
}
.pricing_table tbody td {
    background: #ffffff;
    border-right: 1px solid #e6e8ec;
    border-left: 1px solid #e6e8ec;
    border-bottom: 1px dotted #e6ebed;
    padding: 12px 25px;
    line-height: 28px;
}
.pricing_table tbody td  strong{
    color: #21252b;
    font-weight: 600;
}
.pricing_table tbody td a{
    color: #84A137 !important;
}
.pricing_table  tfoot td {
    background: #f6f7f9;
    border-color: #e6e8ec;
    border-radius: 0 0 3px 3px;
    padding: 15px 25px;
    font-weight: normal;
}
.tfoot_btn{
    background: #87A539;
    border: 1px solid #87A539;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 9px 12px 9px;
    outline: none;
    cursor: pointer;
    white-space: normal;
    border-radius: 3px;
}
.tfoot_btn:hover{
    background: #2d323a;
    border: 1px solid #2d323a;
    color: #fff !important;
}
/** ///EnD web_design_pricing **/

/** product_wrapper **/
.next_prevoius {
    position: relative;
    color: #FFF;
    top: -15px;
}
.feature_product_link .next_prevoius {
    position: relative;
    color: #FFF;
    top: 0px;
}
.next_prevoius a {
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 5px 30px !important;
    margin: 0 0px 0 10px !important;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
.next_prevoius a:hover {
    background: #2d323a;
    border: 1px solid #2d323a;
}
.new_work {
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 5px 30px !important;
    margin: 0 0px 0 10px !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
.new_work:hover {
    background: #2d323a;
    border: 1px solid #2d323a;
}
.extra_work{
    margin: 30px 0 0 0;
}
.product_wrapper{
    margin: 0 auto;
    background:#fafafa url(../images/web_design_desk2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.overlay{
    padding: 75px 40px; 
    background: rgba(0,0,0,0.5);
}
.section_title{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 21px;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
}
.section_title::after{
    background: #FFF;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.template_image_wrapper{
    background: #efefef;
    padding: 15px;
    margin: 15px 0 0 0;
}
.template_image{
    position: relative;
    overflow: hidden;
    height: 350px;
}

.template_image_wrapper img{
    width: 100%;
    border-radius: 4px;
}
.template_image_title {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    padding: 14px;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 0px 3px 3px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.template_image_wrapper:hover .template_image_title {
    bottom: -500px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.template_image_link{
    line-height: 50%;
    display: block;
    position: absolute;
    top: -800px;
    z-index: 9;
    width: 100%;
    padding: 14px;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 0px 3px 3px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.template_image_wrapper:hover .template_image_link{
    top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

/*
.template_image_link a{
    background: #9aca3c;
    width: 60px;
    display: inline-block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -30px;
    margin-right: -30px;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}*/

.feature_product{
    margin-top: 40px;
}
.feature_product_link{
    margin-top: 40px;
}
.feature_product_link a{
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 5px 30px;
    margin: 0 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
.feature_product_link a:hover{
    background: #2d323a;
    border: 1px solid #2d323a;
}
.footer_title{
    font-size: 30px !important;
}
.template_image_container {
    background: #efefef;
    margin: 15px 0;
    border-radius: 2px;
}
.template_choose {
    padding: 0 15px 15px 15px;
}
.template_select input[type="checkbox"], .template_select span {
    display: inline-block;
    margin: 0px 10px 0px 0px !important;
    vertical-align: middle;
}
/*.live_demo a{
   display: inline-block;
  background: #ec4d1b;
   border-radius: 3px;
   padding: 7px 15px;
   color: #ec4d1b;
   text-transform: capitalize;
}*/
.live_demo a {
    border-radius: 3px;
    color: #ec4d1b;
    display: inline-block;
    padding: 2px 0;
    text-transform: capitalize;
    font-size: 16px;
}
.live_demo a i{
    display: inline-block;
    margin: 0 5px 0 0;
}
.over_live_demo{
    width: auto !important;
    height: auto !important;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    margin-right: -72px !important;
    border-radius: 3px !important;
    right: 50% !important;
    padding: 0px 15px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    background: #ec4d1b !important;
}
.template_select{
    margin: 8px 0 0 0;
}
/** ///EnD product_wrapper **/


/** Top header **/
.top_header{
    background:url(../images/header-top-bg.jpg) no-repeat top center;
    min-height:64px;
}

.top_header_icon {
    background: rgba(0, 0, 0, 0) url("../images/top_header_icon.png") no-repeat scroll center center;
    display: inline-block;
    height: 45px;
    margin: 10px 30px 0 0;
    padding: 5px;
    width: 45px;
}
.top_header_close {
    background: rgba(0, 0, 0, 0) url("../images/close_bg.png") no-repeat scroll center center;
    display: inline-block;
    height: 12px;
    margin: 20px auto 0;
    padding: 5px;
    vertical-align: top;
    width: 11px;
}
.top_header_text {
    background-color: rgba(6, 20, 57, 0.8);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 14px 50px 0 0;
    padding: 10px 15px 12px;
    text-align: center;
    vertical-align: top;
    height:36px;
}
.top_header a.btn-pay-now {
    background-color: #0852ea;
    border-color: #0852ea;
    display: inline-block;
    font-size: 13px;
    height: 36px;
    line-height: 35px;
    margin: 14px 50px 0 0;
    padding: 0;
    text-transform: uppercase;
    vertical-align: top;
    width: 130px;
}
.top_header .btn-pay-now:hover{
    background-color:#0852ea;
    border-color:#0852ea;
}

.support_base{
    color: #858d91;
    font-weight: 500;   
    margin:  10px 10px 8px 0;
}
.support_base span,
.support_base i{
    display: inline-block;
    vertical-align: top;
}
.support_base span {
    margin: 6px 0 0 0;
}
.support_base span span{
    color: #84A137;
    margin: 0px !important;
}
.icon-base {
    background: #84A137;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    top: -1px;
    height: 26px;
    width: 26px;
    font-size: 14px !important;
    line-height: 23px !important;
    text-align: center;
    border-radius: 2px;
}
.social_media{
    text-align: right;
}
.social_media .follow_us,
.social_media ul{
    display: inline-block;
    vertical-align: top;
    color: #858d91;
    font-weight: 500;
}
.social_media .follow_us {
    width: 100px;
    text-align: right;
    margin: 16px 20px 10px 20px;   
}
.social_media ul{
    list-style: none;
}
.social_media ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    font-size: 14px;
}
.social_media ul li a{
    display: block;
    width: 46px;
    height: 46px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-position: center 0px;
}
.social-icon-gplus {
    background: url(../images/icon/google_plus.png) no-repeat;
}
.social-icon-twitter {
    background: url(../images/icon/twitter.png) no-repeat;
}
.social-icon-facebook {
    background: url(../images/icon/facebook.png) no-repeat;
}
.social-icon-linkedin{
    background: url(../images/icon/linkdin.png) no-repeat;
}
.social-icon-pinterest{
    background: url(../images/icon/pinterest.png) no-repeat;
}
.social_media ul li a:hover {
    background-position: center -54px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/** ///Top header **/

/** steping **/
.stepwizard-step p {
    margin-top: 10px;    
}

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

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
    display: none;
}

.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;
}
.btn-active{
    background-color: #9aca3c;
    border-color: #9aca3c;
    color: #fff;
}
.btn-inactive{
    background-color: #a7a7a7;
    border-color: #a7a7a7;
    color: #fff !important;
    cursor: no-drop;
}
.step_active p{
    color: #9aca3c;
}
/** ///steping **/


/** order process **/
.order_section{
    background: #f7f7f7;
}
.order_process_wrapper {
    background: #FFF;
    padding: 30px 15px;
    margin:0 0 20px 0;
    border-radius: 3px;
}
.form_title {
    margin: 0 0 20px 0;
    color: #616161;
    font-weight: 400;
    font-size: 24px;
}
.order_process_wrapper .form-group{
    margin: 0 0 10px 0;
}
.order_process_wrapper label {
    margin: 0 0 10px 0;
    font-size: 14px;
}
.order_process_wrapper select,
.order_process_wrapper input[type=text]{
    border-radius: 3px;
}
.order_process_wrapper select,
.order_process_wrapper select,
.order_process_wrapper input[type=text]:focus{
    box-shadow: none;
    border: 1px solid #88a539;
}
#buttonSearch,
.order_process_btn_container button{
    background: #88a539 !important;
    border: 1px solid #88a539 !important;
    text-align: center;
    padding: 5px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
#buttonSearch {
  height: 40px;
  padding: 0;
  text-align: center;
  width: 120px;
}
#buttonSearch:hover,
.order_process_btn_container button:hover{
    background: #2d323a;
    border: 1px solid #2d323a;
}
.order_process_btn_container{
    text-align: center;
    position: relative;
}
.form_next_prev {
    position: absolute;
    right: 15px;
    top: 0;
}
.form_next_prev a{
    margin: 0 0 0 10px;
}
a.custom_btn{
    display: inline-block;
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 8px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
a.custom_btn:hover{
    background: #2d323a;
    border: 1px solid #2d323a;
}
a.custom_btn.back{
    background: #a6a9ad;
    border: 1px solid #a6a9ad;
}
.acknowlegment {
    /*    background: #f9f9f9;
        text-align: center;
        padding: 15px;
        margin: 15px 0 !important;*/
}
.acknowlegment_container{
    /*    width: 50%;
        margin: 0px auto;
        text-align: left;*/
}
.acknowledgement_text {
    display: inline-block;
    margin: 2px 3px 0 0;
    font-weight: 400;
    font-size: 22px;
}
.acknowlegment_container label{
    margin: 0px;
}
.template_choose .live_demo .live_demo, .template_choose .live_demo .rdcontainer {
    display: inline-block;
    width: auto;
}
.template_choose .live_demo .live_demo {
    float: right;
    margin: -7px 0 0 0;
}
.order_ecommerce_site .template_select {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
.order_ecommerce_site .live_demo{
    width: 100%;
}
.order_ecommerce_site .template_image_title {
    background: rgba(0, 0, 0, 0.69);
    font-size: 12px;
}
.order_ecommerce_site .template_image_link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
}
.template_image_container.template_select .template_image_wrapper,
.template_image_container.template_select{
    background: #ecf3df;
}
.order_ecommerce_site_title {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 15px 5px 15px;
    color: #484545;
}
.order_ecommerce_site {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    margin: 30px 0 20px;
    overflow: hidden;
    padding: 15px;
}
.section_inner_title{
    font-size: 23px;
    font-weight: 500;
    margin: 0px 0px;
    color: #484545; 
}
.order_process_btn_container{
    margin-bottom: 0px !important;
    text-align: right;
}
.order_process_btn_container .form_next_prev a,
.order_process_btn_container .form_next_prev button{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px !important;
}
.order_process_btn_container .form_next_prev{
    position: inherit;
    right: inherit;
    top: inherit;
}
.payment_method_choose .payment_paypal {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 15px;
}
.order_process_btn_container.payment_method_choose_btn {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: -6px 0 0 0;
}
.legal_papers_list{
    margin-bottom: 20px;
}
.order_section_process .template_choose {
    padding: 0 15px 10px 15px;
}
/** ///order process **/

/** user login **/
.user_login {
    color: #000;
    margin:0 0 0 0;
    font-size: 14px;
}
.user_login a {
    color: #111;
    font-weight: 500;
    font-size: 14px;
}
.profile_menu{
    text-align: left;
}
.profile_menu ul{
    list-style: none;
}
.profile_menu ul li{
    list-style: none;
    border-bottom: 1px solid #efefef;
}
.profile_menu ul li a{
    font-size: 15px;
    padding: 10px;
    display: block;
    color: #575555;
}
.profile_menu ul li a i{
    margin-right: 5px;
}
.profile_menu ul li.active a,
.profile_menu ul li:hover a{
    color: #efefef;
    background: #84A137;
}
.profile_nemu_wrapper {
    background: #FFF;
    padding: 0px;
}
.user_profile_container .order_process_wrapper{
    margin: 0 0 30px 0;
    padding: 15px;
}
.profile_title a{
    color: #9aca3c;
}
.user_profile .form-group label{
    font-weight: 600;
    font-size: 18px;
}
.user_profile .form-group span{
    font-weight:300;
    font-size: 18px;
    display: inline-block;
}
.user_profile_wrapper{
    margin: 15px 0 0 0;
}
.extra_work table thead tr th {
    font-weight: 500;
}
.extra_work table tbody tr td span {
    font-weight: 600;
}
/** ///user login **/



.containerr {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #4caf50;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
    background-color: none;
}

/* When the checkbox is checked, add a blue background */
.containerr input:checked ~ .checkmark {
    background-color: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerr .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #4caf50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.rdcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rdcontainer .custom_radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.rdcheckmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #265325;
    background: url(../images/icon/tab_bg2.png) no-repeat;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rdcontainer:hover .custom_radio ~ .rdcheckmark {
    background: url(../images/icon/tab_bg2.png) no-repeat;
}

/* When the radio button is checked, add a blue background */
.rdcontainer .custom_radio:checked ~ .rdcheckmark {
    background: url(../images/icon/radio1.png) no-repeat;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rdcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rdcontainer .custom_radio:checked ~ .rdcheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rdcontainer .rdcheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: no-repeat;
}
.template_choose .rdcontainer {
    display: inline-block;
    top: -3px;
    width: 20px;
}
.template_choose .rdcheckmark {
    height: 20px;
    width: 21px;
    top: 0px;
}
.template_choose .rdcontainer .rdcheckmark::after {
    top: 6px;
    left: 7px;
    width: 8px;
    height: 8px;
}
.additional_sercives_content {
    color: #000;
    font-size: 30px;
    margin: 0 0 40px;
    text-transform: capitalize;
}
.extra_price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.extra_price span  {
    font-size: 28px;
}
.prices_service_offer .services_box {
    margin-bottom: 15px;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    border:  1px solid #e6e8ec;
    padding: 15px;
}

.prices_service_offer .icon_box {
    background: #fff;
	border:0;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: auto auto 10px;
    text-align: center;
    width: 80px;
}
.prices_service_offer .icon_box img {
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
}
.prices_service_offer .services_box_title {
    text-transform: uppercase;
    color: #21252b;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.prices_service_offer .services_box_title a{
    font-size: 16px;
}
.prices_text_des.prices_service_offer {
    margin: 34px 0 0 0;
}
.tabs_wraper .template_image_link .link_hover {
    height: 40px;
    line-height: 40px;
    margin-right: -20px;
    margin-top: -50px;
    width: 40px;
}
.inner_sub_title{
    font-size: 23px;
    font-weight: 400;
}
.section_inner_title2 {
    font-size: 30px;
}
.custom_domain_name h3, .custom_domain_name .domain_radio_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 10px 0;
    /* vertical-align: top; */
}
.domain_radio_btn label.rdcontainer {
    margin: 0 0 7px 0;
}
.domain-text {
    margin: -2px 0 0 26px;
    display: inline-block;
    vertical-align: top;
}
.domain_radio_btn .rdcheckmark {
    top: 2px;
}
.custom_domain_name_field {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.domains-search{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.domains-search-price{
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.custom_search_btn{
    background: #9aca3c;
    border: 1px solid #9aca3c;
    text-align: center;
    padding: 11px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
}
.domain_alert {
    font-weight: 600;
    font-size: 14px;
    color: #27af5b;
}
.domain_alert.not {
    color: #ff0101;
}
.order_summery{
    background: #FFF;
    margin:0 0 30px 0;
    border-radius: 3px;
}
.order_summery_title{
    font-weight: 500;
    color: #000;
    margin: 0 0 30px 0;
}
.order_summery_list ul{
    list-style: none;
}
.order_summery_list ul li span{
    display: block;
    width: 100%;
}
.order_summery_list ul li span:first-child {
    font-weight: 600;
}
.order_summery_list ul li {
    border-bottom: 1px dotted #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order_summery_list ul li:last-child {
    border-bottom: 0px dotted #cecece;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.extra_price2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: inherit;
}
.extra_price2 span{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 0 5px;
}
.order_summery_form_title {
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background: #88a539;
    font-size: 20px;
    padding: 15px;
    margin: 0 0 15px 0;
    border-radius: 3px 3px 0px 0px;
}
.order_summery_list{
    padding: 0px 15px;
}
.order_summery_list h3 {
    font-weight: 800;
    font-size: 14px;
    margin: 0 0 12px 0;
}
.order_summery_item{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.order_summery_price{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    text-align: right;

}
.order_summery_item ul li {
    border: 0px solid #FFF;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 13px;
}
.order_summery_block{
    margin-bottom: 35px;
}
.order_summery_item ul li span{
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.order_summery_item_list{
    margin: 0 0 12px 0;  
}
.order_summery_item_list_discount{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.order_summery_footer {
    border-top: 1px solid #f1f1f1;
    color: #88a539;
    font-weight: 600;
    text-align: right;
    padding: 15px 15px 25px 0;
    font-size: 16px;
    border-radius: 0 0 3px 3px;
}
.order_summery_note {
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 0 15px;
    color: #000;
    font-weight: 400;
    line-height: 15px;
    margin-top: -20px;
}
.usd{
    font-size: 12px;
}
.totalusd{
    font-size: 14px;
}
.field_required{
    position: absolute;
    bottom: -4px;
    font-size: 11px;
    color: #f00 !important;
    font-weight: 500;
    left:15px;
}
.features-icon-box {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #88a539;
    border-radius: 50%;
    display: block;
    height: 120px;
    line-height: 120px;
    margin: auto auto 25px;
    text-align: center;
    width: 120px;
}


/*********/

.cus_tab_wrapper{
    padding: 0px;
    margin: 15px 0 0 0;
}
.custom_tab{
    border: 0px solid #FFF !important;
    padding: 0px;
}
.custom_tab li{
    margin: 0 15px 0 0 !important;
}
.custom_tab li a {
    padding: 0px !important;
    background: none !important;
    border: 0px solid !important;
    border-bottom: 1px solid transparent !important;
}
.custom_tab li.active a {
    padding: 0px !important;
    background: none !important;
    border: 0px solid !important;
    border-bottom: 1px solid #7ca404 !important;
    padding-bottom: 8px !important;
}
.demos_template_container{
    margin: 40px 0 0 0;
}
.demos_template_wrapper{
    height: 432px;
    border: 1px solid #d7d9db;
    margin: 0 0 30px 0;
    position: relative;
}

.demos_img_big_wrapper{
    display: none;
}
.demos_template_wrapper:hover .demos_img_big_wrapper {
    display: block;
    position: absolute;
    width: 430px;
    height: 560px;
    background: #FFF;
    top: -66px;
    left: -38px;
    z-index: 9;
    box-shadow: 0px 3px 40px rgba(35,50,56,1);
    border-radius: 6px;
}
.demos_img_big img{
    width: 430px;
    height: 400px;
    border-radius: 6px 6px 0 0;
}
.template_action{
    margin: 40px 0 0 0;
}
.live_demo_btn{
    text-align: right;
}
.live_demo_btn a:hover,
.live_demo_btn a{
    background:url(../images/icon/live_demo_btn.png) repeat;
    width: 220px;
    height: 48px;
    border: 0px solid #FFF;
    display: inline-block;
}
.demos_img_thumb img{
    width: 100%;
}

.demos_img_thumb_opencart{
    background:url(../images/icon/opencartIcon.png) repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.demos_img_thumb_woocommerce{
    background:url(../images/icon/woocommerceIcon.png) repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.demos_img_thumb_title{
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 30px;
    margin: 0 0 0 0;

}
.demos_img_thumb_short_desc {
    background: #FFF;
    padding: 20px;
    border-radius: 0 0 6px 6px;

}
.demos_img_thumb_title h3{
    font-weight: 600;
    font-size: 15px;
    color: #003f9e;
    margin-bottom: -2px;
    width: 270px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.demos_img_thumb_title p{
    color: #243238;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    width: 270px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
a.profile_link,
.profile_link {
    background: rgba(0, 0, 0, 0) url("../images/profile-icon.png") no-repeat scroll 0 4px;
    height: 34px;
    padding: 12px 5px 10px 34px !important;
    position: relative;
    top: 10px;
    border:0 !important
}
.user_login_out a.profile_link,
.user_login_out .profile_link{
	 top: -5px;
	}
.user_login_menu a:hover .user-login-info-link{
    border:0;
}
/*.user_login_menu {
    background: rgba(0, 0, 0, 0) url("../images/strop.png") no-repeat scroll left center !important;
    padding: 0 0 0 30px !important;
    margin:0 0 0 15px;
}*/
.user_login_menu {
  background: rgba(0, 0, 0, 0) url("../images/strop.png") no-repeat scroll left 1px !important;
  margin: 0 0 0 15px;
  padding: 0 0 0 30px !important;
  height:30px;
}
.mb10{
    margin-bottom:10px;
}
.tab_content_wrapper{
    margin-top: 30px;
}
.hosting-table.hosting_three,
.hosting-table.hosting_two,
.hosting-table.hosting_one{
    margin-bottom: 0px;  
}
.hosting-table.hosting_one tfoot td .tfoot_btn,
.hosting-table.hosting_one .pricing-head-base{
    background: #00A0D7;
    border-bottom: 1px dotted #FFF;     
}

.hosting-table.hosting_one tbody td,
.hosting-table.hosting_one tbody td strong {
    color: #FFF;
    background:  #00A0D7;
}

.hosting-table.hosting_two tfoot td .tfoot_btn,
.hosting-table.hosting_two .pricing-head-base{
    background: #F06E0F;
    border: 1px solid #F06E0F;
    border-bottom: 1px dotted #FFF;
}

.hosting-table.hosting_two tbody td,
.hosting-table.hosting_two tbody td strong {
    color: #FFF;
    background:  #F06E0F;
}
.hosting-table.hosting_three tfoot td .tfoot_btn,
.hosting-table.hosting_three .pricing-head-base{
    background: #502387;
    border: 1px solid #502387;
    border-bottom: 1px dotted #FFF;
}

.hosting-table.hosting_three tbody td,
.hosting-table.hosting_three tbody td strong {
    color: #FFF;
    background: #502387; 
}
/** my orders **/
/*.order_table thead tr th{
    border: 1px solid #c6c8cc;
}*/
.order_table.table-bordered>tbody>tr>td, 
.order_table.table-bordered>tbody>tr>th, 
.order_table.table-bordered>tfoot>tr>td, 
.order_table.table-bordered>tfoot>tr>th, 
.order_table.table-bordered>thead>tr>td, 
.order_table.table-bordered>thead>tr>th {
    border: 1px solid #e2e3e4;
}

.order_table thead tr th{
    background: #f7f7f7;
    text-align: center;
}
.order_table  tr.odd td{
    background: #FFF;
}
.order_table  tr.even td{
    background: #FFF;
}
.total_amount{
    background: #e3ecff !important;
}
.top_total_amount{
    background: #d0dbf4 !important;
}
.tbl_product_info{
    background: #f6f1dd !important;
}
.top_tbl_product_info{
    background: #f0e9ce !important;
}
.tbl_product_date{
    background: #ffeaca !important;
}
.top_tbl_product_date{
    background: #f4ddb8 !important;
}
.tbl_product_id{
    background: #fdf6eb !important;
}
.top_tbl_product_id{
    background: #fff2dd !important;
}
/** //EnD my orders **/

.theme_order_now, .theme_order_now:hover {
    background: #0852ea;
    border: 1px solid #0852ea;
    /* width: 220px; */
    /* height: 48px; */
    border: 0px solid #FFF;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 3px 0 0 14px;
    border-radius: 3px;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    padding: 13px 43px;
}

.basic-contact-info{
    width: 72%;
    margin: 0px auto;
    text-align: center;
}
.basic-contact{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: left;
}
.basic-contact-form{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.chs_live_demo_btn a {
    float: left;
    margin: 0 0 0 -4px;
}
.chs_live_demo_btn .theme_order_now{
    float: right;
}

.order_view_customar_info{
    margin-bottom: 45px;
}
.order_view_customar_info {
    margin: 0px auto 40px auto;
    width: 100%;
}
.order_view_customar_info ul{
    list-style: none;
}
.customar_short_info {
    background: #f2f5fb;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 15px;
    min-height: 98px;
}
.order_view_customar_name {
    display: inline-block;
    vertical-align: top;
    width: 85px;
    font-size: 14px;
    margin: 0 0 8px 0;
    font-weight: 500;
}
.customar_order_details{
    margin: 0px auto 20px auto;
    width: 100%; 
}
.order_view_customar_info ul li span:last-child{
    margin-left: 8px;
}
.customar_order_details h3{
    font-size: 16px;
    margin: 0 0 15px 0;
}
.customar_order_view_table.table-bordered>tbody>tr>td, 
.customar_order_view_table.table-bordered>tbody>tr>th, 
.customar_order_view_table.table-bordered>tfoot>tr>td, 
.customar_order_view_table.table-bordered>tfoot>tr>th, 
.customar_order_view_table.table-bordered>thead>tr>td, 
.order_table.table-bordered>thead>tr>th {
    border: 1px solid #e2e3e4;
    font-size: 13px;
}
.order_view_modal .order_view_modal_width{
    width: 750px;
}
.order_view_customar_title {
    font-size: 21px;
    margin: -45px 0 24px 0;
}




.new_table{
    position: relative;
    border-top: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dce3e6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.new_table_title {
    color: #455a64;
    display: block;
    padding: 0 0 0.8rem 0;
    position: relative;
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
    font-size: 20px;
}
.new_table_title span {
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #99abb4;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin: 6px 0 0 0px;
}
.new_order_table{
    margin: 1.25rem 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.order_table.new_order_table tr th{
    border-bottom: 0px solid #FFF !important;
    background: #FFF !important;
    text-align: left !important;
    color:#757575;
    font-size: 14px;
}
.order_table.new_order_table tr td{
    color:#757575; 
    font-size: 13px;
}
/*.action_status{
    border-radius: 3px;
    font-weight: 300;
    line-height: 1.3;
    font-size: 85%;
    display: inline-block;
    padding: .25em .4em;
    font-size: 12px;
    font-size: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: 400 !important;
}*/
.action_status {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 24px;
  min-height: 24px;
  min-width: 70px;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.bg-blue {
    background-color: #398bf7;
}
.bg-yellow{
    background-color: #fcc525 !important;
}
.bg-red{
    background-color: #fc4b6c !important;
}
.bg-green {
    background-color: #06D73E;
}
.bg-dissabled {
    background-color: #9fa1b7;
}
.tr-disabled td{
    background-color: #f5f5f5 !important;
}
.new_powered_by_stripe_right{
    position: absolute !important;
    right: 16px !important;
    text-align: right !important;
    top: 27px !important;
}
.new_order_table .btn {
    display: inline-block !important;
    padding: 3px 6px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.domain-query-results {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  overflow: hidden;
  padding-top: 5px;
}
.style3{
	display:block;
	text-align:center;
	}