@font-face {
  font-family: gilroy-bold;
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Bold'), url(fonts/Gilroy-Bold.woff) format('woff')
}

@font-face {
  font-family: gilroy-heavy;
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Heavy'), url(fonts/Gilroy-Heavy.woff) format('woff')
}

@font-face {
  font-family: gilroy-light;
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Light'), url(fonts/Gilroy-Light.woff) format('woff')
}

@font-face {
  font-family: gilroy-medium;
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Medium'), url(fonts/Gilroy-Medium.woff) format('woff')
}

@font-face {
  font-family: gilroy-regular;
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Regular'), url(fonts/Gilroy-Regular.woff) format('woff')
}


/*font-family: 'Gilroy-Bold', sans-serif;
  font-family: 'Gilroy-Heavy', sans-serif;
  font-family: 'Gilroy-Light', sans-serif;
  font-family: 'Gilroy-Medium', sans-serif;
  font-family: 'Gilroy-Regular', sans-serif;*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: left;
  background-color: #28344C;
  ;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

header {
  background-color: #fff;
  color: #000;
  padding: 15px 0px;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo img {
  /* max-height: 40px; */
  max-width: 200px;
}

.smlogo{
  display: none;
}

#questiontag {
	background: #4E61FB
}

#questiontag p {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	width: 100%;
}


.header-cta-container {
  display: flex;
  justify-content: end;
}

.header-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.header-cta div {
  align-self: flex-end;
}

.header-cta .header-cta-btn {
  border: 2px solid #293345;
  border-radius: 58px;
  margin-bottom: 5px;
}

.header-cta .header-cta-btn a {
  padding: 10px 30px;
  display: inline-block;
}

.header-cta .header-cta-btn a span {
  display: block;
  text-align: center;
}

.header-cta .header-cta-btn a span.hours {
  font-size: 14px;
}

.header-cta .header-cta-btn a span.cta-number {
  font-size: 18px;
  color: #293345;
}

.header-cta .header-cta-btn a span.cta-number::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/phone_icon_black.svg") no-repeat;
  background-size: cover;
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.header-license{
  position: relative;
}
span.greendot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5FB96F;
  display: block;
  position: absolute;
  left: -15px;
  top: 6px;
}


footer{
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

footer .footer-links a:not(:first-child){
  padding: 0px 0px 0px 30px;
  position: relative;
}

footer .footer-links a:not(:first-child)::before{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 15px;
  display: block;
  background: #fff;
  border-radius: 50%;
  top: 9px;
}
p.footer-links {
  margin-bottom: 0;
}
p.copyrights{
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}

.trust-logos{
  text-align: center;
  width: 100%;
}
.trust-logos img{
  max-width: 140px;
  margin: 0px 5px;
}

.ft-col1, .ft-col2, .ft-col3{
  display: flex;
  align-items: center;
}

.disclaimer-container {
  margin: 80px 0px 15px 0px;
}
.disclaimer-container p{
  font-size: 12px;
    line-height: 149%;
    margin-bottom: 20px;
}


#main-section{
  margin: 30px 0px 80px 0px;
  min-height: 95vh;
}

.content{
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-box{
  width: 100%;
  max-width: 740px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 50px 0px rgba(33, 68, 172, 0.20);  
  color: #293345;
  /* padding: 40px; */
  padding: 30px 40px;
  text-align: center;
}

.content-box h1{
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Gilroy-Bold', sans-serif;
  margin-bottom: 35px;
}
.content-box h1 span{
  display: block;
  font-family: 'Gilroy-Medium', sans-serif;
}
.content-box h1 span.nb{
  display: inline-block;
}
.content-box h2, .content-box h3{
  color: #4E61FB;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  /* margin-bottom: 30px; */
  margin-bottom: 15px;
}
.content-box h3{
  font-size: 25px;
  line-height: 28.5px;
}
.content-box ul{
  list-style: none;
  display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.content-box ul li{
  color: #28344C;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%; 
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
}

.content-box ul li::before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/blue_tick.svg) no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  left: -30px;
  top: 3px;

}

.btn-red{
  border-radius: 20px;
  background: #D9292E;
  color: #FFF;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  max-width: 412px;
  padding: 20px 40px;
  margin-bottom: 20px;
  width: 100%;
}

.btn-red:hover{
  color: #FFF;
}
.btn-red.formBtn{
  width: 70%;
  max-width: 100%;
}


.btn-white{
  border-radius: 20px;
  border: 2.5px solid #D2D2D2;
  border: 2.5px solid #D9292E;
  background-color: #D9292E;
  color: #FFF;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 70%;
  padding: 20px 40px;
}

.btn-white:hover, .btn-white.selected{
  background-color: transparent;
  color: #293345;
  border: 2.5px solid #D2D2D2;
}

