/* 
Custom stylesheet for quick, in-place modifications of classes 
Author: Alek Manov
Date: 15 March 2018
*/
.plans.cloud-plans .item.custom {
    padding: 29px 35px 140px;
}

/* Tab Section - Managed Clusters*/
*,
*:hover,
*:focus,
*:active,
*:active:hover {
    outline: none !important;
}

.tab-section .nav-tabs {
    background: #5d40e5;
    font-size: 0;
    border: none;
    margin: 0;
}

.tab-section .nav-tabs li {
    margin: 0;
}

.tab-section .nav-tabs > li > a {
    font: 500 12px/15px 'Graphik', sans-serif;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 16px 46px 17px 26px;
    position: relative;
    border: none;
    margin: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.tab-section .nav-tabs li a:hover,
.tab-section .nav-tabs li a:focus,
.tab-section .nav-tabs li a:active,
.tab-section .nav-tabs li a:active:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tab-section .nav-tabs li a:hover:after,
.tab-section .nav-tabs li a:focus:after,
.tab-section .nav-tabs li a:active:after {
    border-top-color: #8d79ee;
}

.tab-section .nav-tabs > li.active > a,
.tab-section .nav-tabs > li.active > a:hover,
.tab-section .nav-tabs > li.active > a:focus {
    border: none;
}

.tab-section .nav-tabs li a:before,
.tab-section .nav-tabs li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 48px solid #5d40e6;
    border-left: 17px solid transparent;
    border-right: 0;
    z-index: 1;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.tab-section .nav-tabs li:first-child a:after {
    display: none;
}

.tab-section .nav-tabs li a:before {
    right: 0;
    left: auto;
}

.tab-section .nav-tabs > li.active > a:after {
    border-top-color: #fff;
}

.tab-section .nav-tabs li a.active {
    color: #456cf1;
}

/*dropdown*/
.tab-section .nav-tabs .dropdown {
    display: none;
    width: 100%;
}

.tab-section .nav-tabs .dropdown.open {
    background: #456cf1;
}

.tab-section .nav-tabs .dropdown > a.dropdown-toggle,
.tab-section .nav-tabs .dropdown > a.dropdown-toggle:hover,
.tab-section .nav-tabs .dropdown > a.dropdown-toggle:focus {
    background: #5a40e5;
    color: #fff;
    text-transform: uppercase;
}

.tab-section .nav-tabs .dropdown a:hover,
.tab-section .nav-tabs .dropdown a:focus,
.tab-section .nav-tabs .dropdown a:active,
.tab-section .nav-tabs .dropdown a:active:hover,
.tab-section .nav-tabs .dropdown a {
    background: #5a40e5;
    color: #fff;
    padding: 15px 15px 15px;
}

.tab-section .nav-tabs .dropdown a:after,
.tab-section .nav-tabs .dropdown a:before {
    display: none;
}

.tab-section .nav-tabs .dropdown ul {
    background: #5a40e6;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0 0 0 -1px;
    width: calc(100% + 2px);
}

.tab-section .nav-tabs .dropdown ul li {
    display: block;
    width: 100% !important;
}

.tab-section .nav-tabs > li.active > a,
.tab-section .nav-tabs > li.active > a:hover,
.tab-section .nav-tabs > li.active > a:focus,
.tab-section .nav-tabs .dropdown ul li.active a {
    background: #fff;
    color: #456cf1;
}

.tab-section .nav-tabs .dropdown ul li a:hover,
.tab-section .nav-tabs .dropdown ul li a:focus,
.tab-section .nav-tabs .dropdown ul li a:active,
.tab-section .nav-tabs .dropdown ul li a:active:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-section .nav-tabs .dropdown ul li.active a:hover,
.tab-section .nav-tabs .dropdown ul li.active a:focus,
.tab-section .nav-tabs .dropdown ul li.active a:active,
.tab-section .nav-tabs .dropdown ul li.active a:active:hover {
    background: #fff;
}

/*dropdown*/
.bordered-bottom {
    border-bottom: 1px solid #E7EAEF;
}

.tab-section .tab-header {
    padding-bottom: 60px;
}

.tab-section .tab-content .check-list-circle > li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 45px;
}

.tab-section .tab-body {
    padding-bottom: 60px;
    padding-top: 60px;
}

