/*!
Theme Name: Prayer Rug
Theme URI: http://underscores.me/
Author: Muhammad Azam
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prayer-rug
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Prayer Rug is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('assets/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('assets/fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
}

/*================manu-setion-Start===================*/

.top-bar h1 {
    font-size: 13px;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Montserrat-Medium';
    color: #00000091;
}
.top-bar h1 span.new-line-space{
	padding:0px 10px;
}
.top-bar h1 span.new-line-space-second{
	padding-right:10px;
	padding-left: 0px;
}


.top-bar h1 span {
  font-size: 18px;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Montserrat-bold';
  color: #000000bd;
  padding: 0px 10px;
}

.navbar-custom ul {
  width: 612px;
}

.navbar-custom ul {
  width: 612px;
}
.navbar-custom .navbar-nav .nav-link {
    color: #ffffffd6 !important;
}
.mainnavbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logoimg img {
  width: 100px;
}
.navbar ul {
  padding-top: 0px;
  align-items: center;
}
.navbar ul li:last-child a {
  color: white !important;


}

.navbar ul li a {

  color: #000000 !important;
  font-family: Montserrat-Medium !important;
  font-size: 15px !important;
}
.navbar ul li a i {
  font-size: 25px;
  margin-right: 10px;
}

.navbar-custom {
  background-color: #1e3a3a;
  width: 100%;
}
.navbar-custom .navbar-nav .nav-link {
  color: white;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #ffdd00;
}
.navbar-custom .search-bar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /* Full width */
}
.navbar-custom .search-bar input {
  border-radius: 20px;
  padding-left: 30px;
  /* Space for the icon */
  width: 100%;
  /* Ensure it takes the full width */
}
.navbar-custom .search-bar .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  /* Light gray for the icon */
}
.navbar-custom .container-fluid {
  max-width: 100%;
  /* Ensures it uses full width */
}

/*================manu-setion-End===================*/


/*================Banner-setion-Start===================*/

.banner {
  padding: 180px 0px;
  background-image: linear-gradient(rgb(0 0 0 / 50%),
      /* top color with transparency */
      rgb(0 0 0 / 74%)
      /* bottom color with transparency */
    ), url(assets/images/banner-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.banner h1 {	
    color: #ffffffd6;
    font-family: 'Montserrat-light';
    font-size: 60px;
    text-align: center;
    padding-bottom: 35px;
	
}

.banner h1 span {	
  color: white;
  font-family: 'Montserrat-Bold';
  font-size: 60px;
  text-align: center;
}

.banner p {
  font-family: Montserrat-SemiBold;
  font-size: 28px;
  color: white;
  text-align: center;
}
.banner .form-control {
  position: relative;
  width: 50%;
  padding: 16px;
  border-color: #F59320;
  margin: 0 auto;
}
.banner .form-control::placeholder {
  font-size: 25px;
  font-family: Montserrat-Regular;
  color: white;

}
.banner .items ul li {
  list-style: none;

}
.banner .items {
  justify-content: center;
  display: flex;
  padding-top: 10px;
  color: white;
  font-size: 25px;
  font-family: 'Montserrat-Regular';
}

.line {
    width: 49px;
    height: 3px;
    background-color: #00000070;
    margin: 10px 14px 10px 0px;
}

.line.lin-right {
    width: 49px;
    height: 3px;
    background-color: #00000070;
    margin: 10px 14px 10px 15px;
}



.custom-button {
    padding: 12px 42px!important;
    font-size: 19px!important;
    font-weight: 500!important;
    border-radius: 9px!important;
    border: none!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s!important;
    margin: 0 auto!important;
    display: flex!important;
	align-items: center;
    color: #000000b8;
    font-family: 'Montserrat-bold';
    background: white;
}


.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.text-container {
  width: 50%;
}
.text-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3e50;
}
.text-container p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
  color: #2d3e50;
}
.product-list {
  font-size: 16px;
  color: #2d3e50;
}
.product-list li {
  margin-bottom: 8px;
}
.shop-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}
.image-container img {
  width: 100%;
  border-radius: 8px;
}

