body {
    background-color: #000 !important;
    padding: 0 !important;
    float: left;
    width: 100%;
}


a.gradesList_li_a.gradesListSelect {
    color: #000 !important
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0,0,0)
    }

.item {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 350px
}

    .item #myVideo {
        width: 100%
    }

    .item .mainImage {
        width: 100%;
        max-width: none !important;
        animation: kenburns 10s
    }

@keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        transform: scale3d(1.5,1.5,1.5) translate3d(-190px,-60px,0);
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        transform: scale3d(2,2,2) translate3d(-170px,-100px,0);
        opacity: 0
    }
}

.carousel-indicators li {
    width: 18px !important;
    height: 18px !important;
    margin: 0 4px !important
}

.carousel-indicators .active {
    width: 18px !important;
    height: 18px !important
}

.carousel-indicators {
    bottom: 0 !important
}

.main_tab_container {
    float: left;
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    min-height: 60px
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff !important;
    width: 500px !important;
    background: #252525;
    color: #fff;
    max-height: 422px;
    overflow-x: hidden;
    overflow-y: auto
}

li.ui-menu-item {
    border-bottom: 1px solid #fff
}

li.ui-menu-divider.ui-widget-content {
    border: none !important
}

.main_tabs {
    margin-top: 13px;
    float: left;
    width: 100% !important;
    list-style: none;
    position: absolute;
    padding: 0
}

    .main_tabs li {
        padding: 0 5px;
        float: left;
        width: 16.66%
    }

        .main_tabs li a font {
            line-height: normal
        }

        .main_tabs li a {
            border: none !important;
            font-size: 17px;
            color: #fff;
            text-decoration: none;
            float: left;
            display: flex;
            align-items: center
        }

.userIcon {
    background-image: url(images/user.svg);
    float: left;
    width: 30px;
    height: 30px;
    background-size: cover;
}

a.resetSearchMain {
    font-size: 15px !important;
}

.mainSearchWrapper {
    position: relative;
    min-height: 55px
}

.slick-track {
    margin-left: 0
}

.fullSearch {
    position: relative;
    top: 0;
    width: 100%;
    background: #262626;
    background: -moz-linear-gradient(left,#262626 0%,#262626 79%,#000 100%);
    background: -webkit-linear-gradient(left,#262626 0%,#262626 79%,#000 100%);
    background: linear-gradient(to right,#262626 0%,#262626 79%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626',endColorstr='#000000',GradientType=1);
    display: none;
    height: 55px;
    z-index: 999;
}

    .fullSearch input {
        background: transparent;
        border: none;
        width: 90%;
        padding: 0 10px;
        font-size: 24px;
        outline: none;
        height: 55px;
        line-height: 55px;
        color: #fff;
        margin-left: 0
    }

.magIcon {
    background-image: url(images/search.svg);
    float: left;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 12px 10px 0 10px;
    cursor: pointer
}


a.closeIcon {
    position: absolute;
    background-image: url(images/mainCross.svg);
    background-size: cover;
    right: 10px;
    top: 15px;
    height: 25px;
    width: 25px;
    text-decoration: none
}

    a.closeIcon:hover {
        color: #fff;
        text-decoration: none
    }

.subContainer {
    width: 100%;
    position: absolute;
    top: 0;
}

.advSearchDiv {
    position: relative;
    top: 0;
    width: 100%;
    background: #262626;
    background: -moz-linear-gradient(left,#262626 0%,#262626 79%,#000 100%);
    background: -webkit-linear-gradient(left,#262626 0%,#262626 79%,#000 100%);
    background: linear-gradient(to right,#262626 0%,#262626 79%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626',endColorstr='#000000',GradientType=1);
    padding-bottom: 0;
    z-index: 999;
    display: none
}

.advSearchDivInput {
    background: transparent;
    border: none;
    width: calc(100% - 52px);
    padding: 0 10px;
    font-size: 24px;
    outline: none;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    color: #fff
}

.mainLogo {
    width: auto;
    height: 45px;
    margin: 6px 0 0 34px;
    cursor: pointer
}

.searchIcon {
    background-image: url(images/search.svg);
    float: left;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 0 10px 0 0
}

.advSearchIcon {
    background-image: url(images/setting.svg);
    float: left;
    width: 30px;
    height: 31px;
    background-size: cover;
    margin: 0 10px 0 0
}

.spotIcon {
    background-image: url(images/spotlight.svg);
    float: left;
    width: 36px;
    height: 30px;
    background-size: cover;
    margin: 0 10px 0 0
}

.helpIcon {
    background-image: url(images/help.svg);
    float: left;
    width: 32px;
    height: 30px;
    background-size: cover;
    margin: 0 10px 0 0
}

.gradesHeader {
    color: #fff;
    width: 120px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 0 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 45px
}

.font {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: calc(100% - 85px)
}

.seetingIcon {
    content: "";
    background-image: url(images/setting.svg);
    float: left;
    width: 30px;
    height: 31px;
    background-size: cover;
    margin: 0 10px 0 12px;
    left: 16px;
    top: 10px
}

.gradesListSelect {
    background: #fff !important;
    border: 1px solid #fff !important;
    text-decoration: none !important;
    color: #000 !important
}

.gradesList {
    color: #676767;
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0
}

    .gradesList li {
        float: left;
        list-style: none;
        width: auto;
        text-align: center;
        margin-right: 10px
    }

.gradesList_li_a {
    border: 1px solid #fdfdfd;
    color: #fff;
    height: 25px;
    width: auto;
    display: inline-block;
    border-radius: 30px;
    line-height: 25px;
    margin: 2px 0;
    text-align: center;
    background: #1a1a1a;
    font-size: 12px;
    text-decoration: none !important;
    min-width: 25px;
    padding: 0 5px;
}

    .gradesList_li_a:focus {
        color: #fff
    }

.gradesList li a:hover {
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    color: #262626
}

a.resetSearchMain {
    background: #fff;
    color: #000 !important;
    border-radius: 7px;
    padding: 4px 4px;
    width: 60px !important;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    display: inline-table !important;
    margin: -6px 0 0 10px;
    float: right !important
}

.gradesHeader a {
    border: 1px solid #fdfdfd;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    float: left;
    padding: 2px 8px;
    font-size: 16px;
    background: #1a1a1a
}

    .gradesHeader a:hover {
        background: #fff;
        border: 1px solid #fff;
        text-decoration: none
    }

.subjectHeader {
    color: #fff;
    width: 120px;
    float: left;
    font-size: 15px;
    padding: 8px 1px 10px 0px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    font-weight: 500
}

.subjectList {
    color: #676767;
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 0 0 0 0
}

    .subjectList li {
        float: left;
        list-style: none;
        text-align: center;
        width: auto
    }

        .subjectList li a {
            border: 1px solid #fff;
            color: #fff;
            border-radius: 30px;
            text-align: center;
            padding: 2px 9px;
            margin: 3px 5px 3px 0;
            font-size: 12px;
            float: left;
            background: #1a1a1a
        }

            .subjectList li a:hover {
                background: #fff;
                border: 1px solid #fff;
                text-decoration: none;
                color: #000
            }

.atosSearch table tr td {
    padding: 0;
    margin: 0
}

.atosSearch table tr td {
    color: #fff;
    padding: 0 3px;
    font-size: 13px
}

.atosSearch table tr.selected td {
    color: #fff
}

.atosSearch table tr td input {
    width: 60px !important;
    border: 1px solid #fff;
    outline: none;
    border-radius: 7px;
    margin: 3px 0;
    padding: 2px 3px;
    text-align: center;
    background: #1a1a1a
}

.atosSearch table tr td select {
    width: 65px !important;
    border: 1px solid #fff;
    outline: none;
    border-radius: 7px;
    margin: 6px 0;
    padding: 4px 3px;
    text-align: left;
    background: #1a1a1a
}

.atosSearch table tr.selected td input {
    border: 1px solid #fff;
    color: #fff
}

    .atosSearch table tr.selected td input:focus {
        border: 1px solid #fff;
        color: #000;
        background: #fff
    }

.atosSearch {
    margin: 15px 0;
    width: 230px;
    float: left
}

.arrowSearch {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 15px;
    width: 15px
}

.up {
    /*transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)*/
}

.down {
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg)*/
}

a.resetSearch {
    background: #fff;
    color: #000;
    border-radius: 7px;
    text-decoration: none;
    padding: 2px 0;
    float: left;
    width: 60px;
    text-align: center;
    font-weight: 500;
    line-height: 14px;
    margin: 55px 0 0 0;
    font-size: 13px;
}

    a.resetSearch:hover {
        text-decoration: none;
        background: #505050;
        color: #fff
    }

.background-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: right;
    overflow: hidden;
    top: 0
}

    .background-img img {
        display: inline-block;
        width: 80%;
        top: -30%;
        position: absolute;
        right: 0
    }

    .background-img video {
        width: 70%;
        position: absolute;
        top: -10%;
        right: 0
    }

    .background-img:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: 1;
        background: -moz-linear-gradient(left,rgba(0,0,0,1) 54%,rgba(0,0,0,.59) 73%,rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,rgba(0,0,0,1) 64%,rgba(0,0,0,.59) 73%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(0,0,0,1) 64%,rgba(0,0,0,.59) 73%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00ffffff',GradientType=1)
    }

    .background-img:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 10%;
        width: 100%;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 23%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)
    }

.main_container {
    float: left;
    width: 100%;
    position: relative
}

.main_tab_container {
    float: left;
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center
}

#SubscriptionTypeList {
    height: 115px;
    overflow: auto;
}

.search_button {
    background: #45a3db;
    float: left;
    color: #fff;
    padding: 6px 0 6px 0;
    border-radius: 0 15px 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: right;
    max-width: 240px;
    padding-right: 10px
}

.padding50 {
    padding: 0 50px
}

.search_button:hover {
    text-decoration: none
}

.content_button {
    background: #0294dc;
    float: right;
    color: #fff;
    padding: 6px 50px 6px 20px;
    border-radius: 15px 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.nopadding {
    padding: 0 !important
}

.tab_inner_container {
    width: 100%;
    float: left;
    max-width: 550px;
    padding-left: 10px
}

h1.intBook {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px
}

h1.titlePreview {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%
}

    .sticky + div .main_container {
        padding-top: 59px
    }

.mt_50 {
    margin-top: 50px;
    float: left
}

.lessons {
    font-size: 28px;
    color: #fff;
    padding: 5px 5px;
    margin-bottom: 20px;
    border-radius: 19px;
    float: left
}

.book-disc {
    float: left;
    width: 100%
}

.border_left {
    border-left: 2px solid #fff
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto",helvetica,arial,sans-serif;
    text-shadow: -1px -1px 1px rgba(0,0,0,.1);
    text-transform: uppercase
}

.table-fill {
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    animation: float 5s infinite;
    min-width: 800px
}

    .table-fill th {
        color: #fff;
        background: #43a4db;
        border-right: 1px solid #343a45;
        font-size: 20px;
        font-weight: bold;
        padding: 5px !important;
        text-align: left;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        vertical-align: middle;
        border-bottom: 1px solid #000
    }

        .table-fill th:first-child {
            border-top-left-radius: 3px
        }

        .table-fill th:last-child {
            border-top-right-radius: 3px;
            border-right: none
        }

    .table-fill tr {
        border-top: 1px solid #000;
        border-bottom-: 1px solid #000;
        color: #000;
        font-size: 15px;
        font-weight: normal
    }

        .table-fill tr:first-child {
            border-top: none
        }

        .table-fill tr:last-child {
            border-bottom: none
        }

        .table-fill tr:nth-child(odd) td {
            background: #78cff5
        }

        .table-fill tr:last-child td:first-child {
            border-bottom-left-radius: 3px
        }

        .table-fill tr:last-child td:last-child {
            border-bottom-right-radius: 3px
        }

    .table-fill td {
        background: #caeafa;
        padding: 0 20px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px;
        padding-left: 10px !important;
        border-right: 1px solid #000
    }

        .table-fill td:last-child {
            border-right: 0
        }

    .table-fill th.text-left {
        text-align: left
    }

    .table-fill th.text-center {
        text-align: center
    }

    .table-fill th.text-right {
        text-align: right
    }

    .table-fill td.text-left {
        text-align: left
    }

    .table-fill td.text-center {
        text-align: center
    }

    .table-fill td.text-right {
        text-align: right
    }

.icon_list {
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%
}

    .icon_list li {
        margin: 0 0 0 0;
        width: 70px;
        text-align: center;
        float: left;
        list-style: none
    }

.table_icon {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    padding-top: 3px;
    float: none !important
}

.print_icon {
    background: url(../images/print_icon.svg);
    background-size: cover
}

.audio_icon {
    background: url(../images/audio_icon.svg);
    background-size: cover
}

.video_icon {
    background: url(../images/video_icon.svg);
    background-size: cover
}

.transparency_icon {
    background: url(../images/transparency_icon.svg);
    background-size: cover
}

.activity_icon {
    background: url(../images/activity_icon.svg);
    background-size: cover
}

.oer_icon {
    background: url(../images/oer_icon.svg);
    background-size: cover
}

.icon_list li span {
    font-size: 13px;
    color: #fff;
    margin: 5px 0 0 0;
    float: left;
    width: 100%
}

.play_icon {
    font-size: 20px !important;
    padding-top: 6px
}

.paddingLR20 {
    padding: 0 22px !important
}

.pen_icon {
    font-size: 22px !important;
    padding-top: 3px
}

.order_list {
    float: left;
    width: 100%
}

    .order_list li {
        list-style: disc;
        margin-left: 20px;
        font-size: 15px
    }

.share_circle {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    padding-top: 3px
}

.edit_circle {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    margin: 0 auto;
    float: left;
    color: #fff;
    font-size: 30px;
    padding-top: 3px
}

.font_edit {
    font-weight: 600;
    font-size: 22px !important;
    line-height: 60px
}

.edit_circle_white {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    margin: 0 auto;
    float: left;
    color: #fff;
    font-size: 30px;
    padding-top: 3px
}

.edit_list span {
    color: #fff;
    float: left;
    font-size: 18px;
    width: 70%;
    text-align: left;
    padding-left: 20px
}

.download_matrix {
    width: 100px;
    display: inline-block
}

    .download_matrix i {
        font-size: 50px;
        color: #0074bc;
        margin-top: 30px
    }

    .download_matrix span {
        color: #fff;
        float: left;
        text-align: center;
        font-size: 16px
    }

.my_content {
    float: left;
    background: #0074bc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px
}

.position_abs {
    position: absolute;
    bottom: 10px
}

.remove_div {
    float: left;
    width: 100%
}

.remove_lesson {
    margin: 0 auto;
    background: #f80000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 18px;
    width: 160px !important;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px
}

.download_curriculam {
    float: left;
    background: #30a4dc;
    color: #fff;
    padding: 2px 0;
    border-radius: 12px;
    line-height: 20px;
    font-size: 18px;
    width: 140px !important;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 10px 0
}

.lesson_box {
    background: #000;
    color: #fff;
    float: left;
    margin: 0 20px;
    cursor: pointer
}

.top_section p {
    font-size: 16px !important;
    margin: 5px 0 0 0
}

.top_section {
    padding-left: 10px;
    float: left;
    width: 100%
}

.mid_section {
    min-height: 130px;
    background: rgba(0,0,0,.2);
    padding-left: 10px;
    float: left;
    width: 100%
}

.bottom_section {
    min-height: 150px;
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    width: 100%
}

.top_section h4 {
    font-size: 22px;
    margin: 0;
    margin: 0 0 10px 0
}

.mid_section h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    float: left;
    width: 100%
}

.mid_section span {
    font-size: 25px;
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px
}

.bottom_section span {
    font-size: 17px;
    float: left;
    font-weight: bold;
    width: 100%;
    margin: 5px 0
}

.bottom_section h4 {
    float: left;
    font-weight: bold;
    width: 100%;
    margin: 10px 0
}

.share_list {
    float: left;
    width: 100%;
    margin: 10px 0
}

    .share_list li {
        float: left;
        width: 33%;
        text-align: center
    }

.edit_list {
    float: left;
    width: 100%;
    margin: 10px 0
}

    .edit_list li {
        float: left;
        text-align: left;
        padding: 10px 20px;
        display: inline-block;
        width: 100%
    }

.mb_30 {
    margin-bottom: 30px
}

.share_list li a {
    color: #fff
}

.dr {
    color: #fff;
    margin: 30px 0
}

.discription_close {
    float: right;
    background-image: url(images/mainCross.svg);
    background-size: cover;
    position: absolute;
    border: none;
    z-index: 9;
    right: 20px;
    outline: none;
    height: 30px;
    width: 30px;
    background-color: transparent
}

.teacher_profile_close {
    float: right;
    font-size: 30px;
    color: #000;
    background: none;
    border: none;
    margin: 10px 10px 0 0;
    outline: none;
    position: absolute;
    right: 0;
    z-index: 3
}

.color_black {
    color: #000 !important
}

.lesson_description1 {
    display: none
}

.lesson_discription_close {
    float: right;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    margin-top: 20px;
    z-index: 9;
    position: absolute;
    right: 0
}

.thumb-hover-active {
    margin-top: 15px;
    position: relative;
    outline: none
}

.tab-content {
    float: left;
    width: 100%
}

.edit_close {
    float: right;
    font-size: 30px;
    color: #fff;
    right: 0;
    background: none;
    border: none;
    position: absolute;
    margin: 10px 10px 0 0
}

.edit_list li input {
    float: left;
    color: #888;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 4px
}

.resources_div {
    float: left;
    width: 100%
}

.left_discription {
    float: left
}

    .left_discription .order_list li {
        font-size: 17px
    }

.con_img {
    margin: 0 10px
}

    .con_img img {
        width: 100%
    }

ul.resIconList {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 10px 0 0 0;
    padding-bottom: 10px
}

.resIconList li {
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 10px
}

    .resIconList li button {
        outline: none;
        border: 2px solid #fff;
        background-color: transparent;
        border-radius: 100px
    }

.book_resources.withoutBorder {
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px
}

.book_resources.onlyRead {
    border: none;
    border-radius: 0;
    width: 90px;
    height: 40px
}

.google_icon {
    background-image: url(images/google_icon.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left
}

.print_icon {
    background-image: url(images/print_icon.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left
}

.audio_icon {
    background-image: url(images/audio_icon.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left
}

.video_icon {
    background-image: url(images/video_icon.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left
}

.activity_icon {
    background-image: url(images/activity_icon.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left
}

.info_icon {
    background-image: url(images/infoLogo.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left;
    border: 2px solid #fff
}

.share_icon {
    background-image: url(images/shareLogo.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left;
    border: 2px solid #fff
}

.res_icon {
    background-image: url(images/res.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left;
    border: 1px solid #fff
}

.citation_icon {
    background-image: url(images/citationLogo.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left;
    border: 2px solid #fff
}

.main-outer {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 24px 0 30px 0;
    position: relative;
    z-index: 2
}

.slimScrollDiv {
    margin: 0 auto;
    float: left;
    padding-right: 40px
}

.building {
    background: #050708 url(../images/building-bg.png) right top no-repeat
}

.site-header {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.brand-name {
    display: inline-block
}

    .brand-name img {
        width: 350px
    }

.actiona {
    float: right;
    text-align: right
}

.bnt-logout {
    border: 2px solid #fff;
    background: #a6ce38;
    text-transform: uppercase
}

.discription {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 24px;
    padding-right: 24px
}

.withoutSlider .discription {
    margin-bottom: 30px;
    padding-left: 0;
}

.page-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0
}

.page-small-title {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    font-weight: 600
}

.links {
    margin-bottom: 5px
}

    .links ul li {
        display: inline-block;
        margin-bottom: 5px
    }

        .links ul li a {
            display: block;
            color: #fff;
            font-size: 25px;
            padding: 4px;
            background: #7d7c7c;
            margin-right: 8px;
            margin-bottom: 8px;
            line-height: 45px;
            width: 67%
        }

    .links .bg-red {
        background: #ed1c24
    }

    .links .bg-yellow {
        border: 2px solid #fff;
        background: #a6ce38;
        padding: 2px 4px
    }

    .links .bg-trans {
        background: none
    }

.discription p {
    color: #fff;
    font-family: 'PT Sans',sans-serif;
    font-size: 16px;
    color: #fff;
    width: 100%;
    font-weight: 400
}

.tumbnail-outer {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 24px
}

.title {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 10px
}

.slick-next {
    right: -20px
}

.openboxdiv {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.8);
    left: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center
}

.openBoxInner {
    width: 100%
}

.open {
    background: #33aeee;
    color: #fff;
    border: 2px solid #fff;
    width: 60px !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    outline: none !important;
    text-align: center;
    height: auto !important;
    margin: 0 auto;
    display: inline-block;
}

    .open:hover {
        background: #fff;
        color: #33aeee;
        text-decoration: none;
    }

.infoBtn {
    color: #fff;
    background: #e70089;
    width: 60px;
    margin: 10px auto 0;
    border-radius: 8px;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 600;
}

    .infoBtn:hover {
        background: #fff;
        color: #e70089
    }

.addQuoteBtn, .addQuoteSeriesBtn, .addSeriesQuoteBtn {
    background: #90BE47;
    color: #fff;
    border: 2px solid #90BE47;
    width: 110px;
    margin: 20px auto 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

    .addQuoteBtn:hover, .addQuoteSeriesBtn:hover, .addSeriesQuoteBtn:hover {
        background: #90BE47;
        color: #000;
    }

.da-thumbs {
    padding-right: 10px
}

    .da-thumbs .da-slide {
        padding: 0;
        position: relative;
        margin: 0 10px;
        height: 215px;
        width: auto !important;
        overflow: hidden
    }

        .da-thumbs .da-slide a.link, .da-thumbs .da-slide a.link img {
            display: block;
            position: relative;
            width: auto;
            height: 200px;
            cursor: pointer
        }

        .da-thumbs .da-slide a {
            overflow: visible;
            -webkit-transition: all .3s ease;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            outline: none
        }

            .da-thumbs .da-slide a .thumb-hover {
                position: absolute;
                width: 100%;
                height: 100%
            }

                .da-thumbs .da-slide a .thumb-hover > h3 {
                    display: table;
                    height: 100%;
                    width: 100%
                }

                .da-thumbs .da-slide a .thumb-hover p {
                    display: table-cell;
                    vertical-align: middle;
                    color: #fff;
                    font-family: 'Muli',sans-serif;
                    text-align: center;
                    font-size: 12px
                }

                .da-thumbs .da-slide a .thumb-hover span.book-name {
                    font-size: 17px;
                    width: 100%;
                    color: #fff;
                    display: inline-block;
                    margin: 0 auto 10px
                }

            .da-thumbs .da-slide a .thumb-hover {
                top: 0;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .da-thumbs .da-slide a:hover div {
                left: 0
            }

.slick-prev, .slick-next {
    width: 30px;
    height: 100%;
    z-index: 1
}

.slick-next {
    background: url(images/next.png) center 40% no-repeat;
    background-size: 25px;
    opacity: .9
}

.slick-prev {
    background: url(images/prev.png) center 40% no-repeat;
    background-size: 25px;
    opacity: .7;
    z-index: 9
}

    .slick-prev:hover, .slick-prev:focus {
        background: url(images/prev.png) center 40% no-repeat;
        background-size: 25px;
        opacity: 1
    }

.slick-next:hover, .slick-next:focus {
    background: url(images/next.png) center 40% no-repeat;
    background-size: 25px;
    opacity: 1
}

.slick-prev.slick-disabled {
    opacity: 0
}

.slick-next.slick-disabled {
    opacity: 0
}

.slick-prev::before, .slick-next::before {
    font-size: 30px;
    display: none
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,1) url('../images/loader.gif') center center no-repeat;
    background-size: 200px;
    opacity: 1
}

.no-records {
    color: #fff;
    font-family: inherit;
    font-weight: bold;
    padding-left: 50px
}

.thumb-hover-active {
    outline: none
}

.digRes {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 10px 0;
    float: left
}

.carousel-control {
    width: 80px !important
}

.subjectInfo {
    float: left;
    width: 100%;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    display: flex;
    align-items: center;
}

.modLogo {
    float: left;
    width: 160px;
    text-align: center;
    height: 130px;
    align-items: center;
    display: grid
}

    .modLogo img {
        width: 70%;
        margin: 0 auto
    }

.subjectDetail {
    float: left;
    width: calc(100% - 160px);
    padding: 10px 20px 10px 20px;
    position: relative
}

    .subjectDetail p {
        margin: 0;
        font-weight: 100
    }

        .subjectDetail p strong {
            font-weight: 600
        }

.openInner {
    background: #33aeee;
    color: #fff;
    border: 2px solid #fff;
    width: 70px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    outline: none;
    padding: 3px 0;
    text-align: center;
    text-decoration: none
}

    .openInner:hover {
        background: #fff;
        color: #33aeee;
        text-decoration: none
    }

.icon_list li:last-child {
    float: right
}

.icon_list li a {
    float: left;
    width: 100%;
    cursor: pointer
}

.citiLeft {
    color: #000;
    font-weight: 800;
    font-size: 24px
}

    .citiLeft::before {
        content: '';
        width: 55px;
        left: -30px;
        height: 55px;
        border-radius: 50%;
        position: absolute;
        background-image: url(images/citationLogo.svg);
        border: 1px solid #fff
    }

.chicago {
    display: block;
    color: #000;
    font-size: 18px
}

.chicagoPara {
    overflow: hidden;
    /*color: #888;*/
    font-weight: normal
}

.greenBtn {
    padding: 5px 10px;
    background: #41ad49;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    outline: none
}

.export-citation .greenBtn img {
    display: inline-block;
    margin-right: 0;
    width: 12px;
    height: 19px;
    vertical-align: middle;
    margin-left: 8px;
}

.modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: url(images/x.svg) !important;
    border: none !important;
    width: 22px;
    height: 22px;
    outline: none;
    opacity: 1 !important
}

.innerBody {
    padding: 0 20px 20px 40px !important
}

.myContent {
    border-radius: 20px !important;
    max-width: 550px;
    margin: 0 auto;
}

.modal {
    text-align: center;
    padding: 0 !important
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.shareLeft {
    color: #000;
    font-weight: 800;
    font-size: 24px
}

    .shareLeft::before {
        content: '';
        width: 55px;
        left: -30px;
        height: 55px;
        border-radius: 50%;
        position: absolute;
        background-image: url(images/shareLogo.svg);
        border: 1px solid #fff
    }

.citationpopup .content-col {
    margin: 10px auto
}

.p1 {
    color: #000;
    margin-bottom: 7px;
    font-size: 16px;
    display: inline-block;
    width: 100%
}

    .p1 input {
        float: left;
        width: calc(100% - 90px);
        background: transparent;
        border: 1px solid #bdbdbd;
        border-radius: 7px;
        padding: 5px 10px
    }

    .p1 button {
        float: left;
        width: 80px;
        margin-left: 10px;
        padding: 5px 10px;
        background: #41ad49;
        border: none;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        outline: none
    }

    .p1 span {
        float: left;
        width: calc(100% - 90px);
        background: transparent;
        border-radius: 7px;
        padding: 5px 10px;
        text-align: right;
        color: #000
    }

    .p1 a {
        float: left;
        width: 80px;
        margin-left: 10px;
        padding: 5px 10px;
        background: #41ad49;
        border: none;
        border-radius: 6px;
        color: #fff !important;
        text-align: center;
        text-decoration: none
    }

.content-col {
    margin: 10px auto
}

.infoLeft {
    color: #000;
    font-weight: 800;
    font-size: 24px
}

    .infoLeft::before {
        content: '';
        width: 55px;
        left: -30px;
        height: 55px;
        border-radius: 50%;
        position: absolute;
        background-image: url(images/infoLogo.svg);
        border: 1px solid #fff
    }

.dispImage {
    width: 120px;
    display: inline-block;
    float: left
}

    .dispImage img {
        width: 100%
    }

.dispContent {
    width: calc(100% - 120px);
    display: inline-block;
    padding-left: 20px
}

.p1Info {
    color: #000;
    margin-bottom: 7px;
    font-size: 16px;
    display: inline-block;
    padding-right: 15px
}

.tooltip-inner {
    background-color: #33aeee !important
}

.tooltip .tooltip-arrow {
    border-top-color: #33aeee !important;
    border-style: dotted
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 0 !important
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    font-size: 0 !important
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px !important;
    height: auto !important;
    top: 45% !important
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -25px !important
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px !important
}

#ValidationMessage {
    height: 100%;
    /*! display: flex; */
    /*! text-align: center; */
    align-items: center
}

    #ValidationMessage h1 {
        color: #fff;
        text-align: center;
        margin: 0 auto
    }

.bannerContent {
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 10%;
    height: 100%;
    display: grid;
    align-items: center
}

    .bannerContent img {
        height: 200px
    }

.serchLeft {
    width: calc(100% - 320px);
    float: left;
    padding-right: 0;
    padding-left: 0
}

.topLogoSearch {
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 100%
}

.searchBarLogo {
    float: left;
    width: 210px;
    border-right: 2px solid #fff;
    padding-bottom: 4px;
}

.serchBarHuge {
    float: left;
    width: calc(100% - 210px)
}

.serchRight {
    width: 320px;
    float: left;
    padding-left: 5px;
    border-left: 2px solid #fff
}

.flex {
    display: flex;
    align-items: center;
    min-height: 45px !important
}

.loaderDiv {
    position: relative;
    width: 100%;
    float: left
}

.main_loader {
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 9;
    background: url(images/loader2.gif) center center;
    background-repeat: no-repeat;
    background-size: 100px;
    opacity: 1;
    left: calc(50% - 50px)
}

.supermaincontainer {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'MyriadPro-Regular';
}

.fullPageLoader {
    position: absolute;
    height: 80vh;
    width: 100%;
    z-index: 999;
    background: url(images/loader2.gif) center center;
    background-repeat: no-repeat;
    background-size: 100px;
    opacity: 1;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8)
}

div#BannersListing {
    min-height: 200px
}

.paddingNone {
    margin: 0 !important
}

.footercopyrightText {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    position: fixed;
    z-index: 99;
    bottom: 0;
    background: #000
}

    .footercopyrightText a {
        text-decoration: underline !important;
        color: #fff !important
    }

        .footercopyrightText a:hover, .footercopyrightText a:active, .footercopyrightText a:visited {
            color: #fff
        }

.footerModal .modal-content {
    background-color: #000 !important;
    border: 4px solid #fff !important
}

#termsModal .modal-dialog {
    width: 75% !important
}

#copyrightModal .modal-dialog {
    width: 75% !important
}

#copyrightModal .modal-body .privacyContent {
    max-height: 78vh !important;
    overflow: auto;
    height: auto;
    margin-bottom: 20px !important
}

.footerModal .modal-content h2 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px
}

.footerModal .modal-body {
    padding: 0 20px !important
}

.footerModal .modal-header {
    position: absolute;
    z-index: 0;
    width: 100%;
    border: none
}

.footerModal .close {
    outline: none;
    border: 2px solid #fff !important;
    height: 35px;
    width: 35px;
    color: #fff;
    line-height: 20px;
    background: #fff !important;
    font-size: 0 !important;
    border-radius: 20px;
    margin: 0;
    position: absolute !important;
    right: -15px !important;
    z-index: 999 !important;
    background-image: url(images/closeWithBorder.svg) !important;
    opacity: 1 !important;
    top: -15px
}

#termsModal .modal-body .scroll-content {
    max-height: 78vh !important;
    overflow: auto;
    height: auto;
    margin-bottom: 20px !important
}

.footerModal .modal-body p {
    color: #fff
}

.ken {
    width: 100%;
    max-width: none !important;
    animation: kenburns 20s infinite
}

@keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        transform: scale3d(1.5,1.5,1.5) translate3d(-190px,-60px,0);
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        transform: scale3d(2,2,2) translate3d(-170px,-100px,0);
        opacity: 0
    }
}

