@media screen and (min-width: 767px) {
    .email-box {
        display: flex;
        align-items: center;
    }
    .no-header .email-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .with-header .email-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter-btn {
        padding-left: 0;
    }
}

@media screen and (max-width: 1280px) {
    .breadcrumb {
        margin-left: 0;
    }
    .listing-detail .custom-dropdown-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .email-box p {
        font-size: 23px;
    }
    .custom-dropdown-wrapper .dropdown .btn {
        width: 100%;
        background: url(../images/caret-icon.jpg) no-repeat 90% center;
    }
}

@media screen and (max-width: 1279px) {
    .custom-dropdown-wrapper .btn,
    .custom-dropdown-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lead {
        font-size: 15px;
        line-height: 33px;
    }
}

@media screen and (max-width: 1023px) {
    .partner-outer {
        padding-top: 40px;
    }
    .recommended-articles .col-sm-6 {
        margin-bottom: 20px;
    }
    .custom-dropdown-wrapper .bootstrap-select {
        margin-bottom: 20px;
    }
    .worksheet-wrapper {
        margin-top: 70px;
        margin-bottom: 0;
    }
    .text-area-custom {
        margin-top: 40px;
    }
    .iframe-text {
        padding-bottom: 50px;
    }
    .purpule-bg p {
        font-size: 20px;
    }
    .blog-writter {
        margin-bottom: 57px;
    }
    .learn-more {
        float: none !important;
        margin: auto;
    }
    .featurette-heading {
        margin-bottom: 25px;
    }
    .content-outer {
        text-align: center;
        margin-top: 30px;
    }
    .btn.btn-primary.started {
        width: 152px;
    }
    .green-bg .right-email-box .form-group {
        width: 41%;
    }
    .right-email-box .btn-primary {
        margin-left: 17px;
    }
    .green-bg .email-box p {
        text-align: left;
        font-size: 25px;
    }
    .custom-dropdown-wrapper {
        padding-bottom: 3px;
    }
    .custom-dropdown-wrapper .dropdown {
        margin-bottom: 20px;
    }
    .right-email-box .form-group .form-control {
        padding-left: 39px;
        background-position: 9px;
    }
    .email-box p {
        font-size: 18px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    .custom-dropdown-wrapper {
        position: relative;
    }
    /* .filter-btn{ position: absolute;right: 0;bottom: 23px;} */
    .accordion .card .card-body h4{font-size: 14px;}
    .check-box-wrapper.examboardcustom .subject.select-board{margin-bottom: 0px;}
    .check-box-wrapper.examboardcustom{flex-wrap: nowrap;}
}

@media screen and (max-width: 825px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .call-block a {
        margin-left: 0;
        margin-top: 20px;
    }
    .with-header.blog-banner .right-email-box .btn-primary {
        border: 3px solid #fff;
        background: transparent;
    }
    .with-header.blog-banner .right-email-box .btn-primary:active,
    .with-header.blog-banner .right-email-box .btn-primary:focus,
    .with-header.blog-banner .right-email-box .btn-primary:hover {
        background: transparent;
        border: 3px solid #fff;
        color: #fff;
    }
    iframe {
        width: 100%;
    }
    .category-list-browse h1 {
        text-align: center;
    }
    #clear-filter {
        margin-top: 14px;
    }
    .filter-outer {
        padding-left: 15px;
    }
    .epl-navbar .navbar-nav li>a {
        padding: 12px 0;
    }
    .blog-writter .blog-icon li {
        margin-bottom: 10px;
    }
    .detail .container {
        width: 100%;
    }
    .category-list li:not(.collapse-link) a {
        font-size: 21px;
    }
    .edplace-news-p.checkbox {
        padding-left: 0;
        margin-bottom: 30px;
        bottom: -68px;
        z-index: 1;
        height: 40px;
        margin-left: 12px;
    }
    .detail .breadcrumb {
        flex-direction: column;
        margin-bottom: 26px;
        width: 100%;
    }
    .blog-content td {
        font-size: 12px;
    }
    .breadcrumb>li {
        margin-right: 0;
        margin-bottom: 42px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .breadcrumb>li+li::before {
        transform: rotate(90deg);
        left: 50%;
        position: absolute;
        margin-left: -9px;
        top: -30px;
    }
    .with-header .banner-text {
        padding-bottom: 88px;
    }
    .no-header .email-box p,
    .with-header .email-box p {
        text-align: center;
    }
    .no-header .right-email-box .btn-primary,
    .with-header .right-email-box .btn-primary {
        width: 90%;
    }
    .filter-btn {
        padding: 0 30px;
    }
    .grey-bg {
        padding: 0;
    }
    .iframe-text {
        text-align: center;
    }
    .text-area-custom p {
        margin-bottom: 65px;
    }
    .text-area-custom {
        text-align: center;
        margin-top: 50px;
    }
    .like-count {
        margin-bottom: 50px;
    }
    .follow-us ul {
        float: none;
        text-align: center;
    }
    .like-count ul {
        text-align: center;
    }
    .like-count>p,
    .follow-us>p {
        text-align: center;
    }
    .cta-text {
        float: none;
        margin: auto;
    }
    .purpule-bg p {
        padding-left: 0;
        text-align: center
    }
    .purpule-bg {
        padding: 20px 0 40px;
    }
    .purpule-bg img {
        padding: 20px;
    }
    .featurette .lead {
        margin-bottom: 25px;
    }
    .lead {
        text-align: center;
    }
    .featurette-heading {
        text-align: center;
        margin-bottom: 35px;
        line-height: 33px;
    }
    .blog-writter {
        margin-bottom: 27px;
    }
    .category.detail {
        padding-top: 36px;
    }
    .category.listing-detail {
        padding-bottom: 30px;
    }
    .detail .breadcrumb {
        text-align: center;
    }
    .blog-writter p span+span {
        margin-top: 20px;
    }
    .blog-writter p span {
        display: block;
    }
    .terms-apply {
        margin-top: 6px;
        margin-left: 0;
        text-align: center;
    }
    .btn.btn-primary.started {
        width: 82%;
    }
    .green-bg .right-email-box .form-group .form-control {
        background-position: 67px;
        padding-left: 104px;
    }
    .green-bg .right-email-box .form-group .form-control:focus {
        background-position: 67px;
    }
    .green-bg .right-email-box .form-group {
        width: 90%;
    }
    .green-bg .email-box p {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .green-bg .email-box .col-xs-12 {
        padding-right: 15px;
    }
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background: transparent;
    }
    .slick-arrow {
        background: transparent;
    }
    .slider-wrapper {
        padding: 44px 0 50px;
    }
    .slider-wrapper h1 {
        text-align: center;
        margin-bottom: 39px;
    }
    .custom-dropdown-wrapper .dropdown {
        display: flex;
        justify-content: center;
        margin-bottom: 13px;
        width: 248px;
        margin: auto auto 13px auto;
    }
    .custom-dropdown-wrapper .dropdown .btn {
        width: 248px;
        text-align: center;
        background-position: 220px;
    }
    .category-list {
        box-shadow: 0px 4px 5px 0px #e3e3e3;
    }
    .custom-dropdown-wrapper {
        margin-top: 0;
        box-shadow: 1px 5px 6px 0px rgba( 0, 0, 0, 0.15);
        padding-bottom: 28px;
    }
    .container {
        width: 100%;
    }
    .category {
        background: #fff;
    }
    .category h1 {
        text-align: center;
    }
    .category-list li:last-child {
        text-align: center;
    }
    .blog-banner {
        background-position: center;
    }
    .blog-banner.with-header.post {
        background: url(../images/banner-blog-img.png) !important;
    }
    .right-email-box .form-group .form-control {
        padding-left: 99px;
        text-align: left;
        background-position: 59px;
    }
    form#add-lead-header #submitLeadHeader {
        margin-top: 10px;
    }
    .right-email-box .form-group .form-control:focus {
        background-position: 59px;
    }
    .email-box p {
        padding-bottom: 20px;
        text-align: center;
        font-size: 24px;
    }
    .orange-bg {
        padding: 0px 0 32px 0;
    }
    .right-email-box .btn-primary {
        width: 90%;
        margin: 0 auto 10px auto;
    }
    .right-email-box .form-group {
        width: 90%;
        margin: auto auto 15px auto;
    }
    .right-email-box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .col-sm-6 {
        width: 100%;
    }
    .cta-link-edu {
        min-height: 56px;
        font-size: 21.37px;
        width: 100%;
    }
    .banner-text p {
        font-size: 15px;
        margin-top: 15px;
    }
    .banner-text {
        margin-top: 49px;
    }
    .category h1 {
        font-size: 20px;
    }
    .edplace-news-p.checkbox label {
        padding-left: 30px;
        padding-right: 23px;
    }
    .learning-tips-outer {
        padding: 42px 0 92px;
        min-height: none;
    }
    .blog-banner {
        min-height: 270px;
    }
    .post-message {
        margin-left: 15px;
        margin-right: 15px;
    }
    .custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu {
        height: auto !important;
    }
    .accordion .card .parent-row{height: auto;display: block;}
    .accordion .card .card-body .row{padding: 0px 10px;}
    .accordion .card .card-body h4{text-align: left;}
    .accordion .card .card-body .star-rating{justify-content: flex-end;padding-top: 5px;}
    .accordion .card .try-it{text-align: left;max-width: 100px;margin-bottom: 15px;}
    .accordion .card .empty-row{display: none;}
    .accordion .card .card-header button{font-size: 14px;}
    .accordion .card .card-header button:before{font: normal 25px/19px 'Poppins', sans-serif !important;}
    .accordion .card .card-header button:after{font: normal 25px/19px 'Poppins', sans-serif !important;}  
    .accordion .card .card-body{padding-top: 10px;}
    .accordion .card .card-body p{padding: 0px 0px 10px;}
 .accordion .card .mobile-heading{margin-top: 10px;}
}

