/*---------------------------- common media queries used--------------------------*/

@media (max-width: 1199px) {}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (max-width: 500px) {}

.featherlight .featherlight-content {
    background: transparent !important;
}

.featherlight .featherlight-inner {
    display: block;
    overflow: hidden;
    padding: 0;
    background: transparent !important;
}


/*---------------------------- stacktable ---------------------------*/

.stacktable {
    width: 100%;
}

.st-head-row {
    padding: 15px 10px;
    font: 400 16px/1.5 'Gotham SSm A', 'Gotham SSm B';
    color: #000;
    text-align: center;
}

.st-head-row.st-head-row-main {
    font: 400 16px/1.5 'Gotham SSm A', 'Gotham SSm B';
    background: #ececec;
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
}

.inner-data-wrap table.sm_tbl_sh {
    border: 1px solid #ececec;
    margin-bottom: 50px;
}

.inner-data-wrap table.sm_tbl_sh tr {
    border: 1px solid #ececec;
    height: auto;
}

.inner-data-wrap table.sm_tbl_sh tr td {
    padding: 15px;
    font: 300 16px/1.5 'Gotham SSm A', 'Gotham SSm B';
    color: #464646;
}

.inner-data-wrap table.sm_tbl_sh tbody tr:nth-child(odd) {
    background: #fff;
}

.inner-data-wrap table.sm_tbl_sh tbody tr:nth-child(even) {
    background: #fff !important;
}


/*------------------------------------------------------------------*/

@-webkit-keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bottom_cta_button_only {
    display: none;
}

.sm-tables-outer-frame {}

.sm-tables-outer-frame .filtered-table-content-wrap {
    float: left;
    width: 100%;
}