#HelpModal .modal-dialog {
    width: 70%
}

#HelpModal .myContent {
    max-width: unset
}

iframe#helpIframe {
    width: 100%;
    border: none
}

#HelpModal .innerBody {
    padding: 15px !important
}

#HelpModal .modalClose {
    background-color: #fff !important
}

.NodataMessage {
    padding: 100px 0
}

    .NodataMessage h3 {
        color: #808080;
        font-size: 40px;
        padding: 20px 0 30px 0
    }

    .NodataMessage p {
        color: #808080;
        font-size: 26px
    }

.openboxdiv.showdiv {
    left: 0 !important
}

.gradeSub {
    float: left;
    width: 65%
}

.row.paddingNone {
    display: flex
}

.subsHeader {
    color: #fff;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.subtTypeInner {
    padding: 0 10px;
    float: left;
    width: 100%;
}

.borderTop {
    border-top: 2px solid #000;
}

.gradeHeadDiv.flex {
    padding: 0 0 0 15px;
    border-bottom: 2px solid #fff
}

.subsType {
    float: left;
    width: 35%;
    padding-left: 5px;
    padding-bottom: 0px;
    border-left: 2px solid #fff
}

.withoutSlider {
    margin: 20px 0 20px 0;
    float: left;
    width: 100%
}

    .withoutSlider .da-slide {
        float: left;
        padding: 0;
        position: relative;
        margin: 0 10px 20px 10px;
        height: 215px;
        width: auto;
        overflow: hidden
    }

        .withoutSlider .da-slide a:hover .openboxdiv {
            left: 0
        }

        .withoutSlider .da-slide a.link, .withoutSlider .da-slide a.link img {
            display: block;
            position: relative;
            width: auto;
            cursor: pointer;
            height: 100% !important;
            margin: 0 auto
        }

        .withoutSlider .da-slide a .thumb-hover {
            top: 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .withoutSlider .da-slide a .thumb-hover {
            position: absolute;
            width: 100%;
            height: 100%
        }

            .withoutSlider .da-slide a .thumb-hover span.book-name {
                font-size: 17px;
                width: 100%;
                color: #fff;
                float: left;
                margin: 0 auto 10px
            }

.sameHeightDiv {
    display: flex
}
/***********************************************************new-student-view******/
.newStudentView .main_tabs li {
    width: 20%;
}

.newStudentFirstSearch {
    width: 40% !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
}

    .newStudentFirstSearch.w100 {
        width: 90% !important;
    }

.newVisualSearch {
    margin-left: 40%;
}

.expDiv {
    width: calc(100% - 45px);
    float: left;
}

.newSVsearch {
    outline: none;
    background: #333333;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-size: 15px;
}

.newSVsearchExpand {
    z-index: 2;
    position: relative;
}

    .newSVsearchExpand .newSVsearch {
        background: rgb(51,51,51);
        background: linear-gradient(145deg, rgba(51,51,51,1) 49%, rgba(0,0,0,1) 100%);
    }

.expDiv .newStudentSearchClose {
    position: absolute;
    right: 0;
    top: 4px;
    display: none;
}

.newSvsearchExpand .newStudentSearchClose {
    display: block;
}

.newStudentView .main_tabs {
    margin: 7px 0 0 0;
}

.newStudentView .searchIcon {
    width: 35px;
    height: 35px;
}

.newStudentView .spotIcon {
    width: 41px;
    height: 35px;
}

.newStudentView .advSearchIcon {
    width: 35px;
    height: 36px;
}

.newStudentView .helpIcon {
    width: 37px;
    height: 35px;
}

.newStudentView .resetSearchMain {
    margin: 0;
    font-size: 14px;
}

.VSDiv {
    width: calc(90% - 162px);
    float: left;
    margin-left: 10px;
}

.VisualSearchInput {
    outline: none;
    background: rgb(51,51,51);
    background: linear-gradient(145deg, rgba(51,51,51,1) 49%, rgba(0,0,0,1) 100%);
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-size: 15px;
}

.VSContainer {
    width: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    margin: 0 auto;
    z-index: 9990;
    padding: 6px 0 0 0;
    height: 55px;
    background: #000;
}

    .VSContainer.VisualSearchInputExpand {
        width: 100%;
    }

.openVS {
    width: 162px;
    display: flex;
    float: left;
    align-items: center;
    margin: 3px 0 0 0;
}

    .openVS:hover {
        text-decoration: none;
    }

    .openVS font {
        font-size: 18px;
        color: #fff;
        line-height: normal;
    }

.VisualSearchClose {
    position: absolute !important;
    right: 0 !important;
    top: 12px !important;
}

.SvAdvDiv {
    float: left;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.svsameHeightDiv {
    float: left;
    width: 100%;
    position: relative;
}

.SvAdvDiv .searchBarLogo {
    border: none;
    width: 300px !important;
    margin: 10px 0;
}

.mainRightIcon {
    width: 300px;
    float: left;
    text-align: right;
}

    .mainRightIcon a {
        border: 1px solid #000;
        height: 60px;
        width: 60px;
        display: inline-block;
        margin: 15px 15px 0 0;
        border-radius: 100%;
    }

        .mainRightIcon a span {
            width: 100%;
            float: left;
            text-align: center;
            color: #000;
            font-size: 12px;
        }

.SvAdvDiv .mainLogo {
    height: 60px;
    margin: 6px 0 0 30px;
}

.svsameHeightDiv .serchBarHuge {
    width: 60%;
    border-right: 2px solid #fff;
    padding-left: 20px;
}

.svsameHeightDiv .advSearchDivInput {
    font-size: 16px;
}

.svsameHeightDiv .gradeSub {
    border-right: 2px solid #fff;
    width: 55%;
}

.svsameHeightDiv .subsType {
    width: 45%;
    border: none;
    padding-bottom: 0;
}

.currStand {
    float: left;
    width: 40%;
    padding: 0 10px;
}

.currStandList {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}

    .currStandList option {
        background: #000;
    }

.SvAdvHeader {
    width: calc(100% - 600px);
    float: left;
    text-align: center;
    color: #fff;
}

    .SvAdvHeader h2 {
        margin: 25px 0 0 0;
        font-family: 'MyriadPro-Bold';
        line-height: 30px;
    }

    .SvAdvHeader p {
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
    }

.hamburger {
    margin: 3px 0 0 0;
}

    .hamburger .line {
        width: 40px;
        height: 4px;
        background-color: #ecf0f1;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
    }

    .hamburger:hover {
        cursor: pointer;
    }

#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
    width: 25px;
}

#hamburger-3.is-active .line:nth-child(1) {
    -webkit-transform: translateX(-10px) rotate(-45deg);
    -ms-transform: translateX(-10px) rotate(-45deg);
    -o-transform: translateX(-10px) rotate(-45deg);
    transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(45deg);
    -ms-transform: translateX(-10px) rotate(45deg);
    -o-transform: translateX(-10px) rotate(45deg);
    transform: translateX(-10px) rotate(45deg);
}

.svDropdown {
    position: absolute;
    color: #fff;
    top: 48px;
    background: #000;
    border: 3px solid #fff;
    border-top: 4px solid #000;
    z-index: 9;
    width: 140px;
    display: none;
}

    .svDropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .svDropdown ul li {
            float: left;
            width: 100% !important;
            margin: 6px 0;
        }

            .svDropdown ul li a {
                font-size: 14px !important;
            }

.newStudentView li a {
    margin: 3px 0 0 0;
}

.svCategoryList ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .svCategoryList ul li {
        width: 20%;
        display: inline-block;
        padding: 0 10px;
        float: left;
        text-align: center;
    }

.svMainListContainer {
    margin: 30px 0 30px 0;
}

.mainCategoryImage img {
    width: 75%;
    margin: 0 auto;
}

.mainCategoryImage {
    background: #fff;
    height: 260px;
    text-align: center;
    border-radius: 30px;
    width: 280px;
    overflow: hidden;
    display: flex;
    align-items: end;
    transition: 0.2s;
}

.svCategoryList ul li a {
    width: 280px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.mainCategoryText {
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center;
    width: 100%;
}

    .mainCategoryText span {
        background: #fff;
        color: #000;
        border-radius: 10px;
        border: 5px solid #000;
        font-size: 23px;
        font-weight: 600;
        padding: 5px 10px;
    }

.bGreen {
    border: 8px solid #54AE54;
}

.bPurple {
    border: 8px solid #9823AD;
}

.bRed {
    border: 8px solid #EC4034;
}

.bOrange {
    border: 8px solid #F99714;
}

.svSubListContainer {
    margin: 50px 0 20px 0;
    padding: 0 20px;
}

.svSubCategoryList ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .svSubCategoryList ul li {
        width: 16.66%;
        display: inline-block;
        padding: 0 10px;
        float: left;
        text-align: center;
    }

        .svSubCategoryList ul li a {
            width: 210px;
            display: inline-block;
            margin: 0 auto;
            position: relative;
            margin-bottom: 60px;
        }

.subCategoryImage {
    background: #fff;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    width: 200px;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: end;
    left: 10px;
    top: 10px;
}

    .subCategoryImage img {
        width: 100%;
        margin: 0 auto;
    }

#subListItem1 {
    display: none;
}

.activeCategoryImage {
    margin: 50px 0 0 0;
}

.svSubListBookContainer {
    margin: 50px 0 20px 0;
    padding: 0 40px;
}

.subCategoryBookImage {
    text-align: center;
    width: 260px;
    overflow: hidden;
    display: flex;
    align-items: end;
    position: relative;
}

    .subCategoryBookImage img {
        width: 100%;
        margin: 0 auto;
    }

.subCategoryBookText {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}

#subListItemBook1 {
    display: none;
}

.svSubCategoryBookList ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .svSubCategoryBookList ul li {
        width: 16.66% !important;
        display: inline-block;
        padding: 0 10px;
        float: left;
        text-align: center;
    }

.subCategoryBookImage .thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.subCategoryBookImage .openboxdiv {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.8);
    left: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}

.subCategoryBookImage:hover .openboxdiv {
    left: 0;
}

.svg-wrapper {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 220px;
}

    .svg-wrapper svg {
        position: absolute;
        left: 0;
        animation: rotation 3s infinite linear;
    }

.shape {
    stroke-dasharray: 0 540;
    stroke-dashoffset: -474;
    stroke-width: 3px;
    border-radius: 100%;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.svg-wrapper.round .shape {
    stroke-width: 4px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
    border-radius: 100%;
}
/***********************************************************new-student-view-end******/
/***********************************************************new-teacher-view-start******/

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url(fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url(fonts/MyriadPro-BoldCond.otf);
}

@font-face {
    font-family: 'MyriadPro-Cond';
    src: url(fonts/MyriadPro-Cond.otf);
}

@font-face {
    font-family: 'MyriadPro-BlackCond';
    src: url(fonts/MyriadPro-BlackCond.otf);
}

@font-face {
    font-family: 'MyriadProLightCondensed';
    src: url(fonts/MyriadProLightCondensed.otf);
}

#TATeacherView .advSearchDiv {
    display: block;
}

#TATeacherView {
    background: #fff !important;
    font-family: 'MyriadPro-Regular';
}

    #TATeacherView .SvAdvDiv {
        border-bottom: 2px solid #3A3F43;
    }

    #TATeacherView .SvAdvHeader {
        color: #3A3F43;
    }

    #TATeacherView .svsameHeightDiv {
        border-bottom: 2px solid #3A3F43;
        box-shadow: 0 5px 12px rgba(0 0 0 / 20%);
    }

        #TATeacherView .svsameHeightDiv .gradeSub {
            border-right: 2px solid #3A3F43;
        }

    #TATeacherView .font, #TATeacherView .subjectHeader, #TATeacherView .subsHeader {
        color: #3A3F43;
        font-family: 'MyriadPro-Bold';
    }

    #TATeacherView .svsameHeightDiv .serchBarHuge {
        border-right: 2px solid #3A3F43;
    }

    #TATeacherView .topLogoSearch {
        border-bottom: 2px solid #3A3F43;
    }

    #TATeacherView .gradeHeadDiv.flex {
        border-bottom: 2px solid #3A3F43;
    }

    #TATeacherView .serchRight {
        border-left: 2px solid #3A3F43;
    }

    #TATeacherView .atosSearch table tr td {
        color: #3A3F43;
    }

    #TATeacherView .arrowSearch {
        border: solid #3A3F43;
    }

    #TATeacherView .atosSearch table tr td input {
        border: 2px solid #3A3F43;
        border-radius: 8px;
        background: #ffffff;
    }

.arrowSearchBlack {
    border: solid #3A3F43;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 15px;
    width: 15px;
}

#TATeacherView a.resetSearch {
    border: 2px solid #3A3F43;
}

#TATeacherView .gradesList_li_a {
    border: 1px solid #3A3F43;
    color: #000;
    background: #fff;
}

#TATeacherView .subjectList li a {
    border: 1px solid #3A3F43;
    color: #3A3F43;
    background: #fff;
}

#TATeacherView .currStandList {
    border: 2px solid #3A3F43;
    color: #3A3F43;
}

    #TATeacherView .currStandList option {
        background: #fff;
    }

        #TATeacherView .currStandList option:hover {
            background: #C50086;
        }

#TATeacherView .magIcon {
    background-image: url(images/searchBlack.svg);
}

#TATeacherView .advSearchDivInput {
    color: #000;
}

#TATeacherView a.closeIcon {
    background-image: url(images/mainCrossBlack.svg);
}

.teacherViewContent {
    float: left;
    width: 100%;
    padding: 0;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

    .tabs-left > li {
        float: none;
        margin: 0px;
    }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
            background: #f90;
            border: none;
            border-radius: 0px;
            margin: 0px;
        }

#sideways li a {
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    border: none;
    padding: 6px 5px 6px 75px;
    text-align: left;
    margin: 0 0 15px 0;
    position: relative;
    height: 32px;
}

span.menuIcon {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px solid #3A3F43;
    border-radius: 50px;
    position: absolute;
    top: -2px;
    left: 30px;
    padding: 3px 0 0 0;
    text-align: center;
}

.menuIcon img {
    width: 90%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #C50086 !important;
    border: none !important;
    color: #fff !important;
}

.nav-tabs > li.teacherResources.active > a, .nav-tabs > li.teacherResources.active > a:focus, .nav-tabs > li.teacherResources.active > a:hover {
    background-color: #259588 !important;
}

.nav-tabs > li.peofDevelopment.active > a, .nav-tabs > li.peofDevelopment.active > a:focus, .nav-tabs > li.peofDevelopment.active > a:hover {
    background-color: #9823AD !important;
}

.nav-tabs > li.resourcesUsed.active > a, .nav-tabs > li.resourcesUsed.active > a:focus, .nav-tabs > li.resourcesUsed.active > a:hover {
    background-color: #FAC021 !important;
}

.nav-tabs > li.digitalResources.active > a, .nav-tabs > li.digitalResources.active > a:focus, .nav-tabs > li.digitalResources.active > a:hover {
    background-color: #33A8F1 !important;
}

.nav-tabs > li.inteBook.active > a, .nav-tabs > li.inteBook.active > a:focus, .nav-tabs > li.inteBook.active > a:hover {
    background-color: #8DC250 !important;
}

.nav-tabs > li.correlation.active > a, .nav-tabs > li.correlation.active > a:focus, .nav-tabs > li.correlation.active > a:hover {
    background-color: #F75522 !important;
}

.nav-tabs > li.hideTitles.active > a, .nav-tabs > li.hideTitles.active > a:focus, .nav-tabs > li.hideTitles.active > a:hover {
    background-color: #FCEA47 !important;
}

.nav-tabs > li.favourites.active > a, .nav-tabs > li.favourites.active > a:focus, .nav-tabs > li.favourites.active > a:hover {
    background-color: #E61822 !important;
}

.hideTitles.active .menuText {
    color: #000;
}

.resourcesUsed.active .menuText {
    color: #000;
}

.nav-tabs > li > a:hover {
    line-height: 1.42857143;
    border: 1px solid transparent;
}

div#sideways {
    display: flex;
}

#sideways ul li {
    width: 100%;
}

.nav-tabs > li > a:hover {
    border: none !important;
}

.leftSideBar {
    float: left;
    width: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rightSideInfo {
    float: left;
    width: calc(100% - 300px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-height: 640px;
}

#sideways .leftSideBar {
    border-right: 2px solid #000;
}

#sideways .tabs-left {
    border: none;
    margin: 90px 0 0 0;
}

.blackHamburger {
    float: left;
    width: 30px;
    margin: 20px 0 0 30px;
}

    .blackHamburger .line {
        width: 30px;
        height: 4px;
        background-color: #000;
        display: block;
        margin: 2px auto;
        border-radius: 40px !important;
        float: left;
    }

.dashboardMainTop .row, #favourites .row, #hidtitl .row {
    margin-right: 0;
    margin-left: 0;
}

.dashboardMainTop {
    background: #8B6FDC;
    padding: 20px 10px;
    position: relative;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('fonts/Montserrat-Black.ttf') format('truetype');
}

.baseText {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 18em;
    line-height: 1em;
    font-family: 'Montserrat-Black';
    height: 180px;
    color: rgba(255,255,255,0.1);
    font-weight: 900;
}

.dashboardMainTop .row {
    display: flex;
    align-items: center;
}

    .dashboardMainTop .row div {
        display: flex;
        align-items: center;
    }

.topHeadImg {
    float: left;
    width: 25%;
}

    .topHeadImg img {
        width: 100%;
        box-shadow: 6px 8px 10px rgba(0,0,0,0.4);
        max-width: 160px;
    }

.topHeadBookTitle {
    float: left;
    width: 70%;
    padding: 10px 10% 10px 20px;
    font-size: 46px;
    font-weight: 800;
    color: #000;
    font-family: MyriadPro-BlackCond;
    line-height: 50px;
}

.topHeadText {
    font-size: 24px;
    color: #000;
    font-family: 'MyriadPro-cond';
}

.checkOut {
    background: #fac021;
    color: #000;
    padding: 2px 10px 0;
    border-radius: 20px;
    margin: 0 auto;
    font-family: 'MyriadPro-Bold';
}

