.contacts-index-index .col-main_ {
    width: 100%;
    padding: 10px;
}
.box-cadd {
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    #contactForm input, #contactForm textarea {
        width: 100%;
        max-width: 100%;
        float: left;
    }
    #contactForm .form-list li.wide .input-box, #contactForm .form-list .field, #contactForm .form-list .input-box {
        width: 100%;
    }
    .contacts-index-index .col-main_ {
        padding: 0;
    }
    .ct-left {
        width: 100% !important;
    }

    .ct-right {
        width: 100% !important;
    }
}
.ct-left {
    float: left;
    width: 60%;
}

.ct-right {
    float: right;
    width: 40%;
}

.ct-right .buttons-set {
    border-top: none;
}

.ct-right .form-list .input-box, .ct-right .form-list .field, .ct-right .form-list input.input-text {
    width: 99% !important;
}
.ct-right .form-list li.wide textarea {
    width: 98% !important;
}
.ct-right .form-list label {
    margin-bottom: 5px;
}
.bread{
    display: none;
}
@media screen and (max-width: 1000px) {
    .ct-left {
        float: left;
        width: 90%;
    }

    .ct-right {
display: none;
    }
}
span.item-search p {
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}
.supportForm {
    position: relative;
}
#supportSuggest {
    position: absolute;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 70px;
    background: #fff;
    color: #000;
    border: 1px solid #dadada;
    z-index: 10;
    padding-right: 30px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.sec-2,.sec-3 {padding-left: 10px!important;}
.sec-2 h3, .sec-3 h3 {opacity: 0;}
div#supportSuggest li {
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}
div#supportSuggest li:last-child {
    border-bottom:none;
}
div#supportSuggest ul {
    margin-bottom: 0;
}
span.item-search a {
    text-decoration: none;
    color: #5f5e61;
}

.box-support-chat {
    padding: 40px 0;
}
.box-support-chat .dn-button {
    min-width: 100px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    color: #4d626c;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid rgba(77,98,108,.5);
    border-radius: 5px;
}
.box-support-chat h3 {
    margin: -6px auto 26px auto;
    padding: 0 30px;
    font-size: 26px;
    line-height: 40px;
    color: #4d626c;
}
.promoted-articles {
    padding: 0;
    width: 33.33%;
    text-align: left;
    float: left;
}
.promoted-articles li {
    width: 100%;
    float: left;
}
.promoted-articles li:nth-child(3n+1) {
    margin-left: 0;
}
.promoted-articles li a {
    width: 95%;
    color: #4d626c;
    font-size: 16px;
    padding: 2px 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.knowledge-base h1 {
    font-size: 36px;
    margin: 50px 0;
    text-align: center;
    color: #456476;
}.category-list {
     width: 100%;
     display: table;
 }.category-list li:nth-child(1) {
      border-left: none;
  }.category-list li {
       width: 33.33%;
       height: 203px;
       background: #FFF;
       display: table-cell;
       text-align: center;
       color: #d5d5d5;
       font-weight: normal;
       border-left: 10px solid #FFF;
       border-right: 10px solid #FFF;
       vertical-align: top;
   }.category-list img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 28px;
        margin-bottom: 20px;
    }.category-list li a span {
         font-weight: 300;
         font-size: 24px;
         color: #4d626c;
     }
.promoted-articles h3 {
    color: #4d626c;
}
.category-list li a span.fa {
    float: right;
    font-size: 24px;
    color: #afafaf;
    display: none;
}.category-list li a {
     border: 1px solid rgba(77, 98, 108, .4);
     width: 100%;
     height: 100%;
     display: block;
     border-radius: 5px;
     text-decoration:none!important;
 }
.activation-premium a:hover  {
    text-decoration: none;
}
.search-container .search-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 30px;
    font-weight: normal;
    margin-top: 40px;
}
.search-container .search-element {
    width: 52%;
}
.search:before {
    width: 30px;
    height: 25px;
    content: '';
    background: url('/media/common/support/mglass-icon-new.png') 0 0 no-repeat;
    background-size: 30px 25px;
    position: absolute;
    top: 32%;
    left: 15px;
}
.search input[type=search] {
    width: 100%;
    height: 60px;
    font-size: 24px;
    padding-left: 70px;
    padding-right: 20px;
    font-weight: 300;
    border: 1px solid #c2c2c2;
    background: #fff;
    font: normal 20px Roboto, sans-serif;
    -webkit-appearance: none;
    border-radius: 50px;
}
.search input[type=submit] {
    width: 38px;
    min-width: initial;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    padding: 0;
    opacity: 0;
    z-index: 3;
}
.search {
    display: block;
    position: relative;
}
.search-container .search-element {
    max-width: 666px;
    display: inline-block;
}
.header-support {
    background: #f17f4a;
    float: inherit;
    width: 100%;
}
.hero-container-content {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 72px;
    text-align: center;
}
.text-uppercase.hero-text-uppercase {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 10px 4px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    text-align: center;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.hc-image {
    margin-top: -9px;
    margin-right: 12px;
    padding-right: 0px;
    float: none;
    clear: none;
}.hc-main-h5 {
     display: inline-block;
     float: none;
     color: white;
     font-size: 21px;
     margin-top: 24px;
 }
.p-white-light {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
}.text-link {
     float: none;
     -webkit-transition: all 120ms ease;
     transition: all 120ms ease;
     color: white;
 }
.dn-button:hover {
    border-color: #fed825;
}
.livechat {
    min-width: 100px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    color: #4d626c;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid rgba(77,98,108,.5);
    border-radius: 5px;
}