.sm-tables-outer-frame .sm-table-block {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

.sm-tables-outer-frame .sm-table-block .sm-head-table {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 20px 0;
}

.sm-tables-outer-frame .sm-table-block .sm-head-table span {
    font: 400 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
}

.sm-tables-outer-frame .sm-table-block .sm-head-table span .stack-table-link {
    color: #464646;
}

.sm-tables-outer-frame .sm-table-block .sm-head-table span .stack-table-link:hover {
    color: #000;
}

.sm-tables-outer-frame .sm-table-block .sm-table-row-wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sm-tables-outer-frame .sm-table-block .sm-table-row-wrap > li {
    float: left;
    list-style: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ececec;
    padding: 10px 0;
    min-height: 50px;
}

.sm-tables-outer-frame .sm-table-block .sm-table-row-wrap > li span {
    float: left;
    width: 100%;
    text-align: center;
    font: 400 16px/1.5 'Gotham SSm A', 'Gotham SSm B';
    color: #000;
}

.sm-tables-outer-frame .sm-table-block .sm-table-row-wrap > li .green {
    float: left;
    width: 100%;
    text-align: center;
    font: 400 16px/45px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    margin-top: 0px;
    height: 50px;
}

.sm-tables-outer-frame .sm-table-block .sm-table-row-wrap > li small {
    float: left;
    width: 100%;
    text-align: center;
    font: 300 16px/1.5 'Gotham SSm A', 'Gotham SSm B';
    color: #464646;
    margin-top: 2px;
}

.sm-tables-outer-frame .sm-table-handle {
    background: #ececec;
    min-height: 58px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.sm-tables-outer-frame .sm-select-frame {
    float: left;
    width: 100%;
    height: 58px;
}

.sm-tables-outer-frame .sm-table-handle .dd-container {
    width: 100% !important;
}

.sm-tables-outer-frame .sm-table-handle .dd-select {
    border-radius: 0;
    border: 0;
    width: 100% !important;
    background: #ececec;
}

.sm-tables-outer-frame .sm-table-handle .dd-options {
    width: 100% !important;
    border: 1px solid #ececec;
}

.sm-tables-outer-frame .sm-table-handle .dd-option {
    border-bottom: 1px solid #ececec;
    padding-top: 17px;
    padding-bottom: 16px;
}

.sm-tables-outer-frame .sm-table-handle .dd-selected {
    font: 300 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #000;
    padding: 21px 30px 20px 10px;
}

.sm-tables-outer-frame .sm-table-handle .dd-pointer-down {
    border: solid 6px transparent;
    border-top: solid 8px #000;
}

.sm-tables-outer-frame .sm-table-handle .dd-pointer-up {
    border: solid 6px transparent !important;
    border-bottom: solid 8px #000 !important;
    margin-top: -10px;
}

.sm-tables-outer-frame .sm-table-handle .dd-option-text {
    font: 300 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #000;
}

.sm-how-it-works {
    float: left;
    margin-top: 15px;
}

.sm-how-it-works .owl-controls {
    display: none !important;
}

.fullWraper .slider_bottom_text_sm {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.fullWraper .slider_bottom_text_sm h5 {
    float: left;
    width: 100%;
    font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
    margin: 0 0 22px 0;
    letter-spacing: -1px;
}

.fullWraper .slider_bottom_text_sm p {
    float: left;
    width: 100%;
    font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
}

.gray_boxes_sm_view {}

.fullWraper .sm-table-list {
    position: relative;
    float: left;
    width: 100%;
}

.fullWraper .sm-table-list > li {
    float: left;
    width: 100%;
    list-style: none;
    border: 1px solid #ececec;
    border-bottom: 0;
    padding: 10px 5px;
}

.fullWraper .sm-table-list > li:first-child {
    background: #ececec;
    border-top: 0;
    padding: 15px 5px;
}

.fullWraper .sm-table-list > li b {
    color: #383838;
    font: 500 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    float: left;
}

.fullWraper .sm-table-list > li span {
    color: #383838;
    font: 300 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    width: 100%;
    text-align: center;
    float: left;
}

.fullWraper .sm-table-list.dedicated {
    border-top: solid 6px #0ca600;
}

.fullWraper .sm-table-list.virtual {
    border-top: solid 6px #42a6f2;
}

.fullWraper .sm-table-list .sm-list-button-wrp {
    border: 0 !important;
    border-top: 1px solid #ececec !important;
    padding: 20px 0 !important;
    text-align: center;
}

.fullWraper .sm-table-list .sm-list-button-wrp a {
    width: 100%;
    float: none;
    display: inline-block;
}

.black-banner-sm {
    float: left;
    width: 100%;
    background: #000;
}

.sm-form-banners {
    float: left;
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 55px;
}

.sm-form-banners span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font: 400 27px/27px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    text-transform: uppercase;
}

.sm-breadcrumb {
    display: none !important;
}


/*----------------------------------- fluid responsive styles for innner pages components----------------------------------*/

@media (max-width: 1199px) {
    .inner-data-wrap.h-top .left-block a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .inner-data-wrap table tbody tr td,
    .inner-data-wrap table thead {
        font: 400 16px/16px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    a.green-link {
        font-size: 16px !important;
    }
    .green-link-bottom {
        margin: 0 !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-height: 50px;
    }
    .resources-outer-wrap .re-box a {
        font-size: 16px !important;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .fullWraper .sm-full-width-maker {
        width: 100% !important;
    }
    .right-block .black-overlay h4 {
        font-size: 16px !important;
    }
    .right-block .black-overlay h5 {
        font-size: 16px !important;
    }
    .inner-data-wrap .right-data-block .resource-s li a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        font-size: 16px !important;
    }
    .inner-data-wrap .subcntr {
        display: table;
        table-layout: fixed;
    }
    .inner-data-wrap .main-wrapper .leftcntnr {
        width: 57% !important;
    }
    .inner-data-wrap.h-top .left-block {
        width: 57% !important;
    }
    .inner-data-wrap .main-wrapper .rightcntnr {
        width: 37% !important;
        margin-left: 0 !important;
    }
    .inner-data-wrap.h-top .right-block {
        width: 37% !important;
        margin-left: 0 !important;
    }
    .inner-data-wrap .subcntr .lft img {
        margin-left: 0 !important;
        max-width: 85% !important;
    }
    .fullWraper .inner-data-wrap.get-started {
        height: auto !important;
    }
    .inner-data-wrap .main-wrapper .leftcntnr h2 {
        margin-top: 35px !important;
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .list-circle-contnr h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .inner-data-wrap .main-wrapper h2 {
        margin-top: 35px !important;
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .wrapper h2 {
        margin-top: 35px !important;
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .wrapper_grids > li h5 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .inner-data-wrap.divi4 h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
        margin-bottom: 30px;
    }
    .fullWraper .splitr-frame-outer .splitr-div p,
    .fullWraper .hybrid-list > li,
    .fullWraper .inner-data-wrap.hipaa-compliance p.sub,
    .fullWraper .tab-feature-wrap p,
    .inner-data-wrap .main-wrapper .leftcntnr h6,
    .inner-data-wrap .main-wrapper h6,
    .inner-data-wrap .main-wrapper .subcntr .rtc p,
    .fullWraper .list-circle-contnr p,
    .fullWraper .list-circle-contnr .list-circle li span,
    .fullWraper .tour-data-wrap .inner-wrap .box2 p,
    .fullWraper .left-contnr .sections p,
    .fullWraper .tab-bottom-text,
    .fullWraper .wrapper_grids > li p,
    .grid-list3 > li .grid-column p,
    .fullWraper .hybrid-feat-box .ft-box p,
    .fullWraper .inner-data-wrap .header_sub_text,
    .wrapper h6,
    .fullWraper .resources-outer-wrap .re-box p,
    .tab-controls .tab-data p {
        font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper ul.bulletListsded > li h5,
    .inner-data-wrap .rightbts .featured-list > li p {
        font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .inner-data-wrap .main-wrapper .subcntr .rtc h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
    .fullWraper .tour-data-wrap .inner-wrap .box2 h3 {
        font: 400 16px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-bottom: 20px;
    }
    .fullWraper .tour-data-wrap .inner-wrap .box1 img {
        max-width: 90% !important;
    }
    .bottom-leap-section {
        display: none !important;
    }
    .get-started.light-bg.bottom-margin-eraser {
        margin-bottom: -50px !important;
    }
    .get-started-wrap .left-block {}
    .get-started-wrap .get-started-wrap {
        margin-bottom: 0;
    }
    .fullWraper .divi4 {
        margin: 50px 0px 50px 0px;
        padding-top: 40px;
    }
    .fullWraper .inner-data-wrap .feat-col h4 {
        font: 400 18px/28px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .managed-hosting-mid h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .inner-data-wrap .feat-col p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
    }
    .owl-carousel .owl-item:first-child .item:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -33px;
        margin-left: -67px;
        width: 135px;
        height: 66px;
        z-index: 1;
        background: transparent url('../img/global/inner/swipe.png') no-repeat center;
        -webkit-animation: sm-fade-out 5s ease-in-out;
        -moz-animation: sm-fade-out 5s ease-in-out;
        -o-animation: sm-fade-out 5s ease-in-out;
        animation: sm-fade-out 5s ease-in-out;
        opacity: 0;
    }
    .box_wrapping_list .gray_boxes.gray_boxes_sm_view {
        width: 97%;
    }
    .fullWraper .form-container-frame-custom {
        margin-bottom: 50px;
    }
    .fullWraper .inner-data-wrap .sub-head-custom {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .get-started-wrap h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .dedicated h4,
    .fullWraper .inner-data-wrap .dedi_viritue .pcloud h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .dedicated p,
    .fullWraper .inner-data-wrap .dedi_viritue .pcloud p {
        font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-bottom: 20px;
    }
    .fullWraper .inner-data-wrap .rightbts h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .splitr-frame-outer {
        width: 100%;
    }
    .fullWraper .splitr-frame-outer .splitr-div:first-child {
        padding-right: 15px;
        padding-left: 0;
    }
    .fullWraper .splitr-frame-outer .splitr-div {
        width: 50%;
        margin: 0 0 50px 0;
        padding-left: 15px;
    }
    .fullWraper .splitr-frame-outer .splitr-div h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-top: 30px;
    }
    .fullWraper .shiled-aside li h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .tab-controls .tab-data h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .splitr-frame-outer .splitr-div .split-imaga-wrap {
        height: 160px;
    }
    .fullWraper .splitr-frame-outer .splitr-div .bulletListed > li h5 {
        font-weight: 300 !important;
        font-size: 16px !important;
    }
    .fullWraper .sectionBanner .left-block h2,
    .sectionBanner .left-block h1,
    .sectionBanner .left-block h2 {
        margin-left: 0 !important;
        padding-left: 10px !important;
    }
    .fullWraper .tab-splitr {
        width: 100%;
        padding: 0;
    }
    .fullWraper .tab-controls .tab-data .tab-splitr h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .security-table-wrap .tab-controls .tab-data {
        padding-left: 0 !important;
    }
    .fullWraper .shiled-aside {
        margin-bottom: 50px;
    }
    .tab-controls .tab-data p {
        font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .stacktable.large-only {
        margin-bottom: 50px;
    }
    .fullWraper .inner-data-wrap .subcntr .rtc .green-outline-type1 {
        margin-top: 20px;
    }
    .fullWraper .testimonial_cntnr_inner {
        font-weight: 300 !important;
    }
    .fullWraper .order-data hgroup h1,
    .fullWraper .order-data .hgroup h1 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-bottom: 20px;
        margin-top: 35px !important;
    }
    .box_wrapping_list .gray_boxes.gray_boxes_sm_view {
        margin-left: 0 !important;
    }
    .box_wrapping_list .icon_wrapping_div {
        float: left;
        position: relative;
        width: 70px;
        height: 70px;
        margin: 45px 0 0 18px;
    }
    .fullWraper h3.subhead {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin: 0 0 25px 0!important;
    }
    .fullWraper .hybrid-feat-box .ft-box h4,
    .fullWraper .grid-list3 > li .grid-column h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .hybrid-feat-box .ft-box {
        padding: 20px;
    }
    .fullWraper .hybrid-feat-box .ft-box a:before {
        display: none;
    }
    .fullWraper .middle-liner {
        margin-bottom: 0 !important;
    }
    .fullWraper .tab-feature-wrap h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .inner-data-wrap .leftcntnr.full-width-maker {
        width: 100% !important;
    }
    .fullWraper h3 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .why-sh-mid h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .awesome_benefits_wrap > li span.greenish_head {
        font: 400 16px/22px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .wider_wrap_open_positions .wider_head {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
        margin-top: 50px;
    }
    .fullWraper .job_description_wrap .job_des_data h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .job_description_wrap .job_des_data strong {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .custom-form-data h4.comparison-header,
    .custom-form-data h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .job_description_wrap .job_des_data p,
    .fullWraper .job_description_wrap .job_des_data ul > li {
        font: 300 16px/25px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .job_description_wrap .job_des_data p b {
        font-weight: 400 !important;
    }
    .fullWraper .awesome_benefits_wrap {
        text-align: center;
    }
    .fullWraper .awesome_benefits_wrap > li {
        float: none;
        display: inline-block;
        margin-bottom: 45px !important;
        width: 33% !important;
    }
    .fullWraper .pagination-wrap {
        margin-top: 50px;
    }
    .fullWraper .why-sh-mid {
        padding-top: 35px;
        margin-top: 25px;
    }
    .sub-nav-inner-section.subnav-min-fixed {
        top: auto !important;
    }
    .sm-breadcrumb {
        display: block;
        float: left;
        width: 100%;
    }
    .sm-breadcrumb ul {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .sm-breadcrumb ul > li {
        float: left;
        width: auto;
        list-style: none;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sm-breadcrumb ul > li a {
        float: left;
        font: 500 13px/14px 'Gotham SSm A', 'Gotham SSm B';
        color: #000;
        position: relative;
        padding-right: 20px;
    }
    .sm-breadcrumb ul > li span {
        float: left;
        font: 500 13px/14px 'Gotham SSm A', 'Gotham SSm B';
        color: #000;
        position: relative;
    }
    .sm-breadcrumb ul > li a:after {
        content: '>';
        position: absolute;
        bottom: 4px;
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }
    .fullWraper .ddos-bottom-wrap b {
        font: 400 16px/27px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .ddos-bottom-wrap b span {
        float: right;
    }
    .tab-controls.stacked ul.tab-head {
        height: auto;
        border-bottom: 1px solid #c2c2c2;
    }
    .tab-controls.stacked ul.tab-head li {
        width: 100%;
        height: 50px !important;
    }
    .tab-controls.stacked ul.tab-head li a {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 25px;
    }
    .tab-controls.stacked ul.tab-head li a.select {
        height: 50px;
    }
    .tab-controls.stacked .tab-data {
        border-top: 0 !important;
    }
    .tab-controls.stacked ul.tab-head li a.select {
        background: rgb(104, 104, 104) !important;
        color: #fff !important;
    }
    .rightcntnr .aside-top-right > li {
        padding: 0 !important;
        height: auto !important;
        margin: 0 !important;
    }
    .rightcntnr .aside-top-right > li a {
        position: relative;
        float: left;
        padding-top: 17px;
        padding-bottom: 17px;
        width: 100%;
    }
    .rightcntnr .aside-top-right > li span {
        width: 100% !important;
        margin-top: 0 !important;
    }
    .rightcntnr .aside-top-right > li .ico-wrap {
        display: none;
    }
    .testimonial_cntnr .namecntnr .name span {
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 18px !important;
    }
    .fullWraper .startingat .inner .des span,
    .fullWraper .startingat .inner .des,
    .fullWraper .startingat .specs,
    .fullWraper .startingat .price .monthfree,
    .fullWraper .startingat .price .monthfree span {
        font-size: 16px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .resources-outer-wrap .re-box p {
        width: 100% !important;
        float: left;
    }
    .inner-data-wrap h6 {
        padding-right: 0 !important;
    }
    .fullWraper .inner-data-wrap .left-data-block.rare .feat-col-contnr > li {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
    }
    .fullWraper .inner-data-wrap .left-data-block.rare .feat-col-contnr > li .feat-col {
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .inner-data-wrap .main-wrapper .leftcntnr {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .wrapper .left-contnr {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .inner-data-wrap.h-top .left-block {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .inner-data-wrap.h-top .right-block {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .inner-data-wrap .main-wrapper .rightcntnr {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .fullWraper .sectionBanner {
        height: 165px;
        overflow: hidden;
    }
    .fullWraper .sub-banner-frame {
        height: 165px;
        overflow: hidden;
    }
    .fullWraper .sub-banner-frame .left-block {
        height: 165px;
    }
    .fullWraper .sectionBanner .right-block {
        display: none !important;
    }
    .fullWraper .sectionBanner .left-block {
        width: 100%;
        height: 165px;
    }
    .sectionBanner .left-block h1,
    .sub-banner-frame .left-block h2 {
        font: 500 19px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .sub-banner-frame .left-block h1 {
        font: 500 19px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .sectionBanner .left-block h2 {
        font: 400 15px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .sectionBanner .left-block h2 i {
        font: 500 15px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
        font-style: italic;
    }
    .sectionBanner .left-block .white-outline-type3 {
        display: none !important;
    }
    .inner-data-wrap .main-wrapper .subcntr {
        display: block;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .inner-data-wrap .main-wrapper .subcntr .lft {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }
    .inner-data-wrap .main-wrapper .subcntr .rtc {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }
    .fullWraper .inner-data-wrap .feat-col h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .fullWraper .pc-box > li {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0;
        border: 0 !important;
    }
    .fullWraper .pc-box > li .feat-col {
        border: 0;
        border-top: 1px solid #d7d7d7 !important;
    }
    .fullWraper .pc-box > li:first-child .feat-col:first-child {
        border-top: 0 !important;
    }
    .fullWraper .get-started {
        border-top: 0;
    }
    .get-started .not-sure-wrapper a.visible-xs {
        margin-left: 0;
        margin-bottom: 50px;
        width: 100%;
    }
    .get-started .green-outline-type1.visible-xs {
        margin-left: 0 !important;
        margin-bottom: 50px;
        width: 100%;
    }
    .fullWraper .testimonial_cntnr {
        display: none;
    }
    .main-wrapper .pricecntnr {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .fullWraper .startingat .price .monthfree {
        width: 50%;
    }
    .main-wrapper .startingat {}
    .main-wrapper .startingat h6 {
        display: none;
    }
    .main-wrapper .divi5 {
        width: 100%;
    }
    .main-wrapper .pricecntnr .green-outline-type1 {
        margin-bottom: 15px !important;
    }
    .fullWraper .get-started .con-txt {
        display: none;
    }
    .bottom_cta_button_only {
        display: block;
        margin-left: 0 !important;
    }
    .fullWraper .get-started-wrap .left-block {
        width: 100% !important;
        display: block;
    }
    .fullWraper .get-started-wrap .right-block {
        display: none;
    }
    .fullWraper .get-started-wrap .gt-block {
        display: table;
    }
    .fullWraper .get-started-wrap .gt-block span {
        font: 400 16px/16px 'Gotham SSm A', 'Gotham SSm B';
        letter-spacing: -1px;
        padding-right: 10px;
        display: table-cell;
        float: none;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle !important;
    }
    .fullWraper .get-started-wrap .gt-block {
        height: 66px;
    }
    .fullWraper .get-started-wrap .call-us {
        background-position: 26px 20px;
    }
    .fullWraper .get-started-wrap .call-us:hover {
        background: #0ca600 url(../img/vpc/getstart-sprite.png) no-repeat -680px 20px !important;
    }
    .fullWraper .get-started-wrap .start-chat {
        background: #ebebeb url(../img/vpc/getstart-sprite.png) no-repeat 18px -163px;
    }
    .fullWraper .get-started-wrap .start-chat:hover {
        background: #0ca600 url(../img/vpc/getstart-sprite.png) no-repeat -690px -162px !important;
    }
    .fullWraper .get-started-wrap .upload {
        background: #ebebeb url(../img/vpc/getstart-sprite.png) no-repeat 21px -73px;
    }
    .fullWraper .get-started-wrap .upload:hover {
        background: #0ca600 url(../img/vpc/getstart-sprite.png) no-repeat -685px -72px !important;
    }
    .fullWraper .get-started-wrap .find-partner {
        background: #ebebeb url(../img/vpc/getstart-sprite.png) no-repeat 14px -255px;
    }
    .fullWraper .get-started-wrap .find-partner:hover {
        background: #0ca600 url(../img/vpc/getstart-sprite.png) no-repeat -692px -255px !important;
    }
    .fullWraper .get-started-wrap .gt-block i {
        display: none;
    }
    .fullWraper .inner-data-wrap .dedi_viritue {
        width: 100%;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .dedicated {
        width: 100%;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .pcloud {
        left: auto;
        width: 100%;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .dedicated .bcloud {
        width: 100%;
        background: transparent url("../img/hosted-private_cloud/bcloud.jpg") no-repeat no-repeat 0px 0;
        background-size: contain;
        height: 165px;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .pcloud .bcloud {
        width: 100%;
        background: transparent url("../img/hosted-private_cloud/pcloud.jpg") no-repeat no-repeat 0px 0px;
        background-size: contain;
        height: 165px;
    }
    .fullWraper .inner-data-wrap .rightbts {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding-left: 0;
        right: auto;
    }
    .fullWraper .inner-data-wrap .rightbts h4 {
        font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B' !important;
        margin-top: 30px;
    }
    .fullWraper .inner-data-wrap .rightbts .featured-list > li p {
        width: 80%;
    }
    .fullWraper .divi {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .fullWraper .dedicated-servers-bottom-wrapper p {
        display: n.owl-carousel .owl-itemone;
    }
    .fullWraper .dedicated-servers-bottom-wrapper ul.share-block-bottom {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .fullWraper .tour-data-wrap .inner-wrap {
        display: block;
        margin-bottom: 40px;
        margin-top: 0 !important;
    }
    .fullWraper .tour-data-wrap .inner-wrap .box1 {
        display: block;
        width: 100%;
        min-height: 0;
        margin-bottom: 40px;
    }
    .fullWraper .tour-data-wrap .inner-wrap .box2 {
        display: block;
        width: 100%;
        min-height: 0;
    }
    .fullWraper .box_wrapping_list .gray_boxes {
        min-height: 430px;
    }
    .fullWraper .box_wrapping_list.box_wrapping_list_altered .gray_boxes {
        min-height: 450px;
    }
    .fullWraper .wrapper_grids_mn {}
    .fullWraper .splitr-frame-outer .splitr-div {
        width: 100% !important;
        padding: 0 !important;
    }
    .splitr-frame-outer .splitr-div .split-imaga-wrap {
        margin-left: 0 !important;
    }
    .fullWraper .get-started-wrap {
        margin-bottom: 0;
    }
    .fullWraper .inner-data-wrap .main-wrapper .leftcntnr h6 {
        padding-right: 0;
    }
    .fullWraper .list-circle-contnr {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 30px;
    }
    .fullWraper .shiled-aside {
        width: 100%;
        border-left: 0 !important;
        padding-left: 0;
    }
    .fullWraper .sm-form-banners {
        height: 40px;
    }
    .fullWraper .sm-form-banners span {
        font-size: 18px;
        line-height: 18px;
    }
    .sub-nav-inner-section {
        display: none;
    }
    .fullWraper .hybrid-feat-box .ft-box {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        height: auto !important;
        padding-bottom: 50px;
    }
    .fullWraper .grid-list3 > li {
        width: 100% !important;
        padding: 0;
        border: 0 !important;
        border-bottom: 1px solid #d7d7d7 !important;
        margin-bottom: 30px;
    }
    .fullWraper .hybrid-feat-box {
        margin-bottom: 0 !important;
    }
    .fullWraper .grid-list3 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .fullWraper .middle-liner {
        border-bottom: 0;
        padding-bottom: 0 !important;
        padding-top: 35px !important;
    }
    .fullWraper .tab-feature-wrap .tab-block-left,
    .fullWraper .tab-feature-wrap .tab-block-right {
        display: block;
        float: left !important;
        width: 100% !important;
        margin: 0 0 25px 0 !important;
    }
    .fullWraper .bottom-liner .tab-feature-wrap {
        padding-top: 0 !important;
    }
    .fullWraper .hybrid-list {
        margin-top: 15px !important;
    }
    .fullWraper .wider_wrap_open_positions .open_positions_list {
        display: none;
    }
    .fullWraper .job_description_wrap {
        width: 100% !important;
        padding-left: 0 !important;
        border-left: 0 !important
    }
    .fullWraper .awesome_benefits_wrap {
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }
    .featherlight .featherlight-content {
        width: 95%;
    }
    .featherlight .video-preview-wrap {
        position: relative !important;
        padding-bottom: 56.25% !important;
        /* 16:9 */
        padding-top: 25px !important;
        height: 0 !important;
    }
    .featherlight .sm_lighbox_wrapr_frame {
        position: relative !important;
        padding-bottom: 56.25% !important;
        /* 16:9 */
        padding-top: 25px !important;
        height: 0 !important;
    }
    .featherlight iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-preview-wrap .thumb-wrap-bottom {
        display: none;
    }
    body .featherlight .featherlight-close-icon {
        top: 20px !important;
        right: 20px !important;
    }
    .fullWraper .sm-button-space {
        margin-bottom: 15px;
    }
    .pagination-wrap ul li {
        display: none !important;
    }
    .pagination-wrap ul li:first-child,
    .pagination-wrap ul li:last-child {
        display: block !important;
        width: 50%;
        margin: 0;
    }
    .pagination-wrap ul li a {
        float: right !important;
    }
    .custom-close-form {
        top: 25px !important;
        right: 25px !important;
    }
    .fullWraper .resources-outer-wrap .re-box {
        width: 100%;
        min-height: 0 !important;
        margin-bottom: 35px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .resources-outer-wrap .re-box {
        width: 50% !important;
    }
    .inner-data-wrap .main-wrapper .leftcntnr {
        width: 60% !important;
        margin-bottom: 50px;
    }
    .wrapper .left-contnr {
        width: 48% !important;
        margin-bottom: 50px;
    }
    .deal-reg-partner-front-form .wrapper .left-contnr {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .fullWraper.contains_form .wrapper .left-contnr {
        width: 100% !important;
    }
    .inner-data-wrap .main-wrapper .rightcntnr {
        width: 39% !important;
        margin: 50px 0px 50px 0px;
    }
    .fullWraper .sectionBanner {
        height: 200px;
    }
    .fullWraper .sectionBanner .left-block {
        width: 750px;
        height: 200px;
    }
    .fullWraper .sectionBanner .left-block .white-outline-type3 {
        display: none;
    }
    .fullWraper .sectionBanner .right-block {
        display: none;
    }
    .fullWraper .sectionBanner .left-block h2 {
        font-size: 18px !important;
        line-height: 20px;
    }
    .fullWraper .get-started .con-txt {
        font-size: 16px !important;
    }
    .inner-data-wrap .subcntr .lft img {
        margin-left: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 85% !important;
    }
    .fullWraper .tour-data-wrap .inner-wrap .box1 img {
        max-width: 90% !important;
    }
    .fullWraper inner-data-wrap .subcntr {
        padding-top: 50px;
    }
    .fullWraper .pc-box > li {
        width: 50% !important;
    }
    .fullWraper .pc-box > li:nth-child(2) {
        border-right: 0 !important;
    }
    .fullWraper .pc-box > li:nth-child(3) {
        padding-left: 0 !important;
        padding-right: 0;
        border-right: 0 !important;
        width: 100% !important;
    }
    .fullWraper .pc-box > li:nth-child(3) .feat-col:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background: #d7d7d7;
        top: 0;
        left: 0;
    }
    .fullWraper .pc-box > li:nth-child(3) .feat-col {
        width: 50% !important;
        padding-right: 40px !important;
        border-right: 1px solid #d7d7d7 !important;
        border-bottom: 0;
        position: relative;
    }
    .fullWraper .pc-box.single-item-layout > li {
        width: 33% !important;
    }
    .fullWraper .pc-box.single-item-layout > li:nth-child(2) {
        border-right: 1px solid #d7d7d7 !important;
    }
    .fullWraper .pc-box.single-item-layout > li:nth-child(3) {
        padding-left: 40px !important;
        border-right: 0 !important;
        padding-right: 0;
    }
    .fullWraper .pc-box.single-item-layout > li:nth-child(3) .feat-col {
        width: 100% !important;
        border-right: 0 !important;
    }
    .fullWraper .pc-box.single-item-layout > li:nth-child(3) .feat-col:before {
        display: none;
    }
    .fullWraper .inner-data-wrap .pricecntnr {
        margin: 0px 2% 0px 0px;
    }
    .fullWraper .inner-data-wrap .pricecntnr h4.head {
        width: 90%;
        height: 50px;
    }
    .fullWraper .inner-data-wrap .startingat .price .monthfree {
        width: auto;
    }
    .fullWraper .inner-data-wrap .pricecntnr .divi5 {
        width: 100%;
    }
    .fullWraper .inner-data-wrap .pricecntnr .green-outline-type1 {
        margin-bottom: 50px;
    }
    .fullWraper .testimonial_cntnr {
        margin-bottom: 50px;
    }
    .fullWraper .inner-data-wrap .subcntr {
        padding-top: 50px;
    }
    .get-started-wrap .left-block {
        width: 58% !important;
    }
    .get-started-wrap .right-block {
        width: 40% !important;
        background-size: contain !important;
    }
    .get-started-wrap .gt-block span {
        font-size: 17px !important;
    }
    .fullWraper .inner-data-wrap .dedi_viritue {
        width: 100% !important;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .dedicated {
        width: 50% !important;
        margin: 0 0 20px 0 !important;
        padding-right: 15px;
    }
    .fullWraper .inner-data-wrap .dedi_viritue .pcloud {
        width: 50% !important;
        margin: 0 0 20px 0 !important;
        left: auto;
        padding-left: 15px;
    }
    .fullWraper .inner-data-wrap .rightbts {
        width: 100% !important;
        padding-left: 0 !important;
        right: auto;
        border-top: solid 1px #ebebeb;
        padding-top: 50px;
        border-left: 0;
    }
    .fullWraper .inner-data-wrap .rightbts .featured-list > li p {
        width: 90%;
    }
    .inner-data-wrap .dedi_viritue .dedicated .bcloud {
        max-width: 100% !important;
    }
    .inner-data-wrap .dedi_viritue .pcloud .bcloud {
        max-width: 100% !important;
    }
    ul.bulletListsded {
        margin: 20px 0 20px 25px;
    }
    ul.bulletListsded > li h5 {
        font-weight: 300 !important;
        font-size: 14px !important;
    }
    ul.bulletListsded > li {
        margin-bottom: 10px !important;
    }
    .fullWraper .comparison-head table thead tr th:nth-child(1) {
        width: 30% !important;
    }
    .fullWraper .comparison-head table thead tr th:nth-child(2) {
        width: 30% !important;
    }
    .fullWraper .comparison-head table thead tr th:nth-child(3) {
        width: 30% !important;
    }
    .fullWraper .details table td {
        padding: 10px;
    }
    .fullWraper .details table td:nth-child(1) {
        width: 30% !important;
    }
    .fullWraper .details table td:nth-child(2) {
        width: 30% !important;
    }
    .fullWraper .details table td:nth-child(3) {
        width: 30% !important;
    }
    .fullWraper .details table tbody tr td p:first-child {
        font: 300 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    }
    .fullWraper .details table tbody tr td p.pad {
        margin-left: 0 !important;
    }
    .inner-data-wrap table tbody tr td .green-outline-type1 {
        padding: 15px .5% 14px .5% !important;
    }
    .rightcntnr .aside-top-right .ico-wrap {
        display: none !important;
    }
    .inner-data-wrap .rightcntnr .aside-top-right > li span {
        font-size: 16px;
        line-height: 16px;
        width: 100%;
        letter-spacing: -1px;
    }
    .fullWraper .pricecntnr-3-col .pricecntnr {
        width: 31%;
    }
    .owl-carousel:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -83px;
        margin-left: -138px;
        width: 276px;
        height: 166px;
        z-index: 1;
        background: transparent url('../img/global/inner/swipe_720.png') no-repeat center;
        background-size: contain;
        -webkit-animation: sm-fade-out 5s ease-in-out;
        -moz-animation: sm-fade-out 5s ease-in-out;
        -o-animation: sm-fade-out 5s ease-in-out;
        animation: sm-fade-out 5s ease-in-out;
        opacity: 0;
    }
    .owl-carousel .owl-item:first-child .item:after {
        display: none;
    }
    .fullWraper .list-circle-contnr {
        width: 50% !important;
    }
    .fullWraper .shiled-aside {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .fullWraper .hybrid-feat-box {
        margin-bottom: 30px;
    }
    .fullWraper .hybrid-feat-box .ft-box {
        width: 32% !important;
        margin: 0 0 0 1% !important;
        min-height: 430px !important;
    }
    .fullWraper .sub-nav-inner-section {
        margin-bottom: 50px;
    }
    .fullWraper .grid-list3 > li {
        padding: 0 20px;
    }
    .fullWraper .middle-liner {
        margin-bottom: 50px !important;
        padding: 50px 0 !important;
    }
    .fullWraper .awesome_benefits_wrap {
        margin-bottom: 50px !important;
    }
    .fullWraper .wider_wrap_open_positions .open_positions_list {
        width: 40%;
    }
    .fullWraper .job_description_wrap {
        width: 60%;
        padding-right: 10px;
    }
    .fullWraper .startingat .price .amount {
        font-size: 35px !important;
    }
}

@media (max-width: 500px) {
    .rightcnt.form-container-frame-custom .bottom-row-form .green-flat-type6nr .aside-top-right > li span {
        font-size: 14px !important;
    }
    .rightcntnr .aside-top-right > li span {
        font-size: 14px !important;
    }
    .fullWraper .startingat .price .amount {
        font-size: 30px !important;
    }
    .fullWraper .main-wrapper .pricecntnr .green-outline-type1,
    .fullWraper .list-circle-contnr .green-outline-type1 {
        width: 100%;
    }
    .fullWraper .startingat .price .monthfree {
        font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .startingat .price .monthfree span {
        font: 500 14px/15px 'Gotham SSm A', 'Gotham SSm B' !important;
    }
    .fullWraper .awesome_benefits_wrap > li {
        width: 48% !important;
        padding: 1%;
    }
    .fullWraper .inner-data-wrap .leftcntnr .black-outline-type2,
    .fullWraper .inner-data-wrap .leftcntnr .green-flat-type1 {
        width: 100%;
        text-align: center !important;
    }
    /*---header tags---*/
    .fullWraper .sectionBanner .left-block h1 {
        font-size: 15px !important;
    }
}

@media (max-width: 495px) {
    .fullWraper form#estimated-cost-form .row {
        width: 100%;
        margin-bottom: 10px;
    }
    .fullWraper form#estimated-cost-form .row input[type="text"] {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .box_wrapping_list .gray_boxes.gray_boxes_sm_view {
        min-height: 350px;
        width: 100%;
    }
}

@media (max-width: 348px) {
    .fullWraper .get-started-wrap .gt-block.design-cloud span {
        padding-top: 18px;
    }
}

@media (max-width: 315px) {
    .rightcntnr .aside-top-right > li span {
        font-size: 13px !important;
    }
    .rightcntnr .aside-top-right > li span i {
        display: none;
    }
}

@media (max-width: 650px) {}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        max-height: 98%;
        padding: 0px 0px 0 !important;
        border-bottom: 0px solid transparent !important;
    }
}
