

/* Hero Section */

h1{
	line-height : 140%!important;
}
.ui-slider-range-min {
	  background: #ff9b62; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(left, #ff9b62 , #D1531C); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(right, #ff9b62, #D1531C); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(right, #ff9b62, #D1531C); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #ff9b62 , #D1531C); /* Standard syntax */
      position: relative;
}
.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:after {
    content: "";
    position: absolute;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #D1531C;
    top: -6px;
    cursor: pointer;
    border-radius: 50%;
}
.ui-slider{
	margin : 0 5px;
}
.ui-slider .ui-slider-handle {
    background: rgba(0, 0, 0, 0) url("../images/slider.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 31px;
    top: -13px;
    width: 31px;
}
.ui-widget-content {
    background: #9294a1 none repeat scroll 0 0;
    border: 0px;
    height: 7px;
}
.af-hero-section {
    background: url('../images/bg1.jpg');
    background-size: cover;
    padding: 5% 0 6%;
}

.af-hero-section .af-hero-details {
    text-align: center;
    color: #fff;

}

.af-hero-section .af-hero-details .af-hero-header {
    font-size: 50px;
    color: #fff;
	line-height: 140%;
}

.af-hero-section .af-hero-details .af-hero-text {
    font-size: 20px;
    margin-bottom: 30px;
}

.af-hero-section .af-hero-details .af-join-btn {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
}

.af-hero-section .af-hero-details .af-join-btn:hover {
    background: #fff;
    color: #d80109;
}

.af-hero-section .af-hero-details small {
    display: block;
    margin: 30px 0px 30px;
    margin-top: 30px;
    font-size: 12px;
}

.af-hero-section .af-hero-details small a {
    color: #fff;
    text-decoration: underline;
}

.af-hero-section .af-hero-details small a:hover {
    text-decoration: none;
}



/* Video Overlay Section */

.af-video-section {
   display: none;
   height: 100%;
   background: #fff;
   padding :  30px 0;
}

.af-video-section .container,
.af-video-section .container .row, 
.af-video-section .container .row .col-lg-12 {
    height: 100%;
}


.af-video-section .container .row .col-lg-12 {
    display: table;
    width: 100%;
}

#af-myModal {
   /*  display: table-cell;
    vertical-align: middle; */
}

.af-back-button {
    border: none;
    text-align: center;
}

.af-modal-header .af-close {
    opacity: 1;
    outline: none;
    background: #ccc;
    border-radius: 3px;
    padding: 5px;
    line-height: 1em;
    text-shadow: none;
    border: none;
    padding: 10px;
}

.af-back-home-close {
    float: none;
}

.af-close span {
    font-size: 15px;
    padding-right: 0;
}

.af-modal-body {
    float: none!important;
    margin: 0 auto;
    margin-top: 10px;
}

iframe,
embed,
object {
    max-width: 100%;
}

.af-hero-section-hide {
    display: none;
}

.af-description-section-hide {
    display: none;
}


/* Description Section */

.af-description-section {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.af-description-section p{
    font-weight: 300;
    color: #333;
    font-size: 25px;
    line-height: 30px;
}


.af-description-section .af-video-btn-area {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}


.af-description-section  #af-video-btn {
    /*width: 200px;*/
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 2px;
    height: 42px;
    line-height: 1.33333;
    color: #fff;
    background: #78c8c9;
}

.af-description-section  #af-video-btn:hover {
    background: #4EB7B8;
}


/* Slider Section */

.af-slider-section {
    background: #78c8c9 none repeat scroll 0 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.af-slider-section h1 {
    color: #fff;
    font-size: 41px;
    margin: 0 0 5px;
}

.af-slider-section .af-slider {
    margin: 30px 0px 30px;
}

.af-slider-section p {
    font-size: 21px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
	margin : 0px 0px 40px 0px;
	text-align : center;
}

.af-slider-section p a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.8);
}

.af-slider-section p a:hover {
    text-decoration: none;
}

/* Estimations Section */


.af-estimations {
    padding: 0;
	text-align:left;
}

.af-estimations > p {
    font-size: 13px;
    margin: 0;
}

.af-est-head {
    background: #f5f6f8 none repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 10px 10px 0 0;
    color: #515151;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
}
.af-est-head>div{
	padding : 0px;
}
.af-est-head>div:nth-child(2), .af-est-body>div:nth-child(2){
	text-align : right;
}

