/* 1680 */
@media only screen and (max-width: 1680px) {}

/* 1450 */
@media only screen and (max-width: 1450px) {
    .banner-title h1 {
        font-size: 4.5rem;
    }

    .home-section-1-flex>div:nth-child(2) {
        flex-basis: 53%;
        height: 550px;
    }

    .banner-content {
        margin: 2rem 0;
    }
    .section-title p, .section-title p span {
        font-size: 3.25rem;
    }
    .im-container-2 {
        width: 80%;
        margin: 0 auto;
    }
    .fees-package-discription {
        width: 100%;
    }
    .section-9-main-homepage {
        padding: 3rem 10rem;
        padding-bottom: 0;
    }
    .request_demo_popup{
        width: 75%;
    }
    .homepage-5-flex>div:nth-child(2){
        gap: 2rem;
    }
}

/* 1366 */
@media only screen and (max-width: 1366px) {
    .section-title p, .section-title p span {
        font-size: 3rem;
    }
    .homepage-5-flex>div:nth-child(2) {
        gap: 2rem;
    }
    .fees-amount p {
        font-size: 3rem;
    }
    .homepage-4-grid {
        gap: 1.5rem;
    }
    .homepage-4-card-vector {
        top: 2rem;
    }
    .section-6-vector {
        width: 40%;
    }
    .home-section-1-flex>div:nth-child(2) {
        flex-basis: 53%;
        height: 525px;
    }
}


/* 1280 */
@media only screen and (max-width: 1280px) {
    html {
        font-size: 14px;
    }
    .testimonials-swiper-outer {
        width: 65%;
    }
    .image-4-testimonial {
        position: absolute;
        left: -10%;
        top: 95%;
    }
    .image-6-testimonial {
        position: absolute;
        right: -10%;
        top: 95%;
    }
    .image-3-testimonial {
        position: absolute;
        left: 0;
        top: 20%;
    }
    .image-5-testimonial {
        position: absolute;
        right: 0;
        top: 20%;
    }
    .image-testimonials-flex {
        width: 47%;
    }
}

/* 1152 */
@media only screen and (max-width: 1152px) {
    .banner-content p br {
        display: none;
    }
    .im-container-2 {
        width: 80%;
        margin: 0 auto;
    }
    .section-9-main-homepage {
        padding: 3rem 8rem;
        padding-bottom: 0;
    }
    .image-4-testimonial {
        position: absolute;
        left: -10%;
        top: 75%;
        width: 25%;
    }
    .image-6-testimonial {
        position: absolute;
        right: -10%;
        top: 75%;
        width: 25%;
    }
    .image-3-testimonial, .image-5-testimonial{
        width: 25%;
    }
    .image-testimonials-flex {
        width: 40%;
    }
    .image-testimonials-flex>div {
        width: 45%;
    }
}

/* 1024 */
@media only screen and (max-width: 1024px) {

    .im-container,
    .im-header-wrapper,
    .im-container-2 {
        width: 90%;
    }

    .banner-title h1 {
        font-size: 3.5rem;
    }
    .tabpanel-header {
        width: fit-content;
    }
    .homepage-4-card-vector {
        top: 2rem;
        width: 75%;
    }
    .homepage-5-flex>div:nth-child(2), .homepage-5-flex>div:nth-child(1) {
        width: 50%;
    }

    .section-9-main-homepage {
        padding: 3rem 4rem;
        padding-bottom: 0;
    }
    .image-4-testimonial, .image-5-testimonial, .image-3-testimonial, .image-6-testimonial{
        display: none;
    }

    .image-testimonials-flex {
        width: 55%;
    }
    #im-section-7-homepage {
        height: 120vh;
    }
    .home-section-1-flex>div:nth-child(2) {
        flex-basis: 53%;
        height: 425px;
    }
}

