c/*----------------- Color -----------------*/
:root{
  --blue: #005dac;
}
.black-a{
  color: black !important;
}
.white-a{
  color: white !important;
}
.blue-a{
  color: var(--blue);
}
.blue-a2{
  color: #0076b6;
}
.grey-a{
  color: #58595b !important;
}
.brown{
  color: #7e5700 !important;
}
.brown2{
  color: #8d1b50 !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
@font-face {
  font-family: 'LightFont';
  src: url('font/Onest-Light.ttf')  format('truetype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/Onest-Regular.ttf')  format('truetype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif !important;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/Onest-Medium.ttf')  format('truetype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/Onest-Bold.ttf')  format('truetype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/Onest-ExtraBold.ttf')  format('truetype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}

@font-face {
  font-family: 'SemiBoldFont';
  src: url('font/Onest-SemiBold.ttf')  format('truetype');
}
.semibold-font,.semibold-fontall *{
  font-family: 'SemiBoldFont', Fallback, sans-serif !important;
}



/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/

.noti{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-block: 8px 6px;
}
.topbar{
  background-color: #fff1ea !important;
  padding-top: 5px;
  margin-bottom: -15px;
}
.topbar p{
	font-size: 14px !important;
}
.icon-wrapper{
  display: flex;
  gap: 10px;
}
.icon-wrapper{
  margin-top: 5px;
  text-align: right;
  margin-bottom: -40px;
  z-index: 500;
}
.menubar-icon>img{
  height: 25px;
  padding-left: 3px;
  padding-right: 3px;
  filter: brightness(0) invert(1);
  width: 30px !important;
}
.home-navbar.fixed-top{
  position: absolute !important;
}

.home-navbar .logo{
  max-width: 140px;
  padding-bottom: 2px;
}

.home-navbar{
  background-color: #860d2f !important;
}

.search-wrapper {
    position: relative;
    width: 250px;
    margin-inline: auto;
    height: fit-content;
}

.search-input {
    width: 100%;
    padding: 4px 45px 4px 15px;
    border-radius: 25px;
    border: 1px solid #fff1ea;
    background: transparent;
    color: #fff;
    outline: none;
    font-size: 14px;
}
.headwrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.headwrap h5{
  margin-bottom: 0px;
}
.search-input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.search-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}





/*----------------- Navbar -----------------*/
.xs-display .search-input{
  margin-bottom: 5px;
}
  .navbar-nav li a{
    font-size: 14px !important;
    margin-inline: auto;
  }
.banner-content p{
  letter-spacing: 1px;
}
.mnext{
  height:20px !important;
  margin-top: -3px;
  margin-left: 10px;
}
.home-navbar .navbar-nav>.nav-item:last-child>a.active .menudot{
 display: none !important;
}
.home-navbar .navbar-nav>.nav-item>a.active{
  position: relative;
  font-family: 'BoldFont', Fallback, sans-serif !important;
}

.menudot{
  height: 1px !important;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-navbar .navbar-nav>.nav-item>a.active .menudot{
  display: block;
}


/*----------------- Banner -----------------*/

.blink{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.blink a.x{
  display: inline-block;
  margin: 10px 8px !important;
  padding: 13px 28px !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #ffe9df 100%) !important;
  color: #860d2f !important;
  border: 1px solid rgba(134,13,47,0.25) !important;
  font-size: 15px !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.14);
  cursor: pointer;
  transition: all 0.25s ease;
}

.blink a.x:hover{
  background: linear-gradient(180deg, #9b163d 0%, #860d2f 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(134,13,47,0.30);
  transform: translateY(-2px);
}
@media only screen and (max-width: 600px) {
.home-cover{
  top: 2% !important;
}
.blink a.x{
  padding: 8px 15px !important;
}
}

#slideShow .overlay-text .more{
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 14px !important;
}
#slideShow .overlay-text .more:hover{
  opacity: 0.8;
  transition: 0.5s;
}
#slideShow .overlay-text h4{
    letter-spacing: .5px !important;
    margin-bottom: 20px;
}
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;

}
#slideShow .overlay-text h1{
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline input:checked + label{
  color: white !important;
  background-color: black !important;
}
.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.display-none{
  display: none;
}
.hservices .wrap .content{
  position: absolute;
  bottom: 0;
  padding-inline: 15px !important;
  text-align: center;
  width: 100%;
}
.hservices .swiper-button-next{
  right: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
  width: 25px ;
   height: 25px;
}
.hservices .swiper-button-next:hover, .hservices .swiper-button-prev:hover{
  background-color: transparent !important;
  color: var(--blue);
  font-size: 20px !important;
}