.af-est-head label {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 18px;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
    margin-right: 15px;
    color: gray;
}
.af-est-head label.active{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    color: #000;
}
.af-est-body {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 30px 25px;
	border-radius: 0 0 10px 10px;
}
.af-est-body > div {
    padding: 0 5px;
}

.af-estimations .af-est-head strong {
    font-size: 17px;
    line-height: 35px;
}
.af-est-total p {
    margin: 0;
    text-align: right;
    font-size: 17px;
}
.af-est-total {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    border-radius: 10px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

.page .popover {
    background-color: #333;
    border: 0 none;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
}
.page .popover .popover-content{
	color: #fff;
}
.page .popover.top > .arrow::after{
	border-top-color : #333;
}

i[data-toggle="popover"] {
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
}
#gtotalm, #gtotalyr, .amtperyr, .amtpermonth {
    color: green;
    font-weight: bold;
    font-size: 25px;
}
.yrs {
    font-weight: bold;
}

.time-period {
    color: green;
    font-weight: bold;
    font-size: 25px;
}

/* How It Works Section */

.af-how-it-works-section {
    background: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.af-how-it-works-section h1 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    float: none;
	color : #000;
}
.af-how-it-works-section .fa{
	color : #333;
}
.af-how-it-works-section .how-it-works-box {
    padding: 0px 10px;
    margin-top: 30px;
}     


.af-how-it-works-section i {
    color: #78c8c9;
	font-size: 45px;
}


.af-how-it-works-section p {
   color: rgba(0,0,0,.8);
   font-size: 15px;
   line-height: 25px;
   margin-top: 15px;
}



/* FAQ Section */

.af-faq-section {
    background: #78c8c9 none repeat scroll 0 0;
    background: #78c8c9 none repeat scroll 0 0;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.af-faq-section h1 {
    color: #fff;
}
.af-faq-section a {
    color: #000;
    text-decoration: underline;
}

.af-faq-section p a:hover {
    text-decoration: underline;
}

/* Partner With Us Section */

.af-partner-section {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.af-partner-section h1 {
    margin-bottom: 10px;
}



.af-partner-section a {
    /*width: 200px;*/
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 2px;
    height: 42px;
    line-height: 1.33333;
    color: #fff;
    background: #78c8c9;
}

.af-partner-section a:hover {
    background: #4EB7B8;
}





@media (max-width:767px) {

/* Hero Section */


.af-hero-section {
    padding: 2% 0 3%;
}

.af-hero-section .af-hero-details .af-hero-header {
    font-size: 28px;
}

.af-hero-section .af-hero-details .af-hero-text {
    font-size: 15px;
}

.af-hero-section .af-hero-details small {
    font-size: 10px;
}

/* Description Section */

.af-description-section p {
    font-size: 15px;
    line-height: 20px;
}


/* Slider Section */

.af-slider-section {
    padding-top: 15px;
    padding-bottom: 25px;
}

.af-slider-section h1 {
    font-size: 27px;
}

/* Estimations Section */
.af-estimations {
    padding: 0;
	text-align:center;
}
.af-est-head{
	padding : 10px 0px;
}
.af-est-head>div:nth-child(2), .af-est-body>div:nth-child(2){
	text-align : center;
}
.af-est-head label {
    font-size: 11px;
    margin: 10px 0;
    padding: 5px 10px 5px 20px;
    position: relative;
}
.af-est-head label input {
    left: 5px;
    position: absolute;
    top: 6px;
}
.ui-slider{
	margin : 20px 0 5px;
}
.af-slider-section .row {
    margin: -10px !important;
}
/* How It Works Section */

.af-how-it-works-section {
    padding-top: 10px;
    padding-bottom: 20px;
}

.af-how-it-works-section .how-it-works-box {
    padding: 0px 5px;
    margin-bottom: 25px;
}


.af-how-it-works-section h1 {
    font-size: 27px;
    margin-bottom: 45px;
}


.af-how-it-works-section p {
   font-size: 15px;
   line-height: 20px;
   margin-top: 10px;
}

/* FAQ Section */

.af-faq-section {
    padding-top: 15px;
    padding-bottom: 25px;
}

/* Partner With Us Section */

.af-partner-section {
    padding-top: 15px;
    padding-bottom: 50px;
}


}