span.divider {
    float: left;
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.menuText {
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hideText {
    width: 0;
}

.leftShrink {
    width: 80px;
}

.rightSideInfoExtended {
    width: calc(100% - 80px);
}

.topHeadText strong {
    font-family: MyriadPro-BoldCond;
}

.resInfo {
    padding: 20px 20%;
}

.circleWithText {
    text-align: center;
}

.circleDiv {
    height: 200px;
    width: 200px;
    background: #f1f1f1;
    margin: 0 auto;
    border-radius: 100%;
}

span.circleInfo {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
    font-size: 18px;
    padding: 0 20px;
}

.circleIcon {
    height: 40px;
    margin: 10px 0;
}

.circleCount {
    font-size: 40px;
    font-family: 'MyriadPro-Bold';
    color: #fff;
}

.circletitle {
    font-size: 22px;
    font-family: 'MyriadPro-Bold';
    color: #fff;
    line-height: 24px;
    padding: 0 20px;
}

.green, .green_series {
    background: #65a86b;
}

.blue {
    background: #33A8F1;
}

.orange {
    background: #F75522;
}

.yellow {
    background: #FAC021;
}

.purple, .purple_series {
    background: #6838b2;
}

.darkGreen {
    background: #259588;
}

.orangeLight {
    background: #E59953;
}

.pink {
    background: #C50086;
}

.texCurSta {
    text-align: center;
    margin: 20px 0 30px 0;
    font-size: 22px;
}

    .texCurSta strong {
        font-family: 'MyriadPro-Bold';
    }

.digResFilter {
    margin: 20px 0 10px 0;
    float: left;
    width: 100%;
    padding: 0 30px;
    z-index: 10;
    position: relative;
}

.filterIconList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .filterIconList li {
        float: left;
        width: 100px !important;
    }

.filterBlock {
    width: 80%;
    margin: 0 auto !important;
    max-width: 120px;
    text-align: center !important;
    border-radius: 10px;
    display: inline-block;
    padding: 0 !important;
    height: auto !important;
}

    .filterBlock img {
        width: 30px;
        margin: 10px 0 0 0;
    }

    .filterBlock span {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 13px;
        line-height: 15px;
        padding: 5px 0 5px;
    }

.filterTitle {
    font-size: 16px;
    padding: 2px 0 0 0;
    float: left;
}

    .filterTitle strong {
        font-size: 22px;
        font-family: 'MyriadPro-Bold';
        float: left;
        width: 100%;
        line-height: 25PX;
    }

.filterIconListRight {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .filterIconListRight li {
        float: left;
        width: 65px !important;
        padding: 15px 10px;
    }

.showCurr {
    background: #f75522;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    float: left;
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    margin: 15px 0 0 10px;
}

    .showCurr:hover {
        background: #f1f1f1;
        color: #f75522;
        text-decoration: none;
    }

.bookList {
    float: left;
    padding: 0 30px;
    width: 100%;
    margin: 20px 0 0 0;
}

.tab-content > .active {
    height: auto !important;
    display: block !important;
    float: left;
    width: 100%;
}

.bookListTitle {
    font-size: 20px;
    margin: 10px 0 10px 0;
}

    .bookListTitle strong {
        font-family: 'MyriadPro-Bold';
    }

.digResBookList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .digResBookList ul li {
        float: left;
        width: 16.66% !important;
    }

.digResBookListImage {
    width: 95%;
    position: relative;
}

    .digResBookListImage img {
        width: 100%;
    }

.clearAll {
    background: #C50086;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    float: left;
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    margin: 22px 0 0 10px;
}

    .clearAll:hover {
        background: #f1f1f1;
        color: #C50086;
        text-decoration: none;
    }

.titleCount {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    line-height: 34px;
}

.favIconDiv {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
}

.favIcon {
    background: #e61822;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    top: calc(50% - 35px);
    position: relative;
    border: 4px solid #fff;
}

    .favIcon img {
        width: 75%;
        margin: 12px 0 0 0;
    }

.hidTitlIcon {
    background: #FCEA47;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    top: calc(50% - 35px);
    position: relative;
    border: 4px solid #fff;
}

    .hidTitlIcon img {
        width: 75%;
        margin: 12px 0 0 0;
    }

.serchCurr {
    display: block;
    border: 2px solid #000;
    float: left;
    padding: 8px 5px;
    margin: 5px 0 0 20px;
    border-radius: 10px;
    position: relative;
}

.mlr {
    margin: 0 5px !important;
}

.legendText {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .legendText text {
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        line-height: 15px;
        padding: 0 5px;
        font-family: 'MyriadPro-Bold';
    }

.searchCurrBtn {
    background: #33aeee;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 10px !important;
    float: left;
    text-align: center !important;
    line-height: 16px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    height: 42px !important;
    display: flex !important;
    align-items: center;
}

    .searchCurrBtn:hover {
        background-color: #33aeee !important;
        color: #fff !important;
    }

.serchCurr .nav-tabs li {
    width: auto !important;
    float: left;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e072";
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                color: #808080;
                font-size: 14px;
                margin: 5px 0 0 0;
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e072";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #808080;
            font-size: 14px;
            margin: 5px 0 0 0;
        }

.innerTabs .panel.panel-default {
    background: #CDCFD1;
    border: none;
}

.innerTabs .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: transparent;
}

.innerTabs .panel-default > .panel-heading {
    color: #3A3F43;
    background-color: transparent;
}

    .innerTabs .panel-default > .panel-heading strong {
        font-family: 'MyriadPro-Bold';
    }

.innerTabs .panel-title {
    font-weight: normal;
    font-size: 22px;
}

.innerTabs .panel-default > .panel-heading a {
    padding: 12px 15px;
    text-decoration: none;
}

.innerTabs .panel-body {
    border: none !important;
}

#accordionInner .panel.panel-default {
    background: #E3E4E6;
    border: 1px solid #fff;
}

#accordionInner .panel-title {
    font-size: 20px;
}

#accordionInner .panel-body {
    padding: 0 15px 15px 15px;
    position: relative;
}

#accordionInner {
    margin-bottom: 0px;
}

#accordionInnerDigRes .panel.panel-default {
    background: #E3E4E6;
    border: 1px solid #fff;
}

#accordionInnerDigRes .panel-title {
    font-size: 20px;
}

#accordionInnerDigRes .panel-body {
    padding: 0 15px 15px 15px;
    position: relative;
}

#accordionInnerDigRes {
    margin-bottom: 0px;
}

#loadMore li {
    display: none;
    margin-bottom: 10px;
}

#loadMoreDigRes li {
    display: none;
    margin-bottom: 10px;
}

.loadMoreButton {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    background: #e3e4e6;
    background: linear-gradient(0deg, rgba(227,228,230,1) 43%, rgba(227,228,230,0) 100%);
    z-index: 9;
    left: 0;
    height: 30px;
}

    .loadMoreButton a {
        background: #f900fc;
        color: #fff;
        padding: 0 10px;
        border-radius: 20px;
        font-size: 15px;
        border: 2px solid #fff;
        margin: 10px 0 0 0;
        display: inline-block;
        line-height: 20px;
    }

        .loadMoreButton a:hover {
            text-decoration: none;
            background: #fff;
            color: #f900fc;
        }

.digResList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .digResList ul li {
        float: left;
        width: 20% !important;
        text-align: center;
    }

.digResList .filterBlock {
    width: 95% !important;
    max-width: unset;
    background: #60a868;
    border: 1px solid #fff !important;
    display: inline-block;
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
    text-align: center !important;
    position: relative;
}

.previewWrapper {
    position: absolute;
    top: 0;
    padding: 0 !important;
    height: 100%;
    margin: 0 !important;
    border-radius: 10px;
    display: none !important;
}

    .previewWrapper a {
        padding: 1px 10px !important;
        margin: 40px 0 0 0 !important;
        background: #f400f9;
        color: #fff !important;
        font-size: 16px !important;
        border-radius: 20px;
        display: inline-block;
        height: 22px !important;
    }

.digResList .filterBlock:hover .previewWrapper {
    display: block !important;
}

.digResList .filterBlock span {
    font-size: 16px;
    padding: 0 40px;
    margin: 10px 0 30px 0;
    line-height: 20px;
}

.list-wrapper {
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.list-item {
    border-bottom: 1px solid #c00084;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 0 10px 8px;
    color: #c00084;
}

    .list-item h4 {
        color: #FF7182;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .list-item p {
        margin: 0;
    }

.simple-pagination ul {
    padding: 0;
    list-style: none;
    text-align: center;
    float: right;
    margin: 10px 0 10px 0;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
    width: auto !important;
}

    .simple-pagination li a,
    .simple-pagination li span {
        padding: 5px 10px !important;
        text-decoration: none;
        border: 1px solid #bb0082 !important;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #eee;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #dd78be;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #c00084;
    color: #fff;
}

#pagination-container {
    background: #eee;
    border: 1px solid #c00084;
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}

.listContainer {
    border: 2px solid #A4A4A4;
    padding: 0 10px;
    margin: 40px 0 30px 0;
    float: left;
    width: 100%;
    position: relative;
}

.listHead {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 10px;
}

    .listHead span {
        color: #c00084;
    }

#MainDigResources .panel.panel-default {
    background: #cdcfd1;
    border: none;
}

#MainDigResources .panel-default > .panel-heading a {
    padding: 12px 15px;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    width: 100%;
}

#MainDigResources .panel.panel-default {
    background: #e3e4e6;
    border: none;
    margin-bottom: 15px;
}

#MainDigResources .panel-body {
    padding: 0 5px 15px 5px;
    position: relative;
    border: none !important;
}

#MainDigResources .panel-heading {
    background: transparent;
}

#MainDigResources .loadMoreButton {
    bottom: 0;
    height: 60px;
}

    #MainDigResources .loadMoreButton a {
        margin: 45px 0 0 0;
    }

.mainResourcePanel1 {
    background: #91C597 !important;
}

    .mainResourcePanel1 .loadMoreButton {
        background: #94c599;
        background: linear-gradient(0deg, rgba(148,197,153,1) 43%, rgba(227,228,230,0) 100%);
    }

#MainDigResources .panel-default > .panel-heading a[aria-expanded="true"]:after {
    color: #ffffff;
}

#MainDigResources .panel-default > .panel-heading a[aria-expanded="false"]:after {
    color: #ffffff;
}

#MainDigResources .panel-default > .panel-heading strong {
    font-family: 'MyriadPro-Bold';
    font-size: 24px
}

#MainDigResources .panel-title {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

.titleIcon {
    width: 35px;
    float: left;
    margin: 0 10px 0 0;
}

.mainResTitle {
    float: left;
    margin: 6px 0 0 0;
}

#loadMoreMainDigRes1 li, #loadMoreMainDigRes2 li {
    display: none;
    margin-bottom: 10px;
}

.mainResourcePanel2 {
    background: #E5937B !important;
}

    .mainResourcePanel2 .loadMoreButton {
        background: #E5937B;
        background: linear-gradient(0deg, rgba(229,147,123,1) 43%, rgba(227,228,230,0) 100%);
    }

.filterBlock.audio {
    background: #DA6343;
}