.mginline-auto{
  margin-inline: auto;
}
.relative{
  position:relative !important;
}
.hservices .swiper-button-prev{
  left: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
   width: 25px ;
   height: 25px;
}
.haboutus .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
   }


   .hprod .btn,
   .hservices .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }

  .hcontactus .btn{
    background-color: white !important; 
    border-radius: 20px;
    color: black !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }


  .contenttitle .underline{
    width: 90px;
    height: 3px;
    background-color: #d1ae44;
  } 
.btn-whatsapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:42px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.titlebt{
  display: block;
  margin-top: 10px;
}
.mg-center{
  margin-inline: auto;
}
.hgoogle{
  background-color: #e6e7e8 ;
}

.hphoto .box1 p,
.hphoto .box1 h3,
.hphoto .box1 h4{
  margin-bottom: 5px !important;
  margin-top: 0px !important;
  line-height: 120%;
}
.hphoto .box1 h4{
  font-size: 18px !important;
}
.hphoto .title{
  text-decoration: underline;
  width: fit-content;
  margin-inline: auto;
   text-decoration-thickness: 2px; 
   text-underline-offset: 8px;
}
.hphoto{
  background-color: #fff9ee;
}

.hphoto .box2{
  background-color: #860d2f;
  border-radius: 35px;
  padding-block: 30px 5px;
}

.hphoto .box2 img{
  height: 40px;
}

.hphoto .box2 p{
  color: #fff1ea !important;
  line-height: 120% !important;
  margin-top: 20px;
  font-size: 14px !important;
}

.hphoto .box2{
  display: flex;
  flex-wrap: wrap;
}

.hphoto .box2 .inner{
  padding-bottom: 10px;
}

.delivery-option {
    display: flex;
    align-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    gap: 10px;
}

.delivery-option input {
    accent-color: #2563eb; /* blue */
}

.delivery-option:has(input:checked) {
    border-color: #2563eb;
    background: #f8fafc;
}


