html {
  height: 100%;
}
body {
  min-height: 100%;
  padding:0px;
  margin:0px;
  overflow: auto;
}



.widget-container{

}

.widget-container .testimonial-hero {
  text-align:center;
  padding:40px;
}
.widget-container .testimonial-hero .logo{
  width:60px;
  margin:0 auto;
  padding:20px 0px;
}
.widget-container .testimonial-hero .logo img{
  max-width:100%;
  height:auto;
  overflow:hidden;
  border-radius:50%;
}

.widget-container .testimonial-hero .headline h1{
  font-size:48px;
  font-weight:700;
}

.widget-container .testimonial-hero .subheadline{
  padding:20px 0px;
}
.widget-container .testimonial-hero .buttons{
  padding-top:40px;
}

.widget-container .testimonial-hero .social-links{
  padding-top:40px;
}

.widget-container .testimonial-hero .social-links .links{
  padding-top:10px;
  font-size:18px;
}


.widget-container .the-magic-form{
  max-width:500px;
  margin:0 auto;
  display:none;
  padding-bottom:20px;
}

.widget-container .the-magic-form .form-group{
  padding-bottom:5px;
}

.the-magic-form .recording{
  display:none;
}
.the-magic-form .rev-text{
  display:none;
}
.the-magic-form .rev-recording{
  display:none;
}
.the-magic-form .form-message{
  padding-top:10px;
}

.the-magic-form .form-message .alert{
  padding:4px 10px;
  margin:0px;
  border-radius:0;
  border:None;
}

.thankyou-page{
text-align:center;
color:green;
font-size:24px;
display:none;
}

.thankyou-page .thank-icon{
  font-size:24px;
}





.steps
{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #dcdadb;
    display: grid;
    place-items: center;
    position: relative;
    background-image: url(../images/bg.jpg);

}

