.location-section .ContentWrapper {
    display: flex;
    justify-content: center;
}
section#google-review {
    background-image: url('../images/bg_section-about.jpg');
    background-color: #f2eeed;
    color: #240800;
    z-index: 999999;
}
#google-review h2 {
    text-align: center;
}
#google-review li {
    background-color: #fff;
        padding: 0px 13px;
}
#google-review .custom-notification-content-wrapper {
    color: #000;
}
#google-review div#widget-header {
    justify-content: center;
    margin-top: 0px !important;
    padding-top: 0px !important;
    background-color: transparent !important;
}
#google-review div#widget-header {
    display: flex;
}
#google-review .comment-and-stars {
    order: 2;
    background-color: #fff;
}
#google-review .custom-notification-content-wrapper {
    display: flex;
    flex-flow: column;
}
#google-review  div#prev-review, #google-review div#next-review {
    top: 93px !important;
}
.futr-section {
    display: flex;
    justify-content: center;
}
.icons-fonts svg {
         width: 21px;
    background-color: #fff;
    padding: 8px;
    height: 23px;

}
.icons-fonts path {
    filter: brightness(0) saturate(100%) invert(8%) sepia(91%) saturate(562%) hue-rotate(359deg);
}
.svg-icons {
    display: flex;
    gap: 11px;
}
.icons-fonts li {
    font-size: 18px;
}
.icons-fonts .col.cell_1_of_5 {
    width: 28%;
}
.location-map iframe {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .icons-fonts .col.cell_1_of_5 {
    width: 100% !important;
}
.svg-icons {
    justify-content: center;
}
footer#FooterDetails {
    padding: 20px 0px 0px 0px !important;
}
.futr-section {
    display: block !important;
}
.icons-fonts h6 {
    display: block !important;
}
}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
   .icons-fonts .col.cell_1_of_5 {
    width: 100% !important;
} 
.icons-fonts h6 {
    display: block !important;
}
}



/*popup css*/
 .kumar_popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
  }

  .kumar_popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: transparent;
  }

  .kumar_popup-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  .kumar_close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }

@media (min-width: 1025px) and (max-width: 1366px) {
.kumar_popup-content img {
    width: 600px !important;
    height: auto;
    border-radius: 8px;
    display: block;
}
}
@media (min-width: 1367px) and (max-width: 1800px) {
.kumar_popup-content img {
    width: 700px !important;
    height: auto;
    border-radius: 8px;
    display: block;
}
}
/*end popup css*/



