@import url('https://fonts.googleapis.com/css2?family=Goblin+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  --primary:#EA2328;
  --secondary:#c51014;
  --white:#fff;
  --black:#333;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Goblin One", serif;
font-family: "Bai Jamjuree", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 16px 20px;
    width: 100%;
    outline: 0;
    border-radius: 6px;
font-family: "Bai Jamjuree", sans-serif;
    background: var(--white);
}
select, input[type="date"] {
  padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 9px 26px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    font-weight: 600;
    font-family: "Bai Jamjuree", sans-serif;
}
input[type="submit"]:hover {
    background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
font-family: "Goblin One", serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:25px
}
h2 {
  font-size:22px
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size:16px
}
h6 {
  font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
font-family: "Bai Jamjuree", sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
font-family: "Bai Jamjuree", sans-serif;
  color: #333;
  line-height: 25px;
  font-size: 15px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 40px;
    font-size: 35px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: normal;
}
.heading {
    text-align: center;
    padding-bottom: 28px;
    background-size: 100px !important;
	font-family: "Goblin One", serif;
	position:relative;
}
.heading:after {
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 3px solid var(--primary);
}
.leftheading {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.leftheading span, .heading span {
    display: block;
    color: var(--primary);
    font-weight: 500;
    font-size: 22px;
}
.subheading{
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.zoomeffect {
  overflow: hidden;
  position:relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* Header */

header {
    background: var(--primary);
}
header .hdrthumb img {
    width: 70px;
}
.fixedquote .btn-primary {
    position: fixed;
    right: -75px;
    top: 50%;
    transform: rotate(90deg);
    border-radius: 0 0 12px 12px;
    letter-spacing: .5px;
    color: var(--white);
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 17px;
    z-index: 9;
}
.header-wrapepr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.header-wrapepr figure{
	margin:0;
}
.header-wrapepr figure img {
    width: 120px !important;
}
.header-wrapepr ul.hdraddr {
    column-gap: 30px;
}
ul.hdraddr .btn-primary {
    background:var(--white);
    color: var(--primary) !important;
    padding: 11px 20px 12px;
    font-weight: 500;
}
ul.hdraddr .btn-primary:hover {
    background: var(--black);
    color: var(--white) !important;
}
.header-wrapepr ul{
	display:flex;
	align-items:center;
}
.header-wrapepr ul.socialicon {
    column-gap: 10px;
}
header ul.socialicon li a {
    background: #3b5998;
    color: var(--white);
    width: 38px;
    height: 38px;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    column-gap: 8px !important;
    transition: all ease-in-out .5s;
}
header ul.socialicon li a:hover {
transform: scale(1.2);
    box-shadow: 3px 3px 13px #ddd;
}
header ul.socialicon li:nth-child(2) a{
	background:#1DA1F2;
}
header ul.socialicon li:nth-child(3) a{
background:#0A66C2;	
}
header ul.socialicon li:nth-child(4) a{
background:#fa7e1e;	
}
.header-wrapepr ul.hdraddr span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.header-wrapepr ul.hdraddr i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--white);
    background: #ffffff29;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-wrapepr ul.hdraddr li {
    position: relative;
    padding-left: 50px;
}
.header-wrapepr ul.hdraddr li, .header-wrapepr ul.hdraddr a {
    color: var(--white);
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #08b80026;
    background: var(--black);
    border-radius: 20px 20px 0 0;
    padding: 0 0 0 5px;
}
.menubar .btn-primary {
    padding: 17px 50px 17px 100px;
    border-radius: 50px 30px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    margin-top: -1px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    background: var(--white);
}
.menubar .btn-primary:hover {
    background: var(--primary);
    color: var(--white);
}
header.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    border-radius: 0;
}
.menubar.fixed .btn-primary {
    padding: 17px 40px;
    border-radius: 50px 0 0;
}

/* SLIDER SECTION CSS */


.mainslider {
    position: relative;
}
.mainslider figure{
	margin:0;
}
.mainslider figure img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: top;
}