/* 991 */
@media only screen and (max-width: 991px) {
    html{
        font-size: 16px;
    }
    .visible-tab-mobile {
        display: block;
    }

    .hide-tab-mobile {
        display: none;
    }

    .home-section-1-flex {
        flex-direction: column;
        gap: 3rem;
    }
    .home-section-1-flex>div:nth-child(1){
        gap: 3rem;
    }
    .banner-title {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        align-items: center;
    }

    .im-header-web-link {
        display: none;
    }

    .quick-links-header-web ul li:first-child {
        display: none;
    }

    .im-header-logo {
        display: grid;
        place-items: center;
        width: 150px;
    }

    .quick-links-header-web ul li:last-child {
        display: block;
    }

    .bar {
        display: block;
        height: 2px;
        width: 40px;
        background-color: var(--primary-highlight-color);
        -webkit-transition: var(--common-transition);
        -moz-transition: var(--common-transition);
        -ms-transition: var(--common-transition);
        -o-transition: var(--common-transition);
        transition: var(--common-transition);
    }

    .bar.bottom {
        margin-top: 8px;
    }

    .header-link-icon .hover-disable {
        display: none;
    }

    .header-link-icon .hover-enable {
        display: inline-block;
    }

    .header-link-icon:hover .hover-disable {
        display: none;
    }

    .header-link-icon:hover .hover-enable {
        display: inline-block;
    }

    .nav-btn.active .bar.bottom {
        -webkit-transform: translateY(-5px) rotateZ(-45deg);
        -moz-transform: translateY(-5px) rotateZ(-45deg);
        -ms-transform: translateY(-5px) rotateZ(-45deg);
        -o-transform: translateY(-5px) rotateZ(-45deg);
        transform: translateY(-5px) rotateZ(-45deg);
    }

    .nav-btn.active .bar.top {
        -webkit-transform: translateY(5px) rotateZ(45deg);
        -moz-transform: translateY(5px) rotateZ(45deg);
        -ms-transform: translateY(5px) rotateZ(45deg);
        -o-transform: translateY(5px) rotateZ(45deg);
        transform: translateY(5px) rotateZ(45deg);
    }
    .im-section-padding {
        padding: 4rem 0;
    }
    .im-page-wrapper {
        padding: 5rem 0;
    }
    
    
    .im-mobile-menu-wrapper {
        background-color: var(--white-color);
        position: fixed;
        z-index: 9999;
        top: 0;
        right: -100%;
        transition: all 0.6s ease;
        width: 100%;
        height: 100%;
    }
    .im-mobile-menu-wrapper.active {
        right: 0;
    }
    .im-mobile-menu-div {
        width: 100%;
        height: 100%;
    }
    .mobile-menu-bg-image {
        opacity: 0.15;
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .im-mobile-menu-link {
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .im-mobile-menu-link ul li {
        padding: 1rem 0;
        margin: 1rem 0;
        padding-top: 0;
        border-bottom: 1px solid #cccccc85;
    }
    .im-mobile-menu-link ul li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .im-mobile-menu-link ul li:first-child {
        margin-top: 0;
    }
    .im-mobile-menu-link ul li a p {
        font-size: 24px;
        font-family: var(--semiboldm-font-family);
    }
    .im-mobile-navigation-footer {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .social-media-mobile-navigation {
        margin: 1.5rem 0;
    }
    .social-media-mobile-navigation ul {
        display: flex;
        /* justify-content: end; */
        align-items: center;
        gap: 1.5rem;
    }
    .social-media-mobile-navigation ul li {
        width: 25px;
    }
    .social-media-mobile-navigation ul li div{
        display: grid;
        place-items: center;
    }
    .mobile-links-2 ul {
        display: flex;
        /* justify-content: end; */
        gap: 2rem;
        align-items: center;
    }
    .mobile-links-2 ul li a p {
        font-size: 16px;
        font-family: var(--mediumm-font-family);
    }
    .section-2-home-grid {
        grid-template-columns: repeat(3,1fr);
    }
    .section-title p, .section-title p span {
        font-size: 2.5rem;
    }
    .homepage-4-grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-areas:
            'one'
            ' two'
            'three';
    }
    .homepage-4-card-vector {
        top: 6rem;
        width: 85%;
    }
    .homepage-5-flex {
        display: flex;
        gap: 4rem;
        flex-direction: column;
    }
    .homepage-5-flex>div:nth-child(2), .homepage-5-flex>div:nth-child(1) {
        width: 90%;
        margin: 0 auto;
    }
    .homepage-5-flex>div:nth-child(1) {
        width: 90%;
        margin: 0;
    }
    .homepage-6-grid {
        margin-top: 4rem;
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 4rem;
        gap: 4rem;
    }
    .testimonials-swiper-outer {
        width: 90%;
    }
    .accordion-header p {
        font-size: 1.5rem;
        font-family: var(--medium-font-family);
    }
    .section-6-vector {
        width: 45%;
        top: -10%;
    }
    .homepage-4-grid>div:nth-child(3) .homepage-4-card-vector {
        position: absolute;
        top: 4rem;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    #im-section-7-homepage {
        height: 105vh;
    }
    .image-testimonials-flex {
        display: none;
    }
    #contactUsformData .request-demo-3flex {
        grid-template-columns: repeat(1, 1fr);
    }
    .request_demo_popup {
        width: 75%;
        height: 80%;
        border-radius: 5px;
        overflow-y: scroll;
        padding: 2rem;
    }
    .category-buttons-request-form {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-section-1-flex>div:nth-child(2) {
        flex-basis: 100%;
        height: auto;
    }
    .order-delivered-lable {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .sales-lable {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .home-swiper-lable{
        width: fit-content;
    }
    .order-outofstock-lable {   
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .home-swiper-lable p {
        font-size: 1rem;
    }
    #im-section-5-homepage .section-title , #im-section-6-homepage .section-title {
        text-align: center;
    }
    .download-app-content {
        text-align: center;
    }
}
/* 767 */
@media only screen and (max-width: 767px) {
    .im-section-padding {
        padding: 3rem 0;
    }
    .footer-links ul{
        flex-flow: row wrap;
    }

    .banner-title h1 {
        font-size: 3rem;
    }
    .section-2-home-grid {
        grid-template-columns: repeat(2,1fr);
        width: 100%;
    }
    .section-title p, .section-title p span {
        font-size: 2rem;
    }
    .tabpanel-header {
        width: fit-content;
        display: flex;
        grid-template-columns: unset;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-bottom: none;
        gap: 1rem;
    }
    .tabpanel-header>div p {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        font-family: var(--bold-font-family);
        transition: var(--common-transition);
        background: #dedede;
        border-radius: 35px;
    }
    .tabpanel-header>div.active p {
        padding-bottom: 0.5rem;
        border-bottom: none;
        background-color: var(--secondary-color);
    }
    .homepage-4-card-content {
        position: relative;
        width: 100%;
        left: unset;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        bottom: unset;
        margin-top: 2rem;
    }
    .homepage-4-grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-areas:
            'one'
            ' two'
            'three';
        gap: 2rem;
    }
    .homepage-4-card {
        border-radius: 2rem;
        overflow: hidden;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .homepage-5-flex>div:nth-child(1) {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .homepage-4-card-image img {
        height: 250px;
    }
    .homepage-5-grid>div:nth-child(1), .homepage-5-grid>div:nth-child(3) {
        border-radius: 0;
    }
    .homepage-4-card-vector {
        top: 3rem;
        width: 90%;
    }
    .section-title p br{
        display: none;
    }
    .homepage-4-card-content h1 {
        font-size: 1.5rem;
        font-family: var(--bold-font-family);
    }
    .soulution-sets-div h1 {
        font-size: 1.5rem;
    }
    .soulution-sets-div p {
        font-size: 1rem;
        color: var(--gray-color);
    }
    .section-6-homepage-main {
        padding: 3rem 2rem 2rem 2rem;
    }
    .homepage-6-grid {
        margin-top: 2rem;
    }
    .section-7-homepage-main {
        padding: 2rem;
        padding-bottom: 3rem;
    }
    .testimonials-swiper-outer {
        width: 100%;
    }
    .testimonial-card-content {
        margin: 2rem 0 1rem 0;
    }
    .swiper-pagination {
        bottom: 3%;
    }
    .section-7-homepage-main {
        padding: 2rem;
        padding-bottom: 4rem;
    }
    .accordion-header p {
        font-size: 1rem;
        font-family: var(--bold-font-family);
    }
    .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 0;
        cursor: pointer;
    }
    .accordion-content p {
        font-size: 0.8rem;
    }
    .section-9-main-homepage {
        padding: 1.5rem;
        padding-bottom: 0;
        flex-direction: column;
        gap: 4rem;
        border-radius: 1rem;
    }
    .download-app-content p {
        font-size: 1.5rem;
        font-family: var(--bold-font-family);
    }
    .section-9-main-homepage>div:nth-child(1) {
        order: 2;
    }
    .section-9-main-homepage>div:nth-child(2) {
        order: 1;
    }
    .homepage-4-grid>div:nth-child(3) .homepage-4-card-vector {
        top: 2rem;
    }
    .bottom-strip-im p.connect-line{
        display: none;
    }
    .bottom-strip-im button{
        width: 90%;
    }
    #im-section-7-homepage {
        height: fit-content;
    }
    .section-7-homepage-main {
        padding: 0;
        padding-bottom: 0;
    }  
    .im-page-wrapper {
        padding: 5rem 0 0 0;
    } 
    .request_demo_popup {
        width: 100%;
        height: 80%;
        border-radius: 5px;
        overflow-y: scroll;
        padding: 1rem;
        bottom: -100%;
        top: unset;
        transform: translate(-50%, 0%) scale(1);
    }
    .request_demo_popup.active {
        transform: translate(-50%, 0%) scale(1);
        bottom: 0;
    }
    input.form-control {
        padding: 1rem 0rem;
        border: none;
        font-size: 1rem;
        box-shadow: none;
        outline: none;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
    }
    .radio_category_select label.button_radio_select{
        padding: 0.5rem;
    }
    .consent-checkbox{
        font-size: 10px;
    }
    .radio_category_select label.button_radio_select {
        padding: 0.5rem;
        font-size: 0.8rem;
        margin: 0;
    }
    .category-buttons-request-form{
        gap: 1rem;
    }
    .swiper-img img {
        border-radius: 1.5rem;
        height: 400px;
    }
}

/* 400 */
@media only screen and (max-width:400px) {}