.new-logo{
    height: 112px;
    padding: 10px 0;
}
.new-logo img{
    height: 100%;
}
.social-icon-wrap{
    padding-top: 8px;
}
.gallery-sec{
    padding-top: 120px;
}
.footer-logo img{
    height: 120px;
    /* width: 130px; */
}
.stricky-header .new-logo{
    padding: 10px;
}
.address-wrap .text{
    max-width: 225px;
}
.footer-widget__contact-list li{
    border-bottom: 0;
}
.services-one__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.contact-one__info li+li {
    margin-top: 20px;
}
.footer-widget__explore-list li+li {
    margin-top: 15px;
}
#lightgallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* height: 470px; */
    /* width: 1600px; */
    justify-content: space-between;

}
#lightgallery img{
   
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 370px;
}

.product-section{
    padding-bottom: 120px;
}
.main-menu-border{
    display: none;
}
/* @media only screen and (min-width: 1350px) and (max-width: 1650px){
    .main-menu-three__call{
        display: flex;
    }
} */
.main-menu-three__call{
    display: flex;
}
@media(max-width: 1199px){
    .main-menu-three__call{
        display: none;
    }
    .main-menu-three__left{
        float: none;
    }
}
@media(max-width:991px){
    .new-logo {
    height: 115px;
    }
}

@media(max-width: 575px){
    .feature-three__top{
        padding-bottom: 0;
    }
    .feature-three__bottom-left{
        margin-bottom: 0;
    }
    .why-choose-one, .product-section, .project-three, .contact-one{
        padding: 60px 0 60px;
    }
    .testimonial-two{
        padding: 60px 0 100px 0;
    }
    .site-footer-two .site-footer__top{
        padding: 60px 0;
    }
    .mob_reverse{
        flex-direction:column-reverse;
    }
    .why-choose-one__right { 
        margin-top: 0px;
    }
}
.preloader__image{
    background-image: url(../images/new-img/preloader-img.webp);
    background-size: 100px auto;
}
.testimonial-one__text-2 {
        height: 145px;
    overflow-y: auto;
}

.testimonial-one__text-2::-webkit-scrollbar {
  width: 10px;
}

.testimonial-one__text-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ambed-base, #a47c68); 
  border-radius: 8px;
}
.testimonial-one__text-2::-webkit-scrollbar-thumb {
  background: var(--ambed-base, #a47c68); 
  border-radius: 10px;
}
.testimonial-one__text-2::-webkit-scrollbar-thumb:hover {
  background:var(--ambed-base, #a47c68); 
}
@media(max-width:1200px){
    .services-one__content{
        height:350px;
    }
}
@media(max-width:991px){
    .services-one__content{
        height:auto;
    }
    .product-section {
    padding-bottom: 50px;
}
}