p.trust-text{
  color: #28344C;
font-family: Apercu;
font-size: 12px;
line-height: 114%; /* 13.68px */
text-transform: capitalize;
margin-bottom: 0;
}

.btn:focus, input:focus, .form-control:focus{
  outline: none !important;
  box-shadow: none;
}

.anim-arrow img{
  vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 5px;
}

.anim-arrow {
  display: inline-block;
  margin-left: 5px;
  -webkit-animation: move 1s infinite linear;
  -moz-animation: move 1s infinite linear;
  animation: move 1s infinite linear;
}


.steps {
  position: relative;
  /* min-height: 480px; */
  overflow: hidden;
  /* padding: 10px 0px; */
}
.step {
  position: absolute;
  width: 100%;  
  left: 100%;
  display: none;
  padding: 10px 0px;
}

/* .step:after {
  display: table;
  clear: both;
  content: "";
} */
.step-1 {
  left: 0;
  display: block;
}
.step-2 h1, .step-3 h1, .step-3 h1, .step-4 h1, .step-5 h1, .step-6 h1{
  max-width: 100%;
  width: 85%;
  margin: auto;
  margin-bottom: 35px;
}

img.step-icon{
  width: 88px;
  height: 98px;
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
}

.form-group{
  position: relative;
  width: 70%;
  margin: auto;
  max-width: 100%;
}

input.step-input{  
  border-radius: 20px;
  border: 2.5px solid #D2D2D2;
  color: #293345;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px 40px;

}

p.successTxt{
text-align: center;
font-size: 16px;
line-height: 140%; /* 28px */
text-transform: capitalize;
display: inline-block;
position: relative;
}

p.successTxt span.greendot {
  top: 7px;
}

p.successTxt span, p.ctaSTxt span {
  font-family: 'Gilroy-Bold', sans-serif;
  white-space:nowrap;
}

p.ctaTxt{
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-decoration-line: underline; */
  text-transform: uppercase;
  text-align: center;
  color: #6b6969;
  font-family: 'gilroy-bold';
  margin: 10px auto;
}
p.ctaSTxt{
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
text-align: center;
}

.successStep h1 span.nb {
  display: contents;
}
.successStep h1 span.nb span{
  display: contents;
}
.successStep .nextBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 15px 40px;
}
.successStep .phoneicon{
  display: inline-block;
}
.successStep .ctaNumber{
  text-align: left;
  padding-left: 15px;
}
.successStep .ctaNumber span{
      font-weight: 400;
    font-size: 18px;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 1px;
}

.flexBtnContainer{
  display: flex;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@-webkit-keyframes move {
  50% {
    -webkit-transform: translateX(5px);
  }
}
@keyframes move {
  50% {
    transform: translateX(5px);
  }
}



@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}


.maProgress__percentage {
  width: 75px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid #F6F6F6;
  background: #293346;
  position: absolute;
  left: 0%;
  top: -5px;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 25px;
text-align: center;
transition: 0.5s;

}

.maProgress {
  display: none;
  width: 100%;
  max-width: 740px;
  height: 17px;
  border-radius: 50px;
  background-color: #D9D9D9;
  margin: 30px auto 75px;
  /* overflow: hidden; */
  align-self: flex-start;
  justify-self: center;
  position: relative;
  transition: 0.5s;
  
}

.maProgress__indicator {
  background-color: #4EC862;
  transition: width 0.3s ease;
  border-radius: 17.5px;
  flex-shrink: 0;
}

.progressText, .progressText p{
  color: #FFF;
font-family: 'Gilroy-Medium', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
display: none;
transition: 0.5s;
width: 100%;
max-width: 740px;
margin: auto;
text-align: center;
}

.errorField{
  border: 2px solid #ff0000 !important;
}
.errorMsgField{
  display: none;
  color: #ff0000;
  position: absolute;
  text-align: left;
  max-width: 100%;
  width: 70%;
  margin: auto;
  padding-left: 15px;
  font-size: 16px;
  left: 0;
  width: 100%;
  bottom: -20px;
}

#fname{
  text-transform: capitalize;
}

.btn48{
  width: 48%;
}
.txtBtn{
  border: none;
    color: #bfbfbf;
    font-family: 'Gilroy-Medium', sans-serif;
    background: transparent;
}
.txtBtn:hover{
  text-decoration: underline;
    background: inherit;
    color: #293345;
    border: none;
}

.txtTrans{
  text-transform: none !important;
}

#loading1,
#loading2,
#loading3{
  display: none;
  transition: 0.5s;
}


.c-progressbar {
  font-weight: none;
  font-style: none;
  text-align: center;
  background-color: #335284;
}

