:root{
	--primary-color			: #CD4F00;
	--secondery-color		: #F8F8F8;
	--text-color			: #000000;
	--accent-color			: #BE4900;
	--white-color			: #FFFFFF;
	--divider-color			: #EAF0EC;
	--dark-divider-color	: #FFFFFF1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Instrument Sans", sans-serif;
}
* {
	box-sizing: border-box;
  }
  body{
    top: 0;
    overflow-x: hidden;
    margin: 0 auto;
	  background-color: #fff;
    position: relative;
    max-width: 100%;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    color: #767676;
}
.container{
    width: 100%;
    max-width: 1680px;
}
.container-fluid {
    width: 100%;
    padding: 0 120px;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #000;
    transition: color 0.3s ease;
}
b, strong {
    font-weight: 700;
}

img {
	max-width:100%;
	height: auto;
}

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
section {
  padding: 120px 0;
}
h1{
    font-size: 64px;
    line-height: 60px;
    font-weight:600;
    color:var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}
h2{
    font-weight: 500;
    font-size: 56px;
    line-height:56px;
    color:var(--text-color);
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0;
}
h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}
h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}
h5{
    font-size:19px;
    line-height: 26px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}
h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}
p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

/* btns */
.common-btn,
.appointment-btn {
 text-transform: capitalize;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color:var(--primary-color);
}
.common-btn:hover,
.common-btn:focus,
.appointment-btn:hover,
.appointment-btn:focus{
	color: #fff;
	transition: all 0.3s linear;
	background-color:var(--accent-color);
}
.image-anime {
	position: relative;
	overflow: hidden;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* btns */

/* header */
.wrapper {
  position: relative;
  overflow:hidden;
}
.main-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(23, 23, 23, 0.47);
}
.main-header .social-icon  {
  display: flex;
  flex-direction: row;
  align-items: center;  
  gap: 10px;
}
.main-header .social-icon li {
  margin: 0;
  padding: 0;
}
.main-header .social-icon li a {
  width: 44px;
  padding: 10px;
  height: 44px;
  background: rgba(164, 164, 164, 0.13);
  border-radius: 40px;
}
.main-header .social-icon li a:hover {
  background: var(--primary-color);
}
.outer-menu {
    padding: 0;   
    padding:32px 0;
}
.outer-menu ul li{
    margin:0 12px 0 0;
    position: relative;
}
.outer-menu ul li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:#F3F3F3;
    padding:10px;
    border-bottom: transparent solid 2px;
}
.navbar .dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.outer-menu ul li a:hover, .outer-menu ul li.current-menu-item a{
    color:var(--primary-color);
    border-bottom: var(--primary-color) solid 2px;
    font-weight: 600;
}
.contact-phone,
.contact-message {
  padding: 10px;
  margin-right: 3px;
}
.mobile-menu {
    display: none;
}
.outer-menu img.logo {
  max-height: 70px;
  width: auto;
  height: 50px;
  display: none;
}
.navbar-nav {
    margin-left: auto;
    /*margin-right: auto;*/
}
.outer-menu ul li .submenu  {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(10px);
  width: auto;
  min-width: 235px;
  box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
  padding: 25px 0 23px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  margin: 0;
  border: none;
}
.outer-menu ul li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.outer-menu ul li .submenu li {
  padding: 0 40px;
  margin-right: 0;
}
.outer-menu ul li .submenu li a {
  font-size: 14px;
  color:var(--primary-color);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
} 
.outer-menu ul li .submenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #5f3984;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outer-menu ul li .submenu li a::before {
  display: none;
}  
.is-sticky {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color:#000!important;
   -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
   -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
  box-shadow: 0 3px 4px rgba(0,0,0,.07);

}
.contact-now-box .common-btn {
  margin-left: 14px;
}
.contact-now-box {
  align-items: center;
}
.is-sticky .outer-menu {
  height: 77px;
  padding: 12px 32px;
}
.navbar-brand  {
  /* max-width: 230px; */
  padding: 0;
}
.navbar-brand img {
  height: 40px;
  width: auto;
}
.menu-logo {
  display: none;
}
@keyframes translateHeader {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes headerAnimation {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

  @media (min-width: 992px) {
    .close-mobile-menu {
      display: none;
    }
    }
/* header */

/* Hero */

.banner {
	position: relative;
	margin-top: 0;
	padding: 0;
}
.banner.hero-slider-layout .hero-slide{
	position: relative;
    padding: 400px 0 120px;
	min-height: 960px;
}
.banner.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.banner.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-pagination,
.ads-pagination {
  position: absolute;
  bottom: 120px !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.banner.hero-slider-layout .hero-pagination .swiper-pagination-bullet,
.ads-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:transparent;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 2.5px !important;
    border:  var(--white-color) solid 1px;
}
.banner.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active,
.ads-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}
.hero-content{
	position: relative;
	z-index: 2;
  width: 100%;
	max-width: 765px;
}
.hero-content h1{
	color: var(--white-color);
}
.hero-content p{
	color: var(--white-color);	
}


/* gallery */

.gallery p {
    color:var(--text-color);
    text-align: center;
    margin: 24px 0 0 0;
}
.gallery-carousel-box {
  --gap: 32px;
  position: relative;
  display: flex;
  white-space: nowrap;
   /*overflow: hidden; */
  user-select: none;
  gap: var(--gap);
}
.gallery-scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: galleryscroll 20s linear infinite;
}
@keyframes galleryscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.gallery-image {
  padding: 24px;
  text-align: center;
}
.image-overlay {
  height: 219px;
}
.image-overlay img {
  height:auto;
  width: auto;
}

