@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(253, 181, 18, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(253, 181, 18, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(253, 181, 18, 0);
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
    }
}

@keyframes grow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1
    }
    75%,
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes shake {
    0%,
    8%,
    16%,
    24%,
    32%,
    40%,
    48%,
    56%,
    64% {
        transform: rotate(-10deg);
    }
    4%,
    12%,
    20%,
    28%,
    36%,
    44%,
    52%,
    60% {
        transform: rotate(10deg);
    }
    65%,
    100% {
        transform: rotate(0deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.bg-blue-700 {
	font-size: clamp(15px, calc(11.3422818792px + 0.6711409396vw ), 18px);
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 0 0 #FD1212;
	animation: pulsered 2s infinite;
	border-radius: 50px;
	background-color: #FD1212;
	color: #fff;
	transition: all .5s ease 0s;
}
.bg-blue-700:hover{
    color: #FD1212;
    background-color: #414141;
    border-color: transparent;
}
.text-blue-600\/100, .text-blue-400 {
	color: #FD1212;
}

.items-stretch button {
    width: 100%;
    margin-bottom: 20px;
}
.items-stretch {
flex-wrap: wrap;
}
.bg-custom {
	--tw-bg-opacity: 1;
	background-color: rgb(15 55 161/var(--tw-bg-opacity));
}
.flex.rounded-md.shadow-sm {
	position: relative;
}
#finalstep{
    margin-top: 80px;
    margin-bottom: 150px;;
}

.custom_click {
  position: relative;
}
.custom_click input {
  position: absolute;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  z-index: 9;
  cursor: pointer;
  top: 0;
}
.ng-valid input{
  border-color: green;
}
.ng-invalid input{
  border-color: red;
}
.dateValidationCtrl {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px auto;
  padding: 20px;
   width: 400px;
}
.validationError {
  background: #fff0f5;
  border: 1px solid #ffb6c1;
  border-radius: 5px;
  color: red;
  margin: 10px;
  padding: 10px;
  visibility: hidden;
}
.validationError.showError {
	visibility: visible;
	display: block;
}
.validationError {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: none;
}
div[ng-controller="dateValidationCtrl"] {
  flex-wrap: wrap;
}
#text {
	position: absolute;
	bottom: -15px;
	font-size: .75rem;
	line-height: 1rem;
}
.valid #text {
	display: none;
}
.tcpa a {
	color: #FD1212;
}


.middle-height-main {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #f9f9f9;
}
.middle-main-text {
  border: 1px solid #ededed;
  box-shadow: 0 0 19px rgba(0,0,0,.05);
  border-radius: 10px;
  padding: 40px;
  background: #fff;
  max-width: 600px;
  width: 100%;
}
.middle-main-text h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 29px;
}
.middle-main-text a {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 32px;
  background: #FD1212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  animation: pulsered 2s infinite;
  transition: all .5s ease 0s;
}
.font-bigger {
	font-size: 25px;
	text-transform: capitalize;
}
.animate-shake {
	animation: shake 1.5s ease-in-out 1;
	animation-iteration-count: infinite;
}
.hover\:text-red:hover, .text-red {
	--un-text-opacity: 1;
	color: rgba(211,54,54,var(--un-text-opacity));
}
.bg-red {
	--un-bg-opacity: 1;
	 background-color: rgba(211,54,54,var(--un-bg-opacity)); 
}
.bg-opacity-30 {
	--un-bg-opacity: 0.3;
}
.i-heroicons-solid\:phone, [i-heroicons-solid\:phone=""] {
	--un-icon: url("data:image/svg+xml;utf8,%3Csvg preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20' width='1.25rem' height='1.25rem' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 3a1 1 0 0 1 1-1h2.153a1 1 0 0 1 .986.836l.74 4.435a1 1 0 0 1-.54 1.06l-1.548.773a11.037 11.037 0 0 0 6.105 6.105l.774-1.548a1 1 0 0 1 1.059-.54l4.435.74a1 1 0 0 1 .836.986V17a1 1 0 0 1-1 1h-2C7.82 18 2 12.18 2 5V3Z'/%3E%3C/svg%3E");
	mask: var(--un-icon) no-repeat;
	mask-size: 100% 100%;
	-webkit-mask: var(--un-icon) no-repeat;
	-webkit-mask-size: 100% 100%;
	background-color: currentColor;
	width: 2.25rem;
	height: 2.25rem;
}

