/*Image resize*/
.image-resize-1 {
	width: 170px;
	height: auto;
}
/*End Image resize*/
.section {
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px -3px 20px 2px rgba(162, 162, 162, 0.58);
	z-index: 98;
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat,repeat;
	background-size: cover;
}

.center-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.white-card {
	border-radius: 8px;
	background: white;
	padding:30px;
}
.empty {
	max-width: 0px;
}

.responsive-video {
	display: block;
	max-width: 100%;
	height: auto;
}

.step-num {
	padding: 15px;
}

.custom-image {
	width: 100%;
}
/*Text/Font Styling*/
.green-custom-text { 
	color: #29B779;
	font-weight: 500; 
}
/*End FontStyling*/

/*Navbar*/
.navbar-style {
    box-shadow: 0px 3px 20px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff!important;
}

.btn-green-custom {
	font-weight: 600;
    color: #29B779;
    background-color: #fff;
    border: 2px solid #29B779;
    border-radius: 6px;
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 15px;
}

.btn-green-custom-1 {
	font-weight: 600;
    color: #29B779;
    background-color: #fff;
    border: 2px solid #29B779;
    border-radius: 6px;
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 15px;
}
/*End Navbar*/

/* Hero Section*/
.custom-header-1 {
    color: #247CBC;
    font-weight: 700;
}
.title-sub {
    font-size: 20px;
}

.title-sub-2 {
	margin-top: 10px;
}
/*End Hero Section*/

/* Form Styling */
.card-custom {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.custom-card-header {
  background-color: transparent;
  border-bottom: none;
  color: #247CBC;
  font-weight: 700;
}

.label-text {
	font-size: 15px;
}

.display-label {
  display: none;
}

.custom-input {
  border-radius: 10px!important;
  box-shadow: 4px 4px 7px 2px rgba(37, 35, 35, 0.5);
}

.custom-success {
  border-radius: 10px!important;
  box-shadow: 3px 2px 3px 1px rgba(37, 35, 35, 0.5);
  background-color: #29B779;
  border-color: #29B779;
  font-weight: 500;  
}

.form-footer-font {
	color: #fff;
	font-size: 10px;
}

.input-error-1 {
	color: #FF0000;
}
.input-error-2 {
	border-color: #FF0000!important;
}

.custom-error {
	display: none;
	color: #FF0000;
}

form .error {
  color: red;
}

input:focus {
	outline: 0;

}
/*End Form Styling*/

/*Footer section styling*/
.section-grey {
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
}

.custom-text-1 {
	font-size: 12px;
	color: #7d7878;
}

.custom-text {
	font-size: 9px;
	color: #000;
}
/*End footer section*/

/* Media Queries */
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 992px) {

	.btn-mobile {
		display: none;
	}

}
@media screen and (max-width: 991px) {
	
	.btn-desktop {
		display: none;
	}

}

/* 1199px - 992px */
@media screen and (max-width: 1199px) and (min-width: 992px) {



}

/* 991px - 768px */
@media screen and (max-width: 991px) and (min-width: 768px) {


	}

/* 787px - 576px */
@media screen and (max-width: 768px) and (min-width: 400px) {

	.step-num {
		padding: 15px;
		text-align: center;
	}

}

/* 600px */
@media screen and (max-width: 768px) {

	.section {
		padding-left: 20px;
		padding-right: 20px
		
	}

	.custom-header-1 {
		text-align: center!important;
	}

	.btn-green-custom {
		font-size: 11px;
	}

}

@media (max-width: 575.98px) {
	.btn-green-custom {
		font-size: 10px;
	}	
}

@media (max-width: 463px) {
	.navbar-brand {
		margin-right: 0px;
	}
	.image-resize-1 {
		width: 134px;
	}

	.container-resize {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (max-width: 590px) {
	.custom-header-1 {
		font-size: 31px;
	}
}