section.hero {
    padding: 70px 0 50px;
}
section.hero.hero2 {
    padding: 91px 0 25px;
}
.hero2 h2{
    margin-bottom:10px;
}
.hero-img {
    float: left;
    width: 35%;
    text-align: center;
    margin-top: 20px;
}
.hero-text {
    float: right;
    width: 62%;
    font-size: 18px;
    margin-top: 75px;
}
.breadcrumb{
	text-align:right;
	margin-bottom: 50px;
}
.update-btn{
    margin-right:20px;
}
.hero2 .breadcrumb{
	margin-bottom: 20px;
}
.hero2 .hero-bottom img{
    max-width:600px;
}
.breadcrumb a{
	color:#25282a;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#25282a;
	margin:0 5px
}
section.special-offers {
    background: #f9f9fa;
    padding: 50px 0 100px;
}
.offer-image {
    float: left;
    width: 20%;
    text-align: center;
}
.offer-text {
    float: right;
    width: 80%;
}
.offer-text h3{
    font-weight:bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.special-offers h2{
    margin-bottom:50px;
}
.offer-holder {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.offer-link a{
    text-decoration:underline;
}
.special-offers select{
    padding: 9px;
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}
.thankyouSelect,.thankyouSelect2{
    margin-top:25px;
}
.thankyouChkOption {
    margin-top: 20px;
}
/*.thankyou-border {
    width: 100%;
    border: 1px solid #e7e8ec;
    border-radius: 4px;
    border-top: 5px solid #27ac5f;
    padding: 30px 30px 30px 30px;
    background: #fff;
}*/
.thankyouClientInfo {
    float: left;
    background: #f9f9fa;
    border: 1px solid #c1c1c1;
    padding: 25px;
}
.thankyou-border .tc-btn-green{
    float: right;
    min-width: 155px;
}
.offer-holder.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.claim-offer {
    margin-top: 25px;
}
@media(max-width:1199px){
    img{
        max-width:100%;
    }
}
@media(max-width:1023px){
    .offer-image img{
        max-width:100%;
    }
    .offer-text {
        width: 78%;
    }
}
@media(max-width:767px){
    .breadcrumb {
        margin-bottom: 30px;
    }
    .hero-text {
        float: none;
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }
    .hero-img {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    img{
        max-width:100%;
    }
    .offer-image {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .offer-text {
        width: 100%;
        float: none;
    }
    .thankyouClientInfo {
        float: none;
        text-align: center;
    }
    .thankyou-border {
        text-align: center;
    }
}	

@media(max-width:320px){
    .thankyou-border .tc-btn-green {
        float: none;
    }
    .update-btn {
        margin-right: 0;
        margin-top: 20px;
    }
}