.next-section {
  padding: 0px 0px;
  position: relative;
}
.next-section h3 {
   font-size: 19px;
    font-family: 'Montserrat-regular';
    color: #000000a3;
}
.next-section h2 {
  font-size: 33px;
  font-family: 'Montserrat-Regular';
  color: #000000a6;
}
.next-section h2 span {
  font-size: 33px;
  font-family: 'Montserrat-bold';
  color: black;
}
.next-section .custom-button {
   padding: 12px 42px!important;
  font-size: 18px!important;
  font-weight: 500!important;
  border-radius: 9px!important;
  border: none!important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)!important;
  transition: background-color 0.3s, box-shadow 0.3s!important;
  /* margin: 0 auto; */
    color: #fffffffa!important;
  background: #1A3C3B!important;
  margin: 23px 0px 63px 0px!important;
}

.next-section ul {
  padding: 0px;

}
.next-section ul li {
  list-style: none;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  color: #000000c2;

}
.next-section ul.next-ul li {
  list-style: none;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  color: white;

}

.next-section img.new-ico {
  width: 44px;
  margin-right: 14px;
}

.next-section .mg {
  margin-bottom: 27px;
}
ul.next-ul {
  margin-top: 121px ! Important;
  margin-left: 135px;
  
}
.next-section .green-se {
  background: #205855;
}
.next-section .white-sec {
  padding: 56px 0px;
}
.next-section .mid-img {
   position: absolute;
    top: 138px;
    left: -169px;
}
.production-discript img {
  width: 100%;
}
.production-discript h3 {
  font-size: 19px;
  font-family: 'Montserrat-regular';
}
.production-discript h2 {
  font-size: 33px;
  font-family: 'Montserrat-Regular';
  color: #000000a6;
  padding-bottom: 11px;
}
.production-discript h2 span {
  font-size: 33px;
  font-family: 'Montserrat-bold';
  color: #1A3C3B;
}

.production-discript p {
  font-size: 16px;
  font-family: 'Montserrat-Regular';
     color: #0000008f;
}

.production-discript .custom-button {
  margin-left: 0!important;
  background: #1A3C3B;
  color: white;
  margin: 0px;
  margin-top: 20px;
}

.production-discript .box-new{
	width: 50px;
    height: 50px;
    background: #1A3C3B;
    position: relative;
    border-radius: 100px;
}

.production-discript .box-new img{
    position: absolute;
    width: 30px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.production-discript .custom-button{
	 color: #fffffffa;
    background: #1A3C3B;
}
.free-shoping {
  padding: 76px 0px;
}
.free-shoping h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
 color: #1A3C3B;
}
.free-shoping p {
    margin: 0px;
    font-size: 14px;
    color: #000000d1;
}
.free-shoping img {
  margin-right: 15px;
}
.overall-structure {
  background: #205855;
  padding: 70px 0px;
}
.overall-structure h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: 'Montserrat-Regular';

}
.overall-structure h2 {
  font-size: 40px;
  font-family: 'Montserrat-Bold';
  color: white;
  text-align: center;
  padding-bottom: 30px;
}
.overall-structure .custom-button {
  margin-top: 70px;
}
.galary-imgs {
  padding: 50px 0px;
}
.galary-imgs h3 {
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat-Regular';
  color: #00000096;
}
.galary-imgs h2 {
  font-size: 40px;
  font-family: 'Montserrat-Bold';
  text-align: center;
  padding-bottom: 30px;
  color: #000000b0;
}