/*
.mainslider figure::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
background-image: linear-gradient(90deg, var(--secondary) 45%,#120F2D00 100%);
}
*/
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.mainslider .carousel-content h2 strong {
    color: transparent;
    -webkit-text-stroke-color: var(--secondary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: #ffffff24;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    position: relative;
    padding-top: 30px;
    margin-bottom: 15px;
}
.carousel-content h2:before {
    content: '';
    position: absolute;
    border-top: solid 3px var(--white);
    width: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 18px;
    margin: 10px 0 18px;
    line-height: 30px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
}
.mainslider .carousel-content .btn-primary {
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    padding: 14px 22px 12px;
    background: #333;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}


/* Scrolling Promotions */

.enable-animation {
    background: var(--primary);
    padding: 15px 0;
}
.enable-animation ul li {
    display: inline-flex;
    font-weight: 500;
    letter-spacing: .3px;
    align-items: center;
    margin: 0 15px;
    font-size: 17px;
    text-transform: uppercase;
}
.enable-animation ul li img {
    width: 29px;
    margin-right: 15px;
    filter: invert(1) brightness(100);
}
section.enable-animation ul li {
    border-right: solid 1px var(--white);
    color: var(--white);
    padding-right: 50px;
}
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.enable-animation .marquee__content {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  -webkit-animation-name: scroll-abs;
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}

/* Features */

.feature-details {
    background-color: #f3f3ff;
    padding: 60px 0;
}
.feature-details .row {
    row-gap: 25px;
}
.about-features {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.about-features h3 {
    display: inline-block;
    border-bottom: 1px solid #0382c754;
    padding-bottom: 15px;
    margin-bottom: 20px;
    max-width: 85%;
}
.feature-cnt img {
    width: 60px;
    transition: .5s ease-in-out;
}
.about-features:hover .feature-cnt img {
    animation: handshake 2s linear infinite;
}
.ht-shape-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0;
}
.ht-shape-btn svg path {
    fill: #f3f3ff;
}
.featured-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: var(--white);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
}
.about-features:hover .featured-number {
    background: var(--primary);
    color: var(--white);
}
@keyframes handshake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* About Us */

.homeabout {
    padding: 60px 0;
}
.homeabout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.aboutus .homeabout img {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.about-content h3 {
    margin: 20px 0 11px;
}
.homeabout-content p strong {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
}
.homeabout-content .btn-primary {
    margin-top: 12px;
}
.choose {
    background: #e300160f;
    padding: 50px 0 60px;
}
.aboutus .choose figure {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.aboutus .homeabout h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.choose-item.text-center {
    background: var(--white);
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	height:100%;
}
.choose .col-lg-3{
	padding-right:0;
}
.choose-item.text-center h3 {
    font-weight: 500;
    margin: 15px 0 10px;
}
.moreabout .row:nth-child(even) {
    flex-direction: row-reverse;
}
.moreabout .about-content{
	width:100%;
}
.moreabout {
    padding: 65px 0;
	background:#f5ede7;
}
.moreabout .row{
	margin-bottom:30px;
}
.about-content ul {
    margin-bottom: 12px;
}
.about-content ul li {
    line-height: 28px;
    position: relative;
	padding-left:20px;
}
.about-content ul li:before {
    content: '\f192';
	font-family:'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 14px;
}
.about-content h2 {
    line-height: 50px;
    position: relative;
    padding-top: 20px;
}
.about-content h2:after {
    content: '';
    position: absolute;
    border-top: solid 3px var(--primary);
    width: 120px;
    top: 0;
    left: 0;
}


/* Services */

.products {
    background: url(../images/servicesbg.png) bottom/cover;
    padding: 55px  0 60px;
    background-attachment: fixed;
}
.services .row {
    row-gap: 25px;
}
.services .products-info {
    padding: 20px 20px 30px;
}
.products .row{
	row-gap:25px;
}
.products-item {
    box-shadow: 0 0 12px #0000001a;
    transition: .5s;
    border-radius: 6px;
    overflow: hidden;
	position:relative;
}
.products-item:after, .products-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.products-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.products-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.products-item:hover{
	transform:translateY(-10px);
}
.products-item figure {
   overflow:hidden;
	margin:0;
}
.products-item figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.products-info {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(178deg, rgba(255, 255, 255, 0) 0, #070700c4 50%);
    text-align: center;
}
.products-info h3 {
    margin-bottom: 20px;
    color: var(--white);
}
.products-info h4 {
font-weight: 700;
    font-size: 20px;
    margin: 0 0 22px;
}
.products-info p {
    margin: 12px 0 25px;
}
.products-info a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.products-info:hover a {
    color: #ddd;
}
.products-info a:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 42px;
    height: 42px;
    background: #eeeeee3b;
    border-radius: 50%;
}
.products-info a i {
    font-size: 14px;
    margin-left: 1px;
}

/* values */

.values {
    padding: 60px 0;
}
.values .container {
    overflow: hidden;
}
.values .heading {
    color: var(--white);
}
.values-item {
    border: dotted 2px var(--primary);
    padding: 20px;
    border-radius: 6px;
    transition: all ease-in-out .5s;
    text-align: center;
}
.values-item:hover {
    box-shadow: 3px 3px 13px #181818;
    transform: translateY(-5px);
}
.values-item h4 {
    font-size: 30px;
    margin: 28px 0 15px;
    font-weight: 700;
}
.values-item:hover {
    box-shadow: 3px 3px 13px #181818;
}
/*
.values-item figure {
    background: var(--white);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.values-item figure img {
    width: 55px;
}
.values-box {
    width: 80%;
}
.values-item h3 {
    font-size: 20px;
    color: #555;
}
.values-item p {
    margin-bottom: 0;
}

/* Packages */

.packages {
    background: linear-gradient(#0000008c, #000000e0), url(https://weblysssoft.com/foryousupermarket.com/wp-content/uploads/2024/10/slider1.jpg) center/cover;
    padding: 70px 0;
    background-attachment: fixed;
    background-size: cover;
}
.packages h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
}
.packages h2 i {
    border: solid 2px #eee;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    margin-bottom: 25px;
}
.packages-item {
    background: var(--white);
    height: 100%;
    padding: 35px;
	border-radius:6px;
}
.packages .col-lg-6:nth-child(2) .packages-item{
    background: #ffffff38;	
}
.packages .col-lg-6:nth-child(2) .packages-item h3, .packages .col-lg-6:nth-child(2) .packages-item ul li{
	color:var(--white);
}
.packages .col-lg-6:nth-child(2) .packages-item ul li:before{
	color:var(--white);
}
.packages-item ul li {
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
.packages-item ul li:before{
content:'\f192';	
font-family:'Font Awesome 5 Free';	
color:var(--primary);
font-size:14px;
position:absolute;
left:0;
}
.packages-item h3 {
    margin-bottom: 35px;
    font-size: 25px;
}
.packages-item h3 span {
    display: block;
    font-weight: 800;
    margin-top: 15px;
    border-left: solid 1px #999;
    padding-left: 13px;
}


/* Testimonials */

.testimonial {
    padding: 55px 0;
	background:#f0f0f8;
}
.testimonial .rating {
    text-align: center;
    color: #ffb100;
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 4px 6px 0px #00000005;
    text-align: center;
    padding: 25px 25px 15px;
    z-index: 1;
}
.testimonial-cnt:before {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    border: solid 20px var(--primary);
    border-right: solid 18px #2a181800;
    border-top: solid 18px transparent;
    border-left: solid 18px transparent;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 45px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.testimonial-item img {
    border-radius: 50% !important;
    width: 100px !important;
}
.testimonial h3 {
    margin: 12px 0 5px;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.testimonial-item p {
    height: 150px;
    overflow-y: scroll;
    padding-right: 15px;
}
.testimonial-item p::-webkit-scrollbar-track{
     -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
     border-radius: 10px;
     background-color:#f5f5f5;
}
.testimonial-item p::-webkit-scrollbar {
     width: 2px;
     background-color: #13890982;
}
.testimonial-item p::-webkit-scrollbar-thumb{
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
    background-color:var(--primary);
}



/* Gallery  */

.ourgallery {
    padding: 35px 0 15px;
}
.ourgallery .row {
    justify-content: center;
    gap: 25px;
}
.gallery.ourgallery .row {
    row-gap: 25px;
    column-gap: 0;
}
.gallery-item {
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.ourgallery .gallerylightboxlist {
    height: 320px;
    background-size: cover;
    transition: all 300ms ease;
    border-radius: 6px;
    position: relative;
    background-position: center;
}
.gallerylightboxlist:after, .gallerylightboxlist:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .9s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallerylightboxlist:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.gallerylightboxlist:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.gallery-item:hover .gallerylightboxlist {
    transform: scale(1.1) rotate(5deg);
    filter: grayscale(1);
}
.gallerylightbox {
    position: relative;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/* Blogs */

.homeblog {
    padding: 40px 0 60px;
}
.homebloglist {
    box-shadow: 0 0 12px #ddd;
    background: var(--white);
	margin:12px 0;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.homebloglist p{
margin: 0;
}
.homeblogbox{
    padding: 20px;
}
.homeblogbox h3 {
    margin: 12px 0;
    line-height: 22px;
}
.homeblogbox h3 a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}
.homeblogbox span {
    font-size: 13px;
}

.homeblogbox span i {
    color: var(--primary);
    margin-right: 7px;
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

/* Comparison Table */

.comparisontbl {
    background: linear-gradient(#000000bf, #000000a8), url(https://weblysssoft.com/foryousupermarket.com/wp-content/uploads/2024/10/comparisonbg.jpg) center/cover;
    padding: 60px 0 70px;
    background-attachment: fixed;
}
.comparisontbl.comparisontbltwo {
    background: #f7f7f7;
}
.comparisontbltwo .comparison-table th, .comparisontbltwo .comparison-table td {
    color: var(--black);
}
.comparisontbltwo .table_container {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}
.comparisontbltwo .comparison-table td.row-two {
    color: white !important;
}
.table-width {
    max-width: 1000px;
}
 .comparison-table svg {
    width: 100%;
    max-width: 28px;
    height: 28px;
    margin: 0 auto;
}
  @media only screen and (max-width: 767px) {
  .comparison-table {
    table-layout: unset !important;
  }
    td.row-one {
    width: 100px !important;
}
  }
.comparison-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.comparison-table th {
    border: none !important;
    font-weight: 600 !important;
    font-size: 28px;
    color: var(--white);
    text-align: center;
}
.row-two img {
    margin: 0 auto;
    max-width: 140px;
    width: 100%;
    padding: 0px 5px;
    display: block;
}
  .row-three img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
        padding: 5px;
}
  .row-four img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
        padding: 5px;
}
.comparison-table th, .comparison-table td {
    padding: 18px 0px;
    border-top: 1px solid #ffffff40;
    font-weight: 600;
    color: var(--white);
}
.row-two {
    background-color: var(--primary) !important;
}
.comparison-table th:first-child {
  border: 0;
}
.table_container {
    background-color: rgb(32 32 32 / 75%);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #404040;
    /* box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.20); */
}
.comparison-table th:nth-child(2){
    border-radius: 20px 20px 0px 0px;
}

  .table-row:nth-last-child(1) .row-two {
     border-radius: 0px 0px 20px 20px;
  }

.comparison-table td:not(:first-child) {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table th, .comparison-table td {
    font-size: 14px;
    padding: 15px 0px;
}
  .comparison-table svg {
    width: 100%;
    max-width: 18px !important;
    height: 18px !important;
    margin: 0 auto;
}
    td.row-two {
    width: 40%;
}
    .table_container {
    background-color: rgb(32 32 32 / 75%);
    padding: 15px!important;
    border-radius: 20px;
    border: 1px solid #404040;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.20);
}
    .comparison-table th:nth-child(2) {
    border-radius: 10px 10px 0px 0px !important;
}
    .table-row:nth-last-child(1) .row-two {
     border-radius: 0px 0px 10px 10px !important;
}
    .row-two img {
    max-width: 75px !important;
}
}

/* Partner */

.partners {
    padding: 50px 0 60px;
}
.partners .slick-slide {
    margin: 0 4px;
}
.partners-item {
    border: dotted 2px var(--secondary);
    padding: 15px;
    border-radius: 6px;
}
.partners-item img {
    width: 100% !important;
    aspect-ratio: 2/1;
    object-fit: contain;
}

/* Stores */

.stores .row {
    row-gap: 25px;
}
.storesitem {
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    transition: all ease-in-out .5s;
}
.storesitem img {
    border-radius: 6px;
}
.storesitem h3 {
    margin: 15px 0 0;
    color: var(--primary);
}
.storesitem:hover {
    border-color: var(--primary);
}
.storesitem figure{
	overflow:hidden;
	position:relative;
}
.storesitem figure:after, .storesitem figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.storesitem:hover figure:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.storesitem:hover figure:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}

/* FAQs */

.faqs .accordion-item {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px !important;
    background: none;
    border: none !important;
}
.faqs .accordion-body {
    background: var(--white);
    margin-top: 0;
    border-radius: 6px;
    border: solid 1px #ddd;
}
.faqs .accordion-item .accordion-button {
    border-radius: 4px !important;
    font-size: 16px;
    color: var(--black);
    background-color: var(--white);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    border: solid 1px #ccc;
    text-transform: capitalize;
    padding: 20px 20px;
}
.faqs .accordion-button:focus {
    box-shadow: unset;
}
.faqs .accordion-button::after {
    width: 1rem;
    height: auto;
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    background-image: none !important;
	font-weight:600;
}
.faqs .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(44deg) !important;
}
.faqs .accordion-item p {
    line-height: 25px;
}
.faqs .accordion-item p:last-child {
    margin-bottom: 0;
}
.faqs .accordion-button:not(.collapsed)::after{
	transform:unset !important;
}
.faqs .accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-radius: 6px !important;
}

/* Career */

.careertop {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
    margin-bottom: 25px;
}
.careertop p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.career img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.careerform {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    height: 100%;
}


/* Footer */

footer {
    background: #222;
}
footer .col-sm-3 {
    padding: 50px 0;
}
footer .col-sm-3:first-child {
    background: var(--primary);
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 0 0 50px 50px;
}
.footer-item.footerabout figure img {
    width: 140px;
}
.footer-item ul li{
	position:relative;
	padding-left:20px;
}
.footer-item ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    position: absolute;
    left: 0;
    font-size: 13px;
}
footer .col-sm-3:nth-child(2) {
    padding-left: 55px;
}
footer ul li.menu-item a {
    margin-bottom: 8px;
    display: inline-block;
}
footer ul li.menu-item a:hover {
    color: #ddd;
}
.footer-item a:hover {
    color: #ddd;
}
.footer-item ul.hours li {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.footerabout p {
margin: 20px 0 0;
}
.footer-item.footerabout p {
    border-bottom: none;
    padding: 20px 0 0;
    text-align: center;
}
.footerabout .btn-primary {
    background: var(--white);
    color: var(--primary);
    font-weight: 500;
}
.footerabout .btn-primary:hover {
    background: var(--black);
    color: var(--white);
}
footer h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}
footer h3:before {
    content: '';
    border-bottom: solid 2px #ffffff52;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .5s;
}
footer h3:hover:before{
 width: 100px;	
}
footer .footer-item p {
    margin: 0;
    padding: 10px 0;
}
footer .footer-item p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
footer ul.footer-details li i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer h4{
	color:var(--white)
}
footer ul.socialicon {
    display: flex;
    column-gap: 6px;
    justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #3b5998;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--white);
    margin: 0;
    transition: all ease-in-out .5s;
}
footer ul.socialicon li a:hover {
    transform: translateY(-5px);
}
footer ul.socialicon li:nth-child(2) a{
	background:#1DA1F2;
}
footer ul.socialicon li:nth-child(3) a {
    background: var(--primary);
}
footer ul.socialicon li:nth-child(4) a{
background:#fa7e1e;	
}

footer ul.socialicon li a:hover {
  background: var(--primary);
	color:var(--white);
}

footer .ftdetails li i {
  margin-right: 8px;
}
footer ul li, footer ul li a, footer p, footer p a{
    color: var(--white);
}
ul.footer-details li span {
    display: block;
}
footer .footer-item strong {
    color: var(--white);
}
.copyright {
    padding: 15px 0;
    border-top: solid 1px #ffffff24;
}
.copyright a:hover {
    color: var(--white);
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99999999;
    padding: 0;
    background: var(--primary);
    border: solid 1px #f3f3f3;
    width: 45px;
    height: 47px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
}
#GoToTop i {
  display: block;
  padding-bottom: 3px;
}
.breadcrumb {
    padding: 20px 0;
    background: var(--secondary);
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
  margin:0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p {
  text-align: right;
  margin:0;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 500;
    color: var(--white);
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    right: 0;
}
.secondary-container {
  padding: 60px 0;
}


/* Contact Us */

.contact-location {
    height: 100%;
    margin-bottom: 25px;
}
.contactus .contact-details-cnt {
    text-align: center;
    border: 3px double var(--primary);
    padding: 18px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    border-radius: 20% 20% 10% 10%;
    height: 100%;
    background: #f9f9f9;
}
.contactus .contact-details-cnt:hover {
    background: var(--primary);
}
.contactus .contact-details-cnt:hover strong, .contactus .contact-details-cnt:hover p, .contactus .contact-details-cnt:hover p a {
    color: var(--white);
}
.contactus .contact-details-cnt:hover i {
    color: var(--primary);
    background: var(--white);
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 4px;
}
.contact-details-cnt i {
    font-size: 20px;
    color: var(--white);
    background: var(
    --primary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 2px var(--secondary);
    outline-offset: 3px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}
.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
}
.contactus .contact-details-cnt:last-child {
    margin: 0;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}
.contactus-form input[type="submit"] {
    margin-top: 12px;
}
.goolemap iframe {
    margin-bottom: -6px;
}



.about-banner img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}
.aboutus-content {
    background: var(--white);
    box-shadow: 2px 2px 13px #ccc;
    padding: 30px 25px;
    position: relative;
    border-radius: 12px;
    height: 100%;
    border: 1px dashed var(--primary);
}
.aboutus-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.aboutus figure {
    margin: 0;
}
.aboutus-content p {
    text-align: justify;
}
.aboutus-content p:last-child {
    margin-bottom: 0;
}
.aboutus-mdl {
    box-shadow: 3px 3px 8px #ddd;
    padding: 25px;
    border-radius: 6px;
    margin-top: 15px;
}


.aboutus-btm {
    border: dotted 2px #01356e;
    padding: 25px;
}
.aboutus-btm h3 {
    font-weight: 700;
    color: #01356e;
}
.aboutus-btm ul {
    margin-top: 20px;
}
.aboutus-btm ul li {
    line-height: 30px;
    position: relative;
    padding-left: 27px;
}
.aboutus-btm ul li:before {
    content: '\f560';
    font-family: 'Font Awesome 5 Free';
    color: #01356e;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 13px;
}
.aboutus .whychooseus img {
    width:65px;
}


.aboutmsn {
    border-top: solid 1px var(--primary);
    margin-top: 55px;
    padding-top: 55px;
}
.aboutmsn .aboutmsn-item {
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 2px 2px 13px #ddd;
}
.aboutmsn .aboutmsn-item h3 {
    margin: 26px 0 11px;
    font-size: 25px;
	color:var(--primary);
}
.aboutmsn .aboutmsn-item img {
    width: 90px;
}
.aboutmsn .aboutmsn-item p {
    margin-bottom: 0;
}

.services .homeservices {
    padding: 0;
}
.servcsdtls-banner{
	margin-bottom:30px;
}
.servcsdtls-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.servcsdtls-content p {
    text-align: justify;
}
.things {
    background: #bed530;
    padding: 40px 0 55px;
    text-align: center;
}
.things .heading, .things p, .things p a {
    color: var(--white);
}
.things p {
    margin-bottom: 30px;
}
.things p, .things p a {
    font-size: 20px;
}
.things p a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.pagesidebar {
    position: sticky;
    top: 0;
}
.pagesidebar input, .pagesidebar select, .pagesidebar textarea {
    background: var(--white);
}
span.wpcf7-spinner {
    position: absolute;
}
.sidebarbox {
    background: #f9f9f9;
    padding: 18px;
    margin-bottom: 15px;
    border: solid 2px var(--primary);
    border-radius: 12px;
}
.sidebarbox ul li {
    line-height: 35px;
    position: relative;
    padding-left: 25px;
}
.sidebarbox ul li:before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
    font-weight: 600;
    position: absolute;
    left: 0;
}


.blogpost .homeblog {
    padding: 0;
}

.single-post .sidebarbox {
    background: none;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 20px;
    border: solid 2px var(--primary);
    margin-top: 20px;
}
.sidebar ul li {
    margin: 15px 0;
    position: relative;
    padding-left: 25px;
}
.sidebar ul li:before {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
}



.favorite-item {
    border: solid 1px #eee;
    padding: 15px;
    margin: 15px 0;
}
.favorite-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.favorite-item h4 {
    margin-bottom: 0;
    color: var(--primary);
}
.servcsdtls-content ul {
    margin: 15px 0;
}
.servcsdtls-content ul li {
    line-height: 30px;
    position: relative;
    padding-left: 24px;
}
.servcsdtls-content ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    left: 0;
}

.customordrs-top {
    margin-bottom: 35px;
}
.customorders-item {
    border: solid 1px var(--secondary);
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all ease-in-out .5s;
}
.customorders-item:hover {
    transform: translateY(-10px);
}
.customorders-item h3 {
    background: var(--primary);
    color: var(--white);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
}
.customorders-item h4 {
    font-weight: 600;
    line-height: 27px;
}
.customorders-item p {
    margin-bottom: 0;
}

.potterypp-top {
    text-align: center;
    border: dotted 2px var(--primary);
    padding: 20px;
}
.potterypp-top p {
    margin-bottom: 20px;
}
.potterypp-item {
    border: dotted 2px var(--primary);
    padding: 20px;
    height: 100%;
}
.potterypp-item h3 {
    margin-bottom: 10px;
}
.potterypp-item ul li {
    padding: 7px 0 7px 25px;
    position: relative;
}
.potterypp-item ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    left: 0;
}
.potterypp-item strong {
    font-size: 18px;
    color: var(--secondary);
}
.potteryppmdl {
    text-align: center;
    margin: 35px 0 20px;
}
.howitwrks-top img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.howitwrks-content {
    box-shadow: 3px 3px 13px #ddd;
    padding: 28px;
}
.howitwrks-content h4 {
    color: var(--primary);
    font-weight: 500;
}
.howitwrks-content p {
    text-align: justify;
}
.process-item {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
    text-align: center;
    height: 100%;
    border: solid 1px var(--secondary);
    transition: all ease-in-out .5s;
}
.process-item:hover {
    border-color: var(--primary);
    transform: translateY(-10px);
}
.process-item h3 {
    background: var(--secondary);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 30px;
}
.process-item:hover h3 {
    background: var(--primary);
}
.process-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
}
.process-item p {
    margin-bottom: 0;
}
.howitwrks-top {
    margin-bottom: 40px;
}