.content-banner{
  position: relative;
}
.content-banner .contentbox{
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.contactus .btn{
  background-color: var(--blue);
  width: fit-content !important;
  border-radius: 20px;
}
.contactus textarea,
.contactus input{
  border: none;
  border-bottom: 1px solid #231f20;
  border-radius: 0;
  padding-left: 0 !important;
  padding-bottom: 0;
  background-color: transparent;
}
.footer .footerbg{
  background-image: url("/mem_module/library/image/footerbg.png");
  background-size: cover;
  background-position: bottom;

}

.content-banner .title{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}
.hprod .imgwrap{
      height:200px !important;
 
}

.hprod .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hprod .fixed-size{
  max-height: 100% !important;
}

.hprod .content{
  background-color: var(--blue);
  border-radius: 20px;
  padding-block: 2px;
}

.hwhy .wrap{
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-image: url("/mem_module/library/image/hwhybg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
   

.hwhy .icon{
  width: 50px;
  height: auto;
}
    
.hwhy .content2{
  line-height: 120% !important;
}

.hover:hover{
  opacity: 0.7 !important;
  transition: 0.5s !important;
}

.hwhy .underline2{
  background-color: #bc9a31;
  width: 140px;
  height: 1.5px;
  display: block;
  margin-inline: auto;
}
.aboutus .wrap{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: justify;
  
}

.aboutus .wrap img{
  height:28px;
  margin-top: -10px;
  margin-left: 10px;
}

.aboutus .vmimg{
  border-radius: 30px;
}

.aboutus .value{
  height:35px;
  margin-top: -15px;
  margin-left: 10px;
}
.aboutus .value2{
  height:35px;
  margin-top: 6px;
}

.aboutus .wrap3{
  display: flex;
  gap: 15px;
}
.services .box1 .title{
  line-height: 130% !important;
}

.services .box2 .contentbox{
  background-color: var(--blue);
}

.services .box2 .wrapper:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}

.services .box2 .wrapper .underline{
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}

.hbest .prodlist .img-wrapper{
  width: 100% !important;
}


.alevel{
    display: inline-block;
    padding: 8px 20px;
    background-image:  url(/mem_module/library/image/tagbg.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px !important;
}
.bgcolor{
  background-color: #fff9ee !important;
}
.active>.page-link, .page-link.active{
  background-color: #8d1b50 !important;
}

.hcatlist .title, .hbestlist .title, .prodlist .title, .hrelated .title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.alevel{
    display: inline-block;
    padding: 8px 20px;
    background-image:  url(/mem_module/library/image/tagbg.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px !important;
}

.ctitle{
  color: white;
  background-color: #b99646;
  border-radius: 15px;
  padding: 5px 12px;
  width: fit-content;
  font-size: 16px !important;
 }

  .alcohollevel{
    font-size: 18px !important;
    margin-top: 6px;
  }

 
/* Remove default BS accordion styles */
.custom-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 12px;
}

.custom-accordion .accordion-button {
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  display: none; /* remove default arrow */
}

.acc-icon {
  font-size: 25px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

/* Change + to − when open */
.accordion-button:not(.collapsed) .acc-icon {
  content: "-";
  transform: rotate(180deg);
}

/* Body styling */
.custom-accordion .accordion-body {
  background: white;
  border: 1px solid black;
  border-top: 0 !important;
  border-radius: 5px;
  padding: 10px 10px;
}

.accordion-body{
  font-size: 14px !important;
}
.mtitle{
  font-size: 14px !important;
}
.acc-icon .line {
  position: absolute;
  background: #000;
  transition: all 0.25s ease;
}

/* smaller icon */
.acc-icon {
  position: relative;
  width: 12px;
  height: 12px;
}

.acc-icon .horizontal {
  width: 10px;
  height: 2px;
  top: 4px;
}

.acc-icon .vertical {
  width: 2px;
  height: 10px;
  left: 4px;
}
/* When accordion is OPEN */
.accordion-button:not(.collapsed) .vertical {
  transform: scaleY(0); /* hide vertical line */
}

.prodInfo p{
  font-size: 14px !important;
}

.prodInfo .ptitle2{
  font-size: 16px !important;
}


.cake-option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cake-option {
    position: relative;
}

.cake-option input[type="radio"] {
    display: none;
}

.cake-option label {
    padding: 10px 12px;
    border: 2px solid #c6a76d;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    color: #231f20;
    background: #fff1ea;
    min-width: 160px;
    text-align: center;
    transition: 0.2s;
    font-size: 14px;
}

/* selected (checked) style */
.cake-option input[type="radio"]:checked + label {
    background: #c4a046;
    color: white;
    border-color: #c4a046;
}

.ptitle2{
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.proddate{
  position: absolute;
  height: 18px;
  right: 18px;
  top: 11px;
}

.datecontainer{
  position: relative;
}
.radio-item{
  width: fit-content;
}
/* Hide the default radio */
.radio-item input[type="radio"] {
    display: none;
}

.sundaytime,
.tuesdaytime,
.weekdaytime{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prodInfo .option{
  border-radius: 10px;
  border: 1px solid black;
  background-color: transparent;
}
.prodInfo .addon label{
  font-weight: 400 !important;
  margin-top: 10px;
  vertical-align: middle;

}

.prodInfo .addon label p{
  margin-bottom: 5px;
}

.prodInfo input.option{
  height:40px;
  background: #fff1ea;
  border: 2px solid #be912d;
  padding-left: 20px !important;
}
.prodInfo .number-spinner .btn,.prodInfo .number-spinner .input-number{
	border: none !important;
	border-radius: 0px !important;
}
.prodInfo .number-spinner .input-number{
	width: 45px !important;
}


.prodInfo .option::placeholder,.contactus .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.prodInfo .option:-ms-input-placeholder,.contactus .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.prodInfo .option::-ms-input-placeholder,.contactus .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}



.prodInfo .option:focus{
  background-color: transparent !important;
}
.radio-item{
  width: fit-content !important;
  margin-bottom: 10px;
}
/* Style the label like a button */
.radio-item label {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    border: 2px solid #be912d;
    border-radius: 25px;
    background-color: #fff1ea;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    min-width:240px;
    font-size: 14px !important;
}

.prodInfo input.option{
  height:40px;
  background: #fff1ea;
  border: 2px solid #be912d;
  padding-left: 20px !important;
  border-radius: 20px;
}
.prodInfo .number-spinner .btn,.prodInfo .number-spinner .input-number{
	border: none !important;
	border-radius: 0px !important;
}
.prodInfo .number-spinner .input-number{
	width: 48px !important;
}


/* Active/selected state */
.radio-item input[type="radio"]:checked + label {
    background-color: #be912d;
    color: #fff;
}

.prodInfo input,
.prodInfo input::placeholder{
  font-weight: bold !important;
}

.messegetext{
  margin-bottom: 10px !important;
  margin-top: -10px !important;
}

.messegeinput{
  border-radius: 10px !important;
  border: 2px solid black !important;
}

.addoncontainer{
  display: flex;
  flex-direction: column;
}

.addoncontainer img{
  max-width: 100%;
  width: 100%;
}

.addoncontainer {
  width:200px;
}

.addonwrap{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.addoninner{
  display: flex;
  align-items: center;
  gap: 5px;
}
.prodInfo .number-spinner{
  border: 1px solid black !important;
  border-radius: 50px !important;
  padding: 2px 5px 2px 5px;
}
.number-spinner i{
  color:black !important;
}
.qtybox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodInfo #qty  #quantity{
	  width: 40px;
    height: 28px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    text-align: center;
    margin-top: 2px;
}

.prodInfo .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group,
.prodInfo  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
  background-color: transparent;
  padding-inline: 5px;
  padding-block: 4px 6px;
  font-size: 18px;
}

.qflex{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .qflex{
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.prodInfo .btn-addtocart{
    background-color: #860d2f !important;
    color: white !important;
    border-radius: 20px;
    padding-inline: 20px;
}

.form-check-input{
  width: 1.2em !important;
  height: 1.2em !important;
  border: 1.5px solid black !important;
}

/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
.footer{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #860d2f !important;
}

.footer .quick{
  display: flex;
  justify-content: flex-end;
}
.footer .desc{
  font-size: 14px !important;
  color:white !important;
}
.footer .quick p{
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
.footer .flogo-wrapper{
  margin-left: 0px;
  width: 160px;
  margin-bottom: 0px;
  margin-inline: auto;
}
.footer .flogo{
	width: 100%;
  margin-bottom: 6px;
}
.footer .copyright{
	font-size: 12px !important;
	color:white !important;
}
.footer ul>li{margin-bottom: 5px !important;}
.footer .icon{
	max-width: 23px !important;
  margin-inline: 2px;
  margin-top: 2px;
}
.footer .copyright{
	font-size: 12px !important;
	color:white !important;
}
@media only screen and (min-width: 992px) {
  .finfo .box2 {
    display: flex;
  }
.finfo .box2 .inner2{
  border-left: 1px solid black;
   border-right: 1px solid black;
}

}

.finfo{
  background-color: #fff9ee ;
  padding-block: 50px  30px;
}

.finfo .box2 hr{
  background-color: #860d2f !important;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 40px;
  margin-inline:auto;
  height: 2px;
  opacity: 1;
}
.finfo .box2 h4{
  margin-top: 0;
  color: #860d2f !important;
}

.finfo  h4{
  font-size: 18px !important;
}

@media only screen and (max-width: 992px) {
  .footer .copyright{
    text-align: center !important;

  }
  .footer .quickcontainer{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    
  }
  .footer .quick{
  
  justify-content: center !important;
}
}
@media only screen and (max-width: 767px) {
  .cartimgcss{
  max-width: 100px;
  width: 100%;
}
 
.finfo .box2 .inner2{
  border-top: 1px solid black;
   border-bottom: 1px solid black;
}
.finfo .box2 .inner1,
.finfo .box2 .inner2,
.finfo .box2 .inner3{
  padding-block: 20px;
}
}

@media only screen and (min-width: 992px) {
  .finfo .box2 {
    display: flex;
  }
.finfo .box2 .inner2{
  border-left: 1px solid black;
   border-right: 1px solid black;
}

}

.finfo .box2 p{
  line-height: 160% !important;
  font-size: 14px !important;
  color: #58595b;
}
.finfo .box2 b{
  color: black !important;
}
.finfo p{
  font-size: 14px !important;
}
.finfo .box1 iframe{
  border-radius: 20px;
}

.finfo .box1{
  margin-bottom: 20px;
}

.brown3{
  color: #b99646 !important;
}

.flexsocial{
  display: flex;
  gap: 8px;
}

.flexsocial img{
  margin-top: 3px;
}

.finfo .box1 .inner1{
  margin-bottom: 30px;
}


.finfo .box1 .title2,
.finfo .box1 .title1{
  margin-bottom: 5px;
  margin-top: 5px;
}

.finfo .box1 .title3{
  margin-bottom: 15px;
}

#footer .grey-text{color: #67686b !important;}
#footer h4{font-size: medium !important;}
#footer p{font-size: small !important;}
#footer .copyright{font-size: small !important;}
/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */

}
@media only screen and (max-width: 992px){ /* col-lg */
  .navbar-expand-sm .navbar-nav{
  gap: 16px !important;
}
  .services .box2 .wrapper:nth-child(even) .contentbox,
.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

  .home-navbar .contactbtn{
    font-size: 14px !important;
 }
  .home-navbar .navbar-nav>.nav-item:last-child{
 display: none !important;
}
 .home-navbar .contactbtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: white;
    background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
    border-radius: 100px;
    padding: 6px 15px !important;
 }
 .home-navbar .container{
  position: relative;
 }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block !important;
  }
  
  .home-navbar{
    margin-top: 10px;
  }
  .home-navbar,.home-navbar.fixed-top{
    position: relative !important;
    flex-wrap: wrap;
    background-color: #005dac;
    margin-top: 0px !important;
  }
  .home-navbar .logo{

    max-width: 120px !important;
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    text-align: center !important;
    margin-top: 5px;
    font-size: 15px !important;
  }

  .navbar-expand-sm .navbar-collapse{
    justify-content: space-evenly;
  }

  #slideShow .overlay-text{
    width: 90%;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .sm-hidden{
    display: none !important;
  }
  .contenttitle .underline{
    margin-inline: auto;
  } 

  .aboutus .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;

  }
  .aboutus .box1{
    background-position: left !important;
  }

   
    .haboutus .box1{
  height:180px;
  width: 180px;
}
  .haboutus .wrapper{
    align-items: center;
  }
}
@media only screen and (max-width: 576px){ /* col-sm */
  
  .menuwrap.xs-display{
    position: fixed;
    bottom: 38px;
    left: 0;
    width: 100%;
    background-color: #860d2f !important;
    padding-block: 8px;
    justify-content: space-around ;
    display: none;
  }
    .menuwrap.show{
      display: flex ;
    }
  .xs-hidden{
    display: none;
  }
  .navbar-brand{
    margin-inline: 0 !important;
  }
  .logo-div{
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: end;
}
  .xs-hidden{
    display: none;
  }
  
  .footer .quick{
    flex-direction: column !important;
    margin-bottom: 30px;
  }
    .footer .quick span{
    display: none;
  }
  .navbar-nav li{
    padding-inline: 10px !important;
  }
  
  .navbar-expand-sm .navbar-nav{
  padding-top: 10px !important;
  border-top: 1px solid rgb(198, 195, 195);
  margin-top: 10px;
  padding-bottom: 10px;
}
  .banner-content h2{
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  
  .banner-content p{
    font-size: 16px !important;
    margin-block: 10px 25px;
  }
  .banner-content a{
    display: block;
    width: fit-content;
    font-size: 14px !important;
  }
  
   .hproject .fixed-size{
      height:220px !important;
    }
.content-banner .contentbox{

  top: 30%;

}

.content-banner .contentbox h2{
  font-size: 22px !important;
}
.content-banner .contentbox h5{
  font-size: 16px !important;
}


.haboutus .box2{
  height:120px;
  width: 120px;
}
.haboutus .box2 h2{
  font-size: 34px !important;
}
.haboutus .box1 h2{
  font-size: 60px !important;
}
  #slideShow .overlay-text{
  top: 50% !important;
}
  #slideShow .overlay-text h4{
    margin-bottom: 10px !important;
}
  .home-navbar.fixed-top .navbar-nav li:last-child a{

  width: fit-content;
  margin-inline: auto;
}

.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 65px;
    right: 20px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
}  
.home-navbar .logo{
  max-width: 120px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 0px;
  margin-right: 5px;  
  border: 1px solid white;
  margin-bottom: 5px;
}
.home-navbar .navbar-toggler-icon{
  filter: invert(1) ;
}
.home-navbar .navbar-nav>.nav-item>a{
  text-align: center !important;
  margin-top: 5px;
}


  #footer .logo{
    max-width: 160px !important;
  }

  #slideShow .overlay-text {
    width: 100% !important;
  }
  #slideShow .overlay-text *{

    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */

}
@media only screen and (min-width: 992px){ /* col-lg */
  .navbar>.container{
    display: block !important;
  }
  .navbar-expand-sm .navbar-nav{
  gap: 35px !important;
}
  .services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .home-navbar .contactbtn{
    display: none;
 }
  #footer h4{
    font-size: 20px !important;
  }
  #slideShow .overlay-text h1{
    font-size: 52px !important;
}

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    border-radius: 35px;
    padding: 10px 0px !important;
    align-items: center !important;
  }

   .navbar-expand-sm .navbar-collapse{
  justify-content: center !important;
}

}
@media only screen and (min-width: 768px){ /* col-md */
    .logo-div{
    display: none !important;
  }

  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .services .box:nth-child(even) .row{
    flex-direction: row-reverse !important;
  }
  .aboutus .cover{
    display: none;
  }
  .blog-content{
    border-right: 1px solid black;
  }

}
@media only screen and (min-width: 576px){ /* col-sm */
  
  .xs-display{
    display: none;
  }
  .navbar-expand-sm .navbar-nav{
  align-items: flex-end !important;
}

  .hservices .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {

}
@media  (min-width:768px) and (max-width:992px) {
  .hservices2 .mgtp1{
    margin-top: 120px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 160px !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  .search-wrapper{
    width: 180px !important;
  }
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}

/*----------------- Between -----------------*/
@media only screen and (min-width: 767px){
.sm-display{
    display: none !important;
  }
  
}

@media only screen and (max-width: 767px){

  .sm-display{
    display: block !important;
  }
  .sm-display.tablerow{
    display: table-row !important;
  }
 .alevel{
  font-size: 10px !important;
}
}

.process h5{
  font-size: 18px !important;
}

.process .form-control::placeholder{
  font-size: 14px !important;
}
.process .form-control{
  font-size: 14px !important;
  padding-block: 12px;
}

.qtysummary{
  position: absolute;
  top: -6px;
  right: -6px;
  border: 2px solid white;
  background-color: black;
  color: white;
  padding: 2px 7px;
  border-radius: 7px;
  font-size: 10px !important;
}

.summarytitle{
  font-size: 15px !important;
  line-height: 120%;
}

.shipinfo{
  color: #67686b !important;
  margin-bottom: 5px;
  font-size: 14px !important;
}

.summarybtn{
  font-size: 14px !important;
}

.sumwrap{
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.sumimg{
  max-width: 150px;
}

.cart-title{
  font-size: 14px !important;
}
.cart-table p{
  font-size: 14px !important;
  margin-bottom: 5px;
}

.red-star{
  color: red;
}
.gap8{
  gap: 8px !important;
}
.count-cart{
    position: absolute;
    color: white;
    text-align: center;
    font-size: 12px;

    top: 55%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-family: 'MyWebFont', Fallback, sans-serif;
}

.carticon{
  position: relative;
  height: fit-content;
}

.menubar-icon{
  flex-shrink: 0;
}

.pickupotp{
  display: none;
}
.deliveryotp{
  display: none;
}

.displaynone{
  display: none !important;
}

@media only screen and (max-width: 576px){ /* col-sm */
  .search-btn{
    margin-top: -2px !important;
  }
  .xs-hidden{
    display: none !important;
  }

  .summarybtn.xs-display{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
  }
}

@media only screen and (min-width: 576px){ /* col-sm */
  .xs-display{
    display: none !important;
  }

}