/* about  */
.section-title {
  text-align: center;
}
.section-title h2 {
  text-align: center;
  position: relative;
  line-height: 40px;
  margin-bottom: 56px;
  padding-bottom: 32px;
  text-transform: capitalize;
}
.section-title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--primary-color);
}
.about-section {
  position: relative;
}
.about-text h6{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #0D0D0D;
    margin-bottom: 20px;
}
.about-text p {
  font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #919191;
    margin-bottom: 0;
}
.about-logo {
  align-items: center;
  border: 1px solid #C9874C;
filter: drop-shadow(0px 4px 35px #C9874C);
border-radius: 24px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 48px;
}
.about-img {
  border-radius: 24px;
  overflow: hidden;
}
.about-content {
  padding: 80px 0;
}

/* stands */

.stands {
  text-align: center;
  padding: 56px 40px;
}
.stands h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 50px;
}
.our-stands {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 32px;
}
.our-stands-item {
   display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 32px;
  width: calc(20% - 32px);
}
.our-stands-item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #646464;
}

 /* why choose */

 .why-choose-us {
  position: relative;
  text-align: center;
  padding: 56px 0 56px;
 }
  .why-choose-us h3 {
    margin-bottom: 46px;
    font-weight: 500;
    color: #000;
  }
  .why-choose-us .col-md-6 {
    margin-bottom: 16px;
  }
  .why-choose-us .col-md-6:last-child,
  .why-choose-us .col-md-6:nth-last-child(2) {
    margin-bottom: 0;
  }
.why-choose-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
  padding: 32px 24px;
  gap: 32px;
  background: #FAF4E1;
border-radius: 32px;
height: 100%;
}
.why-choose-item h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(61, 30, 3, 0.67);
  margin-bottom: 0;
  text-transform: capitalize;
}
.why-choose-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #646464;
  margin: 0;
}

/* Ads */

.ads  {
  background: linear-gradient(89.68deg, #403B4A 2.8%, #949283 66.46%, #A9AA95 99.73%);
  padding: 0;
  position: relative;
}
.ads-slide img {
    width: 100%;
    height: auto;
}
.ads .container-fluid {
  padding: 0 120px 0 0;
}
.ads-content {
  align-items: center;
  padding: 30px 0;
}
.ads-content h2 {
  font-weight: 700;
  font-size: 96px;
  line-height: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.ads-content p {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.ads-pagination.swiper-pagination-lock,
.ads-pagination .swiper-pagination-bullet:only-child {
  display: block !important;
}

/* services-section */

.product-section {
  position: relative;
  padding-bottom: 100px;
}
.product-section .section-title h2 {
  margin-bottom: 32px;
}
.product-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: self-start;
  padding: 0px;
  gap: 0;
  flex-wrap: wrap;
}
.product-image {
  overflow: hidden;
  background: #F8F3EC;
  border-radius: 15.9823px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 10px;
  width: 100%;
}
.product-item p {
    margin-bottom: 0;
    min-height: 55px;
}
.product-item p a{
  color: #000;
}
.product-item {
   display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 40px;
  gap: 31.96px;
  text-align: center;
  width: 20%;
}

/* Footer */
  .footer {
      background-color: #261c1b;
      color: #ffffff;
      padding: 96px 0 20px;
      text-align:center;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-content {
      display: flex;
      justify-content: space-between;
      margin-top: 56px;
  }
  .footer-section {
      display: flex;
      flex-direction: column;
  }
  .footer-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      text-transform: capitalize;
      color: #fff;
      margin-bottom: 15px;
  }
  .footer-section li {
    margin: 0;
    margin-bottom: 7px;
  }
  .footer-section li:last-child {
    margin-bottom: 0;
  }
  .footer-link,
    .footer-section li a {
      font-size: 22px;
      font-weight: 500;
      line-height: auto;
      color:#fff;
      text-decoration: none;
      margin-bottom: 10px;
      cursor: pointer;
      transition: color 0.3s ease;
      opacity: 0.5; 
  }
    .footer-link a {
      color:#fff;
    }
  .footer-link:hover,
  .footer-section li a:hover {
      opacity:1;
  }
    .footer-section p {
      font-size: 22px;
      font-weight: 500;
      line-height: auto;
      color:#fff;
      text-decoration: none;
      margin-bottom: 15px;
      transition: color 0.3s ease;
      opacity: 0.5; 
    }
        .footer-section p a {
          color:#fff;
        }
  .footer-logo {
    position: relative;
  }
  .footer-brand-logo {
    position: absolute;
    bottom: 14px;
    right: 0;
    max-width: 350px;
  }
  .footer-copyright {
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      color:#C2C2C2;
      border-top: 1px solid #554641;
      padding: 16px 0;
      margin-top: 48px;  
  }
  .footer-copyright-text {
      opacity: 0.73;
      font-weight: 600;
      text-align: center;
  }
  .footer-copyright-text span {
    color: #c6a866;
    margin: 0 5px;

  }
  .designed {
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
     color:#C2C2C2;
     margin: 0;
     text-align: right;     
  }
  .designed span {
    opacity: 0.73;
  }
  .designed a,
  .footer-copyright-text a {
    display: inline-block;
    vertical-align: middle;
  }
  .designed a img,
  .footer-copyright-text a img {
     height: 26px;
     width: auto;
  }
    .support-menu {
      text-align: center;
      margin-top: 15px;
    }
  .support-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
  .support-menu ul li a {
    text-transform: capitalize;
  }

  /* inner banner */
  .main-header.inner-header  {
    top: 0 !important;
    position: relative;
    background-color: rgba(23, 23, 23, 0.83);
  }
  .inner-header .outer-menu {
    border-radius: 0;
  }
  .inner-hero-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 257px 15px 175px;
    border-radius: 24px;
  }
  .inner-hero-content h1 {
    font-weight: 600;
    font-size:56px;
    line-height: 56px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 32px;
    position: relative;
  }
 .inner-hero-content h1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    width: 100px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--primary-color);
  }
  .inner-hero-section {
    padding:46px 0 0;
  }

  /* About page */

  .about-page-section {
    position: relative;
    padding: 80px 0 120px 0;
    background: url(../images/about-bg.png) no-repeat center 90px;
  }   
  .about-page-section h2 {
    text-align: center;
    margin-bottom: 48px;
  } 
  .about-page-content {
    padding-left: 32px;
  }
  .about-page-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0D0D0D;
    text-transform: capitalize;
    margin-bottom: 24px;
  }
  .about-page-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #919191;
    margin-bottom: 0;
  } 
  .about-page-text {
    align-items: center;
  }
  .about-page-img img {
    border-radius: 24px;
  }
  .about-bottom-section {
    margin-top: 80px;
  }
  .about-bottom-section .about-page-content {
    padding-left: 0;
    padding-right: 32px;
  }
  .about-bottom-section .about-image img {
    margin-left: auto;
  }

  /* Service section */

