section {
    z-index: 4;
}

body .site__button:focus {
    color: #fff !important;
    background: transparent !important;
}

body .site__button:focus svg {
    fill: #fff !important;
}

.cstm__content__text {
    font-size: 20px;
    letter-spacing: .5px;
    width: 65%;
}

.row--heading .text__summary {
    line-height: 30px;
}

.row-budget.row--content {
    background-color: #fff !important;
    background: var(--color3);
    border-radius: 20px;
    box-shadow: -30px 30px 60px -30px #222e381a;
    padding:50px;
}

.budget-question-wrap {
    width: 100%;
}

.budget-question-wrap:not(:first-child) {
    margin-top: 35px;
}

.budget-question {
    position: relative;
    width: fit-content;
}

.budget-question .question {
    color: var(--color4);
}

.budget-question .tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 14px;
    position: absolute;
    right: -35px;
    top: 0;
    cursor: pointer;
}

.budget-answer {
    margin-top: 10px;
}

.budget-answer select, .budget-answer input, .select-budget .select-active {
    border: none;
    border-bottom: 1px solid;
    padding: 15px 0;
    width: 100%;
    cursor: pointer;
    font-size:14px;
    color: var(--color4);
}

.budget-answer select:focus,  .budget-answer input:focus {
    outline: 0;
}

.budget-action {
    margin-top: 30px;
    display: flex;
}


.budget-action a {
    padding: 0;
    height: 50px !important;
}

.budget-action a:not(:last-child){
    margin-right:10px;
}

.budget-action a:last-child {
    background:#32004b !important;
}

.budget-action svg {
    fill: #fff;
    width: 12px;
    margin-right: 10px;
}


.select-budget {
    position: relative;
}

.select-budget-dropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 4;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #222e381a;
    top: 60px;
    display: flex;
}

ul#ui-id-1 {
    background: #fff;
    width: 84%  !important;
    z-index: 4;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #222e381a;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-top:84px;
}

.ui-menu .ui-menu-item {
    width: 33.33% !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding: 0 10px;
}

.ui-menu .ui-menu-item span {
    padding: 0 !important;
    font-size: 16px;
    color: var(--color4);
}

.ui-state-active {
    background: transparent !important;
    border:none !important;
    color: var(--color1) !important;
}

.select-budget-dropdown span {
    display: block;
    cursor: pointer;
}

.select-active svg {
    position: absolute;
    right: 10px;
    width: 15px;
}

.select-budget-dropdown .select-budget-data span:hover {
    color:var(--color1);
}

.select-budget-dropdown .select-column {
    width: 33.33%;
}

span.select-budget-label {
    font-size: 17px;
    margin-bottom: 20px;
}

.select-budget-data span {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color4);
}

.row-calculate {
    padding-top: 50px;
}

.row-calculate .row--heading, .row-budget-wrap .row--heading {
    flex-direction: column;
    margin-bottom:50px !important;
}

.row-budget-table-wrap > div {
    margin: 0 !important;
    padding: 20px !important;
}

.row.row--narrow.row-budget-table-wrap {
    display: flex;
    justify-content: space-between;
}

.row-budget-table-wrap > div:nth-child(1) {
    width: 68%;
    display: flex;
    flex-direction: column;
}

.row-budget-table-wrap > div:nth-child(2) {
    width: 30%;
}

.row-calculate-heading {
    color: var(--color4);
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid;
    width: 100%;
    padding: 15px  0;
    margin-bottom: 15px;
    height: max-content;
    font-size: 16px;
}

.row-calculate-heading-table, .row-calculate-footer-table {
    display: flex;
    align-content: center;
    align-items: center;
}

.row-calculate-body .budget-wrap {
    display: flex;
    align-content: center;
}


.row-calculate-body {
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
}

.row-calculate-heading-table {
    border-bottom: 1px solid;
}