.main-collectionarea {
  max-width: 48rem;
  margin: 0 auto;
}
.middle-text {
  padding-top: 2rem;
  text-align: center;
}
.middle-text > p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.middle-text h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.red {
  color: rgba(211,54,54, 1);
}
.middle-text > img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.step-forms {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@keyframes pulsered {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 18, 18, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 18, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 18, 18, 0);
  }
}
#telephone_number_1 > div, #telephone_number_2 > div {
	box-shadow: 0 0 0 0 #FD1212;
	background: #FD1212;
	color: #fff !important;
    animation: pulsered 2s infinite; 
}
#telephone_number_1 svg, #telephone_number_1 span, #telephone_number_1 div, #telephone_number_2 svg, #telephone_number_2 span, #telephone_number_2 div {
	color: #fff;
}    
.totla_step > h3 {
	color: rgba(239,68,68,1);
	margin-bottom: 2rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: normal;
}
.step-preview h3 {
  font-size: 1.875rem;
  color: rgba(239,68,68, 1);
  line-height: 2.25rem;
}
.step-preview h2 {
	margin-top: 1.5rem;
	font-size: 60px !important;
	line-height: 80px !important;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.step-forms {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	min-height: 70vh;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 25px;
}
main {
	background: #ededed;
}
#step_4 .step-preview h2 {
	margin: 0;
	font-size: 24px !important;
	font-weight: bold;
}
#step_4  .step-preview {
	border-top: 5px solid #00007c;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}
.answerbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.answerbtn button {
	width: 100%;
	font-size: 55px !important;
	line-height: 60px !important;
	outline: 2px solid transparent;
	outline-offset: 2px;
	font-weight: 500;
	padding: 1.45rem 1.5rem;
	background: #2b6ca3 !important;
	border-radius: 0.375rem;
	color: #fff;
	margin-bottom: 30px;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.step-completence {
  text-align: left;
}
.step-completence p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.percentage {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: rgba(209,213,219,1);
  border-radius: 9999999px;
  overflow: hidden;
}
.inner-percentage {
  height: 0.375rem;
  background: rgba(0,52,89,1);
  border-radius: 999999px;
}
.step-preview h5 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.step-preview h4 {
  font-size: 1.8rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
.step-preview a {
  width: 100%;
  max-width: inherit;
  margin-bottom: 1.5rem;
}
.step-preview p {
  color: rgba(107,114,128, 1);
  margin-bottom: 1.5rem;
}
.license_sales p {
	display: block;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	position: relative;
	color: rgba(17,24,39,1);
}
.how-wecan {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -15px;
}
.single-we {
  padding: 0 15px;
  width: 33.333%;
  text-align: center;
}
.single-we img {
  height: 192px;
  object-fit: contain;
  object-position: center;
  margin-bottom: .9rem;
  display: inline-block;
}
.single-we p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.about-us {
  margin-top: 2rem;
}
.about-us p {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ededed;
  padding-bottom: 1.5rem;
}
.bottom-btn {
  margin-bottom: 3rem;
}
.bottom-btn h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
#str_1 {
	margin-top: 30px;
}
.middle-text h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 500;
}
.bottom-btn a {
	max-width: 100%;
}
.step-preview .step-completence p span {
	font-weight: 500;
}
.step-preview .step-completence p {
	color: rgb(0, 52, 89);
}

#step_5 {
}
#step_5 .step-preview {
  border-top: 5px solid #00007c;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}
#step_5 .step-preview h2 {
  margin-top: 10px;
  font-size: 32px !important;
  margin-bottom: 20px;
  line-height: 40px !important;
}
#step_5 .step-preview h6 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
}
#step_5 .step-preview h6 .sky {
  color: #2fbdaa;
}
#step_5 .step-preview h6 span {
  font-weight: bold;
}
#step_5 .step-preview p {
  text-align: center;
  font-size: 18px;
}
#step_5 .step-preview h3 {
  color: #3a3a3a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#step_5 .step-preview #telephone_number_2 {
	margin-bottom: 10px;
	max-width: 700px;
}
.timeline {
	text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.timeline-text1 {
	padding-bottom: 15px;
}
.timeline-text2 {
	padding-top: 15px;
}
.logo-tagline {
	line-height: 30px;
	font-size: 14px;
    text-align: center;
}
.answerbtn .skip-btn {
	background: #B2BEB5 !important;
    color: #000;
}
#step_1 .step-preview p {
	text-align: center;
    font-size: 18px;
}
@media (max-width:767px){
    .middle-main-text a {padding: 15px 35px;font-size: 18px;}
    .middle-main-text h2 {font-size: 20px;line-height: 26px;}
    .middle-main-text {padding: 20px;}
    .middle-height-main {min-height: 70vh;padding: 15px;}
    .main-collectionarea {padding: 0 15px;width: 100%;}
    .step-preview h2 {font-size: 35px !important;line-height: 45px !important;}
    .middle-text h3 {font-size: 1.475rem;line-height: 1.8rem;}
    .single-we {width: 100%;margin-bottom: 1.5rem;}
    .answerbtn button {font-size: 30px !important;line-height: 35px !important;}
    .container.flex.flex-wrap.items-center.justify-between.p-3.mx-auto > div {width: 100%;text-align: center;align-items: center;display: flex;flex-direction: column;justify-content: center;}
    #step_1 .step-preview p {font-size: 14px;}
    .timeline {font-size: 14px;}
}