.product-page-section {
  position: relative;
  padding: 56px 0 52px 0;
}
.product-page-section h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 56px;
}
.product-page-section h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  color:#3C3C3C;
  margin-bottom: 16px;
}
.product-page-section .product-list {
  margin-bottom: 32px;
}
.product-page-section .product-list .product-item p {
  text-transform: capitalize;
}
.product-page-section .product-image img {
  max-height: 200px;
  width: auto;
}

/* Contact page */

.contact-page-section {
  position: relative;
  padding: 56px 0 120pxpx 0;
}
.contact-form {
  padding: 48px 32px 32px;
  background: #FAF4E1;
  border-radius: 64px;
  text-align: center;
  margin-bottom: 80px;
}
.contact-form h2 {
 font-weight: 600;
 font-size: 48px;
 line-height: 60px;
 text-transform: uppercase;
 color: #000;
 margin-bottom: 40px;
}
.contact-form p {
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #373737;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
  }
  .form-row {
      display: flex;
      gap: 32px;
  }
  .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
  }
  .form-label {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-transform: capitalize;
      color: rgba(0, 0, 0, 0.5);
      margin-bottom: 8px;
  }
  .required {
      color: #ff0000;
  }
  .form-input,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
      background-color:transparent !important;
      border: none !important;
      border-bottom: 1px solid #D9D9D9 !important;
      border-radius: 0 !important;
      padding: 17px 16px !important;
      font-size: 20px !important;
      font-weight: 500;
      line-height: 28px;
      color: rgba(130, 130, 130, 0.5);
      outline: none;
      width: 100%;
  }
  .intl-tel-input {
      width: 100%;
  }
  .your-phone input[type="tel"] {
      padding-left: 57px !important;
  }
  .contact-form .form-group p {
    margin: 0 !important;
  }
  .form-input:focus {
      outline:none;
      color: #000000;
  }
  .phone-input {
      display: flex;
      align-items: center;
      background-color:transparent;
      border-bottom: 1px solid #D9D9D9 !important;
      border-radius: 0;
      overflow: hidden;
  }
    .phone-input input[type="tel"] {
      border: none !important;
    }
  .country-picker {
      display: flex;
      align-items: center;
      gap: 8px;
      padding:17px 16px;
      cursor: pointer;
      position: relative;
  }
  .country-picker::after {
    position: absolute;
    top: 50%;
    right:0;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #7E7E7E;
    transform: translate(0, -50%);
  }
  .country-flag {
      width: 24px;
      height: 24px;
  }
  .dropdown-arrow {
      width: 12px;
      height: 12px;
  }
  .phone-number {
      flex: 1;
      border: none;
      background: transparent;
      padding:17px 16px;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      color: rgba(130, 130, 130, 0.5);
      width: 100%;
  }
  .phone-number:focus {
      outline: none;
      color: #000000;
  }
  .dropdown-input {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: url(../images/arrow-down.svg) no-repeat right 15px center transparent;
      border: none;
      border-radius: 8px;
      padding:17px 16px;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      color: rgba(130, 130, 130, 0.5);
      cursor: pointer;
      appearance: none;
  }
  .dropdown-input:focus {
      outline:none;
  }
  .contact-form .textarea {
      height: 62px;
      resize: vertical;
  }
  .contact-form .submit-btn {
      background-color:var(--primary-color);
      color: #ffffff;
      padding: 20px 24px;
      border-radius: 40px;
      border: none;
      font-size: 24px;
      font-weight: 500;
      text-transform: capitalize;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background-color 0.3s ease;
      margin-top: 24px;
      width: 100%;
      text-decoration: none !important;
  }
  .submit-btn:hover {
      background-color:var(--accent-color);
      color: #ffffff;
  }
  .submit-btn img {
      width: 24px;
      height: 24px;
  }
  .contact-form form p {
    margin: 0 !important;
    text-align: left;
  }
  .wpcf7-spinner {
    display: none;
  }
