/* XL Device :1200px. */

@media (min-width: 1200px) and (max-width: 1449px) {}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1200px) {}


/* MD Device :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .page__slider__wrap {
        margin-top: 50px;
    }

    .footer__list__blk ul {
        text-align: center;
    }

    .page__slider__wrap .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        font-size: 60px !important;
        color: #fff !important;
    }

    .page__slider__wrap .owl-nav button.owl-next {
        left: auto;
        right: 40px;
    }

    .none_desk {
        display: block;
    }

    .header__right__blk {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 330px;
        padding: 20px;
        padding-top: 100px;
        background: #D4EBFC;
        flex-direction: column;
        z-index: 999;
        align-items: flex-start;
        transition: .3s all;
    }

    .main__menu ul li {
        display: block;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #699CC6;
    }

    .main__menu {
        width: 100%;
        margin-bottom: 20px;
    }

    .main__menu ul li a {
        display: block;
        text-align: left;
    }

    .overlay {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        background: #0000006e;
        z-index: 555;
        transition: .5s all;
    }

    .close__menu {
        cursor: pointer;
        position: absolute;
        line-height: 1;
        font-size: 22px;
        top: 20px;
        right: 20px;
    }

    .open__menu {
        cursor: pointer;
    }

    .menu__open__rea {
        display: flex;
    }

    .header__right__blk.active {
        left: 0;
    }

    .overlay.none_desk.active {
        left: 0;
    }





    .about__thumb {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 0;
    }

    .business__area {
        padding: 80px 0;
    }

    .about__area {
        padding: 30px 0;
    }

    .companis__area {
        padding-top: 70px;
    }

    .score_summary_wrap {
        max-width: 100%;
    }

    .result__right__blk h4 {
        font-size: 29px;
        line-height: 39px;
        text-align: right;
    }

    .result__right__blk p {
        font-size: 14px;
        line-height: 37px;
    }

    .score_text span {
        font-size: 25px;
    }

    .score_percentage h3 {
        font-size: 60px;
    }

    .score_percentage span img {
        height: 40px;
    }

    .score__range__border {
        height: 34px;
    }

    .result__title__blk>h2 {
        font-size: 60px;
    }
}


/* SM Small Device :320px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page__slider__wrap {
        margin-top: 20px;
    }

    .footer__list__blk ul {
        text-align: center;
    }

    .page__slider__wrap .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        font-size: 60px !important;
        color: #fff !important;
    }

    .page__slider__wrap .owl-nav button.owl-next {
        left: auto;
        right: 40px;
    }

    .none_desk {
        display: block;
    }

    .header__right__blk {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 330px;
        padding: 20px;
        padding-top: 100px;
        background: #D4EBFC;
        flex-direction: column;
        z-index: 999;
        align-items: flex-start;
        transition: .3s all;
    }

    .main__menu ul li {
        display: block;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #699CC6;
    }

    .main__menu {
        width: 100%;
        margin-bottom: 20px;
    }

    .main__menu ul li a {
        display: block;
        text-align: left;
    }

    .overlay {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        background: #0000006e;
        z-index: 555;
        transition: .5s all;
    }

    .close__menu {
        cursor: pointer;
        position: absolute;
        line-height: 1;
        font-size: 22px;
        top: 20px;
        right: 20px;
    }

    .open__menu {
        cursor: pointer;
    }

    .menu__open__rea {
        display: flex;
    }

    .header__right__blk.active {
        left: 0;
    }

    .overlay.none_desk.active {
        left: 0;
    }


    .logo a img {
        height: 40px;
    }

    .page__slider__blk .owl-stage .single__page__slider {
        height: 195px;
    }

    .page__slider__blk .owl-stage .single__page__slider img {
        height: 100%;
        object-fit: cover;
    }

    .slider__bottom__content {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 38px;
    }

    .slider__bottom__content a {
        width: 100%;
    }

    .login_btn {
        background: #FFFFFF;
        border: 1px solid #1E3250;
        border-radius: 2px;
        color: #1E3250;
        margin-top: 10px;
    }

    .slider__bottom__content p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #1E3250;
        margin-top: 25px;
    }

    .header__area {
        padding-top: 20px;
    }

    .footer__list__blk {
        display: none;
    }

    .footer__social__blk a {
        font-size: 23px;
    }

    .footer__left__blk {
        flex-direction: column;
        align-items: center;
    }

    .about__thumb {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 0;
    }

    .business__area {
        padding: 40px 0;
    }

    .about__area {
        padding: 30px 0;
    }

    .companis__area {
        padding-top: 40px;
    }

    .about__content p {
        font-size: 16px;
        line-height: 26px;
    }

    .header__bottom__left__content h1 {
        font-size: 28px;
        line-height: 39px;
    }

    .header__bottom__left__content p {
        font-size: 16px;
        line-height: 39px;
    }

    .business__content h3 {
        font-size: 26px;
    }

    .about__content h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .business__content p {
        font-size: 14px;
    }

    .about__content li {
        font-size: 14px;
        padding-left: 10px;
    }

    .score_summary_wrap {
        max-width: 100%;
    }

    .result__right__blk h4 {
        font-size: 25px;
        line-height: 33px;
        text-align: right;
    }

    .result__right__blk p {
        font-size: 14px;
        line-height: 37px;
    }

    .score_text span {
        font-size: 25px;
    }

    .score_percentage h3 {
        font-size: 44px;
        margin-top: 10px;
        margin-bottom: 4px;
    }

    .score_percentage span img {
        height: 27px;
    }

    .score__range__border {
        height: 20px;
    }

    .result__title__blk>h2 {
        font-size: 40px;
    }

    .score__range__content span {
        font-size: 10px;
        line-height: 31px;
    }

    .score_full_area {
        margin-top: 40px;
        padding-bottom: 50px;
    }

    .score_full_content h4 {
        font-size: 29px;
        line-height: 37px;
    }

    h4.your_answers {
        font-size: 24px;
        line-height: 30px;
    }

    .individual__top__content h4 {
        font-size: 24px;
        line-height: 30px;
        ;
    }

    .individual__top__content p {
        font-size: 16px;
        line-height: 25px;
    }

    .business__content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .business__content h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .form-check label {
        font-size: 13px;
        line-height: 19px;
    }

    .progress__area {
        padding: 20px 20px;
        padding-bottom: 15px;
        margin-top: 20px;
    }

    .pagination {
        max-width: 482px;
        padding: 10px;
    }

    .pagination li.phone_none {
        display: none;
    }

    .header__bottom__blk .d-flex {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .save__left__btn a,
    .save__left__btn button {
        width: 200px;
        height: 46px;
        font-size: 16px;
    }
    .next__prev__btn a,
    .next__prev__btn button {
        font-size: 16px;
        width: 200px;
        height: 46px;
    }
}


/* SM Small Device :550px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {}