@media (max-width: 1366px){
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(225px);
    }
    section.about-us-home .abt-co-img-left img {
    width: 450px;
}
}
@media (max-width: 1024px) and (min-width: 981px){
    section.about-us-home .abt-co-img{
        margin-right: 65px;
    }
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(186px);
    }
    section.about-us .about-image-sec img {
    width: 420px;
}
}


@media (max-width: 980px){
    .about-image-sec {
    width: 100%;
    float: none;
    margin-left: 0;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -25% 0 0;
}
section.about-us .about-content-sec{
    min-height: auto;
    margin-top: 30px;
}
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
    height: auto;
}
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-us-home .row{
    flex-direction: column;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
    margin-top: var(--m30);
}
section.about-us-home .col-7.abt-right {
    width: 100%;
}
section.about-us-home .abt-co-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.about-us-home .abt-co-img-right{
    position: unset;
    transform: none;
    width: 50%;
}
section.about-us-home .abt-co-img-right img{
    border: none;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 400px;
}
section.about-us-home .abt-co-img-left{
    width: 50%;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
}
section.about-us-home {
padding-bottom: var(--p50);
}
}
@media (max-width: 540px){
    section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0 30px 0%;
        width: 100%;
    }
        section.about-us .about-image-sec .abt-img2 {
        margin: 0 0% 0 0;
        width: 100%;
    }
    section.about-us .about-image-sec img{
        width: 100%;
        height: 220px;
    }
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;
}
/* about us section */
section.about-us-home .row{
    flex-direction: column;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
    margin-top: var(--m30);
}
section.about-us-home .col-7.abt-right {
    width: 100%;
}
section.about-us-home .abt-co-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.about-us-home .abt-co-img-right{
    position: unset;
    transform: none;
    width: 100%;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 300px;
}
section.about-us-home .abt-co-img-left{
    width: 100%;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
}
section.about-us-home {
padding-bottom: var(--p50);
}



section.about-us-home .col-7.abt-right {
    width: 100%;
    padding: 0px;
}
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: 0;
}
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;
}
}
@media (max-width: 425px){
section.about-us .about-content-sec {
        margin-top: 0px;
    }
}