.resUsedHead {
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.subsDate {
    font-size: 18px;
    width: 100%;
    float: left;
}

    .subsDate strong {
        font-family: 'MyriadPro-Bold';
    }

.btnBlue {
    background: #32a9e8;
    color: #fff;
    padding: 2px 10px 2px;
    border-radius: 20px;
    font-size: 16px;
}

    .btnBlue:hover {
        background: #f1f1f1;
        color: #32a9e8;
        text-decoration: none;
    }

.btnDiv {
    margin: 10px 0 0 0;
}

.pdText {
    font-size: 18px;
    margin: 0px 0px 20px;
    float: left;
    width: 100%;
    padding-right: 10%;
}

.accordionpd .panel-default > .panel-heading a:after {
    margin: 0px 10px 0 0 !important;
    float: left;
}

.accordionpd .panel-title {
    font-weight: normal;
}

.accordionpd .panel-default > .panel-heading a {
    padding: 10px 0px;
    background-color: transparent !important;
    text-decoration: none;
}

.accordionpd .panel-default {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .accordionpd .panel-default > .panel-heading {
        background-color: transparent;
        border: none !important;
    }

.accordionpd .panel-body {
    border: none !important;
}

.modelWebinar strong {
    font-family: 'MyriadPro-Bold';
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.modelWebinar {
    background: rgb(227,245,248);
    background: linear-gradient(0deg, rgba(227,245,248,1) 0%, rgba(227,245,248,0) 100%);
    padding: 20px
}

.videoRuntime span {
    margin-right: 20px;
    font-size: 15px;
}

.videoRuntime {
    margin: 20px 0 0 50px;
}

.mm {
    font-family: 'MyriadPro-Bold';
    font-size: 20px;
}

.ccPara {
    font-size: 15px;
    padding: 0 0 0 10px;
}

.ccBookImage {
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .ccBookImage img {
        width: 100%;
    }

.ccBookText {
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 5px 0;
}

.upForm {
    float: left;
    width: 100%;
    max-width: 600px;
}

    .upForm label {
        float: left;
        width: 100%;
        font-size: 18px;
        font-family: 'MyriadPro-Bold';
        margin: 15px 0 0 0;
    }

    .upForm input {
        float: left;
        width: 100%;
        font-size: 18px;
        border: 1px solid #000;
        padding: 5px;
    }

.upTable {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    max-width: 880px;
}

    .upTable table {
        width: 100%;
        text-align: center;
    }

        .upTable table th {
            font-size: 18px;
            font-family: 'MyriadPro-Bold';
            border-bottom: 1px solid #000;
            text-align: center;
        }

        .upTable table td {
            font-size: 16px;
            padding: 20px 0;
        }

.mt-20 {
    margin-top: 20px;
    display: inline-block;
}

.btnPink {
    background: #c00084;
    color: #fff;
    padding: 2px 10px 2px;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100px;
    display: inline-block;
    font-family: 'MyriadPro-Bold';
    text-align: center;
}

a.upStlink {
    color: #000;
    border-bottom: 2px solid #46a9e7;
}

a.upk5 {
    color: #000;
    padding: 3px 10px 0;
    border: 2px solid #000;
    border-radius: 10px;
    font-family: 'MyriadPro-Bold';
}

.faqHead {
    font-size: 40px;
    font-family: 'MyriadPro-Bold';
    margin-bottom: 10px;
    text-align: center;
}

.faqText {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-family: 'MyriadPro-Bold';
    text-align: center;
}

.faqSearch {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

    .faqSearch input {
        border: 2px solid #b3b3b3;
        width: 100%;
        font-size: 15px;
        padding: 7px 40px 7px 10px;
        border-radius: 5px;
    }

.faqMagIcon {
    background-image: url(images/searchBlack.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: 2px 10px 0 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
}

.ruTable {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

    .ruTable table {
        width: 100%;
    }

        .ruTable table th {
            font-size: 18px;
            font-family: 'MyriadPro-Bold';
            border-bottom: 1px solid #000;
        }

        .ruTable table td {
            font-size: 18px;
            padding: 10px 0;
        }

        .ruTable table tbody tr {
            border-bottom: 1px solid #000;
        }

.statics {
    font-size: 24px;
    font-family: 'MyriadPro-Bold';
    float: left;
}

.countDigRes {
    font-size: 24px;
    font-family: 'MyriadPro-Bold';
    float: left;
    line-height: 34px;
}

    .countDigRes font {
        font-size: 32px;
    }

.calendar {
    float: left;
    margin: 0px 40px;
}

    .calendar input {
        border: none;
        font-size: 20px;
        color: #000;
        float: left;
        width: 220px;
    }

.calIcon {
    background-image: url(images/cal.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    float: left;
}

.modelWebinar p {
    font-size: 15px;
}

.samr {
    text-align: center;
}

    .samr img {
        width: 80%;
    }

.LauraSheneman {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    overflow: hidden;
}

    .LauraSheneman img {
        width: 100%;
    }

a:hover {
    text-decoration: none !important;
}

.nav-tabs {
    border: 0;
    border-bottom: 1px solid transparent;
}

.mainTabs li {
    margin-right: 5px;
    float: left;
    width: auto !important;
}

    .mainTabs li.active a {
        color: #fff !important;
        margin: 0;
    }

    .mainTabs li a {
        background: #daf2ef;
        color: #000 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        padding: 8px 15px 2px !important;
        border-radius: 10px 10px 0 0 !important;
        float: left;
        text-decoration: none;
        height: auto !important;
        margin: 0 !important;
        font-family: 'MyriadPro-Bold';
    }

.mainTabContent .tab-pane {
    display: block !important;
}

#faq-tabs {
    border: 1px solid #c00084;
}

.faq-nav .nav-link.active {
    background-color: #F1C3C8;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'MyriadPro-Bold';
}

.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #c00084;
    border-radius: 0;
    color: #000;
    transition: background-color 0.2s ease;
    font-size: 16px;
}

    .faq-nav .nav-link:last-of-type {
        border-bottom: 0;
    }

.tab-content .card {
    border-radius: 0;
    border: none;
    border-top: 1px solid #d13649;
    padding-bottom: 10px;
}

.tab-content .card-header h5 button {
    display: block;
    padding: 0;
    border: none;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
    font-size: 20px;
    outline: none !important;
    font-family: 'MyriadPro-Bold';
}

.tab-content .card-header {
    padding: 10px 0 0 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

h2.mainHead {
    font-size: 36px;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-family: 'MyriadPro-Bold';
}

.tab-content .card-body p {
    color: #000;
    font-size: 15px;
}

.tab-content .card-header h5 {
    margin: 0;
    position: relative;
}

.minusIcon {
    background: url(images/plus.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    transform: rotate(45deg);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.crossIcon {
    transform: rotate(0deg) !important;
}

a.downloadFAQ {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    float: left;
}

.filterIconListRight li a {
    padding: 0 !important;
}

.digResWrapper {
    float: left;
    position: relative;
    width: 100%;
}

.blackbg {
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
}

#shareWidget {
    display: none;
    border: 2px solid #fff;
}

    #shareWidget .legendText text {
        background: #4c4c4c;
        color: #fff;
    }

.digResBlack .filterTitle {
    color: #fff;
}

#closeBlackBg {
    z-index: 99;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    right: 30px;
    display: none;
}
/***********************************************************new-teacher-view-end******/


.book_resources {
    background-size: cover;
    height: 40px;
    width: 40px;
    float: left;
    cursor: default
}

@font-face {
    font-family: 'SFRounded';
    src: url('SFRounded-Bold.woff2') format('woff2'), url('SFRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.sadMan {
    background: rgb(45,148,215);
    background: linear-gradient(145deg, rgba(45,148,215,1) 0%, rgba(51,174,238,1) 100%);
    width: 100%;
    height: 100%;
}

.sickFood {
    background: rgb(97,182,70);
    background: linear-gradient(145deg, rgba(97,182,70,1) 0%, rgba(75,173,78,1) 100%);
    width: 100%;
    height: 100%;
}

.pageMain {
    font-family: 'SFRounded';
    max-width: 1100px;
    margin: 0px auto 0;
    color: #FDF22B;
    min-height: 100vh;
    padding: 0 20px;
}

.pageTop {
    font-size: 60px;
    margin: 60px 0 0 0;
    float: left;
    width: 100%;
    text-align: left;
    line-height: normal;
}

.pageMid {
    float: left;
    width: 100%;
    position: relative;
}

.midText {
    width: 50%;
    font-size: 35px;
    float: left;
    position: absolute;
    margin: 60px 0 0 0;
    text-align: left;
    line-height: normal;
}

    .midText span a {
        color: #fff;
    }

.midImage {
    background: url(images/sadman.svg);
    float: left;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: right;
}

.midImageFood {
    background: url(images/sick-food.svg);
    float: left;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: right;
}

@media screen and (max-width:1024px) {
    .midImageFood {
        height: 570px;
    }

    .midImage {
        height: 570px;
    }

    .pageTop {
        font-size: 54px;
    }

    .midText {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .midText {
        font-size: 27px;
        margin: 30px 0 0 0;
        width: 100%;
        position: relative;
    }

    .pageTop {
        font-size: 44px;
    }

    .midImage {
        height: 500px;
        background-position: center;
        margin: 40px 0 0 0;
    }

    .midImageFood {
        height: 500px;
        background-position: center;
        margin: 40px 0 0 0;
    }
}

@media screen and (max-width:640px) {
    .midImage {
        height: 360px;
    }

    .pageTop {
        font-size: 36px;
    }

    .midText {
        font-size: 20px;
    }

    .midImageFood {
        height: 360px;
    }
}




/**Renew Subscription CSS start**/
#ValidationMessage {
    height: inherit;
}

.renewSubscription {
    background-color: #fff200;
    /*background: linear-gradient(145deg,rgba(255,242,0,1) 0%,rgba(210,35,42,1) 100%);*/
    /*background: linear-gradient(145deg,rgba(252,214,2,1) 0%,rgba(255,242,0,1) 100%);*/
    background-image: url('images/LBXSubscription-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

    .renewSubscription:before {
        display: none;
        content: "";
        position: absolute;
        z-index: 1;
        top: -50%;
        left: -50%;
        width: 115%;
        height: 150%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2232a+0,7db9e8+100&0.2+0,0+60 */
        background: -moz-radial-gradient(center, ellipse cover, rgba(210,35,42,0.2) 0%, rgba(159,125,156,0) 60%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(210,35,42,0.2) 0%,rgba(159,125,156,0) 60%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(210,35,42,0.2) 0%,rgba(159,125,156,0) 60%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d2232a', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.pageMainOuter {
    font-family: 'SFRounded';
    max-width: 1100px;
    margin: 0 auto 0;
    color: #26418D;
    min-height: 100vh;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pageHead {
    font-size: 72px;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    line-height: normal;
}

    .pageHead a {
        color: #45AD4D;
        text-decoration: none;
    }

        .pageHead a:hover, .pageHead a:focus {
            color: #3a8740;
            outline: none;
            text-decoration: none;
        }

.pageBody {
    float: left;
    width: 100%;
}

.videoSubscription {
    float: left;
    width: 100%;
    /*height: 396px;*/
    overflow: hidden;
}

    .videoSubscription a {
        display: block;
    }

    .videoSubscription video {
        width: 100%;
        /*margin-top: -75px;*/
    }

        .videoSubscription video::-webkit-media-controls-panel {
            display: none !important;
            opacity: 1 !important;
        }

.benefits {
    float: left;
    width: 100%;
    padding: 0 0px 0 60px;
}

    .benefits h2 {
        color: #231f20;
        margin-bottom: 35px;
        font-size: 36px;
    }

    .benefits ul {
        margin: 0;
        padding: 0;
    }

        .benefits ul li {
            color: #6369a5;
            list-style: decimal-leading-zero;
            float: left;
            font-size: 24px;
            text-align: left;
            line-height: 28px;
            margin-right: 40px;
            list-style: none;
            width: calc(33.33% - 40px);
        }

            .benefits ul li:first-child {
            }

            .benefits ul li:nth-child(2) {
            }

            .benefits ul li:last-child {
                margin-right: 0 !important;
                width: calc(33.33% - 0px);
            }

            .benefits ul li span {
                color: #25408f;
                text-decoration: none;
            }

            .benefits ul li:nth-child(1):before {
                content: "1.";
                margin-left: -27px;
                width: 27px;
                display: inline-block;
            }

            .benefits ul li:nth-child(2):before {
                content: "2.";
                margin-left: -27px;
                width: 27px;
                display: inline-block;
            }

            .benefits ul li:nth-child(3):before {
                content: "3.";
                margin-left: -27px;
                width: 27px;
                display: inline-block;
            }

.pageFtr {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .pageFtr h2 {
        font-size: 40px;
    }

        .pageFtr h2 a {
            color: #45ad4d;
        }

            .pageFtr h2 a:hover, .pageFtr h2 a:focus {
                color: #3a8740;
                outline: none;
                text-decoration: none;
            }

    .pageFtr p {
        font-size: 26px;
        color: #25408f;
    }

        .pageFtr p a {
            color: #25408f;
        }

            .pageFtr p a:hover, .pageFtr p a:focus {
                color: #3a8740;
                outline: none;
                text-decoration: none;
            }

            .pageFtr p a span {
                color: #45ad4d;
            }

            .pageFtr p a:hover span, .pageFtr p a:focus span {
                color: #3a8740;
                outline: none;
                text-decoration: none;
            }
/**Renew Subscription CSS End**/

/**Start Subscription CSS Start**/
.startSubscription {
    background-color: #fff;
    width: 100%;
}

    .startSubscription .pageMainOuter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .startSubscription .pageBody {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

.lbxBookCover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 187px;
}

.bookCover {
    width: 140px;
}

.cover-2 {
    position: relative;
    z-index: 1;
}

.bookCover img {
    width: 100%;
}

.cover-1 {
    transform: translate(140px, 0px) rotate(0deg);
    animation: cover1 5s linear 0s infinite normal forwards;
}

.cover-2 {
    /*transform: translate(0px, 0px) rotate(0deg);
    animation: cover5 5s linear 0s infinite normal forwards;*/
}

.cover-3 {
    transform: translate(-140px, 0px) rotate(0deg);
    animation: cover3 5s linear 0s infinite normal forwards;
}

@keyframes cover1 {
    0%,25% {
        opacity: 0;
        transform: translate(140px, 0px) rotate(0deg);
        transform-origin: bottom;
    }

    50%,75% {
        opacity: 1;
        transform: translate(-9px, 12px) rotate(-10deg);
        transform-origin: bottom;
    }

    100% {
        opacity: 0.5;
        transform: translate(140px, 0px) rotate(0deg);
        transform-origin: bottom;
    }
}

/*@keyframes cover2 {
    0% {
        opacity: 0;
        transform: translate(0px, 0px) rotate(0deg);
        transform-origin: bottom;
    }

    10%,75% {
        opacity: 1;
        transform: translate(0px, 0px) rotate(0deg);
        transform-origin: bottom;
    }

    90%,100% {
        opacity: 1;
        transform: translate(0px, 0px) rotate(0deg);
        transform-origin: bottom;
    }
}*/

@keyframes cover3 {
    0%,25% {
        opacity: 0;
        transform: translate(-140px, 0px) rotate(0deg);
        transform-origin: bottom;
    }

    50%,75% {
        opacity: 1;
        transform: translate(9px, 12px) rotate(10deg);
        transform-origin: bottom;
    }

    100% {
        opacity: 0.5;
        transform: translate(-140px, 0px) rotate(0deg);
        transform-origin: bottom;
    }
}

.lbxLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .lbxLogo a.logo {
        width: 300px;
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .lbxLogo h2 {
        font-size: 35px;
        color: #000;
        font-weight: normal;
        font-family: MyriadPro-Regular;
    }



.headingcaption {
    color: #D099D5;
    text-align: center;
    font-size: 2.3em;
    text-transform: uppercase;
    padding: 40px 20px;
}

.boxtitle {
    width: 100%;
    color: #202569;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -20px;
    z-index: 1;
    font-size: 2em;
}

    .boxtitle span {
        background-color: #D099D5;
        padding-left: 10px;
        padding-right: 10px;
    }

.savonatrim {
    background-color: #D099D5;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-top: 20px;
}

.savonabox {
    background-color: #fff;
    color: #000;
    margin-top: 3px;
    padding: 20px;
    font-size: 1.2em;
}

.wyndhamtrim {
    background-color: #D099D5;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-top: 20px;
}

.wyndhambox {
    background-color: #D099D5;
    color: #000;
    margin-top: 3px;
    padding: 20px;
    font-size: 1.2em;
}

.logocenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 20px 0;
}

.limitfooter {
    font-size: 1.5em;
    color: #000;
    text-align: center;
    padding: 30px 0;
}

#quantity {
    font-size: 1.2em;
    color: #202569;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

#storenearyou {
    font-size: 1.1em;
    color: #202569;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 20px 0;
    text-transform: uppercase;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #D099D5;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    /*font: normal 10px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;*/
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #D099D5;
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

    .flip-clock-wrapper:before,
    .flip-clock-wrapper:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }

    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 1px;
        width: 60px;
        height: 90px;
        font-size: 80px;
        /*font-weight: bold;*/
        line-height: 87px;
        border-radius: 15px;
        background: transparent;
    }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 87px;
            text-decoration: none !important;
        }

            .flip-clock-wrapper ul li:first-child {
                z-index: 2;
            }

            .flip-clock-wrapper ul li a {
                display: block;
                height: 100%;
                -webkit-perspective: 200px;
                -moz-perspective: 200px;
                perspective: 200px;
                margin: 0 !important;
                overflow: visible !important;
                cursor: default !important;
            }

                .flip-clock-wrapper ul li a div {
                    z-index: 1;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    font-size: 80px;
                    overflow: hidden;
                    outline: 1px solid transparent;
                }

                    .flip-clock-wrapper ul li a div .shadow {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 2;
                    }

                    .flip-clock-wrapper ul li a div.up {
                        -webkit-transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        transform-origin: 50% 100%;
                        top: 0;
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                .flip-clock-wrapper ul li a:before {
                    content: "";
                    position: absolute;
                    top: 42px;
                    left: 0;
                    z-index: 9999999;
                    width: 100%;
                    height: 1px;
                    background-color: #00406e;
                    /* background-color: #D099D5; */
                    opacity: 0.4;
                }

                .flip-clock-wrapper ul li a:after {
                    content: "";
                    position: absolute;
                    top: 45px;
                    left: 0;
                    z-index: 5;
                    width: 100%;
                    height: 1px;
                    /*background-color: #000;*/
                    background-color: #c4e6ff;
                    opacity: 0.4;
                }

                .flip-clock-wrapper ul li a div.down {
                    -webkit-transform-origin: 50% 0;
                    -moz-transform-origin: 50% 0;
                    -ms-transform-origin: 50% 0;
                    -o-transform-origin: 50% 0;
                    transform-origin: 50% 0;
                    bottom: 0;
                    border-bottom-left-radius: 15px;
                    border-bottom-right-radius: 15px;
                }

                .flip-clock-wrapper ul li a div div.inn {
                    position: absolute;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 200%;
                    color: #fff;
                    /*text-shadow: 0 1px 2px #000;*/
                    text-align: center;
                    background-color: #05A694;
                    border-radius: 15px;
                    font-size: 70px;
                }

                .flip-clock-wrapper ul li a div.up div.inn {
                    top: 0;
                }

                .flip-clock-wrapper ul li a div.down div.inn {
                    bottom: 0;
                }

        /* PLAY */
        .flip-clock-wrapper ul.play li.flip-clock-before {
            z-index: 3;
        }

    .flip-clock-wrapper .flip {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.01s 0.49s linear both;
        -moz-animation: asd 0.01s 0.49s linear both;
        animation: asd 0.01s 0.49s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 100px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: none;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 5em;
    right: -85px;
    color: black;
    text-shadow: none;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -89px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -93px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -94px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black) );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black) );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)) );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)) );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i");

.count-up-section {
    color: #D099D5;
    font-family: MyriadPro-Regular;
    font-size: 16px;
    line-height: 1.48;
    padding: 45px 0 0 0;
}

.copyright.text-center {
    text-align: center;
}

.count-up-section .style-point {
    color: #000;
    font-size: 38px;
}

    .count-up-section .style-point span {
        background-color: #3e4b99;
        background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
        background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
        background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
        background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
        background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
        color: #D099D5;
        border-radius: 50%;
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 54px;
    }

.count-up-section .colorfont {
    color: #D099D5;
}

#count-up-section6.count-up-section {
    background-color: #000;
    max-width: 100%;
}

.flipTimemodulesboxes {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.darkbgFlip h2.style-point {
    color: #fff;
}

.flipTimebox {
    /*margin: 50px auto 100px;*/
}

    /*days, hours, minutes, seconds styling*/
    .flipTimebox .flip-clock-divider .flip-clock-label {
        font-size: 1.2em;
        /*font-weight: bold;*/
        text-transform: uppercase;
        font-family: MyriadPro-Regular;
    }

    .flipTimebox .flip-clock-wrapper ul li a div.up:after {
        /*background-color: rgba(128, 128, 128, 0.5);*/
    }

    .flipTimebox .flip-clock-wrapper .flip-clock-meridium a {
        color: #fff;
        background-color: #333333;
        border-radius: 6px;
    }

.flipclock1message,
.flipclock2message,
.flipclock3message,
.flipclock4message,
.flipclock5message,
.flipclock6message,
.flipclock14message {
    padding-left: 15px;
    color: #ff0000;
}

.darkbgFlip .flip-clock-divider .flip-clock-label {
    color: #fff;
}

.flipTimebox .orangetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #fb9902;
}

.flipTimebox .orangetheme .flip-clock-dot {
    background-color: #fb9902;
    box-shadow: none;
}

.flipTimebox .orangetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #fb9902;
    border-radius: 6px;
}

.flipTimebox .orangetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .darkorangetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #fd5308;
}

.flipTimebox .darkorangetheme .flip-clock-dot {
    background-color: #fd5308;
    box-shadow: none;
}

.flipTimebox .darkorangetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #fd5308;
    border-radius: 15px;
}

.flipTimebox .darkorangetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .bluetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #0147fe;
}

.flipTimebox .bluetheme .flip-clock-dot {
    background-color: #0147fe;
    box-shadow: none;
}

.flipTimebox .bluetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #0147fe;
    border-radius: 15px;
}

.flipTimebox .bluetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .greentheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #23a929;
}

.flipTimebox .greentheme .flip-clock-dot {
    background-color: #23a929;
    box-shadow: none;
}

.flipTimebox .greentheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #23a929;
    border-radius: 15px;
}

.flipTimebox .greentheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .redtheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #d81e1e;
}

.flipTimebox .redtheme .flip-clock-dot {
    background-color: #d81e1e;
    box-shadow: none;
}

.flipTimebox .redtheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #d81e1e;
    border-radius: 15px;
}

.flipTimebox .redtheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .pinktheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #8501ad;
}

.flipTimebox .pinktheme .flip-clock-dot {
    background-color: #8501ad;
    box-shadow: none;
}

.flipTimebox .pinktheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #8501ad;
    border-radius: 15px;
}

.flipTimebox .pinktheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .purpletheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #a7194b;
}

.flipTimebox .purpletheme .flip-clock-dot {
    background-color: #a7194b;
    box-shadow: none;
}

.flipTimebox .purpletheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #a7194b;
    border-radius: 15px;
}

.flipTimebox .purpletheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .coffeetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #7b5a26;
}

.flipTimebox .coffeetheme .flip-clock-dot {
    background-color: #7b5a26;
}

.flipTimebox .coffeetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #7b5a26;
    border-radius: 15px;
}

.flipTimebox .coffeetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .gradienttheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
}

.flipTimebox .gradienttheme .flip-clock-dot {
    box-shadow: none;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
}

.flipTimebox .gradienttheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    border-radius: 15px;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
}

.flipTimebox .gradienttheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .gradienttheme2.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
}

.flipTimebox .gradienttheme2 .flip-clock-dot {
    box-shadow: none;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
}

.flipTimebox .gradienttheme2.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    border-radius: 15px;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
}

.flipTimebox .gradienttheme2.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
}

.flipTimebox .whitetheme.flip-clock-wrapper ul li a div div.inn {
    color: #0147fe;
    background-color: #fff;
}

.flipTimebox .whitetheme .flip-clock-dot {
    background-color: #fff;
    box-shadow: none;
}

.flipTimebox .whitetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #0147fe;
    background-color: #fff;
    border-radius: 15px;
}

.flipTimebox .whitetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(128, 128, 128, 0.5);
}

.viewQuote {
    background: #90BE47;
    border-radius: 10px;
    padding: 0 7px;
    margin: 2px 5px 0 0;
}

.bookWithCount {
    background-image: url(images/book.svg);
    width: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    text-align: center;
    margin: -9px 0 0 0;
    display: inline-block !important;
}

    .bookWithCount span {
        width: 22px;
        height: 22px;
        background: #fff;
        color: #000;
        border-radius: 20px;
        text-align: center;
        line-height: 23px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin: 14px 0 0 2px;
    }

.quoteAmount {
    color: #90BE47 !important;
    margin: 3px 0 0 5px;
    font-size: 17px !important;
}

.quoteModule .modal-dialog {
    width: 400px;
}

.bookWithTitle {
    display: flex;
    width: 100%;
    align-items: center;
}

.bookDivQuote {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

    .bookDivQuote img {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

.bookTileQuote {
    float: left;
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
}

    .bookTileQuote p {
        font-size: 17px;
        margin: 0;
        font-family: 'MyriadPro-regular';
    }

    .bookTileQuote strong {
        font-family: 'MyriadPro-Bold';
    }

.clickAddQuote {
    text-align: center;
    font-size: 22px;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 9;
    font-family: 'MyriadPro-Bold';
    color: #000;
    font-weight: normal !important;
}

    .clickAddQuote strong {
        font-family: 'MyriadPro-BoldCond';
    }

.interactiveQuote {
    display: inline-block;
    width: 100%;
}

    .interactiveQuote a {
        width: 30.3%;
        float: left;
        margin: 0 1.5%;
        color: #fff;
        text-align: center;
        border-radius: 20px;
        padding: 5px 0;
        cursor: pointer;
        position: relative;
    }

    .interactiveQuote .purple:hover, .interactiveQuote .purple_series:hover {
        background: #fff;
        color: #6838b2;
    }

    .interactiveQuote .red:hover, .interactiveQuote .red_series:hover {
        background: #fff;
        color: #EC4034;
    }

    .interactiveQuote .green:hover, .interactiveQuote .green_series:hover {
        background: #fff;
        color: #65a86b;
    }

    .interactiveQuote a img {
        width: auto;
        height: 55px;
        margin: 5px 0;
    }

    .interactiveQuote a:hover, .interactiveQuote a:active {
        color: #fff;
        box-shadow: 0 1px 9px rgba(0,0,0,0.3);
    }

.red, .red_series {
    background: #EC4034;
}

.interactiveQuote a span {
    width: 100%;
    float: left;
}

.quoteDarkBg .modal-content {
    background: #57C8F4;
    color: #000;
}

.quoteAddedHeader {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
}

.buttonDiv {
    text-align: center;
}

    .buttonDiv a {
        background: #FDF22B;
        color: #000;
        padding: 3px 7px;
        font-weight: 600;
        border: 2px solid #000;
        border-radius: 10px;
        font-size: 15px;
        text-transform: uppercase;
    }

.quoteWithLogo {
    text-align: center;
}

    .quoteWithLogo img {
        width: 60%;
    }

#CreateQuote .quoteWithLogo img {
    width: 50%;
}

#CreateQuote1 .quoteWithLogo img {
    width: 50%;
}