.bookapntmnt-form {
    border: solid 1px #ddd;
    padding: 25px 30px 30px;
}
.bookapntmnt figure img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.bookapntmnt-form h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--secondary);
}
.bookapntmnt-form strong {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 17px;
}
.bookapntmnt-form input[type="submit"] {
    margin-top: 5px;
}

.sidebar-inquiry, .sidebar-contactdtls {
    padding: 18px 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
    border-radius: 6px;
}
.sidebar-contactdtls {
    background: var(--primary);
    margin-top: 15px;
    border-radius: 6px;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px #005ce754;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 30px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:var(--white);
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
    border-radius: 6px;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 6px;
}
/*
.enquiryform {
    box-shadow: 3px 3px 13px #eee;
    padding: 30px;
    border: dotted 2px var(--primary);
    border-radius: 6px;
}
*/
.modalform .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.modalform .modal-title {
    text-align: center;
    color: var(--primary);
    font-weight: 600;
}

@media only screen and (max-width:1200px){
.hdraddr li:nth-child(3) {
    display: none;
}
.heading, .leftheading {
    font-size: 30px;
	margin-bottom: 20px;
}
.leftheading span, .heading span {
    font-size: 20px;
}
.services-info h4 {
    font-size: 19px;
}
.whychooseus-item {
    height: 100%;
}
.whychooseus-item h3 {
    font-size: 20px;
}
	.homebloglist {
    height: 100%;
}
}


