.zoom-order.container {
    min-height: 400px;
}
.zoom-order-wrapper label.gfield_label {
	display: none;
}
.zoom-order-wrapper ul {
    padding: 0;
    margin: 0 -12px;	
}
.zoom-order-wrapper li {
    list-style: none;
    margin-bottom: 25px;
    padding: 0 12px;
}
.zoom-order-wrapper li.gfield.col-md-3 {
    width: 25%;
}
.text-center {
	text-align: center;
}
.zoom-title {
	font-size: 48px;
	color: #858384;
	    margin-bottom: 30px;
}
.zoom-subtext {
	font-size: 24px;
	line-height: 1.2;
	    margin-bottom: 40px;
}
.zoom-order-wrapper .large-title {
	font-size: 30px;
	color: #27aae1;
	padding-bottom: 15px;
	border-bottom: 1px solid #9d9d9d;
}

.zoom-order-wrapper input[type="text"] {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
}
.zoom-order-wrapper input[type="text"]:disabled {
    background: #fff;
    
}
.zoom-order-wrapper input[type="text"]:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #c2c2c2;
}
.zoom-order-wrapper input[type="text"]:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2;
}
.zoom-order-wrapper input[type="text"]:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c2c2c2;
}
.zoom-order-wrapper input[type="text"]:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c2c2c2;
}
.zoom-order-wrapper select {
    border: 1px solid #c2c2c2;
    width: 100%;
    line-height: 55px;
    height: 55px;
    border-radius: 0px;
        padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    background: url(../img/arrow-select.png) no-repeat 20px center;
    -webkit-appearance: none;
}
.zoom-order.container h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}
.tabgroup > div {
    display: none;
}
.tabgroup > div.active-tab {
    display: block;
}
div#zoomtabs ul li {
    list-style: none;
    display: inline-block;
    width: 300px;
    height: 65px;
    line-height: 65px;
}
div#zoomtabs ul {
    text-align: center;
    padding: 0;
        border-bottom: 1px solid #9d9d9d;
}
div#zoomtabs ul li a {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-right: 50px;
    display: block;
}
div#zoomtabs ul li a[data-type="cloud"] {
    background: url(../img/cloud-icon.png) #f0f0f0 no-repeat 170px  center;
}
div#zoomtabs ul li a[data-type="cloud"].active-link {
    background: url(../img/cloud-active-icon.png) #5fc4bb no-repeat 170px center;
}
div#zoomtabs ul li a[data-type="local"] {
    background: url(../img/local-icon.png) #f0f0f0 no-repeat 200px center;
}
div#zoomtabs ul li a[data-type="local"].active-link {
    background: url(../img/local-active-icon.png) #9773b3 no-repeat 200px center;
}
#zoomtabs select {
    border: 1px solid #c2c2c2;
    width: 100%;
    line-height: 55px;
    height: 55px;
    border-radius: 0px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    background: url(../img/arrow-select.png) no-repeat 20px center;
    -webkit-appearance: none;
}
#zoomtabs .col-md-6 {
    padding: 0 12px;
}
#zoomtabs .col-md-6.absolute-sum {
    padding-top:50px;
}
#zoomtabs div#tab-group {
    margin-top: 40px;
    padding: 0 8.5%;
}
#zoomtabs {
    position: relative;    
    margin-bottom: 60px;
        min-height: 775px;
}
.col-md-6.absolute-sum {
    position: absolute;
    top: 135px;
    left: 0;
        text-align: center;
}
.cloud_implementation_text {
    display: flex;
    align-items: start;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 35px 0 30px;
    margin: 20px 0;
}
.cloud_implementation_text p {
    margin: 0;
    padding-right: 25px;
    font-size: 16px;
}
.cloud_implementation_text img {
    margin-top: 5px;
}
.zoom-additional-options {
    font-size: 14px;
    font-weight: 300;
}
#basic-config-info {
    margin-right: 12px;
}
.zoom-additional-options > div {
    display: flex;
}
.zoom-tooltip {
    position: relative;
    display: inline-block;
}

.zoom-tooltip .zoom-tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #00aeef;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -97px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    font-weight: 300;
}

.zoom-tooltip .zoom-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00aeef transparent transparent transparent;
}

.zoom-tooltip:hover .zoom-tooltiptext {
    visibility: visible;
    opacity: 1;
}
label.error {
    color: red;
}
#cloud-block .col-md-6 .row {
    margin-top: -20px;
}
#zoomtabs .absolute-sum a, #zoomtabs .absolute-sum.cloud a {
    color: #5fc4bb;
    text-decoration: underline;
}
#zoomtabs .absolute-sum.local a {
    color: #9773b3;
    text-decoration: underline;
}
.order-summary {
    border: 1px solid #c2c2c2;
    padding: 40px 50px 45px;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
}
.total-price {
    position: relative;
}
#zoomtabs h4 {
    font-size: 16px;
}
.total-price {
    color: #5fc4bb;
    font-weight: 500;
    font-size: 20px;
}
.absolute-sum.local .total-price {
    color: #9773b3;
}
.total-price .fregular {
    color: #000000;
    font-weight: 400;
}
.absolute-sum.local .total-price  .fregular{
    color: #000000;
}
.total-price small {
   color: #212529;
    font-weight: 300;
    font-size: 12px; 
}
#zoomtabs #submit {
    width: 100%;
    background:url(../img/button-bg.png) #5fc4bb no-repeat right center;
    border: 1px solid #c2c2c2;
    height: 53px;
    color: #fff;
    font-size: 24px;
        padding-right: 60px;
        position: absolute;
    left: 0;
    bottom: -70px;
    cursor: pointer;
}
#zoomtabs .local #submit {
    background:url(../img/btn-bg-local.png) #9773b3 no-repeat right center;
}
.zoom-order-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
}
.shva {
        vertical-align: top;
    margin-top: 5px;
}
.zoom-additional-options p label span {
    display: inline-block;
}
.message-valid {
    text-align: center;
    font-size: 48px;
    color: #858384;
    margin-bottom: 30px;
    padding: 10% 0;
}
@media (max-width: 768px) {
    .zoom-order-wrapper li.gfield.col-md-3 {
    width: 100%;
}
.col-md-6.absolute-sum {
    position: relative;
    top: auto;
}
}

.page-id-282 .zoom-cloud-order .wizard.vertical > .steps > ul > li.current a#order_form-t-0 {
    min-height: 650px;
}

.page-id-282 .zoom-cloud-order .wizard.vertical > .steps > ul > li.current.error a#order_form-t-0 {
    min-height: 815px;
}

[lang=he-IL] .product_zoom.pp-mo label.title, [lang=he-IL] .product_zoom.mob-app label.title {
    padding-right: 15px;
    padding-left: 0;
}

.product_zoom.pp-mo label.title, .product_zoom.mob-app label.title {
    padding-right: 0;
    padding-left: 15px;
}

[lang=he-IL] .product_zoom.pp-mo .checkmark, [lang=he-IL] .product_zoom.mob-app .checkmark {
    top: 5px !important;
    width: 24px !important;
    height: 24px !important;
    right: -24px !important;
    left: unset;
}

.product_zoom.pp-mo .checkmark, .product_zoom.mob-app .checkmark {
    top: 5px !important;
    width: 24px !important;
    height: 24px !important;
    right: unset !important;
    left: -24px;
}

.product_zoom.pp-mo .checkmark:after, .product_zoom.mob-app .checkmark:after {
    left: 7px !important;
    top: 3px !important;
    width: 7px !important;
    height: 12px !important;
}

.zoom-cloud-order .second_product {
    padding: 15px 0 !important;
}