h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif, Arial, sans-serif;
}

p {
    font-family: 'Roboto Slab', 'Helvetica Neue', Arial, Helvetica, sans-serif, Arial, sans-serif;
}

.pagecontent {
    padding-top: 15px;
    padding-bottom: 45px;
    font: normal 12px 'Open Sans', sans-serif;
}

.animated {
    transition: all 0.8s ease-out;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mainNav {
    background-color: #0a2a4e;
    padding: 0 !important;
}

.dropdown li {
    cursor: pointer;
    border: solid 1px white;
}

    .dropdown li a {
        text-decoration: none;
        color: white;
        font-weight: 600;
    }

.dropdown ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all .5s ease;
    display: block;
    overflow: hidden;
    height: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    opacity: 0;
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    z-index: 2000;
    margin-top: -33px;
    overflow: hidden;
    transition: all .5s ease;
    height: 0;
    opacity: 0;
    display: block;
}

    .dropdown ul li {
        display: block;
        position: relative;
    }

.dropdown li ul {
    display: none;
}

.dropdown ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    background: #092a4e;
    white-space: nowrap;
    transition: all .25s;
}

    .dropdown ul li a:hover {
        background: #2084c5;
    }

.dropdown li:hover li {
    float: none;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 500;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9rem;
    padding: 0.75rem 0;
    transition: all .25s;
}

#basket-weight {
    position: absolute;
    left: 23px;
    top: -14px;
    color: #f4364c;
    display: none;
}

a:link {
    color: #027dc3;
    text-decoration: none;
}

a:visited {
    color: #027dc3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear_div {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.other_info_menu_title {
    width: 237px;
    color: #333333;
    font: 700 16px 'Roboto Slab', serif;
    padding-bottom: 2px;
}

.other_info_menu {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

    .other_info_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .other_info_menu li a {
        font: 600 13px 'Open Sans', sans-serif;
        display: block;
        text-decoration: none;
        color: #027dc3;
        text-align: left;
        border-bottom: 1px solid #bbb;
        background-color: #ffffff;
        padding: 6px;
    }

        .other_info_menu li a:link, .other_info_menu li a:visited {
            color: #124f81text-decoration:none
        }

        .other_info_menu li a:hover {
            color: #2A6496;
            text-decoration: underline;
            background-color: #fff;
        }

.bookmenu_menu li a {
    font: 16px 'Open Sans', sans-serif;
    display: block;
    height: 46px;
    text-decoration: none;
    color: #6a6a6a;
    margin-bottom: 5px;
    background: transparent url(../images/book_bg.png) no-repeat;
    line-height: 46px;
    padding: 0 0 0 15px;
}

.inside_bookmenu_menu {
    width: 238px;
    margin-bottom: 10px;
}

    .inside_bookmenu_menu li a {
        font: bold 16px 'Open Sans', sans-serif;
        display: block;
        height: 46px;
        text-decoration: none;
        color: #6a6a6a;
        margin-bottom: 5px;
        background: transparent url(../images/inside_book_bg.png) no-repeat;
        line-height: 46px;
        padding: 0 0 0 10px;
    }

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #333;
    line-height: 115%;
}

    h1 a, h1 a:hover {
        color: #44b2ef;
        text-decoration: none;
    }

    h1 span {
        color: #333
    }

    h1 small {
        display: block;
        font: normal 13px/1.2em 'Open Sans', sans-serif;
        letter-spacing: normal;
        color: #333;
        padding: 0 0 0 140px;
    }

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
}

p {
    font: normal 14px/1.8em 'Open Sans', sans-serif;
    margin: 8px 0;
    padding: 0 0 8px;
}