@media only screen and (max-width:1000px){
.hdraddr li:nth-child(2) {
    display: none;
}
.menubar .btn-primary {
    border-radius: 0 !important;
}	
.mainslider figure img {
    height: 400px;
}
.homeabout .col-sm-6 {
    width: 100%;
}	
.about-content {
    margin-top: 30px;
}	
.menubar .btn-primary {
    padding: 15px 15px !important;
}
.aboutus .homeabout h2 {
    font-size: 25px !important;
}	
.contact-location .row {
    row-gap: 15px;
}
.contactus .col-lg-6 {
    width: 100%;
    flex: 100%;
}	
.contactus-form {
    margin-bottom: 20px;
}	
.contactus iframe {
    height: 400px;
}	
.menubar {
    border-radius: 4px;
    padding-left: 0;
}
#rmp_menu_trigger-573 {
position: absolute !important;
    top: -22px !important;
    background: none !important;
}
#rmp_menu_trigger-573 .responsive-menu-pro-inner, #rmp_menu_trigger-573 .responsive-menu-pro-inner::before, #rmp_menu_trigger-573 .responsive-menu-pro-inner::after {
    background-color: var(--white) !important;
}
.menubar .btn-primary {
    clip-path: none;
}	
.header-wrapepr ul.hdraddr li{
    display: none;
}
	.packages .row {
    row-gap: 15px;
}
	.header-wrapepr ul.hdraddr li:last-child {
    display: block !important;
}
	#rmp-menu-title-573{
		display:none;
	}	
	#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}
