@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);
    }
}
.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;;
}
.header-top-bar .timeline {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 8px;
}
.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: 15px;
}
.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;
}
.middle-height-main {
	flex-direction: column;
}
.middle-height-main > h2 {
	font-size: 28px;
	line-height: 40px;
	margin-top: 15px;
}

.cal-now-button a {
  background: #FD1212;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  font-size: clamp(15px, calc(11.3422818792px + 0.6711409396vw ), 18px);
  animation: pulsered 2s infinite;
  transition: all .5s ease 0s;
}
.cal-now-button {
  margin-top: 25px;
}
.header-top-bar h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

@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;}
    .header-top-bar h4{display: none;}
    .middle-height-main > h2 {font-size: 22px;}
}


/*FAQ Css*/
.faq-parts {
  max-width: 1000px;
  margin: 0 auto;
}
.main-faqs {
	background: #ededed;
	padding: 50px 0;
	border-bottom: 1px solid #fff;
}
.main-titles h2 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #FDB512;
    margin-bottom: 15px;
}
.single-table {
  display: flex;
  flex-wrap: wrap;
}
.single-table > div {
  height: auto;
  text-align: center;
  padding: 0 5px;
}
.single-table > div > div {
  height: 100%;
}
.left-table {
  width: 17%;
}
.ppn-one {
  width: 100%;
  background: #3E5664;
}
.middle-table {
  width: 25%;
}
.middle-center {
  width: 28%;
}
.right-table {
  width: 30%;
}
.ppn-two, .ppn-three, .ppn-four {
  background: #83C3EF;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.ppn-three {
  background: #B1375B;
}
.ppn-four {
  background: #369694;
}
.deta-two h5, .deta-three h5, .deta-four h5 {
  height: 100%;
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.deta-two h5:after, .deta-three h5:after, .deta-four h5:after, .deta-one h5:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 92%;
  left: 4%;
  height: 3px;
  background: #ededed;
}
.deta-one h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  background: #75848D;
  color: #fff;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.faq-parts > p {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-table:last-child .deta-two h5:after, .single-table:last-child .deta-three h5:after, .single-table:last-child .deta-four h5:after, .single-table:last-child .deta-one h5:after{
    display: none;
}

@media (max-width:600px){
    .right-texts .text-sm.speak-agent {
	font-size: 10px;margin-bottom: 0px;}
    .right-texts .small {font-size: 70%;margin-top: 0px;}
    .right-texts #telephone_number_1 {min-width: 156px;}
    .ppn-two, .ppn-three, .ppn-four {font-size: 14px;line-height: 18px;}
    .preiods-table {overflow: auto;max-width: 100%;}
    .main-tables {min-width: 600px;}
    .deta-one h5 {padding: 5px;font-size: 14px;}
    .faq-parts > p {font-size: 16px;padding-left: 10px;padding-right: 10px;}
    .deta-two h5, .deta-three h5, .deta-four h5 {padding: 10px;font-size: 14px;}
    .main-titles h2 {font-size: 30px;line-height: 35px;}
    .main-faqs {padding-left: 10px; padding-right: 10px;}
}