@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: "SFNSText-Regular";
	padding-right: 0px !important;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a {
	text-decoration: none;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
#fullBody {
	background: url('../img/fullBanner.jpg') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0px 105px;
}
.regStepTitle {
	font-family: "SFNSText-Semibold";
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #ed1c24;
	margin: 20px 0px 10px;
}
.regStepText {
	font-family: "SFNSText-Semibold";
	font-size: 22px;
	text-align: center;
	color: #373737;
	width: 400px;
	margin: 0px auto;
	line-height: 30px;
}
.regStep {
	margin: 20px 0px 0px;
}
.stepOptionsTitle {
	font-family: "SFNSText-Semibold";
	font-size: 18px;
	text-align: center;
	color: #010303;
	line-height: 22px;
	transition: ease 0.2s;
}
.stepOptions {
	border: 1px solid #afafaf;
	border-radius: 12px;
	background-color: #fff;
	height: 148px;
	text-align: center;
	position: relative;
}
.stepOptionsAll {
	height: 100%;
	width: 100%;
	border: 5px solid #fff;
	border-radius: 12px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease 0.2s;
}
.stepOptions.stepOptionsActive .stepOptionsAll {
	border-color: #ed1c24;
	transition: ease 0.2s;
}
.stepOptions.stepOptionsActive .stepOptionsTitle {
	color: #ed1c24;
	transition: ease 0.2s;
}
.nextBtn {
	text-transform: uppercase;
	font-family: "SFNSText-Semibold";
	font-size: 16px;
	color: #fff;
	background-color: #ed1c24;
	text-align: center;
	letter-spacing: 6px;
	height: 48px;
	width: 375px;
	margin: 0px auto 150px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	transition: ease 0.3s;
}
.nextBtn:hover {
	color: #fff;
	background-color: #df1a22;
	transition: ease 0.3s;
}
.stepOptions .stepOptionsActiveIcon {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-bottom: -34px;
	margin-left: -28px;
	display: none;
	transition: ease 0.2s;
}
.stepOptions.stepOptionsActive .stepOptionsActiveIcon {
	display: block !important;
	transition: ease 0.2s;
}
.stepOptionsTogether {
	padding: 40px 0px 58px;
}
.footerText,
.footerText a {
	font-size: 16px;
	color: #fff;
}
footer {
	background-color: #000;
	padding: 16px 0px;
}
.footerUl {
	display: flex;
	justify-content: center;
}
.footerUl li:nth-child(2) {
	padding: 0px 25px;
}
.verificationForm .verificationFormField {
  width: 375px;
  margin: 30px auto 0px;
}
.field-wrapper {
	position: relative;
}
.field-wrapper input,
.field-wrapper select,
.field-wrapper textarea {
  font-family: "SFNSText-Semibold";
  border: 1px solid #afafaf;
  /* text-transform: uppercase; */
  padding: 12px 20px 12px 65px;
  border-radius: 12px;
  width: 100%;
  font-size: 14px;
  color: #2c2c2c;
  margin: 0px 0px 30px;
  height: 48px;
}
.form-select:focus,
input:focus {
  border: 2px solid #0d6efd;
  outline: 0;
  box-shadow: none;
}
.field-wrapper input::placeholder,
.field-wrapper textarea::placeholder {
	font-family: "SFNSText-Semibold";
	font-size: 14px;
	color: #8f8f8f;
	/* text-transform: uppercase; */
	opacity: 1;
}
.emailField {
  background: #fff url("../img/mailIcon.png") no-repeat left 20px center;
}
.field-wrapper input.fieldNormal {
	padding: 5px 20px;
}
.inputMsg {
	font-family: "SFNSText-Semibold";
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 5px;
}
.inputMsg a {
	color: #9f0107;
}
.verifyBtn {
	margin-top: 30px;
}
.userField {
  background: #fff url("../img/userIcon.png") no-repeat left 20px center;
}
.verificationFormField.signupForm .field-wrapper input,
.verificationFormField.signupForm .field-wrapper select {
	margin-bottom: 10px;
}
.mobileField {
  background: #fff url("../img/mobileIcon.png") no-repeat left 20px center;
}
.companyField {
  background: #fff url("../img/companyIcon.png") no-repeat left 20px center;
}
.commentField {
  background: #fff url("../img/commentIcon.png") no-repeat left 20px top 10px;
}
.countryField2 {
  background: #fff url("../img/countryIcon2.png") no-repeat left 20px center;
}
.passField {
  background: #fff url("../img/passIocn.png") no-repeat left 20px center;
}
.logonPassField {
  background: #fff url("../img/passIconLogin.png") no-repeat left 20px center;
}
.cityField{
	background: #fff url("../img/city_ic.png") no-repeat left 20px center;	
}
.websiteField{
	background: #fff url("../img/website_ic.png") no-repeat left 20px center;	
}
.industryField{
	background: #fff url("../img/industry_ic.png") no-repeat left 20px center;	
}
.invmaxField{
	background: #fff url("../img/invest-max_ic.png") no-repeat left 20px center;	
}
.invminField{
	background: #fff url("../img/invest-min_ic.png") no-repeat left 20px center;	
}
.ofclocField{
	background: #fff url("../img/office-location_ic.png") no-repeat left 20px center;	
}
.sservcField{
	background: #fff url("../img/s-services_ic.png") no-repeat left 20px center;	
}
.projectField{
	background: #fff url("../img/project_ic.png") no-repeat left 20px center;	
}
.selectNotch {
	position: absolute;
	width: 12px;
	right: 20px;
	top: 50%;
	margin-top: -4px;
}
.alreadyLoginBtn {
	background-color: #373737;
	letter-spacing: normal;
	margin: 20px auto 0px;
	transition: ease 0.3s;
}
.alreadyLoginBtn:hover {
	background-color: #272727;
	transition: ease 0.3s;
}
.verificationForm .verificationFormField.loginField {
	margin-top: 40px;
}
.verificationFormField.loginField .field-wrapper input {
	margin-bottom: 20px;
}
.loginBtn {
	margin: 20px 0px 8px;
}
.forgetPassBtn {
	margin: 30px 0px 8px;
}
.forgetPassBg {
	background: #fff;
	width: 500px;
	margin: 45px auto 0px;
	border-radius: 12px;
	padding: 60px 0px 75px;
}
#mainBanner {
	background: url('../img/mainBanner.jpg') no-repeat top center;
	background-size: cover;
	padding: 134px 0px 130px;
}
.homeRegBtn {
	font-size: 26px;
	letter-spacing: normal;
	height: 56px;
	margin-top: 56px;
}
.joinUsTitle {
	color: #ed1c24;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.joinUsTitle span {
	font-family: "SFNSText-Semibold";
}
.ourServices {
	cursor: pointer;
}
.ourServicesTitle {
	font-family: "SFNSText-Semibold";
	color: #ed1c24;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-top: 2px;
    transition: .5s ease;
}
.ourServicesImg img {
	border: 1px solid #c2c2c2;
	border-radius: 14px;
	display: block;
    width: 100%;
  	height: auto;
}
.ourServicesImg {
  position: relative;
}
.ourServicesImg .ourServicesOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255,255,255,0.8);
  border-radius: 14px;
  border: 5px solid #ed1c24;
}
.ourServices:hover .ourServicesOverlay {
  opacity: 1;
}
.ourServices:hover .ourServicesTitle {
	color: #000;
  transition: .5s ease;
}
.ourServicesImg .ourServicesText {
  color: #000;
  font-size: 17px;
  text-align: center;
}
.ourServicesOverlayEffect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 5px;
}
.ourServicesAll {
	margin-top: 40px;
}
.joinUs {
	padding-bottom: 75px;
	border-bottom: 2px solid #a0a0a0;
}
.aboutUsText {
	font-size: 21px;
	color: #000;
	text-align: center;
	margin-top: 22px;
}
.aboutUsText span {
	font-family: "SFNSText-Semibold";
}
.aboutUs {
	padding: 82px 0px 95px;
	border-bottom: 2px solid #a0a0a0;
}
#mainBody {
	background: url('../img/aboutBg.jpg') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 82px 0px 0px;
}
.ourProject .ourServicesImg img {
	border-radius: 16px;
}
.ourProject .ourServicesImg .ourServicesOverlay {
	border-radius: 16px;
	background-color: rgba(0,0,0,0.3);
}
.ourProject .ourServicesTitle {
	font-size: 28px;
	margin-top: 14px;
}
.ourProjectText {
	font-family: "SFNSText-Semibold";
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.alreadyLoginBtn2 {
	margin: 24px auto 0px;
}
.allProject {
	margin-top: 36px;
}
.aboutUs.ourProject {
	border-bottom: none;
}
.joinUsRIghtImg .joinUsRIghtImg2 {
	margin-top: 38px;
}
.pencil {
	position: absolute;
	top: 17px;
	right: 18px;
}
.myAlertModal .modal-content {
	padding: 15px 15px 44px;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow:    0px 6px 8px 0px rgba(0, 0, 0, 0.22);
	box-shadow:         0px 6px 8px 0px rgba(0, 0, 0, 0.22);
	border-radius: 14px;
}
.alertIcon img {
	align-self: center;
	margin-top: -72px;
	background-color: #fff;
	border-radius: 50%;
	padding: 11px;
}
.alertIcon {
	align-self: center;
}
.alertHeading {
	font-family: "SFNSText-Semibold";
	text-align: center;
	font-size: 40px;
	color: #ed1c24;
	margin: 24px 0px 8px;
}
.alertText {
	font-family: "SFNSText-Semibold";
	text-align: center;
	font-size: 22px;
	color: #373737;
	min-height: 66px;
}
.myAlertModal .nextBtn.loginBtn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.alertCancel {
	font-family: "SFNSText-Semibold";
	text-align: center;
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 50%;
	margin-left: -27px;
}
.alertCancel:hover {
	color: #000;
}
#mainBanner.projectShowcaseBanner {
	background: url('../img/projectShowcaseBanner.jpg') no-repeat top center;
	background-size: cover;
	padding: 0px 0px 103px;
}
.mainHeader ul {
	text-align: right;
}
.mainHeader ul li a {
	font-family: "SFNSText-Semibold";
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 6px 16px;
}
.mainHeader ul li.active a {
	color: #ed1c24;
}
.mainHeader ul li:last-child a {
	margin-right: 0px;
	padding-right: 0px;
}
.mainHeader ul li:first-child a {
	margin-left: 0px;
	padding-left: 0px;
}
.mainHeader ul li.profilePage a {
	border: 1px solid #231f20;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
	margin: 0px 20px;
	padding: 10px;
}
.mainHeader {
	padding: 41px 0px;
	margin-bottom: 22px;
}
.bannerTitle {
	font-family: "SFNSText-Semibold";
	font-size: 50px;
	color: #231f20;
	text-align: center;
	margin-top: 35px;
}
.ourProject.projectShowcase .ourServicesTitle {
	color: #000;
}
.ourProject.projectShowcase .ourServices:hover .ourServicesTitle {
	color: #ed1c24;
}
.ourProject.projectShowcase .ourServices:hover .ourServicesOverlay {
	background: none;
}
.projectShowcaseTab li.filter-button {
	display: inline-block;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	padding: 3px 20px;
}
.projectShowcaseTab li.filter-button.active {
	border: 1px solid #e5e5e5;
	background-color: rgba(255,255,255,0.4);
	border-radius: 8px;
	color: #ed1c24;
}
.aboutUs.ourProject.projectShowcaseTogrther {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 35px;
}
.projectShowcaseTab {
	margin: 20px 0px 40px;
}
.ourProject.galleryContain .ourProjectText {
	font-family: "SFNSText-Regular";
	font-size: 20px;
}
.galleryIcon {
	display: flex;
  	justify-content: center;
}
.galleryIcon img {
	margin: 0px 15px 10px;
	border: none;
	border-radius: 0px !important;
}
.ourProject.galleryContain .ourServices {
	margin-bottom: 30px;
}
.ourProject.galleryContain {
	padding-bottom: 60px;
}
.projectUploadTab .nav-tabs {
	border: none;
    justify-content: space-between;
}
.projectUploadTab .nav-tabs .nav-item .nav-link.active {
	background: none;
	border: 2px solid #ff0000;
}
.projectUploadTab .nav-tabs .nav-item .nav-link {
	font-family: "SFNSText-Semibold";
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #afafaf;
	border-radius: 10px;
	width: 296px;
    height: 46px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userField2 {
  background: #fff url("../img/userIcon2.png") no-repeat left 20px center;
}
.companyField2 {
  background: #fff url("../img/companyIcon2.png") no-repeat left 20px center;
}
.countryField {
  background: #fff url("../img/countryIcon.png") no-repeat left 20px center;
}
.cityField2 {
  background: #fff url("../img/cityIcon.png") no-repeat left 20px center;
}
.fundingField {
  background: #fff url("../img/fundingIcon.png") no-repeat left 20px center;
}
.field-wrapper textarea.projectField {
  background: #fff url("../img/projectIcon.png") no-repeat left 20px top 8px;
}
.uploadFile {
	font-family: "SFNSText-Semibold";
	height: 48px;
	font-size: 14px;
    color: #2c2c2c;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    /* margin-bottom: 42px; */
    margin-bottom: 20px;
    cursor: pointer;
}
.uploadFile img {
	margin-right: 15px;
}
.projectUploadTab .field-wrapper input, 
.projectUploadTab .field-wrapper select,
.projectUploadTab .field-wrapper textarea {
    margin-bottom: 20px;
}
.projectUploadTab .tab-content {
	padding: 50px 0px 100px	;
}
.uploadProjectBtn a {
	font-family: "SFNSText-Semibold";
	font-size: 18px;
	color: #373737;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 332px;
	height: 48px;
	margin: 0px auto;
	border: 1px solid #f00;
	border-radius: 14px;
}
.uploadProjectBtn a img {
	margin-left: 15px;
}
.uploadProjectHistory {
	padding: 85px 0px 10px;
}
.projectHistoryTitle {
	font-family: "SFNSText-Semibold";
	font-size: 26px;
	color: #ed1c24;
	line-height: 28px;
	margin-bottom: 5px;
}
.projectHistoryDate {
	font-size: 16px;
	color: #000;
}
.projectHistoryRight {
	display: flex;
}
.btnEdit {
	font-family: "SFNSText-Semibold";
	padding: 4px;
	width: 128px;
	height: 46px;
	background-color: #ebebeb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #373737;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #c2c2c2;
}
.projectHistoryList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #c2c2c2;
	padding: 14px 20px;
	border-radius: 14px;
	margin-bottom: 30px;
}
.uploadProjectBtn {
	/* margin-bottom: 30px; */
	margin-bottom: 0px;
}
.youtubeThumIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20.5px;
	margin-left: -29.5px;
	cursor: pointer;
	width: auto !important;
	border: none !important;
}
.galleryVideoAll {
  padding-right: 0px !important;
}
.galleryVideoAll .modal-content {
  border-radius: 0px;
}
.galleryVideoAll .closeBtn {
  position: absolute;
  top: 0px;
  right: 0;
  margin-top: -15px;
  margin-right: -15px;
  background: none;
  border: none;
  z-index: 9;
}
.galleryVideoAll .galleryVideoOnly {
  height: 350px;
  width: 100%;
  background-color: #000;
}
.uploadProjectHeader {
	border-top: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0px;
}
.btnExpress .btnEdit {
	text-transform: capitalize;
	line-height: 18px;
}
.uploadProjectHeader .projectShowcaseTab {
	margin: 0px;
}
.btnExpress {
	position: relative;
}
.btnExpress .noNotification {
	font-size: 16px;
	background-color: #000;
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	left: 2px;
}
.chooseCountry select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/selectNotch.png') right 8% center no-repeat !important;
    border: 1px solid #e5e5e5 !important;
	border-radius: 25px;
}
.uploadProjectRight {
	display: flex;
	align-items: center;
	justify-content: right;
}
.chooseCountry {
	width: 228px;
	margin-right: 35px;
}
.btnExpressAll,
.btnEditClose {
	display: flex;
	align-items: center;
}
.btnExpressOnly {
	width: 138px;
}
.uploadProBtn {
	margin-top: 42px;
}
.field-wrapper.field-radio .form-check-all {
	display: flex;
	align-items: center;
}
.field-wrapper.field-radio .form-check-input {
	position: relative;
	margin-bottom: 0px;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin-top: .25em;
	border: 2px solid #2c2c2c;
	background: #fff;
}
.field-wrapper.field-radio .form-check-input::after {
	background-color: #ddd;
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
}
.field-wrapper.field-radio .form-check-input:checked {
  	background-color: #fff;
	border-color: #2c2c2c;
}
.field-wrapper.field-radio .form-check-input:checked::after {
	background-color: #2c2c2c;
}
.field-wrapper.field-radio .form-check {
	display: flex;
	margin: 0px 45px 0px 0px;
}
.field-wrapper.field-radio .form-check-label {
	height: auto;
	margin: 2px 0px 0px;
	padding-left: 15px;
}
.formInputTitle {
	font-family: "SFNSText-Semibold";
	color: #df1a22;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 8px;
}
.form-check-note {
	font-family: "SFNSText-Semibold";
	font-size: 14px;
	color: #8f8f8f;
	margin-top: 14px;
}
#userList .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
}
.userListTable {
	margin-bottom: 0px;
	color: #373737;
}
.userListTable thead tr th:first-child,
.userListTable tbody tr td:first-child {
	color: #df1a22;
}
.userListTable thead tr th {
	border-bottom: 2px solid #c2c2c2 !important;
	padding: 6px 0.5rem;
}
.userListTable tbody tr td {
	padding: 5px 0.5rem;
}
.userListTable tbody tr:last-child td {
	border: none;
}
.userListTable tbody tr td:last-child {
    color: #8c8c8c;
}
.userListTableAll {
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  margin-top: 18px;
}













