
.ml-auto{
	margin-left: auto !important;
  }

  .custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .custom-control-label::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: "";
  }
  *, ::after, ::before {
	box-sizing: border-box;
  }

  .custom-control-label::after {
	position: absolute;
	display: block;
	content: "";
	background: no-repeat 50%/50% 50%;
  }
  input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
  }

  .custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	opacity: 0;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }
  .custom-file-label::after {
	position: absolute;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
  }
  .ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-input {
  
	  height: 18px;
	  width: 18px;
	  border-radius: 3px;
	  border: 1px solid rgba(0, 0, 0, 0.08);
	  outline: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  
  }
  input[type="checkbox"], input[type="radio"] {
  
	  box-sizing: border-box;
	  padding: 0;
  
  }
  .custom-control-input {
  
	  position: absolute;
	  left: 0;
	  z-index: -1;
	  width: 1rem;
	  height: 1.25rem;
	  opacity: 0;
  
  }
  button, input {
  
	  overflow: visible;
  
  }
  .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
  }
.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt130 {
	padding-top: 130px;
}

.pb130 {
	padding-bottom: 130px;
}

.pt150 {
	padding-top: 150px;
}

.pb150 {
	padding-bottom: 150px;
}

.pt180 {
	padding-top: 180px;
}

.pb180 {
	padding-bottom: 180px;
}

.pt200 {
	padding-top: 200px;
}

.pb200 {
	padding-bottom: 200px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px !important;
}
.register-page-bg {
	background-color: #0967AA;
}

