/***=======================
/* Responsive
/*======================***/
@media (max-width: 1400px) {
  .price-table .price-box {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
  .price-table .text {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .wedding-container-fluid {
    padding: 0;
  }
  .copywright-area {
    text-align: center;
  }
  .copywright-area .logo {
    padding: 20px 0;
  }
  .copywright-area .navbar-nav {
    float: none !important;
    display: inline-block;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-eq-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center ;
  }
  .row-eq-tab > div {
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: #232323;
  }
  .navbar-nav li {
    padding: 12px 25px;
  }
  .navbar-nav li a:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .testimaial-item {
    display: block;
    text-align: center;
  }
  .testimaial-item .image {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .footer-social ul {
    display: block;
  }
  .footer-social ul li {
    display: block;
    margin-bottom: 30px;
  }
  .counter-area .heading h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .counter-item .counter-countdown {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .price-table {
    display: block;
    text-align: center;
  }
  .price-table .left-side {
    display: block;
  }
  .price-table .left-side .price-box {
    margin-left: auto;
    margin-right: auto;
  }
  .price-table .text {
    padding-left: 0;
    display: block;
  }
  .single-feedback {
    display: block;
    text-align: center;
  }
  .single-feedback .image {
    display: block;
    margin-bottom: 25px;
  }
  .single-feedback .text {
    padding-left: 0;
    display: block;
  }
  .single-feedback .text h4 {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .slider {
    padding-top: 7.2rem;
    padding-bottom: 7.95rem;
  }
}
