.cr-hero-main {
    height: 550px;
}
.hero-boundaries {
    /* max-width: 1280px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}  
.cr-hero-main .hero-container {
    position: relative;
    height: 550px;
    padding: 0 0 0 30px;
    width: 42%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.hero-img {
    background: url(../images/Desktop-1.jpg) no-repeat top center;
    background-size: cover;
    display: inline-block;
    width: 54%;
    height: 550px;
}
.button-wrapper-mobile {
    display: none;
}
    
.cr-hero-main p.heading {
    font-family: work-sans, sans-serif;
    font-size: 35px;
    line-height: 44px;
    margin: 0px auto;
    /* max-width: 300px; */
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    padding-top: 35px;
    color: #313131;
}
    
.cr-hero-main .heading-bold {
    font-family: work-sans, sans-serif;
    display: block;
}
.cr-hero-main .hero-btn-container {
    margin: 35px auto 0;
    max-width: none;
}        
.button-wrapper {
    max-width: 250px;
}
.cr-hero-main p.sub-header {
    color: #313131;
    margin: 0 auto 20px;
    font-size: 20px;
}
.hero-container a.signup-online {
    color: #c3138b;
}
.hero-container a.signup-online:before {
    background-color: #444;
}
    
@media only screen and (max-width: 885px) {
    .cr-hero-main p.sub-header {
        margin: 0px auto 20px;
    }
}

@media only screen and (max-width: 850px) { 
    .cr-hero-main .hero-container {
        width: calc( 45% - 40px );
        padding: 0 20px;
    }
}
    
@media only screen and (max-width: 768px) {    
    .cr-hero-main p.heading {
        font-size: 28px;
    }
    .cr-hero-main .heading-bold {
        font-size: 32px;
		padding-top: 0px;
    }
}
    
@media only screen and (max-width: 650px) { 
    .cr-hero-main {
        background-size: cover;
        height: auto;
    }
    .hero-boundaries {
        padding: 0;
        background: url(../images/hero3-mobile.jpg) no-repeat top left;
        background-size: 100% auto;
    }
    .cr-hero-main .hero-container {
        display: block;
        width: 100%;
        background: transparent;
        height: 115px; 
        padding: 0 30px;
    }
    .hero-img {
        display: none;
    }
    .button-wrapper-mobile { 
        display: block;
        /* background: #007CBA; */
        padding: 20px;
        text-align: center;
    }
    .button-wrapper-mobile .button-wrapper {
        max-width: 310px;
        margin: 0 auto;
    }
    .cr-hero-main p.sub-header { 
		font-weight: 500;
    }
    .cr-hero-main p.heading {
        max-width: 350px;
		padding-top: 0;
		padding-left: 10%;
		color: #000;
		float: left;
    }
    .cr-hero-main .heading-bold {
        padding-top: 10px;
    }
    .button-wrapper {
        margin: 0 auto;
    }
    .cr-hero-main .hero-btn-container {
        display: none;
    }
}
    
@media only screen and (max-width: 550px) { 
    .hero-boundaries {
        background-size: cover;
        height: 570px;
    }
}
    
@media only screen and (max-width: 479px) { 
    .cr-hero-main { padding-top: 50px;}
    .cr-hero-main .hero-container { padding: 0 20px;float: left;}
    .cr-hero-main p.heading { font-size: 44px; line-height: 33px;color: #000;margin-top: 8%; }
    .cr-hero-main .heading-bold { font-size: 38px; }
	/* a.call_btn{background-color: #ffe005;color: #000;} */
}

.cost-icon-circle{
    background: #c3138b;
    border-radius: 100%;
    display: inline-block;
    padding: 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px)  {
    .hero-img{
        background: url(../images/Desktop-1.jpg) no-repeat top center;
        background-size: cover;
    }
}