@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .container {
        width: 1170px;
    }

    .banner-img img {
        top: -107%;
    }

    .about-bottom-text {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
}

/* Medium Device */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 970px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        max-width: 48px;
    }

    .header-top {
        padding: 5px 20px;
    }

    .header-info {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .header-menu {
        -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    }

    .banner-area {
        background-image: url('../img/banner-bg-laptop.jpg');
        padding: 100px 0;
    }

    .header-btn a {
        padding: 6px 30px;
        margin-left: 15px;
    }

    .banner-text h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .banner-text p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 15px;
    }

    .banner-bottom-area {
        padding: 40px 0 100px;
    }

    .about-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-top-text ul li {
        font-size: 30px;
        line-height: 30px;
    }

    .about-top-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-top-btn a {
        font-size: 16px;
    }

    .about-top-btn a:nth-child(1) {
        padding: 10px 20px;
    }

    .about-top-btn a:nth-child(2) {
        margin-left: 7px;
        padding: 8px 20px;
    }

    .about-bottom-text {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin-right: 30px;
    }

    .about-bottom-text h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .about-bottom-text p {
        font-size: 18px;
        line-height: 24px;
        margin: 25px 0 40px;
    }

    .about-bottom-text a {
        max-width: 300px;
    }

    .about-bottom-img {
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    }

    .cta-area {
        padding: 150px 0;
    }

    .cta-content img {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .cta-content h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .mhn-container {
        width: 970px;
    }

    .banner-container {
        width: 970px;
    }
}

/* Tablet Device */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        max-width: 48px;
        margin-left: 55px;
    }

    .flag-menu {
        display: none;
    }

    .header-top {
        padding: 5px 15px;
    }

    .header-menu .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 6px;
        background: var(--white-color);
        margin: 0 0 10px;
    }

    .header-menu .stellarnav .menu-toggle {
        padding: 0;
        position: fixed;
        top: 92px;
        left: 16px;
    }

    .header-menu .stellarnav.mobile.left>ul,
    .stellarnav.mobile.right>ul {
        background: var(--white-color);
    }

    .stellarnav.mobile ul {
        position: relative;
        display: none;
        text-align: left;
        background: #f3f5f8;
    }

    .header-menu .menu ul li a {
        color: var(--black-color);
    }

    .stellarnav.mobile>ul>li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        margin-top: -14px;
    }

    .stellarnav.mobile>ul>li a img {
        max-width: 24px;
    }

    .stellarnav.mobile li li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .stellarnav.mobile li li:first-child {
        padding-top: 20px;
    }

    .stellarnav.mobile li li a span {
        margin-left: 10px;
    }

    .mobile-flag {
        display: block !important;
    }

    .banner-area {
        background-image: url('../img/banner-bg-laptop.jpg');
        padding: 100px 0;
    }

    .banner-text h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .banner-text p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .banner-bottom-area {
        padding: 30px 0 90px;
    }

    .about-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-top-text {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .about-top-text ul li {
        font-size: 28px;
        line-height: 30px;
    }

    .about-top-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-top-btn {
        margin-top: 25px;
    }

    .about-top-btn a {
        font-size: 16px;
    }

    .about-top-btn a:nth-child(1) {
        padding: 7px 15px;
    }

    .about-top-btn a:nth-child(2) {
        margin-left: 10px;
        padding: 5px 15px;
    }

    .about-bottom-text {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin-right: 50px;
    }

    .about-bottom-text h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .about-bottom-text p {
        font-size: 16px;
        line-height: 22px;
        margin: 20px 0 30px;
    }

    .about-bottom-text a {
        max-width: 300px;
    }

    .about-bottom-img {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .cta-content img {
        max-width: 80px;
    }

    .cta-content h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .mhn-container {
        width: 750px;
    }
    .banner-container {
        width: 750px;
    }

    .account-top-single {
        -ms-flex-preferred-size: 38%;
            flex-basis: 38%;
    }

    .account-top-single h2 {
        font-size: 14px;
    }

    .account-top::before {
        width: 70px;
    }

    .account-top::after {
        width: 70px;
    }

    .account-head {
        padding: 20px 10px;
    }

    .account-head h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .account-head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .account-body {
        padding: 15px;
    }

    .account-body ul li {
        font-size: 14px;
    }

    .account-footer a {
        padding: 10px;
    }
}

/* Mobile Device */
@media only screen and (max-width: 767px) {
    .container {
        width: 320px;
    }

    .header-info {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .header-menu {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    .header-top {
        padding: 10px;
    }

    .header-top p {
        font-size: 12px;
        text-align: left;
        line-height: 18px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        max-width: 32px;
        margin-left: 40px;
    }

    .flag-menu {
        display: none;
    }

    .header-menu .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 6px;
        background: var(--white-color);
        margin: 0 0 10px;
    }

    .header-menu .stellarnav .menu-toggle {
        padding: 0;
        position: fixed;
        top: 125px;
        left: 10px;
    }

    .header-menu .stellarnav.mobile.left>ul,
    .stellarnav.mobile.right>ul {
        background: var(--white-color);
    }

    .stellarnav.mobile ul {
        position: relative;
        display: none;
        text-align: left;
        background: #f3f5f8;
    }

    .header-menu .menu ul li a {
        color: var(--black-color);
    }

    .stellarnav.mobile>ul>li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        margin-top: -14px;
    }

    .stellarnav.mobile>ul>li a img {
        max-width: 24px;
    }

    .stellarnav.mobile li li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .stellarnav.mobile li li:first-child {
        padding-top: 20px;
    }

    .stellarnav.mobile li a span {
        margin-left: 10px;
    }

    .mobile-flag {
        display: block !important;
    }

    .header-btn a {
        font-size: 14px;
        padding: 5px 30px;
        margin-left: 10px;
    }

    .banner-area {
        background-image: url('../img/banner-bg-mobile.jpg');
        padding: 50px 0 450px;
    }

    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .banner-img {
        display: none;
    }

    .banner-img img {
        position: inherit;
        max-width: 120px;
        margin-top: -105px;
    }

    .banner-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .banner-text h2 {
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }

    .banner-text p {
        font-size: 17px;
        line-height: 17px;
        margin-top: 15px;
        text-align: center;
    }

    .banner-text a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .about-top-area {
        padding: 100px 0 60px;
    }

    .about-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-top-text {
        margin-left: 0;
    }

    .about-top-text ul li {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
    }

    .about-top-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .about-top-btn {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .about-top-btn a:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-bottom-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
    }

    .about-bottom-text h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .about-bottom-text p {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 25px;
    }

    .about-bottom-text a {
        max-width: 265px;
        margin: 0 auto;
    }

    .about-bottom-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 40px;
    }

    .cta-area {
        padding: 100px 0;
    }

    .cta-content img {
        max-width: 55px;
    }

    .cta-content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .footer-area {
        padding: 60px 0;
    }

    .mhn-container {
        width: 320px;
    }

    .banner-container {
        width: 320px;
    }

    .account-title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .account-title {
        margin: 10px 0 30px;
    }

    .account-top::before, .account-top::after {
        display: none;
    }

    .account-top-single {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 7px 20px;
        text-align: center;
    }

    .account-top-single h2 {
        font-size: 12px;
        line-height: 12px;
    }

    .account-head, .account-body {
        border-radius: 0 !important;
    }

    .single-account {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 30px;
    }


}

/* Wide Mobile Device */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }

    .banner-container {
        width: 450px;
    }

    .mhn-container {
        width: 450px;
    }
}