.galary-imgs .filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.galary-imgs .filter-btn {
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.galary-imgs .filter-btn:hover {
  background-color: #2980b9;
}
.galary-imgs .filter-btn.active {
  background-color: #2c3e50;
}
.galary-imgs .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.galary-imgs .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.galary-imgs .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.galary-imgs .gallery-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.overall-structure .line{
	background-color:white;
}
.overall-structure .line.lin-right{
	background-color:white;
}

.overall-structure .custom-button{
	margin-top: 107px!important;
}
.overall-structure img.counting-cm{
	position:relative;
}

    .line-container-cm {
    position: absolute;
    height: 315px;
    width: 100px;
    left: 548px;
    top: 131px;
    }

    .line-container-cm .line-cm {
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccccccb8;
    }

     .line-container-cm .line-cm::before,
   .line-cm::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #ccccccb8;
    left: -10px;
    }

     .line-container-cm .line-cm::before {
      top: 0;
    }

     .line-container-cm .line-cm::after {
      bottom: 0;
    }

     .line-container-cm .label {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: #ffffffa8;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    }


.line-container-cm.under-line{
   transform: rotate(90deg);
    left: 285px;
    top: 347px;
}

.line-container-cm.under-line .line-cm{
	height: 500px;
	position: absolute;
    left: 22px;
    top: -42px;
    bottom: 0;
    width: 2px;
    background-color: #ccccccb8;
}
.line-container-cm.under-line .labelunder-text{
    transform: rotate(269deg);
    color: #ffffffa8;
    left: 6px;
    position: relative;
    top: 161px;
    font-size: 14px;
}




/* Lightbox Styles */
.galary-imgs .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.galary-imgs .lightbox-content {
  max-width: 90%;
  max-height: 90%;
}
.galary-imgs .lightbox-content img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.galary-imgs .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.galary-imgs .lightbox-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
}

.reviews h3 {
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat-Regular';
  color: #00000096;
}
.reviews h2 {
  font-size: 40px;
  font-family: 'Montserrat-Bold';
  text-align: center;
  padding-bottom: 30px;
  color: #000000bd;
}



/* Responsive Design */
@media (max-width: 768px) {
  .galary-imgs .gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .galary-imgs .gallery {
    grid-template-columns: 1fr;
  }
  .galary-imgs .filter-buttons {
    flex-direction: column;
    align-items: center;
  }
  .galary-imgs .filter-btn {
    width: 80%;
    margin-bottom: 5px;
  }
}
.reviews {
  padding: 7px 0px 100px 0px;
}
.reviews .main-box {
  box-shadow: -5px 0px 17px 7px #80808042;
  border-radius: 20px;
  /* padding: 40px; */
  margin-right: 38px;
  padding: 21px 30px;
  margin: 29px;
  padding-bottom: 80px;
  position: relative;
}
.owl-carousel .owl-item .main-box img.comma {
  position: absolute;
  width: 17% !important;
  top: -31px;

}
.owl-carousel .owl-item .main-box img.comma-second {
  position: absolute;
  width: 17% !important;
  top: -31px;

}
.reviews .main-box p {
  padding-top: 3px;
  font-size: 17px;
  font-family: 'Montserrat-Regular';
}

.owl-carousel .owl-item .main-box img {
  width:34%;
}

.owl-carousel .owl-item .main-box img.man-img {
  width: 40%;
}

.reviews .custom-button {
  color: white;
  background: #205855;
  margin-top: 40px;
}

.footer .fisrt-col {
  background-color: #205855;
  padding: 40px 0px;
}
.footer .fisrt-col h2 {
  font-size: 60px;
  font-family: 'Montserrat-bold';
  color: white;
}
.footer .fisrt-col .line {
  width: 407px;
  height: 2px;
  background-color: #ffffff7d;
  margin: 0px;
  margin-top: 28px;
}
.footer .fisrt-col h3 {
  font-size: 33px;
  font-family: 'Montserrat-Regular';
  color: white;
  padding: 14px 0px;
}
.footer .fisrt-col p {
    margin-left: 26px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    color: #ffffffc9;
    margin-bottom: 0px;
}
.footer .fisrt-col .new-ph {
  margin-right: 62px;
}
.footer .fisrt-col .address-top {
  padding-top: 20px;
}
.footer .fisrt-col h4 {
  font-size: 32px;
  font-family: 'Montserrat-Bold';
  color: white;
  padding: 20px 0px;
}
.footer .fisrt-col .social-media img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}


.footer .form-contact {
  background: #44433f;
}






.form-contact .contact-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.form-contact .contact-card {

  border-radius: 15px;

  width: 100%;
  max-width: 800px;
}
.contact-header {

  color: white;
  text-align: left;
  padding-bottom: 18px;
}


