

body{
overflow-x: hidden;
}
.plans-section{
background-image: url("../../image/wizname-shared-hosting-hero-image.jpg");
background-color: #000;
background-repeat: no-repeat;
background-size: cover;
padding-top: 150px; 
background-attachment: fixed;
/* border-bottom-right-radius: 50% 2%;
border-bottom-left-radius: 50% 2%; */
}
/* .server-details-div{
word-wrap: break-word;
max-width: 120px;
}
.server-setails-traffic{
word-wrap: break-word;
max-width: 180px;
} */
/* server category table style section */
.server-cat-tbl-main-div{
box-shadow: 1px 1px 14px -2px #ccc;
border-radius: 8px 8px 0 0;
}
.server-cat-tbl-main-title{
font-size: 25px;
color: #fff;
margin: 0;
padding: 15px 0;
}
.server-cat-tbl-head{
background-color: #101047;
text-align: center;
}
.server-cat-tbl-head-title{
color: #ffffff;
padding: 12px 0;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
}
.server-cat-tbl-action-btn{
padding: 10px 20px;
background-color: #029fe2;
color: #ffffff;
border-radius: 8px;
border: none;
}
.server-cat-tbl-data{
text-align: center;
padding: 30px 0;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
}
.server-cat-tbl-data-row:nth-child(even) {
background-color: #d6f3ff;
}
.server-cat-tbl-data-row:nth-child(odd) {
background-color: #f5f5f5;
}
.server-cat-tbl-main-title-div{
text-align: center;
background-color: #029de2;
border-radius: 8px 8px 0 0;
width: 100%;
}
.tbl-no-left-border{
border-left: none;
}
.tbl-no-rigth-border{
border-right: none;
}
.header-traffic{
padding-left:50px;
}
/* server category table style section */
/* second responsive table */