.row-calculate-heading-table > div {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.row-calculate-heading-table > div:nth-child(1),
.row-calculate-heading-table > div:nth-child(4),
.row-calculate-body .budget-wrap > div:nth-child(1),
.row-calculate-body .budget-wrap > div:nth-child(4),
.row-calculate-footer-table > div:nth-child(1),
.row-calculate-footer-table > div:nth-child(4)  {
    width: 25%;
}

.row-calculate-heading-table > div:nth-child(5),
.row-calculate-heading-table > div:nth-child(6),
.row-calculate-body .budget-wrap > div:nth-child(5),
.row-calculate-body .budget-wrap > div:nth-child(6),
.row-calculate-footer-table > div:nth-child(5),
.row-calculate-footer-table > div:nth-child(6) {
    width: 10%;
}

.row-calculate-heading-table > div:nth-child(3), 
.row-calculate-heading-table > div:nth-child(2),
.row-calculate-body .budget-wrap > div:nth-child(3), 
.row-calculate-body .budget-wrap > div:nth-child(2),
.row-calculate-footer-table > div:nth-child(3), 
.row-calculate-footer-table > div:nth-child(2)  {
    width: 15%;
}

.row-calculate-body .budget-wrap > div:nth-child(3),
.row-calculate-body .budget-wrap > div:nth-child(4),
.row-calculate-body .budget-wrap > div:nth-child(5),
.row-calculate-body .budget-wrap > div:nth-child(6) {
    display: flex;
    align-items: flex-end;  
} 

.price-quautity {
    display: flex;
    border: 1px solid;
    width: 59%;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    height: 35px;
}

.price-quautity input {
    width: 20%;
    text-align: center;
    border: none;
}

.price-quautity input:focus {
    outline: 0;
}

.price-quautity button {
    background: transparent;
    border: none;
    color:#000;
    font-weight: bold;
    cursor: pointer;
}

.price-type {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
}

.price-wrap {
    border: 1px solid;
    font-size: 14px;
    text-align: center;
    border-radius: 14px;
    padding: 8px;
    width: 70%;
}

.support-item-name {
    color: var(--color4);
    font-size: 15px;
    padding-right: 20px;
}

.price-action a {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

.price-cost {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.price-frequency {
    display: flex;
    border: 1px solid;
    border-radius: 17px;
    height: 35px;
    width: 75%;
}

.price-frequency-option {
    display: flex;
    width: 50%;
    border-right: 1px solid;
}

.price-frequency-option input {
    font-size: 12px;
    width: 45%;
    text-align: center;
    border: none;
}

.price-frequency-option input:focus, .price-frequency select:focus {
    outline: 0;
}

.price-frequency-option button {
    background: transparent;
    border: none;
    color:#000;
    font-weight: bold;
    cursor: pointer;
}

.price-frequency select {
    border: none;
    padding: 0 5px;
    background: transparent;
}


input.price-quotes:focus {
    outline: 0;
}

input.price-quotes {
    border: none;
    width: 88%;
}

.row-calculate-footer-table {
    margin-top:20px;
}

.row-calculate-footer-table .btn-reset, .row-calculate-footer-table .btn-add-item {
    min-width: fit-content !important;
    padding: 0 10px;
    font-size: 10px !important;
    height: 28px;
    border: 1px solid var(--btn-solidgrad-def-bg);
    background: transparent !important;
    color: var(--btn-solidgrad-def-bg) !important;
}


.row-calculate-footer-table .btn-reset:hover, .row-calculate-footer-table .btn-reset:hover svg,
.row-calculate-footer-table .btn-add-item:hover, .row-calculate-footer-table .btn-add-item:hover svg {
    color: #fff !important;
    fill: #fff !important;
}

.row-calculate-footer-table .btn-reset svg,
.row-calculate-footer-table .btn-add-item svg  {
    width: 14px;
    margin-right: 8px;
    fill: var(--btn-solidgrad-def-bg) !important;
}

.item-action {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.row-calculate-footer-table > div:nth-child(4) {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
}

.count-item-wrap {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

span.subtotal,
span.price-limits-subtotal,
span.quotable-supports-subtotal,
span.unit-price-subtotal  {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.row-calculate-sum-body-wrap {
    width: 100%;
}

.row-calculate-footer, .row-calculate-sum-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: max-content;
    border-bottom: 1px solid;
    padding: 30px 0;
}

.calculate-label {
    color: var(--color4);
    font-weight: bold;
    font-size: 18px;
}

.budget-action.budget-dp {
    width: 100%;
}

.budget-action.budget-dp a {
    min-width: 50%;
}

.summary-item-name {
    font-weight: normal;
    margin-top: 10px;
    font-size: 16px;
}

.summary-category-name {
    color: #989797eb;
    font-size: 14px;
}

.row-calculate-sum-body.item-body .calculate-value {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.row-calculate-sum-body.item-body {
    align-items: center;
    border-bottom: 1px solid #d4d6d6;
}

div#budget-support-type .select-value {
    font-size: 20px;
}

div#budget-support-type .select-value:not(:last-child){
    margin-bottom: 20px;
}

.price-error {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    background: #ffc296;
    margin-top: 10px;
}

.price-error > div {
    width: 70%;
    display: flex;
    align-content: center;
    align-items: center;
}

.price-error button {
    width: 30%;
    padding: 10px 0px;
    margin: 0 20px;
}

.cta-button.revert-price {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.price-error > div svg {
    width: 10%;
}


.price-error > div p {
    width: 90%;
    font-size: 14px;
    color: #000;
}


@media(max-width:820px){
    .row-budget-wrap {
        padding-top: 100px;
    }

    .budget-question {
        position: relative;
        width: 96%;
    }

    .budget-question .tooltip {
        right: -10px;
    }
    
    .row-budget.row--content {
        padding: 25px;
    }

    .select-budget-dropdown {
        flex-direction: column;
        padding:15px;
        overflow-y: scroll;
        max-height: 450px;
    }
    .select-budget-dropdown .select-column {
        width: 100%;
    }

    .budget-action {
        flex-direction: column;
    }

    .budget-action a {
        width: 100%;
        margin-bottom: 10px;
    }

    .row.row--narrow.row-budget-table-wrap {
        flex-direction: column;
    } 

    .row-budget-table-wrap > div {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .row-calculate-heading-table {
        display: none;
    }

    .row-calculate-heading-table, .row-calculate-body .budget-wrap, .row-calculate-footer-table {
        width: 100% !important;
    }

    .row-calculate-body .budget-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        min-height: 180px;
        align-content: flex-start;
    }

    .row-calculate-body .budget-wrap > div:nth-child(1) {
        flex-basis: 32%;
        width: 32%;
        max-width: 32%;
    }

    .row-calculate-body .budget-wrap > div:nth-child(2) {
        position: absolute;
        top: 8%;
        right: 0;
        width: 70%;
    }

    .row-calculate-body .budget-wrap > div:nth-child(3) {
        position: absolute;
        top: 40%;
        right: 0;
        width: 70%;
    }

    .row-calculate-body .budget-wrap > div:nth-child(4) {
        position: absolute;
        top: 73%;
        right: 0;
        width: 70%;
    }

    .row-calculate-body .budget-wrap > div:nth-child(5) {
        position: absolute;
        bottom: 20px;
    }

    .row-calculate-body .budget-wrap > div:nth-child(6) {
        position: absolute;
        right: -10px;
        top: 5%;
    }

    .price-quautity, .price-wrap, .price-frequency {
        width: 65%;
        padding: 7px 0;
        margin-left: 10px;
    }

    .price-frequency select {
        width: 40%;
        font-size: 11px;
    }

    .price-quautity input {
        width: 30%;
    }

    .price-frequency-option button {
        position: relative;
        top: -4px;
    }

    .row-calculate-footer-table {
        flex-direction: column;
        display:block !important;
    }

    .row-calculate-footer-table .btn-add-item {
        width: 67%;
        height: 40px;
    }

    .row-calculate-footer-table > div:nth-child(1) {
        width: 100%;
    }

   .row-calculate-footer-table > div:nth-child(4), .row-calculate-footer-table > div:nth-child(5), .row-calculate-footer-table > div:nth-child(6) {
        display: inline-block !important;
        width: 32.33% !important;
        text-align: left;
    }

    .row-calculate-footer-table > div:nth-child(5) {
        text-align: center;
    }

    .price-action a .text {
        display: none;
    }

    .price-action a svg {
        display: block !important;
        width: 15px;
        fill: red;
        position: relative;
        left: 15px;
    }

    ul#ui-id-1 {
        flex-direction: column;
        padding: 20px !important;

    }

    ul#ui-id-1 li{
        width:100% !important;
    }

    .support-item-name {
        word-wrap: break-word;
        font-size: 13px;
    }

    #budget-location .select-column:nth-child(2) .select-budget-label,
    #budget-location .select-column:nth-child(3) .select-budget-label {
        display:none !important;
    }

    a.btn-reset {
        margin-left: auto;
    }

    .price-wrap input {
        text-align: center;
    }

    .price-type {
        position: absolute;
        width: 48px;
        right: 4px;
        margin: 0;
        top: 4px;
        font-size: 12px;
    }

    .price-cost {
        font-size: 17px;
        position: absolute;
        right: -285px;
        bottom: 5px;
    }

    .price-error {
        flex-direction: column;
    }

    .price-error > div,  .price-error > button {
        width:100%;
    }

    .price-error button {
        width: 100%;
        margin: 20px 0;
    }
}


@media(max-width:820px) and (min-width:768px){
    .price-action a svg {
        left: 42px;
        top: -10px;
    }
    
    .support-item-name {
        font-size: 17px;
    }
}

/* Calculator FORM */
.calculatorform__open {
  overflow: hidden;
}
.calculatorform__open .calculatorForm {
  opacity: 1;
  visibility: visible;
}
.calculatorForm .inner__wrap {
  background: #ffffff;
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms 200ms var(--easing);
}
.calculatorform__open .calculatorForm .inner__wrap {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.calculatorForm .closeToggle {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 40px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 1000000000000;
}
.calculatorForm .closeToggle span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: var(--color1);
}
.calculatorForm .closeToggle span.line1 {
  transform: rotate(45deg);
}
.calculatorForm .closeToggle span.line2 {
  transform: rotate(-45deg);
}
@media all and (max-width: 767px) {
  .calculatorForm .inner__wrap {
    background: #ffffff;
    width: calc(100% - 60px);
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media all and (max-width: 480px) {
  .calculatorForm .inner__wrap {
    background: #ffffff;
    width: calc(100% - 40px);
    margin-top: 40px;
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
  .calculatorForm .closeToggle {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.calculatorForm .closeToggle {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 40px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    z-index: 1000000000000;
}
.calculatorForm .content {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap
}

.calculatorForm .content .title {
	color: var(--color4);
	font-weight: 800;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 30px;
	font-size: 38px;
	text-align: center;
	width: 100%;
	justify-content: center
}

.calculatorForm .content .phone__number {
	width: 50%;
	text-align: center;
	position: relative;
	padding: 30px
}

.calculatorForm .content .phone__number--plan:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #aaa
}

.calculatorForm .content .phone__number>label {
	display: block;
	font-weight: 800;
	color: #151515;
	font-size: 30px;
	margin-bottom: 15px
}

.calculatorForm .content .phone__number>a {
	display: flex;
	width: 100%;
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	border-radius: 50px;
	transition: all .2s var(--easing)
}

.calculatorForm .content .phone__number>a:hover {
	opacity: .8
}

.calculatorForm .content .phone__number>a .icon {
	margin-right: 10px
}

.calculatorForm .content .phone__number>a svg {
	fill: #fff
}

.quoteForm .content .phone__number.phone__number--plan>a {
	background: var(--color1)
}

.calculatorForm .content .phone__number.phone__number--support>a {
	background: var(--color4)
}

.calculatorForm .content .extra {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #151515;
	font-weight: normal;
}
.calculatorForm .content .phone__number.phone__number--plan>a {
    background: var(--color1);
}

.calculatorForm #forminator-module-11716 label.forminator-label {
    font-size: 16px !important;
    color: #32004b !important;
  display: block;
    margin-bottom: 3px;
}
.calculatorForm select.forminator-select--field {
    color: var(--color4) !important;
  padding: 15px 0 8px 0;
    width: 100%;
    font-size: 24px;
    font-family: 'Figtree';
    color: #abb8c3d1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
    border-bottom: solid 1px #32004b;
}
.calculatorForm span.select2 {
	display: none !important;
}
.calculatorForm input.forminator-input  {
	background: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--color4) !important;
  outline: none;
  padding: 0;
    padding-bottom: 0px;
    margin: 0;
    display: block;
}
.calculatorForm button.forminator-button {
    min-width: 226px !important;
    background-color: var(--color1) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 15px !important;
    cursor: pointer !important;
    height: 67px !important;
    border-radius: 50px !important;
  	margin-bottom: 30px !important;
}
.calculatorForm .forminator-checkbox {
	display: flex;
    width: 100%;
    align-items: center;
}
.calculatorForm .forminator-checkbox .forminator-checkbox-box {
	top: unset;
}
@media all and (max-width:767px) {
	.calculatorForm .content {
		padding-top: 20px
	}

	.calculatorForm .content .title {
		letter-spacing: -.5px;
		margin-bottom: 30px;
		font-size: 35px
	}

	.calculatorForm .content .phone__number {
		padding: 30px 20px
	}

	.calculatorForm .content .phone__number--plan {
		padding-left: 0
	}

	.calculatorForm .content .phone__number--support {
		padding-right: 0
	}

	.calculatorForm .content .phone__number>label {
		font-weight: 800;
		font-size: 25px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto
	}
}

@media all and (max-width:480px) {
	.calculatorForm .content {
		padding-top: 0
	}

	.calculatorForm .content .title {
		letter-spacing: -.5px;
		margin-bottom: 30px;
		font-size: 30px
	}

	.calculatorForm .content .phone__number>label {
		font-weight: 800;
		font-size: 20px;
		max-width: 130px
	}

	.calculatorForm .content .phone__number>a {
		width: 100%;
		height: 40px;
		padding: 0 15px;
		color: #fff;
		font-size: 12px
	}
}

@media all and (max-width:399px) {
	.calculatorForm .content .title {
		font-size: 26px
	}

	.calculatorForm .content .phone__number {
		width: 100%;
		padding: 0 20px
	}

	.calculatorForm .content .phone__number--plan:after {
		display: none
	}

	.calculatorForm .content .phone__number>label {
		margin-bottom: 10px;
		max-width: none
	}

	.calculatorForm .content .phone__number--support {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #aaa
	}

	.calculatorForm .content .extra {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 16px
	}
}