@media (min-width:1200px) {
	.container {
	    max-width: 1316px;
	}
}

@media (min-width: 576px) {
	.myAlertModal .modal-dialog {
		max-width: 520px;
	}
}

@media (max-width:1299px) {
	.ourServicesImg .ourServicesText {
		font-size: 16px;
	}
	.joinUsRIghtImg .joinUsRIghtImg2 {
	  margin-top: 60px;
	}
}

@media (max-width:1259px) {
	.projectUploadTab .nav-tabs .nav-item,
	.projectUploadTab .nav-tabs .nav-item .nav-link {
		width: 100%;
	}
	.projectUploadTab .nav-tabs .nav-item {
		margin-bottom: 20px;
	}
}

@media (max-width:1199px) {
	.stepOptions {
		height: 128px;
	}
	.stepOptionsTitle {
		font-size: 16px;
		line-height: normal;
	}
	.ourServicesImg img {
		border-radius: 22px;
	}
	.ourServicesAll .ourServicesCol:first-child,
	.ourServicesAll .ourServicesCol:nth-child(2) {
		margin-bottom: 30px;
	}
	.ourProjectText {
		font-size: 20px;
		line-height: 26px;
	}
	.alreadyLoginBtn2 {
		width: 294px;
	}
	.ourProject .ourServicesTitle {
		font-size: 26px;
	}
	.uploadProjectHeader {
		display: block;
	}
	.uploadProjectRight {
		margin-top: 10px;
	}
}

