@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}
body,
p,
h2,
h1,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
}
img {
  width: auto;
}
.container {
  max-width: 1332px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0px !important;
}
.d-flex {
  display: flex;
}
.first-col img {
  width: 100%;
}
ul.profilebox li h1,
ul.profilebox li p {
  width: 100%;
}
.profilebox li {
  list-style: none;
}
.profilebox h1,
.profilebox p {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.color00000085 {
  color: #000000a8;
}

.mr-0 {
  margin-right: 0;
}

.profileSec .openNow a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.profileSec .openNow {
  display: inline-flex;
  margin-bottom: 24px;
  background-color: #18b42d;
  padding: 5px 8px;
  border-radius: 8px;
}
.profileSec .language a {
  background-color: #ffffff;
  color: #000;
}
.profileSec .language {
  border: 1px solid #00000029;
  margin-left: 9px;
  background-color: #ffffff;
  color: #000;
}
.profileSec .row {
  display: flex;
  padding: 38px;
  border: 1px solid #0000001f;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

.d-none {
  display: none !important;
}

.profileSec .openNow img {
  width: 16px;
  margin-right: 5px;
}
.profilebox li h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
}
.profilebox .textLogo {
  display: inline-flex;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 6px 8px;
  color: #19223f;
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
}
.profilebox .textLogo img {
  width: 22px !important;
  height: 18px !important;
  margin: 0px 5px 0px 0px !important;
}
ul.profilebox {
  padding: 0 0 15px;
  margin: 0;
  align-items: center;
}
.second-col ul.profilebox li > img {
  margin-right: 10px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.profileSec .businessHours b {
  font-weight: bold;
  color: #000;
}
.profileSec .businessHours img {
  margin-left: 10px;
}
.profileSec .businessHours {
  font-size: 16px;
  font-weight: 500;
  color: #000000b8;
  padding-bottom: 24px;
  cursor: pointer;
  display: inline-block;
}
.profileSec .linkQrCode .row {
  padding: 0px;
  border: none;
  display: inline-flex;
  margin-bottom: 10px;
  gap: 0;
}
.linkQrCode h5 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #000000b8;
  margin: 0;
}
.linkQrCode .socialIconGride {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 35px;
}
.linkQrCode .col:first-child {
  padding: 0px 24px 0px 0px;
  border-right: 1px solid #0000001f;
  width: 60% !important;
}
.linkQrCode .col:last-child {
  padding: 0px 0px 0px 24px;
  width: 40% !important;
}
.profileSec .linkQrCode .viewAllBtn {
  color: #fc7044;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
html body .profileSec {
  padding-top: 100px;
  margin-top: -60px;
}
.productSec,
.productSec,
.certificateSec,
.gallerySec,
.blogsSecOuter,
.contactstoreOuter {
  padding-top: 100px;
  margin-top: -100px;
}
.second-col p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000b8;
}

.second-col .iconList li p {
  line-height: 20px;
}
.second-col p.textGray {
  font-weight: 600;
}
.textGray {
  color: #19223f85 !important;
}
.textCenter {
  text-align: center;
}
.tabcontent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.logoSec ul.iconList {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.second-col .logoSec ul.iconList li p {
  color: #19223f !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
}
.second-col .logoSec ul.iconList li p > span {
  display: block;
}
.logoSec ul.iconList li {
  display: inline-block;
  text-align: center;
  padding: 0 40px 0 0;
}
.logoSec {
  display: inline-flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 12px 0px 12px 15px;
  margin: 20px 0px 50px;
}

.logoSec ul.iconList li > img {
  margin: 0px 0px 5px 0px;
}

a.reqstcallbtn {
  background: #fc7044;
  padding: 10px 28px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tabcontent .tabcontentInner {
  display: flex;
  padding: 15px 0px;
}
.tabcontent .tabcontentInner a {
  display: flex;
}

.tabcontent .tabcontentInner a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000000b8;
}

.tabcontent .tabcontentInner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding-left: 10px;
  color: #000000b8;
}
.tabcontent .tabcontentInner:first-child {
  padding-top: 0;
}
.tabcontent .tabcontentInner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tabLinkSec .tab {
  box-shadow: 0px 5px 5px 1px #00000014;
  border-top: 1px solid #00000014;
  padding: 10px;
  background: #fff;
  z-index: 2;
}
.tabLinkSec .tablinks {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: none;
  background-color: transparent;
  padding: 0px 6px;
  color: #000000a8;
}
.tabLinkSec .tablinks.active {
  color: #000;
  font-weight: 600;
  position: relative;
}
.tabLinkSec .tablinks.active:after {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #000;
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 4px;
}

.outerSec .servicesList p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.outerSec .servicesList p > span {
  display: block;
  color: #0000009e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.outerSec a.seeAllBtn,
.productSec a.seeAllBtn,
.blogsSec a.seeAllBtn {
  display: block;
  color: #fc7044;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.outerSec a.seeAllBtn > img,
.productSec a.seeAllBtn > img,
.blogsSec a.seeAllBtn > img {
  padding-left: 5px;
  width: auto;
}
.outerSec {
  padding: 40px 15px;
}
.outerSec .productGride img {
  max-width: 100%;
  width: 100%;
}
.outerSec img {
  max-width: 100%;
}
.outerSec h2 {
  padding-bottom: 20px;
}
.salonFivesec a.reqstcallbtn {
  margin: 30px 0px 0px;
}

.salonFivesec .row {
  padding: 0px 15px;
}

.socialIconSec .socialIconGride {
  display: grid;
  gap: 40px 0px;
  grid-template-columns: repeat(4, 1fr);
}
.socialIconSec .iconText {
  font-size: 12px;
  font-weight: 600;
  color: #fc7044;
  line-height: 20px;
  padding-top: 4px;
  text-transform: uppercase;
}
.socialIconSec .socialIconGride .socialIconList span.socialIcon {
  border: 1px solid #fc7044;
  border-radius: 50px;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.secHeading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding-bottom: 20px;
}
.outerSec .servicesList img {
  border-radius: 12px;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.outerSec .servicesGride {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0 40px;
}
.salonFivesec {
  overflow: hidden;
  background-color: #f4f4f4;
  display: block;
  border-radius: 30px;
  align-items: center;
}
.salonFivesec .textContent {
  padding: 40px 15px 30px;
}
.salonFivesec img {
  width: 100%;
}
.salonFivesec a.reqstcallbtn img {
  width: auto;
  margin-right: 8px;
}
.outerSec .servicesList a.enquireBtn img {
  width: auto;
  min-height: auto !important;
  border-radius: 0;
  margin-left: 10px;
}
.outerSec .servicesGride .servicesList .imgHover {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.outerSec .servicesGride .servicesList .imgHoverOuter {
  position: relative;
}
.outerSec .servicesList a.enquireBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.outerSec .servicesList .imgHoverOuter:hover a.enquireBtn {
  opacity: 1;
  visibility: visible;
}
.outerSec .servicesGride .servicesList .imgHoverOuter:hover .imgHover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(10);
  visibility: visible;
}
.outerSec .servicesGride .servicesList .imgHover:before {
  content: " ";
  position: absolute;
  background-color: #ff7a4ecc;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transition: all 300ms cubic-bezier(0.5, 0.1, 0.47, 0.9);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.backTop {
  box-shadow: 0px 0px 8px 0px #00000033;
  background: #9fa2ad;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}

.showNo-Popup .modal-content,
.showNo-Popup .modal-contact-content {
  padding: 30px;
  text-align: left;
}
.showNo-Popup .modal-content h4,
.showNo-Popup .modal-contact-content h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-bottom: 30px;
}

.showNo-Popup .modal-content a,
.showNo-Popup .modal-contact-content a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.showNo-Popup .modal-content a svg,
.showNo-Popup .modal-contact-content a svg {
  margin-right: 20px;
}
.showNo-Popup .modal-content a svg path,
.showNo-Popup .modal-contact-content a svg path {
  stroke: #000;
}

.modal,
.modal-contact {
  display: none; /* Hidden by default */
  z-index: 9999 !important; /* Sit on top */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #00000080;
}

/* Modal Content */
.modal-content,
.modal-contact-content {
  background-color: #fff !important;
  margin: auto;
  padding: 60px 40px 40px;
  border: none !important;
  width: 20% !important;
  border-radius: 20px !important;
  text-align: center;
  position: absolute !important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal-content h4.textAccept {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  color: #fc7044;
  text-transform: uppercase;
  padding: 10px 0px 30px;
  letter-spacing: 2px;
}
.modal-content img.popupLogo {
  width: 190px;
  margin: 0 auto;
}
.modal-content p,
.modal-contact-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  padding: 20px 0px;
  margin: 0px;
}
.modal-content .qrCodeImg,
.modal-contact-content .qrCodeImg {
  width: 110px;
  margin: 0 auto;
}
/* Contact form */
.modal-contact-content h4.textAccept {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 0px 0px 30px;
}
.contactform label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin: 0px;
}
.contactform input,
textarea {
  width: 100%;
  border: 1px solid #1d24341f;
  border-radius: 12px;
  padding: 10px 18px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #1d243485;
  font-family: "Inter", sans-serif;
}
form.contactform {
  text-align: left;
  margin-bottom: 0px;
}
.send-enquiry {
  background-color: rgba(252, 112, 68, 1);
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.modal-contact-content {
  width: 470px;
  padding: 38px;
}

span.input-group-addon {
  position: absolute;
  z-index: 1;
  border-right: 1px solid #1d24341f;
  height: 50px;
  padding: 15px 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #1d2434;
  display: flex;
  align-items: center;
}
.input-group {
  position: relative;
}
.input-group-addon img {
  margin-right: 6px;
  width: 24px;
}
.contactform input::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #1d243485;
}
.contactform textarea:focus,
.contactform input:focus {
  outline: none;
}
/* The Close Button */
.closepop,
.triggerModalClose {
  color: #19223f85;
  font-size: 36px;
  font-weight: 300;
  position: absolute;
  line-height: 0.5;
  right: 15px;
  top: 15px;
}

.closepop:hover,
.triggerModalClose:focus,
.triggerModalClose:hover {
  color: #19223f85;
  text-decoration: none;
  cursor: pointer;
}
.gallerySec .gallerynewOuter {
  position: relative;
}
.gallerynew .swiper-container {
  overflow: visible;
}
.gallerynew {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 0 20px;
}

.gallerySec .slider-controls button {
  background-color: #000;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
}
.gallerySec .slider-controls button img {
  width: 14px;
}
.gallerySec .slider-controls button.prev {
  left: -20px;
}
.gallerySec .slider-controls button.next {
  right: -20px;
}

.gallery_outer .secHeading {
  padding: 0 0 10px;
}
.gallery_outer .gallerynew img {
  margin: 25px 0 0;
  border-radius: 30px;
}
.gallerynew .swiper-slide img {
  border-radius: 30px;
}
.certificateSec .row.outerSec,
.gallerySec .row.outerSec {
  overflow: hidden;
}
.certificateSec .certificateOuter {
  position: relative;
}
.gallerySec .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 99991;
  background-color: #0000009e;
  backdrop-filter: blur(8px);
}

.gallerySec .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.arrowr {
  right: 40px;
}
.arrowr,
.arrowl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #ffffff52;
  width: 42px;
  height: 42px;
  border-radius: 50px;
}
.arrowl {
  left: 40px;
}
.arrowr:after {
  content: " ";
  position: absolute;
  background-image: url("../images/sliderRight.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrowl:after {
  content: " ";
  position: absolute;
  background-image: url("../images/sliderLeft.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffffff52;
  margin: 0px;
  padding: 10px;
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 50px;
  z-index: 99;
}
.close:after {
  content: " ";
  position: absolute;
  background-image: url("../images/closeGallery.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.lightbox img {
  max-width: calc(40vw - 100px);
}

.mapBlock {
  width: 60%;
}

.groupinput {
  display: flex;
  gap: 38px;
}
.groupinput .formgroup {
  width: 50%;
}
.contactstore input {
  line-height: 26px;
}
.groupinput .input-group {
  width: 50%;
}
.contactstore h2.secHeading {
  padding-bottom: 25px;
}
.blogsSec .swiper-container.swiper-container-horizontal {
  height: auto;
}
.blogsSec .swiper-wrapper {
  height: auto;
}
.contactstore {
  background-color: #f4f4f4;
  padding: 38px;
  border-radius: 20px;
  border: 1px solid #0000001f;
  margin-bottom: 40px;
}
.socialMediaSec {
  border-top: 1px solid #0000001f;
  margin-top: 38px;
  padding-top: 38px;
}
.tabcontent {
  background-color: #f4f4f4 !important;
  border: none !important;
}
.tabcontent .tabcontentInner.enquireNow p {
  font-size: 18px;
  color: #fc7044;
  font-weight: 600;
}
.textUpper {
  text-transform: uppercase;
}
.socialMediaSec h3.errorReportTitle {
  font-size: 16px;
  color: #000000b8;
  padding-bottom: 20px;
}
.socialMediaSec .socialIconGride .socialIconList a {
  display: inline-flex;
  align-items: center;
}
.socialMediaSec .socialIconGride {
  display: grid;
  gap: 28px 45px;
  grid-template-columns: repeat(2, 1fr);
}
.socialMediaSec .socialIconGride .socialIconList a p {
  padding: 0px 0px 0px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000000b8;
}
.rightColContent .socialMediaSec .socialmediatext {
  padding-bottom: 20px;
}

.blogsSec .swiper-slide {
  display: block;
  text-align: left;
  width: 100%;
}
.blogsSec .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  padding-bottom: 20px;
}
.blogsSec .swiper-slide .blogTitle {
  font-size: 20px;
  font-weight: 600;
  color: #1d2434;
  line-height: 24px;
  padding-bottom: 10px;
}
.blogsSec .swiper-slide p.blogContent {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000b8;
  padding-bottom: 20px;
}
.blogsSec .swiper-slide a.readBlogBtn {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fc7044;
  display: flex;
  align-content: center;
}
.blogsSec .swiper-slide a.readBlogBtn img {
  width: auto;
  padding: 0px 0px 0px 15px;
}
.blogsSec .swiper-container {
  position: relative;
}
.blogsSec .swiper-container::after {
  content: "";
  background-image: url("../images/shadow.png");
  background-position: right;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 149px;
  height: 393px;
  z-index: 2;
}

.service-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.service-inner a.whatsappBtn {
  color: #23b33a;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 23px;
}
.service-inner .whatsappBtn img {
  min-height: 23px;
  width: 23px;
}

a.reqstcallbtn.d-none img {
  animation-name: wobble;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes wobble {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  5% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
  }
  10% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
  }
  15% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  85% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }
  90% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.swiper-button-prev,
.swiper-button-next {
  background: none !important;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: " ";
  position: absolute;
  top: 50%;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.swiper-button-prev::before {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-button-next::before {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
html body .swiper-wrapper {
  height: auto;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.profileSec .row .second-col.col {
  max-width: 55%;
  padding: 0;
}
.profileSec .row .first-col.col {
  max-width: 45%;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}
.mobMap {
  display: none;
}

/* Blogs css */
.fs-20 {
  color: #000;
  font-size: 20px;
}
.fs-16 {
  color: #0000009e;
  font-size: 16px;
}
.headerSec svg {
  margin: 0 !important;
}
.bloglists .outerSec {
  margin-bottom: 180px;
}
.blogsgrid a.seeAllBtn.textCenter svg {
  width: 20px;
  padding: 0 !important;
  margin-left: 10px;
}
.blogsgrid h3 a {
  color: #000;
}
.blogsgrid a.seeAllBtn.textCenter {
  display: flex;
  align-items: center;
}
.blogslist p {
  margin-bottom: 15px;
}
.headerSec {
  border-bottom: 1px solid #0000001f;
  box-shadow: 0px 5px 7px 0px #0000000a;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
}
.d-flex {
  display: flex;
}
.headerSec .leftcol {
  width: 40%;
  padding-left: 40px;
}
.headerSec ul.breadcrumb {
  background-color: #fff;
}
.headerSec .rightcol {
  width: 60%;
  padding-right: 40px;
}

.headerSec .socialIconSecDesk {
  justify-content: flex-end;
  display: flex;
}
.blogsgrid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px 0 0px;
}
.heroSec .blogslist p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.heroSec .blogsgrid {
  padding: 20px 0px 0px;
}
.fs-20 {
  font-size: 20px;
}

.fw-400 {
  font-weight: 400;
}
.line-height24 {
  line-height: 24px;
}
.line-height22 {
  line-height: 22px;
}

ul.breadcrumb li {
  color: #000000a8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.blogsgrid .imgHover img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}
.blogsgrid h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.list-unstyled {
  list-style: none;
}
.p-0 {
  padding: 0;
}
.fs-38 {
  font-size: 38px;
}
.breadcrumb li img {
  margin-right: 10px;
  margin-left: 5px;
}
.line-height48 {
  line-height: 48px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-10 {
  margin-top: 10px;
}
.headerSec .socialIconSecDesk a.showNoBtn svg {
  margin-right: 10px !important;
}
.headerSec .socialIconSecDesk a.btnGroup {
  padding: 12px;
}
.mt-0 {
  margin-top: 0;
}
.heroSec {
  padding-top: 130px;
}

/* Blog detail css */

.headerSec .row {
  align-items: center;
}
ul.breadcrumb li {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
ul.breadcrumb li a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.line-height28 {
  line-height: 28px;
}
.fs-14 {
  font-size: 14px;
}
ul.sharebuttons {
  justify-content: flex-end;
}
.blogdetailright {
  width: 40%;
}
.blogdetailright img {
  width: 100%;
  border-radius: 12px;
  height: 390px;
  object-fit: cover;
}
.color1D2434B8 {
  color: #0000009e;
}
.blogdetailleft {
  width: 60%;
  padding-right: 30px;
}
.headerSec .socialIconSecDesk a#showNoPopup {
  padding: 12px 17px;
}

.text-right {
  text-align: right;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
ul.sharebuttons img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
}
ul.sharebuttons li {
  border-radius: 12px;
  border: 1px solid #0000001f;
  padding: 13px 13px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.heroSec ul.sharebuttons li {
  padding: 13px 17px;
}

ul.sharebuttons li:hover {
  background-color: #fc704414;
  border-color: #fc7044;
  cursor: pointer;
}
ul.sharebuttons li:last-child {
  margin: 0;
}
.blogdetailright h4 {
  margin-top: 40px;
}
.color1D243485 {
  color: #1d243485;
}
.socialIconSecDesk a.btnGroup:nth-child(5):hover svg path {
  stroke: none;
}
.service-experience .servicesGride {
  grid-template-columns: repeat(3, 1fr);
}

.service-experience .outerSec .servicesList .imgHover img {
  height: 200px;
}

/* services detail */
.servicefirstsec {
  padding: 150px 0 100px;
}
.servicesecond {
  padding: 0px 0px 0px 40px;
}
.servicefirstsec .container .row {
  display: flex;
}
.servicefirstsec .first-col {
  padding-right: 150px;
  color: black;
  width: 60%;
}
.profileSec .imageSlider .bannerImg img {
  height: 300px;
  object-fit: cover;
}
.servicefirstsec .second-col {
  width: 40%;
}

.servicefirstsec .swiper-container {
  width: 100%;
}
.color1D2434 {
  color: #1d2434;
}
.service_img img {
  width: 100%;
}
.fw-400 {
  font-weight: 400;
}
.pb-25 {
  padding-bottom: 25px;
}
.h3 {
  margin: 0;
}

.lineheight22 {
  line-height: 22px;
}
.ul_margin {
  margin: 0;
}

.fs-24 {
  font-size: 24px;
}
.bridal_service {
  justify-content: space-between;
}

img.button_img {
  width: 20px;
}
.socialIconSecDesk a.showNoBtn {
  width: 250px;
  color: #fff !important;
  background-color: #fc7044 !important;
  border: 1px solid #fc7044 !important;
}
.socialIconSecDesk a.showNoBtn:hover {
  color: #fff !important;
  background-color: #e36239 !important;
}
.socialIconSecDesk a.btnGroup img,
.socialIconSecDesk a.showNoBtn svg {
  width: 24px;
  height: 24px;
}
.socialIconSecDesk {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.socialIconSecDesk .showShareIcon ul.sharebuttons {
  padding: 6px 0px 0px;
  margin: 0px;
}
.showShareIcon {
  position: absolute;
  right: 30px;
  bottom: -107px;
  z-index: 33;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.11);
  padding: 16px;
}

.socialIconSecDesk a.btnGroup:first-child {
  margin: 0;
  border-radius: 10px;
  line-height: 1;
}
.socialIconSecDesk a.btnGroup {
  padding: 13px;
  height: 48px;
}
.socialIconSecDesk a.btnGroup,
.mobButnGroup a.btnGroup {
  background-color: #fff;
  color: #fc7044;
  border: 1px solid #fc7044;
  text-decoration: none;
  padding: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 16px;
  transition: all 0.5s ease-in-out;
}
.socialIconSecDesk a.btnGroup:hover {
  background-color: #fc704414;
  border: solid 1px #fc7044;
  color: #fc7044;
}
.hideList {
  display: none;
}
.showList {
  display: block;
}

.blogsSec .swiper-button-prev,
.blogsSec .swiper-button-next {
  background-color: #fff !important;
  background-position: center !important;
  background-image: url(../images/blogNext.svg) !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  z-index: 5;
}
.blogsSec .swiper-button-next {
  right: 40px;
}
.blogsSec .swiper-button-prev {
  transform: rotate(180deg);
  left: 5px;
}

.blogDetail .blogdetailleft .mobileImg {
  display: none;
}
.productSec .outerSec {
  display: block;
}
.productSec .productGride {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 25px;
}
.productSec .productGride .productList > a img {
  border-radius: 12px;
  margin-bottom: 12px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.productSec .productGride .productList .productName {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productSec .productGride .productList .pricing {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin: 5px 0 0;
}

.productSec .productGride .productList .pricing .priceCross{ 
  color: #0000009e; 
  margin-left: 8px;
  text-decoration: line-through;
}

.productSec .productGride .productList .contentWrapper {
  display: block;
  justify-content: space-between;
  align-items: center;
}

.productSec .productGride .btnMessageNow img {
  width: 24px;
  height: 24px;
  margin: 0px !important;
}

.productSec .productGride .btnMessageNow {
  border: 2px solid #fc7044;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fc7044;
  font-weight: 600;
  justify-content: center;
  font-size: 16px;
}
.servicesSec .productGride .btnMessageNow img {
  width: 38px;
}
.blogsSec .blogGride {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 25px;
}
.blogsSec .blogGride .blogList > img {
  border-radius: 12px;
  margin-bottom: 16px;
  height: 240px;
  object-fit: cover;
}
.blogsSec .blogGride .blogList .blogTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
  color: #000;
}
.blogsSec .blogGride .blogList p.blogContent {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 20px;
  color: #000000b8;
  margin: 0;
}
.blogsSec .blogGride .blogList a.readBlogBtn {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fc7044;
  display: flex;
  align-items: center;
}
.blogsSec .blogGride .blogList a.readBlogBtn img {
  width: auto;
  margin: 0px 0px 0px 10px;
}
.contactstore-form {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.contactstore-form .tabcontent.contactstore {
  padding: 30px;
}

.contactstore-form .form-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
}

.contactstore-form .input-group {
  position: relative;
}

.contactstore-form .input-group .form-control {
  padding-left: 40px;
}

.businessHourSec {
  display: none;
}
.businessHourSec ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.businessHourSec ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  color: #000000a8;
  line-height: 1.2;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.businessHourSec ul li + li {
  padding-top: 15px;
}
.businessHourSec .upcomingOff h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
  line-height: 1;
}
.businessHourSec .col {
  padding: 0px;
}
.businessHourSec .businessInner {
  display: block !important;
}
.businessHourSec .row {
  display: flex;
}
/* -------------viewOffersModal--------------- */
.viewOffersModal .modal-content {
  text-align: left;
  padding: 60px 15px 35px;
}
.viewOffersModal .modal-content h4,
.buyNowModal .modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter";
  margin: 0px;
  padding-bottom: 20px;
}
.offersGride {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 12%);
  margin-bottom: 25px;
}
.offerList {
  text-align: center;
  background-color: #fff4e2;
  border: 1px dashed #fc7044;
  border-radius: 8px;
  box-shadow: 0 100px 195px 0 rgba(0 0 0 / 7%);
  padding: 16px;
}

.offerList .imgBox .offerImg {
  width: 37px;
  height: 37px;
  object-fit: cover;
  border-radius: 8px;
}
.offerList .imgBox {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #0f294b1f;
}
.offerList .imgBox .offerName {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offerList .imgBox p {
  font-size: 14px;
  font-weight: 600;
  color: #000000a8;
  line-height: 1.3;
  padding: 0px;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offerList .btnTapToApply {
  color: #fc7044;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px !important;
  display: inline-block;
}
.viewOffersModal .modal-content h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0px;
}
.viewOffersModal .form-group label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 6px;
  margin: 0px;
}
.viewOffersModal .form-group input.form-control {
  padding: 15px 80px 15px 15px !important;
  height: 50px !important;
  border: 1px solid #0f294b33;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000a8;
}
.viewOffersModal .form-group input.form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000000a8;
}
.viewOffersModal form#newOfferNotification {
  position: relative;
  margin: 0px !important;
}
.viewOffersModal .form-group {
  margin: 0px;
}
.viewOffersModal form#newOfferNotification button {
  position: absolute;
  right: 6px;
  top: 24px;
  background-color: #fc7044;
  border: none;
  border-radius: 12px;
  padding: 12px 17px;
}

/* -------------viewOffersModal end--------------- */
/* ------------external Links css---------- */
.externalLinks .externalLinkSec h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 16px;
}

.externalLinks .externalLinkSec {
  text-align: left;
}
.externalLinks .externalLinkSec .externalLinkGride {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 30px;
}
.externalLinks .externalLinkSec + .externalLinkSec {
  margin-top: 40px;
}

.externalLinks .externalLinkSec .externalLinkGride a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
}
.externalLinks .externalLinkSec .externalLinkGride a img {
  width: 24px;
}

.externalLinks .modal-content {
  width: 22vw !important;
}

/* ------------external Links css End---------- */

/* -------------Buy Modal end--------------- */
.buyNowModal .productBuy {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 12%);
  margin-bottom: 25px;
  gap: 12px;
}
.buyNowModal .productBuy img.productImg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}
.buyNowModal .productBuy .productName {
  margin: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  padding: 0px;
}
.buyNowModal .productBuy .pricing {
  margin: 0px;
  font-size: 14px;
  color: #0000009e;
  font-weight: 500;
  line-height: 1.3;
  padding: 0px 0px 12px;
}
.buyNowModal .productBuy .btnViewProDetail {
  color: #fc7044;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.2;
}
.buyNowModal .offersGride {
  padding: 0px;
  margin: 0px;
  border: none;
}
.buyNowModal .modal-content {
  text-align: left;
  padding: 60px 15px 25px;
}