.successmsg {
    color: #58941c;
    font: bold 12px 'Open Sans', sans-serif;
    border: 3px solid #c6e4a9;
    background: #def1ca url(../images/icon_message_one.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}

.normalmsg {
    color: #4f4f4e;
    font: bold 12px 'Open Sans', sans-serif;
    border: 3px solid #9dbade;
    background: #e3f0ff url(../images/icon_message_three.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.basic {
    width: 530px;
    border: 1px solid #999;
    border-image: initial;
    margin: 10px 0 20px 10px;
    padding: 3px;
}

    .basic tr th {
        text-align: center;
        font-weight: 700;
        border: 1px solid #999;
        border-image: initial;
        padding: 3px;
    }

th {
    font-weight: 700
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

.basic tr td {
    text-align: center;
    border: 1px solid #999;
    border-image: initial;
    padding: 3px;
}

table.states-table tbody th {
    border: 1px solid #000;
    color: #FFF;
    tablestates-tabletbodytdborder: 1px solid #265D9D;
    background: #FFF;
    border-image: initial;
    padding: 3px;
}

.gview th {
    padding: 0 50px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.inside_content_right a, .inside_content_right a:active, .inside_content_right a:link, .inside_content_right a:visited, .inside_content_all a, .inside_content_all a:active, .inside_content_all a:link, .inside_content_all a:visited {
    color: #0085CF;
    text-decoration: none;
    font-weight: 600;
}

    .inside_content_right a:hover, .inside_content_all a:hover {
        color: #2A6496;
        text-decoration: underline !important;
    }

.inside_content_right h3, .inside_content_all h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0 0 15px;
}

.ourproduct_web_nav span, .store_nav span, .login_nav span, .startnow_nav span {
    position: absolute;
    top: -999em;
}

#stay-connected:before {
    right: 100%;
    content: "";
    position: absolute;
    top: 0;
    border-right: 15px solid #999999;
    border-top: 25px solid transparent;
}

#stay-connected {
    width: 175px;
    background-color: #2084c5;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px;
    margin-top: -55px;
    margin-bottom: 25px;
    font-family: 'Pacifico', cursive;
    position: relative;
}

#footer-top {
    background-color: #092a4e;
    padding: 30px 0;
    position: relative;
    color: white;
    font-size: 13px;
}

    #footer-top a {
        text-decoration: none;
        color: white;
    }

    #footer-top hr {
        border-top: 1px solid rgba(250, 235, 215, .1) !important;
    }

#footer-bottom {
    background-color: #051327;
    color: white !important;
    vertical-align: middle;
    font-size: 14px;
}

    #footer-bottom a {
        color: white;
    }

#social-section div a i {
    padding: 12px;
    width: 40px;
    border-radius: 25px;
    margin-left: 3px;
    color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fa-facebook-f:hover {
    background: #0043d2 !important;
}

.fa-twitter:hover {
    background: #008dc3 !important;
}

.fa-youtube:hover {
    background: #d60000 !important;
}

.fa-google-plus-g:hover {
    background: #484848 !important;
}

.fa-linkedin-in:hover {
    background: #00669c !important;
}

#phone::after {
    left: 100%;
    content: "";
    position: absolute;
    top: 0;
    border-left: 25px solid #ffb3b3;
    border-top: 45px solid transparent;
}

#phone {
    position: fixed;
    bottom: 0;
    right: 25%;
    background-color: #f4364c;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    font-size: 13px;
    transition: all .25s;
    font-family: "Montserrat", sans-serif;
}

    #phone:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    }

#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0 0.75rem;
    text-align: center;
}

.inside_content_right li {
    line-height: 1.44em;
}

#side-content {
    float: right;
}

@media(min-width: 768px) {
    #search-box {
        width: 285px;
        float: none;
    }

    .product-option {
        font-size: 17px;
        width: 140px;
        margin: 10px 43px 20px 0;
    }

    #social-section div a i {
        padding: 4px;
        width: 23px;
    }

    .featured-option-left img {
        width: 95%;
        padding-top: 10px;
    }

    .featured-option-image {
        width: 100%;
        height: 130px;
    }

    .option-description {
        height: 280px;
    }

    #phone {
        display: none;
    }

    #mobile-phone {
        display: block;
    }

    .mobile-nav {
        display: block;
    }
}