@media screen and (max-width:330px) {
    .blog-writter p {
        font-size: 12px;
    }
    .right-email-box .form-group .form-control {
        padding-left: 55px;
        background-position: 18px;
    }
    .right-email-box .form-group .form-control:focus {
        background-position: 18px;
    }
    .green-bg .right-email-box .form-group .form-control {
        background-position: 50px;
        padding-left: 84px;
    }
    .green-bg .right-email-box .form-group .form-control:focus {
        background-position: 50px;
    }
}

@media (max-width:700px) {
    .header .site-logo img,
    .header .site-logo-link img {
        max-width: 250px
    }
    .post-content .alignleft,
    .post-content .alignright {
        display: block;
        float: none;
        margin: 1.25em 0;
        max-width: 100%
    }
    .post-content .alignleft a,
    .post-content .alignleft img,
    .post-content .alignright a,
    .post-content .alignright img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:600px) {
    .post-header,
    .single .post-content,
    .posts .post-content,
    .content .comments,
    div#disqus_thread,
    .comment-respond,
    .post-quote,
    .post-link {
        padding: 7.5% 6%
    }
    .post-content p,
    .post-content blockquote,
    .post-content ul,
    .post-content ol,
    .post-content address,
    .post-content dl,
    .post-content .wp-caption,
    .post-content pre {
        line-height: 160%;
        margin-bottom: 1em
    }
    .post-content h1,
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 20px 0 20px
    }
    .post-content h1 {
        font-size: 2.4em;
    }
    .post-content h2 {
        font-size: 2.0em
    }
    .post-content h3 {
        font-size: 1.75em
    }
    .post-content h4 {
        font-size: 1.50em
    }
    .post-content h5 {
        font-size: 1.25em
    }
    .post-content h6 {
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase
    }
    .post-content h1+h1,
    .post-content h1+h2,
    .post-content h1+h3,
    .post-content h1+h4,
    .post-content h1+h5,
    .post-content h1+h6,
    .post-content h2+h1,
    .post-content h2+h2,
    .post-content h2+h3,
    .post-content h2+h4,
    .post-content h2+h5,
    .post-content h2+h6,
    .post-content h3+h1,
    .post-content h3+h2,
    .post-content h3+h3,
    .post-content h3+h4,
    .post-content h3+h5,
    .post-content h3+h6,
    .post-content h4+h1,
    .post-content h4+h2,
    .post-content h4+h3,
    .post-content h4+h4,
    .post-content h4+h5,
    .post-content h4+h6,
    .post-content h5+h1,
    .post-content h5+h2,
    .post-content h5+h3,
    .post-content h5+h4,
    .post-content h5+h5,
    .post-content h5+h6,
    .post-content h6+h1,
    .post-content h6+h2,
    .post-content h6+h3,
    .post-content h6+h4,
    .post-content h6+h5,
    .post-content h6+h6 {
        margin-top: 20px
    }
    .post-content blockquote {
        margin-top: 25px
    }
    .post-content blockquote:before,
    .post-content blockquote:after {
        margin: 25px auto;
        width: 96px
    }
    .post-content blockquote p {
        font-size: 1.1em;
        line-height: 150%
    }
    .post-content blockquote cite {
        font-size: .8em
    }
    .posts .post-content {
        font-size: 1em
    }
    .posts .post-meta {
        padding: 0 6%
    }
    .posts .format-audio .post-content .mejs-offscreen:first-child+.mejs-container.mejs-audio {
        left: -7%;
        margin-top: -8.5%;
        right: -7%;
        width: 114% !important
    }
    .posts .format-audio .post-content .mejs-offscreen:first-child+.mejs-container.mejs-audio:last-child {
        margin-bottom: -8.5%
    }
}

@media (max-height:414px) {
    .edplace-news-p.checkbox {
        margin-left: 30px;
    }
}

@media (max-width:767px) {
    .breadcrumb>li {
        margin-right: 0;
        margin-bottom: 10px;
        margin-right: 20px;
        width: auto;
        display: block;
        float: left;
    }
    .breadcrumb>li+li::before {
        transform: none;
        left: -8%;
        position: absolute;
        margin-left: 0;
        top: 0;
    }
    .detail .breadcrumb {
        margin-bottom: 5px;
        display: block;
    }
    .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
        background: #888;
    }
    /* Handle on hover */
    .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media (max-width:420px) {
    .breadcrumb>li {
        margin-right: 6px;
        width: 47%;
    }
}