header{}


/*Header top*/
.ws_header_tp{
    height: 22px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ececec;
}
.ws_header_tp ul{
    margin: 0; padding: 0;
}
.ws_header_tp .dropdown-toggle{
        border: none;
    color: #666;
    margin-top: -5px;
}
.ws_header_tp .dropdown-toggle a{
    color: #666; text-decoration: none;
}
.ws_header_tp .dropdown-toggle a:hover{text-decoration: none !important;}
.top-nav li .country-selector {
    border: 0;
    border-radius: 0px;
    z-index: 9999;
    zoom: 1;
}
li span.ws_contact{
        font-size: 11px;
    text-transform: uppercase;
    color: #797979;
    display: block;
    font-weight: 500;
}


.ws_ext_links{}
.ws_ext_links ul{}
.ws_ext_links ul li:first-child{
   padding: 0px;
}
.ws_ext_links ul li a{
    display: block;
    padding: 0px 5px;
    color: #555;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}
.ws_ext_links ul li:first-child a{
    color: #fff;
    background-color: #1993c7;
}

.mobile-menu-btn { display: none;}
.mobile-menu-btn .show-menu {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #7a2799;
    cursor: pointer;
    transition: all .6s ease;
    left: 0;
    border-radius: 2px;
}
.mobile-menu-btn .show-menu.line-1 {
    top: 0px;
}
.mobile-menu-btn .show-menu.line-2 {
    top: 8px;
}
.mobile-menu-btn .show-menu.line-3 {
    top: 16px;
}





/*Header Top*/
.ws_header_top{
    background-color: #fff;
    padding: 10px 0px;
}

.ws_logo{}
.ws_logo .wrp{}
.ws_logo .wrp a img{
    width: 150px;
    height: 45px;
}

.ws_header_top .ws_items{
    margin-top: 5px;
}
.ws_header_top .ws_items .wrp{}
.ws_signup{
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}
.ws_signup span{}
.ws_signup span a{
    color: #616161;
    font-weight: 500;
    display: block;
    position: relative;
}

.ws_signup span .wp_cart_count{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: -5px;
    background-color: red;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    z-index: 1;
}

.ws_signup span a .fa{
    margin-left:4px;
    display: inline-block;
    font-size:24px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    /*background-color: #7a2799;*/
    color: #7a2799;
    border-radius: 50%;
    line-height: 22px;
    margin-top: -4px;
}
.ws_login{
    float: right;
}
.ws_login span{}
.ws_login span a{
    text-transform: uppercase;
    font-weight: 500;
}


/*navbar */
.ws_header_nav{
    background-color: #55136e;
    min-height: 50px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow:  1px 2px 3px rgba(0,0,0,.3);
}
.ws_header_top.fixed,
.ws_header_nav.fixed{
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}

.ws_header_nav .navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0px;
}


            /*main dropdown menu*/

   /*Verticle Menu*/         
.ws_main_dropdown{
    cursor: pointer;
    position: relative;
}
.ws_main_dropdown h3#ws_vertical_menu{
    margin: 7px 0px 5px 0px;
    color: #393939;
    background: #fff;
    padding: 11px 20px;
    font-size: 13px;
    border-radius: 2px;
    border: none;
    position: relative;
}
.ws_main_dropdown h3#ws_vertical_menu:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    color: #7a2799;
    right: 10px;
    top: 7px;
    font-weight: 600;
}

.ws_verticle_menu_contaier{
    position: absolute;
    z-index: 25;
    background-color: #fff;
    width: 100%;
    top: 95%;
    padding-top: 9px;
    border-radius: 0px 0px 5px 0px;
    display: none;
}
.ws_verticle_menu_contaier ul{
    margin: 0; padding: 0;
}

.ws_menu_slide{
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 20px 60px 20px 20px;
    text-transform: uppercase;
    text-align: left;
    color: #666;
    font-weight: 400;
    display: block;
    line-height: 20px;
    font-size: 14px;
    position: relative;
}

.ws_menu_slide:last-child{
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 5px 0px;
}
li.ws_menu_slide.active,
li.ws_menu_slide:hover {
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.12);
    border-left-color: #fff;
    color: #7a2799;
}
.mobile-ic{display: none !important;}

span.hosting_icons{
    background: url(../images/planIcon.png) 0 0 no-repeat transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    right: 20px;
}
.shared-hosting-icon{background-position: -96px 0px !important;}
.rc-hosting-icon{background-position: 1px 0px !important;}
.cloud-server-icon{background-position: -44px 0px !important;}
.server-icon{background-position: -137px 0px !important;}
.email-icon{background-position: -225px 0px !important;}
.security-icon{background-position: -179px 0px !important;}

    /*verticle mega menu*/ 
    