.social-icon ul li {
  margin: 0;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
.social-icon ul li a {
  width: 44px;
  height: 44px;
  background: rgba(233, 233, 233, 0.12);
  border-radius: 40px;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 44px;
}
.social-icon {
  margin-top: 20px;
}
.social-icon p {
  margin-bottom: 15px;
}
.social-icon ul li a:hover {
   background:var(--accent-color);
   color: #fff;
}
.contact-info h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 40px;
}
.contact-info h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
  color:rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.contact-info p {
  display: flex;
  margin-bottom: 5px;
  color: rgba(56, 56, 56, 0.5);
  font-weight: normal;
}
.contact-info .social-icon {
  margin-top: 56px;
}
.contact-info .social-icon p {
  margin-bottom: 8px;
}
.contact-info .social-icon ul li a {
  background-color: #444;
  font-size: 16px;
}
.contact-info .social-icon ul li a:hover {
  background-color: var(--accent-color);
}
.contact-info p.address {
  max-width: 420px;
}
.phone-email,
.customer-care-box {
  margin-top: 20px;
}
.contact-info p span:last-child {
  padding-left: 5px;
}
.contact-info p a {
  color: rgba(56, 56, 56, 0.5);
}
.map iframe {
  height: 480px;
  border-radius: 24px;
}
.iti__selected-dial-code {
    display: none !important;
}
.phone-field .iti {
    width: 100%;
    display: flex;
    align-items: center;
}
.phone-field .iti input {
    flex: 1;
}
.iti__selected-dial-code,
.iti__country-name{
    display: none !important;
}
.iti {
    width: 100%;
}
.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags.png");
    background-size: cover;
}
.iti__flag-container {
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 6px;
    border-radius: 4px 0 0 4px;
}

.iti input {
    border-radius: 0 4px 4px 0;
    border: 1px solid #ccc;
    border-left: none;
}
.iti__country-list {
    position: absolute;
    z-index: 9999; /* make sure it stays above everything */
    max-height: 200px; /* add scroll if too long */
    overflow-y: auto;
}
.iti--separate-dial-code {
    padding-left: 60px;
}
.iti__flag-container {
    border: none;
    background: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background: none;
}
.iti__country-list .iti__flag-box {
    display: none;
}
/*
 product detail  page */

.product-gallery-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.gallery-thumbs {
    width: 100px;
    height: 634px;
    overflow: hidden;
}
.gallery-thumbs img {
  object-fit: cover;
}
.gallery-thumbs .swiper-slide {
    height: auto;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
     border: #C9C9C9 solid 1px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-top {
    flex: 1;
    height: 634px;
    overflow: hidden;
    border-radius: 16px;
    background-color: #f6f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-top .swiper-slide img,
.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
.product-details-text {
  padding-left: 40px;
}
.back-btn {
font-weight: 500;
font-size: 24px;
line-height: 0px;
color: #373737;
}
.back-btn svg {
  margin-right: 8px;
}
.product-details-text h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  text-transform: capitalize;
  color: #000000;
  margin: 32px 0 20px;
}
.product-details-text h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #373737;
  margin-bottom: 12px;
}
.product-details-text p {
  font-weight: normal;
  color: #999999;
  margin: 0;
}
.product-details-text ul li {
  font-weight: normal;
  color: #999999;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding-left: 36px;
  margin: 0 0 0 0;
}
.product-details-text ul li::before {
  position: absolute;
  left:16px; 
  width: 5px;
  height: 5px;
  top: 12px;
  content: "";
  background-color: #999999;
}
.product-info {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 56px 0;
}
.product-heightlights,
.packing-info {
  width: 50%;
}
.packing-info {
  padding-left: 56px;
}
.product-details-text .common-btn {
  padding: 24px;
  font-size: 24px;
  font-weight: 500;
  height:72px;
  margin-top: 15px;
}
.product-details-text .common-btn svg {
  margin-left: 8px;
}
/* gallery */

