.calc-wrap{padding:100px 0px;background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;display:inline-block;position:relative}.calc-wrap>div{position:relative;z-index:1}.calc-inner{background:#fff;box-shadow:0px 6px 20px rgb(160 188 208 / 20%);border-radius:15px;padding:40px 50px;max-width:950px;margin:0px auto}.calc-price-item{display:flex;align-content:center;justify-content:center;margin:50px 0px}.price-symb{margin:0px 10px}.price-symb a{border:2px solid #12c3f4;border-radius:50%;padding:5px;width:45px;height:45px;display:flex;align-content:center;justify-content:center;margin:0px;font-size:24px;font-weight:800;cursor:pointer}.price-symb a:hover,.price-symb.active a{border:2px solid #12c3f4;background-color:#12c3f4;color:#fff}.ctrl-items{display:flex;flex-wrap:wrap;position:relative;justify-content:space-between}.ctrl-item{width:28%;position:relative}.ctrl-item-1::before{content:"x";position:absolute;right:-40px;font-size:30px;font-weight:700;top:40%;color:#12c3f4}.ctrl-item-2::before{content:"=";position:absolute;right:-40px;font-size:30px;font-weight:700;top:40%;color:#12c3f4}.ctrl-item label{font-size:20px;color:#16252e;line-height:1.5;font-weight:500}.ctrl-item input{border-bottom:2px solid #000 !important;border-radius:0px !important;font-size:20px !important}.ctrl-item #result{border:2px solid #11a8fd !important;padding:10px;border-radius:5px !important;text-align:center;width:100%;display:inline-block;height:47px;font-size:18px;font-weight:600;position:relative}select#box2{border-bottom:2px solid #000 !important;border-radius:0 !important;font-size:20px !important}div#result.sym3:before{// content:"$"}div#result.sym2:before{// content:"£"}div#result.sym1:before{//content:"€"}div#result:before{//content:"€"}.calc_form h4{font-size:26px;font-weight:600;text-align:center}.calc_form input.hs-button.primary.large:hover{border-color:#11a8fd !important}.calc_form .hs-input::placeholder{text-align:center}.calc_form .hs-input:-ms-input-placeholder{text-align:center}.calc_form .hs-input::-ms-input-placeholder{text-align:center}.calc_form .hs-input{border-bottom:1px solid;border-radius:0px;max-width:250px}.calc_form{text-align:center;padding-top:40px}@media(max-width:1080px){.calc-wrap{padding:70px 0px}}@media(max-width:767px){.ctrl-item{width:100%;position:relative;margin-top:50px}.calc-inner{padding:30px 30px}.ctrl-item-1::before{right:48%;font-size:30px;font-weight:700;top:105%;color:#12c3f4}.ctrl-item-2::before{right:48%;font-size:30px;font-weight:700;top:102%;color:#12c3f4}.calc-price-item{margin:50px 0px 0px}}