@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter', sans-serif;
}
p{
    font-family: 'Inter', sans-serif;
}
a{
    font-family: 'Inter', sans-serif;
}


.progress {
  background: rgba(255,255,255,0.5);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 300px;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 30px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 90%; }
}
.is-btn-ghost2 {
	padding: 15px 20px !important;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;

}

.form-control {
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.rendered-form .form-group>label {

	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #DB7043 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.send-btn {
	padding: 15px 20px !important;
	border: 2px solid #4B5777 !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
	color: #4B5777 !important;
	border-radius:0 !important;
}

.send-btn:hover {
	background: #4B5777 !important;
	border: 2px solid #4B5777 !important;
	color: #fff !important;
}
.navbar-nav>li>a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform:uppercase;
    color: #F73D47;
}

.footer-text, .footer-text>a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333F55;
}