.quoteSubHeader {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    font-family: 'MyriadPro-Cond';
}

.quoteSubFoot {
    text-align: center;
    font-size: 18px;
    font-family: 'MyriadPro-Cond';
}

    .quoteSubFoot strong {
        width: 100%;
        display: block;
        font-family: 'MyriadPro-BoldCond';
    }

.strong {
    font-weight: 700;
}

.createQuoteBG {
    background-image: url('images/teacherWithKids.jpg');
    padding-bottom: 200px;
    background-size: cover;
    text-align: center;
    position: relative;
    margin: 0 -15px;
}

    .createQuoteBG:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 120px;
        left: 0;
        background: rgb(101,200,243);
        background: linear-gradient(0deg, rgba(101,200,243,0) 0%, rgba(101,200,243,1) 92%);
    }

.expiredBg {
    background-image: url('images/classroom.png') !important;
    padding-bottom: 160px;
    background-position: bottom;
}

.createQuoteButtonDiv {
    position: relative;
}

#CreateQuote .modal-dialog {
    width: 500px;
}

#CreateQuote1 .modal-dialog {
    width: 500px;
}

.createQuoteFoot {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 0 0;
    font-family: 'MyriadPro-BoldCond';
}

.createQuoteButtonDiv a {
    background: #000;
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #90BE47;
    color: #fff;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 15px;
    font-family: 'MyriadPro-Regular';
}

    .createQuoteButtonDiv a:hover {
        color: #fff;
    }

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    /*max-width: 400px;*/
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    /* height: 100%; */
    overflow-y: auto;
    border-radius: 20px 0 0 20px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 20px;
}

.come-from-modal.right.fade .modal-dialog {
    right: -400px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.detailInfo {
    margin-bottom: 20px;
}

.infoInput input {
    border: none;
    outline: none;
    height: 24px;
    float: right;
    margin-bottom: 10px;
    width: 200px;
}

.infoInput label {
    font-size: 20px;
    font-family: 'MyriadPro-Cond';
    width: 130px;
    text-align: right;
    float: left;
}

.infoInput select {
    background: #fff;
    border: none;
    height: 24px !important;
    margin-bottom: 10px;
    width: 200px !important;
    outline: none;
    float: right;
}

.billingInfo {
    margin: 20px 0 0 0;
    display: inline-block;
}

    .billingInfo .infoInput {
        float: left;
        width: 50%;
    }

    .billingInfo label {
        width: 100%;
        text-align: left;
    }

.billtextarea {
    border: none;
    width: 100%;
    height: 65px;
}

#quoteExplain .modal-dialog {
    width: 480px;
}

#quoteExplain .modal-body {
    padding: 0;
}

.userInfo {
    padding: 10px;
    background: #65C8F3;
    display: inline-block;
    width: 100%;
}

.userInfoHalf {
    float: left;
    width: 50%;
}

.uiPerson {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    float: left;
    width: 100%;
    font-family: 'MyriadProLightCondensed';
    line-height: 25px;
}

    .uiPerson strong {
        font-family: 'MyriadPro-BoldCond';
    }

.pencil {
    background-image: url(images/pencil.svg);
    width: 15px;
    float: left;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer;
}

.quoteBtn {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
}

    .quoteBtn a:hover {
        color: #fff;
        background: #0e3456;
    }

    .quoteBtn a {
        background: #2B408E;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

.manageQuoteBtn {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
}

    .manageQuoteBtn a {
        background: #000;
        border: 2px solid #33AEEE;
        padding: 2px 5px 0;
        border-radius: 9px;
        color: #fff;
        font-family: 'MyriadPro-Bold';
        float: left;
    }

        .manageQuoteBtn a:hover, .manageQuoteBtn a:active {
            color: #fff;
            box-shadow: 0 1px 5px rgba(0,0,0,0.6);
        }

.quoteDiscription {
    text-align: center;
    padding: 15px;
}

    .quoteDiscription p {
        font-size: 16px;
        margin-bottom: 20px;
    }

.addQuote {
    background: #000;
    border: 2px solid #90BE47;
    padding: 2px 5px;
    border-radius: 9px;
    color: #fff;
    font-family: 'MyriadPro-Bold';
    text-decoration: none;
    font-size: 14px;
}

    .addQuote:hover, .addQuote:active {
        color: #fff;
        /* box-shadow: 0 1px 5px rgba(0,0,0,0.6);*/
    }

.quoteDiscription img {
    height: 28px;
}

#quoteListing .modal-dialog {
    width: 750px;
}

#quoteListing .modal-body {
    padding: 0;
}

.threeCol .userInfoHalf {
    width: 33.33%;
}

.quoteList {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 0 10px 20px 10px;
    font-family: 'MyriadPro-Cond';
    max-height: 470px;
    overflow: auto;
    margin: 10px 0;
}

.userInfoHalf .quoteList {
    font-size: 30px !important;
    font-family: 'MyriadPro-BoldCond' !important;
    padding: 0;
    margin: 20px 0 0 0;
}

.quoteCount {
    font-size: 20px;
    margin: 12px 0 0 0;
    font-family: 'MyriadPro-Cond';
}

.viewAll {
    float: left;
    width: 100%;
}

    .viewAll a {
        background: #000;
        border: 2px solid #33AEEE;
        padding: 3px 10px 0;
        border-radius: 9px;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        margin: 2px 0 0 0;
        display: inline-block;
        font-family: 'MyriadPro-Bold';
    }

        .viewAll a:hover, .viewAll a:active {
            color: #fff;
            /* box-shadow: 0 1px 5px rgba(0,0,0,0.6);*/
        }

.quoteList table th {
    padding: 10px 5px;
    font-weight: 500;
    border-right: 1px solid #707070;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    white-space: nowrap;
}

.quoteList table td {
    padding: 10px 5px;
    border-right: 1px solid #B6B7B9;
    font-size: 18px;
    font-family: 'MyriadProLightCondensed';
}

.quoteList table tr {
    box-shadow: 0px -3px 0px rgba(255,255,255,1);
}

.quoteList table th:last-child, .quoteList table td:last-child {
    border-right: none !important;
}

.quoteList table {
    width: 100%;
    text-align: center;
}

    .quoteList table thead {
        position: sticky;
        top: 0;
        background: #ffff;
        z-index: 99;
    }

span.status {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 10px;
}

.submitted td {
    background: #e7f3e7;
}

.normal td {
    background: #f1f1f1;
}

.footerButton {
    background: #000;
    border: 2px solid #33AEEE;
    padding: 3px 10px 0;
    border-radius: 9px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    margin: 2px 0 0 0;
    display: inline-block;
    font-family: 'MyriadPro-Bold';
    cursor: pointer;
}

    .footerButton:hover, .footerButton:active {
        color: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,0.6);
    }

#quoteDescription .modal-dialog {
    width: 520px;
}

#quoteDescription .modal-body {
    padding: 0;
}

.productListWrapper {
    padding: 15px;
    max-height: 35vh;
    overflow: auto;
    border-top: 3px solid #000;
}


.productList {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}

.productHalf {
    float: left;
    width: 55%;
    display: flex;
    align-items: center;
}

.productHalf2 {
    width: 45% !important;
}

.productImage img {
    width: 100%;
}

.productImage {
    float: left;
    width: 70px;
}

.productInfo {
    float: left;
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
}

.productHeader {
    font-size: 23px;
    margin: 5px 0 0 0;
    font-family: 'MyriadPro-Cond';
}

.productLabels {
    display: inline-block;
    width: 100%;
    margin: 5px 0 5px 0;
}

.productCode {
    font-size: 18px;
    font-family: 'MyriadProLightCondensed';
}

.productLabels label {
    font-family: 'MyriadPro-Cond';
    float: left;
    font-size: 16px;
    background: #DAE6C0;
    margin: 0 4px 0 0;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
}

    .productLabels label.active {
        background: #90BE47;
    }

.discountAmount {
    float: left;
    width: 70px;
    font-size: 24px;
    font-family: 'MyriadProLightCondensed';
    text-align: center;
}

    .discountAmount .price {
        float: left;
        width: 100%;
        color: red;
        text-decoration: line-through;
    }

.productCount {
    float: left;
    margin: 0 10px;
    font-size: 18px;
    border: 1px solid #000;
    padding: 0px 0px;
    border-radius: 5px;
    line-height: 23px;
    color: #000;
    font-family: 'MyriadProLightCondensed';
    width: 30px;
    text-align: center;
}

.totalAmount {
    float: left;
    width: 33%;
    font-size: 21px;
    font-family: 'MyriadProLightCondensed';
    color: #000;
}

.proListClose {
    z-index: 99;
    background: url(images/x.svg) !important;
    border: none !important;
    width: 20px;
    height: 20px;
    outline: none;
    opacity: 1 !important;
    background-repeat: no-repeat !important;
}

.productList:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.infoInput {
    font-family: 'MyriadPro-Regular';
    padding-right: 20px;
}

.bottomDiscount {
    background: #F1F1F2;
    padding: 5px 15px 10px;
}

.yourDiscount {
    display: flex;
    width: auto;
    align-items: center;
    border-bottom: 2px solid #fff;
}

.yourDiscountAmount {
    float: left;
    width: 80%;
    font-size: 22px;
    font-family: 'MyriadProLightCondensed';
}

.total {
    float: left;
    font-size: 22px;
    font-family: 'MyriadProLightCondensed';
}

.yourDiscount .discountAmount {
    text-align: center;
    width: 20%;
    line-height: 26px;
    margin-bottom: 10px;
}

span.discountNetPrice {
    font-family: 'MyriadPro-BoldCond';
}

.specialInstructions span {
    width: 100%;
    float: left;
    font-size: 22px;
    padding: 10px 0 5px 0;
    font-family: 'MyriadProLightCondensed';
}

.specialInstructions textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
}

.bottomDiscount .discountPrice {
    font-family: 'MyriadPro-BoldCond';
}

.quoteName {
    position: absolute;
    top: 0;
    left: 0;
    background: #2B408E;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 5px 30px;
    border-radius: 0 0 10px 0;
    z-index: 99;
    font-weight: 600;
}

    .quoteName span {
        font-weight: 400;
    }

.quoteDiscount {
    position: absolute;
    top: 0;
    right: 0;
    background: #2B408E;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px 5px 10px;
    border-radius: 0 0 0 10px;
    z-index: 99;
    font-weight: 600;
}

    .quoteDiscount span {
        font-weight: 400;
    }

.needHelp {
    background: #E61822;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-family: 'MyriadPro-Bold';
    cursor: pointer;
}

#needHelp .modal-content {
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 20px 0 0 0;
}

.contactImmideate {
    font-size: 20px;
    padding: 0 80px 0 0;
    font-family: 'MyriadPro-BoldCond';
    line-height: 23px;
}

.addComm span {
    font-family: 'MyriadPro-Cond';
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.addComm textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 70px !important;
}

#needHelp .modal-body {
    display: inline-block;
}

.con {
    font-family: 'MyriadPro-Cond';
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 10px 0 0 0;
}

a.submitBtn {
    float: right;
    background: #FDF22B;
    border: 2px solid #000;
    color: #000;
    padding: 5px 10px 0;
    text-transform: uppercase;
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}

#needHelp .modal-dialog {
    bottom: 0px;
    position: fixed;
    width: 370px;
    transform: translate(0,0);
}

.modal-dialog {
    transform: translate(0,0) !important;
}

body.modal-open {
    overflow: auto;
}

#quotation .modal-dialog {
    width: 50%;
    max-width: unset;
}

    #quotation .modal-dialog .modal-content {
        width: 100%;
        max-width: unset;
    }

.quoteTopBannerWrapper {
    background: #fff;
    background-image: url('images/banner.png');
    padding: 20px 20px 50px 20px;
    background-size: cover;
    background-position: center;
}

.quoteTopBanner {
    width: 70%;
    margin: 0 15%;
    display: inline-block;
}

.quoteTopBannerLogo {
    float: left;
    width: 20%;
}

.quoteTopBannerContant {
    float: left;
    width: 100%;
    padding: 0 30px;
}

    .quoteTopBannerContant h2 {
        margin: 0 0 0 0;
        font-size: 54px;
        font-family: 'MyriadPro-Bold';
        color: #fff;
        text-align: center;
        text-shadow: 0 7px 8px rgba(0,0,0,0.3);
    }

p.subHead {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-family: 'MyriadPro-BoldCond';
    color: #fff;
}

.subHead span {
    padding: 0 20px;
}

.steps {
    font-size: 18px;
    width: 350px;
    max-width: 350px;
    background: #f1f1f1;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0 7px 8px rgba(0,0,0,0.3);
    position: relative;
}

    .steps strong {
        background: #f1f1f1;
        font-family: 'MyriadPro-Bold';
        text-transform: uppercase;
        position: absolute;
        left: calc(50% - 57px);
        top: -25px;
        padding: 5px 20px 0 20px;
        border-radius: 15px;
        font-size: 25px;
    }

.step1 {
    background: #8DC250;
}

    .step1 strong {
        background: #8DC250;
    }

.step2 {
    background: #F75521;
    width: 250px;
}

    .step2 strong {
        background: #F75521;
    }

.step3 {
    background: #FAC021;
}

    .step3 strong {
        background: #FAC021;
    }

.quotationWrapper {
    padding: 40px 10px;
    font-family: 'MyriadPro-Cond';
    color: #000;
    font-size: 16px;
}

.quotationTop .quoteWithLogo {
    text-align: left;
    margin: 0 0 50px 0;
}

.address span {
    float: left;
    width: 100%;
    font-family: 'MyriadPro-BoldCond';
}

.address strong {
    float: left;
    width: 100%;
    font-family: 'MyriadPro-BoldCond';
}

.quotationHeader {
    font-family: 'MyriadPro-Bold';
    font-size: 40px;
    text-transform: uppercase;
}

table.quoteTable {
    margin: 0 auto;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.quoteTable th {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 300;
    border-right: 1px solid #fff;
    width: 50%;
    text-transform: uppercase;
}

    .quoteTable th:last-child {
        border-right: none;
    }

.quoteTable td {
    border-right: 1px solid #000;
}

    .quoteTable td:last-child {
        border-right: none;
    }

.marginTop60 {
    margin-top: 60px;
}

.quoteTableMain {
    width: 100%;
    margin: 40px 0 0 0;
}

    .quoteTableMain th {
        font-family: 'MyriadPro-BoldCond';
        padding-bottom: 20px;
    }

    .quoteTableMain td {
        border-bottom: 1px solid #000;
        padding: 5px 0;
    }

    .quoteTableMain tfoot td {
        border-bottom: none;
    }

        .quoteTableMain tfoot td strong {
            font-family: 'MyriadPro-BoldCond';
        }

.quotationTop .quoteWithLogo img {
    width: 80%;
}

strong.gt {
    background: #000;
    color: #fff;
    padding: 0 2px;
}

.quoteTableMain tfoot td:last-child {
    padding-right: 8px;
}

.no-cursor {
    cursor: not-allowed !important;
    background-color: dimgrey !important;
    color: #fff !important;
    opacity: 1;
}

.editBtn {
    background-image: url(images/pencil.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    cursor: pointer;
    float: left;
}

.sort {
    background-image: url(images/sorting.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 7px;
}

.copyBtn {
    background-image: url(images/copy.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    cursor: pointer;
    float: left;
}

.crossBtn {
    background-image: url(images/x.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
}

.amber {
    background: #FA9A15;
}

.notSubmitted td {
    background: #FEF0DA;
}

.main_tabs li:nth-child(5) {
    width: 21.66%;
}

.main_tabs li:last-child {
    float: right;
}

.main_tabs li:nth-child(6) {
    width: 11.66%;
}

#submit_quote {
    background: #FDF22B;
    color: #000;
    border: 2px solid #000;
}

#confirmQuote {
    background: #FDF22B;
    color: #000;
    border: 2px solid #000;
}

form#Titleinfo {
    margin: 0;
}

#quoteListing .footer, #quoteDescription .footer {
    background: #70c8f2;
}

.footer {
    background: transparent;
    padding: 10px 0;
}

#confirmDelete .clickAddQuote {
    font-size: 30px;
}

#confirmDelete .footerButton {
    font-size: 15px;
}

.totalSave {
    font-family: 'MyriadPro-BoldCond';
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.modalLoader {
    position: absolute;
    height: 102%;
    width: 102%;
    z-index: 999;
    background: url(images/loader2.gif) center center;
    background-repeat: no-repeat;
    background-size: 100px;
    opacity: 1;
    left: -1px;
    top: -1px;
    background-color: rgba(0,0,0,.4);
}

.hasDatepicker {
    background-image: url(images/cal.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 14px;
}

#ui-datepicker-div {
    width: 260px !important;
    background: #fff;
    box-shadow: 0 5px 12px 2px rgba(0,0,0,0.3);
}

.editBtn.no-cursor {
    background-color: transparent;
    opacity: 0.3;
}

.crossBtn.no-cursor {
    background-color: transparent;
    opacity: 0.3;
}

.blackHamburger.white .line {
    background-color: #fff;
}

#mobileMenu {
    float: right;
    margin: 15px 0 0 0;
    display: none;
}

#shareModal .citationpopup:hover {
    background: #fff;
    color: #41AD49 !important;
    outline: 1px solid #41AD49;
}