@media (min-width: 992px) {
    #search-box {
        display: block;
        width: 185px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.83rem;
    }

    #mainNav {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: yellow !important;
        }

        #mainNav .navbar-nav .nav-item .dropdown:hover {
            color: red;
        }

        #mainNav .navbar-nav .nav-item:last-child .nav-link {
            padding-right: 0;
        }

        #mainNav.navbar-scrolled {
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            background-color: #fff;
        }

            #mainNav.navbar-scrolled .navbar-brand {
                color: #212529;
            }

                #mainNav.navbar-scrolled .navbar-brand:hover {
                    color: #f4623a;
                }

            #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
                color: #212529;
            }

                #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
                    color: #f4623a;
                }

    .product-option {
        font-size: 18px;
        width: 135px;
        margin: 20px 27px 20px 0;
    }

    .featured-option-left img {
        width: 95%;
        padding-top: 15px;
    }

    .featured-option-image {
        width: 100%;
        height: 180px;
    }

    .option-description {
        height: 180px;
    }

    #social-section div a i {
        padding: 10px;
        width: 35px;
    }

    #phone {
        display: block;
    }

    #mobile-phone {
        display: none;
    }

    .mobile-nav {
        display: none;
    }

    #navbarResponsive {
        opacity: 1 !important;
        z-index: 2;
    }

    #side-nav {
        transition: all 0s;
    }
}

@media(min-width: 1200px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

    #search-box {
        width: 260px;
    }

    .product-container {
    }

    .product-option {
        font-size: 18px;
        width: 150px;
        margin: 20px 42px 20px 0;
    }

    #social-section div a i {
        padding: 14px;
        width: 43px;
    }

    .featured-option-left img {
        width: 90%;
        padding-top: 20px;
    }

    .featured-option-image {
        width: 100%;
        height: 210px;
    }

    .option-description {
        height: 180px;
    }

    #phone {
        display: block;
    }

    #mobile-phone {
        display: none;
    }

    .mobile-nav {
        display: none;
    }

    #side-nav {
        transform: translateX(0%) !important;
    }

    #navbarResponsive {
        opacity: 1 !important;
        z-index: 2;
    }
}

@media(max-width: 767px) {
    .product-container {
        width: 365px;
        margin: 0 auto;
    }

    .product-option {
        width: 140px;
    }

    #enroll-widget {
        margin: 0 auto;
    }

    #heading-captions {
        display: none;
    }

    #search-box {
        width: 285px;
        margin: 0 auto;
        float: none;
    }

    .video-display {
        top: 0px;
    }

    #perfect-scorers {
        display: none;
    }

    #footer-top .row div {
        margin: 15px 0;
    }

    #footer-bottom {
        text-align: center;
    }

    .featured-option-image {
        width: 100%;
        height: unset;
    }

    #phone {
        display: none;
    }

    #mobile-phone {
        display: block;
    }

    .mobile-nav {
        display: block;
    }

    .inside_content_right table {
        width: 100% !important;
    }
    #_hj_feedback_container {
        display: none
    }
}

@media(max-width: 375px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0 0.5rem;
    }
}

@media(max-width: 991px) {
    .col-md-0 {
        display: none;
    }

    #navbarResponsive {
        position: fixed;
        z-index: 3;
    }

    #mobile-background {
        width: 100vh;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        background-color: #00000075;
    }

        #mobile-background.active {
            opacity: 1;
            z-index: 2;
        }

    #side-nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 250px;
        height: 100vh;
        background-color: white;
        margin-top: 0 !important;
        transform: translateX(100%);
        transition: all .25s ease-out;
        z-index: 3;
    }

        #side-nav.active {
            transform: translateX(0%);
        }

        #side-nav .nav-link {
            padding-bottom: 15px !important;
            padding-left: 20px !important;
            color: #0085CF !important;
            font-weight: 700 !important;
        }

            #side-nav .nav-link:focus {
                transition: all 0s !important;
                padding-bottom: 0 !important;
            }

        #side-nav li a {
            text-align: left !important;
        }

    .side-nav-header {
        width: 100%;
        height: 135px;
        background-image: url("/images/header.jpg");
        margin-bottom: 30px;
    }

        .side-nav-header img {
            width: 75px;
            border-radius: 50%;
        }
}
