/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  REWRITES
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #333;
  background: #F0F0F0;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
input, button, select, textarea {
  font-family: 'Inter', sans-serif;
}
.container {
  max-width: 970px;
}
h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #333;
  letter-spacing: -0.69px;
}
h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #333;
  letter-spacing: -0.69px;
}
h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.69px;
}
h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  letter-spacing: -0.69px;
}
p {
    font-size: 16px;
    line-height: 23px;
}
img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.transparent {
  border-color: transparent;
  background: transparent;
  color: transparent;
}
.no-margin {
  margin: 0px;
}
.tag-margin-mini {
  margin: 5px 0px;
}
.tag-margin {
  margin: 10px 0px;
}
.tag-margin-big {
  margin: 20px 0px;
}
.tag-margin-xbig {
  margin: 40px 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}

.tag-relative {
  position: relative;
}
.tag-left {
  float: left;
}

.error-message {
    display: none;
}

.form-control.error,
input[type=checkbox].error,
input[type=radio].error {
    border-color: #EC0101 !important;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=checkbox],
.radio-inline input[type=checkbox],
.checkbox input[type=radio],
.checkbox-inline input[type=radio],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
}

.checkbox label,
.radio label {
    line-height: 1.125;
    padding-left: 0;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #CDCBCC;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    margin-top: -3px;
    text-align: center;
    top: 50%;
    width: 18px;
}

input[type=checkbox]::-ms-expand,
input[type=radio]::-ms-expand {
    display: none;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4285F4;
}
input[type=checkbox]:checked:before {
    border-radius: 0;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none;
}

input[type=radio] {
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-custom {
    padding: 13px 30px;
    text-transform: uppercase;
    background: #4285F4;
    border: 2px solid #276EE4;
    box-shadow: inset 0px 3px 0px #66A0FF;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.33px;
    color: #fff;
    margin-top: 12px;
    text-shadow: none;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
    background: #5693F8;
    border: 2px solid #276EE4;
    box-shadow: inset 0px 3px 0px #66A0FF;
}
.btn-custom:active {
    color: #fff;
    background: #276EE4;
    border: 2px solid #276EE4;
    box-shadow: none;
}


@keyframes wiggle {
    0% { transform: rotate(0deg); }
   20% { transform: rotate(0deg); }

   25% { transform: rotate(3deg); }
   35% { transform: rotate(-3deg); }

   45% { transform: rotate(3deg); }
   55% { transform: rotate(-3deg); }

   65% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes short{
    0%  {width: 0;}
    100%{width: 45%;}
}
@keyframes long{
    0%  {width: 0;}
    100%{width: 75%;}
}
@keyframes poin{
    0%  {transform:rotate(45deg) scale(1)}
    50% {transform:rotate(50deg) scale(1.7)}
    100%{transform:rotate(45deg) scale(1)}
}

.wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
}
.wiggle:hover {
  animation: none;
}

/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STRUCTURE
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.stick-header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}
.stick-header div.content {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    background: #25336C;
    box-shadow: 0 2px 15px 0 rgba(117, 117, 117, 1);
}
.stick-header div.content p {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
}
.stick-header div.content a {
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 8px;
    background: #29B554;
    border-radius: 6px;
    display: inline-block;
    animation: wiggle 2.5s infinite;
    margin-left: 10px;
}
.wrap-support-local {
    position: relative;
    z-index: 1000;
}
.support-local {
    width: 100%;
    height: auto;
    padding: 15px 0 12px;
    position: relative;
    text-align: center;
    background: #EDF4FF;
    box-sizing: border-box;
}

.support-local svg {
    display: inline-block;
}
.support-local p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #4C4F59;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: -4px;
}
.wrap-support-local img {
    width: 84px;
    display: inline-block;
    position: absolute;
    right: 50%;
    bottom: -92px;
    margin-right: -42px;
}
.header {
    position: relative;
    z-index: 999;
}
.header a.logo {
    margin-top: 17px;
    display: inline-block;
}
.header a.logo img {
    max-height: 36px;
}
.wrap-site {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(117,117,117,63);
}
.wrap-header {
    width: 100%;
    float: left;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #25336C;
}
.header .wrap-phone {
    float: right;
    text-align: right;
    position: relative;
}
.header .wrap-phone p {
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  margin: 0;
}
.header .wrap-phone a {
  font-weight: 700;
  color: #FFF;
  float: right;
  font-size: 20px;
  margin: 10px 0 0;
  line-height: 24px;
  padding: 8px 12px;
  background: #29B554;
  border-radius: 6px;
  display: inline-block;
  animation: wiggle 2.5s infinite;
}
.header .wrap-phone a:hover {
  text-decoration: none;
  animation: none;
}

