.confirmation_offer{
	padding: 80px 0;
}
.confirmation_offer figure{
	display: block;
	width: 100%;
}

.confirmation_offer figure img{
	display: block;
	width: 100%;
}

.confirmation_offer .offer-info{
	display: block;
	margin-top: 20px; 
	color: #035573;
	font-size: 16px;
}
.confirmation_offer .offer-info p{
	display:block;
}
.confirmation_offer .offer-info .name {
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.confirmation_offer .title{
	font-size: 36px; 
	color: #035573; 
	margin-bottom: 40px;
}

.confirmation_offer .text{
	display: block;
}

.confirmation_offer .text p{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}


.confirmation_offer .box_submit-details{
	margin-top: 40px;
	max-width: 90%;
	background-image: url('../../../images/confirmation/wave.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.confirmation_offer .box_submit-details .title{
	background-color:orange;
	display: block;
	padding: 20px 0;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0;
}

.confirmation_offer .box_submit-details .content {
	padding: 40px 0;
	padding-left: 20px;
	color: #035573; 
	font-size: 16px;
}
.confirmation_offer .box_submit-details .content p{
	display:block;
	margin: 10px 0;
}
.confirmation-owners{
	padding: 40px 0;
	background: #00465f;
	text-align: center;
}

.confirmation-owners .icon{
	display: inline-block;
}
.confirmation-owners .icon img{
	width: 80px;
}
.confirmation-owners .text{
	font-size: 20px;
	color: #fff;
	display: block;
	margin: 30px 0;
}


.confirmation-owners .text p{

	display: inline-block;
	max-width: 70%; 
}
.confirmation-owners .btn{

    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);

}

.confirmation-owners .btn span{

    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url(../../../images/modules/hero_left/arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: -3px;
    transform: rotate(180deg);
}
@media(max-width: 1024px){
	.box_submit-detail{
		display: block;
		margin: 0 auto; 
		max-width: 80%;
	}

	.confirmation_offer figure, 
	.confirmation_offer	.offer-info{
		display: none;
	}

}
@media(max-width: 570px){
	.confirmation_offer .box_submit-details .title{
		font-size: 18px; 
	}
}


.confirmation-slider{
	padding: 60px 0;
}
.confirmation-slider .title{
	font-size: 36px; 
	color: #035573; 
	margin-bottom: 40px;
	display: block;
	text-align: center;
}

.confirmation-slider .search-link{
	color:#009fc2;
	background: url('../../../images/confirmation/arrow-search.png') no-repeat;
	background-size:20px;
	background-position: 100%;
	padding-right: 40px;
	float: right;
	font-size: 18px;
	margin-bottom: 20px;
}


.confirmation-slider .nsis-carousel{
	float: left;
	width: 100%;
}

.confirmation-slider .nsis-carousel .left{
	background-image: url('../../../images/confirmation/arrow.svg');
	background-size:40px;
}

.confirmation-slider .nsis-carousel .right{
	background-image: url('../../../images/confirmation/arrow.svg');
	background-size:40px;
	transform: rotate(180deg);
}