@media (max-width:991px) {
	.stepOptions {
	  height: 160px;
	}
	.stepOptionsTitle {
		font-size: 18px;
	}
	.stepOptionsTogether .chooseOptionCol:nth-child(1) .stepOptions,
	.stepOptionsTogether .chooseOptionCol:nth-child(2) .stepOptions {
		margin-bottom: 40px;
	}
	.joinUsTitle {
		font-size: 32px;
	}
	.allProject .ourProjectCol {
		margin-bottom: 30px;
	}
	.allProject .ourProjectCol:last-child {
		margin-bottom: 30px;
	}
	.projectShowcaseTab li.filter-button {
		/* padding: 3px 26px; */
	}
	.projectShowcaseTab {
		text-align: center;
	}
	.uploadProjectRight {
		justify-content: center;
	}
	.projectHistoryList  {
		display: block;
	}
	.projectHistoryLeft {
		margin-bottom: 30px;
	}
	.projectHistoryRight {
		justify-content: right;
	}
}

@media (max-width:767px) {
	.footerUl {
		display: block;
		text-align: center;
	}
	.footerUl li:nth-child(2),
	.joinUsRIghtImg {
		display: none;
	}
	.ourServicesAll .ourServicesCol {
		margin-bottom: 30px;
	}
	.bannerTitle {
		font-size: 44px;
	}
	.projectHistoryList {
		display: block;
	}
	.projectHistoryLeft {
		margin-bottom: 15px;
	}
	.projectHistoryRight {
		justify-content: end;
	}
	.projectHistoryRight {
		display: block;
	}
	.btnExpressOnly {
		width: 50%;
	}
	.btnExpress {
		/* width: 50%; */
		margin: 5px;
	}
	.btnExpress .btnEdit {
		width: 100%;
		margin: 0px;
	}
	.btnEdit {
		width: 50%;
		margin: 10px;
	}
	.btnExpress .noNotification {
		left: -8px;
	}
}

