/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Nov, 2016, 4:02:27 PM
    Author     : TEST
*/

.ws_control_pnl{
    background-image: url(../images/domain_offers.jpg);
    color: #353535;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 320px;
    color: #fff;
}

.ws_control_pnl .signUpbtn{
        position: absolute;
    right: 300px;
    bottom: 127px;
    padding: 9px 15px;
    font-size: 16px;
    letter-spacing: 2px;
}


.ws_offer_content{    padding: 50px 0px;}
.ws_promo_box{
    
}
.ws_promo_bx_wrp{
    padding: 0 20px;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    display: inline-block;
    margin: 10px;
    text-align: left;
    border: 1px dashed transparent;
    -webkit-box-shadow: 0px 1px 3px  rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.19);
    transition: background-color 0.3s ease;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.promo-name{
    font-size: 38px;
    font-weight: 300;
    min-height: 50px;
    padding-top: 15px;
    color: #555;
}

.promo-features{
    padding: 20px;
    font-size: 15px;
}
.promo-features .card{ margin-bottom: 25px; }
.card .plan_title{
        font-size: 18px;
    font-weight: 500;
    padding: 2px 0px;
    margin-left: 1px;
    
    line-height: 23px;
}

.card .tbl_prod_pricing{width: 100%;}
.tbl_prod_pricing tr th{
    text-align: center;
    padding: 15px 10px;
    background-color: #36639e;
    border: 1px solid #7099ce;
    font-weight: 500;
    width: 90px;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.tbl_prod_pricing tr .th1 {
    width: 160px;
}
.tbl_prod_pricing tr td{
        text-align: center;
    background-color: #fff;
    font-size: 13px;
    padding: 15px 0;
    border: 1px solid #ccc;
}
.tbl_prod_pricing tr td strong{font-weight: 500;}

.promo-note{}
.promo-note ul{    padding-left: 30px;}
.promo-note ul li{    font-size: 12px;}

.prz_org{
        font-size: 27px;
    display: block;
}


.ws_promo_ads{
        padding: 15px;
    text-align: center;
    border: 1px solid gainsboro;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

.ws_promo_ads ul li{
    margin-bottom: 25px;
}





/*Domain Offer*/

.ws_promo_dom{}
.ws_promo_dom .promo-box{
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border: 1px dashed transparent;
    margin-bottom: 25px;
}
.ws_promo_dom .promo-box:hover{
    box-shadow: 0px 0px 0px 0px,inset 0px 1px 41px  rgba(41, 41, 41, 0.17);
    background-color: #fff;
    border: 1px dashed #c7c4bf;
}
.ws_promo_dom .promo-box .promo-name{
    padding: 0px;
    min-height: auto;
}
.ws_promo_dom .promo-box .promo-price{
    font-size: 26px;
    font-weight: 600;
    color: #555;
}
.ws_promo_dom .promo-box .promo-price-slash{
    font-size: 14px;
    font-weight: 400;
    color: #a5a0a0;
    margin-bottom: 15px;
    display: block;

}
.ws_promo_dom .promo-box .btn{}
.ws_promo_dom .promo-box .promo-end{
    color: #6f6f6f;
    margin-top: 5px;
    font-size: 15px;
}