.socialIconSecDesk .socialIconRight span p {
  display: none;
}
.socialIconSecDesk .socialIconRight {
  display: flex;
  gap: 15px;
}

.tabOuterMob {
  display: none;
}

.contactHomeform .radioSelector {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contactHomeform .radioSelector .form-check {
  width: 100%;
  padding: 14px 18px;
  background-color: #fff;
  border: 1px solid #0f294b33;
  border-radius: 12px;
}
.contactHomeform .radioSelector .form-check label {
  padding: 0px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000000a8;
}
.contactHomeform .form-check-input {
  width: 20px !important;
  height: 20px;
  position: relative !important;
  margin: 0px !important;
}
.formAppointment {
  padding-top: 20px;
}
.contactHomeform .formSendInquiry {
  padding: 20px 0px;
}
.contactHomeform input,
textarea {
  width: 100%;
  border: 1px solid #1d24341f;
  border-radius: 12px;
  padding: 10px 18px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #000000a8;
  font-family: "Inter", sans-serif;
}
.contactHomeform .form-group .picker {
  padding: 10px 18px !important;
  border: 1px solid #1d24341f;
  border-radius: 12px !important;
  height: 48px;
}

.contactHomeform .form-group .form-icon {
  position: absolute;
  top: 64%;
  left: inherit;
  right: 20px;
  transform: translateY(-50%);
  z-index: 7;
}

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

.radio-checkmark {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid #0f2a4d33;
  border-radius: 50%;
  background-color: white;
  align-items: center;
}

.custom-radio input[type="radio"]:checked + .radio-checkmark {
  background-image: url("../images/radioCheck.svg");
  background-repeat: no-repeat;
  border: 1px solid #fc7044;
  background-position: center;
}

.contactHomeform input[type="email"] {
  margin: 0px 0px 5px;
}
.contactHomeform .formAppointment .form-group.input-group {
  margin: 0px 0px 25px;
}
.headerMessageBtn {
  display: none;
}
.blogDetailSec .blogdetailleft {
  padding: 0px 0px 0px 30px;
}
.blogDetailSec ul.sharebuttons {
  justify-content: left;
}

.blogDetailSec .outerSec {
  background-color: #f4f4f4;
}

.blogDetailSec .blogdetailleft h1 {
  padding-bottom: 20px;
  margin: 0;
}
.blogDetailSec .blogdetailleft p {
  padding-bottom: 10px;
  margin: 0;
}
.blogDetailSec .blogdetailleft ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.blogDetailSec .blogdetailleft ul li {
  font-size: 20px;
  color: #0000009e;
  font-weight: 500;
  line-height: 1.4;
}
.blogDetailSec .blogdetailleft ul li + li {
  padding-top: 10px;
}
.blogDetailSec ul.sharebuttons li {
  background-color: #fff;
}
.mobShareIcon {
  display: none;
}

.productPage .outerSec {
  padding: 40px 36px;
  border: none;
}
.productPage .productSec .productGride {
  gap: 38px;
  padding: 0;
}

.productDetailSec .outerSec {
  padding: 40px 36px;
  border: none;
}
.productDetailSec .outerSec .blogdetailleft {
  padding: 0px 0px 0px 150px;
}

.productDetailSec .blogdetailright .blogdetailright-inner > img {
  width: 100%;
  border-radius: 12px;
  height: 430px;
  object-fit: cover;
  margin-bottom: 20px;
}
.productDetailSec .btnBuyGroupInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.productDetailSec .btnBuyGroupInner img,
.productDetailSec .btnBuyGroup img {
  width: 26px;
  height: initial;
  border-radius: 0px;
}
.productDetailSec .btnBuyGroupInner a.btnBuy {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fc7044;
  text-align: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 10px;
  color: #fc7044;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.productDetailSec .btnBuyGroup a.btnMessageNow {
  color: #fff;
  background-color: #fc7044;
  width: 100%;
  display: flex;
  padding: 11px 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.productDetailSec .btnBuyGroup h4 {
  margin: 0px 0px 15px;
}
.productDetailSec .proDetailWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 15px;
}
.productDetailSec .proDetailWrapper .productName {
  color: #000;
  margin: 0px;
  line-height: 1.4;
}
.productDetailSec .proDetailWrapper p {
  margin: 0px;
}
.productDetailSec .blogdetailleft .contentWrapper {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 12px;
}
.productDetailSec .blogdetailleft .contentWrapper + .contentWrapper {
  margin-top: 25px;
}
.productDetailSec .blogdetailleft .contentWrapper .contentTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 5px;
  color: #1d2434;
}
.productDetailSec .blogdetailleft .contentWrapper p,
.productDetailSec .blogdetailleft .contentWrapper ul li {
  font-size: 16px;
  font-weight: 400;
  color: #1d2434;
  margin: 0;
  line-height: 1.4;
}
.productDetailSec .blogdetailleft .contentWrapper ul {
  margin: 0;
  padding: 0px 0px 0px 20px;
}
.productDetailSec .blogdetailleft .contentWrapper ul li + li {
  padding-top: 10px;
}

