.footer-width-4 {
  width: 22%;
  float: left;
}

.j-div {
  overflow: hidden;
  /*margin: 0 auto;*/
  letter-spacing: 2px;
  font-size: 26px;
  text-align: center;
}

.img-span, .new-h2 {
  display: inline-block;
}
.j-icon {
  width: 34px;
}

.new-h2 {
  font-size: 10px;
  color: #912C5E;
  vertical-align:text-top;
    margin-top: 9px;

}

.top-a {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bolder;

}

a{
    text-decoration:none;
}

h3 {
  text-tranform: none !important;
}


.top-a:hover {
  color: #A73580 !important;
  text-decoration:none;
}

.u-button-style.u-custom-color-5, .u-button-style.u-custom-color-5[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #992C7F !important;
  padding: 15px 15px 15px 15px;
}
.input-group{
    float:right;
   
}


/*.product-section {*/
/*  margin-top: 32px;*/
/*}*/

.dropdown-menu {
    /*width:100%;*/
    margin-top: 0px;
    border-radius:0px;
    padding:0px;
    min-height: 475px;

}


.overlay {
  width: 100vw;
  background-color: rgba(0,0,0,0.7);
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2;
  display:none;
}
#header{
    z-index:3;
    background-color: #fff;
}

.middel-header{
    background-color:#fff;
}

.submenu-ul li{
    display: inline-block;
    width:16%;
    padding-top: 29px;
    vertical-align: top;
}
.submenu-ul li > a{
    vertical-align: middle;
    padding-top: 8px;
}


.submenu-ul{
    padding-bottom:29px;
}
.menu-image {
  width: 60px;
  /*float: left;*/
  /*margin-right: 10px;*/
}




.navbar-brand {
    padding:0px;
    
}

.img-icon-cls{
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
}

.coloumn-wraper-nav{
    display:table;
}

.first-coloumn-nav{
    width:24%;
    background-color:#f4f4f3;
    display:table-cell;
    vertical-align:top;
    height: 475px;
}
.second-coloumn-nav{
    width:74%;
    /*float:left;*/
    background-color:#fff;
     display:table-cell;
     vertical-align:top;
     height: 475px;
}

.left-menu-ul {
  float: left;
  width: 100%;
    padding-left: 0;
}

.left-menu-ul > li {
    display: block;
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #ccc;
    float: left;
}
.left-menu-ul > li:hover{
    
    background-color : #fff;
}

.sub-section-cls::after{
    content : ">";
    right:0;
    float:right;
}

a:hover {
  text-decoration: none;
}


.commmon-cls-call-appointment{
    padding-top: 16px;
}

.collection-section-cls{
    margin-bottom:14px;
}


/*======== REVIEW CSS :  START =========*/

.review-item {
  border: solid 1px rgba(190,190,190,.35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 20%;
  min-height: 328px;
}
.review-item {
  background: white;
  border-radius: 20px;
  margin: 3px !important;
}

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%;
  overflow: hidden;
  padding-bottom: 15px;

}
.review-author {

    text-transform: capitalize;
    font-weight: bold;

}
.review-author {

    color: #912C5E;

}
.review-date {
  opacity: .6;
  display: block;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style: normal;
}

.star::after {
  content: "\2605";
}
.review-text {
  line-height: 1.55;
  text-align: center;
  max-width: 32em;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
 padding-bottom: 15px;
    
}

.google-review-content-ad {
  background-color: #444649;
  color: #fff !important;
}


.google-see-more-review-button {
  border-color: #fff !important;
  color: #FFF !important;
  background-color: #aaa;
  padding: 15px;
  border-radius: 10px;
  width: 76%;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
.google-see-more-review-button:hover {
  border-color: #fff !important;
  color: #000 !important;
  background-color: #FFF !important;
}

.google-review-ad {
  text-align: center;
}
.review-stars ul {
display: inline-block;
  margin-left: -36px;

}

.dropdown-menu a:hover::after {
  background-color: #fff !important;
}

.commmon-cls-call-appointment a {
    color:#000;
}

.commmon-cls-call-appointment a:hover {
    color:#000;
    text-decoration:none;
}
/*======== REVIEW CSS : END =========*/

.active-menu{
    
    background-color:#fff;
}
@media (min-width:991px) and (max-width:1200px){
    
    .u-button-style.u-custom-color-5, .u-button-style.u-custom-color-5[class*="u-border-"] {
        font-size:12px;
    }
}

@media (min-width:991px){
    .hid-sm-md-cls{
        display:block;
    }
    .hide-lg-cls{
        display:none;
    }
    .navbar{
        float:left;
    }

.celibration-img-cls{
    width: 5%;
    float: right;
    margin-right: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
    
}

}

@media (max-width:991px){
    .hid-sm-md-cls{
        display:none;
    }
     .hide-lg-cls{
        display:block;
    }
    
    
.navbar-collapse {

    min-height: 90vh;

}

.nav-bar-mobile-cls li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}



.submenu-ul li {
  width: 100%;
}

.img-icon-cls-mob {
  float: left;
  width: 15%;
  margin-right:10px;
}
.submenu-ul {
  padding-left: 0;
}

.celibration-img-cls {
  display: block;
  width: 12%;
  float: left;
  position: absolute;
  top: 18%;
  right: 17%;
}

.owl-dots {
  display: none !important;
}

#products-category-div > .col-sm-2 {
  width: 50% ;
  float: left;
}


#titlediv{
    display:none;
}
}