.menubar .btn-primary {
    padding: 12px 25px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
}
#rmp-container-573 {
    background-color: #111 !important;
 
}
.table_container {
    padding: 0 !important;
}
.comparison-table th {
    font-size: 23px;
}
.comparison-table th, .comparison-table td {
    font-size: 15px;
}	
	.header-wrapepr img {
    width: 170px;
}
	.header-wrapepr ul.hdraddr {
    column-gap: 20px;
}
.homeabout .col-sm-5, .homeabout .col-sm-7 {
    width: 100%;
}
.homeabout-content, .homeabout-content p {
    text-align: center;
}
.aboutleft h4 {
    font-size: 18px;
}	
.homeservices .col-sm-4 {
    width: 50%;
}
	.whychooseus {
    padding: 50px 0;
    margin-top: 50px;
}
	.whychooseus .row {
    justify-content: center;
    row-gap: 20px;
}
	.whychooseus .col-sm-4 {
    width: 50%;
}
	
.homeblog .row {
    justify-content: center;
    row-gap: 20px;
}
.homeblog .col-sm-4 {
    width: 50%;
}
	.homeblog {
    padding: 35px 0 70px;
}
	.homereview {
    padding: 40px 0 40px;
}
	.faq {
    padding: 40px 0 40px;
}
footer {
    padding: 50px 0 0;
}
footer .col-sm-3:first-child {
    margin-bottom: 15px;
}	
	.footer-item.footerabout figure img {
    width: 200px;
}
	footer .col-sm-3:nth-child(2) {
    padding-left: 10px;
}
	footer .col-sm-4, footer .col-sm-2, footer .col-sm-3 {
    width: 100%;
}
footer h3 {
    margin: 15px 0 15px;
    font-size: 16px;
}
	.copyright {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}
	
	.howitwrks-top .col-sm-6 {
    width: 100%;
}
	.howitwrks-top img {
    height: 500px;
    margin-top: 10px;
}
	.process .col-sm-4 {
    width: 50%;
}
.process .row {
    justify-content: center;
    row-gap: 25px;
}
	.howitwrks-top .col-sm-6:nth-child(1) {
    order: 2;
	width:100%;
}
		.howitwrks-top .col-sm-6:nth-child(2) {
    order: 1;
	width:100%;
}
	.howitwrks-top .row {
    row-gap: 15px;
}
	.secondary-container.servcsdtls .col-sm-8, .secondary-container.servcsdtls .col-sm-4{ 
		width: 100%;
	}
