@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .container{
        width: 100%;
        max-width: 1160px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1100px) {
    .container{
        width: 100%;
        max-width: 1060px;
    }

    .solution-img > img {
        width: 560px;
        height: 755px;
        display: block;
    }

    nav > ul > li > a {
        font-size: 15px;
    }

    nav > ul {
        gap: 16px;
    }

    .header-nav {
        gap: 30px;
    }

    .helpline-img > a > img{
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1000px) {
    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-img > img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 850px;
    }
}

@media screen and (max-width: 1099px) and (min-width: 999px) {
    .container {
        width: 100%;
        max-width: 980px;
    }


    .solution-img > img {
        width: 560px;
        height: 755px;
        display: block;
    }

    nav > ul > li > a {
        font-size: 15px;
    }

    nav > ul {
        gap: 16px;
    }

    .header-nav {
        gap: 20px;
    }

    .hero-context > h1 {
        font-size: 48px;
        line-height: 95px;
    }

    h2.title-heading {
        font-size: 40px;
        line-height: 66px;
    }

    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-img > img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 850px;
    }

    .hero-section {
        margin-bottom: 40px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .service-section {
        padding: 40px 0px;
    }

    .solution-bg {
        padding: 90px 0px 60px 0px;
    }

    .product-section {
        padding: 40px 0px;
    }

    .footer-bg {
        padding: 90px 0px 40px 0px;
    }

    .solution-img > img {
        width: 447px;
        height: auto;
        display: block;
    }

    .solution-details > h3 {
        font-size: 28px;
    }

    .solution-icon-img > img {
        width: 88px;
        height: 88px;
        display: block;
    }

    .solution-part-one {
        padding-bottom: 30px;
    }

    .helpline-img > a > img{
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 998px) and (min-width: 868px){
    .container {
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
    }

    .hero-context > p {
        width: 100%;
    }

    .hero-context > h1 {
        font-size: 40px;
        line-height: 78px;
        width: 100%;
    }

    .hero-context {
        padding: 120px 0px;
    }

    .hero-section {
        height: 620px;
        margin-bottom: 40px;
    }

    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .service-title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 50px;
        gap: 20px;
    }

    .solution-title {
        width: 100%;
        padding-bottom: 50px;
    }

    .solution-part-one {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding-bottom: 40px;
    }

    .solution-part-one.sol-flex-direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-title {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .footer-bg {
        padding: 80px 0px 50px 0px;
        margin-top: 40px;
    }

    .footer-title > h2 {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .footer-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-flex {
        padding: 50px 0px 70px 0px;
    }

    .footer-details-part {
        padding: 70px 0px;
    }

    .footer-copyright > p {
        padding-top: 50px;
    }

    h2.title-heading {
        font-size: 36px;
        line-height: 72px;
    }
}

@media (max-width: 868px) {
    .menu-toggle {
        display: flex;
        z-index: 1000;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 240px;
        background: #fff;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
        transition: right 0.3s ease-in-out;
        z-index: 999;
    }

    .header-nav.active {
        right: 0;
    }

    nav > ul {
        flex-direction: column;
        gap: 20px;
    }

    .helpline {
        width: 100%;
        justify-content: center;
    }

    .helpline-img > a > img{
        width: 44px;
        height: 44px;
    }

    .helpline-text > a {
        font-size: 14px;
    }

    .solution-section {
        padding: 40px 0px;
    }

    .product-details-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 867px) and (min-width: 768px){
    .container {
        width: 100%;
        max-width: 730px;
        margin: 0 auto;
    }

    .hero-context > h1 {
        font-size: 40px;
        line-height: 78px;
        width: 100%;
    }

    .hero-context > p {
        width: 100%;
    }

    .hero-context {
        padding: 120px 0px;
    }

    .hero-section {
        height: 620px;
        margin-bottom: 40px;
    }

    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .service-title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 50px;
        gap: 20px;
    }

    .solution-title {
        width: 100%;
        padding-bottom: 50px;
    }

    .solution-part-one {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding-bottom: 40px;
    }

    .solution-part-one.sol-flex-direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .service-section {
        padding: 40px 0px;
    }

    .product-section {
        padding: 40px 0px;
    }

    .solution-bg {
        padding: 70px 0px 50px 0px;
    }

    .product-title {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .footer-bg {
        padding: 80px 0px 50px 0px;
        margin-top: 40px;
    }

    .footer-title > h2 {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .footer-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-flex {
        padding: 50px 0px 70px 0px;
    }

    .footer-details-part {
        padding: 70px 0px;
    }

    .footer-copyright > p {
        padding-top: 50px;
    }

    .solution-section {
        padding: 40px 0px;
    }

    h2.title-heading {
        font-size: 36px;
        line-height: 72px;
    }
}

@media screen and (max-width: 767px) and (min-width: 680px){
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }

    .hero-context > p {
        width: 100%;
    }

    .hero-context > h1 {
        font-size: 40px;
        line-height: 78px;
        width: 100%;
    }

    .hero-context {
        padding: 120px 0px;
    }

    .hero-section {
        height: 620px;
        margin-bottom: 40px;
    }

    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .service-title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 50px;
        gap: 20px;
    }

    .solution-title {
        width: 100%;
        padding-bottom: 50px;
    }

    .solution-part-one {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding-bottom: 40px;
    }

    .solution-part-one.sol-flex-direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-title {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .footer-bg {
        padding: 70px 0px 50px 0px;
        margin-top: 40px;
    }

    .footer-title > h2 {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .footer-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-flex {
        padding: 50px 0px 70px 0px;
    }

    .footer-details-part {
        padding: 70px 0px;
    }

    .footer-copyright > p {
        padding-top: 50px;
    }

    .solution-section {
        padding: 40px 0px;
    }

    h2.title-heading {
        font-size: 36px;
        line-height: 72px;
    }

    .product-section {
        padding: 40px 0px;
    }

    .service-section {
        padding: 40px 0px;
    }

    .form > button {
        width: 280px;
    }

    .solution-bg {
        padding: 70px 0px 50px 0px;
    }
}

@media screen and (max-width: 679px){
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }

    .header-logo > img {
        max-width: 130px;
    }

    .hero-context > h1 {
        font-size: 32px;
        line-height: 60px;
        width: 100%;
    }

    .hero-context {
        padding: 80px 0px;
    }

    .hero-section {
        height: 600px;
        margin-bottom: 40px;
    }

    .about-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .service-title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 50px;
        gap: 20px;
    }

    .solution-title {
        width: 100%;
        padding-bottom: 50px;
    }

    .solution-part-one {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding-bottom: 40px;
    }

    .solution-part-one.sol-flex-direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-title {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .footer-bg {
        padding: 70px 0px 50px 0px;
        margin-top: 40px;
    }

    .footer-title > h2 {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .footer-details-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-flex {
        padding: 50px 0px 50px 0px;
    }

    .footer-details-part {
        padding: 50px 0px;
    }

    .footer-copyright > p {
        padding-top: 50px;
    }

    .solution-section {
        padding: 40px 0px;
    }

    h2.title-heading {
        font-size: 28px;
        line-height: 52px;
    }

    .product-section {
        padding: 40px 0px;
    }

    .service-section {
        padding: 40px 0px;
    }

    .form > button {
        width: 100%;
        justify-content: center;
        padding: 7px 10px;
        font-size: 16px;
    }

    .solution-bg {
        padding: 70px 0px 50px 0px;
    }

    .footer-link {
        max-width: 100%;
        margin: 0;
        padding-top: 8px;
    }

    .form {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .solution-img > img {
        width: 100%;
        height: auto;
        display: block;
    }

    .hero-context > p {
        width: 100%;
        font-size: 15px;
        line-height: 28px;
    }

    .form > input#email {
        width: 100%;
        border: 0px;
        outline: 0px;
        padding: 10px 20px;
        background: #ffffff;
        border-radius: 100px;
    }

    .service-card-text {
        font-size: 15px;
        line-height: 26px;
    }

    .solution-title > p {
        font-size: 15px;
        line-height: 26px;
    }

    .solution-details > p {
        font-size: 15px;
        line-height: 26px;
    }

    .solution-icon-tips > p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 0px;
    }

    .solution-icon-tips > h4 {
        font-size: 20px;
    }

    .footer-text > p {
        font-size: 15px;
    }

    .form > button > img {
        width: 30px;
        height: 30px;
    }

    .hero-context > a > button > img {
        width: 30px;
        height: 30px;
    }

    .hero-context > a > button {
        font-size: 16px;
        gap: 12px;
    }

    a.primary-btn > button {
        font-size: 16px;
        gap: 12px;
    }

    .solution-details > h3 {
        font-size: 22px;
    }

    .solution-points {
        display: flex;
        align-items: unset;
        gap: 8px;
        flex-direction: column;
    }

    .footer-text > img {
        width: 140px;
    }

    .product-details-title {
        height: 60px;
    }
    .product-details-title {
        font-size: 16px;
        padding: 12px 0px 5px 0px;
    }
}

@media screen and (max-width: 390px) {
    h2.title-heading {
        font-size: 26px;
        line-height: 52px;
    }

    .hero-context > h1 {
        font-size: 28px;
        line-height: 60px;
        width: 100%;
    }
}



