.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    
}
.blog-banner {
    border: 1px solid #d1cececf;
    box-shadow: 0 3px 24px rgba(0,0,0,0.08);
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 10px solid #111;
    border-radius: 14px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
.disclaimer {
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(58,52,82,.16);
    box-shadow: 0px 1px 16px 0 rgb(58 52 82 / 16%);
    padding: 15px;
}
    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.decimal-list {
    list-style-type: decimal;
    padding-left: 15px;
}

.bullet-list a {
    display: contents !important;
}

.bulleted-list li:before {
    margin: 5px 15px 0 0 !important;
}

.bulleted-list li {
    display: flex;
    padding-left: 15px;
}

.bulleted-list strong {
    display: contents !important;
}

.bullet-list strong {
    display: contents !important;
}

.decimal-list li {
    margin-bottom: 10px;
}

.sticky-image-ad {
    margin-bottom: 20px;
}

.blog-page-heading {
    background: #1bb3e6;
}

.blog-right-sec .row {
    padding: 14px 2px;
    border-bottom: 1px dashed #ccc;
}
    .blog-right-sec .row:last-child {
        border-bottom: none;
    }


#col3 > div.blog-right-sec.margin-btm-40 > div > div:last-child {
    border-bottom: none;
}

#col3 > div .new-recent-blog.margin-btm-40 > div > div:nth-child(3) {
    border-bottom: none;
}

.blog-right-sec .row .col-sm-9 {
    padding-right: 15px;
    padding-left: 5px;
}

.blog-right-sec .row .col-sm-3 {
    padding-right: 8px;
    padding-left: 5px;
}

.blog-right-sec a {
    font-size: 13px;
}

.blog-right-sec {
    padding: 15px;
    margin-bottom: 20px;
}

.footer-book-demo p {
    color: #111;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-book-demo a {
    color: #111;
    font-size: 16px;
}

.go-top {
    bottom: 0;
}

.contact-details {
    background: url(../jpg/contactus_blog.jpg);
    padding: 20px;
    border-radius: 4px;
    background-repeat: repeat-y;
}

    .contact-details a {
        font-size: 16px;
    }

    .contact-details h5 {
        font-size: 18px;
        line-height: 1.3;
    }

.blog-page-heading h1 {
    border-bottom: none !important;
    border-left: none !important;
    color: #fff !important;
    margin: 0 0 5px !important;
    line-height: 27px;
}

.blog-right-sec {
    background: #f1f1f1;
}

    .blog-right-sec h4 {
        font-size: 25px;
        color: #05415d;
    }

.to-sumup-sec {
    background: #f1f1f1;
    padding: 10px 25px;
}

    .to-sumup-sec h2 {
        font-size: 25px;
        color: #05415d;
    }

.author-detail a {
    font-size: 23px;
    color: #05415d !important;
}

.new-author-info {
    max-width: 100% !important;
    padding: 15px !important;
}

.author-info .new-author-info .fa {
    color: #fff !important;
}

.detail-date h4 {
    color: #05415d !important;
}

.detail-date .fa {
    color: #1d94c6;
    margin-right: 5px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.blog-new-wrap .module-content p {
    line-height: 26px;
}

.new-author-info img {
    border: 1px solid #ccc;
}

.blog-quote {
    position: relative;
    padding: 15px 15px 30px;
    font-weight: 700;
    color: #05415d;
    border: 1px solid #e7e7e7;
    font-size: 15px !important;
}

    .blog-quote::before {
        content: "\f10e";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-size: 30px;
        color: #2dcaf5;
        font-weight: 400;
    }

.blog-webinars {
    background: #05415d;
    padding: 25px;
    padding: 25px 25px 50px;
}

    .blog-webinars .event-grid {
        margin-bottom: 30px;
        height: 124px;
        border: 1px solid rgba(234,234,234,.27);
        padding: 20px;
    }

.blog-new-wrap h3 {
    color: #05aedc;
}

    .blog-new-wrap h3.font-mid {
        color: #fff;
    }

.read-more-text {
    margin: 25px 0 !important;
    padding: 25px;
    background: #23bbee;
    font-size: 18px !important;
}

    .read-more-text a {
        color: #000 !important;
    }

.blog-right-sec a {
    color: #000 !important;
}

    .blog-right-sec a:hover {
        color: #1d94c6 !important;
    }

.blog-right-sec {
    position: relative;
}

#opencol {
    position: fixed;
    top: 46%;
    right: -26px;
    width: 120px;
    height: 37px;
    background-color: #6c0;
    padding: 7px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transform: rotate(90deg);
    font-weight: 700;
}

