/*
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 : 18 Nov, 2016, 2:37:05 PM
    Author     : TEST
*/

.hero-product-page{
    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: 500px;
}

#shareHosting .hero-product-page{
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/shared-hosting-linux.jpg);
}
#windowHosting .hero-product-page {
    background-image: url("../images/site/shared-hosting-windows.jpg");
}

#dedicated-server-hosting .hero-product-page{
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/dedicated-server-hosting.jpg);
}

#cloudHosting .hero-product-page{
    /*height: 600px;*/
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/cloud-hosting.jpg);
}
#websiteBuilder .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/website-builder.jpg);
}

#weebly .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/website-builder.jpg);
}
#comboPlansWebsite .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/combo-plans.jpg);
}
#sslHosting .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/ssl-certificate.jpg);
}
#gsuite .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/googleapps_bg.jpg);
}

#business .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/business-email.jpg);
}
#enterprice .hero-product-page{
    height: 450px;
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/products/hero/enterprise-email.jpg);
}

.hero-product-page .header-content{
    color: #333;
}
.header-content .title{
        font-size: 53px;
    text-transform: uppercase;
    font-weight: bold;
    color: #055498;
}
.header-content .subtitle{
        font-size: 24px;
    line-height: 31px;
    color: #333;
}
.header-content .features {
        margin: 25px 0px 15px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.header-content .features ul{
    margin: 0px; padding: 0px;
}
.header-content .starts-pricing{
        display: inline;
    font-size: 30px;
    font-weight: 600;
    color: #055498;
        vertical-align: middle;
}
.header-content .black-btn{
    margin-left: 15px;
    letter-spacing: 2px;
    background-color: #055498;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #055498;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-content .coupon-blurb{
    background: #55136e;
    color: #fff;
    margin: 20px 0 0 0;
    border: 1px dashed #ffffff;
    padding: 15px 0px;
    font-size: 14px;
    text-align: center;
}



/*Nav Tabs*/

.ws_tab_nav{
        background-color: #fff;
    border-bottom: 1px solid #dcdbda;
}
.ws_tab_nav.fixed {
    position: fixed;
    top: 49px;
    z-index: 45;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
}
.ws_tab_nav ul{
        margin: 0px;
}
.ws_tab_nav ul li{}
.ws_tab_nav ul li a{
        display: block;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 15px;
    color: #000;
}
.ws_tab_nav ul li.active a,
.ws_tab_nav ul li a:hover{

    background-color: #ececec;
}



/*Price Section*/ 
.ws_price_bx{
    padding: 30px 0px 50px;
}
.ws_prz_bx{box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);}

.ws_price_bx .wps-price-tab {
    margin-bottom: 30px;
}

.ws_price_bx .wps-price-tab .btn-group .btn {
    height:36px;
}

.ws_price_bx .wps-price-tab .btn-group .btn::before,.ws_price_bx .wps-price-tab .btn-group .btn::after{
    content: "";
    width:0px;
    height:0px;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top: 12px solid #e6e6e6;
    position:absolute;
    bottom:-12px;
    left: 50%;
    margin-left: -12px;
    display:none;
}

.ws_price_bx .wps-price-tab .btn-group .btn::before {
    border-top: 12px solid #000;
}

.ws_price_bx .wps-price-tab .btn-group .btn.active::before,
.ws_price_bx .wps-price-tab .btn-group .btn.active::after{
    display:block;
}

.ws_prz_header{
    padding: 15px;
    text-align: center;
    height: 125px;
}

.ws_prz_txt{
    margin: 0;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    
}
.ws_prz_txt .fa{
    font-size: 28px;
    margin-right: 2px;
}
.ws_prz_txt small{
    font-size: 20px;
    color: white;
}
.ws_plan_name{
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    font-size: 20px;
    padding: 40px 5px 0px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: -60px;
    text-align: center;text-transform: uppercase;
}

.ws_prz_content{
    padding: 20px;
}
.ws_prz_content ul{margin: 0px;}
.ws_prz_content ul li{
    text-align: center;
    font-size: 16px;
    padding: 6px;
    color: #484848;
    border-top: 1px dotted #ececec;
}