.pagesidebar {
    padding-top: 15px;
}
	.breadcrumb h1 span {
    font-size: 20px;
}
	
	.secondary-container.servcsdtls {
    padding: 50px 0;
}
	.favorite-item {
    margin: 10px 0;
}
	.servcsdtls-banner {
    margin-bottom: 25px;
}
.menubar {
    flex-direction: row-reverse;
}
	.footer-item.footerabout figure {
    display: inline-block;
}
	.secondary-container.aboutus .col-sm-6 {
    width: 100%;
}
	.ourteam .col-sm-4 {
    width: 50%;
}
.footer-item.footerabout {
    text-align: left !important;
    padding: 10px 20px;
}
footer .col-sm-3 {
    padding: 0 15px;
}
footer ul.socialicon {
    justify-content: flex-start;
}	
.copyright ul li:first-child a {
    padding-left: 0;
}	
.breadcrumb {
    padding: 70px 0 50px;
}	
.copyright ul {
    justify-content: left;
}
.products .row{
row-gap:15px;		
}	
.products-item {
    height: 100%;
    background: var(--white);
}
.values .row {
    row-gap: 25px;
}
.ourgallery .gallerylightboxlist {
    height: 200px;
}	
.footer-item.footerabout p {
    text-align: left;
}	
.modalform .modal-dialog {
    max-width: 95%;
}	
.modalform .modal {
    height: auto;
}
.enquiryform .col-sm-6 {
    width: 50%;
}	
.services.homeservices .row {
    row-gap: 25px;
}	
.breadcrumb {
    padding: 40px 0 40px;
}	
.breadcrumb .row {
    display: block;
}	
.breadcrumb .col-sm-5, .breadcrumb .col-sm-7 {
    width: 100%;
}
.portdtls.detailspage .col-sm-8, .portdtls.detailspage .col-sm-4 {
    width: 100%;
}	
.sidebar-inquiry {
    margin-top: 15px;
}
.choose .row {
    row-gap: 15px;
}
.about-content h2:after{
		display:none;
}
.about-content {
    text-align: center;
}	
.aboutus .homeabout h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
}
.aboutus .container.homeabout .col-lg-8.col-12.ps-5 {
    padding-left: 15px !important;
}
.choose {
    padding: 50px 14px 60px 0;
}	
}