.tab-section .tab-body .image-holder {
    display: block;
    width: 100%;
    text-align: center;
}

.tab-section .tab-body .image-holder img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.tab-section .tab-footer {
    padding-top: 30px;
    text-align: center;
}

.tab-section .tab-footer a{
    max-width:240px;
    margin:0 auto;
}
.tab-section .tab-footer .sub-title {
    text-align: center;
}

.sub-title-huge {
    font: 18px/22px 'Graphik', sans-serif;
}

@media screen and (max-width: 991px) {
    .tab-section .tab-content {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tab-section .nav-tabs > li {
        display: none;
    }

    .tab-section .nav-tabs .dropdown {
        display: block;
        text-align: center;
    }

    .tab-section .tab-content {
        padding: 30px 20px;
    }

    .tab-section .tab-header {
        padding-bottom: 20px;
    }

    .tab-section .tab-body {
        padding: 20px 0;
    }

    .tab-section .tab-footer {
        padding-top: 20px;
        height: auto;
    }

    .tab-section .tab-header .sub-title {
        margin-bottom: 20px;
    }

    .tab-section .tab-body .image-holder {
        padding: 0;
    }

}
/* Infolist */
.tab-section .info-list,
.tab-section .tab-content {
    padding: 60px;
    border-radius: 6px;
    border-top: none;
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    background-color: white;
}
.tab-section .info-list {
    position: relative;
    z-index: 2;
}
.tab-section .info-list > li {
    position: relative;
    padding: 40px 0 40px;
    border-top: 1px solid #E7EAEF;
}

.tab-section .info-list > li:last-child {
    padding-bottom: 0;
}

.tab-section .info-list > li:first-child {
    padding-top: 0;
    border-top: none;
}

.tab-section .info-list .head {
    font-size: 22px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 1em;
}

.tab-section .info-list .head .ico {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    line-height: 24px;
}

.tab-section .info-list .head .ico img {
    vertical-align: middle;
    max-height: 22px;
    max-width: 22px;
}

.tab-section .info-list-icon-row {
    display: table;
    min-width: 100%;
}

.tab-section .info-list-icon-row .cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 60px;
}