.form-contact .form-control {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid white;
  margin-bottom: 19px;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 13px;
	color:white;
}
.form-contact .form-control::placeholder {
  font-size: 18px;
  color: white;
  font-family: 'Montserrat-regular';
}
.form-contact .form-control:focus {
  color: white;
  border-color: white;
  outline: 0;
  background-color: transparent;

}
textarea.form-control:focus {
  color: white;
  border-color: white;
  outline: 0;
  background-color: transparent;

}

.form-contact .btn-send {
  background: white;
  color: #000000c4;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 17px;
  font-family: 'Montserrat-Medium';
}
 .contact-info {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 15px;
}
footer {

  color: white;
  text-align: left;
  padding: 0px 15px 0px 0px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .contact-card {
    margin: 20px;
  }
  .contact-info {
    margin-top: 30px;
  }
}
/*================Banner-setion-End===================*/


img{
  max-width: 100%;
}
header{
  background: #1e3a3a;
  padding: 10px 0;
}
header .log-text a {
  margin-right: 0;
  font-size: 2rem;
  font-family: 'Montserrat-Medium';
}
header .search-bar {
  background: white;
  border-radius: 100px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
header .search-bar i {
  color: #1A3C3B !important;
}
header .search-bar input {
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.next-section .white-sec.why-chose-us {
     padding: 56px 10px 56px 63px;
}
.next-section .white-sec .main-bx{
	 width: 50px;
    height: 50px;
    background: #1A3C3B;
    position: relative;
    border-radius: 100px;
	 margin-right: 26px;
}

.next-section .white-sec .main-bx img{
    position: absolute;
    width: 30px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.next-section .white-sec {
  padding: 56px 63px;
}
.next-section .green-se {
  background: linear-gradient(270deg, #1A3C3B 0%, #277573 100%);
  padding: 10px 58px;
	position:relative;
}

.next-section .green-se .main-bx{
	 width: 50px;
    height: 50px;
    background: white;
    position: relative;
    border-radius: 100px;
	 margin-right: 26px;
}

.next-section .green-se .main-bx img{
    position: absolute;
    width: 30px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}



.next-section .mid-img {
   position: absolute;
    top: 123px;
    left: -169px;
}
.next-section .product-list .img{
  width: 63px;
  margin-right: 14px;
}
.next-section .product-list li {
	width: calc(100% - 77px);
}
.next-section ul.next-ul li {
  list-style: none;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: white;
}
.footer .fisrt-col{
  background: linear-gradient(270deg, #1A3C3B 0%, #277573 100%);
  padding: 60px 40px;
}
.footer .form-contact{
  background: url('assets/images/footer-image.png') no-repeat center bottom/ cover;
  padding: 60px 40px;
}
.footer .form-contact p{
  font-family: 'Montserrat-Regular';
  font-size:18px;
  line-height: 100%;
  border-radius: 0;
}

@media(min-width: 1366px){
  .parent-div{
	  width:100%;
	}
}



@media(max-width: 1199px){
  .next-section .mid-img{
    display: none;
  }
  .next-section h2 {
    font-size: 23px;
  }
  .next-section h2 span {
    font-size: 25px;
  }
}
@media(max-width: 767px) {
  nav.navbar .navbar-toggler {
    display: block;
    margin-left: auto;
  }
  nav.navbar .navbar-collapse{
     background: white;
    position: absolute;
    top: 47px;
    right: 16px;
    width: 211px;
    z-index: 1000;
  }
  .navbar-custom ul{
    width: auto;
  }
  .navbar-custom .navbar-nav .nav-item{
    width: 100%;
  }
  .navbar-custom .navbar-nav .nav-link{
    color: #1A3C3B!important;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid lightgray;
  }
  .production-discript .white-sec {
    padding: 56px 19px;
  }
  .footer .fisrt-col,
  .footer .form-contact {
    padding: 30px 8px;
  }
  .footer .fisrt-col h2 {
    font-size: 30px;
  }
  .footer .fisrt-col h3 {
    font-size: 22px;
  }
  .footer .fisrt-col .line {
    width: calc(100% - 35px);
    margin-top: 14px;
  }
  .footer .fisrt-col p {
    font-size: 13px;
  }
  .footer .fisrt-col h4 {
    font-size: 21px;
    padding: 20px 20px;
  }
  .footer .fisrt-col .social-media img {
    width: 30px;
    height: 30px;
  }
  .contact-card {
      margin: 0px;
  }
  .contact-container {
    padding: 20px 11px;
  }
	.line-container-cm{
		display:none;
	}
	.line-container-cm.under-line{
		display:none;
	}
	ul.next-ul{
		 margin-left: 0px;
	}
		.banner h1 br{
    display:none;
	}
	.banner h1{
    font-size: 25px;
    padding-bottom: 0px;
	}
		.banner h1 span{
    font-size: 25px;
    padding-bottom: 0px;
	}
	.banner {
		    padding: 30px 0px;
	}
	.next-section h3{
		font-size: 14px;
	}
	.next-section .white-sec{
	padding: 30px 11px;
	}
	.next-section h2{
		font-size: 20px;
        line-height: 37px;
	}
	.next-section h2 span{
	font-size: 20px;	
	}
	.next-section ul li{
		font-size: 17px;
	}
	.next-section .green-se{
		padding: 10px 10px;
	}
	ul.next-ul{
	 margin-top: 20px ! Important;
	}
	.next-section ul.next-ul li{
	font-size: 16px;
	}
	.production-discript h2{
		    font-size: 20px;
	}
		.production-discript h2 br{
		   display:none;
	}
		.production-discript h2 span{
		    font-size: 20px;
	}
	.next-section .custom-button{
		margin:0 auto;
	}
	.production-discript .m-res{
    padding-left: 22px !important;
    padding-right: 22px !important
	}
	.production-discript p{
		font-size: 15px;
	}
	.free-shoping .fist-1-img{
		justify-content:center;
	}
	.free-shoping .box{
		margin-bottom:20px;
	}
	.free-shoping{
	 padding: 36px 0px;
	}
	.overall-structure h3{
		font-size: 15px;
	}
	.overall-structure h2{
		    padding-bottom: 0px;
		    font-size: 22px;
	}
	.overall-structure .custom-button{
		    margin-top: 15px;
	}
	.overall-structure{
		padding: 30px 0px;
	}
	.galary-imgs h2{
		    font-size: 20px;
		    padding-bottom: 14px;
	}
	.galary-imgs{
	padding: 13px 0px;
	}
	.reviews h3{
		 font-size: 16px;
	}
	.reviews h2{
		    font-size: 25px;
	}
	.reviews .main-box p{
		 font-size: 14px;
        padding-top: 77px;
	}
	.owl-carousel .owl-item .main-box img.comma{
		    width: 13% !important;
	}
	.owl-carousel .owl-item .main-box img.comma{
		    top: -13px;
	}
	.footer .fisrt-col .new-ph{
	    padding-bottom: 23px;
	}
	.date{
		display:none;
	}
	.footer .fisrt-col .new-ph{
	padding-bottom: 23px;
	}
	.free-shoping .fist-1-img{
		text-align:left;
		margin-left: 25px;
	}
	.free-shoping .online-support{
		margin-left: 16px;
	}
}

/* loader CSS */

 @keyframes clickAnim {
      0%   { transform: translateY(0) scale(1); opacity: 1; }
      50%  { transform: translateY(3px) scale(0.95); opacity: 0.8; }
      100% { transform: translateY(0) scale(1); opacity: 1; }
    }

    /* Spinning dots loader */
    .loader {
      display: none;
      position: relative;
      width: 22px;
      height: 22px;
	  margin-left: 10px;
    }
    
    .dot {
      width: 5px;
      height: 5px;
      background: white;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
.btn-white .dot{
	background: black!important;
}
    .dot:nth-child(1) { transform: translate(-50%, -50%) translateX(10px); }
    .dot:nth-child(2) { transform: translate(-50%, -50%) translateY(10px); }
    .dot:nth-child(3) { transform: translate(-50%, -50%) translateX(-10px); }
    .dot:nth-child(4) { transform: translate(-50%, -50%) translateY(-10px); }

    .loader {
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }

    /* Show loader only on hover */
    .btn:hover .loader {
      display: block;
    }


@media(max-width: 991px){
	.overall-structure .custom-button {
		margin-top: 76px !important;
	}
}
@media(max-width: 767px){
	.overall-structure .custom-button {
		margin-top: 23px !important;
	}
}