@import "font-awesome-all.css";
@import "flaticon.css";
@import "owl.css";
@import "bootstrap.css";
@import "animate.css";
@import "color.css";
@import "style.css";
@import "responsive.css";
@import "custom.css";

.shape-101{
   background:url(../images/plan-share23.webp); 
}
.shape-202301{
   background:url(../images/shape-2023.webp); 
}
.shape-202302{
   background:url(../images/shape-2023.webp); 
}

    /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .no-desktop {
        display:block !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .no-desktop {
        display:block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .no-desktop {
        display:none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .no-desktop {
        display:none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .no-desktop {
        display:none;
    }
}