@media (max-width:575px) {
	.verificationForm .verificationFormField,
	.nextBtn,
	.forgetPassBg {
		width: 100%;
	}
	.forgetPassBg {
		padding-left: 30px;
		padding-right: 30px; 
	}
	.bannerTitle {
	  font-size: 40px;
	}
	.mainHeader ul li:nth-child(2) a {
		margin: 0px;
	}
	.mainHeader ul li a {
		font-size: 16px;
	}
}

@media (max-width:489px) {
	.regStepTitle {
		font-size: 32px;
	}
	.regStepText {
		font-size: 20px;
		width: 360px;
		line-height: normal;
	}
	.bannerTitle {
	  font-size: 32px;
	}
	.mainHeader ul li a {
	  font-size: 14px;
	}
}

@media(max-width:413px) {
	.footerText, .footerText a {
		font-size: 12px;
	}
	.nextBtn {
		font-size: 15px;
	}
	.regStepText {
		width: 100%;
		font-size: 16px;
	}
	.regStepTitle {
	 	font-size: 23px;
	}
	.inputMsg {
		font-size: 14px;
	}
	.stepOptionsTitle {
	  font-size: 16px;
	}
	.stepOptions {
	  height: 136px;
	}
	.mainHeader ul li a {
		text-transform: capitalize;
		padding: 6px 8px;
	}
	.uploadProjectBtn a {
		font-size: 16px;
		width: 100%;
	}
	.projectHistoryTitle {
		font-size: 20px;
		line-height: normal;
	}
	.uploadProjectBtn a img {
	  margin-left: 12px;
	  width: 26px;
	}
	.aboutUsText {
		font-size: 16px;
	}
}