#Wrap3Inner{
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
    padding-bottom: 170px; /*5vh*/
}
#topSec3{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 50px;
}
#topSec3 h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: regular;
    color: white;
    font-size: 48px;
    padding-bottom: 35px;
}
#topSec3 p{
	font-family: 'Montserrat', sans-serif;
	font-weight: regular;
    color: white;
    font-size: 16px;
    padding-bottom: 25px;
}
#MidSec3{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#MidSec3 h3 {
	/*font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: regular;
	margin-top: 27px;*/
}
#MidSec3 p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: regular;
}
#MidSec3 button {
	border-radius: 7px;
	font-size: 18px;
	font-family: 'Interstate', sans-serif;
	font-weight: bold;
	width: 232px;
	height: 53px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 112px; /* 137px -25px (padding) */
}
.fourthSec{
    margin-left: auto;
    margin-right: auto;
    margin-top: 170px;
    margin-bottom: 25px;
   /* max-width: 550px;*/
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
	display: flex;
	flex-direction: row;
}
.fourthSecLeft, .fourthSecRight2 {
	max-width: 454px;
}
.fourthSecLeft {
	margin-right: 111px;
}
.fourthSecRight2 {
	margin-left: 111px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.W3hr {
	margin: 170px auto;
    background-color: #DB650A;
    width: 398px;
    height: 5px;
}
.W3LastSection {
	max-width: 824px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.W3LastSection h3 {
	font-size: 48px;
	line-height: 58px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 23px;
}
.W3LastSection p {
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 52px;
}
.W3LastSection button {
	border-radius: 7px;
    font-size: 18px;
    font-family: 'Interstate', sans-serif;
    font-weight: bold;
    width: 232px;
    height: 53px;
}

.fourthSecLeft h3, .fourthSecRight2 h3 {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	line-height: 58px;
	text-align: left;
	width: 95%;
}
.fourthSecLeft p, .fourthSecRight2 p {
	max-width: 454px;
	text-align: left;
}
.fourthSec img{
    width: 550px;
}

.headingline{
    color: white;
    font-size: 34px;
    text-align: center;
    max-width: 250px;
    margin: auto;
}
.headingline {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.headingline:before, .headingline:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: white;
}
.headingline:before {
    margin-left: -55%;
    text-align: right;
}
.headingline:after{
    margin-left: 5%;
}
.fourthSec p{
    padding-top: 15px;
    color: white;
}
.W3mobileIMG1, .W3mobileIMG2 {
	display: none;
}
@media screen and (max-width: 990px) {
	.fourthSec.fourthSec2 {
		flex-direction: column-reverse;
		margin-top: 86px;
	}
	.fourthSec.fourthSec1 {
		flex-direction: column;
		margin-top: 45px;
	}
	.fourthSec {
		 max-width: 100%;
    	width: 100%;
	}
	.fourthSecLeft, .fourthSecRight2, .fourthSecLeft p, .fourthSecRight2 p {
		max-width: 100%;
	}
	.fourthSecLeft {
		margin-right: 0px;
	}
	.fourthSecLeft p, .fourthSecRight2 p {
		text-align: center;
	}
	.fourthSecLeft h3, .fourthSecRight2 h3 {
		width: 100%;
		text-align: center;
	}
	.fourthSecRight2 {
		margin-left: 0px;
	}
	.W3IMG1, .W3IMG2 {
		display: none;
	}
	.W3mobileIMG1, .W3mobileIMG2 {
		display: block;
	}
	.fourthSec img {
		width: 100%;
	}
	.fourthSec {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fourthSecLeft h3, .fourthSecLeft p, .fourthSecRight2 h3, .fourthSecRight2 p {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 880px) {
	.W3LastSection h3, .W3LastSection p {
		padding-right: 20px;
		padding-left: 20px;
	}
	.W3hr {
		margin-bottom: 45px;
		margin-top: 86px;
	}
	#Wrap3Inner {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 545px) {
	.W3LastSection h3 {
		font-size: 30px;
		line-height: 37px;
	}
	.W3LastSection p {
		font-size: 12px;
		line-height: 18px;
	}
	.fourthSecLeft h3, .fourthSecRight2 h3 {
		font-size: 30px;
		line-height: 37px;
	}
	.fourthSecLeft p, .fourthSecRight2 p {
		font-size: 12px !important;
		line-height: 18px;
		padding-bottom: 66px;
	}
	.W3LastSection button {
		font-size: 14px;
		max-width: 182px;
	}
	
}
@media only screen and (max-width: 500px) {
	.W3hr {
		max-width: 91%;
	}
}
@media only screen and (max-width: 600px) {
   /* #Wrap3Inner{
        padding-left: 5px;
        padding-right: 5px;
    }*/
}