
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

/* Extra large devices (large desktops) */

/* ----- Responsive Navbar with Media Queries ----*/
/* Extra small (phones) */
@media only screen and (min-width: 320px) and (max-width: 767.98px) {

/*all page global bredcamp menu hide*/
.card-header,nav.header-navigation {
    
    display: none!important;
/*    sharmeen chnged*/
	/*	display: none!important;*/ /*hinde bradcamp mene*/
	}
	/***** testimonial ***** */
/*
this changes are done by sharmeen for the mobile view to adjust the testimonal to client view  to id #curtest

*/
#curtest {
        margin-bottom: -40px!important;
        margin-top: -52px!important;
}
/*  this is common for testimonal and banner  */
.carousel-inner {
        margin-bottom: 0px!important;
}

#bradcampblock{
	margin-top: 10px!important;/*CurrentWeek + more*/
    margin-bottom: 8.1px!important;/*CurrentWeek + more*/
}
 /***** bold stripHeading(seemore) ***** */
 
/* sharmeen removed */
/*    h4#Seemorstipbox {
    margin-top: unset!important;
    width: unset!important;
}*/
/***** bold stripHeading(Seemore Offers) ***** */
div#headerbox {
    
/*    sharmeen comment*/
   /* margin-top: unset!important;*/
}
h4#Offerstipbox {
    margin-top: unset!important;
    width: unset!important;
}
/***** bold stripHeading(viewmore Offers) ***** */
h4#Viewofferstipbox {
    margin-top: unset!important;
    width: unset!important;
}
/***** Product details (pin code checker) ***** */
input#spin_code {
    width: 70%!important;
}
/***** bold red strip (Store locator / gallery) ***** */
div#redstripheading {
    padding-top: unset!important;
}
/*Map view */
.xm{
padding: .25rem!important;
}
/***** bold red strip (About us / contaus / privcacy / terms conditions / return policy ) ***** */
h4#redstripheading{
   margin-top: unset!important;
}
div#paragraph,#formbox {
   margin-bottom: unset!important;
    height: unset!important;
}
/* contactus */
iframe#smap {
    width: 320px;
    height: 220px;
}
}