.quoteInfoMsg{font-size:14px;line-height:1.3;color:#fff}
.js-get-quote{margin-bottom:10px}
.doNotCallCheckbox{margin-top:5px}
.doNotCallCheckbox .customCheckBox{display:flex}
.doNotCallCheckbox .customCheckBox label{display:flex;flex-direction:row;align-items:center;gap:10px;padding-left:0;color:#fff;font-size:14px;line-height:1.4;cursor:pointer;margin-bottom:0}
.doNotCallCheckbox .customCheckBox label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.doNotCallCheckbox .customCheckBox .checkmark{position:relative;display:inline-block;flex-shrink:0;order:-1;height:21px;width:21px;border:2px solid #fff;background-color:transparent;border-radius:2px}
.doNotCallCheckbox .customCheckBox label input:checked ~ .checkmark{background-color:#fff;border-color:#fff}
.doNotCallCheckbox .customCheckBox .checkmark:after{content:"";position:absolute;display:none}
.doNotCallCheckbox .customCheckBox label input:checked ~ .checkmark:after{display:block}
.doNotCallCheckbox .customCheckBox label .checkmark:after{left:6px;top:3px;width:6px;height:11px;border:solid #c21b17;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}