.pre-footer {
    padding: 35px 40px;
    background: #F0F0F0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.09px;
    color: #757575;
}
.pre-footer a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.09px;
    color: #757575;
}

.footer {
  width: 100%;
  float: left;
  padding: 35px;
  box-sizing: border-box;
  background: #25336C;
}
.footer p {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.05px;
    color: #F1F1F1;
    margin-bottom: 0px;
}
.footer p a {
    font-size: 11px;
}
.footer a {
  font-size: 16px;
  line-height: 18px;
  color: #F1F1F1;
}
.footer a.become-a-pro {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 7px;
    color: #FFF;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
}
.footer a.become-a-pro:hover {
    text-decoration: none;
}
.footer .logo_homeyou {
    width: 30px;
    margin-top: 3px;
    display: inline-block;
}
span.lowercase {
    text-transform: lowercase;
}


/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STEP 1
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.wrap-banner {
    width: 100%;
    height: auto;
    float: left;
    max-height: 570px;
    overflow: hidden;
    position: relative;
    background: #E8E8E5;
}
.wrap-banner-image {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wrap-banner-image:before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(59, 72, 93, 0.63), rgba(59, 72, 93, 0.63));
    background-blend-mode: multiply, normal;
    z-index: 1;
}
.wrap-banner .wrap-banner-content {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.wrap-banner .wrap-banner-content .wrap {
    width: 100%;
    float: left;
    padding: 20px 35px;
    box-sizing: border-box;
}
.wrap-banner h1 {
    max-width: 470px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin: 0px;
    letter-spacing: -0.79px;
}
.homepage-v2 .wrap-banner h1 {
    max-width: 100%;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
}
.wrap-banner h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    margin: 15px 0 0;
    letter-spacing: -0.47px;
}
.homepage-v2 .wrap-banner h4 span {
    background-color: #29B554;
    padding: 2px 3px;
}

.wrap-banner-content .span7 {
    position: relative;
}
.wrap-banner-content .span7:after {
    width: 261px;
    height: 61px;
    float: left;
    position: absolute;
    bottom: -100px;
    right: 50px;
    content: "";
    background-image: url(/assets/ff2b03f2/images/arrow@2x.png);
    background-size: 261px 61px;
}


.form-quote {
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 25px 25px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0.598509px 2.79304px rgba(0, 0, 0, 0.0605839), 0px 2.01027px 9.38125px rgba(0, 0, 0, 0.2294), 0px 9px 42px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.form-quote:after {
    width: 100%;
    height: 68px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #f0f0ee;
}
.form-quote legend {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    border: none;
    margin: 0 0 15px;
    position: relative;
}

.form-quote fieldset {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding-bottom: 25px;
}
.form-quote fieldset ul {
    margin: 0;
    list-style: none;
}
.form-quote fieldset ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    text-align: left;
    padding: 15px 10px 15px 35px;
    background: linear-gradient(0deg, #E8E8E8 0%, #FFFFFF 100%);
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
    margin-bottom: -1px;
    cursor: pointer;
}
.form-quote fieldset ul li:first-child {
    border-radius: 3px 3px 0px 0px;
}
.form-quote fieldset ul li:last-child {
    border-radius: 0px 0px 3px 3px;
}
.form-quote fieldset ul li:hover {
    background: linear-gradient(0deg, #D8D8D8 0%, #FAFAFA 100%);
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
}
.form-quote fieldset ul li input {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}
.wrap-banner .form-quote .btn-custom {
    width: 100%;
    margin-top: 15px;
}

.form-quote fieldset button i {
    color: #ad482f;
    margin-left: 5px;
}
.form-quote .form-stickers {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}
.form-quote .form-stickers img {
    max-height: 39px;
    margin: 0px 10px;
}
.section {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.reviews {
    text-align: center;
    padding: 65px 40px;
}
.reviews h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.69px;
    color: #333333;
    margin: 0 0 15px;
}
.reviews p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.69px;
    color: #333333;
    margin: 0 0 3px;
}
.reviews span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.69px;
    color: #333333;
    margin: 0;
}
.reviews ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 15px 0 0;
}
.reviews ul li {
    display: inline-block;
}
.reviews ul li img {
    height: 35px;
}

