/* responsive css start */


@media (max-width: 576px) { /* Styles for extra small devices (phones) */
/* banner start */
#banner{
    width: 100% !important;
    height: 55vh !important;
    position: relative;
}

.slick-slider-1{
    height: 55vh !important;
    background: url("../images/banner/home_banner_one-mobile.png") no-repeat center / contain !important;
} 
.slick-slider-2{
    height: 55vh !important;
    background: url("../images/banner/home_banner_two-mobile.png") no-repeat center / contain !important;
}
.slick-slider-3{
    height: 55vh !important;
    background: url("../images/banner/home_banner_three-mobile.png") no-repeat center / contain !important;
}

/* banner end */
/* feature start */
.feature_wrapper{
    flex-wrap: wrap;
}
.lightbox{
    width: 90%;
    & .hero {
        aspect-ratio: 1;
        background-size: contain;
      }
}
.feature_details_p_name{
    margin-top: 30px;
}
.feature_details_p_name h2{
    font-size: 38px;
}
.feature_details_p_description h3{
    font-size: 18px;
}
/* feature end */
/* preinstalled soft start */
.pre_ins_item p {
    font-size: 12px;
}
/* preinstalled soft end */
/* backup soft start */
.backup_soft_item p {
    font-size: 13px;
}
.backup_soft_bottom h2 {
    font-size: 20px;
}
/* backup soft end */
/* price table start */
.plan-card{
    width: 90%;
    ul li{
        font-size: 13px;
    }
}
/* price table end */
/* faq start */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: stretch;
  }
  
  .faq-card {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
  }
  
  .faq-card h2 {
    font-size: 1em;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  
  .faq-card h2 img {
    height: 1.1em;
    width: 1.1em;
    margin-right: 8px;
  }
  
  .faq-card p {
    font-size: 0.85em;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
  }
/* faq end */
}


@media (min-width: 577px) and (max-width: 768px) { /* Styles for small devices (tablets) */
/* banner start */
#banner{
    width: 100% !important;
    height: 60vh !important;
    position: relative;
}

.slick-slider-1{
    height: 60vh !important;
    background: url("../images/banner/home_banner_one-mobile.png") no-repeat center / contain !important;
} 
.slick-slider-2{
    height: 60vh !important;
    background: url("../images/banner/home_banner_two-mobile.png") no-repeat center / contain !important;
}
.slick-slider-3{
    height: 60vh !important;
    background: url("../images/banner/home_banner_three-mobile.png") no-repeat center / contain !important;
}

/* banner end */
/* feature start */
.feature_wrapper{
    flex-wrap: wrap;
}
.lightbox{
    width: 90%;
    & .hero {
        aspect-ratio: 4/3 !important;
        background-size: contain;
      }
}
.feature_details_p_name{
    margin-top: 30px;
}
.feature_details_p_name h2{
    font-size: 38px;
}
.feature_details_p_description h3{
    font-size: 18px;
}
/* feature end */
/* preinstalled soft start */
.pre_ins_item p {
    font-size: 12px;
}
/* preinstalled soft end */
/* backup soft start */
.backup_soft_item p {
    font-size: 13px;
}
.backup_soft_bottom h2 {
    font-size: 20px;
}
/* backup soft end */
/* plan card start */
.plan_card_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.plan-card{
    width: 47%;
    ul li{
        font-size: 13px;
    }
}
.plan-card:nth-child(3){
    margin-top: 20px;
}
.plan-card:nth-child(4){
    margin-top: 20px;
}
/* plan card end */
/* speciality start */
.feature_box_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: auto auto 20px auto;
  }
  .feature-box h3{
    font-size: 20px;
  }
  .feature-box p{
    font-size: 14px;
  }
/* speciality end */
/* faq start */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    align-items: stretch;
  }
  
  .faq-card {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
  }
  
  .faq-card h2 {
    font-size: 1em;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  
  .faq-card h2 img {
    height: 1.1em;
    width: 1.1em;
    margin-right: 8px;
  }
  
  .faq-card p {
    font-size: 0.85em;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
  }
/* faq end */
}


@media (min-width: 769px) and (max-width: 992px) { /* Styles for medium devices (laptops) */
/* banner start */
#banner{
    width: 100% !important;
    height: 75vh !important;
    position: relative;
}

.slick-slider-1{
    height: 75vh !important;
    background: url("../images/banner/home_banner_one-mobile.png") no-repeat center / contain !important;
} 
.slick-slider-2{
    height: 75vh !important;
    background: url("../images/banner/home_banner_two-mobile.png") no-repeat center / contain !important;
}
.slick-slider-3{
    height: 75vh !important;
    background: url("../images/banner/home_banner_three-mobile.png") no-repeat center / contain !important;
}

/* banner end */
/* feature start */
.feature_wrapper{
    flex-wrap: wrap;
}
.lightbox{
    width: 90%;
    & .hero {
        aspect-ratio: 4/2.5 !important;
        background-size: contain;
      }
}
.feature_details_p_name{
    margin-top: 30px;
}
.feature_details_p_name h2{
    font-size: 38px;
}
.feature_details_p_description h3{
    font-size: 18px;
}
/* feature end */
/* preinstalled soft start */
.pre_ins_item p {
    font-size: 16px;
}
/* preinstalled soft end */
/* backup soft start */
.backup_soft_item p {
    font-size: 16px;
}
.backup_soft_bottom h2 {
    font-size: 20px;
}
/* backup soft end */
/* plan card start */
.plan_card_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.plan-card{
    width: 47%;
    ul li{
        font-size: 13px;
    }
}
.plan-card:nth-child(3){
    margin-top: 20px;
}
.plan-card:nth-child(4){
    margin-top: 20px;
}
.plan-bottom{
    font-size: 20px;
}
/* plan card end */
/* speciality start */
.feature_box_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: auto auto 20px auto;
  }
  .feature-box h3{
    font-size: 20px;
  }
  .feature-box p{
    font-size: 14px;
  }
/* speciality end */
/* faq start */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    align-items: stretch;
  }
  
  .faq-card {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
  }
  
  .faq-card h2 {
    font-size: 1em;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  
  .faq-card h2 img {
    height: 1.1em;
    width: 1.1em;
    margin-right: 8px;
  }
  
  .faq-card p {
    font-size: 0.85em;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
  }
/* faq end */
}


@media (min-width: 993px) and (max-width: 1200px) { /* Styles for large devices (large laptops) */
    #banner{
        width: 100% !important;
        height: 75vh !important;
        position: relative;
    }
    
    .slick-slider-1{
        height: 75vh !important;
        background: url("../images/banner/home_banner_one-mobile.png") no-repeat center / contain !important;
    } 
    .slick-slider-2{
        height: 75vh !important;
        background: url("../images/banner/home_banner_two-mobile.png") no-repeat center / contain !important;
    }
    .slick-slider-3{
        height: 75vh !important;
        background: url("../images/banner/home_banner_three-mobile.png") no-repeat center / contain !important;
    }
    
    /* banner end */
    /* speciality start */
    .feature_box_wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 100%;
        margin: auto auto 20px auto;
      }
      .feature-box h3{
        font-size: 20px;
      }
      .feature-box p{
        font-size: 14px;
      }
    /* speciality end */
}


@media (min-width: 1201px) { /* Styles for extra large devices (very large desktop monitors) */
    /* speciality start */
    .feature_box_wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 100%;
        margin: auto auto 20px auto;
      }
      .feature-box h3{
        font-size: 20px;
      }
      .feature-box p{
        font-size: 14px;
      }
    /* speciality end */
}


/* responsive css end */