@import url('font-awesome.min.css');

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    background: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
.sub-menu {
    transition: all 0.3s ease-in-out 0s;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #13b779
}

img {
    max-width: 100%;
}

p {
    line-height: 1.6;
}

h3 {
    font-size: 2.5em;
    font-weight: 300;
}

h4 {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0 0 0.3em;
}

.yellow-bg {
    background: #ffc000;
}

.green-bg {
    background: #13b779;
}

.light-grey-back {
    background: #e1e1e1;
}

.light-grey-background {
    background: #f0f0f0;
}

.green-color {
    color: #13b779;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 2em;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt30 {
    margin-top: 30px;
}

.mb35 {
    color : #ff5733;
    font-weight: 600;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.section-grid {
    padding: 3em 0;
}

.sub-title {
    font-size: 16px;
}

.medium-para {
    font-size: 18px;
    font-weight: 300;
}

/* Header Grid */

#header-grid {
    padding: 1.1em 0 0.1em;
    border-bottom: 1px solid  #d21010;
}

#header-grid .container {
    position: relative;
}

.header-btn {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-left: 120px;
    text-align : center;
    font-style:italic;
    margin-top: 5px;
}

.header-btn- {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-left: 104px;
    margin-top: 10px;
}


/* Navigation Grid */

#mobile-menu {
    display: none;
}

#navigation-grid {
    padding: 0.7em 0 0 6em;
}

#navigation-grid ul li {
    float: left;
    padding: 0 0.5em;
    position: relative;
}

#navigation-grid ul li a {
    color: #4b4b4b;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

#navigation-grid ul li a:hover,
#navigation-grid>ul>li:hover>a {
    color: #13b779;
}

#navigation-grid ul li a span.new {
    background: #13b779 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    left: 100%;
    padding: 3px 6px;
    position: absolute;
    text-transform: uppercase;
    top: -18px;
}

#navigation-grid>ul>li>.sub-menu {
    position: absolute;
    left: 0;
    top: 26px;
    padding-top: 25px;
    z-index: 1005;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}

#navigation-grid>ul>li>.sub-menu>ul {
    background: #13b779;
    padding: 10px;
}

#navigation-grid>ul>li>.sub-menu>ul>li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#navigation-grid ul li ul li a {
    color: #fff;
}

#navigation-grid ul li ul li a:hover {
    color: #222;
}

#navigation-grid ul li.business-menu {
    position: static;
}

#navigation-grid ul li.business-menu>.sub-menu {
    width: 100%;
    top: 32px;
    padding-top: 28px;
}

#navigation-grid ul li.business-menu>.sub-menu>ul>li {
    width: 25%;
}

#navigation-grid ul li.business-menu>.sub-menu>ul>li>a {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

#navigation-grid ul li.business-menu>.sub-menu>ul>li li {
    padding: 3px 0;
    float: none;
}

#navigation-grid>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


/* Login And Register Grid */

#credentials {
    padding-top: 0.3em;
}

#credentials a {
    display: inline-block;
    color: #6d6d6d;
    padding: 9px 20px 8px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    margin-left: 0.3em;
    font-size: 12px;
}

#credentials a.register {
    background: #325f9a;
    border-color: #13b779;
    color: #fff;
}

#credentials a:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}

#credentials .need-help {
    border: none;
    padding-top: 12px;
}

#credentials .need-help:hover {
    background: none;
    color: #222;
}

#credentials .my-account {
    padding: 9px 15px 8px;
}

#credentials .my-account span {
    margin-left: 7px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

#credentials .dropdown-menu {
    padding: 0;
    margin-left: 4px;
    font-family: "Roboto", sans-serif;
}

#credentials .dropdown-menu li a {
    border: none;
    display: block;
    margin-left: 0;
    padding-left: 16px;
}

#credentials .dropdown-menu li a:hover {
    color: #222;
}


/* Income Tax Return Plan */

#income_tax_return_plan {
    padding-top: 0.3em;
}

#income_tax_return_plan a {
    display: inline-block;
    color: #6d6d6d;
    padding: 9px 20px 8px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    margin-left: 0.3em;
    font-size: 12px;
}