@media screen and (max-width: 750px) {
.server-cat-tbl .server-cat-tbl-main-thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.server-cat-tbl .server-cat-row {
/* border-bottom: 3px solid #c2c2c2; */
display: block;
margin-bottom: .625em;
}
.server-cat-tbl .server-cat-tbl-data {
border : 0.3px solid #444444;
display: block;
font-size: 16px;
text-align: right;
}

.server-cat-tbl .server-cat-tbl-data::before {
/*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
padding-left: 30px;
}
.server-cat-tbl-data{
padding-right: 30px;
border: none;
}
.server-cat-tbl-main-div{
box-shadow: none;
}
.server-cat-tbl .server-cat-tbl-data:last-child {
border : 0.3px solid #444444;
}
}
/* general styling */
/* second responsive table*/
/* third table css */
.all-servers-details-scetion{
padding-top: 10px;
}
.all-servers-details-header-div{
display: flex;
justify-content: space-between;
background-color: #e9e9e9;
padding: 15px 30px;
border-radius: 6px;
font-weight: 600;
}
.header-ram{
padding-left: 20px;
}
.header-price{
margin-left: 50px;
}
.header-disk{
margin-left:50px;
}
.header-action{
padding-right: 30px;
}
.all-servers-details-body{
display: flex;
column-gap: 20px;
/* border: 1px solid #029fe2 ; */
padding: 20px 20px;
justify-content: space-between;
margin-bottom: 25px;
align-items: center;
border-radius: 8px;
align-content: center;
transition: 0.3s ease-in-out;
background-color: #fcfcfc;
border: 1px solid #f8f8f8;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.all-servers-details-category-span{
color: #029de2;
font-weight: 500;
font-size: 20px;
}
.all-servers-details-body:Hover{
background-color: #f3f3f3;
color: #000;
transform: translateY(-5px);
border: 1px solid #029fe2;
}
.all-servers-details-body:Hover .server-details-btn
{transition: 0.3s ease-in-out;
background-color: #ffa41e;
color: #fff;
}
.server-type-div{
margin-bottom: 40px;
}
.server-type-span{
font-weight: none;
}
.sever-ram-div{
margin-bottom: 40px;
}
.sever-disk-div{
margin-bottom: 40px;
}
.sever-traffic-div{
margin-bottom: 40px;
}
.sever-price-div{
margin-bottom: 40px;
}
.sever-action-div
{
margin-bottom: 20px;
}
.server-details-div-cont{
font-weight: 600;
}
.all-servers-details-body-title{
font-size: 13px;
font-weight: 600;
margin-bottom: 25px;
}
.server-details-btn{
border-radius: 20px;
border: none;
color: #fff;
font-family: 400;
padding: 10px 25px;
background-color: #029fe2;
transition: 0.3s ease-in-out;
width: 100%;
}
.all-servers-details-scetion{
display: none;
}
@media screen and (max-width:1200px)
{
.all-servers-details-category-span{
padding: 15px 80px;
}
.desktop-view-tbl-container{
display: none;
}
.all-servers-details-scetion{
display: block;
}
.all-servers-details-body{
display: flex;
height: 100%;
/* border: 1px solid #029fe2 ; */
flex-direction: column;
justify-content: flex-start;
align-items: baseline;
row-gap: 20px;
}
.server-setails-traffic{
    height: 100%;
}
.all-servers-details-header-div{
display: none;
}
.server-type-div{
display: none;
}
.server-type-span{
display: none;
}
.sever-ram-div{
display: none;
}
.sever-disk-div{
display: none;
}
.sever-traffic-div{
display: none;
}
.sever-price-div{
display: none;
}
.sever-action-div
{
display: none;
}
.server-details-div{
word-wrap:normal;
max-width: 100%;
}
.all-servers-details-category
{
display: flex;
justify-content: center;
}
.server-details-div-cont{
font-size: 25px;
}
.erver-details-ram-check::before{
content: "RAM : ";
font-weight: 600;
}
.server-details-disk-check::before{
content: "Disk-Space : ";
font-weight: 600;
}
.server-setails-traffic-check::before{
content: "Traffic : ";
font-weight: 600;
}
/* .server-setails-price-bor{
border-top: 1px solid #000;
position: relative;
display: flex;
} */
/* .server-setails-price-bor::before
{
left: 0;
content: "";
position: absolute;
width: 50%;
height: 0.5px;
background-color: #000;
top: -30;
} */
.server-details-action{
display: flex;
align-self: center;
width: 100%;
}
.server-details-btn{
    text-decoration: none;
width: 100%;
font-weight: 600;
}
.server-details-price{
margin-top: 25px;
font-weight: 600;
font-size: 25px;
padding-top: 30px;
border-top: 1px solid #000;
width: 100%;
}
.server-details-price::after{
content: " Price/Month";
font-size: 12px;
font-size: 12px;
}
.sever-price-div{
text-align: center;
}
}
/* third table css */
.system-management-div-img-divs{
display: flex;
flex-direction: column;
justify-content: center;
}
.container-plans-card{
margin-left: 70px;
margin-right: 70px;
}
.plans-card-body{
background-color: #fff;
transition: 0.3s transform ease;
height: 100%;
}
.plans-card-body:hover{
transform: translateY(-20px);
transition: 0.3s transform ease;
}
.special-card-body{
background-color: #e0f6ff;
transition: 0.3s transform ease;
height: 100%;
}
.hosting-price-card-para{
padding: 0 20px;
}
.special-card-body:hover{
transform: translateY(-20px);
transition: 0.3s transform ease;
}
.plans-price{
font-size: 60px;
font-weight: 700;
}
.features-gap
{
display: flex;
justify-content: center;
margin-top: 15px;
}
.servers-man-title{
font-size: 60px !important;
font-weight:600;
}
.tick-symbol{
color: #029fe2;
}
.price-span{
font-size: 12px;
}
.feature-type{
margin-top: 15px;
}
.features-bold{
font-weight: 1000;
}
.features-lean{
font-weight: 300;
}
.plans-features{
display: inline;
}
.plans-btn-style{
width: 60%;
padding: 10px 0 10px 0;
border: none;
margin-bottom: 40px;
} 
.plans-normal-btn{
background-color: #029fe2;
color: #fff;
transition: 0.3s ease;
}
.plans-normal-btn:hover{
transition: 0.3s ease;
background-color: #101047;
}
.special-btn{
background-color: #101047;
color: #fff;
transition: 0.3s ease;
}
.special-btn:hover{
background-color: #000;
}
.tools-section{
margin-top: 0px;
background-color: #fff;
}
.tool-title{
padding-top: 50px;
margin-bottom: 30px;
}
.tools-details-title{
font-weight: 600;
}
.plan-chart-section{
margin-top: 50px;
}
.plan-table-border{
border:0.1px solid #a3a3a3;
}
.table-container{
display: flex;
justify-content: center;
}
.table-head{
padding: 20px 50px 20px 50px;
text-align: center;
}
.thead-sticky{
position: sticky; 
top: 0; 
background-color: #fff;
z-index: 1; 
border:0.8px solid #a3a3a3;
box-shadow: 0px 1px 1px -1px #a3a3a3;
}
.sticy-phone{
position: sticky; 
top: 0; 
background-color: #fff !important;
z-index: 1; 
box-shadow: 0px 1px 1px -1px #a3a3a3;
}
.hosting-plan-card-body{
display: flex;
height: 100%;
background-color: #fff;
}
.hosting-card-img{
padding: 30px 20px;
}
.hosting-card-contents{
padding: 30px 10px 30px 0px ;
}
.table-img{
margin-bottom: 12px;
}
.tbl-data-padding
{
padding: 20px 0 20px 0px;
}
.tbl-data-summary{
background-color: #f1f1f1;
padding: 10px 0 10px 20px;
}
.tbl-price-detail{
padding-left: 20px;
}
.tbl-order-list{
margin-top: 40px;
line-height: 30px;
color: #a3a3a3;
}
.tbl-order-list-link{
text-decoration: none;
color: #a8a8a8;
}
.icon-cart-tbl{
display: none !important;
}
.tbl-res-title{
display: none;
}
.tbl-thead-plan-chart{
position: sticky; top: 0; background-color: white; z-index: 1; border:0.1px solid #a3a3a3;
}
.phone-view-plan-chart{
display: none;
}
.server-management-section
{
margin-top: 80px;
padding-top: 50px;
padding-bottom: 80px;
background-color: #f7f3fe;
}
.management-flex{
display: flex;
padding: 50px 0;
background-color: #ffffff;
justify-content: center;
border: 1px solid #101047;
}
.why-should-section{
background-color: #f7f3fe;
padding-bottom: 80px;
}
.server-card-body{
background-color: #101047;
height: 500px;
color: #fff ;
}
.server-card-body-cont{
height: 100%;
padding: 20px 20px 0 20px;
}
.table-btn{
width: 100%;
background-color: #029fe2;
border: none;
color: #fff;
padding: 10px 40px;
transition: 0.3s ease;
font-weight: 600;
}
.table-btn:hover{
background-color: #101047;
transition: 0.3s ease;
}
.choosing-card-body
{
background-color: #fff;
height:100%;
}
.tool-content{
padding:30px 25px 10px 20px;
}
.tools-img{
text-align: center;
padding: 10px 20px 0 20px;
}
.table-head-empty
{
padding: 60px 110px 60px 110px;
}
.tools-flex{
display: flex;
}
.tool-flex-img{
height: 100%;
margin: 0 20px;
}
.system-management-div-img{
display: flex; 
flex-direction:column; 
align-items:end;
}
@media (max-width: 1000px) {
.plans-section{
padding-top: 70px;
}
.tools-section{
text-align: left;
}
.tools-link{
text-align: left !important;
}
.tool-title{
margin-bottom: 60px;
}
.tools-img{
margin-top: 10px;
margin-bottom: 25px;
}
.tool-img-part{
display:flex;
justify-content: center;
order:1 !important;
}
.tool-con-part{
order:2 !important;
}
.tools-details-img{
width: 400px;
}
.table-head{
padding: 4px 9px 4px 9px;
}
.servers-man-title{
font-size: 30px !important;
font-weight:600;
}
.table-head-empty
{
padding: 0;
visibility: hidden;
}
.table-btn{
padding: 8px 6px;
}
.choosing-card-body{
text-align: center;
}
.tbl-order-list{
font-size: 15px;
display: flex;
justify-content: center;
}
.tbl-price-detail{
font-size: 10px;
padding-left: 0;
padding-right: 20px;
}
.table-sticky-body h6{
font-size: x-small;
}
.table-img{
width: 80%;
}
.plans-section{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
padding-top: 70px;
}
.hosting-plans-title{
font-size: 40px !important;
}
}
@media screen and (max-width:1201px)
{
.ph-container{
margin: 0 30px;
}
.plan-chart-section{
display: none;
}
.phone-view-plan-chart{
display: block;
padding-top: 70px;
}
.phone-view-plan-title{
font-size: 40px;
font-weight: 900;
}
.phone-table-img{
width: 30%;
}
.phone-view-tbl-btn{
background-color: #029de2;
border: none;
color: #fff;
padding: 8% 18%;
transition: 0.3s ease;
width: 70%;
}
.phone-view-tbl-btn:hover{
background-color: #101047;
transition: 0.3s ease;
}
.flex-center{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.phone-view-head-row{
padding-top: 20px;
border-bottom: .8px solid #ccc;
padding-bottom: 20px;
background-color: transparent;
top:90px !important;
}
.infinity{
color: #029fe2;
font-size: 18px;
}
.ques-sym{
color: #ccc;
}
.tick-round{
color: #029fe2;
font-size: 22px;
}
.head-sub-title{
font-size: 12px;
}
.size-phone{
padding-left: 0 !important;
padding-right: 5px !important;
}
.re-le-pad{
padding-left: 0 !important;
}
.un-font-size{
font-size: 14px;
}
.maria-font-size{
font-size: 65%;
overflow-x: wrap;
}
}
@media screen and (max-width:1089px){
.container-plans-card{
margin-left: 20px;
margin-right: 20px;
}
}
@media screen and (max-width:856px)
{
.container-plans-card{
margin-left: 30px;
margin-right: 30px;
}
}
@media screen and (max-width:767px)
{
.system-management-phone-flex{
justify-content: center !important;
display: flex;
}
.system-management-div-img{
align-items: center;
}
.text-center-phone-flex{
text-align: center;
}
}
@media screen and (max-width:1199px)
{
.hosting-plan-card-body{
flex-direction: column;
align-items:center;
}
.hosting-card-contents{
text-align: center;
padding-left: 10px;
}
}
@media screen and (max-width:991px)
{
.system-management-div-img{
align-items: center;
}
.system-management-phone-con-flex{
text-align: center;
}
}
/* tets */
.desktop-tbl-header{
padding: 20px 0;
background-color: #e6e6e6;
text-align: center;
max-width: 256px;
}
.desktop-tbl-data{
padding: 20px 0px;
    text-align: center;
    max-width: 256px;
}
.destop-tbl-data-row{
background-color: rgb(248, 248, 248);
    transition: .3s ease;
    outline: 0px solid #FFA41E;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.desktop-tbl-server-details{
border-spacing:0 18px ;
border-collapse:separate;
}
.server-data-cell-radius{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.action-data-cell-radius{
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.desktop-tbl-action-btn{
font-weight: 600;
color: #fff;
background-color: #029FE2;
border-radius: 10px;
text-decoration: none;
padding: 10px 25px;
transition: .3s ease;
}
.destop-tbl-data-row:hover{
outline: 1px solid #FFA41E;
transform: translateY(-5px);
transition: .3s ease;
}
.destop-tbl-data-row:hover .desktop-tbl-action-btn{
font-weight: 600;
color: #fff;
background-color: #FFA41E;
transition: .3s ease;
}
.server-detail-desktop-bold{
font-weight: 600;
}
.mobile-flex-flex-tbl{
display: flex;
flex-direction: row;
}


/****Shared Hosting Styling Start******/

.shared-main-section{
    background-image:url("../../image/wizname-hero-sharedhosting-background.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.re-shar-padd{
    padding-top:80px;
    margin-bottom:40px !important;
}


.shared-hosting-plans-section{
    padding-bottom:50px;
      background-color:#f7f3feff;
      
}

.duration-selection-div{
    display:flex;
    flex-direction:row;
    justify-content:center;
   
}

.duration-btn{
    padding:15px 55px;
    border:none;
    background-color:#b5b5b5;
    color:#fff;
    margin:0 10px;
    font-weight:600;
    position:relative;
    transition:0.2s ease-in-out;
}

#year-plan{
    display:none;
}

.monthly-plans-div{
    transition:0.3s ease-in-out;
}

.color-blue-price-btn
{
    background-color:#000 ;
}

.offer-detail-price-card{
    margin:0 0 20px 0;
    padding:10px 15px;
    background-color:#2fb32f;
    font-weight:600;
    text-align:center;
    color:#fff;
}

/*.duration-btn:hover{*/
   
/*    background-color:#029fe3;*/
/*    color:#fff;*/
/*    transition:0.2s ease-in-out;*/
/*}*/

.main-plans-card-container{
    padding:20px;
    background-color:#fff;
    transition:0.2s ease;
}

.main-plans-card-container:hover{
    transform:scale(1.02);
    transition:0.2s ease;
}

.main-plans-card-container-title-div-basic{
    width:100%;
    background-color:#029fe2;
    text-align:center;
    padding:15px;
    margin:0 0 40px 0;
    color:#fff;
}



.main-plans-card-container-title{
    margin:0;
    padding:0;
    font-size:20px;
    font-weight:600;
}

.main-plans-card-pricing-div{
    text-align:center;
    margin:0 0 20px 0;
}

.paricing-tag-content-para{
    text-align:center;
    margin:0 0 15px 0;
}

.main-plans-card-pricing{
    font-size:35px;
    font-weight:600;
}

.main-plans-card-container-btn{
    width:100%;
    padding:15px 0;
    border:2px solid #029fe2;
    color:#000;
    border-radius:10px;
    background-color:#fff;
    margin:10px 0 10px 0;
    font-weight:600;
    transition:0.3s ease-in-out;
}

.main-plans-card-container-btn:hover{
    color:#000;
    border-radius:10px;
    background-color:#ebebeb;
    transition:0.3s ease-in-out;
}

.plans-details-div{
    margin:15px 0;
}

.price-card-details-list{
    list-style-type: none !important;
   
}

.pricing-card-list{
    margin:0 0 10px 10px;
}

.def-pricing-col-1
{
    background-color:#101047;
    color:#fff;
}

.def-pricing-col-2
{
    background-color:#fb7d07;
    color:#fff;
}

.pricing-tick-flex{
    display:flex;
    flex-direction:row;
}

fade-in {
  display:block;
  transition: opacity 0.3s ;
  opacity:1;
}


.fade-out {
  display:none;
  pointer-events: none; 
  transition: opacity 0.3s ease-in-out; 
  opacity:0;
}






/****Shared Hosting Styling Start******/








/****Reseller Hosting Styling start*****/

.reseller-main-section{
   background-image:url("../../image/wizname-hero-reseller-background.jpg");
   background-size:cover;
   background-position:bottom;
   background-repeat:no-repeat;
}


/****Reseller Hosting Styling End*****/


/*added css*/

.category-boxes {
    padding: 12px 40px;
    background-color: #101047;
    color: #fff;
    border: none;
    margin: 0px 10px 8px 0;
}

.category-boxes-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