@media only screen and (max-width:768px){
.fixedquote .btn-primary {
    right: -64px;
    padding: 10px 12px;
}
.mainslider .carousel-caption {
    left: 50%;
    transform: translate(-50%, -50%);
}
	.mainslider .carousel-content {
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
}
footer ul.socialicon {
    margin-top: 15px;
}	
.homeservices .col-sm-4 {
    width: 100%;
}
	.mainslider figure img {
    height: 400px;
}
	.homeabout {
    margin-top: 50px;
    padding: 20px;
}
.aboutleft {
    padding: 30px;
}
	.aboutleft, .aboutright {
    width: 100%;
}
.packages h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 58px;
}
	.whychooseus .row {
    row-gap: 12px;
}
	.whychooseus {
    margin-top: 0;
}
	.values-item figure img {
    width: 60px;
}
	.values-item figure {
    height: 105px;
}
	.whychooseus .col-sm-4 {
    width: 100%;
}
	.homeblog .row {
    row-gap: 12px;
}
	.homeblog {
    padding: 30px 0 60px;
}
	.homeblog .col-sm-4 {
    width: 100%;
}
	.homereview h2 {
    margin-bottom: 30px;
}
	.homereview {
    padding: 35px 0 35px;
}
	.faq {
    padding: 35px 0 40px;
}
	.secondary-container {
    padding: 40px 0 50px;
}
	.howitwrks-top img {
    height: 400px;
}
	.process .row {
    row-gap: 10px;
}
	.process .col-sm-4 {
    width: 100%;
}
	.secondary-container {
    padding: 35px 0 45px;
}
	.howitwrks-top img {
    height: 350px;
}
	
	.breadcrumb h1 span {
    font-size: 20px;
}
	.servcsdtls-banner {
    margin-bottom: 30px;
}
.secondary-container.servcsdtls {
    padding: 45px 0;
}
	
	.servcsdtls-banner img {
    height: auto;
}
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 10px !important;
    color: #444 !important;
    font-size: 17px !important;
}
	
	.breadcrumb.clearfix .col-sm-5, .col-sm-7 {
    width: 100%;
}
	.breadcrumb h1 p {
    float: inherit;
    text-align: center;
	padding-bottom:8px;
}
	.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    text-align: center;
}
	
.secondary-container.potterypp .col-sm-6 {
    width: 100%;
    margin: 7px 0;
}
.secondary-container.potterypp {
    padding: 45px 0;
}
	.secondary-container.contactus .col-sm-6 {
    width: 100%;
}
	.contactus iframe {
    height: 350px;
}
.contacttop .row {
    row-gap: 15px;
}	
.mainslider .carousel-content {
    width: 90%;
}	
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
}	
.mainslider figure img {
    width: 100%;
    height: 400px;
}	
.ourgallery .gallerylightboxlist {
    height: 350px;
}
.comparisontbl .container {
    max-width: 100%;
}
.comparison-table th, .comparison-table td {
    padding: 12px 8px;
}	
footer h3 {
    margin: 20px 0 15px;
}	
footer ul.socialicon {
    margin-top: 15px;
}
.breadcrumb {
    padding: 30px 0 30px;
}	
}

