.btn, .nav-link {
    font-size: 17px;
}
.spacebelowheader{
    margin-top: 10rem !important;
}
.webimage{
    display: block;
}
.appimage{
    display: none;
}
.subnav .subnavbtn {

    /*padding-bottom: 6px;*/
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border: 1px solid transparent;

    /* border-bottom: 4px solid transparent; */

}

.subnavbtn a:hover {
    background-color: #deedf2;
    /*border: 4px solid #deedf2;*/
    border-radius: 25px;
    /* border-bottom: 4px solid #4ec5e0; */

}

.subnav:hover .subnavbtn {
    background-color: #deedf2;
    border-radius: 25px;
}

.subnav-content {
    margin-top: 6px;
    display: none;
    position: absolute;
    /* left: 0; */
    background-color: #fff;
    width: 100%;
    z-index: 1;


}

/*Tablet Query*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .selectedItem {
        display: none;
        background-color: #deedf2;
        border:  none;
        border-radius: 0px;
    }
    .spacebelowheader{
        margin-top: 7rem !important;
    }
    .subnav.subnavbtn {
        flex-direction: column;
        margin-top: 2rem;
    }

    .subnav-content {
        display: none;
        position: relative;
        font-weight: bolder;
        /* left: 0; */
        top:25px;
        background-color: #fff;
        width: 100%;
        z-index: 1;
    }
    .appimage{
        display: block;
    }
    .webimage{
        display: none;
    }
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 2.0em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

/*Mobile Query*/
@media only screen and (max-width: 480px) {
    .selectedItem {
        display: none;
        background-color: #deedf2;
        border:  none;
        border-radius: 0px;
    }
    .webimage{
        display: none;
    }
    .appimage{
        display: block;
    }
    .spacebelowheader{
        margin-top: 7rem !important;
    }
    .subnav-content {
        display: none;
        position: relative;
        font-weight: bolder;
        /*left: 0;*/
        background-color: #fff;
        width: 100%;
        z-index: 1;


    }


}
.subnav-content a {
    /*float: left;*/
    color: black;
    border: #ADD8E6;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    padding-left: 8px;
    color: #000 !important;
    /*font-size: 1.25rem;*/
    font-size: 17px;
    /* border-top: 4px solid #4ec5e0; */
}

.subnav-content a:hover {


    /*background-color: #deedf2;*/
    /*border: 4px solid #deedf2;*/
    /*border-radius: 25px;*/
}

/*.subnav:hover.subnav-content {*/
/*    !*background-color: #deedf2;*!*/
/*    !*border-top:  solid #4ec5e0;*!*/
/*    !*border-width: thick;*!*/
/*    display: block;*/
/*}*/

.subnav-content.active {
    display: block;
}
/*.subnavbtn::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #ccc; !* Line color *!*/
/*}*/

.sticky-top {
    position: fixed;
    left: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;

}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #4ec5e0;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.selectedItem {
     background-color: #deedf2;
     border:  solid #4ec5e0;
     border-radius: 25px;
 }

.selectedsubItem {
    background-color: #deedf2;
    border:  solid #4ec5e0;
    border-radius: 25px;
    padding-right: 8px;
}