.info-list-icon-row .cell-ico .circle-ico .wrap {
    display: table-cell;
    vertical-align: middle;
}
.info-list-icon-row .cell-ico .circle-ico .wrap img { max-width:none;}
.info-list-icon-row .image {
    padding: 0 25px;
    text-align: right;
}
.info-list-icon-row .image img{ max-width:none; }
@media only screen and (max-width: 991px) {
    .tab-section .info-section + section {
        padding-top: 250px;
    }

    .tab-section .info-list {
        padding: 30px 30px;
    }

    .tab-section .info-list > li {
        padding: 30px 0;
    }

    .tab-section .info-list-icon-row .cell-text {
        margin-bottom: 20px;
    }

    .tab-section .info-list-icon-row .image {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    .tab-section .info-section {
        margin-top: 20px;
    }

    .tab-section .info-list {
        padding: 20px 20px;
    }

    .tab-section .info-list > li {
        padding: 20px 0;
    }

    .tab-section .info-list .img-responsive {
        margin-top: 20px;
    }

    .info-list-icon-row {
        width: auto;
        padding: 10px;
    }

    .info-list-icon-row .cell {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 479px) {

    .info-list-icon-row {
        display: block;
        text-align: center;
    }

    .info-list-icon-row .cell {
        display: block;
        padding: 0;
    }

    .info-list-icon-row .cell-ico .circle-ico {
        margin: 0 auto 20px;
    }
}

/* end Infolist */

/* Qestions Form */
.questions-form-section {
    max-width:900px;
    margin:0 auto;
}
.questions-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    background: #fff;
}

.questions-form .holder {
    padding: 40px;
}

.questions-form > .head {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    padding: 15px 40px;
    background: #5b40e4;
    font-weight: 600;
}

.questions-form .form-confirm {
    margin: 0;
    padding-bottom: 150px;
    border: none;
    box-shadow: none;
}

.inp-row {
    position: relative;
    margin: 0 0 20px;
}
.inp-row span.help-inline {
    font-size: smaller;
    color: #B94A48;
}
.inp-row .inp {
    border: none;
    color: #1f252d;
    font-weight: 500;
    border-bottom: 1px solid #E7EAEF;
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 0px 7px;
    outline: none !important;
    width: 100%;
}

.inp-row .inp:focus {
    border-color: #0dbe82;
}

.inp-row .inp:focus + label,
.inp-row .inp.fill + label {
    top: -10px;
    font-size: 12px;
}

.inp-row label {
    display: block;
    position: absolute;
    white-space: nowrap;
    left: 0px;
    top: 14px;
    line-height: 22px;
    pointer-events: none;
    transition: all .25s;
    font-weight: normal;
    color: #71798c;
}
.inp.textarea {
    display:block;
    max-width:100%;
    min-width:100%;
    min-height:200px;
    border-color: #e7eaef;
    padding: 1em;
}
.questions-form .title {
    margin: 26px 0 13px;
}

.questions-form .inp-row + .title {
    margin-top: 52px;
}

.radio-quest {
    display: table;
    width: 100%;
}

.radio-quest label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.radio-quest label span {
    display: block;
    position: relative;
    border: 1px solid #e3e8ee;
    margin: 0 0 0 -1px;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px 13px 48px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.radio-quest label:hover span {
    color: #1f252d;
    border-color: #e3e8ee;
}

.radio-quest input {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.radio-quest input:checked + span {
    background: #f1f3f6;
    color: #232e44;
    z-index: 100;
    font-weight: 500;
}

.radio-quest label span:before {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 20px;
    top: 13px;
    margin: 2px 10px 2px 0;
    border-radius: 50%;
    border: 4px solid #e3e4ee;
    background: #e3e4ef;
}

.radio-quest input:checked + span:before {
    background-color: #ffffff;
    border: 5px solid #456cf1;
}

.questions-form .btn {
    text-align: left;
    margin: 1.875em 0 0;
    font: 600 16px/19px 'Grpahik', sans-serif;
    box-shadow: none;
}

.questions-form-section .section-title {
    text-align: left;
}

.questions-form-section .section-title img {
    margin: 60px 0 20px;
}

.row-100 {
    margin: 0 -50px;
}

.row-100 > * {
    padding: 0 50px;
}

.questions-form-section + .promo-blogs {
    min-height: 650px;
}

.questions-form-section.confirmation + .promo-blogs {
    min-height: 480px;
}

@media only screen and (max-width: 1199px) {

    .row-100 {
        margin: 0 -30px;
    }

    .row-100 > * {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 991px) {

    .row-100 {
        margin: 0 -20px;
    }

    .row-100 > * {
        padding: 0 20px;
    }

    .questions-form {
        margin-bottom: 40px;
    }

    .questions-form-section + .promo-blogs,
    .questions-form-section.confirmation + .promo-blogs {
        padding: 50px 0 50px;
        min-height: 0;
    }

    .questions-form-section .section-title {
        margin: 0 0 40px;
        text-align: center;
    }

    .questions-form-section .section-title img {
        margin: 0 auto 20px;
    }

    .questions-form .head {
        padding: 15px 30px;
    }

    .questions-form .holder {
        padding: 30px;
    }

    .questions-form .form-confirm {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .questions-form .head {
        padding: 15px 20px;
    }

    .questions-form .holder {
        padding: 20px;
    }

    .radio-quest label {
        display: block;
        margin: 0 0 -1px 0;
    }

    .radio-quest label span {
        white-space: normal;
    }

    .questions-form .btn {
        margin-bottom: 0;
    }

    .questions-form .form-confirm {
        padding-bottom: 20px;
    }
}

/* end Qestions Form */

/* Logos Section */
.logos-section {
    background-color: #5a40e5;
    text-align: center;
    position: relative;
    padding: 3em 0;
    line-height: 60px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 5em;
    border-radius:  6px;
}

.logos-section .holder {
    margin: 0 -24px;
    font-size: 0;
}

.logos-section img {
    vertical-align: middle;
    max-height: 60px;
    margin: 6px 24px;
}

@media only screen and (max-width: 991px) {

    .logos-section {
        padding: 50px 0;
        max-width: 90%;
    }
    .contact-block {
        padding: 1em 3em;
    }
    .contact-block .btn {
        padding:20px;
    }
}

@media only screen and (max-width: 767px) {

    .logos-section {
        padding: 30px 0;
        margin-top: 3em;
    }

    .logos-section img {
        max-width: 120px;
    }
}

/* end Logos Section */

.check-list-circle,
.text-holder .check-list-circle {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.check-list-circle > li {
    position: relative;
    margin: 12px 0px;
    line-height: 18px;
    font-size: 16px;
    padding: 4px 0px 4px 40px;
}

.check-list-circle > li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    content: '';
    background: url('/assets-new/images/icon-ui-yes-oval-green.svg') 50% 50% no-repeat;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
.check-list-circle.fluidChecks > li{
    margin: 12px 5px;
    line-height: 18px;
    font-size: 16px;
    padding: 4px 17px 4px 40px;
    display: -webkit-inline-box;
    background: #f1f3f6;
    border-radius: 50px;
}
.check-list-circle.fluidChecks > li:before{
    left: 1px;
    top: 1px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    content: '';
    background: url('/assets-new/images/icon-ui-yes-oval-blue.svg') 50% 50% no-repeat;
    display: block;
}
.check-list-circle-green > li:before {
    background: #0dbe82 url('/assets-new/images/icon-ui-checkmark-white.svg') no-repeat 50% 50%;
}

.check-list-circle-white > li:before {
    color: #456cf1;
    background: #fff;
}
.hero-bg-holder {
    position: relative;
}
@media only screen and (max-width:991px){
    .hero-bg-holder {
        display:none;
    }
}

/* Vlog Posts*/
.articles-holder .item {
    background: #FFFFFF;
    border: 1px solid #E3E8EE;
    box-shadow: 0 2px 3px 0 rgba(31,37,50,0.05);
    border-radius: 3px;
    margin-top: 30px;
    position: relative;
}
.articles-holder .item a {
    color:inherit;
    display: block;
}
.articles-holder .item a:hover {
    opacity:.1;
}
.articles-holder .item .img-holder{
    height: 150px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
}
.articles-holder .item .title{
    
}
.articles-holder .item .text {
    padding: 30px;
}

.articles-holder .item-stack {
    background: #FFFFFF;
    border: 1px solid #E3E8EE;
    box-shadow: 0 2px 3px 0 rgba(31,37,50,0.05);
    border-radius: 3px;
    margin-bottom: 40px;
    position: relative;
}
.articles-holder .item-stack a {
    color:inherit;
    display: block;
}
.articles-holder .item-stack a:hover {
    opacity:.1;
}
.articles-holder .item-stack .img-holder{
    height: 200px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
}
.articles-holder ..item-stack .title{
    
}
.articles-holder .item-stack .text {
    padding: 30px 30px 30px 0;
}

.articles-holder .item-single {text-align: center;position: relative;}
.articles-holder .item-single a {
    color:inherit;
    display: block;
}
.articles-holder .item a:hover,
.articles-holder .item-single a:hover {
    opacity: .8;
    text-decoration: none;
}
.articles-holder .item-single .img-holder{
    margin: 0 auto;
    position: relative;
}
.articles-holder .item .img-holder img{
    border-radius: 3px 3px 0px 0px;
    flex-shrink: 0;
    object-fit: cover;
}
.articles-holder .item-single .img-holder:before,
.articles-holder .item-single .img-holder:after {
    content:'';
    background: #e3e8ee;
    position:absolute;
    bottom:83px;
    width: 21.8%;
    height:1px;
}
.articles-holder .item-single .img-holder:before{
    left:0;
}
.articles-holder .item-single .img-holder:after{
    right:0;
}
.articles-holder .item-single .img-holder img {
    margin: 0 auto;
    height: 165px;
    display: -webkit-box;
    border-radius: 9px;
}
.articles-holder .item-single .title{
}
.articles-holder .item-single .text {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
}
.articles-holder .btn {
    padding:15px 30px;
    background:#fff;
    border:1px solid grey;
    border-radius:3px;
    color:green;
}
.story-block-single, .articles-holder{
    padding: 4em 0;
}
.information {
    background:white;
}
.grey-box {
    background: #f5f7fa;
}
.plans.cloud-plans ul li del{
    color:#ff0000;
}
.plans.cloud-plans .item.custom-reset {padding-bottom: 170px;}
.plans.cloud-plans .item.custom-reset ul{
    margin-bottom: 20px;
}
.plans.cloud-plans .item.custom-reset .bottom-section span:nth-child(2){
    font-size: 12px;
}