.logo{
	widows: 150	0px;px;
	height:70px;
}


.btn-padding{
	padding-left:40px;
	padding-right:40px;
}

.gap-1{
	margin-bottom:100px;
	padding-top:50px;
	padding-bottom:40px;
}
.gap-2{
	padding-top:60px;
	margin-bottom:115px;
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.gap-3{
	margin-bottom:100px;
}
.gap-4{
	margin-bottom:115px;
}


.yellow-box{
    border:1px solid red;
    background:rgba(255,255,0,0.5);
	margin-bottom:10px;
}

			/* arrow style */
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}


/* Breadcrups CSS */

.arrow-steps {
	margin-bottom:7px;
	margin-left:12%;
}
.arrow-steps .step {
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 1.5px 1.5px;
	padding: 10px 10px 10px 30px;
	/* min-width: 100px; */
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #d9e3f7;
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;
}
			/* // */

.fix-height{
	height:380px;
	/* min-height:250px; */
	overflow:hidden !important;
}

@media screen and (max-width:768px){
	.gap-2{
		padding-top:0px;
		margin-bottom:115px;
	}
	.fix-height{
		height:400px;
	}
}

@media screen and (max-width:555px){
	.fix-height{
		height:430px;
	}
}

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

	.fix-height{
		height:500px;
	}
}

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

	.fix-height{
		height:550px;
	}
}

/**/
@media (min-width:992px) and (max-width:1200px){
	.arrow-steps{
		margin-left:5%;
	}
}
@media (min-width:706px) and (max-width:745px){
	.arrow-steps{
		margin-left:10%;
	}
}
@media (min-width:670px) and (max-width:705px){
	.arrow-steps{
		margin-left:7%;
	}
}
@media (min-width:630px) and (max-width:670px){
	.arrow-steps{
		margin-left:5%;
	}
}
@media (min-width:0px) and (max-width:630px){
	.arrow-steps{
		margin-left:3%;
	}
}

.footer {
	 bottom: 0;
	 width: 100%;
	 height: 60px; /* Set the fixed height of the footer here */
	 line-height: 60px; /* Vertically center the text there */
	 background-color: #f5f5f5;
 }
