

.custom-sidebar{width:0;overflow:hidden;padding:0;position:absolute;
    z-index: 1;
    height:100%;
    top:0;
    padding-left:15px;
    right:15px;
    transition: 0.5s;

}
.table-cnt-box{padding-left:15px;padding-right:15px;}

#pricing_plan{transition:margin-right.5s;width:auto}
.slider-content-outerbox{width:100%;position:relative}




/*Data Table Color*/


.dedicated_table tr th,
.dedicated_table tbody tr:hover td
{background: #2979e4;}
.dedicated_table tr:hover td:nth-child(odd){color:#26c6da}
.dedicated_table tr:hover td:last-child a{background-color:#26c6da;box-shadow:0 0 0 2px #26c6da inset;}
.dedicated_table tr td:last-child a{background-color: #fcfcfc;color: #1b69ff;border: 1px solid #1b69ff;}

.dedicated_table{width:100%}
.dedicated_table tr td:first-child,.dedicated_table tr th:first-child{text-align:left;padding-left:30px;border-top-left-radius: 0px;}
.dedicated_table tr th{color:#fff;padding: 20px 0;text-transform:uppercase;border:none;font-weight:700}
.dedicated_table tr td{font-size: 14px;line-height:16px;font-weight:400;background:#fff;border:none;padding:25px 0;transition:all ease-in-out 0.5s}
.dedicated_table td.table_btn{text-align:right;padding-right:25px;}
.dedicated_table tbody tr{border-top:7px solid #f2f6f8;border-bottom:7px solid #f2f6f8;box-shadow: 0 3px 30px 0 rgba(53,102,200,.09);}
.dedicated_table tbody tr:last-child{border-bottom:none}
.dedicated_table tr th:last-child{border-radius: 0 0px 0 0;}
.dedicated_table tr td:last-child a{padding: 10px 21px;font-size:14px;font-weight:400;}
.dedicated_table tr:hover td:last-child a{color:#fff;text-decoration:none}
.dedicated_table tbody tr:hover td{color:#fff}
.dedicated_table.small-only{display:none;}

@media screen and (max-width:1024px){
.dedicated_table.small-only{display:table;margin-bottom:0;}
.dedicated_table.large-only{display:none;}
.dedicated_table tr th{padding:20px 0}
.dedicated_table td.table_btn{text-align:left;}
}

@media screen and (max-width:991px){
    .dedicated_table tr th{padding:15px 0!important;padding-left:20px!important;}
    .dedicated_table tr td{padding:20px 0}
    .dedicated_table td.table_btn{text-align:left}
    .dedicated_table tr td:last-child a{display:inline-block}
}
@media screen and (max-width:480px) {
.dedicated_table tr td{padding:15px 0;}
}



.subtop {
    padding-top: 210px;
    padding-bottom: 100px;
    background-color: #1971ff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/banner.jpg");
}

.subtop .subtop-info {
    color: #FFF;
    font-size: 16px;
}

.subtop .subtop-title {
    color: #FFF;
    font-size: 40px;
    line-height: 60px;
}

.subtop .subtop-title small {
    font-size: 20px;
    margin-left: 1rem;
}


.space {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.gwccpz {
    position: relative;
    vertical-align: top;
    display: block;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #e6e9eb;
    text-decoration: none;
    transition: all .3s;
}

.gwccpz:hover {border: 1px solid #1e88e5;}

.gwccpz.gwccpzac {
    background-color: #f4f9ff;
    border: 1px solid #439aef;
    box-shadow: 0px 1px 9px 0 #0c70de1f;
}

.gwccpz .deploy_checkbox_icon {
    position: absolute;
    top: auto;
    left: 13px;
    margin-top: 8px;
    font-size: 48px;
    line-height: 48px;
    width: 54px;
    transition: opacity ease-in .25s;
}

.gwccpz .deploy_checkbox_line1 {
    display: block;
    color: #363b40;
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;
}

.gwccpz .deploy_checkbox_line2 {
    display: block;
    padding-top: 2px;
    font-size: 12px;
    opacity: .7;
  	color:#363b40;
      line-height: 23px;
}

.gwccpz.gwccpzac .deploy_checkbox_line1 {
   color: #0c70de;
}

.gwccpz.gwccpzac .deploy_checkbox_line2 {
    color: #0c70de;
}

.gwccpz a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.gwccpz img {
    margin-right: 10px;
}


.gwccpz.active {
    background: linear-gradient(45deg, #135FAC 1%, #1e88e5 64%, #40BAF5 97%);
    border-width: 0px;
    box-shadow: 0 5px 30px -5px rgba(37,45,51, .5);
}

.gwccpz.active a span {
    color: #ffffff;
}