.popup-box img {
width: 100%;
height: auto;
}
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
padding: 0;
margin: 0;
}

.item {
background: url(../home.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.item.item2 {
background: url(../home2.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.item.item3 {
background: url(../home3.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.item.item4 {
background: url(../home4.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.item.item5 {
background: url(../home5.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.item.item6 {
background: url(../home6.jpg) no-repeat top center;
background-size: cover;
height: 100vh;
position: relative;
}
.cont {
position: absolute;
right: 112px;
bottom: 53px;
text-align: center;
}
.addr {
color: #fff;
font-weight: 600;
font-size: 25px;
}
.contct a {
text-decoration: none;
color: #fff;
font-size: 16px;
}
.contct {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0;
color: #fff;
font-size: 16px;
}
.itm {
padding: 0px 10px;
border-right: 1px solid #fff;
}
.itm:last-child {
border-right: 0;
}
a:hover {
text-decoration: underline;
color:#fff;
}
.nav-link:hover{color:#fff;}
.owl-theme .owl-dots {
position: absolute;
bottom: 20px;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.nav-link.active {
    font-weight: 700;
}
/* Styling for the popup container */
.popup-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
/* Styling for the popup box */
.popup-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 20px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
width: 57%;
}
/* Styling for the close button */
.close-button {
position: absolute;
top: -10px;
right: -10px;
cursor: pointer;
background: #f00;
color: #fff;
width: 30px;
height: 30px;
font-size: 25px;
text-align: center;
line-height: 32px;
border-radius: 50%;
}
a.float img {
    width: 58px !important;
    height: 58px !important;
    position: absolute;
    right: 23px;
    bottom: 24px;
}
.slItem {
position: relative;
height: auto;
/*height: 100%;*/
}
.slItem img {
width:100%;
/*height: 100%;*/
height: auto;
object-fit: cover;
}
header {
position: fixed;
right: 0;
top: 0;
z-index: 99;
width: 100%;
padding: 15px 0;
}
.strLoc {
font-weight: 600;
font-size: 20px;
text-decoration: none;
background: #fff;
border: 0;
padding: 10px 25px;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #dc3545;
box-shadow: 2px 2px 2px #fff;
}

header {
background: #eb1f28;
text-align: center;
}
.Logo img {
width: 25%;
}
section.stores {
padding: 0px 0;
text-align: center;
}
h1 {
color: #000;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 50px;
}
.stCvr {
width: 100%;
padding: 20px;
background-color: #ffdfa3;
margin: 0 0 10px;
}
.stCvr h2 {
    text-transform: inherit;
}
.stCvr.bg2{
background-color: #fcb2c3;
}
h2 {
font-size: 22px;
text-transform: uppercase;
color: #232323;
margin-bottom: 15px;
font-weight: 700;
font-family: 'Poppins';
}
.stAddr b {
display: block;
text-transform: uppercase;
color: #000;
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
}
.StPhone a {
text-decoration: none;
color: #000;
font-weight: 500;
font-size: 18px;
}
a:hover{color:#eb1f28;}
section.stores .row {
display: flex;
justify-content: center;
}
footer {
background: #eb1f28;
padding: 20px 0;
}
footer .Logo img {
width: 80%;
}
.ftrMenu ul {
display: flex;
align-items: center;
justify-content: right;
list-style: none;
padding: 0;
margin: 0;
}
.ftrMenu ul li:first-child {
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
}
.ftrMenu label {
    color: #fff;
}
.ftrMenu ul li a {
text-decoration: none;
color: #fff;
background: url(../images/call-icon.svg) no-repeat left center;
background-size: 18px;
padding-left: 25px;
}
.dflx {
display: flex;
align-items: center;
justify-content: right;
}
.Logo {
text-align: left;
}
#navbarNav {
justify-content: right;
}
section.banner {
margin-top: 88px;
position: relative;
}
.nav-link{color:#fff;}
footer.innerFooter{
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*left: 0;*/
}
section.stores.inner{
margin-top: 88px;
}
li.nav-item:first-child {
    margin-right: 30px;
}

section.stores.inner iframe {
    margin-bottom: 30px;
}
section.youtubeVdo {
    text-align: center;
    padding: 50px 0 80px;
}
section.youtubeVdo iframe {
    width: 70%;
    height: 500px;
}
.copyDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy {
    color: #fff;
}
ul.social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    list-style: none;
}
ul.social li:first-child {
    margin-right: 5px;
}
ul.social li a img{
    
    transition:all 0.5s;
}
ul.social li a img:hover{
    
    transform:scale(1.1);
}

/*media starts here*/

section.stores iframe {
    margin-bottom: 25px;
}
section.stores.inner.trms {
    text-align: left;
    min-height: 79.5vh;
}
a{color:#fff; text-decoration:none;}
a:hover{color:#fff; font-wight:bold;}
ul.formulfoot {
    background: #ebebeb;
    padding: 15px;
}

ul.formulfoot {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.formulfoot li {
    width: 100%;
    margin-bottom: 10px;
}

ul.formulfoot li input {
    width: 100%;
    height: 46px;
    border: 1px solid #ccc; padding-left:10px;
}
textarea.input-textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 10px;
}
input.btn.btn-primary {
    background: #eb1f28;
    text-transform: uppercase;
}
.frmpad {
    padding: 20px;
}

form.custom-form {
}
input#agreeCheckbox {
    width: 25px;height:25px;
    display: inline-block;
    border: 1px solid #eb1f28; margin-right:10px; margin-top:-2px;
}
 

ul.formulfoot li label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
ul.formulfoot li label span a {
    color: #eb1f28;
}
@media only screen and (max-width: 991px) {
	li.nav-item:first-child {
    margin-right: 0px;
}
	.ftrMenu label {
    display: block;
}
footer .Logo img {
    width: 100%;
}
.navbar-toggler {
background: url(../images/menu.png) no-repeat right center;
filter: brightness(0) invert(1);
background-size: 45px;
position:absolute;
right:25px;
top:0;
outline:0 !important;
box-shadow: none !important;
}
#navbarNav {
position: absolute;
right: 0;
top: 62px;
background: #eb1f28;
padding: 20px;
width: 100%;
border-top: 1px solid #fff;
}
.ftrMenu ul li a {
margin: 0px 10px;
padding-left: 20px;
}
h1 {
font-size: 30px;
}  
h2 {
font-size: 18px;
margin-bottom: 10px;
}
.stAddr b,.StPhone a{
font-size: 16px;
margin-bottom: 10px;
}

.Logo img {
width: 35%;
}
section.stores {
padding: 50px 0;
}
h1 {
font-size: 25px;
margin-bottom: 30px;
}
.item {
background: url(../mobile.jpg) no-repeat top center, #d55226;
background-size: 85%;
}
.item.item2 {
background: url(../mobile2.jpg) no-repeat top center, #d55226;
background-size: 85%;
}
.item.item3 {
background: url(../mobile3.jpg) no-repeat top center, #d55226;
background-size: 85%;
}
.item.item4 {
background: url(../mobile4.jpg) no-repeat top center, #eaeaea;
background-size: cover;
}
.item.item5 {
background: url(../mobile5.jpg) no-repeat top center, #ff6086;
background-size: contain;
}
.item.item6 {
background: url(../mobile6.jpg) no-repeat top center, #feb63d;
background-size: contain;
}
.cont {
right: 0;
bottom: 0;
width: 100%;
}
.addr {
font-size: 14px;
}
.contct {
display: block;
font-size: 14px;
}
.contct a {
font-size: 14px;
}

.slItem img {
width:100%;
height: 100%;
}
header {
right: 0;
top: 0;
}
.strLoc {
font-size: 14px;
padding: 8px 15px;
}
}



/* Media query for devices with a max-width of 767px */
@media (max-width: 767px) {
.popup-box img {
display: block;
margin: 20px auto;
}
.popup-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 1px 15px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
width: 90%;
}
a.float img {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: 18px;
    bottom: 6px;
}
.item {
background: url(../mobile.jpg) no-repeat top center;
background-size: cover;
}
.item.item2 {
background: url(../mobile2.jpg) no-repeat top center;
background-size: cover;
}
.owl-theme .owl-dots {
display: none !important;
}
.item.item6 {
background: url(../mobile6.jpg) no-repeat top center, #feb63d;
background-size: cover;
}
.Logo img {
width: 65%;
}
.navbar-toggler{
right:15px;
}
section.banner {
    margin-top: 75px;
    height: auto;
}
footer .Logo {
text-align: center;
padding-bottom: 15px;
}
.dflx {
justify-content: center;
}
.ftrMenu ul li a {
background-size: 15px;
}
body {
   
    font-size: 14px;
}
footer .Logo img {
    width: 40%;
}
footer.innerFooter {
    position: relative;
}
section.youtubeVdo iframe {
    width: 100%;
    height: 250px;
}
ul.social {
    margin: 20px 0 0;
}
}