.gallery-list {
  column-count: 2;
  column-gap: 16px;
}
.gallery-list-item {
  break-inside: avoid;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.gallery-list-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gallery-page-section {
  text-align: center;
}


.mt-64 {
  margin-top: 100px;
}
.floatingdiv {
position: fixed;
bottom: 100px;
right: 0;
z-index: 9999;
width: 45px;
height: 100px;
}
.floatingwhatsapp {   
  width: 45px;
  height: 45px;  
  display: block;
  margin-bottom: 10px;
}
.floatingcall {    
  width: 45px;
  height: 45px;  
  display: block;
}
.jobPopup {
		z-index: 99999;
	}
	.jobPopup .modal-dialog .modal-content {
		border-radius: 10px;
		border: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-clip: padding-box;
		outline: 0;
	}
	.jobPopup .modal-dialog .modal-content .modal-header {
		padding: 24px 0 18px;
		margin: 0 40px;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		border-radius: 0;
		opacity: 1;
		margin-left: auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body {
		padding: 25px 40px 40px;
		position: relative;
		flex: 1 1 auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
  .jobPopup .modal-dialog .modal-content .modal-body form select {
		height: 50px;
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		border: 1px solid #707070;
		outline: none;
		box-shadow: none;
		border-radius: 5px;
		background: #fff;
		transition: all .3s;
		color: #263948;
	}
  .jobPopup .modal-dialog .modal-content .modal-body form p {
    margin-bottom: 10px;
  }
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder,
  .jobPopup .modal-dialog .modal-content .modal-body form select::placeholder{
		color: #263948;
		opacity: 1;
	}
	.jobPopup .common-btn {
		margin-top: 12px;
		height: 45px;
		font-size: 15px;
		width: 100%;
    text-decoration: none;
    background-color: #000 !important;
    color: var(--white-color);
    border-radius: 30px !important;
	}
	.jobPopup .common-btn:hover,
	.jobPopup .common-btn:focus {
		background-color: var(--primary-color);
		color: var(--white-color);
	}
  /* media query */

  @media only screen and (max-width: 1800px){	
    .container-fluid {
      padding: 0 100px;
    }
    .ads .container-fluid {
      padding: 0 100px 0 0;
    }
    .hero-pagination, .ads-pagination {
      bottom: 100px !important;
    }
    .banner.hero-slider-layout .hero-slide {
      min-height: 900px;
    }
  }
   @media only screen and (max-width: 1700px){	
    .container-fluid {
      padding: 0 80px;
    }   
    .ads .container-fluid {
      padding: 0 80px 0 0;
    } 
    section {
      padding: 100px 0;
    }  
  .ads-content h2 {
    font-size: 88px;
    line-height: 90px;
    margin-bottom: 30px;
  }
  .ads-content p {
    margin-bottom: 30px;
  }
  .hero-pagination, .ads-pagination {
    bottom: 90px !important;
  }
  .banner.hero-slider-layout .hero-slide {
    min-height: 850px;
    padding: 360px 0 100px;
  }
  
  }
  @media only screen and (max-width: 1600px){	
    .container-fluid {
      padding: 0 70px;
    }
    .ads .container-fluid {
      padding: 0 70px 0 0;
    }
    h1 {
      font-size: 60px;
      line-height: 56px;
    }
    h2 {
      font-size: 52px;
      line-height: 56px;
    }
    .inner-hero-content h1 {
    font-size: 52px;
    line-height: 56px;
  }
    p,
     .product-details-text ul li {
      font-size: 22px;
      line-height: 30px;
    }
    .hero-content {
      max-width: 710px;
    }    
    section {
      padding: 90px 0;
    }
     .about-page-section {
      padding: 80px 0 110px;
    }
    .ads-content h2 {
      font-size: 80px;
      line-height: 82px;
      margin-bottom: 25px;
    }
    .ads-content p {
      margin-bottom: 25px;
    }
    .hero-pagination, .ads-pagination {
      bottom: 60px !important;
    }    
    .gallery-carousel-box {
      --gap: 30px;
    }
    .about-logo {
      margin-right: 35px;
    }
    .about-logo img {
      height: 115px;
      width: auto;
    }
    .banner.hero-slider-layout .hero-slide {
      min-height: 750px;
      padding: 300px 0 80px;
    }
    .footer {
      padding: 80px 0 20px;
    }
    .product-section {
      padding-bottom: 80px;
    }
    .inner-hero-img {
      padding: 200px 15px 150px;
    }
    .product-page-section h2 {
      font-size: 38px;
    }
    .product-page-section .product-list .product-item p {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media only screen and (max-width: 1500px){	
    .container-fluid {
      padding: 0 50px;
    }    
    .ads .container-fluid {
      padding: 0 50px 0 0;
    }
    .banner.hero-slider-layout .hero-slide {
      min-height: 700px;
      padding: 280px 0 60px;
    } 
    .product-item {
      padding: 20px 12px 30px;
    }
    .product-page-section .product-list .product-item p {
      font-size: 19px;
      line-height: 27px;
    }
      }
  @media only screen and (max-width: 1400px){	
    .container-fluid {
      padding: 0 30px;
    }
    .ads .container-fluid {
      padding: 0 30px 0 0;
    }
     .main-header.is-sticky .container-fluid {
      padding: 0;
    }
    .outer-menu {
      padding: 24px 0;
    }
    .outer-menu ul li a {
      font-size: 18px;
      line-height: 18px;
    }
    h1 {
      font-size: 54px;
      line-height: 50px;
      margin-bottom: 25px;
    }
    h2 {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 25px;
    }
    .inner-hero-content h1 {
    font-size: 48px;
    line-height: 52px;
  }
    p,
     .product-details-text ul li {
      font-size: 20px;
      line-height: 28px;
    }
    .hero-content {
      max-width: 555px;
    }    
    section {
      padding: 80px 0;
    }
    .about-page-section {
      padding: 70px 0 100px;
    }
    .ads-content h2 {
    font-size: 75px;
    line-height: 78px; 
    margin-bottom: 20px;
    }
    .ads-content p {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 20px;
    }
    .social-icon ul li a {
      width: 42px;
      height: 42px;
      font-size: 18px;
      line-height: 42px;
    }
    .about-logo {
      margin-right: 25px;
    }
    .about-logo img {
      height: 95px;
      width: auto;
    }
    .about-content {
      padding: 60px 0;
    }
    .our-stands-item p {
      font-size: 18px;
      line-height: 22px;
    }
    .stands {
      padding: 40px 20px;
    }
    .why-choose-us {
      padding: 40px 0;
    }
    .why-choose-item {
      gap: 20px;
    }
    .hero-pagination, .ads-pagination {
      bottom: 50px !important;
    }
    .footer {
      padding: 60px 0 20px;
    }
    .product-section {
      padding-bottom: 60px;
    }
    .inner-hero-img {
      padding: 160px 15px 120px;
    }
     .product-page-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .about-bottom-section {
    margin-top: 70px;
  }
  .contact-form {
      margin-bottom: 70px;
    }
  }
 @media only screen and (max-width: 1300px){	
    .container-fluid {
      padding: 0 15px;
    }
    .outer-menu ul li {
      margin-right: 8px;
    }   
    .about-text p 
    {
      font-size: 18px;
      line-height: 30px;
    } 
     .ads-content h2 {
      font-size: 70px;
      line-height: 72px;
      margin-bottom: 20px;
    }
    .ads-content p {
    font-size: 26px;
    line-height: 30px;
    }
     .product-page-section .product-list .product-item p {
      font-size: 19px;
      line-height: 27px;
    }
    .product-details-text .common-btn {
        height: 60px;
    }
  }
  @media only screen and (max-width: 1200px){	
    .outer-menu ul li a {
      font-size: 15px;
      line-height: 15px;
    }   
    h1 {
      font-size: 50px;
      line-height: 48px;
      margin-bottom: 25px;
    }
    h2 {
      font-size: 44px;
      line-height: 46px;
      margin-bottom: 25px;
    }
    .inner-hero-content h1 {
    font-size: 44px;
    line-height: 46px;
  }
    p,
    .about-page-content p,
     .product-details-text ul li {
      font-size: 18px;
      line-height: 26px;
    }
    .hero-content {
      max-width: 590px;
    }   
    section {
      padding: 70px 0;
    }
    .about-page-section {
      padding: 60px 0 90px 0;
    }
    .banner.hero-slider-layout .hero-slide {
      min-height: 650px;
      padding: 250px 0 60px;
    }
    .gallery-image {
      padding: 12px;
    }
    .section-title h2 {
      margin-bottom: 40px;
      padding-bottom: 25px;
    }
     .inner-hero-content h1 {
      padding-bottom: 25px;
     }
    .about-text p {
    font-size: 16px;
    line-height: 28px;
  }
   .about-logo img {
    height: 85px;
    width: auto;
  }
  .our-stands-item {
    gap: 20px;
    width: calc(20% - 20px);
  }
  .stands-icons img {
    width: auto;
    height: 90px;
  }
  .ads-content h2 {
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 15px;
  }
   .ads-content p {
    font-size: 22px;
    line-height: 22px;
  }
  .ads-content {
    padding: 10px 0;
  }
  .product-item {
    padding: 10px 8px 20px;
  }
  .ads .container-fluid {
  padding: 0 15px 0 0;
}
.inner-hero-img {
      padding: 120px 15px 90px;
    }
  .product-page-section h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }
  .product-page-section p {
    font-size: 17px;
    line-height: 24px;
  }
  .product-page-section {
    padding: 40px 0 20px;
  }
  .product-page-section .product-list {
  margin-bottom: 0;
}
.inner-hero-section {
  padding: 40px 0 0;
}
.about-page-content h4 {
  margin-bottom: 15px;
}
.about-page-content {
  padding-left: 20px;
}
.about-bottom-section {
  margin-top: 60px;
}
.contact-form {
    margin-bottom: 60px;
  }
.contact-form h2,
.contact-info h3  {
  margin-bottom: 30px;
}
.contact-info .social-icon {
  margin-top: 40px;
  }
  .gallery-top {
      height: auto;
  }
  .gallery-thumbs {
      width: 85px;
      height: 350px;
      overflow: hidden;
    }
    .product-gallery-wrapper {
    gap: 10px;
}
  }  
  @media only screen and (max-width: 991px){     
    .is-sticky .outer-menu {
      padding: 12px 15px;
    }	
    .outer-menu .navbar-toggler{
	  border: none;
	  box-shadow: none;
	  position: absolute;
	  right: 25px;
	  height: 13px;
	  border-radius: 0;
	  width: 23px;
	  padding: 0;
	  background-color: transparent;
	}
	.outer-menu .navbar-toggler .menu-lines {
	  display: inline-block;
	}
	.outer-menu .navbar-toggler .menu-lines::before, 
	.outer-menu .navbar-toggler .menu-lines::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 23px;
	  height: 2px;
	  display: inline-block;
	  background-color:var(--white-color);
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	}
	.outer-menu .navbar-toggler .menu-lines::before {
	  top: 0;
	}
	.outer-menu .navbar-toggler .menu-lines::after {
	  top: 12px;
	}
	.outer-menu .navbar-toggler .menu-lines span {
	  position: absolute;
	  top: 6px;
	  left: 0;
	  width: 18px;
	  height: 2px;
	  background-color:var(--white-color);
	}
	.outer-menu .collapse:not(.show) {
	  display: block;
	}
	.outer-menu .navbar-collapse {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  visibility: hidden;
	  opacity: 0;
	  background-color: rgba(0,0,0,.6);
	  z-index: 1000;
	  padding: 0;
	  transition: 0.4s ease;
	}
  .outer-menu .navbar-collapse.menu-opened {
	  opacity: 1;
	  visibility: visible;
	}
	.outer-menu .navbar-collapse.menu-opened .navbar-nav {
	  opacity: 1;
	  transform: translateX(0);
	}
	.outer-menu .navbar-collapse .navbar-nav {
	  opacity: 0;
	  width: 240px;
	  height: 100%;
	  overflow-y: auto;
	  padding: 10px 0 20px;
	  background-color: #fff;
	  transform: translateX(-100%);
	  transition: 0.3s ease;
	  transition-delay: 0s;
	  transition-delay: 0.4s;
	  margin: 0;
	}
	.outer-menu .navbar-collapse.menu-opened .close-mobile-menu {
	  opacity: 1;
	  transform: scale(1);
	  display: block;
	}
	.outer-menu .close-mobile-menu {
	  position: absolute;
	  top: 30px;
	  right: 30px;
	  z-index: 1100;
	  width: 35px;
	  height: 35px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 50%;
	  border: 1px solid #fff;
	  color: #fff;
	  cursor: pointer;
	  opacity: 0;
	  transform: scale(.8);
	  transition: all 0.4s ease;
	  transition-delay: 0s;
	  transition-delay: 0.5s;
	  background-color: transparent;
	  box-shadow: none;
    padding: 0;
	}
	.main-menu ul li a {
	  color:var(--text-color);
	  line-height: 25px !important;
	  padding-left: 15px;
	}
	.outer-menu ul li a.active::before, 
	.outer-menu ul li a:hover::before,
	.outer-menu ul li a::before {
	 display: none;
	}  
  .banner.hero-slider-layout .hero-slide {
    min-height: 550px;
    padding: 180px 0 40px;
  }
  .mob-logo {
    padding-left: 15px;
  }
  .mob-logo,
  .outer-menu .mob-logo img.logo {
    display: block;
  }
  section {
    padding: 50px 0;
  }
  .about-page-section {
      padding: 50px 0
    }
   h1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .inner-hero-content h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h3,
  .stands h3,
  .product-page-section h3,
  .contact-form h2,
  .contact-info h3,
  .product-details-text h3 {
    font-size: 30px;
    line-height: 34px;
  }  
  .gallery-carousel-box {
    --gap: 20px;
  } 
  .about-content .col-md-4,
  .about-content .col-md-8,
  .product-details-section .col-md-5,
  .product-details-section .col-md-7 {
    width: 100%;
  }
  .product-details-text {
  padding-left: 0;
  padding-top: 10px;
} 
.back-btn {
  display: none;
}
  .about-logo {
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
   .about-content {
    padding: 40px 0;
  }
  .about-text h6 {
    margin-bottom: 15px;
  }
   .stands {
    padding: 30px 0;
  }
  .stands h3 {
    margin-bottom: 30px;
  }
  .our-stands {
    gap: 20px;
  }
  .our-stands-item p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
   .stands-icons img {
    width: auto;
    height: 70px;
  }
   .our-stands-item {
    gap: 10px;
    width: calc(20% - 10px);
  }
   .why-choose-us {
    padding: 40px 0 10px;
  }
  .ads-slider-image img
  {
    height: 300px;
    width: auto;
    margin: 0 auto -40px;
  }
  .image-overlay {
    height: 190px;
  }
  .ads-content {
    padding: 0 0 60px 15px;
  }
  .hero-pagination, .ads-pagination {
    bottom: 30px !important;
  }
  .product-item {
    gap: 20px;
    width: 25%;
  }
   .product-item {
    padding: 0 8px 15px;
  }
  .footer-copyright {
    margin-top: 35px;
  }
  .footer {
    padding: 50px 0 10px;
  }
  .inner-hero-img {
      padding: 100px 15px 70px;
    }
 .inner-hero-section {
  padding: 30px 0 0;
}
.about-bottom-section {
  margin-top: 50px;
}
.contact-form {
  margin-bottom: 50px;
}
.contact-info h3 {
  margin-bottom: 25px;
}
.product-details-text .common-btn {
    height: 52px;
    font-size: 20px;
}
}
@media only screen and (max-width: 767px){
  .outer-menu {
    padding: 12px 20px;
    height: 68px;
  }
   .banner.hero-slider-layout .hero-slide {
    min-height: 450px;
    padding: 120px 0 40px;
  }
  .hero-content p {
    margin-bottom: 15px;
  }
  .hero-content p {
    margin-bottom: 20px;
  }
  p,
  .about-page-content p,
  .product-details-text ul li {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2,
  .inner-hero-content h1 {
    font-size: 34px;
    line-height: 36px;
  }
  h3,
  .stands h3,
  .product-page-section h3,
  .contact-form h2,
  .contact-info h3,
  .product-details-text h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .hero-content  {
    max-width: 420px;
  }
  .section-title h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
   .inner-hero-content h1 {
    padding-bottom: 20px;
   }
 .about-text h6 {
  font-size: 20px;
  line-height: 24px;
 }
 .our-stands {
  flex-wrap: wrap;
 }
 .our-stands-item {
  width: calc(33.3% - 20px);
 }
.ads-content h2 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 15px;
}
  .product-item {
    gap: 15px;
    width: 33.3%;
  }
  .product-image {
    min-height: 200px;
  }
  .product-item p {
    min-height: 45px;
  }
  .product-section {
    padding-bottom: 40px;
  }
  .footer {
    padding: 40px 0 10px;
  }
    .footer-copyright {
    margin-top: 25px;
  }
  .about-section {
    padding-top: 0;
  }
  .is-sticky {
    height: 65px;
  }
  .is-sticky .outer-menu {
    padding: 10px 15px;
  }
  .why-choose-us h3 {
    margin-bottom: 30px;
  }
  .why-choose-us .col-md-6:nth-last-child(2) {
    margin-bottom: 16px;
  }
  .product-section .section-title h2 {
  margin-bottom: 25px;
}
  .inner-hero-img {
      padding: 80px 15px 50px;
    }
    .product-page-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
   .about-page-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-bottom-section .about-page-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
   .about-bottom-section {
    margin-top: 40px;
  }
   .about-page-content h4{
    font-size: 22px;
    line-height: 24px;
  }
  .contact-info h6,
  .product-details-text h6 {
    font-size: 22px;
    line-height: 26px;
   }
   .contact-form h2 {
      margin-bottom: 15px;
    }
    .contact-form {
      margin-bottom: 40px;
    }
    .contact-form .submit-btn {
      padding: 14px 24px;
      font-size: 22px;
      margin-top: 0;
    }
    .contact-info .social-icon 
{
  margin-top: 30px;
  }
   .image-overlay img {
      height: 150px;
      width: auto;
  }
   .image-overlay {
    height: 140px;
  }
}
@media only screen and (max-width: 600px){   
   h1 {
    font-size: 30px;
    line-height: 35px;
  }
   h2,
   .inner-hero-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h3,
  .stands h3,
  .product-page-section h3,
  .contact-form h2,
  .contact-info h3,
  .product-details-text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner.hero-slider-layout .hero-slide {
    min-height: 400px;
    padding: 110px 0 40px;
  }
  .hero-pagination, .ads-pagination {
    bottom: 20px !important;
  }
  .hero-content h1 {
    margin-bottom: 10px;
  }
  .hero-content p {
    margin-bottom: 13px;
  }
  section {
    padding: 40px 0;
  }
  .about-page-section {
    padding: 40px 0;
  }
   .our-stands-item p {
    font-size: 15px;
    line-height: 19px;
  }
  .why-choose-item h6 {
    font-size: 18px;
    line-height: 22px;
  }
   .why-choose-item {
    gap: 10px;
  }
  .product-item {
    gap: 15px;
    width: 50%;
  }
  .footer-copyright,
  .designed  {
    font-size: 14px; 
    line-height: 16px;
  }
  .product-page-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .form-row {
  flex-wrap: wrap;
  gap: 20px;
}
.form-group {
  width:100%;
  flex: 100%;
}
.form-input, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  padding: 13px 16px !important;
  font-size: 17px !important;
}
.contact-info h3 {
  margin-bottom: 20px;
}
.gallery-thumbs {
  width: 60px;
  height: 260px;
  overflow: hidden;
}
.product-gallery-wrapper {
    gap: 10px;
}
}
@media only screen and (max-width: 500px){
  .banner.hero-slider-layout .hero-slide {
    min-height: 350px;
    padding: 100px 0 40px;
  }  
   h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
   }
  h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
   }
   h3,
   .product-details-text h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
   }
   .contact-info h6,
   .product-details-text h6 {
    font-size: 20px;
    line-height: 24px;
   }
   p,
   .about-page-content p,
   .product-details-text ul li {
    font-size: 14px;
    line-height: 22px;
  }
   .about-text p {
    font-size: 14px;
    line-height: 24px;
  }
   .our-stands-item p {
    font-size: 14px;
    line-height: 18px;
  }
   .stands-icons img {
    width: auto;
    height: 50px;
  }
  .ads-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .ads-content p {
    font-size: 18px;
    line-height: 20px;
  }
  .why-choose-icons img {
    height: 80px;
    width: auto;
  }
   .about-logo img {
    height: 65px;
    width: auto;
  }
  .about-content {
    padding: 20px 0;
  }
  .product-page-section .product-list .product-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-bottom-section {
    margin-top: 30px;
  }
    .footer-copyright,
    .designed {
    font-size: 12px;
    line-height: 18px;
  }
  .support-menu ul li {
    margin: 0 6px;
  }
  .about-page-content h4{
    font-size: 20px;
    line-height: 20px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-info .social-icon 
{
  margin-top: 25px;
  }
  .image-overlay img {
      height: 100px;
      width: auto;
  }
   .image-overlay {
    height: 91px;
  }
  .product-details-text .common-btn {
  font-size: 16px;
  height: 45px;
}
.product-heightlights, .packing-info {
  width: 100%;
}
.packing-info {
  padding-left: 0;
  padding-top: 30px;
}
}
@media only screen and (max-width: 400px){
.product-item {
  width: 100%;
  padding: 0;
}
 .product-item p {
    min-height: auto;
    margin-bottom: 20px;
  }
   .ads-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
   .our-stands-item {
    width: calc(50% - 20px);
  }
  .hero-content p {
    font-size: 13px;
    line-height: 19px;
  }
}