@media only screen and (max-width:568px){
h3 {
    font-size: 18px;
}	
.contactus-form {
    padding: 15px;
}	
.details-banner img {
    height: auto;
}	
.menubar.fixed .btn-primary {
    padding: 12px 25px !important;
    border-radius: 0;
}	
	.fixedquote .btn-primary {
    font-size: 15px;
}
	.header-wrapepr figure img {
    width: 130px;
}
	.mainslider .carousel-content {
    width: 84%;
}
.mainslider figure img {
    height: 300px;
}
.homeabout img {
    height: auto;
}
.products-item figure img {
    height: 340px;
}
.packages h2 {
    font-size: 30px;
    line-height: normal;
}
.packages-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.feature-details .row {
    row-gap: 15px;
}	
td.row-one, td.row-two, td.row-three {
    width: 33%;
    padding: 5px 15px;
    font-weight: normal;
}
.packages h2 br {
    display: none;
}	
	.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
}
.mainslider .carousel-control-next, .carousel-control-prev {
    width: 43px;
    height: 43px;
}	
	.fixedquote .btn-primary {
    right: -67px;
    padding: 12px 20px;
    font-size: 16px;
}
.contactus form {
    padding: 20px;
}	
	.whychooseus {
    padding: 50px 0;
    margin: 0;
}
	.values-item {
    display: block;
    align-items: center;
}
	.leftheading span, .heading span {
    font-size: 16px;
}
	.heading, .leftheading {
    font-size: 22px;
}
.homeabout .contact li i {
    padding: 12px;
    font-size: 18px;
}
	.homeabout .contact {
    margin: 15px 0;
}
	.whychooseus {
    padding: 35px 0;
    margin-top: 35px;
}
	.whychooseus-item h3 {
    font-size: 18px;
}
.homeblog {
    padding: 30px 0 60px;
}
	
	.homereview {
    padding: 25px 0;
}
	.clientrvw-item img {
    width: 60px !important;
}
.serviceslist figure img {
    height: auto;
}
.serviceslist {
    margin: 7px 0;
}	
.homebloglist img {
    height: auto;
}	
		.faq {
    padding: 30px 0 25px;
}
	#sp-ea-593.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    font-size: 13px;
}
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 15px !important;
}
footer {
    padding: 0 0 20px;
}
	.secondary-container.servcsdtls {
    padding: 40px 0;
}
	
	.secondary-container.potterypp {
    padding: 35px 0;
}
.secondary-container {
    padding: 30px 0 35px;
}
	.contactus form h3 {
    font-size: 20px;
}
	.values-item {
    text-align: center;
}
.values-item figure {
    width: 105px;
    height: 105px;
    display: inline-flex;
}
	.values-box {
    width: 100%;
}
	.whychooseus {
    padding: 45px 0;
    margin: 0;
}
	.homeservices {
    padding: 30px 0 35px;
}
	.values {
    padding: 30px 0 40px;
}
	.services-info a:before {
    width: 30px;
    height: 30px;
}
.ourteam .col-sm-4 {
    width: 100%;
}
footer h3 {
    margin: 15px 0 18px;
    font-size: 19px;
}	
.values-item figure {
    height: auto;
    display: block;
    margin: 0 auto;
}	
.carousel-control-prev {
    left: 5px !important;
}
.carousel-control-next {
    right: 5px !important;
}	
.mainslider .carousel-caption h2 {
    font-size: 21px;
    line-height: 25px;
    padding-top: 15px;
}	
.services.homeservices .row {
    row-gap: 15px;
}	
.products-item figure img {
    height: 250px;
}
.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 15px;
    line-height: 25px;
}	
.copyright {
    padding-bottom: 0;
    text-align: center;
    border-top: solid 1px #dddddd30;
    padding-top: 15px;
}	
footer ul.socialicon {
    justify-content: center;
}	
}

@media only screen and (max-width:479px){
.header-wrapepr {
    column-gap: 15px;
}	
header ul.socialicon li a {
    width: 32px;
    height: 32px;
}
.header-wrapepr ul.hdraddr li {
    padding-left: 10px;
}	
ul.hdraddr .btn-primary {
    padding: 9px 15px 10px;
    letter-spacing: 0;
}
.header-wrapepr figure img {
    width: 90px !important;
}
.hdrthumb img {
    width: 60px;
}	
}	

@media only screen and (max-width:414px){
		.menubar .btn-primary {
    padding: 6px 8px !mportant;
    font-size:12px !important;
}
	.homeabout-content h2 {
    font-size: 27px;
}
.aboutus .homeabout h2 {
    font-size: 23px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
	.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}
	.mainslider .carousel-content .btn-primary {
    padding: 11px 20px;
    font-size: 13px;
}
.mainslider figure img {
    height: 270px;
}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 10px;
}
.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
	.homeabout {
    margin-top: 40px;
}
	.whychooseus {
    padding: 40px 0;
}
	.homeservices {
    padding: 25px 0 30px;
}
	.values {
    padding: 25px 0 35px;
}
	.homeblog {
    padding: 20px 0 55px;
}
	footer img {
    width: 180px;
}
	.howitwrks-top img {
    height: auto;
}
	.howitwrks-content h4 {
    font-size: 16px;
}
	.howitwrks-content h3 {
    font-size: 20px;
}
	.process-item h3 {
    width: 60px;
    height: 60px;
    font-size: 25px;
}
.secondary-container.howitwrks {
    padding: 25px 0 35px;
}
	.howitwrks-top {
    margin-bottom: 25px;
}
	.breadcrumb h1 span {
    font-size: 21px;
}
.contactus_details h2 br {
    display: none;
}	
.breadcrumb h1 p {
    text-align: center;
    float: inherit;
    margin-bottom: 10px;
}
	.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    text-align: center;
}
	.breadcrumb.clearfix .col-sm-5, .col-sm-7 {
    width: 100%;
}
	.servcsdtls-banner img {
    height: auto;
}
	.secondary-container.potterypp h3 {
    font-size: 20px;
}

}

@media only screen and (max-width:315px){
.header-wrapepr img {
    width: 140px !important;
}
	.header-wrapepr ul.socialicon {
    column-gap: 6px;
}
	header ul.socialicon li a {
    width: 30px;
    height: 30px;
}
.menubar .btn-primary {
    font-size: 11px !important;
}
	.mainslider figure img {
    height: 200px;
}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 9px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
	.heading, .leftheading {
    font-size: 19px;
}
	.leftheading span, .heading span {
    font-size: 15px;
}
	.aboutleft h4 {
    font-size: 13px;
}
	.homeabout .contact li i {
    padding: 11px;
    font-size: 14px;
}
	.btn-primary {
    font-size: 12px;
}
	
	.breadcrumb h1 span {
    font-size: 18px;
}
	.secondary-container.servcsdtls {
    padding: 35px 0;
}
	.servcsdtls-content h3 {
    font-size: 19px;
}
}