.anfra-nav {
	padding: 30px 0;
  }
  
  .anfra-nav .navbar-brand {
	padding: 0;
  }
  
  .side-img-box .navbar-brand img{
	width: 124px;
  }
  .side-img-box img{
	width: 100%;
  }
  .anfra-nav .navbar-brand .logo-2 {
	display: none;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item {
	padding: 0;
	margin: 0 15px;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item:last-child {
	margin-right: 0;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 1.5rem;
	font-weight: 500;
	color: #535b66;
	font-family: "Roboto", sans-serif;
	padding: 0;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link.nav-button {
	background: #0967aa;
	color: #ffffff;
	border-radius: 30px;
	font-weight: 700;
	padding: 0 35px;
	line-height: 50px;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
	vertical-align: .15em;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	min-width: 150px;
	left: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item {
	padding: 4px 15px;
	margin: 0;
  }
  
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item:hover {
	background: rgba(30, 133, 255, 0.1);
  }
  
  @media all and (max-width: 991px) {
	.anfra-nav .navbar-brand .logo-2 {
	  display: block;
	}
	.anfra-nav .navbar-brand .main-logo {
	  display: none;
	}
	.side-img-box img{
		display: none;
	}
  }

  @media all and (max-width: 1100px) {
	.nav-tabs {
		width: 61%;
	}
}
  
  @media all and (min-width: 768px) {
	.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity: 0;
	}
	.anfra-nav .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  @media all and (max-width: 767px) {
	
	.ufg-job-application-box{
		padding: 20px !important;
		padding-top: 10px !important;
	}
	.footer .copyright-text{
		text-align: center !important;
	}
	.anfra-nav .navbar-toggler {
	  font-size: 2.8rem;
	  padding: 0;
	  outline: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	.anfra-nav .navbar-collapse {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  right: 0;
	  background: #ffffff;
	  z-index: 9;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
	  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
	}
	.anfra-nav .navbar-collapse .navbar-nav {
	  padding: 25px 15px;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
	.anfra-nav .navbar-collapse .navbar-nav .nav-item {
	  width: 100%;
	  margin-right: 0;
	  margin-left: 0;
	}
	.anfra-nav .navbar-collapse .navbar-nav .nav-item + .nav-item {
	  margin-top: 15px;
	}
	.anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link.nav-button {
	  line-height: 40px;
	  max-width: 140px;
	  text-align: center;
	}
	.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	  width: 100%;
	}
  }

  
.ugf-wrapper {
	min-height: 100vh;
}

.footer {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	padding-top: 30px;
	padding-bottom: 20px;
  }
.footer .copyright-text {
	margin-bottom: 10px;
	text-align: right;
	/* -webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 2; */
  }
  
  .footer .copyright-text p {
	font-size: 1.5rem;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
  }
  
  .footer .footer-social {
	margin-bottom: 10px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  
  .footer .footer-social a {
	font-size: 3rem;
	margin-right: 1px;
  }
  
  .footer .footer-social a:last-child {
	margin-right: 0;
  }

 .ufg-job-application-box {
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.form-steps {
	display: none;
}

.form-steps.active {
	display: block;
}

.ufg-job-application-box h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}
.ufg-job-application-wrapper .progress {
	background: #eff1f3;
	height: 8px;
	overflow: visible;
	border-radius: 4px;
	margin-bottom: 40px;
}

.ufg-job-application-wrapper .progress .progress-bar {
	position: relative;
	overflow: visible;
	line-height: 1.7;
	border-radius: 4px;
	background: #0967aa;
}

.ufg-job-application-wrapper .progress .progress-bar .step-text {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #808588;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}

.ufg-job-application-wrapper .prev {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	color: #0967aa;
	border: 1px solid #0967aa;
	height: 43px;
	width: 120px;
	border-radius: 5px;
	font-weight: 400;
}

.ufg-job-application-wrapper .prev i {
	margin-right: 8px;
}

.ufg-job-application-wrapper h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #1c2437;
	font-family: "Roboto", sans-serif;
	padding-bottom: 40px;
	text-align: center;
}

.ufg-job-application-wrapper h3 span {
	font-size: 1.6rem;
	font-weight: 400;
}

.ufg-job-application-wrapper h3.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
}

.ufg-job-application-wrapper .job-application-form .block-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #1c2437;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
}

.ufg-job-application-wrapper .job-application-form .form-group+.block-title {
	margin-top: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group, .ufg-job-application-wrapper .job-application-form .sel-from-group {
	position: relative;
	margin-bottom: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .lebel-text {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1c2437;
	font-family: "Roboto", sans-serif;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	height: 60px;
	margin-right: 20px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input {
	display: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label {
	border-color: #0967aa;
	color: #0967aa;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background: #0967aa;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	content: url(../images/check-white.svg);
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label {
	cursor: pointer;
	background: #ffffff;
	height: 60px;
	border: 1px solid #0967aa;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color: #b2becc;
	padding-left: 58px;
	text-transform: capitalize;
	position: relative;
	top: 0;
	left: 0;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label:before {
	height: 18px;
	width: 18px;
	border-radius: 5px;
	background: #e1e7ee;
	border: none;
	top: 20px;
	left: 20px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label:after {
	height: 18px;
	width: 18px;
	top: 20px;
	left: 20px;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group {
	margin-bottom: 15px;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group:nth-last-child(2) {
	margin-bottom: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-input {
	display: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-input:checked~.custom-control-label::before {
	border-width: 2px;
	border-color: #0967aa;
	background: #ffffff;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-input:checked~.custom-control-label::after {
	opacity: 1;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-label {
	width: auto;
	text-align: left;
	position: static;
	top: auto;
	left: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding-left: 30px;
	cursor: default;
	text-transform: capitalize;
	font-size: 1.5rem;
	font-weight: 400;
	color: #808588;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-label:before {
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.radio-group .custom-radio .custom-control-label:after {
	top: 7px;
	left: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0967aa;
	opacity: 0;
	content: '';
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group {
	margin-bottom: 15px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group:nth-last-child(2) {
	margin-bottom: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-input {
	height: 18px;
	width: 18px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background: #0967aa;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-label {
	width: auto;
	text-align: left;
	position: static;
	top: auto;
	left: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding-left: 30px;
	cursor: default;
	/* text-transform: capitalize; */
	font-size: 1.5rem;
	font-weight: 400;
	color: #808588;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-label:before {
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-label:after {
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-group .custom-checkbox .custom-control-label a {
	color: #0967aa;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control {
	height: 45px;
	border: 1px solid #0967aac9;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 15px 0;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 50px;
	color: #474747 !important;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control:focus{
	box-shadow: 0 0 5px #0967aa;
	color: #474747 !important;
}
.ufg-job-application-wrapper .job-application-form .form-group .form-control:not(:placeholder-shown) {
	color: #474747 !important;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control:focus+label,
.ufg-job-application-wrapper .job-application-form .form-group .form-control:not(:placeholder-shown)+label{
	top: 4px;
	font-size: 1.1rem;
	color: #0967aa;
}

.ufg-job-application-wrapper .job-application-form .form-group .select-input {
	position: relative;
}

.ufg-job-application-wrapper .job-application-form .form-group .select-input span {
	position: absolute;
	top: 27px;
	right: 15px;
	height: 0;
	width: 0;
	border-top: 6px solid #b2becc;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.ufg-job-application-wrapper .job-application-form .form-group .select-input .form-control {
	padding-right: 0;
	padding-top: 0;
	line-height: 60px;
	color: #808588;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .select-input .form-control option {
	color: #808588;
}

.ufg-job-application-wrapper .job-application-form .form-group label:not(.error) {
	position: absolute;
	top: 10px;
	margin-bottom: 0;
	left: 17px;
	z-index: 2;
	font-size: 1.4rem;
	font-weight: 400;
	color: #808588;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: text;
}

label.error{
	color:rgb(241, 42, 42);
	font-weight: 500;
	font-size: 12px;
}

input.error, select.error, textarea.error{
	border-color:rgb(241, 42, 42) !important;
}

.ufg-job-application-wrapper .job-application-form .form-group textarea.form-control {
	height: 80px;
	padding-top: 25px;
	line-height: 1.7;
	border: 1px solid #0967aac9;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file {
	height: 50px;
	display: block;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .form-control {
	outline: none;
	display: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .form-control+.custom-file-label {
	top: 0;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .custom-file-label {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	height: 60px;
	/* border-radius: 30px; */
	padding: 0;
	color: #b2becc;
	border: 1px dashed #bfbfbf;
	padding-left: 140px;
	line-height: 60px;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .custom-file-label:after {
	content: '+ CHOOSE FILE';
	top: 16px;
	left: 25px;
	right: auto;
	font-size: 1rem;
	color: #fff;
	background: #0967aa;
	border-radius: 5px;
	padding: 7px 10px;
	height: 30px;
	border: 0;
}

.ufg-job-application-wrapper .job-application-form .btn,.final-content .btn {
	height: 43px;
	width: 120px;
	display: block;
	background: #0967aa;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
}

.final-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 70vh;
	padding: 60px 0;
	text-align: center;
}

.final-content .icon {
	margin-bottom: 20px;
}
.final-content .icon i{
	font-size: 9rem;
	color: #0967aa;
}
.final-content h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #1c2437;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
}

.final-content p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #808588;
	font-family: "Roboto", sans-serif;
}

@media all and (max-width: 991px) {
	.final-content{
		padding: 0;
		min-height: 55vh;
	}
	.final-content .icon img{
		width: 230px;
	}
	.final-content h2 {
		font-size: 2.5rem;
	}
	.ugf-wrapper .ufg-job-application-wrapper .progress {
		margin-bottom: 50px;
	}

	.ugf-contact .footer {
		margin-top: 0;
	}
}

@media all and (max-width: 767px) {
	.footer {
	  display: block;
	  text-align: center;
	}
  }

@media all and (max-width: 575px) {
	.anfra-nav .navbar-brand img{
		width: 100px;
	}
}
.ugf-contact .footer .copyright-text p {
	color: #808588;
  }

  .job-application-form h6{
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 5px;
  }
  .file-return{
	font-size: 1.4rem !important;
  }


  /* float select */

  .form-floating > .form-select{
	padding: 20px 15px 0 !important;
	height: 45px;
	font-size: 1.3rem;
	color: #474747 !important;
  }

  .form-floating > label:not(.error){
	opacity: 1 !important;
	padding: .75rem .75rem;
	padding-left: 15px;
	font-size: 1.2rem !important;
	color: #0967aa;
	font-weight: 400;
  }

  .form-select{
	border: 1px solid #0967aac9;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237f7f7f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  .form-select:focus{
  	box-shadow: 0 0 5px #0967aa;
  }
  .form-floating > label.error{
	position: relative;
	opacity: 1;
	transform: none;
	padding: 0;
  }

  .anfra-nav .navbar-collapse .navbar-nav .nav-item{
	color: #fff;
  }
  
  .pl-2{
	padding-left: 2rem;
  }
  .header-social-icon{
	color: white;
	text-align: center;
  }
  .header-social-icon i{
	font-size: 3rem;
  }
  .form-group i {
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 20px;
	color: #666;
  }
  .mobile-nav-logo{
	text-align: center;
	margin-bottom: 20px;
  }
  .mobile-nav-logo img{
	width: 150px;
  }
  .parent-div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }