.about-des{
    padding-right: 0px !important;
    text-align: justify;
}
.box-sha{
    box-shadow: 0px 0px 10px black;
}
.why-choose-one__list li{
    text-align: justify;
}
.sec-change{
    margin-bottom: 15px;
}
.card-layout:hover .testimonial-card__quote{
    color: black !important;
}
.img-style{
    position: absolute;
    right: -10px;
    bottom: -20px;
    border: 12px solid red;
    width: 250px;
    height: 250px;

}
@media (max-width:768px){
    .img-style{
        position: relative;
        border: 12px solid red;
        width: auto;
        height: auto;
    }
}
.about-one__content{
    text-align: justify;
}
.card__content{
    padding: 38px 56px 30px;
    height: 330px;
    
}
.aglin-text{
    text-align: justify;
}
.borderimg1{
    margin: 0 auto;
    border: 20px solid transparent;
    border-image: url('https://www.w3schools.com/cssref/border.png') 35 stretch;
    margin-bottom: 40px;
}
@media (max-width:1200px){
    .why-choose-one__title{
        margin-top: 40px;
    }
}
.layout{
    box-shadow: 0px 0px 10px rgb(233, 108, 108);
    height: 270px;
    margin-bottom: 20px;
}
.layout:hover{
    box-shadow: none;
}
.testimonial-card-two:hover .col-text{
    color: #ffff;
}
.card-hover{
    padding: 10px !important;
    height: 430px;
}
.card-hover-1{
    margin-bottom: 50px;
}
.card2{
    box-shadow: 0px 0px 5px rgb(236, 32, 32);
    padding: 10px ;
}
.card3{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.imgslider{
    border-right: 10px solid rgb(231, 42, 42);
    border-bottom: 10px solid rgb(192, 52, 52);
    padding: 5px;
}
.imgslider1{
    border-top: 10px solid rgb(241, 49, 49);
    border-left: 10px solid rgb(192, 52, 52);
    padding: 5px;
}
.center-text{
     margin-left: 30px;
}
.card-three{
    height: 650px;
}
.product-image{
    padding: 2px;
}
.change{
    margin-left: 25px;
}
.change-size{
    width: 310px;
}
@media (max-width:527px){
    .service-card__text{
        height: auto;
    }
    .card__content{
        height: auto;
    }
    .card-hover{
     height: auto;
    }
    .block{
        display: none;
    }
    .product-details__image{
        min-height: 0px !important;
    }
    .about-three__image__inner::before{
        display: none;
    }
    .testimonial-card-two{
        height: auto;
    }
}
@media (max-width:991px) and (min-width: 527px){
    .about-three__image__inner::before{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px) {
 .gallery {
    display: block !important;
    flex-wrap: wrap;
    gap: 0px;
}
}
/* gallery section */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}



.gallery-item {
    flex: 1 1 calc(20% - 10px);
}
.gallery-item img {
    width: 100%;
height: 200px;
    cursor: pointer;
    padding-left: 10px;
    margin-bottom: 20px;
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.close {
    position: absolute;
    top: 15px;
    right: 19%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

@media (max-width: 720px){
    .main-header__logo img{
        width: 300px;
    }
    .main-header__logo {
    margin-right: 0px!important;
   }
   .layout {
    box-shadow: 0px 0px 10px rgb(233 108 108);
    height: 300px;
    margin-bottom: 20px;
}
.features-two__card__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
}
}




