

/* screen */
@media screen {
.d-screen-none {
   display: none !important;}
}



/* xs <575 */
@media (max-width: 575px) {
}
/* sm 576 to 767 */
@media (min-width: 576px) and (max-width: 767px) {

}
/* md 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) {

}
/* lg 992 to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* xl 1200 to 1399 */
@media (min-width: 1200px) and (max-width: 1399px) {

}
/* xxl >1400 */
@media (min-width: 1400px) {

}


/* ----- */
/* all-lg */
@media (min-width: 1200px) {
/* margin */
/* right */
.m-e-15-all-lg {
   margin-right: 15px !important;}
}


/* md-all */
@media (min-width: 768px) {

/* margin */
/* bottom */
.m-b-0-md-all {
   margin-bottom: 0 !important;}
/* right */
.p-e-0-md-all {
   padding-right: 0 !important;}
.m-e-15-md-all {
   margin-right: 15px !important;}
/* left */
.p-s-0-md-all {
   padding-left: 0 !important;}
}



/* lg-all */
@media (min-width: 992px) {

/* padding */
/* top */
.p-t-90-lg-all {
   padding-top: 90px !important;}
/* left */
.p-s-40-lg-all {
   padding-left: 40px !important;}

/* height */
.h-815-px-lg-all {
   height: 815px !important;}

/* overflow */
.overflow-y-auto-lg-all {
   overflow-y: auto;}
.overflow-x-hidden-lg-all {
   overflow-x: hidden;}
}


/* zero-lg */
@media (max-width: 1199px) {

/* margin */
/* right */
.m-e-15-zero-lg {
   margin-right: 15px !important;}
}


/* zero-md */
@media (max-width: 991px) {

/* margin */
/* top */
.p-t-30-zero-md {
   padding-top: 30px !important;}
/* right */
.m-e-15-zero-md {
   margin-right: 15px !important;}

/* overflow */
.overflow-y-hidden-zero-md {
   overflow-y: hidden;}
}


/* zero-sm */
@media (max-width: 767px) {

/* padding */
/* top */
.p-t-50-zero-sm {
   padding-top: 50px !important;}
/* right */
.p-e-0-zero-sm {
   padding-right: 0 !important;}
/* bottom */
.p-b-30-zero-sm {
   padding-bottom: 30px !important;}
/* left */
.p-s-0-zero-sm {
   padding-left: 0 !important;}


/* margin */
/* top */
.m-t-10-zero-sm {
   margin-top: 10px !important;}
.m-t-15-zero-sm {
   margin-top: 15px !important;}
.m-t-25-zero-sm {
   margin-top: 25px !important;}


/* bottom */
.m-b-15-zero-sm {
   margin-top: 15px !important;}


/* order */
.order-1-zero-sm {
   order: 1 !important;}
.order-2-zero-sm {
   order: 2 !important;}
.order-3-zero-sm {
   order: 3 !important;}

/* border */
.border-0-zero-sm {
   border: none !important;}
}


/* xs <575 */
@media (max-width: 575px) {
/* margin */
/* top */
.m-t-10-zero-xs {
   margin-top: 10px !important;}
}