 .applisr {
     width: 100%;
 }

 .application_s {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-content: flex-start;
     align-items: flex-start;
 }

 .application_r {
     width: 48.5%;
 }

 .application_t {
     width: 48.5%;
 }

 .application_w {
     position: relative;
     width: 100%;
     padding-bottom: 70%;
     height: 0;
 }

 .application_w img {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     object-fit: cover;
 }

 .applings_e {
     font-size: 18px;
     color: #000000;
     margin-top: 20px;
     font-family: Catamaran;
 }

 .relate-products {
     margin-top: 86px;
 }

 .applings_er {
     font-family: Catamaran;
     font-weight: 400;
     font-size: 18px;
     color: #232323;
     line-height: 30px;
 }



 .wath_productx {
     margin: 0 10px;
 }

 .relate-product-swiper .swiper-slide .img {
     position: relative;
     padding-bottom: 100%;
     width: 100%;
     height: 100%;
 }

 .relate-product-swiper .swiper-slide .img img {
     position: absolute;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .wath_productx .layout {
     width: 90% !important;
 }

 .relate-products .title {
     width: 100%;
 }

 #web_section_Contact3 {
     width: 80%;
 }

 .image-additional .swiper-wrapper {
     display: grid;
 }

 .preing {
     background: #EBE7E4 !important;
 }

 .wath_productx {
     background: inherit;
 }

 .product-image {
     width: 400px;
     height: 400px;
 }

 .preing .relate-products .title {
     height: 3em !important;
 }

 .slider_banner_header .slider_banner_h1 a,
 .slider_banner_header .slider_banner_h1 {
     text-transform: capitalize;
 }



 .application_ss {
     display: flex;
     /* justify-content: space-between; */
     flex-wrap: wrap;
     margin-top: 4%;
     margin-bottom: 5%;
     /* align-content: flex-start;
            align-items: flex-start; */
 }



 .application_rr {
     width: 31%;
     margin-right: 3.5%;
     margin-bottom: 30px;
 }

 .application_rr:nth-child(3n) {
     margin-right: 0;
 }

 .application_rr .application_w {
     overflow: hidden;
 }

 .application_rr .application_w img {
     transition: all 0.45s ease;
 }

 .application_rr .appli_brief {
     color: #666;
     line-height: 26px;
     margin-top: 10px;
 }

 .application_rr .applings_e {
     transition: all 0.45s ease;
 }

 .application_rr:hover .applings_e {
     color: var(--commonColor);
 }

 .application_rr:hover .application_w img {
     transform: scale(1.08);
 }

 .applings_e .title,
 .applings_e .desc {
     margin: 0px;
     line-height: 1.5;
     text-decoration-line: unset;
     font-family: Lancelot;
     font-size: 30px;
     font-weight: 700;
     background-color: rgb(255, 255, 255);
 }


 @media only screen and (max-width: 950px) {
     .application_ss {
         margin-top: 30px;
         margin-bottom: 30px;
     }

     .application_r {
         width: 100%;
         margin-right: 0;
         margin-bottom: 20px;
     }

     .application_rr {
         width: 100%;
     }

     .application_t {
         width: 100%;
     }
 }

 .wath_productx {
     background: #F7F6F5;
 }

 @media only screen and (max-width: 950px) {
     .wath_productx .layout {
         width: 100% !important;
     }
 }

 @media only screen and (max-width: 950px) {
     .relate-products {
         overflow: auto;
     }
 }