.productDetailSec .blogdetailright-inner {
  position: sticky;
  top: 100px;
}

.datepicker {
  border: 1px solid #0f294b1f !important;
  padding: 8px !important;
  border-radius: 8px !important;
}
.datepicker td,
.datepicker th {
  font-size: 14px;
  width: 35px !important;
  height: 35px !important;
  color: #000;
  font-weight: 500;
  font-family: "Inter";
  border-radius: 8px !important;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #ddd !important;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #fc7044 !important;
  cursor: pointer !important;
  color: #fff !important;
}
.datepicker table tr td.active.active {
  background-color: #fc7044 !important;
  background-image: none;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #fc7044 !important;
  color: #fff;
}
.datepicker .datepicker-switch {
  pointer-events: none;
}
.contactHomeform .form-control:focus,
.contactHomeform .custom-select:focus {
  box-shadow: none;
}
.contactHomeform .custom-select {
  padding: 10px 18px !important;
  border: 1px solid #1d24341f !important;
  border-radius: 12px !important;
  height: 48px !important;
  background-image: url(../images/timerDropdown.svg) !important;
  background-position: center right 20px !important;
  background-size: 14px !important;
}
.contactHomeform option {
  font-size: 16px;
  font-weight: 500;
  color: #000000a8 !important;
}
.certificateSec .swiper-slide img {
  border-radius: 12px;
}
.certificateSec .swiper-container {
  overflow: visible;
}