/***********************************new teacher view start******/

.newTopteacher {
    float: left;
    width: 100%;
    background: url(images/topBanner.jpg) center center;
    background-size: cover;
}

    .newTopteacher .mainLogo {
        margin: 10px 0 5px 0 !important;
        height: 90px;
    }

.profileWrapper {
    border: none;
    width: 300px !important;
    padding: 0px 0 0 15px;
    float: left;
}

a.topBtn {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 5px;
    height: auto;
    width: auto;
    margin: 15px 15px 0 0;
    display: inline-block;
}

    a.topBtn:hover, a.topBtn:active, a.topBtn:focus {
        color: #fff;
    }

.listGrid {
    float: left;
    width: 100%;
}

.listGridIcons {
    width: 170px;
    margin: 10px auto 10px;
    display: inline-block;
}

.viewBy {
    float: left;
    padding: 10px 0 0 0;
}

.explore {
    font-size: 19px;
    font-style: italic;
}

button.gridIcon {
    height: 45px;
    width: 45px;
    border-radius: 40px;
    background-image: url(images/grid.svg);
    background-repeat: no-repeat;
    border: none;
    background-color: #000;
    background-size: 60%;
    background-position: center;
}

button.listIcon {
    height: 45px;
    width: 45px;
    border-radius: 40px;
    background-image: url(images/list.svg);
    background-repeat: no-repeat;
    border: none;
    background-color: #000;
    background-size: 60%;
    background-position: center;
}

span.roundBtn {
    width: 50px;
    display: inline-block;
}

.roundBtn label {
    width: 100%;
    margin: 0;
}

.studentIcon .mark {
    background: transparent;
    font-size: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: 600;
}

h4.tvHead {
    padding: 0 0 0 20px;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    margin: 0;
    font-weight: 200;
}

.standardSearch {
    max-width: 750px;
    margin: 20px auto;
    position: relative;
}

    .standardSearch input[type="text"] {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #000;
        padding: 5px 60px 5px 20px;
        font-size: 19px;
    }

    .standardSearch button {
        background: #62AC6A;
        border: none;
        position: absolute;
        right: 0;
        height: 37px;
        top: 1px;
        right: 1px;
        border-radius: 0 8px 8px 0;
        padding: 0 15px;
    }

    .standardSearch .searchIcon {
        margin: 0;
        height: 25px;
        width: 25px;
    }

.withSearch a {
    margin-top: 0 !important;
    background: #000;
}

.withSearch span {
    color: #fff !important;
    width: 100%;
    float: left;
}

.profileWrapper .uiPerson {
    color: #fff;
}

.pencilWhite {
    background-image: url(images/pencil-white.svg);
    width: 15px;
    float: left;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
    display: inline-block;
}

.upTable tbody tr {
    border-bottom: 1px dotted #000;
}

    .upTable tbody tr:last-child {
        border-bottom: none;
    }

.upTable table th:first-child {
    width: 170px;
}

.changePass {
    float: left;
    width: 100%;
}

    .changePass .btnPink {
        float: left;
        margin: 30px 0 0 30px;
        font-weight: 100 !important;
        width: 120px;
        background: #F900FC;
        line-height: 22px;
    }

.withSearch .dropdown {
    float: right;
    margin-right: 20px;
    background: transparent;
    border: none;
    font-weight: normal;
    font-size: 12px !important;
}

.withSearch .dropdown-menu {
    right: -10px;
    left: auto;
    min-width: unset;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    padding: 4px;
    width: 80px;
}

.withSearch .dropdown button {
    background: #000;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    border: 1px solid #000;
}

.withSearch .dropdown-menu li a {
    text-align: center;
    height: auto;
    width: auto;
    border-radius: 0;
    margin: 0 auto;
    background: #fff;
    border: none;
    color: #000;
    padding: 8px 0;
}

    .withSearch .dropdown-menu li a:hover {
        background: #F900FC;
    }

.conWrapper {
    float: left;
    width: 80%;
}

.contactBanner {
    background-image: url(images/contactBanner.jpg);
    margin: 50px 0 0 0;
    float: left;
    width: 100%;
    background-size: cover;
    height: 390px;
}

    .contactBanner h2 {
        font-size: 50px;
        font-family: 'MyriadPro-Bold';
        margin: 160px 0 0 180px;
        color: #000;
    }

.conText {
    float: left;
    width: 100%;
    padding: 0 0 0 70px;
    color: #000;
}

    .conText h2 {
        font-family: 'MyriadPro-Bold';
    }

    .conText h5 {
        font-family: 'MyriadPro-Bold';
        font-size: 18px;
    }

    .conText span {
        font-size: 18px;
    }

.boxes {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin: 50px 0;
}

.email {
    background-image: url(images/email.jpg);
    background-size: cover;
    height: 255px;
}

.call {
    background-image: url(images/call.jpg);
    background-size: cover;
    height: 255px;
}

.mail {
    background-image: url(images/mail.jpg);
    background-size: cover;
    height: 255px;
}

.boxWrap {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
}

    .boxWrap.purple, .boxWrap.purple_series {
        background: #644995;
    }

    .boxWrap.greeen {
        background: #67ac6d;
    }

    .boxWrap.red, .boxWrap.red_series {
        background: #d56244;
    }

.box h2 {
    color: #fff;
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    margin: 20px 0 0 20px;
    float: left;
    font-size: 36px;
}

.boxWrap p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
}

    .boxWrap p strong {
        float: left;
        width: 100%;
        font-size: 22px;
        font-family: 'MyriadPro-Bold';
    }

.howTo {
    width: 300px;
    text-align: center;
    margin: 120px 0 0 240px;
}

    .howTo h4 {
        font-family: 'MyriadPro-Regular';
        font-weight: 100;
        font-size: 29px;
        margin-bottom: 20px;
    }

    .howTo .mainLogo {
        margin: 0 !important;
        height: 90px;
    }

h5.usingAdv {
    font-size: 24px;
    font-weight: 100;
    font-family: 'MyriadPro-Cond';
}

    h5.usingAdv strong {
        font-family: 'MyriadPro-BoldCond';
    }

.UAboxWrap {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 0;
}

    .UAboxWrap img {
        width: 100%;
    }

.lightGreen {
    background: #94CA7E;
}

.yellow {
    background: #FBCC21;
}

.lightRed {
    background: #E84C30;
}

.skin {
    background: #E8DCD3;
}

.lightBlue {
    background: #36BBC2;
}

.UAVideos h4 {
    text-align: center;
    font-family: 'MyriadPro-BoldCond';
    font-size: 24px;
    margin-bottom: 0;
}

.UAVideos p {
    text-align: center;
    font-family: 'MyriadPro-Cond';
    font-size: 18px;
}

    .UAVideos p strong {
        font-family: 'MyriadPro-BoldCond';
    }

.underline li a {
    text-decoration: underline !important;
    cursor: pointer
}

.fullSearchMobile {
    position: absolute;
    left: 0;
    top: -12px;
}

    .fullSearchMobile li {
        line-height: 55px;
    }

.dashboardTitle {
    text-align: center;
    font-family: 'MyriadPro-bold';
    font-size: 34px;
    margin: 20px 0 30px 0;
}

.dashWrap {
    width: calc(100% - 300px);
    padding-left: 30px;
}

.dashboardBox {
    width: 100%;
    height: 300px;
    background: #f1f1f1;
    margin-bottom: 30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.dashboardBanner {
    background: #F5A426;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    background-image: url('images/backToSchool.jpg');
    background-repeat: no-repeat;
}

.dashboardBannerText {
    width: 35%;
    color: #000;
    float: right;
}

    .dashboardBannerText h2 {
        font-family: 'MyriadPro-Bold';
        font-size: 35px;
    }

    .dashboardBannerText span {
        font-family: 'MyriadPro-Bold';
        font-size: 20px;
        line-height: 20px;
        padding: 0 20px 15px 0;
        float: left;
    }

    .dashboardBannerText p {
        font-family: MyriadPro-Regular;
        font-size: 18px;
        line-height: 20px;
        padding: 0 20px 15px 0;
        float: left;
    }

    .dashboardBannerText a {
        color: #fff;
        background: #33A8F1;
        border: 1px solid #fff;
        padding: 8px 10px 4px;
        font-family: 'MyriadPro-Bold';
        font-size: 20px;
        border-radius: 10px;
    }

.mRes {
    font-size: 24px;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-family: 'MyriadPro-Bold';
    color: #fff;
}

    .mRes font {
        font-size: 40px;
        font-family: 'MyriadPro-Regular';
    }

span.totUs {
    background: #FDF22B;
    color: #25265A;
    padding: 15px 0 5px;
    margin: 80px 0 0 0;
    float: left;
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    width: 140px;
    text-align: center;
    line-height: 30px;
}

span.prodev {
    background: #F3455C;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 40px 5px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'MyriadPro-Bold';
}

.totCount {
    float: left;
    position: absolute;
    bottom: 0;
    color: red;
}

input#confirmEmailID {
    width: 280px;
}

.learnMore, .learnMore_series {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

    .learnMore a, .learnMore_series a {
        background: #FDF22B;
        color: #000;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 0px 10px;
        font-size: 14px;
        cursor: pointer;
    }

        .learnMore a:hover, .learnMore_series a:hover {
            background: #000;
            color: #FDF22B;
        }

.learnMoreDisc, .learnMoreDisc_series {
    position: absolute;
    top: 0;
    background: #fff;
    /* height: 100%;*/
    border-radius: 20px;
    z-index: 999;
    padding: 40px 20px 20px 20px;
    width: 100%;
    display: none;
}

    .learnMoreDisc h3, .learnMoreDisc_series h3 {
        margin: 0 0 15px 0;
        font-size: 17px;
        float: left;
        padding: 3px 6px;
        border-radius: 10px;
        color: #fff;
    }

    .learnMoreDisc p.border-bottom, .learnMoreDisc_series p.border-bottom {
        border-bottom: 1px solid #000;
    }

    .learnMoreDisc p, .learnMoreDisc_series p {
        margin-bottom: 20px;
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

        .learnMoreDisc p.last-child, .learnMoreDisc_series p.last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

.redHead {
    background: #EC4034;
}

.purpleHead {
    background: #6838b2;
}

.greenHead {
    background: #65a86b;
}

.intHard {
    background-image: url('images/intHard.png');
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.interactiveQuote .purple:hover .intHard, .interactiveQuote .purple_series:hover .intHard {
    background-image: url('images/intHardHover.png');
}

.inteBook {
    background-image: url('images/inteBook.png');
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.interactiveQuote .red:hover .inteBook, .interactiveQuote .red_series:hover .inteBook {
    background-image: url('images/inteBookHover.png');
}

.intCombo {
    background-image: url('images/intCombo.png');
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.interactiveQuote .green:hover .intCombo, .interactiveQuote .green_series:hover .intCombo {
    background-image: url('images/intComboHover.png');
}

.previous {
    background-image: url(images/x.svg);
    width: 22px;
    height: 22px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.interactiveQuote .purple.no-cursor:hover .intHard, .interactiveQuote .purple_series.no-cursor:hover .intHard {
    background-image: url('images/intHard.png');
}

.interactiveQuote .red.no-cursor:hover .inteBook, .interactiveQuote .red_series.no-cursor:hover .inteBook {
    background-image: url('images/inteBook.png');
}

.interactiveQuote .green.no-cursor:hover .intCombo, .interactiveQuote .green_series.no-cursor:hover .intCombo {
    background-image: url('images/intCombo.png');
}

.aboveQuoteAmount span {
    width: 30.3%;
    float: left;
    margin: 0 1.5%;
    color: red;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 18px;
}

.aboveQuoteText span {
    width: 30.3%;
    float: left;
    margin: 0 1.5%;
    color: black;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 18px;
}

.shipToLabel {
    font-size: 17px !important;
    padding: 10px 0 0 0;
}

    .shipToLabel input.clsSameAsBill {
        float: left;
        margin: 0px 5px 0 0;
        width: auto;
    }

#bookFutureActive .modal-content {
    padding: 30px 0;
    text-align: center;
}

span.notAvailable {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background: red;
    border: 2px solid #a90303;
    color: #fff;
}

.BookSeries_PlaceHolder {
    width: 200px;
    text-align: center;
    height: 100%;
    display: grid;
    align-items: center;
    color: #fff;
    background: #1c1c1c;
}

.comeSoon {
    background: #fff;
    color: #000 !important;
    height: 120px;
    border: 1px solid #000;
}

    .comeSoon p {
        margin: 5px 0 0 0;
        text-transform: uppercase;
        font-family: 'MyriadPro-Bold';
    }

span.CSIH {
    height: 65px;
    padding: 15px 10px 0 10px;
}

.comeSoon span {
    font-size: 13px;
}

#orderRequest .modal-body {
    text-align: center;
}
/***********************************new teacher view end******/
/*****Media Query Start******/
@media screen and (max-width:1759px) {
    .da-thumbs .da-slide {
        height: 210px
    }

        .da-thumbs .da-slide a.link, .da-thumbs .da-slide a.link img {
            height: 180px
        }
}

@media screen and (max-width:1605px) {
    .da-thumbs .da-slide {
        height: 210px
    }

    .quoteTopBanner {
        width: 80%;
        margin: 0 10%;
    }

    .da-thumbs .da-slide a.link, .da-thumbs .da-slide a.link img {
        height: 175px
    }

    .main_tabs li:nth-child(5) {
        width: 21.66%;
    }

    .main_tabs li:nth-child(6) {
        width: 11.66%;
    }

    .steps {
        font-size: 15px;
    }
}

@media screen and (max-width:1440px) {
    .da-thumbs .da-slide {
        height: 210px
    }

    .quoteTopBanner {
        width: 100%;
        margin: 0 0;
    }

    .item img {
        width: auto
    }

    .bannerContent img {
        height: 200px !important
    }

    .gradesList li {
        width: auto;
        margin: 0 5px
    }

    div#BannersListing {
        min-height: 170px
    }

    .searchIcon, .advSearchIcon, .spotIcon, .helpIcon {
        margin: 0 5px 0 0;
    }

    .main_tabs li a {
        font-size: 16px;
    }

    .searchIcon {
        width: 25px;
        height: 25px;
    }

    .advSearchIcon {
        width: 23px;
        height: 24px;
    }

    .spotIcon {
        width: 26px;
        height: 22px;
    }

    .helpIcon {
        width: 26px;
        height: 25px;
    }

    .main_tabs {
        display: flex;
        align-items: center;
    }

    .viewQuote {
        padding: 0 3px;
    }

    .bookWithCount {
        width: 25px;
        height: 37px;
    }

        .bookWithCount span {
            width: 17px;
            height: 17px;
            line-height: 17px;
            margin: 12px 0 0 4px;
        }

    .main_tabs {
        margin-top: 11px;
    }

    .quoteAmount {
        margin: 0px 0 0 5px;
        font-size: 15px !important;
    }

    .viewQuote {
        margin: 0px 5px 0 0;
    }
}

@media screen and (max-width:1199px) {
    .gradesList li {
        margin-right: 10px;
        width: auto
    }

    /*div#BannersListing {
        height: 200px;
        background-color: #fff;
    }*/
    .steps {
        width: 100%;
    }

    .step2 {
        width: 100%;
    }

    .item #myVideo {
        width: auto;
        height: 100%
    }

    .carousel-fade .carousel-inner .item {
        height: 100%
    }

    .atosSearch {
        margin: 15px 0 0 10px
    }

    .mainLogo {
        width: calc(100% - 65px);
        height: auto;
        margin: 10px 0 0 20px;
    }

    .quoteTopBanner {
        width: 100%;
        margin: 0 0;
    }

    .main_tabs li a {
        font-size: 14px;
    }
}

@media only screen and (max-width:1280px) and (min-width:1171px) {
    .background-img:after {
        height: 100%
    }

    .background-img img {
        width: 120%
    }

    .book-disc {
        height: auto
    }

    .main_tabs li {
        padding: 0 5px
    }

        .main_tabs li a {
            font-size: 14px !important
        }

    .searchIcon {
        width: 25px;
        height: 25px;
    }

    .advSearchIcon {
        width: 23px;
        height: 24px;
    }

    .spotIcon {
        width: 26px;
        height: 22px;
    }

    .helpIcon {
        width: 26px;
        height: 25px;
    }

    .main_tabs {
        display: flex;
        align-items: center;
    }

    .viewQuote {
        padding: 0 3px;
    }

    .bookWithCount {
        width: 25px;
        height: 37px;
    }

        .bookWithCount span {
            width: 17px;
            height: 17px;
            line-height: 17px;
            margin: 12px 0 0 4px;
        }

    .main_tabs {
        margin-top: 11px;
    }
}

@media only screen and (max-width:1170px) and (min-width:1025px) {
    .background-img:after {
        height: 100%
    }

    .background-img img {
        width: 120%
    }

    .book-disc {
        height: auto
    }

    .main_tabs li {
        padding: 0 5px
    }

        .main_tabs li a {
            font-size: 14px !important
        }
}

@media only screen and (max-width:1024px) and (min-width:991px) {
    .da-thumbs li {
        height: 260px
    }

    .da-thumbs .da-slide {
        height: 290px
    }

    .search_button span {
        display: none
    }

    .main_tabs li {
        padding: 0 5px
    }

        .main_tabs li a {
            font-size: 14px !important
        }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .main-outer, .slimScrollDiv {
        max-width: 100%
    }

    .main-outer {
        padding: 24px 0 0 0
    }

    .da-thumbs li {
        width: 30.5%;
        margin: 17px 4%;
        height: 201px
    }

        .da-thumbs li:nth-child(n) {
            margin-left: 0;
            margin-right: 4%
        }


        .da-thumbs li:nth-child(3n) {
            margin-right: 0
        }

    .chetas-world {
        background-size: cover !important
    }

    .slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        width: 30px;
        background-size: 80%;
        z-index: 9
    }

    .background-img:after {
        height: 25%;
        bottom: inherit;
        top: 0
    }

    .book-disc {
        height: auto
    }

    .tab_inner_container {
        width: 100%
    }

    .da-thumbs .da-slide {
        height: 212px
    }

        .da-thumbs .da-slide a.link, .da-thumbs .da-slide a.link img {
            height: 180px
        }

    .search_button span {
        display: none
    }

    .slick-prev {
        left: -30px
    }
}

@media screen and (max-width:1024px) {
    .background-img video {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }

    .mainLogo {
        width: calc(100% - 45px);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px !important
    }

    .pageHead br {
        display: none;
    }

    .flip-clock-divider {
        width: 20px;
    }
}

@media screen and (max-width:991px) {
    .sameHeightDiv {
        display: block
    }

    .advSearchDivInput {
        font-size: 20px;
    }

    .main_tab_container {
        display: block;
    }

    .advSearchDiv {
        float: left;
    }

    .searchBarLogo {
        display: none;
    }

    .quoteTopBannerContant h2 {
        font-size: 44px;
    }

    p.subHead {
        font-size: 18px;
    }

    .mainLogo {
        width: calc(100% - 25px);
    }

    .serchLeft {
        width: 100%;
        border-bottom: 2px solid #fff
    }

    .serchRight {
        border-left: none;
        padding-bottom: 20px
    }

    .serchLeft .row {
        margin: 0
    }

    .gradesHeader {
        padding: 0 10px 0 5px
    }

    .subjectHeader {
        padding: 8px 10px 10px 5px
    }

    .quoteTopBannerWrapper {
        padding: 45px 35px;
    }

    .main_tabs {
        margin-top: 0;
        display: none;
        width: 200px !important;
        display: none;
        background: #000;
        border: 2px solid #fff;
        z-index: 999;
        right: 0;
        top: 55px;
    }

        .main_tabs li {
            padding: 15px 10px;
            width: 100%;
            border-bottom: 1px solid #5e5e5e;
        }

    a.resetSearchMain {
        border-radius: 4px;
        padding: 3px 0px;
        width: 50px !important;
        line-height: 12px;
        font-size: 13px !important;
        margin: 0;
    }

    #mobileMenu {
        display: block !important;
        z-index: 999;
    }

    .fullSearch.singleSearch {
        position: absolute;
    }

    .main_tabs li:nth-child(5) {
        width: 100%;
    }

    .main_tabs li:nth-child(6) {
        width: 100%;
    }

    .underline li {
        border-bottom: none;
    }

        .underline li:last-child {
            border-bottom: none;
        }

    .underline {
        padding: 0;
    }

        .underline li {
            padding-left: 40px !important;
        }

            .underline li a {
                font-size: 12px !important;
            }

    .fullSearchMobile {
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: auto;
        width: calc(100% + 20px);
        background: #3e3d3d;
        margin: 10px 0px -20px -10px;
    }

        .fullSearchMobile li {
            line-height: 15px;
        }

    .subContainer {
        position: relative;
        float: left;
    }
}

