@media (min-width: 1800px){
    section.about-us .about-image-sec img {
    width: 600px;
}
}
@media (max-width: 1024px){
    section.about-owner .abt-detail {
        display: block;
       }
       section.about-owner .email-us {
       margin-top: 15px;
       }
       section.about-us .about-image-sec img {
        width: 400px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .guests .guest-img{
        width: 50%;
    }
}





@media (max-width: 980px){
.about-image-sec {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
section.about-us .about-image-sec .abt-image{
    margin-top: 0px;
    margin-left: 0;
    float: none;
}
section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0px 30px -15%;
}
section.about-us .about-image-sec img {
        width: 600px;
    }
    section.about-us .about-content-sec {
    padding-right: 0;
    width: 100%;
    min-height: 100%;
}
    section.about-owner .abt-detail {
        display: flex;
       }
       section.about-owner .email-us {
       margin-top: 0;
       }

    section.about-owner .cont h2{
        margin-top: 15px;
    }
  
    section.about-owner .img {
        height: 400px;
    }
    section.about-owner .abt-img {
        width: 100%;
     
    }
    .container, .container-md, .container-sm {
        max-width: 720px;
        padding: 0;
    }
    .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
        .guests .guest-img{
        width: 50%;
    }
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
}
section.about-us-home .abt-left {
    min-height: auto;
}
section.about-us-home .row {
    flex-direction: column-reverse;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
}
.about_section .about_img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
}
.about_section .about_content{
    min-height: auto;
}
}
@media (max-width: 540px){
    section.about-owner .img {
        height: 300px;
    }
    section.about-owner .email-us {
       margin-top: 15px;
    }
    section.about-owner .abt-detail{
        display: block;
    }
    .about-img1 img {
        height: 300px;
    }
    
    
    section.about-owner img {
        height: 300px;
    }
section.about-us-home .abt-co-img-left{
    position: relative;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
    margin-right: 0;
    height: auto;
}

section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    position: relative;
    top: 0;
    margin-top: var(--m20);
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width:100%;
}
section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
}
.guests .guest-img {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 30px;
}
.about_section .about_img img{
    height: 300px;
}
.about_section .about_content h5{
    font-size: var(--f25);
    margin-bottom: 20px;
}
.about_section .about_content h2{
    font-size: 22px;
}
.about_section .about_content h4{
    font-size: var(--f20);
}
    section.about-us .about-image-sec img {
        width: 100%;
        height: 220px;
    }
    section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0px 20px 0;
        width: 100%;
    }
    section.about-us .about-image-sec .abt-img2 {
    margin: 0px 0% 0px 0px;
    width: 100%;
}
.abt-info {
    padding-left: 12px;
    padding-right: 12px;
}
}
@media (max-width: 360px){
section.about-us-home .abt-co-img-right img {
    height: 250px;
    width: 100%;
}
.guests img{
    height: 200px;
}
.about_section .about_img img {
    height: 250px;
}
.about_section .about_content h5{
    font-size: var(--f23);
    margin-bottom: 20px;
}
.about_section .about_content h2{
    font-size: 20px;
}
.about_section .about_content h4{
    font-size: var(--f18);
}
}