﻿@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #6f6f6f;
}

h1 {
    font-weight: 900;
    text-transform: uppercase;
}

    h1 small {
        text-transform: lowercase;
    }

h2 {
    line-height: 24px;
    font-weight: 300;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

a {
    color: inherit;
    transition: all 0.5s;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #ffcc33;
    }


.gray-bg {
    background-color: #ffffff;
}

/* Why Us or Features Section */
#tf-features,
#feature {
    padding: 60px 0;
}

.features-content {
    padding: 0 30px 0;
}

    .features-content h4 {
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #333333;
        font-size: 27px;
        font-weight: 600;
    }

.nav.nav-pills > li > a {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 25px;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-right: 1px solid #e6e4e459;
    border-left: 1px solid #e6e4e459;
}





/*NEW CSS*/
.features-content {
       padding: 20px 30px;
    border: 1px solid #c3c0be;
    background-color: #ffffff7d;
    border-radius: 10px;
}

.nav.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e26305;
    padding: 25px;
    border-bottom: 3px solid #996600;
}

/*FEATURE CONTENT*/
.features-content h5 {
    font-weight: 700;
    margin-top: 10px !important;
    display: inline-block;
    margin-bottom: 8px;
}

.features-content ul {
    list-style-type: disc !important;
}

.f-d li {
    text-decoration: underline;
    color: #e26305;
    margin-bottom: 5px;
    cursor: pointer;
}

.features-content p {
    font-size: 15px;
}

.features {
    width: 30%;
    overflow: hidden;
    margin: 20px 30px 0 0;
    float: left;
}

@media screen and (max-width:768px) {
    .features {
        width: 100%;
        /*overflow: hidden;*/
        /*margin: 20px 30px 0 0;*/
        float: none !important;
    }
    .row.tab_panel
    {
        margin:0 auto !important;
    }
    .features-content
    {
        margin-top:5% !important;
    }
}
@media screen and (max-width:414px)
{
      footer h5.widgetheading
            {
                margin:5% 0 !important;
            }
    h5.know_more
    {
        font-size:15px !important;
        margin-right:40% !important;    
    margin-bottom: 12% !important;
    }
    a.get_counselling
    {
           font-size: 15px !important;
    padding: 5px !important;
    }
    .features-content h4
    {
        font-size:20px !important;
    }
}
