/* Theme colors
    teal: #38b997
    rgba(95, 94, 94, 1)
*/
html, body{
    height: 100%;
}
a:hover{
    color: #009688 !important;
}
section{
    padding: 50px 0;
}
/***************
    NAVBAR
****************/
nav{
    background-color: #fff;
    border-bottom: 0px solid #01509D;
    //box-shadow: none;
    padding-bottom: 20px;
}
nav .brand-logo {
    line-height: normal;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}
nav .brand-logo img {
	width: 250px;
}
nav .brand-logo p {
    color: #000;
    font-size: 0.9rem;
    font-style: italic;
    position: absolute;
    top: 58px;
    text-align: center;
    width: 100%;    
}
#nav-mobile i.left {
    margin-right: 6px;
}
#nav-mobile i.right {
    margin-left: 0px;
}
a.sidenav-trigger{
    color: #000;
}
nav ul a {
    color: #000;
    font-weight: 500;
    position: relative;
    //text-transform: uppercase;
}
nav ul a:hover {
    background: transparent;
    color: #035ce5;
}
nav ul a.active, nav ul a.active:hover, .sidenav li>a.active {
    background: #009688;
    color: #fff !important;
}
.sidenav .user-view {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

@media only screen and (max-width: 992px)
{
    nav .brand-logo {
        left: 0px;
        padding-left: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    nav ul a{
        padding: 0px;
    }
    #nav-mobile i.left {
        display: none;
    }
    .section_title{
        font-size: 1.4rem;
    }
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 85px;
    line-height: 85px;
}


/*---------------------
    HOMEPAGE
----------------------*/

.section_header {
    color: #333;
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    padding-left: 1rem;
    //padding-bottom: 26px;
    margin-bottom: 20px;
}
body{
    //background-color: #dbfffe;
    color: #000;
}

@media only screen and (min-width: 1300px)
{
    .slider, .slider .slides{
        height: 650px !important;
    }
}
@media only screen and (min-width: 1559px)
{
    .slider, .slider .slides{
        height: 800px !important;
    }
}

#about .card{
    background-color: #009688;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
.card.gradient-red{
    background: rgb(255,92,59);
    background: linear-gradient(180deg, rgba(255,92,59,1) 0%, rgba(255,48,99,1) 100%);
}
.card.gradient-purple{
    background: rgb(196,68,252);
    background: linear-gradient(180deg, rgba(196,68,252,1) 0%, rgba(115,68,252,1) 100%);
}
.card.gradient-blue{
    background: rgb(26,212,253);
    background: linear-gradient(180deg, rgba(26,212,253,1) 0%, rgba(29,99,240,1) 100%);
}
#why-us{
    padding: 40px 0;
}
#why-us .section_header{
    text-align: center;
}
#why-us .card{
    background-color: transparent;
    box-shadow: none;
    margin: auto;
    max-width: 650px;
}
#why-us ul li{
    color: #000;
    font-size: 1.2rem;
    padding: 8px 0 15px 40px;
    position: relative;
    //text-align: right;
}
#why-us ul li img{
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
}

#products{
    background-color: #fff;
}
.product_video{
    //background-color: #ccc;
    margin-top: 20px;
    //padding: 2px;
}
.product_features li{
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
}
.product_features li .card{
    box-shadow: none;
    min-height: 45px;
    margin-bottom: 30px;
}
.product_features li .card .card-content{
    padding: 0;
}
.product_features li .card .card-content span{
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 2px solid #6fdbd7;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
.product_features li .card .card-content p{
    display: inline-block;
    margin: 0;
    margin-left: 60px;
}
.eligibility_criteria{
    background-color: #38b997;
    border-radius: 5px;
    margin-top: 50px;
    padding: 20px 20px 0 20px;
}
.eligibility_criteria h3{
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.eligibility_criteria .card{
    border-radius: 10px;
    box-shadow: none;
    font-size: 1.2rem;
}
.eligibility_criteria li .card .card-content{
    padding: 15px;
}
.documents_required{
    margin-top: 50px;
}
.documents_required li {
    font-size: 1.1rem;
    padding: 10px 0 10px 30px;
    position: relative;
}
.documents_required li:before{
    font-family: 'Material Icons';
    font-size: 1.5rem;
    content: "check_circle";
    color: #333;
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    left: 0;
    top: 4px;
}
.reach_out{
    //background-color: #b0bec5;
    border-radius: 5px;
    padding: 30px;
}
.reach_out h3, #contact h3{
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

/*---------------------
    CONTACT
----------------------*/
#contact{
    background-color: #fff;
    padding: 0 0 40px 0;
}
[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg_img {
    background: url(/images/contact-bg.jpg) no-repeat;
    background-size: cover; 
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .8;
}
.address-text {
    max-height: 450px;
    padding: 7.5rem 0;
    position: relative;
}
.address-social li {
    display: inline-block;
}
.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
}
.address-social a img{
    width: 40px;
    height: 40px;    
}
.map{
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}
.map iframe{
    height: 550px;
}
#contact form{
    margin-bottom: 30px;
    padding: 0 25px;    
}

/*--------------------
    FAQS
---------------------*/
.faq{
    margin-top: 20px;
}
.faq .collapsible{
    box-shadow: none;
}
.faq .collapsible-header{
    font-weight: 600;
    position: relative;
}
.faq .collapsible-header:after{
    font-family: 'Material Icons';
    font-size: 1.5rem;
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    right: 15px;
}
.faq .collapsible-header.active:after{
    content: "keyboard_arrow_up";
}
.faq .collapsible-body {
    background-color: #f4f4f4;
    padding: 1rem;
}
.faq .collapsible-body ul {
    margin-top: 10px;
}
.faq .collapsible-body ul li{
    padding-left: 25px;
    position: relative;
}
.faq .collapsible-body ul li:before{
    font-family: 'Material Icons';
    font-size: 1rem;
    content: "keyboard_arrow_right";
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    left: 0px;
}
ul.bulleted li{
    padding-left: 10px;
    list-style: circle;
    margin-left: 20px;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #232323;
}
.page-footer p{
    font-size: 0.9rem;
}
.page-footer ul li{
    padding: 4px 0;
}
.page-footer ul li a{
    font-size: 0.9rem;
    padding: 5px 0;
}
.download_app a{
    display: block;
    padding: 0 15px 0 48px;
    position: relative;
    width: 230px;
}
.download_app img{
    position: absolute;
    left: 10px;
    top: 11px;
}
.footer-copyright{
    text-align: center;
}

@media only screen and (min-width: 993px)
{
    .container {
        width: 90%;
    }
    #about .card .card-content {
        padding: 20px;
    }
}
@media only screen and (max-width: 1000px)
{
    #why-us {
        background: none !important;
    }
    #about .card .card-content {
        padding: 20px;
    }
    .reach_out {
        padding: 20px 15px;
    }
    .reach_out .card {
        box-shadow: none;
    }
    .reach_out .card .card-content {
        padding: 0px;
    }
    #contact form, .map{
        padding: 0px;    
    }
    .map iframe{
        height: 400px;
    }
    .btn-large{
        margin-top: 25px;
    }   
}