#income_tax_return_plan a.income_tax_return_plan {
    background: #13b779;
    border-color: #13b779;
    color: #fff;
    margin-left: 104px;
}

#income_tax_return_plan a:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}


/* Banner Grid */

#banner-grid,
.inner-grid {
    background: url(../images/banner-bg.jpg) repeat-x center top;
    padding: 5em 0;
}

#banner-grid h3 {
    font-size: 3em;
}

#banner-grid p {
    font-size: 16px;
}

#banner-grid #banner-anchor a {
    display: inline-block;
    padding: 0.5em;
    color: #fff;
    border-radius: 3px;
    padding: 0.8em 1.4em;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0.5em;
}

#banner-grid #banner-anchor a .fa {
    margin-right: 0.2em;
}

#banner-grid #banner-anchor a:hover {
    background: #222;
}

#banner-grid .banner-services p {
    min-height: 130px;
}

.banner-services {
    border: 1px solid #e8e8e8;
    padding: 2em;
    border-radius: 3px;
}

.banner-services strong {
    color: #464646;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.banner-services p {
    font-size: 14px;
    color: #747474;
}

.banner-services a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #404040;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 15px;
}

.banner-services a .fa {
    margin-left: 10px;
}

.banner-services a:hover {
    background: #13b779;
}

.inner-grid {
    padding: 1em 0;
}

.sidebar {
    background: #464646 none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 0;
}

.sidebar .side-nav li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.sidebar .side-nav li a .fa {
    margin-top: 3px;
}

.sidebar .side-nav>li {
    border-bottom: 1px solid #3b3b3b;
}

.sidebar .side-nav>li a {
    text-transform: capitalize;
}

