#pricing-calculator-form:before {
    display: none;
}
#pricing-calculator-form button.mfp-close {
    background: transparent !important;
    font-size: 28px !important;
    font-weight: normal;
    box-shadow: none !important;
    color: #333 !important;
}



.calc-range {
  position: relative;
}

.calc-range>input {
  width: 100%;
  margin: 2px 0;
  -webkit-appearance: none;
	    border: none !important;
}

span.price-format {
    font-size: 40px;
    margin: 5px 0;
    display: block;
}

.calc-range>input::-webkit-slider-runnable-track {
  background: #ccc;
  border-radius: 10px;
}

.calc-range>input::-moz-range-track {
  background: #ccc;
  border-radius: 10px;
}

.calc-form-field-title>input {
    display: none;
}

.option-tooltip {
    display: flex;
    align-items: center;
    z-index: 2;
}

select#calc-indistry {
    background-color: white !important;
    border: 1px solid #E0E0E0 !important;
    height: 47px !important;
    line-height: 47px !important;
    border-radius: 5px;
    font-size: 18px;
}

.calc-range>::-ms-track {
  background: transparent;
}

.calc-range>input::-ms-fill-lower {
  background: #e1e1e1;
  border-radius: 10px;
}

.calc-range>input::-ms-fill-upper {
  background: #eee;
}

.calc-range>.datalist {
  display: flex;
  justify-content: space-between;
  height: auto;
  overflow: visible;
  margin: 0 -7px;
}

.pricing-type-row.calculator-block .fusion-row {
    display: block;
    text-align: center;
}

.calc-body {
    display: flex;
}

.calc-form-field {
    text-align: left;
}

.calc-form-field label,
.calc-form-field .option {
    font: normal normal normal 16px/23px Mukta, sans-serif;
    letter-spacing: 0px;
    color: #68727C;
    opacity: 1;
}

.calc-form-field {
    margin: 30px 0;
}

label.calc-form-label.header-label {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.calc-form-field-title {
    display: flex;
    margin-bottom: 5px;
    position: relative;
    margin-right: -20px;
    z-index: 5;
}

.calc-sub-fields {
    margin: 10px 20px;
}

.calc-modifiers input {
    display: none;
}

.calc-modifiers label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  cursor: pointer;
}

.calc-modifiers input:checked+label {
  background-color: #bbb;
}

.calc-modifiers {
    display: flex;
    margin: 15px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.calc-modifiers>div {
    margin: 10px 5px;
}

.calc-form-field.hidden {
    display: none;
}

.calc-fields {
    width: 68%;
}

.pricing-block {
    text-align: center;
    width: calc(30% + 72px);
    color: #3173a8;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 20px -35px 0 -16px;
    padding-left: 51px;
}

.disclaimer {
    background-color: aliceblue;
    font: 14px/23px Mukta;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}

/*.pricing-block-text {
    position: sticky;
    top: 20px;
}*/

.pricing-block-text.fixed {
  position: fixed;
  top: 60px;
  max-width: 360px; /* theme specific */
}

.pricing-block-text.fixed-bottom {
  position: absolute;
  bottom: 30px;
}

.calc-form-field .datalist .option {
  display: block;
  width: 30px;
  text-align: center;
  padding: 0;
}
.calc-form-field .datalist.wide-options {
  margin: 0 -70px;
}
.calc-form-field .datalist.wide-options .option {
  width: 155px;
}

 .pricing-calculator a.new-style-btn {
    background-color: #00C973;
    border-radius: 50px;
    border: none;
    font-size: 16px !important;
    color: white;
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 20px !important;
    text-align: center;
    cursor: pointer;
    transition: all .5s !important;
}

.pricing-calculator a.new-style-btn:hover {
    background-color: #00C973 !important;
}

.new-style-btn:hover {
    background-color: #00C973!important;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 7px 5px -5px rgba(107,106,107,1) !important;
}

.calc-sub-fields>div:not(.calc-range), .calc-sub-fields>label {
    margin-top: 20px;
    display: block;
}

.calc-modifiers label {
    background-color: white;
    height: 100%;
    text-align: center;
    margin: 5px;
    border: 1px solid #d5d8da;
    border-radius: 5px;
    width: 145px;
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: 14px/23px Mukta;
    color: #414141;
    cursor: pointer;
}

.calc-modifiers label svg {
    color: #097aff;
    height: 23px;
    margin-bottom: 10px;
}

.gfield_visibility_hidden {
    display: none!important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.calculator-block .fusion-row {
    background: linear-gradient(90deg, #ffffff 70%, #bddbf4 70%);
}

.calc-form-field.opened .calc-form-field-title span.open {
    display: none;
}

.calc-form-field:not(.opened) .calc-form-field-title span.open {
    position: absolute;
    display: flex;
    right: 25px;
    color: white;
    background-color: #097aff;
    width: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.calc-form-field:not(.opened) .calc-sub-fields {
    display: none;
}

.calc-form-field .datalist.wide-options .option-tooltip .option {
    display: inline;
    text-align: right;
    width: auto;
    padding-right: 4px;
}

.datalist#web-management-list .option-tooltip {
    width: 155px;
    justify-content: center;
}

.calc-form-field:not(.opened) .calc-form-field-title,
.calc-form-field:not(.opened) .header-label {
    cursor: pointer;
}

.temp_alert {
    padding: 5px;
    position: fixed;
    bottom: 10px;
    width: 90%;
    left: 5%;
    font-size: 16px !important;
    color: white !important;
    text-align: center;
    background-color: #00c973;
    border-radius: 5px;
    display: none;
    z-index: 10;
}

.temp_alert a {
    color: white !important;
}

.range-points {
    display: none;
}

@media screen and (max-width: 1024px) {
    .calc-body {
        display: block;
    }

    .calc-fields, .pricing-block {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .calculator-block .fusion-row {
        background: white;
    }

    .pricing-block-text.fixed,
    .pricing-block-text.fixed-bottom {
        position: static;
        width: 100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 824px) {
    .calc-form-field .option {
        font: normal normal normal 12px/14px Mukta, sans-serif;
    }

    .range-points {
        display: flex;
        width: calc(100% - 10px);
        justify-content: space-between;
        margin: -7px 5px;
    }

    .calc-modifiers label {
        width: 100px;
    }

    label.calc-form-label.header-label {
        max-width: 212px;
    }

    .calc-form-field-title {
        align-items: center;
    }

/*    .calc-range>datalist {
        margin: 0 6px;
    }*/

    .calc-range>.datalist>.option,
    .calc-range>.datalist>span {
        width: auto;
        text-align: center;
        border: 1px solid;
        margin: 8px 0;
        visibility: hidden;
        white-space: nowrap;
        padding: 5px 10px;
    }

    .calc-range>.datalist>*.opt-vis {
        visibility: visible;
        position: absolute;
    }

    .calc-range {
        display: flex;
        flex-direction: column-reverse;
    }

    .range-points span {
        padding: 0 10px;
    }

    .range-points span:first-child {
        padding-left: 0;
    }

    .range-points span:last-child {
        padding-right: 0;
    }

    .calc-form-field .datalist.wide-options {
      margin: 0 -7px;
    }
    .calc-form-field .datalist.wide-options .option,
    .calc-form-field .datalist.wide-options>span,
    .datalist#web-management-list .option-tooltip {
      width: auto;
    }
}
