


@media (max-width: 1440px){
    .review-sec h5 {
        font-size: var(--f35);
    }
}

@media (max-width: 1366px){
        .review-sec h5 {
        font-size: var(--f26);
    }
}



@media screen and (min-width: 992px) and (max-width: 1199px){
    .guests .guest-img{
        width: 50%;
    }
  
        .col-2.rating {
        justify-content: center;
    }
}

@media (max-width: 980px){
    section.about-joshua .welcome {
        margin-bottom: 10px;
    }
    section.about-joshua .img1{
        width: 100%;
        height: 245px;
    }
    section.about-joshua .img2{
        width: 100%;
        height: 245px;
    }
    section.about-joshua .img4 {
        width: 100%;
    }
    .review-sec {
        width: 80%;
    }
   .col-2.rating {
        justify-content: center;
    }
    .checklist {
        z-index: 1;
    }
        .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%;
}
    section.about-joshua .img-sec .col-lg-6.col-6 {
        padding: 0px;
        width: 49%;
    }
        section.about-joshua .img-sec .row {
        justify-content: space-between;
    }
}
@media (max-width: 540px){
    section.about-joshua .img3 {
        width: 100%;
    }
    .img-sec .col-6{
        padding: 0;
        width: 100%;
    }
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;
}
.checklist {
    z-index: 1;
}
.review-sec {
        width: 100%;
    }
        .review-sec h5 {
        font-size: var(--f22);
    }
section.about-joshua .img1{
    height: 252px;
}
section.about-joshua .img2{
    height: 252px;
}
section.about-joshua .img-sec .col-lg-6.col-6{
    gap: 20px;
}
}
@media (max-width: 360px){
section.about-us-home .abt-co-img-right img {
    height: 250px;
    width: 100%;
}
.guests img{
    height: 200px;
}

}