/*#col3, #col9 {
    transition: 1s all ease;
}*/

/*#col3.col-sm-0 {
        width: 0;
        overflow: hidden;
        display: none
    }*/

/*#col3.col-sm-3 {
        width: 33.33333333%;
        display: block;
        overflow: visible;
    }*/


@media (max-width:1024px) {
    .blog-webinars .event-grid {
        height: 160px;
    }

    .request-demo-ban img {
        height: 140px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .to-sumup-sec {
        background: #f1f1f1;
        padding: 10px 15px;
    }
    .blog-right-sec {
        padding: 0px;
    }
    .blog-right-sec h4{
        display:none;
    }
    .recent-blogs {
        display: none;
    }
    .margin-btm-40 {
        margin-bottom: 10px !important;
    }

    .product-pg-banner img {
        height: 135px;
    }

    #opencol {
        top: 100%;
    }

    .blog-page-heading h1 {
        font-size: 22px;
    }

    .blog-webinars .event-grid {
        height: auto;
    }

    .mobile-view-hide {
        display: none;
    }
}

.font-weight-bold {
    font-weight: 700 !important;
    font-family: OpenSans-Semibold;
}

.post-admi-wrapper h2.heading-h2 {
    font-size: 17px !important;
}

.blog-new-wrap h2.heading-h2 {
    color: #05415d !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: OpenSans-Semibold;
    text-transform: capitalize;
}

.mb-15 {
    margin-bottom: 15px;
}

h3 {
    color: #05415d !important;
}

.heading-h2 {
    color: #05415d !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: OpenSans-Semibold;
}

.blog--quote {
    font-weight: 400 !important;
    margin: 35px 0;
}

.contact-details-new {
    background: url(../png/new-blog-cta.png) !important;
    padding: 5px 20px;
    background-repeat: no-repeat !important;
    border-radius: 0 40px 40px 40px;
}

@media only screen and (min-width:768px) {
    .sticky-image-ad {
        position: sticky !important;
        padding-bottom: 20px;
        top: 10px;
    }
    .sticky-recent-blog {
        position: sticky !important;
        top: 10px;
        padding-bottom: 20px;
       
    }

    .equal-height {
        display: flex;
    }
}
/*.equal-height {
    overflow:hidden;
}*/
#col9 {
    transition: all .75s ease;
}

#col3 {
    transition: all .75s ease;
}

    #col3.col-sm-0 {
        width: 0;
        opacity: 0;
        overflow: hidden;
    }

    #col3.col-sm-4 {
        opacity: 1;
    }

.blog-strip-content {
    width: 65%;
    position: relative;
    padding-left: 25px;
}

.blog-strip-img {
    width: 35%;
}

.community-cta iframe {
    height: 280px;
}

@media (max-width: 770px) {
    #col3.col-sm-0 {
        width: 100%;
        display: block;
        overflow: visible;
    }

    .blog-strip-img {
        display: none;
    }

    .blog-strip-content {
        width: 100%;
    }
}

.embed-video {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    margin: 20px auto 0;
    width: 510px;
    height: 320px;
    border: 10px solid #111;
    border-radius: 14px;
}

.embed-videos img {
    position: relative;
    top: -3px;
}

.video--details {
    border: 1px solid #05415D;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
}

    .video--details .vid__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 25px;
        color: #05415D;
        text-align: center;
        margin: 15px 0;
        padding: 15px;
        min-height: 50px;
        font-size: 16px;
    }