.nav-level{
    position: absolute !important;
    right: 100%;
    z-index: 999;
    cursor: auto;
    top: 9px;
    background-color: #fff;
    width: 510px !important;
    height: 367px !important;
    padding: 0 !important;
    display: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    transform: translateX(0px);
    opacity: 1;
    transition: all .5s ease;
}
.nav-level.open {
    transform: translateX(0px); 
    opacity: 1; 
    display: block;
}
.mcontent {
    padding: 10px 15px;
    box-sizing: content-box;
}
.product {
    width: 50%;
    float: left;
    margin: 10px 0 0 0;
}
.mcontent .prod_brand {
    padding: 0;
    border-bottom: 0px solid #f0f0f0;
    margin: 0 0 10px 0;
    position: relative;
    height: 40px;
    width: 175px;
}
.nav-level.ws_menu_slide_1:after {
    content: '';
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/wh-menu-bgn.jpg) no-repeat right bottom;
    content: '';
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.nav-level.ws_menu_slide_2:after {
    content: "";
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/rc_hosting.jpg) no-repeat right -25px bottom -13px;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.nav-level.ws_menu_slide_3:after {
    content: "";
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/menu-cloud-hosting.jpg) no-repeat right -25px bottom -13px;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.nav-level.ws_menu_slide_4:after {
    content: "";
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/servers-menu-bgn.png) no-repeat right -25px bottom -13px;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.nav-level.ws_menu_slide_5:after {
    content: "";
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/email-menu-bgn.png) no-repeat right -25px bottom -13px;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.nav-level.ws_menu_slide_6:after {
    content: "";
    background: url(https://india.resellerclub.com/sites/all/themes/india/img/menu/security-menu-bgn.png) no-repeat right -25px bottom -13px;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.mcontent ul {
    margin: 0px 12px;
    color: #666;
    padding: 0;
    list-style: none;
}
.mcontent li a {
    color: #666;
    padding: 2px 0 0 0px;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0px;
    cursor: pointer;
    display: block;
    position: relative;
}
.mcontent li:hover a {color: #7a2799;}
.mcontent li a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 15px;
    width: 15px;
    display: inline-block;
}
.mcontent .nav-button-link{
    position: absolute;
    bottom: 58px;
    right: 213px;
}


/*horizontal menu*/

.navbar-default .navbar-nav > li {
    position: static;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    padding: 15px 11px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #f1ccff !important;
}
li.ln_menu a.ln_link:after{
    content: "\f0d8";
    position: absolute;
    font-family: FontAwesome;
    font-size: 35px;
    bottom: -20px;
    left: 42%;
    color: #fff;
    visibility: hidden;
    transition: all 300ms;
}
li.ln_menu:hover a.ln_link:after{
    bottom: -6px;
    visibility: visible;
    transition: all 300ms;
}

#mega-menu-list{
    width: 100%;
}

/*    //Mega Menu */

#mega-menu-list .ln_mega_submenu{
    position: absolute;
    width: 1140px;
    background-color: #fff;
    top: 100%;
    left: 0px;
    transition: all 500ms;
    overflow: hidden;
    border-top: none !important;
    box-shadow: 0px 1px 3px rgb(205, 205, 205);
    height: auto;
    display: none;
    z-index: 30;
    padding: 0px 15px 15px;
}
#mega-menu-list li.ln_menu.hover .ln_mega_submenu{
    transition: all 500ms;
    display: block;
}

.ln_mega_submenu .menu-title{    margin-left: 10px;}
.ln_mega_submenu .menu-title img{    max-width: 170px;}
.ln_mega_submenu .prod-sec,
.ln_mega_submenu .prod-sec2{
    margin: 10px 0 25px 12px;
    color: #666;
    padding: 0;
    list-style: none;
}
.prod-sec li{}

.prod-sec2 li a,
.prod-sec li a{
    color: #666;
    padding: 2px 0 0 0px;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0px;
    cursor: pointer;
    display: block;
    position: relative;
}
.prod-sec li a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 15px;
    width: 15px;
    display: inline-block;
}
li.prod-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #555;
    margin: 0 0 6px 0;
    width: 180px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ececec;
}

.prod-category li a:hover,.prod-sec li a:hover{
    color: #7a2799;
    font-weight: 500;

}
.ln_mega_submenu .ads{}
.ln_mega_submenu .ads img{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    height: auto;
    margin: 10px 0 0 0;
}




@media (max-width: 1200px){
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
}


@media (max-width: 992px){
    #mega-menu-list .ln_mega_submenu {
        width: 100%;
    }
}

@media (max-width: 768px){
    .mobile-menu-btn {
        float: right;
        margin: 10px;
        width: 35px;
        cursor: pointer;
        position: relative;
        margin-left: 15px;
        display: block;
    }
    .mobile-menu-btn.open .show-menu.line-1 {
        top: 0px;
        transform: translateY(8px) rotateZ(-45deg);
    }
    .mobile-menu-btn.open .show-menu.line-2 {
        opacity: 0;
    }
    .mobile-menu-btn.open .show-menu.line-3 {
        top: 16px;
        transform: translateY(-8px) rotateZ(45deg);
    }
    
    
    /*Navigation Menu*/
    #mega-menu-list {
        margin: 0px;
    }
    .ws_header_nav{
        background-color: rgb(248, 248, 248);
        z-index: 40;
        position: fixed;
        width: 100%;
        display: none;
        top: 60px;
        max-height: 100%;
        overflow-y: scroll;
    }
    .ws_header_nav .col-xs-12{
        padding: 0px;
    }
    .mobile-ic{
        left: 15px;
        top: 9px !important;
        display: inline-block !important;
    }
    .navbar-default .navbar-nav > li > a {
        color: #686767;
        font-weight: 400;
        padding: 20px 45px 20px 70px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        cursor: pointer;    
    }
    li.ln_menu a.ln_link:after{
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        right: 25px;
        font-size: 24px;
        color: #737272;
        visibility: visible;
        left: auto;
        bottom: auto;
    }
    #mega-menu-list .ln_mega_submenu {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 0px 30px 15px;
    }
    
    .ln_mega_submenu .col-xs-12{
        width: 50%; float: left;
    }
    
}


@media (max-width:540px){
    .ws_login{display: none;}
    .ln_mega_submenu .col-xs-12 {
        width: 100%;
        float: left;
    }
}

@media (max-width:340px){
    .ws_logo .wrp a img {
        width: 130px;
        height: 40px;
    }
}