.d-none.menu-item-desk {
  display: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  padding: 24px;
  border-radius: 50%;
  background-position: center;
}
.swiper-button-next::before {
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.swiper-button-prev::before {
  top: 50%;
  left: -33px;
  transform: translateY(-50%) rotate(180deg);
}
ul.buyNowIconList {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
ul.buyNowIconList img {
  width: 20px !important;
}
ul.buyNowIconList li.show {
  display: block;
}
ul.buyNowIconList li + li {
  margin-left: -5px;
}
ul.buyNowIconList li.hide {
  display: none;
}
.gallery_outer .row.outerSec {
  display: block;
}
.linkQrCodeFull .socialIconGride {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.linkQrCodeFull .row {
  display: block !important;
}

/* -------------Buy Modal end--------------- */

@media only screen and (min-width: 768px) {
  .mapBlock {
    width: 60%;
  }

  .profileSec {
    padding: 20px 0 0;
  }

  .second-col > p {
    width: 600px;
  }
  .outerSec,
  .outerSec,
  .tabcontent,
  .errorReportSec {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #0000001f;
    margin-bottom: 40px;
  }
  .outerSec .servicesList p {
    font-size: 18px;
    line-height: 24px;
  }
  .salonFivesec {
    background-color: #f4f4f4;
    display: flex;
    border-radius: 30px;
    align-items: center;
    margin-bottom: 50px;
  }
  .salonFivesec .textContent {
    padding: 40px;
    width: 40%;
  }
  .logoSec > img {
    width: 166px;
  }
  .salonFivesec img {
    width: 60%;
    border-radius: 0px 30px 30px 0px;
  }
  section.socialIconSec {
    display: none;
  }
  .tabLinkSec .tab a:hover {
    text-decoration: none;
  }
  .tabLinkSec .tab {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
    border: none;
    padding: 18px 24px;
    text-align: center;
    box-shadow: 0 6px 24px 0 rgba(0 0 0/12%);
  }

  .tab.tabOuterDesktop.sticky {
    border-radius: 0 0 20px 20px;
  }
  .tabLinkSec .tablinks {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    background-color: transparent;
    padding: 0px 6px;
    color: #000000a8;
  }
  .tabLinkSec .tablinks + .tablinks {
    margin-left: 34px;
  }
  .errorReportTitle {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px;
    margin: 0px;
  }
  .errorReportSec p {
    font-size: 16px;
    font-weight: 500;
    color: #000000b8;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .errorReportSec .reportBtn {
    color: #fc7044;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
  }
  .errorReportSec .reportBtn img {
    margin-right: 8px;
  }
  .rightColContent {
    float: right;
    width: 31%;
    padding-left: 20px;
  }
  .pageContent {
    width: 100%;
  }
  .pageContent .outerSec {
    display: block;
  }
  .tabLinkSec.tabOuter {
    max-width: 1334px;
    margin: 0 auto;
  }
  .rightColContent-inner {
    position: sticky;
    top: 40px;
  }
  .businessOuter .businessInner {
    padding: 16px !important;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    width: 325px;
    left: 35%;
    top: 25px;
    transform: translateX(-50%);
    margin: 0 !important;
    border: none;
    box-shadow: 0 6px 24px 0 rgba(0 0 0 / 12%);
    border-radius: 12px !important;
  }
  .profileSec .timer {
    position: relative;
  }
  .businessOuter .businessInner ul {
    list-style: none;
    padding: 0;
    margin: 0px;
  }
  .businessOuter .businessInner ul li + li {
    margin-top: 12px;
  }
  .businessOuter .businessInner ul li {
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .businessOuter .businessInner ul li em {
    font-size: 16px;
    font-weight: 500;
    color: #000000b8;
    font-style: normal;
    display: block;
  }
  .businessOuter .businessInner ul li:hover {
    background-color: #f4f4f4;
  }
  .businessOuter {
    display: none; /* Initially hide the div */
  }
  .profileSec .businessHours .dropDown {
    transition: transform 0.5s; /* Smooth transition for rotation */
  }
  .profileSec .businessHours .dropDown.rotated {
    transform: rotate(180deg); /* Rotate the image */
  }

  .showShareIcon {
    position: absolute;
    right: 50%;
    bottom: -115px;
    transform: translate(160%, 0%);
  }
  .socialIconSecDesk a.btnGroup.showSharePop {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .mapBlock {
    width: 60%;
  }
  .profileSec .row {
    padding: 22px;
    margin-bottom: 10px;
  }
  .tabLinkSec.tabOuter,
  .profileSec {
    padding: 20px 20px 0px;
  }
  .socialIconSecDesk a.showNoBtn {
    width: 100%;
  }
  .socialIconSecDesk a.btnGroup {
    padding: 10px;
    font-size: 12px;
    margin-left: 10px;
    height: 40px;
    width: 40px;
  }
  .modal-content {
    width: 40% !important;
  }

  .outerSec,
  .outerSec,
  .tabcontent,
  .errorReportSec {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
  .outerSec .servicesList p {
    font-size: 16px;
    line-height: 22px;
  }

  .second-col ul.profilebox li > img {
    width: 70px;
    height: 70px;
  }
  .outerSec .servicesList p > span {
    font-size: 14px;
    line-height: 22px;
  }
  .outerSec .servicesGride {
    gap: 30px;
    padding: 30px 0 30px;
  }
  .secHeading {
    font-size: 24px;
    line-height: 30px;
  }
  .errorReportTitle {
    font-size: 18px;
    padding: 0 0 7px;
  }
  .errorReportSec p {
    font-size: 14px;
  }
  .errorReportSec .reportBtn {
    font-size: 14px;
  }
  .errorReportSec .reportBtn img {
    margin-right: 6px;
    width: 18px;
  }
  .tabcontent .tabcontentInner p {
    font-size: 15px;
    line-height: 20px;
  }
  .outerSec h2 {
    padding-bottom: 30px;
  }
  .salonFivesec .textContent {
    padding: 30px;
  }
  .logoSec {
    padding: 10px 0px 10px 15px;
    margin: 15px 0px 25px;
  }
  .socialIconSecDesk a.btnGroup img,
  .socialIconSecDesk a.btnGroup svg {
    width: 14px;
  }
  .socialIconSecDesk a.btnGroup img,
  .socialIconSecDesk a.showNoBtn svg {
    margin-right: 5px;
  }
  .socialIconSecDesk {
    gap: 10px;
  }
  .socialIconSecDesk .socialIconRight {
    gap: 10px;
  }
  .profileSec .row .second-col.col {
    max-width: 60%;
  }
  .profileSec .row .first-col.col {
    max-width: 40%;
  }
  .profileSec .imageSlider .bannerImg img {
    height: 200px;
  }
  .socialIconSecDesk a.btnGroup:first-child {
    width: 100%;
  }
  .profilebox li h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .second-col p {
    font-size: 14px;
  }
  .second-col > p {
    width: 100%;
  }
  .contactform input,
  textarea {
    font-size: 16px;
    line-height: 26px;
  }
  .contactform input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  .socialMediaSec .socialIconGride .socialIconList a p {
    font-size: 14px;
  }
  .tabcontent .tabcontentInner.enquireNow p {
    font-size: 14px;
  }
  .socialMediaSec .socialIconGride {
    gap: 20px 0px;
  }
  .blogsgrid {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 0px;
  }
  .heroSec {
    padding: 130px 15px 60px;
  }
  .bloglists .outerSec {
    margin-bottom: 0px;
    padding: 30px 15px 30px 15px;
  }
  .blogDetailSec .blogdetailleft ul li {
    font-size: 18px;
    line-height: 1.6;
  }
  .displaynone {
    display: none !important;
  }
  .headerSec .leftcol {
    width: 60%;
    padding-left: 15px;
  }
  .headerSec .rightcol {
    width: 40%;
    padding-right: 15px;
  }

  .fs-20 {
    font-size: 18px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .blogsSec .swiper-container::after {
    display: none;
  }
  .blogsSec {
    padding-right: 30px !important;
  }
  .service-experience .servicesGride {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.sharebuttons li {
    border-radius: 10px;
    padding: 10px 10px;
    margin-right: 10px;
  }
  .heroSec ul.sharebuttons li {
    border-radius: 10px;
    padding: 10px 17px;
    margin-right: 10px;
  }
  ul.sharebuttons img {
    width: 16px;
    height: 16px;
  }
  .showShareIcon {
    bottom: -105px;
    transform: translate(135%, 0%);
  }
  .blogsSec .swiper-slide .blogTitle {
    font-size: 18px;
  }
  .blogsSec .swiper-button-prev,
  .blogsSec .swiper-button-next {
    display: none;
  }
  .servicesecond {
    padding: 0px 15px;
  }
  .servicefirstsec .first-col {
    padding-right: 50px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .servicefirstsec .second-col {
    width: 45%;
  }
  .servicefirstsec .first-col {
    width: 55%;
  }
  .fs-38 {
    font-size: 28px;
  }
  .line-height48 {
    line-height: 35px;
  }
  .blogdetailright h4 {
    margin-top: 20px;
  }
  .blogdetailright ul.sharebuttons {
    margin: 10px 0px 0px;
  }
  .tabLinkSec .tab {
    padding: 15px 20px;
    border-radius: 12px;
  }
  .tabLinkSec .tablinks + .tablinks {
    margin-left: 12px;
  }
  .tabLinkSec .tablinks {
    font-size: 14px;
    padding: 0px 5px;
  }
  .productSec .productGride {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .productSec .productGride .productList .contentWrapper {
    display: block;
  }
  .productSec .productGride .productList .contentWrapper .contentWrapper-inner {
    padding-bottom: 15px;
  }
  .productSec .productGride .productList .productName {
    font-size: 13px;
  }

  .productSec .productGride .productList .pricing {
    font-size: 14px;
  }

  .gallerynew .swiper-slide img {
    border-radius: 20px;
  }
  .gallery_outer .gallerynew img {
    margin: 20px 0 0;
  }

  .blogsSec .blogGride {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .blogsSec .blogGride .blogList .blogTitle {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .blogsSec .blogGride .blogList p.blogContent {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .blogsSec .blogGride .blogList a.readBlogBtn {
    font-size: 14px;
  }
  .blogsSec .blogGride .blogList a.readBlogBtn img {
    width: 8px;
    margin: 2px 0px 0px 5px;
  }
  .buyNowModal .modal-content,
  .viewOffersModal .modal-content {
    width: 50% !important;
  }
  .viewOffersModal .modal-content h4,
  .buyNowModal .modal-content h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .buyNowModal .productBuy .btnViewProDetail {
    font-size: 14px;
  }
  .buyNowModal .productBuy .productName {
    font-size: 14px;
  }
  .buyNowModal .productBuy .pricing {
    font-size: 12px;
    padding: 0px 0px 10px;
  }
  .offerList .btnTapToApply {
    font-size: 14px;
  }
  .viewOffersModal .modal-content h5 {
    font-size: 18px;
  }
  .headerSec .socialIconSecDesk {
    display: none;
  }
  .headerMessageBtn a {
    border: 1px solid #fc7044;
    border-radius: 10px;
    padding: 8px 10px;
    color: #fc7044;
    font-weight: 600;
    justify-content: center;
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
  }
  .headerMessageBtn {
    float: right;
    display: block;
  }
  ul.breadcrumb li a {
    font-size: 16px;
  }
  .heroSec .blogsgrid {
    padding: 10px 0px 0px;
  }
  .socialIconSec .iconText {
    margin: 0px;
  }
  .productPage .outerSec {
    padding: 0px;
  }
  .productPage .outerSec h2 {
    padding-bottom: 20px;
  }
  .productDetailSec .outerSec .blogdetailright {
    width: 45%;
  }
  .productDetailSec .outerSec .blogdetailleft {
    padding: 0px 0px 0px 40px;
    width: 55%;
  }
  .productDetailSec .outerSec {
    padding: 0px 0px;
  }
  .productDetailSec .proDetailWrapper {
    display: block;
  }

  .productDetailSec .btnBuyGroupInner a.btnBuy {
    gap: 8px;
    padding: 8px 12px;
  }
  .productDetailSec .btnBuyGroup a.btnMessageNow {
    font-size: 15px;
  }
  .productDetailSec .blogdetailright .blogdetailright-inner > img {
    height: 300px;
  }
  .productDetailSec .blogdetailleft .contentWrapper + .contentWrapper {
    margin-top: 20px;
  }
  .gallery_outer .outerSec {
    padding: 30px 15px 30px 15px;
  }
  .blogdetailright img {
    height: 300px;
  }
  .businessOuter .businessInner {
    left: 45%;
    width: 290px;
  }
  .businessOuter .businessInner ul li {
    font-size: 14px;
  }
  .businessOuter .businessInner ul li + li {
    margin-top: 10px;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    background-size: 14px;
    padding: 18px;
  }

  .externalLinks .modal-content {
    width: 60vw !important;
  }
  .headerMessageBtn a svg path {
    fill: #fc7044;
  }
  .externalLinks .externalLinkSec .externalLinkGride { 
    grid-template-columns: 1fr 1fr; 
  }
  .externalLinks .externalLinkSec .secHeading {
    font-size: 20px;
  }
  .externalLinks .externalLinkSec .externalLinkGride a {
    font-size: 16px; 
    gap: 10px;
  }
  .externalLinks .externalLinkSec .externalLinkGride a img {
    width: 22px;
  }
}

@media (max-width: 767px) {
  .fs-24 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .service-experience .servicesGride {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogsSec {
    padding: 40px 15px 40px 15px !important;
  }
  .outerSec {
    border-radius: 0px;
    background-color: #fff;
  }
  .contactstore-form {
    padding: 0px 0px 40px 0px;
  }
  .socialMediaSec .socialIconGride .socialIconList a p {
    font-size: 14px;
  }
  .tabcontent .tabcontentInner.enquireNow p {
    font-size: 14px;
  }
  .blogsSec .swiper-slide .blogTitle {
    font-size: 16px;
  }
  .socialMediaSec {
    margin-top: 20px;
    padding-top: 20px;
  }
  .overviewSec.scrollspy .tabcontent {
    padding-bottom: 0px !important;
  }
  .blogsSec .swiper-slide p.blogContent {
    font-size: 14px;
  }
  .groupinput {
    display: block;
  }

  .groupinput .input-group {
    width: 100%;
  }
  .groupinput .formgroup {
    width: 100%;
  }
  .outerSec .service-inner .whatsappBtn img {
    min-height: 23px !important;
    width: 23px !important;
  }
  .service-inner {
    display: block;
  }
  .outerSec .servicesList p {
    padding-bottom: 10px;
  }

  .contactform label {
    font-size: 14px;
  }
  .contactform input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
  .contactform input,
  .contactform textarea {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .contactform textarea {
    margin-bottom: 20px;
  }
  span.input-group-addon {
    height: 42px;
    font-size: 14px;
    line-height: 24px;
  }
  .mobHidden {
    display: none;
  }
  .mapBlock {
    width: 100%;
  }

  .showNo-Popup .modal-content h4,
  .showNo-Popup .modal-contact-content h4 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .showNo-Popup .modal-content a,
  .showNo-Popup .modal-contact-content a {
    font-size: 18px;
  }
  .pageContent {
    padding-right: 0px;
  }
  .rightColContent {
    padding-left: 0px;
  }
  .outerSec {
    padding: 40px 15px;
    margin-bottom: 0;
  }
  .gallerySec .outerSec {
    background-color: #f4f4f4;
    border-radius: 32px;

    margin: 40px 0px 0px;
  }
  .profileSec .first-col.imageSlider img {
    width: 100%;
    height: 185px;
    object-fit: cover;
  }
  .profileSec .col {
    width: 100% !important;
  }

  .profileSec .openNow {
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0px;
    display: flex;
    z-index: 2;
  }
  .profileSec .language {
    right: 15px;
    left: initial;
  }
  .profileSec .row {
    flex-direction: column-reverse;
    padding: 0;
    border: none;
    margin: 0;
  }
  .second-col {
    padding: 25px 15px 0px !important;
  }
  .logoSec ul.iconList {
    padding: 0 0 0 20px !important;
  }
  .logoSec ul.iconList li {
    display: inline-flex !important;
    padding: 0 !important;
    align-items: center;
  }
  .logoSec ul.iconList li + li {
    padding: 7px 0 0 !important;
  }
  .logoSec ul.iconList li > img {
    margin: 0px 10px 0px 0px !important;
    width: 18px;
    height: 18px;
  }
  .second-col .logoSec ul.iconList li p > span {
    display: inline-flex !important;
  }
  .profileSec .first-col {
    padding-left: 0px !important;
    border-radius: 0 0 32px 32px !important;
    max-width: 100% !important;
    overflow: visible !important;
    min-height: 210px;
    object-fit: cover;
  }
  .profileSec .second-col a.reqstcallbtn.d-none {
    display: flex !important;
    text-align: center;
  }
  .profileSec .second-col a.reqstcallbtn.d-none img {
    padding-right: 10px;
  }
  .second-col p.textGray.textCenter.d-none {
    display: block !important;
    text-align: center;
  }
  .logoSec {
    margin: 15px 0px 25px !important;
    padding: 12px 15px !important;
  }
  .logoSec > img {
    width: 148px;
  }
  .second-col ul.profilebox li > img {
    width: 60px;
    height: 60px;
  }
  .deskMap {
    display: none;
  }
  .mobMap {
    display: block;
  }
  .socialIconSec {
    background-color: #fff6f4;
    padding: 10px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #fc704433;
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: -4px;
    width: 100%;
    z-index: 9999;
  }
  .socialIconSec.socialIconSecDesk {
    display: none;
  }

  .socialIconSecDesk {
    display: block;
  }
  .secHeading {
    font-size: 20px !important;
    text-align: left;
    padding-bottom: 15px !important;
  }
  .outerSec .servicesList img {
    width: 100% !important;
    min-height: 240px !important;
  }

  .outerSec .servicesGride {
    gap: 25px 12px !important;
    padding: 20px 0 25px;
  }
  .outerSec .servicesList p > span {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .salonFivesec .textContent {
    padding: 40px 15px 30px;
  }
  .salonFivesec .textContent p {
    text-align: center;
  }
  .salonFivesec a.reqstcallbtn {
    margin: 20px 0px 0px !important;
  }
  .tabcontent {
    padding: 25px 15px 40px !important;
    margin: 0;
  }
  .errorReportSec {
    display: none;
  }
  .outerSec .servicesList a.enquireBtn {
    font-size: 12px !important;
  }
  .outerSec .servicesList a.enquireBtn img {
    width: 7px !important;
    margin-left: 5px !important;
  }
  .lightbox img {
    max-width: 70% !important;
  }
  .arrowl {
    left: 15px;
  }
  .arrowr {
    right: 15px;
  }
  .arrowl:after,
  .arrowr:after {
    width: 12px;
    height: 12px;
  }

  .arrowr,
  .arrowl {
    width: 30px;
    height: 30px;
  }
  .close {
    width: 30px !important;
    height: 30px !important;
    top: 20px;
    right: 20px;
  }
  .close:after {
    width: 12px;
    height: 12px;
  }
  .backTop {
    bottom: 100px !important;
    width: 40px;
    height: 40px;
  }
  .backTop img {
    width: 16px;
    height: 9px;
  }
  .modal-content,
  .modal-contact-content {
    width: 90% !important;
  }
  .tabLinkSec.tabOuter,
  .profileSec {
    padding: 0px;
  }

  .modal-content,
  .modal-contact-content {
    top: 45%;
    max-height: 75vh;
    overflow: auto;
  }

  /* ------------external Links css---------- */
  .externalLinks .externalLinkSec h4 {
    font-size: 16px;  
  }
  .externalLinks .modal-content {
      width: 100% !important;
      top: initial !important;
      bottom: 0px !important;
      max-height: inherit !important;
      transform: none;
      left: 0px;
      z-index: 9999;
      position: fixed !important;
      border-radius: 20px 20px 0 0 !important;
      padding: 40px 15px;
  }
  .externalLinks .externalLinkSec .externalLinkGride { 
    gap: 16px 20px;
  }
  /* ------------external Links css End---------- */
  .blogsgrid {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0 0px;
  }

  ul.breadcrumb li {
    font-size: 12px;
  }
  .heroSec {
    padding: 70px 15px;
  }
  .bloglists .outerSec {
    padding: 50px 0px 50px 0px;
  }
  .mobButnGroup {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .mobButnGroup a.reqstcallbtn,
  .mobButnGroup a.btnGroup {
    display: flex;
    width: 48%;
  }
  .mobButnGroup a.btnGroup {
    margin-left: 0px;
    padding: 10px;
  }
  .mobButnGroup a.reqstcallbtn {
    justify-content: space-between;
  }
  .servicefirstsec {
    padding: 110px 15px 140px;
  }
  .pb-25 {
    padding-bottom: 15px;
  }
  .servicesecond .first-col.col .fs-16 {
    font-size: 16px;
  }

  .blogDetail .outerSec {
    display: block;
    padding: 0px 0px;
    margin: 0px 0px 60px;
  }
  .blogDetail .blogdetailleft {
    width: 100%;
    padding: 0px;
  }
  .blogDetail .blogdetailright {
    width: 100%;
  }
  .servicefirstsec .container .row {
    display: flex;
    padding: 0px 0px;
    flex-direction: column-reverse;
  }
  .servicefirstsec .first-col {
    width: 100%;
    padding: 0px;
  }
  .servicefirstsec .second-col {
    width: 100%;
    padding: 0px 0px 25px !important;
  }
  .blogDetail {
    padding: 40px 0px 0px;
  }
  .blogDetail .blogdetailleft .mobileImg {
    display: block;
    width: 100%;
    padding-bottom: 12px;
  }
  .blogDetail .blogdetailright .desktopImg {
    display: none;
  }
  .blogDetail .blogdetailleft h1.fs-38 {
    font-size: 16px;
    line-height: 24px;
  }
  .blogDetail .blogdetailleft .fs-20 {
    font-size: 14px;
    line-height: 22px;
  }
  .blogdetailleft p {
    margin-bottom: 20px;
  }
  .blogDetail .blogdetailright h4 {
    text-align: left;
  }
  .blogDetail .blogdetailright ul.sharebuttons {
    justify-content: flex-start;
    padding: 0px;
  }

  .blogDetail .blogdetailright ul.sharebuttons img {
    width: 20px;
    height: 20px;
  }
  .blogDetail .blogdetailright ul.sharebuttons li {
    border-radius: 10px;
    padding: 12px;
    margin-right: 12px;
  }
  .headerSec .showShareIcon {
    display: none;
  }
  .socialIconList.showShareIconMobile {
    position: relative;
  }

  .showShareIconMobile .showShareIcon {
    bottom: 90px;
    right: 50%;
    transform: translate(50%, 0px);
  }
  .showShareIconMobile .showShareIcon ul.sharebuttons {
    justify-content: flex-start;
    padding: 10px 0px 0px;
    margin: 0px 0px 0px;
  }
  .profileSec .row .second-col.col {
    max-width: 100% !important;
  }
  ul.profilebox {
    padding: 0 0 10px;
  }

  .profileSec .timer {
    display: none;
  }
  .profileSec .linkQrCode .row {
    flex-direction: inherit;
    align-items: flex-start;
  }

  .linkQrCode .col:first-child {
    padding: 0px 18px 0px 0px;
  }
  .linkQrCode .col:last-child {
    padding: 0px 0px 0px 18px;
  }
  .linkQrCode .col:last-child img {
    width: 100%;
  }
  .linkQrCode .socialIconGride {
    gap: 30px 18px;
  }
  .linkQrCode .socialIconGride img {
    width: 40px;
    height: 40px;
  }
  .socialIconSec .socialIconGride .socialIconList span.socialIcon img {
    width: 22px;
    height: 22px;
  }
  .socialIconSecDesk a.showNoBtn {
    display: flex;
    width: 100% !important;
  }
  .socialIconSecDesk {
    width: 100% !important;
  }
  .socialIconSecDesk .socialIconLeft {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .socialIconSecDesk .socialIconRight {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
  }
  .socialIconSecDesk a.btnGroup img,
  .socialIconSecDesk a.btnGroup svg {
    width: 24px;
  }
  .socialIconSecDesk a.btnGroup {
    font-size: 16px;
  }
  .socialIconSecDesk .socialIconRight .btnGroup {
    height: 50px;
    width: 50px !important;
    padding: 12px;
  }
  .socialIconSecDesk .socialIconRight span {
    text-align: center;
  }
  .socialIconSecDesk .socialIconRight span p {
    display: block;
    margin: 0px;
    padding: 8px 0px 0px;
    line-height: 1;
    font-size: 12px;
  }
  .buyNowModal .modal-content,
  .viewOffersModal .modal-content {
    width: 90% !important;
  }
  .tabLinkSec .tab {
    display: flex;
    overflow-x: scroll;
    border-radius: 0;
    padding: 12px 10px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0 0 0 / 12%);
  }
  .tabLinkSec .tablinks {
    text-wrap: nowrap;
    line-height: 15px;
  }
  .productSec .productGride {
    gap: 15px 12px;
  }
  .productSec .productGride .btnMessageNow {
    gap: 6px;
    padding: 10px 11px;
    justify-content: space-between;
  }
  .productSec .productGride .productList .contentWrapper .contentWrapper-inner {
    padding-bottom: 12px;
  }
  .servicesSec .outerSec {
    padding-top: 0px !important;
  }
  .productSec .productGride .btnBuyNow {
    justify-content: center;
    gap: 10px;
  }
  .gallerynew .swiper-slide img {
    width: 360px;
    height: 360px;
  }
  .gallerynew .swiper-container {
    width: 100vw;
  }
  .gallerynew .swiper-button-next::before {
    right: 20px;
  }

  .certificateSec .swiper-slide img {
    width: 360px;
    height: 360px;
  }

  .gallerySec .outerSec .secHeading {
    text-align: center;
  }
  .gallerynew img {
    margin-bottom: 12px;
  }
  .gallery_outer .gallerynew img {
    margin: 12px 0 0;
  }
  .gallery_outer .gallerynew img {
    border-radius: 20px;
  }
  .gallery_outer .gallerynew {
    grid-template-columns: 1fr;
    gap: 0 25px;
  }
  .gallerySec .outerSec .seeAllBtn {
    margin: 0 auto;
  }
  .businessHourSec {
    display: block;
  }
  .businessHourSec {
    padding: 0px 15px 40px;
    display: block;
  }
  .businessHourSec ul li em {
    font-style: normal;
    display: block;
  }
  .businessHourSec ul li,
  .businessHourSec ul li em {
    font-size: 16px;
  }
  .businessHourSec ul li em + em {
    padding-top: 10px;
  }
  .businessHourSec .upcomingOff h4 {
    font-size: 16px;
  }
  .blogsSec .blogGride .blogList {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 10px;
  }
  .blogsSec .blogGride .blogList > img {
    max-width: 130px;
    margin: 0px;
    height: 100px;
  }
  .blogsSec .blogGride {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blogsSec .blogGride .blogList p.blogContent {
    font-size: 14px;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blogsSec .blogGride .blogList a.readBlogBtn {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
  }
  
  .readBlogBtn img{
    width: 9px;
    height: 22px;
    margin-left: 3px;
  }

  .viewAllBtn img, .seeAllBtn img {
    width: 12px !important;
    height: 14px;
  }

  .tabOuterMob {
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .tabLinkSec.tabOuterMob.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
  }
  .mobMenuHere .tabOuterDesktop {
    display: flex;
    overflow-x: scroll;
    border-radius: 0;
    padding: 12px 10px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0 0 0 / 12%);
    background-color: #fff;
    z-index: 9;
  }
  .mobMenuHere .menu-item-desk {
    color: #000000a8;
    font-weight: 500;
    font-size: 14px;
    text-wrap: nowrap;
    line-height: 15px;
    padding: 0 5px;
  }
  .mobMenuHere .menu-item-desk + .menu-item-desk {
    margin-left: 20px;
  }
  .mobMenuHere .menu-item-desk.active {
    color: #000;
    font-weight: 600;
    position: relative;
  }
  .mobMenuHere .menu-item-desk.active:after {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #000;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 4px;
  }
  .d-none.menu-item-desk {
    display: block !important;
  }
  .modal-content img.popupLogo {
    width: 140px;
  }
  .modal-content h4.textAccept {
    font-size: 13px;
  }
  .buyNowModal .modal-content,
  .viewOffersModal .modal-content {
    width: 100% !important;
    top: initial !important;
    bottom: 0px !important;
    max-height: inherit !important;
    transform: none;
    left: 0px;
    z-index: 9999;
    position: fixed !important;
    border-radius: 20px 20px 0 0 !important;
  }
  .contactHomeform input {
    margin-bottom: 20px;
    font-size: 16px !important;
    padding: 11px 18px;
  }
  .contactHomeform input::placeholder {
    font-size: 16px !important;
  }
  .contactHomeform .radioSelector .form-check {
    padding: 12px 15px;
    border-radius: 8px;
  }

  .contactstoreOuter {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .productSec,
  .productSec,
  .certificateSec,
  .gallerySec,
  .blogsSecOuter,
  html body .profileSec {
    padding-top: 5px;
    margin-top: -20px;
  }
  .contactHomeform .radioSelector .form-check label {
    gap: 8px;
    font-size: 16px;
  }
  ul.breadcrumb li a {
    font-size: 14px;
  }
  .desktopShareIcon {
    display: none;
  }
  .mobShareIcon {
    display: block;
  }
  .blogDetailSec .blogDetail .blogdetailleft {
    background-color: #f4f4f4;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .blogDetailSec .blogdetailright img {
    height: 200px;
    margin-bottom: 12px;
  }
  .blogDetailSec .outerSec {
    background-color: #fff;
  }
  .bloglistSec .outerSec {
    padding: 30px 0px 50px;
    background-color: #fff;
  }
  .blogDetailSec .blogdetailleft h1 {
    padding-bottom: 10px;
  }
  .blogDetailSec .blogdetailleft ul li {
    font-size: 14px;
  }
  .blogsgrid .imgHover img {
    height: 200;
  }
  .socialIconSec
    .socialIconGride
    .socialIconList:last-child
    span.socialIcon
    img {
    width: 38px;
  }
  .socialIconSec .socialIconGride .socialIconList:last-child span.socialIcon {
    border: none;
    padding: 0px;
  }

  .productPage .productSec .productGride {
    gap: 20px 15px;
    padding-bottom: 20px;
  }
  .productPage .outerSec {
    padding: 40px 0px;
  }
  .productDetailSec .outerSec .blogdetailleft {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .productDetailSec .outerSec .blogdetailright {
    width: 100%;
    padding-bottom: 15px;
  }
  .productDetailSec .outerSec {
    padding: 40px 0px 80px;
    background-color: #fff;
  }
  .productDetailSec .blogdetailright .blogdetailright-inner > img {
    height: 200px;
    margin-bottom: 15px;
  }
  .productDetailSec .proDetailWrapper {
    padding-bottom: 12px;
  }
  .productDetailSec .blogdetailleft .contentWrapper + .contentWrapper {
    margin-top: 15px;
  }
  .gallery_outer .secHeading {
    padding: 0px 0px 5px !important;
  }
  .certificateSec .outerSec {
    padding: 0px 15px 10px;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    background-size: 15px;
    padding: 16px;
  }

  .swiper-button-next::before {
    right: -10px;
  }

  .swiper-button-prev::before {
    left: -10px;
  }

  ul.buyNowIconList img {
    width: 18px !important;
  }

  .mobMenuHere.sticky {
    z-index: 999;
  }

  .profileSec .linkQrCode .viewAllBtn {
    margin-bottom: 10px;
  }

  .headerMessageBtn a svg path {
    fill: #fc7044;
  }

  .socialLinkSec .outerSec {
    padding: 40px 0px; 
  }
  .externalLinks .externalLinkSec .secHeading {
    font-size: 18px !important;
    line-height: 1.1;
  }
  .externalLinks .externalLinkSec .externalLinkGride a {
    font-size: 14px;
    gap: 7px;
    line-height: 1.2;
  }
  
  .externalLinks .externalLinkSec .externalLinkGride a img {
    width: 20px;
  }
}

@media (max-width: 374px) {
  .tabLinkSec.tabOuter .container.row {
    overflow-x: scroll;
  }
  .tabLinkSec .tab {
    width: 100% !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .productSec .productGride .btnMessageNow {
    gap: 6px;
    padding: 10px 12px;
    justify-content: space-between;
    font-size: 14px;
  }
  .businessHourSec ul li {
    font-size: 14px;
  }
  ul.breadcrumb li a {
    font-size: 13px;
  }
  .headerMessageBtn a {
    font-size: 13px;
  }

  .contactHomeform .radioSelector .form-check {
    padding: 12px 10px;
  }
  .contactHomeform .radioSelector .form-check label {
    font-size: 14px;
  }
}