.ws_prz_footer{
    text-align: center;
    padding: 15px;
}
.ws_prz_footer a.btn{
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.ws_prz_footer p {margin: 0px;}
.ws_prz_footer p a.lnk{
        margin-top: 15px;
    display: inline-block;
    color: black;
    text-transform: uppercase;
    border-bottom: 1px dashed black;
    font-size: 11px;
}

/*Box price color patern 1*/
.bx_color_1 .ws_prz_header{background-color: #8cd4d1;}
.bx_color_1 .ws_plan_name{    border: 2px solid #8cd4d1;color: #8cd4d1;}
.bx_color_1 .ws_prz_footer{ background-color: #b6cece;}
.bx_color_1 .ws_prz_footer a.btn{
    box-shadow: 2px 3px 3px #314646;
    border-color: #638484;
    color: #fff;
    background-color: #638484;
}


/*Box price color patern 2*/
.bx_color_2 .ws_prz_header{background-color: #e8a12b;}
.bx_color_2 .ws_plan_name{    border: 2px solid #e8a12b;color: #e8a12b;}
.bx_color_2 .ws_prz_footer{ background-color: #d6c29f;}
.bx_color_2 .ws_prz_footer a.btn{
        box-shadow: 2px 3px 3px #9c7d48;
    border-color: #7b6236;
    color: #fff;
    background-color: #886e42;
}



/*Box price color patern 3*/
.bx_color_3 .ws_prz_header{background-color: #dd4b5e;}
.bx_color_3 .ws_plan_name{    border: 2px solid #dd4b5e;color: #dd4b5e;}
.bx_color_3 .ws_prz_footer{ background-color: #d0a1a7;}
.bx_color_3 .ws_prz_footer a.btn{
        box-shadow: 2px 3px 3px #755155;
    border-color: #6d4c50;
    color: #fff;
    background-color: #886065;
}

/*Box price color patern 4*/
.bx_color_4 .ws_prz_header{background-color: #2bbfe8;}
.bx_color_4 .ws_plan_name{    border: 2px solid #2bbfe8;color: #2bbfe8;}
.bx_color_4 .ws_prz_footer{ background-color: #7fa9b5;}
.bx_color_4 .ws_prz_footer a.btn{
        box-shadow: 2px 3px 3px #457c8c;
    border-color: #407484;
    color: #fff;
    background-color: #457c8c;
}


        /*Calculatin of Price*/

.ws_price_bx .prz_head{
    margin-bottom: 25px;
    font-size: 23px;
}
.ws_price_bx .prz_calc_box{
    padding: 25px;
    background-color: #f7f7f7;
    border: 1px solid #f1f0f0;
}
.ws_price_bx .prz_calc_box .col-md-3{}
.ws_price_bx .prz_calc_box .col-md-3 .form-group{margin-bottom: 0px;}
.ws_price_bx .prz_calc_box .col-md-3 label{
    padding-left: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}
.ws_price_bx .prz_calc_box .col-md-3 .ws_result,
.ws_price_bx .prz_calc_box .col-md-3 .form-control{
    border-radius: 1px;
    padding: 3px 10px;
    height: 41px;
    font-size: 15px;
    color: #000;
    border:1px solid rgba(158, 158, 158, 0.69);
    background-color: #fff;
    display: block;
    line-height: 35px;
}
.ws_price_bx .prz_calc_box .col-md-3 .text-muted{
    font-size: 14px;
    font-weight: 500;
    color: #888;
}
.ws_price_bx .prz_calc_box .col-md-3 .btn{
    width: 100%;
    margin-top: 23px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 21px;
}
.ws_shrt_not{
    text-align: center;
    margin-top: 15px;
    color: #777;
    font-size: 14px;
}







/*Web Hostng Specs*/

.ws_web_hosting_spec{
        padding: 100px 0px 0px;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
}
.ws_web_hosting_spec .ws_hosting_img{
    max-height: 400px;
    overflow: hidden;
    position: absolute;
    width: 650px;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    padding-right: 15px;
}
.ws_web_hosting_spec .ws_hosting_img img{
    max-width: 100%;   
}
.ws_web_hosting_spec .ws_specs_title{
        text-align: right;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px 0px 25px;
    position: relative;
}
.ws_web_hosting_spec h3.ws_specs_title:after {
    content: "";
    border-bottom: 3px solid #333333;
    width: 116px;
    display: block;
    text-align: right;
    position: absolute;
    right: 3px;
    padding-bottom: 5px;
}
.ws_web_hosting_spec .ws_spec_detail{}
.ws_web_hosting_spec .ws_spec_detail ul{
        padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.ws_web_hosting_spec .ws_spec_detail ul li{
        position: relative;
    padding: 3px 25px 3px 10px;
    font-size: 14px;
    color: grey;
}
.ws_spec_detail ul li:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    color: #000000;
    right: 10px;
    top: 1px;
    font-weight: 600;
}
.btn-outline-org{
    border-color: #36a3b9;
    color: #ffffff;
    font-size: 15px;
    border-radius: 2px;
    background-color: #40b5cd;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
}



/*Demo Slider*/

.ws_demos{
        padding: 100px 0px 0px;
    background-color: #fff;
}
.ws_deomos_title{
       text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}
.ws_deomos_title:after{
    content: "";
    border-bottom: 3px solid #333333;
    width: 145px;
    display: block;
    text-align: right;
    position: absolute;
    right: 3px;
    padding-bottom: 5px;
}

.ws_demo_slider{    height: 100%;}
.ws_screen_overlay{}
.ws_screen_overlay img{
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 44;
}


/*Features*/

.ws_features{
    padding: 100px 0px;
    background: url("../images/Features-Background.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.ws_features_title{text-align: center;}
.ws_features_title h3{
    color: #333;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
}
.ws_features_title h3:after{
    content: "";
    border-bottom: 3px solid #333;
    width: 190px;
    display: block;
    text-align: right;
    position: absolute;
    right: 3px;
    padding-bottom: 5px;
}
.ws_features .grid_c{
        background-color: rgb(255, 255, 255);
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
    min-height: 310px;
}
.ws_features .grid_c:hover{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24);
}
.grid_c .title{
        text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #821415;
    font-weight: 500;
}
.grid_c .desc{
        font-size: 14px;
    line-height: 24px;
    color: #868686;
    text-align: center;

}
.grid_c .ico{
        font-size: 33px;
    color: #ffffff;
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #821415;
    margin-bottom: 10px;
    border: 2px solid #821415;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.55);
}
.grid_c .ico .fa{
    
    line-height: 70px;
}


/*Left image and right side content Block*/
.ws_lft_img_blk{
    background-color: #f5f5f5;
    min-height: 500px;
    overflow: inherit;
    padding: 50px 0px 50px;
}
.ws_leftBlk_title{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom:0px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}
.ws_lft_img_blk p.content{ font-size: 14px;}
p.content-sz-2{
    font-size: 21px;
    line-height: 28px;
    color: #6f6c6c;
}
.imgContainer{text-align: center;}
.ws_lft_img_blk .btn{
    margin-top: 30px;
    border-radius: 2px;
    font-size: 18px;
    padding: 7px 20px;
}

    /*Right image and right side content Block*/
.ws_rgt_img_blk{
    background-color: #fdfdfd;
    min-height: 500px;
    overflow: inherit;
    padding: 50px 0px 50px;
}
.ws_rgtBlk_title{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom:25px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}
.ws_rgtBlk_title:after{
    content: "";
    border-bottom: 3px solid #333;
    width: 190px;
    display: block;
    text-align: left;
    position: absolute;
    left: 3px;
    padding-bottom: 5px;
}
.ws_rgt_img_blk p.content{ font-size: 14px;}
.ws_rgt_img_blk .btn{
    margin-top: 30px;
    border-radius: 2px;
    font-size: 18px;
    padding: 7px 20px;
}

/*Infrastructures*/

.ws_infra{
    background: url(../images/server-background.png) no-repeat right bottom #f7f7f7;
    background-position: 0px 0px;
    min-height: 500px;
    overflow: inherit;
    background-size: contain;
    padding: 100px 0px 50px;
    background-attachment: fixed;
    position: relative;
}

.ws_infra h3.ws_infra_title{
    font-weight: 500;
    color: #333;
    font-size: 40px;
    position: relative;
}
h3.ws_infra_title span{
    color: #33a4e8;
    border-bottom: 3px solid #33a4e8;
}
.ws_infra p{
        font-size: 15px;
    color: #5f5f5f;
}
.ws_infra .robust{
        text-align: center;
    margin-bottom: 10px;
    background-color: #ececec;
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
.ws_infra .robust a{
        color: #333;
    display: block;
}
.ws_infra .robust a strong{
    display: block;
    color: black;
}
.ws_infra .robust:hover{
    background-color: #d0d0d0;
}




/*Support*/

.ws_support{
    background: url(../images/support.png) no-repeat right 0px top 0px #fff;
    min-height: 500px;
    overflow: inherit;
    padding: 100px 0px 50px;
    background-size: contain;
    position: relative;
}

.ws_support h3.ws_support_title{
        font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}
.ws_support_title:after{
    content: "";
    border-bottom: 3px solid #333;
    width: 190px;
    display: block;
    text-align: left;
    position: absolute;
    right: 3px;
    padding-bottom: 5px;
}
.ws_support p{    font-size: 15px;}
.ws_support p a{font-weight: 500;}



/*Advantages*/

.ws_advantages{
    background: url(../images/advantages.png) no-repeat left 0px top 0px #ede9e6;
    min-height: 300px;
    overflow: inherit;
    padding: 100px 0px 20px;
    background-size: contain;
    position: relative;
}

.ws_advantages_title{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
    text-align: right;
}
.ws_advantages_title:after{
    content: "";
    border-bottom: 3px solid #333;
    width: 225px;
    display: block;
    text-align: left;
    position: absolute;
    right: 3px;
    padding-bottom: 5px;
}

.ws_advantage_content{
        width: 90%;
    margin: 0 auto;
    float: right;
}
.ws_advantage_content .ws_adv{
        margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e2e2e2;
}
.ws_adv .media-left{}
.media-body .media-heading{
    font-size: 15px;
    color: #1771bf;
}
.media-body p{    margin: 0px;}



/*FAQ*/

.ws_faq{    padding: 100px 0px;}
.ws_faq_title{    font-size: 35px; margin-bottom: 25px; text-align: center;}

.ws_faq_container{}
.ws_faq_container .panel{
    border-radius: 0px;
    border: none;
}
.ws_faq_container .panel .panel-heading{    padding: 0px;}
.ws_faq_container .panel .panel-heading h4 a{
    display: block;
    padding: 18px 40px 18px 15px;
    background-color: #fbf2ff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
    font-size: 18px;
    font-weight: 500;
    color: #651384;
    position: relative;
}
.ws_faq_container .panel .panel-heading h4 a.collapsed:after{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    color: #7a2799;
    right: 25px;
    top: 11px;
    font-weight: 600;
}

.ws_faq_container .panel .panel-heading h4 a:after{
    content: "\f106";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    color: #7a2799;
    right: 25px;
    top: 11px;
    font-weight: 600;
}
.ws_faq_container .panel .panel-body{
    background-color: #fbfbfb;
    color: #484848;
    font-size: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    line-height: 21px;
}





/*Website builder advantages*/
.ws_website_advantages{
    padding: 100px 0px;
    background-color: #f9f9f9;
}
.ws_website_advantages h2.txt-xxl{    font-size: 36px;}
.ws_website_advantages p.text-center{    font-size: 15px;}
.ws_website_advantages .highlight_box{
    padding: 30px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin-top: 25px;
    height: 400px;
}
.ws_website_advantages .highlight_box h3{
    font-size: 30px;
    text-transform: uppercase;
}

.ws_website_advantages .faq-blurb{}
.ws_website_advantages .faq-blurb p{    font-size: 16px;}
.ws_website_advantages .faq-blurb p strong{}
.ws_website_advantages .faq-blurb ul{}
.ws_website_advantages .faq-blurb ul li{}

.ws_website_advantages .bx_right ul{
    padding-left: 15px;
    margin-top: 15px;
}
.ws_website_advantages .bx_right ul li{
    padding: 1px 0px;
    font-size: 14px;
}

.ws_out_heading h3{
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px 5px 0px;
    color: #333;
}
.ws_galry{}
.ws_galry .img-rounded{    margin-bottom: 25px;}

.ws_adtg_acrdn .panel{
    border-radius: 0px;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
}
.ws_adtg_acrdn .panel .panel-heading{
    padding: 0px;
    background-color: #efdbf7;
    border-radius: 0px;
    border: none;
}
.ws_adtg_acrdn .panel .panel-heading h4 a{
    font-size: 15px;
    display: block;
    padding: 15px 40px 15px 15px;
    color: #111;
    position: relative;
}
.ws_adtg_acrdn .panel .panel-heading h4 a.collapsed:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    color: #7a2799;
    right: 15px;
    top: 11px;
    font-weight: 600;
    transition: all 500ms;
}

.ws_adtg_acrdn .panel .panel-heading h4 a:after{
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    color: #7a2799;
    right: 15px;
    top: 11px;
    font-weight: 600;
    transition: all 500ms;
}
.ws_adtg_acrdn .panel .panel-body{}
.ws_adtg_acrdn .panel .panel-body ul{}
.ws_adtg_acrdn .panel .panel-body ul li{    font-size: 14px;}




/*Combo Plan*/

.ws_combo_plans{    padding: 50px 0px;}
.ws_combo_plans .h2-fix{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.ws_combo_plans .h2-fix strong{
    font-size: 26px;
    font-weight: 400;
    color: #757575;
}

.ws_combo_plans .ws_tb_container{
    border-bottom: 2px solid #b98e30;
    min-height: 18px;
}
.ws_combo_plans .nav-tabs{
    display: inline-block;
    border: none;
    background-color: #fff;
    margin: 0px;
}
.ws_combo_plans .nav-tabs li{
    margin: 0px;
    margin-right: 1px;
    float: none;
    display: inline-block;
}
.ws_combo_plans .nav-tabs li a{
    border: none;
    border-radius: 0px;
    font-size: 16px;
    background-color: #efefef;
    padding: 11px 30px;
    color: #292929;
    display: inline-block;
    margin-right: 0px;
    outline:none;
}
.ws_combo_plans .nav-tabs li a:hover{
    border: none;
}
.ws_combo_plans .nav-tabs li.active a{
    background-color: #b98e30;
    color: #fff;border: none;
}

.ws_combo_plans .tab-content{}
.ws_combo_plans .tab-content .combo-plan-heading{
    text-align: center;
    margin: 34px 15px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp{
    width: 900px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 25px;
    box-shadow: 0px 1px 3px #d2d2d2;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .bundles-blocks,
.ws_combo_plans .tab-content .combo_pkg_wrp .plus-icon,
.ws_combo_plans .tab-content .combo_pkg_wrp .bundles-price{
    display: table-cell;
    position: relative;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .col1{}
.ws_combo_plans .tab-content .combo_pkg_wrp .cmb_ico{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .domain_ico{
    background: url(../images/comboImages.png) no-repeat left 0px top 5px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .email_ico{
    background: url(../images/comboImages.png) no-repeat left -93px top 5px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .hosting_ico{
    background: url(../images/comboImages.png) no-repeat left -190px top 5px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .ssl_ico{
    background: url(../images/comboImages.png) no-repeat left -285px top 5px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .website_ico{
    background: url(../images/comboImages.png) no-repeat left -378px top 5px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .col1 .plan-name-value{
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .col1 .bundles-product-subt{
    display: block;
    text-align: center;
    color: #929292;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .col1 p{
    margin: 0px;
    font-size: 12px;
    text-align: center;
    color: #616161;
}
.ws_combo_plans .tab-content .combo_pkg_wrp .col1 p em{font-size: 13px;}
.plus-icon{
    color: #5db6e5;
    font-size: 64px;
    font-weight: 200;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    line-height: 35px;
    padding: 0px 50px;
}
#messages .plus-icon{
    padding: 0px 25px;
}
.bundles-price{
    padding: 60px 0px 0px 0px!important;
    vertical-align: top;
    text-align: center;
}
.bundles-price span.Price{
    font-size: 25px;
    color: #525252;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.bundles-price .btn{}
.bundles-price em{color: #777;}

.ws_cmb_note{
    font-size: 13px; color: #777; text-align: center; margin: 10px 0px;
}






/*Control Panel*/

.ws_top_sec{
    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: 400px;
}
.ws_selling_pnl{  background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/selling/selling-bg-title.jpg);  }
.ws_faq_pnl{  background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/faq/FAQ_title.jpg);  }
.ws_lv_support_pnl{  background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/support/header.jpg);  }
.ws_top_sec:after {
    content: "";
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    right: 0px;
}
.ws_top_sec .header-content{
    padding: 100px 25px 30px;
    position: relative;
    z-index: 2;
}
.ws_top_sec .ws_crtl_btm_btn{
    position: absolute;
    bottom: 53px;
    left: 50%;
    color: #000;
    z-index: 2;
    font-size: 26px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
}
.ws_top_sec .header-content .title{
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.ws_top_sec .header-content .title small{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0px 5px;
}
.ws_top_sec .header-content .subtitle{
    font-size: 24px;
    line-height: 31px;
    color: #fff;
}


/*FAQ Seperate Page*/
.ws_faq_page .ws_faq_title{display: none;}


/*Live Support Page*/
.ws_live_support{padding: 50px 0px;}
.ws_live_support .ws_support_items{
    padding: 15px 10px;
    border: 1px dashed #d2d2d2;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
    height: 150px;
}
.ws_live_support .ws_support_items:hover {
    border: 1px dashed #55136e;
}
.ws_live_support .ws_support_items:hover .media-left img {
    border: 1px solid #b4b4b4;
    background-color: #f1f1f1;;
}
.ws_live_support .ws_support_items .media-left{    padding-right: 15px;}
.ws_live_support .ws_support_items .media-left img{
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    padding: 17px;
    width: 70px;
    height: 70px;
}
.ws_live_support .ws_support_items .media-body{}
.ws_live_support .ws_support_items .media-body h4{
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.ws_live_support .ws_support_items .media-body p{
    color: #9a9a9a;
    font-size: 14px;
    line-height: 18px;
    min-height: 45px;
}
.ws_live_support .ws_support_items .media-body .btn{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;

}



/*******   Payment Options  *******/
.ws_payment_methods_options{
    background-color: whitesmoke;
    padding: 10px 0px;
    margin-bottom: 40px;
}
.ws_payment_methods_options ul li{}
.ws_payment_methods_options ul li img{}

.ws_payment_methods{}
.ws_payment_methods .ws_pay_tabs{    padding-right: 0px;}
.ws_payment_methods .ws_pay_tabs .nav{
    border-bottom: none;
}
.ws_payment_methods .ws_pay_tabs .nav li{
    display: block;
    float: none;
    text-align: center;
}
.ws_payment_methods .ws_pay_tabs .nav li a{
    border: none;
    margin: 0px;
    font-size: 17px;
    color: #333;
    border-radius: 0px;
    padding: 15px;
    font-weight: 500;
}
.ws_payment_methods .ws_pay_tabs .nav li a:hover{}
.ws_payment_methods .ws_pay_tabs .nav li.active a{

    border: none;
    background-color: #444444;
    color: #fff;
}

.ws_pay_tabContent{ padding-left: 0px;}
.ws_pay_tabContent{
    padding: 20px 20px 20px 30px;
    border-left: 4px solid #444444;
}
.tb_wrapper h3{
    font-size: 30px;

}
.tb_wrapper .bx_wrp{
    margin-top: 35px;
    border: 1px solid #dadada;
    text-align: center;
    padding: 15px;
    min-height: 170px;
    vertical-align: middle;
    margin-bottom: 25px;
}
.tb_wrapper .bx_wrp img{
    height: 55px;
    margin-bottom: 10px;
}
.tb_wrapper .bx_wrp p{    margin-bottom: 0px; font-size: 14px;}

.note ul {
    padding: 0px;

    margin-bottom: 25px;
}
.note ul li:first-child{
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}
.note ul li{
    display: block;
    font-size: 12px;
    line-height: 16px;
}


.dms-resource-center .resource {
    background-color: #fff !important;
    border: 1px solid #dadada;
    height: 158px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
    width: 249px;
    position: relative;
    float: left;
    margin: 5px;
}

.dms-resource-center .resource .res_icon {
    bottom: 10px;
    height: 65px;
    position: absolute;
    right: 15px;
    width: 65px;
}

.dms-resource-center .resource .ic_vs {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -842px 8px;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_global {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -769px 0;
    height: 100%;
    width: 68px;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_donuts {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -695px 6px;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_ds {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat 5px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_be {
    background: url('https://india.resellerclub.com/sites/all/themes/india/img/resource-center/ic_rc_bemail.png') no-repeat center center;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 85%;
}

.dms-resource-center .ic_desi {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -549px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_ssl {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -152px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 1180px;
}
.dms-resource-center .ic_global {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -769px 0;
    height: 100%;
    width: 68px;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_sl {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -294px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_sh {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -621px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_wb {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -216px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_vps {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -54px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}
/*
.dms-resource-center .ic_ga {
    background: url('/sites/all/themes/india/img/resource-center/ic_rc_ga.png') no-repeat center center;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 85%;
}*/

.dms-resource-center .ic_ph {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -617px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_cg {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat -159px 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 900px;
}

.dms-resource-center .ic_rclogo {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/resource-sprite.png) no-repeat left center;
    height: 100%;
    width: 100%;
    display: block;
    background-size: 285%;
}

.dms-resource-center .res_det {
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    width: 95%;
}

.dms-resource-center .ic-1 {
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/resource-center/top-thumb-product.png) no-repeat scroll 0 0;
    width: 187px;
    height: 170px;
}

.dms-resource-center .ic-box {
    width: 80px;
    height: 70px;
    background-size: 80px;
    display: block;
    margin-top: -15px;
    margin-left: -10px;
}

.mrl-auto {
    margin-left: auto;
    margin-right: auto;
}

.w93 {
    width: 93%;
}

.dms-resource-center .resource .res_det {
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    width: 95%;
}
.dms-resource-center .resource .res_det span {
    color: #141414 !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -1px;
}

.dms-resource-center .resource .res_det a {
    color: #141414 !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 12px;
    padding: 0;
    text-decoration: none;
    text-align: left;
    max-width: 180px;
}



@media (max-width: 992px){
    .ws_tab_nav ul li a {
        padding: 15px 10px;
        font-size: 14px;
    }
    .ws_web_hosting_spec .ws_hosting_img{
        display: none;
    }
    .ws_web_hosting_spec .ws_specs_title{text-align: center;}
    .ws_web_hosting_spec .text-right {text-align: center;}
    .ws_web_hosting_spec h3.ws_specs_title:after{display: none;}
    .ws_web_hosting_spec .ws_spec_detail{
        width: 49%;
        float: left;
    }
    .ws_web_hosting_spec .ws_spec_detail ul {
        text-align: left;
    }
    .ws_spec_detail ul li:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        color: #000000;
        left: -10px;
        top: 1px;
        font-weight: 600;
    }

    .ws_screen_overlay img {
        left: -113px;
    }
    .ws_advantages:before,
    #ws_support:before,
    div#ws_infra:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        background-color: rgba(253, 253, 253, 0.59);
    }
    .ws_advantage_content .ws_adv {
        border-bottom: 1px dotted #5d5a5a;
    }
}



@media (max-width: 767px){
    .ws_tab_nav.fixed {
        position: static;
        top: 49px;
        z-index: 45;
        width: 100%;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
    }
    .ws_prz_bx{
        margin-bottom: 25px;
    }
    .ws_web_hosting_spec .ws_spec_detail ul {
        text-align: left;
        padding-left: 35px;
    }
    #ws_tab_nav,
    #ws_demos{display: none;}
    .ws_features .grid_c {
        padding: 25px 15px;
        min-height: 150px;
    }
    .ws_advantages,
    #ws_support,
    div#ws_infra {
        background-size: cover;
    }

    div#ws_infra:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        background-color: rgba(253, 253, 253, 0.86);
    }
    .ws_advantages:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        background-color: rgba(253, 253, 253, 0.93);
    }
    #ws_support:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        background-color: rgba(253, 253, 253, 0.86);
    }
    .ws_advantage_content {
        width: 100%;
    }

    .ws_top_sec .header-content .title {
        font-size: 34px;
    }
    .ws_live_support .ws_support_items {
        height: auto;
    }
    .ws_top_sec .header-content {
        padding: 65px 25px 30px;
    }
    .ws_top_sec{
        height: 370px;
    }
    .ws_top_sec .ws_crtl_btm_btn {
        bottom: 28px;
        left: 48%;
    }
}


@media (max-width: 560px) {
    main{
        padding-top: 65px;
    }
    .header-content .title {
        font-size: 30px;
    }
    .header-content .subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .header-content .features {
        margin: 6px 0px 15px 15px;
        font-size: 13px;
    }
    .header-content .starts-pricing {
        display: inline;
        font-size: 21px;
    }

    .header-content .black-btn {padding: 9px 20px;}
    .hero-product-page{height: auto;}
    .ws_prod_content  {
        padding: 40px 0px 50px;
    }
    .ws_features_title h3:after {
        display: none;
    }
    .ws_web_hosting_spec .ws_spec_detail {
        width: 100%;}

    .ws_specs_title,
    .ws_features_title h3,
    .ws_infra h3.ws_infra_title,
    .ws_advantages_title,
    .ws_support h3.ws_support_title,
    .ws_advantages_title,
    .ws_website_advantages h2.txt-xxl{
        font-size: 28px !important;
    }


    .ws_website_advantages .highlight_box {
        height: auto;
    }

}