.blog-content iframe {
    max-width: 100%;
    height : 400px;
}

.h3 {
    font-size: 17px;
    text-transform: capitalize;
    font-family: OpenSans-Semibold;
    color: #05415d !important;
}

}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.modal-contents {
    z-index: 99999;
}

.request-demo-module.blue .cta {
    z-index: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #1c1c1c;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

    .popup .close:hover {
        color: #06D85F;
    }

.popup .content {
    max-height: 30%;
    overflow: auto;
    border-radius: 10px 10px 0 0 !important;
}

.product-pg-banner {
    z-index: 0;
}

.close {
    color: #111;
    opacity: 0.7;
    margin-right: 10px;
}

.modal-contents {
    border: none;
    border: 1px solid rgba(0,0,0,);
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 350px;
    background-color: #fff;
    z-index: 99999;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-dialogs {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0;
    top: 15px;
    width: 325px;
    border-radius: 10px;
}

.modal {
    padding-right: 0;
}

#popup1 > div > div > div > p {
    font-size: 14px;
    font-weight: 600;
}

.webinar-date {
    color: #276a9c;
    font-size: 18px !important;
    font-weight: 700;
}

.webinar-heading {
    border-left: none;
    border-bottom: 1px solid #9f9d9d;
    color: #276a9c;
    font-size: 16px !important;
    margin: 0;
    padding: 12px;
    line-height: 21px;
    font-family: OpenSans-Semibold;
    text-transform: capitalize;
    color: #143b64;
    font-weight: 300;
    margin: 5px 15px 15px 15px;
}

.btn-register {
    letter-spacing: 1px !important;
    padding: 10px 20px !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    border-radius: 55px !important;
}

    .btn-register:hover, .btn-register:focus {
        background-color: #0775b1;
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

.modal-body-footer {
    text-align: center;
    background-color: #142552;
    color: #fff;
    margin-top: 15px;
    font-weight: 300;
}

    .modal-body-footer a {
        color: #fff;
        font-weight: 300;
        padding: 0 5px;
        font-size: 12px;
    }

.modal-body {
    padding: 9px !important;
}

.l_c_h {
    width: 370px;
    position: fixed;
    bottom: 0;
    right: 0px;
    background: #fff;
    border-radius: 3px;
    z-index: 5000;
    display: block;
    border-radius: 5px 5px 0 0;
}

    .l_c_h .c_h {
        cursor: pointer;
        background: #0081c5 !important;
        line-height: 34px;
        border-radius: 5px 5px 0 0;
    }

    .l_c_h .left_c {
        color: #ebebeb;
        width: 380px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .l_c_h .right_c {
        text-align: center;
        background: #63B345;
        line-height: 36px;
        border-radius: 5px 0 0 0;
    }

.clear {
    clear: both;
}

.chat_container { /*display:none;*/
    border-radius: 5px;
}

.left {
    float: left;
}

.center_icons {
    padding-left: 15px;
    padding-top: 3px;
}

.right {
    float: right;
}

.left_icons {
    width: 35px;
    height: auto;
    text-align: center;
    color: #999; /*background:#DE4A4A;*/
    background: #ff8f32;
    font-size: 15px;
}

    .left_icons a {
        color: #fff;
        font-weight: normal;
    }

.request-demo-module.blue .cta {
    padding: 50px 0;
}

.request-demo-module h3 {
    font-size: 27px;
    line-height: 1.4;
}

.btn-register {
    background-color: #0080c7 !important;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin-top: 5px;
    font-size: 12px;
}

    .btn-register:hover {
        background-color: #0775b1 !important;
        box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
    }
/*Curriculum-development-module page css*/
.blog-new-wrap h2.heading-h2 {
    color: #05415d !important;
    font-size: 20px !important;
}

.blog-strip {
    background: url(../png/national-curriculum-framework.png);
    padding: 5px 20px;
}

    .blog-strip .btn {
        color: #fff !important;
    }

.sub-head {
    color: #05415d !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: OpenSans-Semibold;
}
/*Curriculum-development-module page css*/
.margin-top-10 {
    margin-top: 10px;
}

.gradient {
    background-color: red;
    background: linear-gradient(-45deg, #5ebe48, #5bbf53, #49c392, #3bc7c2);
    height: 515px;
    left: 20%;
    position: inherit;
    top: 0;
    margin-top: 75px;
    border-radius: 36px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



.smartphone .embed-video {
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    background-image: url(../jpg/what-is-academic-bank-of-credit-thumbnail.jpg) !important;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.smartphone {
    position: relative;
    width: 277px;
    height: 475px;
    margin: auto;
    border: 6px solid #070202;
    border-top-width: 25px;
    border-bottom-width: 50px;
    border-radius: 36px;
    top: -15px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 19px 2px rgb(0 0 0 / 33%);
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -3%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: linear-gradient( #4f4e4e, #676767, #121212);
        border-radius: 10px;
        z-index: 2;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
        background-image: linear-gradient( #4f4e4e, #676767, #121212);
        border-radius: 50%;
        z-index: 1;
        top: 106%;
    }


.blog-content iframe {
    max-width: 100%;
}

.shadow-tile {
    box-shadow: 2px 2px 18px 6px rgb(0 0 0 / 12%);
    border-radius: 5px;
    height: 100%;
    padding: 20px;
    margin: 0 5px;
}

    .shadow-tile ul li {
        font-size: 15px;
        line-height: 3;
        margin-left: 10px;
    }

.computer-test h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 800;
}

.prod-feature-sec .feature-box h3 {
    margin-top: 15px;
}

.examination h3 {
    font-size: 18px;
}


hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eee;
}

.examination .p {
    text-align: center;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 14px;
}

.border-right {
    border-right: 1px solid #d1d1d1;
}

.badge {
    display: inline-block;
    min-width: 0px;
    padding: 6px 33px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px 10px;
    margin-top: 0;
}

.col {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

    .col .feature-box {
        padding: 15px 15px;
        text-align: center;
        height: 250px !important;
        border-top: 3px solid #888;
        border-bottom: 3px solid #888;
    }



        .col .feature-box p {
            text-align: center;
            padding: 0;
        }

.prod-feature-sec .box {
    height: 325px !important;
}

.prod-feature-sec .boxx {
    height: 235px !important;
}


.blue-border {
    border-top: 5px solid #23bbee;
}

.green-border {
    border-top: 5px solid #77c043;
}

.product-banner-content p {
    margin-bottom: 20px;
    font-size: 17px;
}

.badge {
    color: #333;
    background-color: #fff;
}

.reports-sec {
    padding: 10px 25px 25px 25px;
    box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
}

.prod-feature-sec .feature-box {
    height: 315px;
}

.module-sec-inner {
    padding: 25px 50px;
    box-shadow: 0 0 10px #f0efef;
}

@media (min-width:1024px) and (max-width:1030px) {
    .prod-feature-sec .feature-box {
        padding: 20px 8px;
    }

    .product-banner-content {
        top: 17%;
    }

        .product-banner-content h1 {
            font-size: 32px;
        }

    .request-demo-module.blue .cta {
        padding: 70px 0;
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .product-banner-content {
        top: 15%;
    }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 28px;
    }

    .col {
        width: 100%;
    }
}

@media (max-width:900px) {
    .community-cta iframe {
        height: 475px;
    }
}

@media (max-width:767px) {
   
    .blog-info img {
        width: 70%;
        height: 60%;
    }

    .product-banner-content {
        top: 5% !important;
    }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 26px;
        margin-bottom: 3px !important;
    }

    .col {
        width: 100%;
    }
}

@media (max-width:479px) {
    .product-banner-content {
        top: 0 !important;
    }

        .product-banner-content p {
            margin-bottom: 5px !important;
            font-size: 14px;
        }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 24px !important;
    }

    .community-cta iframe {
        height: 500px;
    }


    .col {
        width: 100%;
    }
}
