@media screen and (min-width: 576px){
    .ftr-content br {
        display: none;
    }
}
 
@media screen and (min-width: 1600px) {
 
}
@media screen and (max-width: 1440px) {
   
}
 
@media screen and (max-width: 1199px) {
    /* footer */
    .footer {
        padding-bottom: 2rem;
    }
    .ftr-wrap {
        gap: 30px;
    }
    .popup-content-main-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
 
@media screen and (min-width: 768px) and (max-width: 991px) {
    .name-text {
        bottom: 4%;
    }
    .name-text h2 {
        font-size: max(2.2rem, min(6vw,  4.6875rem));
    }
    .bottom-img-wrap {
        top: 73%;
    }
    .medium-circle {
        width: 64%;
    }
    .small-circle {
        width: 45%;
    }
}
@media screen and (max-width: 991px) {
    h2 {
        letter-spacing: -1.8px;
    }
    /* feature style 9 */
    .vi-feature-style-9 .feature-content h2 {
        margin-bottom: 0;
    }
    /* feature style 2 */
    .video-wrap .card-btn {
        height: 80px;
        width: 80px;
    }
    .popup-content-main-wrap{
        column-gap: 4rem;
    }
    .feature-style-1 .split-content {
        padding-top: 3.5rem;
    }
    /* .feature-style-1 .medium-circle{
        max-width: 160px;
    }
    .bottom-img-wrap {
        right: 55px;
    } */
    .feature-style-1 .img-wrap {
        max-width: 550px;
        margin: 0 auto;
    }
    .feature-style-5 .content-wrap{
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    .feature-style-5 .card-img {
        max-width: 40px;
    }
    .vi-feature-style-3 .line-1 {
        margin-top: 2rem;
        width: 62%;
    }
    .vi-feature-style-3 p {
        margin-top: 6.3125rem;
    }
    .vi-feature-style-4 .main-svg {
        width: 65%;
    }
    .vi-feature-style-4 .main-svg svg {
        height: 100%;
    }
    .list-text {
        gap: 5px;
        padding-left: 36px;
    }
    .value-stack-panel {
        padding: 4.5rem 6.625rem 6.5rem;
    }
    .vi-feature-style-7 .card-2 .card-img {
        max-width: 110px;
    }
    .vi-feature-style-7 .line-8 {
        margin: 3rem 0rem 1rem auto;
        width: 42%;
    }
    .vi-feature-style-9 .content-panel {
        gap: 2.25rem;
    }
    .vi-feature-style-7 .line-9 {
        margin-top: 4.1rem;
    }
    .vi-feature-style-7 .line-7 {
        margin-top: 1rem;
        width: 65%;
    }
}

@media screen and (min-width: 768px) {
    .is-desktop {
        display: block !important;
    }
    .is-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .main-container {
        width: 75%;
    }
    h5 {
        letter-spacing: -0.5px;
    }
    .btn {
        padding: 12px 20px;
    }
    small {
        font-size: var(--font12);
    }
    .is-desktop {
        display: none !important;
    }
    .is-mobile {
        display: block !important;
    }
    .is-mobile .main-svg, .starting-point {
        margin: 0 auto;
    }
    header {
        padding-bottom: 2.875rem;
    }
    .footer {
        padding-bottom: 6rem;
    }
    .banner-caption {
        gap: 20px;
    }
    .video-wrap img {
        aspect-ratio: 16 / 10;
    }
    .vi-feature-style-2 {
        margin-bottom: 10rem;
    }
    .vi-feature-style-4 .main-svg {
        width: fit-content;
    }
    .vi-feature-style-3 p, .vi-feature-style-4 h6, .vi-feature-style-4 p, .feature-style-1 .split-content {
        text-align: center;
    }
    .vi-feature-style-3 p {
        margin-top: 0;
    }
    .vi-feature-style-4 .sec-head h2 {
        justify-content: center;
    }
    .vi-feature-style-7 .feature-card {
        flex-direction: column;
    }
    .vi-feature-style-7 .card-content {
        align-items: center;
        text-align: center;
    }
    .vi-feature-style-7 .card-content br {
        display: none;
    }
    .vi-feature-style-8 {
        background: rgb(255 244 233 / 64%);
        padding: var(--space65) 0;
    }
    .value-stack-panel {
        padding: 0;
    }
    .feature-style-5 .content-wrap {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 1.5rem;
    }
    .feature-style-5 .content-wrap .feature-card:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .bottom-img-wrap {
        top: 78%;
    }
    .vi-feature-style-9 .content-panel {
        gap: 2rem;
    }
    .main-svg svg {
        width: 70%;
    }
     /* floating button  */
    .floating-btn {
        flex-direction: row;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }
}
 
@media screen and (max-width: 680px){
    .popup-content-main-wrap {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 2.5rem;
    }
    .popup-content-main-wrap button:nth-child(1) .popup-card{
        padding-top: 0;
    }
    .popup-content-main-wrap button:nth-child(6) .popup-card{
        border-bottom: 0;
    }
    .feature-style-5 .card-img {
        max-width: 40px;
        max-height: 30px;
    }
 
}
@media screen and (max-width: 575px){
    .main-container {
        width: 85%;
    }
    h1 {
        letter-spacing: -2.2px;
    }
    /* feature style 2 */
    .video-wrap .card-btn {
        height: 65px;
        width: 65px;
    }
    .video-thumbnail {
        height: 60px;
        width: 60px;
    }
   
    /* slider style 9 */
    .slider-panel {
        margin-right: 0;
    }
   
 
    .floating-btn .btn{
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
 
    .floating-btn .btn-orange{
        padding: 8px 14px;
    }
 
    .footer {
        padding-bottom: 7rem;
    }
    .slider-style-9 .feature-wrap{
        gap: 30px;
    }
    .bottom-img-wrap {
        top: 80%;
    }
    .medium-circle {
        max-width: 65%;
    }
    .small-circle {
        max-width: 50%;
    }
    .feature-style-5 .content-wrap {
        grid-template-columns: 100%;
    }
    .feature-style-5 .card-img {
        max-width: 35px;
        max-height: 30px;
    }
    .value-card {
        gap: 2.5rem;
    }
    .feature-style-5 .content-wrap .feature-card:last-child {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }
    .feature-style-5 .content-panel {
        gap: 2.75rem;
    }
    .feature-style-6 .sec-img {
        max-width: 300px;
    }
    .feature-style-6 .content-panel {
        gap: 1.375rem;
    }
    .name-text h2 {
        font-size: max(2rem, min(10vw,  3.375rem));
    }
     /* .list-card {
        margin-bottom: 1rem;
     }
    .list-num {
        position: absolute;
    }
    .list-text {
        padding: 15px 20px 15px 6.5rem;
    } */
}
 
@media screen and (max-width: 480px) {
    /* slider style 9 */
    .slider-style-9 .slider-btm img {
        max-width: 170px;
        max-height: 140px;
    }
    .slider-style-9 .vi-slider-card {
        gap: 2rem;
    }
    .feature-style-5 .card-img {
        max-width: 30px;
        max-height: 30px;
    }
    .medium-circle {
        max-width: 60%;
    }
    .small-circle {
        max-width: 45%;
    }
    .bottom-img-wrap {
        right: 0%;
    }
    .name-text {
        bottom: 3%;
    }
    .value-card p {
        font-size: var(--font15);
    }
    .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .vi-feature-style-4 .sec-head h2 {
        display: block !important;
        text-align: center;
    }
    .sec-head sup {
        top: -1em;
        font-size: var(--font14);
    }
}
@media screen and (max-width: 380px) {
 
    .card-btn {
        height: 50px;
        width: 50px;
    }
    .card-btn img {
        max-width: 20px;
    }
    .slider-style-9 .vi-slider-card {
        gap: 0;
    }
    .small-circle {
        max-width: 33%;
        margin-left: -38px;
    }
    .medium-circle {
        max-width: 47%;
    }
    .name-text p {
        font-size: var(--font13);
    }
    .bottom-img-wrap {
        top: 77%;
    }
    .value-card {
        gap: 1rem;
    }
    .value-card p {
        font-size: var(--font14);
    }
}