@media screen and (max-width:768px) {
    .border_left {
        border-top: 2px solid #fff;
        border-left: none;
        padding: 10px 0
    }

    .nav > li > a {
        padding: 0 5px
    }

    .mainLogo {
        width: calc(100% - 5px);
    }
}

@media screen and (max-width:767px) {
    .main_tab_container {
        min-height: 60px
    }

    .row.paddingNone {
        display: inline-block;
    }

    #SubscriptionTypeList {
        height: auto;
    }

    .subsType {
        width: 100%;
    }

    .gradeSub {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff
    }

    .gradesHeader {
        margin: 0 0 0 0
    }

    .subjectHeader {
        margin: 0 0 0 0
    }

    .subsType {
        padding-left: 20px
    }

    .searchBarLogo {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff
    }

    .serchBarHuge {
        width: 100%
    }

    .flipTimebox .flip-clock-wrapper ul {
        height: 50px;
        line-height: 50px;
    }

        .flipTimebox .flip-clock-wrapper ul li {
            line-height: 50px;
        }

            .flipTimebox .flip-clock-wrapper ul li a div.up:after {
                top: 24px;
            }

    .flipTimebox .flip-clock-divider {
        height: 50px;
    }

    .flipTimebox .flip-clock-dot {
        height: 6px;
        width: 6px;
        left: 7px;
    }

        .flipTimebox .flip-clock-dot.top {
            top: 17px;
        }

        .flipTimebox .flip-clock-dot.bottom {
            bottom: 8px;
        }

    .flipTimebox .flip-clock-divider.days .flip-clock-label {
        right: -58px;
    }

    .flipTimebox .flip-clock-divider.hours .flip-clock-label {
        right: -62px;
    }

    .flipTimebox .flip-clock-divider.minutes .flip-clock-label {
        right: -68px;
    }

    .flipTimebox .flip-clock-divider.seconds .flip-clock-label {
        right: -69px;
    }

    .flipTimebox .flip-clock-wrapper ul {
        width: 37px;
        margin: 2px;
    }

        .flipTimebox .flip-clock-wrapper ul li a div div.inn {
            font-size: 38px;
        }

    .flipTimebox .flip-clock-meridium {
        font-size: 20px !important;
    }

    div#BannersListing {
        height: auto;
    }

    .quoteTopBannerWrapper {
        padding: 15px 15px 0 15px;
    }

    .quoteTopBanner {
        width: 100%;
        margin: 0 0;
    }

    .quoteTopBannerLogo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .quoteTopBannerLogo img {
            width: 70%;
            max-width: 240px;
        }

    .quoteTopBannerContant {
        width: 100%;
        padding: 0 0px;
    }

        .quoteTopBannerContant h2 {
            font-size: 30px;
        }

    p.subHead {
        font-size: 22px;
        float: left;
        margin: 0 0 40px 0;
    }

    .subHead span {
        float: left;
        width: 100%;
    }

    .steps {
        margin-bottom: 50px;
        text-align: center;
    }

    .main-outer {
        padding: 44px 15px 0 15px;
    }

    h1.intBook {
        margin: 0 0 10px 0;
        font-size: 28px;
    }

    h1.titlePreview {
        margin: 0 0 20px 0;
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) and (min-width:641px) {
    .da-thumbs li {
        width: 48.5%;
        margin: 17px 3%
    }

        .da-thumbs li:nth-child(2n) {
            margin-right: 0
        }

        .da-thumbs li:nth-child(1n) {
            margin-left: 0
        }

    .chetas-world {
        background-size: cover !important
    }

    .slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        width: 70px;
        background-size: 60%
    }

    .search_button span {
        display: none
    }
}

@media only screen and (max-width:767px) and (min-width:240px) {
    .main-outer, .slimScrollDiv {
        max-width: 100%
    }

    .tumbnail-outer {
        padding: 0 10px
    }

    .brand-name img {
        max-width: 100%
    }

    .mainLogo {
        max-width: 200px;
        margin: 10px auto;
        display: block
    }

    .main_tab_container {
        display: block
    }

    .da-thumbs li {
        width: 100%;
        margin: 17px 0 17px 0;
        height: auto
    }

    .chetas-world {
        background-size: cover !important
    }

    .slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        width: 40px;
        background-size: 60%;
        z-index: 9
    }

    .background-img:after {
        height: 100%
    }

    .background-img img {
        width: 120%
    }

    .tab_inner_container {
        width: 100%
    }

    .search_button span {
        display: none
    }

    .links ul li a {
        width: 100%
    }

    .nav-tabs > li > a {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) and (min-width:320px) {
    .nav > li {
        width: 100%
    }

    .border_left {
        border-top: 2px solid #fff;
        padding-top: 5px !important;
        border-left: none
    }

    .lesson_box {
        margin: 0
    }

    .left_discription {
        margin-bottom: 30px !important
    }

    .page-title {
        font-size: 40px;
        line-height: 42px
    }

    .page-small-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 568px) {
    .flipTimebox .flip-clock-wrapper ul {
        margin: 2px;
    }

    .quoteModule .modal-dialog {
        width: 90%;
        max-width: 400px;
    }

    .flipTimebox .flip-clock-divider {
        width: 5px;
    }

    .flipTimebox .flip-clock-dot {
        height: 5px;
        width: 5px;
        left: 0;
    }

    .flipTimebox .flip-clock-divider.days .flip-clock-label {
        right: -58px;
    }

    .flipTimebox .flip-clock-divider.hours .flip-clock-label {
        right: -62px;
    }

    .flipTimebox .flip-clock-divider.minutes .flip-clock-label {
        right: -68px;
    }

    .flipTimebox .flip-clock-divider.seconds .flip-clock-label {
        right: -69px;
    }

    .flipTimebox .flip-clock-meridium {
        font-size: 18px !important;
    }

    #CreateQuote1 .modal-dialog {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .flipTimemodulesboxes {
        padding: 0;
    }

    .advSearchDiv {
        height: 56vh;
        overflow: auto;
    }

    .openInner {
        float: left;
        margin: 0 0 10px 0;
    }

    .subjectInfo {
        display: inline;
    }

    .productList {
        display: inline-block;
    }

    .productHalf {
        width: 100%;
        display: inline-block;
    }

    .productHalf2 {
        width: 100% !important;
        display: flex;
    }

    .proListClose {
        position: absolute;
        right: 0;
    }

    #verifyInfo .modal-dialog {
        width: 100%;
    }

    .createQuoteBG {
        padding-bottom: 70px;
    }

    .advSearchDivInput {
        font-size: 16px;
    }

    .subjectDetail {
        width: 100%;
        padding: 10px 0 10px 0px;
    }

    .modLogo {
        text-align: left;
        height: auto;
        margin: 20px 0 10px 0;
    }

        .modLogo img {
            width: 90%;
            margin: unset;
            float: left;
        }

    .fullSearch input {
        width: 80%;
        font-size: 16px;
    }

    .fullSearch.singleSearch {
        height: 52px;
    }

    .magIcon {
        width: 25px;
        height: 25px;
        margin: 15px 0px 0 10px;
    }

    .flipTimebox .flip-clock-divider .flip-clock-label {
        font-size: 1em;
    }

    .flipTimebox .flip-clock-divider.days .flip-clock-label {
        right: -33px;
    }

    .flipTimebox .flip-clock-divider.hours .flip-clock-label {
        right: -37px;
    }

    .flipTimebox .flip-clock-divider.minutes .flip-clock-label {
        right: -43px;
    }

    .flipTimebox .flip-clock-divider.seconds .flip-clock-label {
        right: -45px;
    }

    .flipTimebox .flip-clock-wrapper ul li a div div.inn {
        font-size: 28px;
    }

    .flipTimebox .flip-clock-meridium {
        font-size: 14px !important;
    }

    .flipTimebox .flip-clock-wrapper ul.flip {
        width: 27px;
        background-color: transparent;
        box-shadow: none;
        margin-left: -8px;
    }

    .flipTimebox .flip-clock-wrapper ul li {
        width: 30px;
    }

    .flipTimebox .flip-clock-dot {
        margin-left: -10px;
    }

    .flipTimebox {
        margin: 50px 0 100px 20px;
    }

    #needHelp .modal-dialog {
        width: 100%;
    }

    .viewQuote {
        background: #90BE47;
        border-radius: 6px;
        padding: 3px 7px !important;
        margin: 2px 5px 0 0;
        width: 50px;
        line-height: 12px;
        text-align: center;
        font-size: 13px !important;
    }

    .bookWithCount {
        margin: -2px 0 0 0;
    }

    .quoteAmount {
        margin: 6px 0 0 5px;
        font-size: 14px !important;
    }

    #quoteExplain .modal-dialog {
        width: 100%;
    }

    #quoteDescription .modal-dialog {
        width: 100%;
        height: 100vh;
        overflow: auto;
    }

    #CreateQuote .modal-dialog {
        width: 90%;
    }

    #quoteListing .modal-dialog {
        width: 100%;
    }

    #addToQuote .modal-dialog {
        width: 90%;
    }

    .userInfoHalf {
        width: 100%;
    }

    .uiPerson {
        margin-bottom: 10px;
    }

    .threeCol .userInfoHalf {
        width: 100%;
    }

    .userInfoHalf .quoteList {
        margin: 20px 0 0 20px;
        text-align: left;
    }

    .threeCol .userInfoHalf {
        text-align: left;
    }

    .quoteCount {
        margin: 12px 0 0 20px;
    }

    .viewAll {
        text-align: left !important;
        margin-left: 20px;
    }

    .flex {
        display: inline-block;
    }

    .gradesList {
        margin: 0 0 10px 0;
    }

    .subjectList {
        margin: 0 0 10px 0;
    }

    .subsType {
        padding-bottom: 0;
        border-left: none;
    }
}

@media screen and (max-width: 420px) {
    .infoInput {
        padding-right: 10px;
        padding-left: 10px;
    }

        .infoInput label {
            width: 100%;
            text-align: left;
        }

        .infoInput input {
            width: 100%;
        }

        .infoInput select {
            width: 100% !important;
        }
}

@media screen and (max-width: 360px) {
    .flipTimebox .flip-clock-divider .flip-clock-label {
        font-size: 1em;
        width: 3px;
    }

    .flipTimebox .flip-clock-divider.days .flip-clock-label {
        right: -1px;
    }

    .flipTimebox .flip-clock-divider.hours .flip-clock-label {
        right: 2px;
    }

    .flipTimebox .flip-clock-divider.minutes .flip-clock-label {
        right: 6px;
    }

    .flipTimebox .flip-clock-divider.seconds .flip-clock-label {
        right: 9px;
    }

    .flipTimebox .flip-clock-wrapper ul.flip {
        width: 25px;
        margin-left: -14px;
    }

    .flipTimebox .flip-clock-wrapper {
        padding-left: 5px;
    }

        .flipTimebox .flip-clock-wrapper ul li {
            width: 25px;
        }

    .flipTimebox .flip-clock-dot {
        margin-left: -16px;
    }

    .flipTimebox {
        margin: 50px 0 100px 20px;
    }
}

@media screen and (max-width: 320px) {
    .flipTimebox .flip-clock-wrapper {
        padding-left: 5px;
    }

        .flipTimebox .flip-clock-wrapper ul.flip {
            width: 22px;
            margin-left: -16px;
        }

        .flipTimebox .flip-clock-wrapper ul li {
            width: 22px;
        }

    .flipTimebox .flip-clock-dot {
        margin-left: -18px;
    }

    .flipTimebox .flip-clock-divider.days .flip-clock-label {
        right: 3px;
    }

    .flipTimebox .flip-clock-divider.hours .flip-clock-label {
        right: 6px;
    }

    .flipTimebox .flip-clock-divider.minutes .flip-clock-label {
        right: 11px;
    }

    .flipTimebox .flip-clock-divider.seconds .flip-clock-label {
        right: 14px;
    }
}




#renewSubscription .mainHeading span {
    font-size: 60px;
    font-family: 'MyriadPro-regular';
}

#renewSubscription .renewalDate {
    font-size: 40px;
    padding: 5px 0;
}



#renewSubscription .mainContainer {
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
    font-family: 'MyriadPro-Regular';
    color: #000;
}

#renewSubscription .mainLogo {
    max-width: 300px;
    margin: 30px auto;
    height: auto;
}

#renewSubscription .mainImage {
    max-width: 800px;
    margin: 50px auto 0;
}

#renewSubscription .requestRenewal {
    background: #FF8C00;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px 4px;
    margin: 10px 0 10px 0;
    display: inline-block;
    font-size: 36px;
    border-radius: 10px;
}

    #renewSubscription .requestRenewal:hover {
        background: #f1f1f1;
        color: #FF8C00;
    }

#renewSubscription .bonusContainer ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}

    #renewSubscription .bonusContainer ul li {
        float: left;
        width: 33.33%;
        font-size: 28px;
        align-items: center;
        display: flex;
    }

        #renewSubscription .bonusContainer ul li p {
            padding: 20px 40px 10px;
            line-height: 27px;
        }

        #renewSubscription .bonusContainer ul li:first-child {
            background: #80DBE1;
        }

        #renewSubscription .bonusContainer ul li:nth-child(2) {
            background: #FFDC80;
        }

        #renewSubscription .bonusContainer ul li:last-child {
            background: #F3A3AB;
        }

#renewSubscription .con {
    font-size: 28px;
}

#renewSubscription .footerContent {
    padding: 70px 0 0 0;
    float: left;
    width: 100%;
}

p.conSub {
    font-size: 27px;
}

.conSub a {
    color: #000;
}

    .conSub a:hover {
        color: #000;
        text-decoration: underline !important;
    }

#renewSubscription .bonusContainer ul li strong {
    font-family: 'MyriadPro-bold';
}

#renewSubscription .social {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    list-style: none;
    padding: 0;
}

    #renewSubscription .social li a img {
        width: 30px;
    }

    #renewSubscription .social li {
        float: left;
        width: 20%;
    }

        #renewSubscription .social li a {
            width: 30px;
            display: inline-block;
        }

#renewSubscription .lightboxINc {
    font-size: 13px;
    margin: 10px 0 0 0;
}

#renewSubscription .ph {
    font-size: 20px;
    margin: 0 0 20px 0;
}

#renewSubscription .managePreference {
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    display: inline-block;
}

#renewSubscription .borderRight {
    border-right: 1px solid #000;
}


@media screen and (max-width:767px) {
    #renewSubscription .bonusContainer ul {
        display: block;
    }

        #renewSubscription .bonusContainer ul li {
            width: 100%;
        }

            #renewSubscription .bonusContainer ul li p {
                padding: 40px 40px;
            }
}