.sidebar .side-nav>li>a {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.sidebar .side-nav>li.selected>a,
.sidebar .side-nav>li>a:hover {
    background: #325f9a;
}

.sidebar .side-nav>li.selected {
    border-bottom: 1px solid #292929;
}

.sidebar .side-nav .sub-nav {
    padding-left: 2em;
}

.sidebar .side-nav .sub-nav li a,
.sidebar .side-nav .sub-nav li {
    position: relative;
}

.sidebar .side-nav .sub-nav li a:hover,
.sidebar .side-nav .sub-nav li.selected a {
    color: #ff5733; 
}

.sidebar .side-nav .sub-nav li a:after {
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    height: 9px;
    width: 9px;
    background: #292929;
    border-radius: 50%;
    z-index: 2;
}

.sidebar .side-nav .sub-nav li a:before {
    position: absolute;
    left: 4px;
    top: 0%;
    content: '';
    height: 104%;
    width: 1px;
    background: #292929;
    z-index: 1;
}

.sidebar .side-nav .sub-nav li a:hover:after,
.sidebar .side-nav .sub-nav li.selected a:after {
    background: #325f9a;
}

.sidebar .side-nav .sub-nav li:after {
    position: absolute;
    left: 5px;
    bottom: -1px;
    content: '';
    height: 1px;
    right: 0;
    background: #292929;
    z-index: 2;
}

.right-grid {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #ebebeb;
    padding: 0.5em;
}

.center-grid {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #ebebeb;
    padding: 1em;
}

.right-grid h2 {
    margin-top: 0;
}

.right-grid .sectionfor p {}


/* Login Grid */

.login-grid {
    background: none;
    top: 50%;
    margin-top: 2em; 
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.login-grid .login-box {
    background: none;
    padding-top: 3em;
    top: 50%;
    border: 1px solid #ccc;
    padding-bottom: 3em;
    margin-right: -2px;
    position: relative;
    right: -1px;
    float: right;
}

.tab-group {
    list-style: none;
    padding: 0px 20px 0;
    margin: 0 0 20px 0;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    color: #26bd85;
    font-size: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#signup {
    display: none;
}

.tab-content {
    padding: 0 34px;
}

.tab-content .form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.tab-content .btn,
.confirmed .btn {
    background: #325f9a;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
}

.tab-content .btn:hover {
    padding-left: 15px;
    background: #045f3d;
}

.confirmed .btn {
    background-color: #13b779;
    margin-top: 1em;
}

.confirmed .btn:hover {
    background-color: #045f3d;
}

.left-login {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.confirmed {
    position: relative;
    top: 0;
    transform: none;
    padding-top: 5em;
    padding-bottom: 5em;
}

.left-login h4,
.left-login .fa,
.left-login h5,
.tab-group li a:hover,
.tab-group .active a,
.terms-cond {
    color: #fff;
}

.left-login p {
    color: #bfffe7;
}

.left-login h5 {
    font-size: 16px;
    font-weight: 300;
}

.left-login .fa {
    font-size: 3em;
    margin-top: 0.4em;
    color: #bfffe7;
}

.terms-cond input {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 4px;
}

.tab-content .go-to-login {
    color: #FFFFFF;
    float: right;
    margin-top: 8px;
}


/* Services Grid */

#services {
    border-top: 1px solid #f5f4f4;
    border-bottom: 1px solid #f5f4f4;
}

.service-col {
    padding-left: 5em;
    position: relative;
    margin: 3em 0;
}

.service-col img {
    position: absolute;
    left: 0;
    top: 5px;
}

.service-col strong {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.service-col p {
    color: #575757;
}

.testimonial-col {
    padding-left: 0;
}

.testimonial-col figure {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    overflow: hidden;
}

.testimonial-col figure img {
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    top: 0;
}

.testimonial-col strong span {
    font-size: 15px;
    font-style: italic;
}

.owl-theme .owl-controls {
    margin-bottom: 3em;
}


/* Know Information Grid */

.image-wrap {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
}


/* Accordion */

.accordion .accord-tab {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion .accord-tab h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    cursor: pointer;
}

.accordion .accord-tab h5 .fa {
    float: right;
}

.accordion .accord-tab .accord-content {
    padding: 0px 20px 8px;
}

.accordion .accord-tab .accord-content {
    display: none;
}

.accordion .accord-tab.active,
.accordion .accord-tab:hover {
    border-color: #13b779;
    background: #13b779;
}

.accordion .accord-tab:hover h5 {
    color: #fff;
}

.accordion .accord-tab.active h5 {
    color: #fff;
    font-weight: 700;
}

.accordion .accord-tab.active p {
    color: #eefff9;
}


/* Request Grid */

#request-grid {
    padding: 2em 0;
    color: #fff;
}

#request-grid h4 {
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 0;
}

#request-grid p {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 1.3em;
    padding-bottom: 0;
    margin-bottom: 0;
}

#request-grid a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

#request-grid a .fa {
    margin-left: 5px;
}

#request-grid a:hover {
    padding: 10px 25px;
    background: #fff;
    color: #000;
}


/* Footer Grid */

#footer-grid {
    background: #3c3c46;
}

.company-info img {
    margin-bottom: 1.5em;
}

.company-info p {
    color: #c5c5c5;
    font-size: 14px;
}

.social-media {
    margin-top: 2em;
}

.social-media a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #484851;
    border-radius: 3px;
    padding-top: 13px;
    color: #cecece;
    margin-right: 3px;
}

.social-media a:hover {
    background: #13b779;
    color: #fff;
}

.foot-col h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.6em;
    margin-bottom: 1em;
}

.foot-col ul li {
    padding: 3px 0;
    color: #cecece;
}

.foot-col ul li a {
    color: #cecece;
    display: inline-block;
}

.foot-col ul li a:hover {
    color: #13b779;
}

.contact-info ul li {
    padding: 5px 0;
}

.contact-info li .fa {
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
    text-align: center;
    height: 18px;
}

/* #copyright {
    padding: 15px 0;
} */

#copyright a {
    color: #13b779;
}


/* Inner pages Grid */

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb li a {
    color: #13b779;
}

.breadcrumb li {
    color: #5c5c5c;
}

.plans-detail .banner-services {
    padding: 15px;
    margin-bottom: 5px;
}

.plans-detail .banner-services h4 strong {
    font-size: 21px;
}