.section.features {
    padding: 10px 40px 80px;
}
.features .box-items {
    text-align: center;
}
.features .box-items img {
    width: 37px;
}
.features .box-items h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin: 14px 0 5px;
}
.features .box-items p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.18px;
    color: #666666;
    margin: 0;
}

.section.blue {
    padding: 45px 40px 60px;
    background: #25336C;
    margin-bottom: -5px;
}
.blue h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
}
.blue p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 30px 0 0;
}
.blue .quality-image {
    margin-top: 55px;
    position: relative;
}
.blue .quality-image span {
    position: absolute;
    top: 22px;
    left: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 13.1793px;
    line-height: 13px;
    letter-spacing: -0.05px;
    color: #333333;
    z-index: 2;
    cursor: default;
}

.section.signup {
    padding: 45px 125px 0;
    float: left;
}
.section.signup img {
    max-width: 243px;
    display: inline-block;
    margin-right: 40px;
    float: left;
}
.section.signup div {
    max-width: 400px;
    float: left;
    margin-top: 40px;
}
.section.signup p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.26px;
    color: #333333;
    margin-bottom: 20px;
}
.become-a-pro-new-button {
    width: 100%;
    display: inline-block;
    background: linear-gradient(0deg, #E8E8E8 0%, #FFFFFF 100%);
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    box-shadow: inset 0px 3px 0px #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 0px #4285F4;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.26px;
    color: #666666;
    padding: 30px 0;
    margin-top: 10px;
}
.become-a-pro-new-button span {
    color: #4285F4;
}
.become-a-pro-new-button:hover {
    text-decoration: none;
}

.progress {
    height: 6px;
    margin: 0;
    border-radius: 0px;
}
.progress .bar {
    border-radius: 0px;
    background: #29B554;
}

.section.landing-page-steps {
    padding: 40px;
    position: relative;
    min-height: 750px;
}
.section.landing-page-steps.hide {
    display: none;
}
.section.landing-page-steps h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 23px;
    letter-spacing: -0.55px;
    text-transform: uppercase;
    color: #25336C;
    margin: 0 0 15px;
}
.section.landing-page-steps h2 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.26px;
    color: #333333;
}
.section.landing-page-steps:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #E5E5E5;
    top: 0;
    right: 330px;
}
.wrap-questions h2 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.26px;
    color: #333333;
}
.wrap-questions .question-options,
.wrap-questions .question-options li {
    width: 100%;
    float: left;
}
.wrap-questions .question-options.disabled,
.wrap-questions .question-options.disabled * {
    opacity: 70%;
    cursor: wait;
}
.wrap-questions .question-options {
    margin-bottom: 0px;
}
.wrap-questions .question-options.half-size {
    max-width: 290px;
}
.wrap-questions .question-options label {
    min-width: 250px;
    display: inline-block;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    color: #333333;
}
.wrap-questions .question-options label:hover {
    background: linear-gradient(0deg, #D8D8D8 0%, #FAFAFA 100%);
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
}
.wrap-questions .question-options li label.selected {
    background: #ECFFF2;
    border: 1.5px solid #29B554;
}
.wrap-questions .question-options label input[type=radio] {
    background: #FFFFFF;
    border: 2px solid #29B554;
    margin-right: 5px;
}
.wrap-questions .question-options label input[type=radio]:checked:before {
    background: #29B554;
    top: 1px;
    left: 1px;
}
.wrap-questions .textarea {
    width: 512px;
    max-width: 512px;
    padding: 10px;
    margin-bottom: 5px;
}
.textarea:focus {
    border-color: #29B554;
}

.control-group label {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    color: #333333;
}
.control-group label.checkbox {
    padding-left: 0px;
    margin-top: 10px;
}
.control-group label.checkbox input {
    margin: 0 6px 0 0;
}
.control-group input[type="text"],
.control-group input[type="email"],
.control-group input[type="tel"],
.control-group input[type="password"] {
    min-height: 44px;
    background: #FFFFFF;
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
    border-radius: 4px;
    padding: 10px 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.09px;
    color: #333;
    margin: 0;
}
.control-group input::placeholder {
    color: #fff;
}
select.error,
input.error,
textarea.error {
    border-width: 2px;
    background-color: rgba(236,1,1, 0.05);
    border-color: #EC0101 !important;
}
textarea.error {
    animation: shake 0.4s;
}
input.error {
    animation: shake 0.4s;
}
label.error {
    font-size: 10px;
    line-height: 12px;
    color: #EC0101;
    text-transform: uppercase;
    font-weight: 600;
}
.control-group select {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CDCBCC;
    box-shadow: inset 0px 3px 0px #FFFFFF;
    border-radius: 4px;
    padding: 10px 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.09px;
    color: #333;
}
.control-group small {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-top: 6px;
    display: inline-block;
}

.funnel .find-companies,
.funnel .pre-loader {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7C7F8F;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    min-height: 277px;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.65;
    text-align: center;
    padding: 230px 0;
}
.funnel .pre-loader  {
    padding: 100px 0 380px;
}
.funnel .find-companies #load {
    margin: 20px auto;home
    width: 200px;
}


.funnel .pre-loader {
    position: relative;
}
.funnel .pre-loader .result-opacity {
    opacity: 0;
}
.funnel .pre-loader p {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 22px;
    color: #333;
    margin-top: -30px;
    text-align: center;
}
.circle-wrap {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
    clip: rect(0px, 76px, 150px, 0px);
    background-color: #29B554;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
    animation: fill linear 6s;
    transform: rotate(180deg);
}

@keyframes fill {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    25% {
        transform: rotate(30deg);
    }
    40% {
        transform: rotate(90deg);
    }
    60% {
        transform: rotate(100deg);
    }
    80% {
        transform: rotate(160deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
.circle-wrap .inside-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    line-height: 124px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    z-index: 100;
    font-weight: 600;
    font-size: 16px;
    color: #666;
}
.circle-wrap .inside-circle .checkmark {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -22px;
    margin-bottom: -30px;
}
.circle-wrap .inside-circle .checkmark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 10px;
    background-color: #29B554;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.circle-wrap .inside-circle .checkmark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: #29B554;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.homeowner-information {
    margin-bottom: 0;
}
.homeowner-information .control-group {
    max-width: 400px;
}
.homeowner-information .control-group label.checkbox {
    text-transform: unset;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
}
.homeowner-information .wrap-city-zip-string p {
    display: none;
    font-size: 14px;
    line-height: 22px;
}
.homeowner-information .btn-custom {
    margin-top: 10px;
}
.section.landing-page-steps .homeowner-information  h2 {
    font-weight: 400;
}

.consent {
    max-width: 505px;
    margin-top: 20px;
    cursor: default;
}
.consent h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.01px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0px;
}
.consent h3 img {
    width: 13px;
    display: inline-block;
    position: relative;
    top: -3px;
    right: 2px;
}
.consent p {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.01px;
    color: #999;
    margin-bottom: 0;
    text-align: justify;
}
#consentText {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.01px;
    color: #666;
    margin-bottom: 3px;
}

.security {
    max-width: 250px;
    float: right;
}
.security img {
    max-height: 39px;
    margin-left: 20px;
}
.security img:first-child {
    margin-left: 0;
}
.security p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01px;
    color: #666;
    margin: 20px 0 0px;
}

.section.default {
    padding: 40px;
    box-sizing: border-box;
}
.section.default h1 {
    margin: 0 0 30px;
}

.section.default .terms h4 {
    font-weight: 600;
    margin-top: 0;
}
.section.default .terms h5 {
    font-weight: 600;
    margin-top: 20px;
}

.section.default .terms table ul {
    list-style: none;
    margin: 0;
}
.section.default .terms table ul li {
    margin-bottom: 10px;
}

.section.default p,
.section.default a,
.section.default li,
.section.default strong {
    font-size: 13px;
    line-height: 20px;
}
.section.default p {
    margin-bottom: 20px;
}

.california-privacy-mobile {
    display: none;
}


.form-quote.form-quote-single-service legend {
    text-align: center;
}
.form-quote.form-quote-single-service .control-group input::placeholder {
    color: #999;
}



.homepage-v2 .wrap-banner .box-phone-only {
    text-align: center;
}
.homepage-v2 .wrap-banner .box-phone-only h1 {
    margin-top: 120px;
}
.homepage-v2 .wrap-banner .box-phone-only h4 {
    margin-bottom: 50px;
}
.homepage-v2 .wrap-banner .box-phone-only a.btn-border {
    width: auto;
    padding: 8px 20px;
    background: none;
    border: 4px solid #fff;
    color: #fff;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-shadow: none;
}
.homepage-v2 .wrap-banner .box-phone-only a.btn-border:hover {
    background: #25336C;
    border-color: #25336C;
}
