@media screen and (min-width: 1400px) {
    .home-banner-content {
        padding-right: 10%;
    }
}
@media screen and (min-width: 1800px) {
    .home-banner-content {
        font-size: 4.1vh;
    }

    .home-banner-content h2 {
        font-size: 1em;
        line-height: 1.3em;
    }

    .home-banner-content p {
        font-size: 0.5em;
        line-height: 1.5em;
    }
    .home-banner-content .btn {
        font-size: 0.6em;
        line-height: 1.5em;
        padding: 0.5em 2em;
    }
    .home-banner-content .round-shape-near-btn {
        margin-top: -0.7em;
        margin-left: 4.4em;
    }
}
@media screen and (min-width: 2100px) {
    .home-banner-content {
        padding-right: 0;
    }
}
/* header */
@media screen and (max-width:991px) {
    .hamburger.hamburger--collapse {
    display: block;
    }
    .header .navbar-inner .navbar-collapse {
        display: none;
        background-color: #ffffff;
        margin-left: 0;
    }
    .navbar-inner {
        display: block;
    }
    .navbar__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .banner-item {
        padding-top: 50vw;
    }
    .footer-contact a {
        font-size: 32px;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 16px;
    }
   p , li, a {
    font-size: 14px;
    font-weight: 400;
   }
   section {
    padding: 30px 0;
   }
   .banner-page-left p {
    font-size: 14px;
    margin-bottom: 0;
   }
   .banner-page-left ul {
    padding-left: 0;
   }
   .banner-page-left ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
   }
   .btn {
    display: inline-block;
    margin-top: 7px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    }

.footer-contact a {
    font-size: 25px;
}
.footer .footer-items a img {
    width: 14px;
    height: 14px;
    object-fit: cover;
}
.header-top {
    padding: 4px 0;
}
.page-banner-main {
    padding-top: 146px;
}
.navbar__top a img {
    max-width: 150px;
}
.hamburger {
    padding: 10px 9px;
}
.choose-plan-wraper {
    padding-bottom: 50px;
}

.footer-contact {
    text-align: left;
    background-color: #564779;
    padding: 20px 15px;
}
.footer-right {
    background: #4a4a4a;
    padding: 20px 15px;
}
.footer-socil-link, .footer-right-copyright p  { 
    text-align: center;
}
.footer-bottom {
    background: #1E1E1E;
    padding: 14px 0;
}
.footer .footer-items p {
    color: #fff;
    padding-left: 16px;
}
.btn-slider {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
}
.header-nav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
}

    .home-banner-img {
        min-height: inherit;
    }
    .demo-container {
        flex-wrap: wrap;
    }
    .demo-img {
        flex: 0 0 calc(100% + 60px);
        margin: 20px -30px 0;
    }
    .features-container .features-box {
        flex-wrap: wrap;
        background: rgba(24, 204, 100, 0.12);
    }
    .features-container > .features-box:nth-child(2n+2) {
        flex-direction: inherit;
        text-align: left;
    }
    .features-container > .features-box:nth-child(2n+2) {
        background: rgba(255, 150, 0, 0.12);
    }
    .features-container .features-box .features-img {
        flex: 0 0 87px;
    }
    .plan-box {
        margin-bottom: 0;
        max-width: 90%;
        padding: 24px 15px;
    }
    .plan-price .plan-amount,
    .plan-price .plan-duration {
        font-size: 22px;
    }
    .plan-price .plan-currency {
        font-size: 14px;
    }
    .plan-box .plan-action {
        position: static;
    }
}