.plans-detail .banner-services strong {
    margin-bottom: 0;
}

.plans-detail .banner-services h5 {
    font-weight: 400;
    font-size: 16px;
    color: #737373;
    margin-top: 0;
}

.plans-detail .banner-services .plans-highlight ul {
    list-style: disc;
    margin-left: 15px;
}

.plans-detail .banner-services .plans-highlight ul li {
    padding: 3px 0;
}

.plans-detail .banner-services .plans-highlight {
    background: #e8e8e8;
    margin: 2em 0 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    min-height: 135px;
}

.plans-detail .banner-services .plans-price {
    display: inline-block;
    color: #13b779;
    font-weight: 700;
    font-size: 31px;
}

.plans-detail .banner-services a.btn {
    margin-top: 0;
}

.plans-detail .banner-services a.btn:hover {
    color: #fff;
}

.plans-detail .banner-services .min-text-right {
    font-size: 11px;
    padding-top: 7px;
    text-align: right;
}

.plans-process h5 {
    text-transform: capitalize;
    line-height: 1.5;
}

.plans-process h5 span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background: #13b779;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #fff;
}

.plans-process ul li {
    background-image: url("../images/Group-13.svg");
    background-repeat: no-repeat;
    background-size: 23px auto;
    color: #333;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-top: 3px;
    position: relative;
}

.plans-process ul li:after {
    background: #ccc none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 100%;
    left: 11px;
    position: absolute;
    top: 23px;
    width: 1px;
}

.plans-process ul li:last-child:after {
    display: none;
}

.plans-process ul li:last-child {
    background-image: url("../images/Group-14.svg");
}

.tick-list li {
    background: url("../images/Group-15.svg") no-repeat left center;
    padding-left: 23px;
    margin: 8px 0;
}

.plans-detail .banner-services .plans-process-single h5 {
    margin-top: 3em;
}

.plans-detail .banner-services .plans-process-single h5 span {
    margin-right: 10px;
    margin-bottom: 0;
}


/* Error Message */

.error-mg .form-control {
    border-color: red;
}

.error-mg label,
.error-mg span.redstar {
    color: red;
}

.redstar {
    color: red;
    font-weight: 900;
}

#UpdatePanel11 .table td, .custom-table td {
    vertical-align: middle !important;
}

@media (max-width:992px) {
    .banner-services {
        margin: 1em 0;
    }
    .know-info {
        margin-top: 2em;
    }
    #request-grid,
    #request-grid .text-right,
    .company-info {
        text-align: center;
    }
    #request-grid .text-right {
        margin-top: 1em;
    }
    .company-info {
        margin-bottom: 3em;
    }
    #navigation-grid {
        float: right!important;
        padding-top: 0.3em;
        position: relative;
    }
    #navigation-grid, #navigation-grid ul li.business-menu>.sub-menu>ul>li {
        padding: 0;
        width: 100%;
    }
    
    #mobile-menu {
        background: #13b779;
        border-radius: 3px;
        display: inline-block;
        font-size: 16px;
        height: 36px;
        padding-top: 7px;
        text-align: center;
        width: 90px;
        color: #fff;
        position: relative;
        z-index: 2;
        display: block;
    }
    #mobile-menu {
        position: absolute;
        top: -39px;
        right: 0;
    }
    #mobile-menu .fa {
        margin-right: 5px;
    }
    
    .menu {
        background: #13b779 none repeat scroll 0 0;
        display: none;
        position: absolute;
        right: 0;
        top: 5px;
        width: 100%;
        padding: 0;
        z-index: 1;
        border-radius: 0 0 5px 5px;
        z-index: 100;
    }
    #navigation-grid ul.menu:before {
        border: solid transparent;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #13b779;
        border-width: 10px;
        content: '';
        position: absolute;
        right: 26px;
        top: -19px;
    }
    #navigation-grid ul.menu li {
        float: none;
        display: block;
        padding: 0;
    }
    #navigation-grid ul.menu li a {
        color: #fff;
        padding: 7px 1.2em;
        display: block
    }
    #navigation-grid ul.menu li a span {
        display: none;
    }
    #navigation-grid ul.menu li a:hover {
        background: #009759;
    }
    .left-login {
        display: none;
    }
    .login-grid {
        background: none;
        margin-top: 0em;
    }
    .login-grid .login-box {
        width: 100%;
        right: 0;
    }
    .plans-detail .banner-services .plans-process-single h5 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1em;
    }
    .budget,
    .plans-detail .banner-services .min-text-right {
        text-align: left;
    }

    #navigation-grid>ul>li>.sub-menu,
    #navigation-grid ul li.business-menu>.sub-menu {
        position: relative;
        top: 0;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        padding: 0;
        width: 100%;
    }
    #navigation-grid>ul>li>.sub-menu>ul,
    #navigation-grid>ul>li>.sub-menu>ul>li {
        padding: 0;
    }
    #navigation-grid>ul>li>.sub-menu>ul {
        background: #21c587;
    }
    #income_tax_return_plan a.income_tax_return_plan, .header-btn
    {
        text-align: right;
    }
    .tick-list li {
        padding-left: 0;
    }
    .plans-process ul li {
        padding-left: 0;
        padding-bottom: 5px;
    }
    .plans-process ul li:after {
        display: none;
    }
    .plans-detail .banner-services h5 {
        text-align: left;
    }
    .plans-process h5 span, .sidebar {
        margin-bottom: 5px;
    }

    #txt_self_medical_policy_premium, #txt_parent_medical_policy_premium {
        margin-bottom: 10px;
    }
    .header-btn {
        margin-top: 10px;
        margin-left: 0px;
    }    
}