.steps-inner
{

    min-height: 300px;
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 5;
    position: relative;
    margin: 50px 0;

}
.wrapper
{
    padding: 70px 100px;
}
.step-heading.result h2
{
    font-size: 24px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    text-transform: uppercase;
}
.step-heading h2
{
    font-size: 35px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    text-transform: uppercase;
}
.step-heading p
{
    font-size: 22px;
    color: rgb(0, 10, 56);
}
.step-bar .step-counter
{
    font-size: 20px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    text-align: right;
    display: block;
}
.step-bar-inner
{
    border-radius: 9px;
    background-color: rgb(233, 233, 233);
    width: 100%;
    height: 16px;
    margin-top: 0.5rem;
}
.step-bar-inner .step-bar-move
{
    width: 30%;
    border-radius: inherit;
    height: inherit;
    background-color: #fa4729;
    /* background-image: -moz-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);
    background-image: -webkit-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);
    background-image: -ms-linear-gradient( -3deg, rgb(54,209,220) 0%, rgb(91,134,229) 100%);  */
}
.form-heading
{
    font-size: 28px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    margin-top: 1.5rem;
}
.form-inner
{
    margin-top: 1rem;
}
.form-input
{
    display: block;
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    font-size: 19px;
    color: rgb(0, 10, 56);
    font-weight: 500;
    padding: 12px;
    transition: 0.5s all ease;
}
.form-input .answer-image{
  width:auto;
  max-height:100px;
}
.active-input
{
    background-color: rgb(233, 233, 233);
    transition: 0.5s all ease;
}
.active-input input
{
    margin-right: 40px !important;
    transition: 0.5s all ease;
}
.form-input input
{
    -webkit-appearance: none;
    border: solid 2px rgb(233, 233, 233);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    cursor: pointer;
    margin-right: 20px;
    transition: 0.5s all ease;

}
.form-input input:checked
{
    background-color: #fa4729;
    position: relative;
}
.form-input input:checked::after
{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\f00c";
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.form-buttons
{
    text-align: center;
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;

}
.form-buttons button
{
    border-radius: 34px;
    width: 46%;
    height: 68px;
    border: none;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s all ease;
}
.form-buttons button i
{

    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: 0.5s all ease;
}
.form-buttons .next:hover i,.apply:hover i
{
    transform: translateX(10px);
}
.form-buttons .prev:hover i
{
    transform: translateX(-10px);
}
.form-buttons .prev
{

    background-color: rgb(44, 42, 42);
}
.form-buttons .next, .apply
{

    background-color: #fa4729;

}
.timer
{
    position: absolute;
    top: 50px;
    right: 50px;
    border-radius: 46px;
    background-color: #e9e9e9;
    box-shadow: 0px 9px 57px 0px rgba(19, 19, 19, 0.08);
    width: 270px;
    height: 90px;
    z-index: 10000;
    padding: 10px 15px;
    display: flex;
}
.countdown
{
    border-radius: 39px;
    background-color: rgb(255, 255, 255);
    width: 90px;
    height: 100%;
    text-align: center;
    display: grid;
    place-content: center;
}
.countdown span
{
    display: block;
}
.countdown .time
{

    font-size: 28px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    line-height: 1;


}
.countdown .time-ex
{
    font-size: 12px;
    color: rgb(89, 89, 89);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.timer-heading
{
    font-size: 18px;
    color: rgb(44, 42, 42);
    font-weight: bold;
    line-height: 1;
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
}
/*thankyou-page*/

.thankyou-page
{
  background-color: rgb(243, 247, 254);
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.thankyou-page-inner
{
	background: rgb(255,255,255);
  border-radius: 90px;
  width: 100%;
  position: relative;
  top: 30%;
  /*transform: translateY(50%);*/
	text-align: center;
}
.tick
{
	position: relative;
}
.done-tick
{
	width: 120px;
	height: 120px;
	border: solid 1px transparent;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left-color: rgb(34,208,136);
  animation: rotate-circle 0.5s linear forwards;
  animation-delay: 0.5s;
	border-radius: 50%;
	background-color: transparent;
}


.tick i
{
	font-weight: 900;
	font-size: 50px;
	color: rgb(34,208,136);
  position: absolute;
  animation: tick-icon 0.8s linear forwards;
  animation-delay: 0.5s;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation-delay: 0.5s;
}

.thankyou-page-inner h2
{
  font-size: 45px;
  color: rgb(5, 17, 51);
  margin-top: 20px;
  font-weight: bold;
}
.thankyou-page-inner p
{

  font-size: 16px;
  color: rgb(170, 170, 170);
  margin-top: 20px;
}

.thankyou-page-inner .wrapper
{
	padding: 80px 290px;
}
.next-prev-btn .back
{
    border: 0;
    border-radius: 50px;
    background-color: #fa4729;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 67px;
    margin-top: 15px;

  }





  #sub img
  {
      width: 60px;
  }

  .highlight
  {
      border-top: solid 3px var(--primary-color) !important;
      border-bottom: solid 3px var(--primary-color) !important;

  }


  #error
  {
      position: fixed;
      top: 10px;
      left: 10px;
      z-index: 20;
  }



  /*L-desktop*/

@media (min-device-width:  1600px)
{

}

/*L-laptops*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px)
{
    .thankyou-page-inner .wrapper
	{
		padding: 100px;
	}
    .next-prev-btn .back
    {
        text-align: center;
    }
}

/*laptops/tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 1024px)
{
        .wrapper
        {
            padding: 50px 80px;
        }
        .form-heading
        {
            font-size: 24px;
        }
        .form-buttons button
        {
            font-size: 12px;
            height: 55px;
        }
        .form-buttons button i
        {
            font-size: 12px;
        }
        .thankyou-page
	{
		border-radius: 0;
		padding: 20px;
	}
	.thankyou-page-inner
	{
		top: 5%;
	}
	.thankyou-page-inner .wrapper
	{
		padding: 50px;

	}
	.thankyou-page-inner h2
	{
		font-size: 30px;
	}
}


/*tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 768px)
{

    .steps-inner
    {
        margin-top: 100px;
    }
    .wrapper
    {
        padding: 50px 80px;
    }
    .timer
    {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-right: 0;
        border-radius: 0;
        position: relative;
        justify-content: center;
        width: 100%;
        justify-content: center;
    }
    .timer-heading
    {
        margin: 0 20px;
    }
    .sm-sticky
    {
        position: fixed;
        top: 0 !important;
        z-index: 10;
        width: 100%;
    }

}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{

    .steps-inner
    {
        margin-top: 100px;
    }
    .wrapper
    {
        padding: 30px 40px;
    }
    .form-heading
    {
        font-size: 20px;
    }
    .step-heading p
    {
        font-size: 18px;
    }
    .step-bar .step-counter
    {
        font-size: 18px;
    }
    .form-input
    {
        font-size: 15px;
    }
    .form-input input
    {
        width: 25px;
        height: 25px;
    }
    .form-input input:checked::after
    {
        line-height: 22px;
        font-size: 12px;
    }
    .form-buttons
    {
        display: block;
    }
    .form-buttons button
    {
        font-size: 12px;
        height: 55px;
        width: 100%;
        margin-top: 10px;
    }
    .form-buttons button i
    {
        font-size: 12px;
    }
    .timer
    {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-right: 0;
        border-radius: 0;
        position: sticky;
        justify-content: center;
        width: 100%;
        justify-content: center;
    }
    .timer-heading
    {
        margin: 0 20px;
    }
    .sm-sticky
    {
        position: fixed;
        top: 0 !important;
        z-index: 10;
        width: 100%;
    }
    .thankyou-page
	{
		border-radius: 0;
		padding: 20px;
	}
	.thankyou-page-inner
	{
		top: 15%;
		border-radius: 10px;
	}
	.thankyou-page-inner .wrapper
	{
		padding: 50px;

	}
	.thankyou-page-inner h2
	{
		font-size: 30px;
	}
    .next-prev-btn .back
    {
        width: 100%;
    }
}




  .step-move
  {
      animation: move 0.5s linear forwards;
  }
  .step-move.m25
  {
      animation-name: move-25;
  }
  @keyframes move-25
  {
      from
      {
          width: 25%;
      }
      to
      {
          width: 0%;
      }
  }
  .step-move.m50
  {
      animation-name: move-50;
  }
  @keyframes move-50
  {
      from
      {
          width: 0%;
      }
      to
      {
          width: 25%;
      }
  }
  .step-move.m75
  {
      animation-name: move-75;
  }
  @keyframes move-75
  {
      from
      {
          width: 25%;
      }
      to
      {
          width: 50%;
      }
  }
  .step-move.m100
  {
      animation-name: move-100;
  }
  @keyframes move-100
  {
      from
      {
          width: 50%;
      }
      to
      {
          width: 75%;
      }
  }
  .form-buttons button:hover .phone-ring
  {
      animation: ring 0.5s ease forwards;
  }
  @keyframes ring {
      0%
      {
          transform: translateX(-3px) rotate(-2deg);
      }
      50%
      {
          transform: translateX(3px) rotate(2deg);
      }
      100%
      {
          transform: none;
      }
  }
  .steps::before
  {
      animation: fadein 0.5s ease forwards;
  }
  @keyframes fadein {
      from
      {
          opacity: 1;
          z-index: 0;
      }
      to
      {
          opacity: 0;
          z-index: -1;
      }
  }
  .pop-slide
  {
      animation: pop-slide 0.5s ease forwards;
  }
  @keyframes pop-slide
  {
      0%
      {
          transform: translateX(500px) scale(0.5);
      }
      70%
      {
          transform: translate(0px) scale(0.5);
      }
      100%
      {
          transform: translate(0px) scale(1);
      }
  }
  .thankyou-circle
  {
    animation: circle 0.5s linear forwards;
  }
  @keyframes circle
  {
    0%
    {
      clip-path: circle(0%);
    }
    100%
    {
      clip-path: circle(100%);
    }
  }
  /*tick animation*/

  @keyframes rotate-circle
  {
    25%
    {

    		border-left-color: rgb(34,208,136);
    }
    50%
    {

    		border-left-color: rgb(34,208,136);
    		border-top-color: rgb(34,208,136);
    }
    75%
    {

    		border-left-color: rgb(34,208,136);
    		border-top-color: rgb(34,208,136);
    		border-right-color: rgb(34,208,136);
    }
    100%
    {
    		transform: rotate(360deg);
    		border-color: rgb(34,208,136);
    }
  }

  @keyframes tick-icon
  {
    0%
    {
      font-size: 0;
      opacity: 1;
      top: 50%;
    }
    20%
    {
      font-size: 10px;
      top: 45%;
    }
    40%
    {
      font-size: 20px;
      top: 40%;
    }
    70%
    {
      font-size: 200px;
      top: 0;
    }
    100%
    {
      font-size: 50px;
      opacity: 1;
      top: 30%;
    }
  }


.products{
  padding:20px 0px;
}

.products .card{
  margin-bottom:10px;
}
.products .card .product-button{
  background:red;
  color:#fff;
}



.quiz-logo{
    text-align:right;
    max-height:50px;

}