/* Custom CSS Documents for AMF Site */

body {
    padding-top: 5rem;
}

#jumbo {
    display: block;
    position: relative;  
    z-index: 1;      
    height: 100%;
    background: lightblue;
}

#jumbo::after {
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;   
    z-index: -1;     
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.question-area {
    padding: 1em 1em;
    margin: 1em auto;
    font-weight: normal;
    background: #EFEFEF;
    overflow: hidden;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
    border-radius: .5px;
}
.question-inner-area {
    margin:5px 0px;
    padding: 1rem;
    background:#FFF;
    text-align:center;
}
.question {
    line-height: 1.4em;
    margin-bottom: 4rem;
    font-size: 1.5rem;
}
.buttons {
    margin-bottom: 4rem;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.buttons label {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
label.btn-checkbox:after {
    content: '';
    display: block;
    width: 39px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    background-image: url(../images/checkbox.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
label.btn-checkbox.active-option:after {
    background-position: -39px 0;
}
.btn-info.active-option {
    background-color: #5cb85c;
    border-color: #449D44;

}
.buttons .btn-lg {
    padding: 6px 52px !important;
    height: 60px !important;
    white-space: normal !important;
    font-size: .875rem !important;
}
.features-header {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}
.features {
    margin: 2rem 0;
}
.clear{
    display: block;
    width: 100%;
    clear: both;
    float: none;
}
.feature{
    font-size: 1.1em;
    color: #666666;
    display: block;
    float: left;
    width: 28%;
    margin: 30px 4%;
}
.feature:first-child{
    margin-left: 0;
}
.feature:last-child{
    margin-right: 0;
}
.feature span{
    display: block;
    margin-left: 60px;
}
.feature .rounded-circle{
    color: #FFFFFF;
    background: #4D61A8;
    font-size: 24px;
    width: 48px;
    height: 48px;
    text-align: center;
    margin-top: 5px;
    display: block;
    float: left;
    padding-top: 5px;
  }
.jumbotron{
    background-color: #f1f1f1!important;
    border: 1px solid #cccccc;
}
.arrows{
    position: relative;
}
.arrows .arrow{
    display: block;
    position: absolute;
    color: #999999;
    top: 70px;
    font-size: 40px;
    opacity: 0.3;
}
.arrows .arrow1{
    left: 30%;
}
.arrows .arrow2{
    left: 66%;
}
@media (max-width: 992px) {
    .arrows{
        display: none;
    }
    .feature{
        width: 100%;
        margin: 20px 0;
    }
    .feature span{
        padding-top: 15px;
    }
}
.offers {
    padding: 1rem;
    margin: 1rem auto;
    background: #EFEFEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.offers-thumb {
    padding: 1rem;
    margin: 1rem auto;
    background: #EFEFEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 400px !important;
}

/* NEW landing page classes - Manthan */
.amf-home-hero-cont {
    background-color: #3b4553;
    background-image: url(../imagesAMF/amf-home-hero.jpg);
    background-size: cover;
    background-position: center;
    height: 680px;
    margin: 70px 0;
    position: relative;
    margin-top: 150px;
}
.amf-home-signup-form {
    background-color: #f2f2f2;
    width: 100%;
    /* height: 820px; */
    position: absolute;
    top: -70px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    z-index: 100;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .amf-home-hero-cont {
        height: 720px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .amf-home-hero-cont {
        height: 760px;
    }
}
@media (max-width: 767px) {
    .amf-home-hero-cont {
        height: auto;
        margin: 70px 0 0 0;
        position: unset;
    }
    .amf-home-signup-form {
        /* height: 260px; */
        position: unset;
        margin-bottom: 20px;
    }
}
.amf-home-hero-big-text {
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
}
.amf-home-hero-small-text, .amf-home-hero-cta-text {
    color: #ffffff;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
}
.amf-home-hero-cta-text {
    font-size: 2rem;
    font-weight: 500;
}
.amf-home-hero-cta-arrow {
    position: absolute;
    right: 50px;
    display: block;
}
.amf-signup-heading-small {
    font-size: 1.25rem;
    color: #333333;
    text-align: center;
}
.amf-home-boxes-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
}
@media (max-width: 767px) {
    .amf-home-hero-cta-arrow {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .amf-home-hero-big-text {
        font-size: 2.5rem;
    }
    .amf-home-boxes-heading {
        font-size: 1.875rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .amf-home-hero-big-text {
        font-size: 2.25rem;
    }
    .amf-home-boxes-heading {
        font-size: 1.75rem;
    }
}
@media (max-width: 575.98px) {
    .amf-home-hero-big-text {
        font-size: 2rem;
    }
    .amf-home-boxes-heading {
        font-size: 1.625rem;
    }
}
.amf-home-testimonial-cont-fluid {
    background-color: #e3e3e3;
    padding: 2rem 0;
}
.amf-home-testimonials-headingtext {
    font-size: 1.75rem;
    font-weight: 400;
    color: #333333;
}
.amf-home-testimonials-person {
    font-size: 1rem;
    color: #777777;
}
.amf-home-footer-cta-cont-fluid {
    background-color: #008489;
    padding: 2rem 0;
}
.amf-home-footer-cta-text {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
}
.amf-home-footer-cta-button:link, .amf-home-footer-cta-button:visited  {
    width: 300px;
    background-color: #ff5a5f;
    border-color: #ff5a5f;
    color: #ffffff;
}
.amf-home-footer-cta-button:hover, .amf-home-footer-cta-button:focus  {
    width: 300px;
    background-color: #f8585d;
    border-color: #f8585d;
}
.btn-warning {
    color: #ffffff !important;
    background-color: #ff5a5f !important;
    border-color: #ff5a5f !important;
    display: block;
    width: 100%;
}
.btn-warning:hover, .btn-warning:focus {
    color: #ffffff !important;
    background-color: #f8585d !important;
    border-color: #f8585d !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}