@media (max-width: 1199px) {
    .blog-home .hero-section {
        padding: 8.875rem 15px 7.5rem 15px;
    }

    .blog-home .hero-section article.hero-featured-article .article-description h2 {
        font-size: 1.8rem;
    }

    .blog-home .hero-section article.hero-featured-article .article-description p.trim {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .blog-home .hero-section article.hero-featured-article .article-description {
        padding: 2.5rem;
        max-width: 500px;
    }

    .blog-home .hero-section article.hero-featured-article .feature-image img {
        max-width: 530px;
    }

    .recent-blogs.d-flex {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .blog-home .hero-section .recent-blogs article {
        margin-right: unset;
    }

    .single-content .content .share-article {
        left: 55px;
        top: -115px;
    }

    .single-content .content {
        margin-top: 8.375rem;
    }

    .recent-blogs article:last-child {
        margin-right: 10px;
    }

    .recent-blogs article, .recent-blogs .category-details {
        margin: 5rem 10px 0 10px;
    }

    .single-content section.recent-blogs {
        padding: 7.5rem 0 7.5rem 0;
    }

    .section-eguide .download-guide .lead-magnet-form input,.wpcf7-form .your-email input {
        width: 260px;
    }

    .section-eguide .download-guide .e-guide-img {
        max-width: 350px;
    }

    header h1.logo-header {
        width: 154px;
    }

    .single-content .content .share-article {
        display: flex;
        top: -65px;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .single-content .content {
        margin-top: 6rem;
    }

    .blog-home .hero-section .recent-blogs article,
    .blog-home .home-recent article {
        margin-top: 3.12rem;
    }

    .single-content .content .share-article p {
        font-size: 1.25rem;
        margin-top: 7px;
        margin-right: 24px;
    }

    .single-content .content .wp-block-pullquote {
        margin-right: 145px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 95%
    }

    .section-eguide {
        text-align: center;
    }

    .section-eguide .d-flex,.wpcf7-form {
        justify-content: center;
    }

    .section-eguide .download-guide {
        flex-direction: column;
    }

    .single-content .recent-blogs article {
        margin-top: 4rem;
    }

    .blog-home .hero-section article.hero-featured-article {
        max-width: 650px;
        flex-direction: column;
    }

    .blog-home .hero-section article.hero-featured-article .feature-image {
        max-height: 400px;
        overflow: hidden;
    }

    .blog-home .hero-section article.hero-featured-article .feature-image img,
    .blog-home .hero-section article.hero-featured-article .article-description,
    .blog-home .hero-section article.hero-featured-article .article-description p.trim {
        max-width: 100%;
        text-align: center;
    }

    .blog-home .hero-section article.hero-featured-article p.reading-time {
        justify-content: center;
    }

    footer .total-university {
        display: block;
    }

    footer .split-univeristy {
        display: none;
    }

    .single-content .content .wp-block-pullquote {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 90%
    }

    /*Header*/
    .main-navigation .menu-primary-header-container ul li a {
        padding: unset;
    }

    .site-header {
        padding: 10px 12px;
        position: relative;
    }

    .site-header .navbar-toggler {
        cursor: pointer;
        display: block;
        outline: none;
        margin-top: 6px;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.active {
        display: block;
    }

    .main-navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* .main-navigation .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
    } */

    .main-navigation .navbar-collapse {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        overflow-y: scroll;
    }

    .main-navigation .navbar-collapse li {
        float: none;
    }

    .main-navigation .navbar-collapse li {
        padding: 12px 15px !important;
        text-align: center;
        display: table;
        -ms-transform: translateX(-50%);
        width: 100%;
        background-color: transparent;
    }

    .main-navigation .navbar-collapse li:hover {
        background-color: #F5F7FB;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .main-navigation .enroll-toggle .header-links .get-a-quote {
        margin-right: 15px;
    }

    .main-navigation .menu-item-has-children .sub-menu {
        position: static;
        margin-top: 15px;
        width: 100%;
    }

    .child-menus .sub-menu {
        display: none;
    }

    .main-navigation ul ul a {
        width: unset;
    }

    .child-menus .visible {
        /* display: flex !important;
        justify-content: space-between; */
    }

    .navbar-collapse {
        background-color: #f9f9f9;
    }

    .main-navigation .menu-item-has-children {
        position: relative;
    }

    .main-navigation .menu-item-has-children a:after {
        content: "";
        position: absolute;
        background-image: url(../images/svg/benefits-arrow-black.svg);
        width: 10px;
        height: 10px;
        top: 10px;
        margin-top: 12px;
        margin-left: 5px;
        right: unset;
    }

    .main-navigation .menu-item-has-children .sub-menu a:after {
        display: none;
    }

    .main-navigation .menu-item-has-children.child-menu a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 5px;
    }

    .main-navigation .menu-item-has-children .sub-menu {
        border-top: 0;
    }

    .header-overlay {
        padding: 0 !important;
    }

    .main-navigation .menu-primary-header-container {
        margin-left: unset;
    }

    .btn-signup {
        margin-right: 15px;
    }

    .top-bar {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10% 0;
        transform-origin: 10% 10% 0;
    }

    .bottom-bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90% 0;
        transform-origin: 10% 90% 0;
    }

    .middle-bar {
        opacity: 0;
    }

    /*Header*/
    .single-content .hero-section h1,
    .blog-home .hero-section h1 {
        font-size: 2rem;
    }

    .single-content .hero-section {
        padding: 4.875rem 0 4.875rem 0;
    }

    .blog-home .hero-section p {
        font-size: 1rem;
    }

    .section-eguide .download-guide {
        padding: 0;
    }

    footer .section-footer {
        display: none;
    }

    footer .responsive-footer {
        display: block;
    }

    footer .responsive-footer .site-info.d-flex {
        flex-direction: column;
    }

    footer .responsive-footer .footer-list .footer-menu {
        max-width: unset;
    }

    footer .responsive-footer .footer-list h5 {
        max-width: unset;
        position: relative;
        padding-top: 1.125rem;
    }

    footer .responsive-footer .social-links.footer-list {
        text-align: left;
    }

    footer .responsive-footer .social-links .list-style.d-flex {
        justify-content: flex-start;
        padding-top: 1.5rem;
    }

    footer .responsive-footer .footer-menu ul {
        display: none;
    }

    footer .responsive-footer .footer-menu ul.open-list {
        display: block;
        padding-bottom: 1.875rem;
        -webkit-transition: all .25s ease-in-out 0s;
        transition: all .25s ease-in-out 0s;
    }

    footer .responsive-footer .footer-list h5:after {
        content: "";
        position: absolute;
        background-image: url(../images/svg/down-arrow.svg);
        width: 13px;
        height: 7px;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .responsive-footer .footer-list .rotate:after {
        -webkit-transition: all .25s ease-in-out 0s;
        -o-transition: all .25s ease-in-out 0s;
        -moz-transition: all .25s ease-in-out 0s;
        transition: all .25s ease-in-out 0s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    footer .responsive-footer .footer-list {
        max-width: unset;
        border-bottom: 1px solid #e8eeef;
    }

    footer .responsive-footer .footer-list.footer-col {
        border: unset;
        margin-bottom: 30px;
    }

    footer .responsive-footer .footer-list .rotate {
        cursor: pointer;
    }

    header .navbar-collapse ul#header-menus {
        flex-direction: column;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    .footer-list li:last-child {
        padding-bottom: 0;
    }

    .social-links li {
        margin: 0;
        margin-right: 16px;
    }
}

@media (max-width: 580px) {
    html {
        font-size: 85%
    }

    .section-eguide .d-flex,.wpcf7-form {
        flex-direction: column;
    }

    .blog-home .hero-section article.hero-featured-article .article-description h2 {
        font-size: 1.5rem;
        text-align: left;
        line-height: 1.25;
    }

    .section-eguide .download-guide .lead-magnet-form input,.wpcf7-form .your-email input {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .recent-blogs article h5 {
        font-size: 1.5rem;
    }

    .blog-home .hero-section {
        padding: 3.875rem 0 5.5rem 0;
    }

    .blog-home .hero-section article.hero-featured-article {
        margin: 3.812rem 15px 0 15px;
    }

    .section-eguide .download-guide .e-guide-img {
        max-width: 300px;
        margin: 0 auto;
    }

    h2.recent-header {
        font-size: 2.5rem;
    }

    .blog-home .hero-section .recent-blogs article {
        margin: 2rem 15px 0 15px;
    }

    .main-navigation .navbar-brand::after {
        background-image: url(../images/svg/logo-home-blue-responsive.svg);
        height: 23px;
        width: 22.5px;
    }

    header h1.logo-header {
        width: 22.5px;
    }

    .single-content .content {
        margin-top: 6.375rem;
    }

    .section-eguide .download-guide h1.e-guide-title {
        font-size: 20px;
    }

    .blog-home .home-recent article {
        margin-top: 2rem;
    }

    .single-content .recent-blogs article {
        margin-top: 2rem;
    }

    .blog-home .hero-section article.hero-featured-article .article-description p.trim {
        text-align: left;
        font-size: 16px;
    }

    footer .responsive-footer .container {
        padding: 0;
    }

    .blog-home .hero-section p {
        font-size: 16px;
        padding: 0 15px;
    }

    .single-content .hero-section h1,
    .blog-home .hero-section h1 {
        font-size: 32px;
        padding: 0 15px;
    }

    .section-eguide .download-guide p.e-guide-description {
        font-size: 14px;
    }

    .section-eguide .download-guide .lead-magnet-form .btn-download-now,.wpcf7-form input.wpcf7-submit {
        padding: 1.15rem 1.875rem;
        width: 100%;
    }
    .wpcf7-form p{ 
        margin: 0;
    }
    header .btn-signup {
        padding: 10px 16px 13px;
        font-size: 15px;
        margin-right: 10px;
    }

    header .signup-div.d-flex .login-menu {
        margin-right: 15px;
    }

    .blog-home .hero-section article.hero-featured-article p.reading-time {
        justify-content: left;
    }

    .blog-home .hero-section article.hero-featured-article .article-description {
        padding: 1.937rem 1.687rem 2rem 1.687rem;
    }

    .single-content .content figcaption {
        font-size: 14px;
    }

    .single-content .hero-section {
        padding: 4.875rem 0 15px 0;
    }

    .single-content .content .share-article p {
        font-size: 15px;
        margin-top: 10px;
        margin-right: 15px;
    }

    .single-content section.recent-blogs {
        padding: 5.5rem 0 5.5rem 0;
    }

    .single-content .content .share-article .icon-facebook {
        width: 7px;
    }

    .single-content .content .share-article .icon-twitter {
        width: 15px;
    }

    .single-content .content .share-article .icon-linkedin {
        width: 14px;
    }

    .single-content .content h2,
    .single-content .content h3,
    .single-content .content h4,
    .single-content .content h5,
    .single-content .content h6 {
        margin-top: 3rem;
    }

    .single-content .content .wp-block-pullquote {
        max-width: 215px;
        margin: 30px auto;
        float: unset;
    }

    .single-content .content li {
        font-size: 15px;
    }

    .single-content .content table thead {
        font-size: 13px;
    }

    .single-content .content table tbody {
        font-size: 12px;
    }
    .recent-blogs .category-details{
        max-width: 100%;
        padding: 0 15px;
        margin-right: 0;
        margin-top: 0;
    }
    .recent-blogs .category-details .category-link{
        width: 100%;
    }
    .section-eguide .container{
        padding: 3.5rem 15px;
    }
    .recent-blogs .category-details .category-icon{
        max-width: 40px;
    }
    .recent-blogs .category-details h3{
        font-size: 24px;
        margin-top: 1px;
    }
    .recent-blogs .category-details p{
        width: 100%;
    }
    .recent-blogs .category-details .category-link{
        padding: 1.1rem 1.875rem;
        line-height: 1;
        text-align: center;
    }
    .section-eguide .download-guide .e-guide-img img{
        max-width: 90%;
    }
    .blog-home .categoy-section{
        padding: 5rem 0;
    }
    .section-eguide{
        padding: 5rem 0;  
    }
    .recent-blogs article{
        margin: 5rem 15px 0 15px;
        margin-right: 15px;
    }
    .recent-blogs article:last-child{
        margin-right: 15px;
    }
    .category-bar .category-selector{
        min-width: 155px;
        max-height: 20px;
        justify-content: center;
    }
    .category-scroll{
        background-color: #ffffff;
        display: block;
        overflow: hidden;
        height: 50px;
        margin-top: 3.125rem;
        width: 100vw;
    }
    .category-bar.d-flex{
        overflow-x: scroll;
        height: 65px;
    }
   
}



@media (max-width: 479px) {}