.cprogress-bar {
  background-color: #335284;
  text-shadow: 0 0 0 transparent;
  text-align: center;
  background-color: unset !important;
  margin-bottom: 16px;
}

.progressbarOffsetWhite {
  background: #f5f5f5;
}

.progress-outer {
  height: 35px;
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px #0000001a;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: inherit;
  height: 24px !important;
  line-height: 24px !important;
}

.progress-bar{
  background: transparent;
}

.progress-bar .progress-inner {
  font-weight: none;
  font-style: none;
  text-align: center;
  background-color: #335284;
}

.progress-inner {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: inset 0 -1px #00000026;
  transition: width 0.6s ease;
}

.progress-bar .progress-inner {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  animation: progress-bar-animation 100s linear infinite;
}

.progress30 {
  width: 30%;
}
.progress50 {
  width: 50%;
}
.progress80 {
  width: 80%;
}

.review-heading {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
}
.review-heading h2 {
  font-size: 20px !important;
  text-align: center;
  color: #000;
}


@-webkit-keyframes progress-bar-animation {
  to {
    background-position: 0px -3000px;
  }
}
@keyframes progress-bar-animation {
  to {
    background-position: 0px -3000px;
  }
}


@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  animation: fade-in;
  animation-duration: 0.5s;
}
.fade-out {
  animation: fade-out;
  animation-duration: 0.5s;
}


em{
  font-style: normal;
}

@media only screen and (max-width: 768px) {

  .logo {
    justify-content: center;
    /* margin-top: 5px; */
  }

  .mdlogo{
    display: none;
  }
  .smlogo{
    display: block;
  }

  #questiontag p {
		font-size: 14px;
		line-height: 20px;
		padding: 5px
	}

  .header-cta-container {
    justify-content: end;
    /* margin-top: 15px; */
  }

  .header-cta {
    display: flex;
  }
  .header-cta div {
    align-self: center;
    float: right;
}

.header-cta .header-cta-btn a{
  padding: 10px 20px;
}

.header-cta .header-cta-btn a span.hours {
  font-size: 13px;
}

.header-cta .header-cta-btn a span.cta-number {
  font-size: 14px;
}

.header-license{
  font-size: 12px;
}

.ft-col1, .ft-col2, .ft-col3{
  justify-content: center;
}

.ft-col1{
  order: 2;
}
.ft-col2{
  order: 1;
}
.ft-col3{
  order: 3;
}

p.footer-links, p.copyrights{
  text-align: center;
  margin: 10px 0px;
  font-size: 15px;
  width: 100%;
}
.disclaimer-container {
  margin: 40px 0px 15px 0px;
}
.disclaimer-container p{
  font-size: 12px;
}

footer .footer-links a:not(:first-child)::before {
  top: 6px;
}

.content-box {
  padding: 20px 20px;
}

.content-box h1{
  font-size: 22px;
}
.content-box h1 span{
font-size: 22px;
margin: 10px 0px;
}

.content-box h2{
  font-size: 20px;
}
.content-box h3{
  font-size: 20px;
}

.content-box ul li{
  font-size: 18px;
}

span.greendot{
  top: 3px;
}

.content-box ul li::before{
  width: 16px;
  height: 16px;
  left: -25px;
  top: 2px;
}

.step-2 h1, .step-3 h1, .step-3 h1, .step-4 h1, .step-5 h1, .step-6 h1{
  width: 100%;
}

input.step-input{  
  width: 100%;
  font-size: 18px;
  padding: 20px 20px;
  border-radius: 10px;
}

.btn-white{
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
}
.btn-red, .btn-red.formBtn{
  padding: 15px 40px;
}
.btn-red.formBtn{
  width: 100%;
  padding: 15px 0px;
  border-radius: 10px;
}

img.step-icon{
  width: 60px;
  height: 60px;
}

p.successTxt{
  font-size: 16px;
}

p.ctaTxt{
  font-size: 14px;
}

p.ctaSTxt{
  font-size: 14px;
}

.successStep h1 span.nb {
  /* display: inline-block; */
}


.maProgress__percentage {
  width: 47px;
  height: 20px;
font-size: 13px;
top: -7px;
line-height: 16px;
}

.maProgress {
  height: 7px;
  margin: 30px auto 45px;
}
.trin-trin{
width: 35px;
height: 35px;
}

.form-group {
  width: 100%;
}


.flexBtnContainer{
  display: flex;
  flex-wrap: wrap;
}
}


	



p.pop a,
p.pop a:visited,
p.pop a:hover {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	border-radius: 0.5rem;
	/* position: absolute; */
	  top: 40vh;
  	 max-width: 780px; 
	 position: relative;
}

/* The Close Button */
.close {
	color: #aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 10px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.modal-content {
		width: 100%;
	}
}	