@media (max-width:767px) {
    
    #banner-grid h3 {
        font-size: 2em;
    }
    #banner-grid #banner-anchor a {
        width: 100%;
        font-size: 1em;
        margin: 10px 0;
    }
    h3 {
        font-size: 1.7em;
    }
    #footer-grid .col-md-4,
    #footer-grid .col-sm-4 {
        padding: 2em 0;
        border-bottom: 1px solid #2f2f2f;
    }
    #footer-grid .last {
        border: none;
    }
    .company-info {
        margin-bottom: 0em;
    }
    .foot-col h3 {
        margin-top: 0;
    }
    .section-grid {
        padding: 0;
    }
    #income_tax_return_plan, #credentials {
        text-align: right;
        width:40%;
    }
    #income_tax_return_plan, #credentials  {
        /*background: #ececec;*/
        padding: 10px;
    }
    #income_tax_return_plan, #new_leads {
        text-align: left;
    }
    #income_tax_return_plan, #new_leads {
        /*background: #ececec;*/
        padding: 8px 0px 0px 1px;
        width:60%;
    }
    #income_tax_return_plan {
        margin-top: 20px;
    }

    #credentials .dropdown, #credentials .need-help{
        float: none!important;
        display: inline-block;
    }

    .welcomeContainer .btn {
        width: 100%!important;
    }
    
    }
    /* Working on Slider Left Menu */
    .sidenav
        {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }
        .sidenav a
        {
            padding: 8px 8px 8px 8px;
            text-decoration: none;
            font-size: 15px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sidenav a:hover, .offcanvas a:focus
        {
            color: #f1f1f1;
        }        
        .sidenav .closebtn
        {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
        
        #main {
            transition: margin-left .5s;
            padding: 0px;
        }
       
        .notification
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size : 10px;
            background-color: #555;
            color: white;
            text-decoration: none;
            padding: 10.5px 20px;
            position: relative;
            display: inline-block;
            border-radius: 2px;
            top: 5px;
    left: 0px;
}
        
        .notification:hover
        {
            background: #325f9a;
            color : White;
        }
        
        .notification .badge
        {
            position: absolute;
            top: -10px;
            right: -10px;
            padding: 5px 10px;
            border-radius: 50%;
            background-color: red;
            color: white;
        }
        
        @media screen and (max-height: 300px)
        {
            .sidenav
            {
                padding-top: 0px;
            }
            .sidenav a
            {
                font-size: 15px;
            }
        }
}