.firstBox {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 5vh;
}

.firstBox .rightbox {
    width: 50%;
    text-align: center;
    direction: rtl;
    padding: 2vh;
    padding-right: 0%;
    box-sizing: border-box;
    align-self: center;
}

.firstBox .rightbox .imgContainer {
    width: 100%;
}

.firstBox .leftbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    padding: 1vh;
    box-sizing: border-box;
    align-items: center;
    width: 50%;
}

.firstBox .leftbox .leftboxBlank {
    width: 80%;
    box-sizing: border-box;
    margin-top: 5%;
}

.firstBox .leftbox .btncontainer1 {
    display: flex;
    width: 80%;
    justify-content: center;
    margin-top: 2%;
}

.firstBox .leftbox .btnRcontainer1 {
    margin: auto;
    background-color: rgb(255 181 52);
    padding: 1.5vh;
    box-sizing: border-box;
    flex-grow: 1;
    border-radius: 20px;
    text-align: center;
    border: none;
    font-weight: bolder;
    box-sizing: border-box;
}


/* /////////////////// navbar //////////////////////// */

.secendBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh;
    box-sizing: border-box;
    margin-top: 15vh;
}

.secendBox .about-us-container {
    position: relative;
    width: 80%;
    margin-top: 2%;
    background-color: rgb(255 181 52);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding: 5px;
}

.secendBox .about-us-container .top-box {
    height: 20px;
    background-color: #ffb5349c;
    position: absolute;
    top: -30px;
    left: 20%;
    transform: translateX(-50%);
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-bottom: 30px solid #ffb5349c;
    border-left: 15px solid #f6f6f6;
    border-right: 15px solid #f6f6f6;
}

.mapContainer {
    align-self: center;
}

.secendBox .about-us-container .about-us {
    background-color: rgb(255 181 52);
    padding: 2vh;
    box-sizing: border-box;
    border-radius: 20px;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.secendBox .about-us-container .about-us .address {
    width: 80%;
    direction: rtl;
    padding: 2vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.secendBox .about-us-container .about-us .address .adrsTxt {
    width: 90%;
    direction: rtl;
    padding-right: 3vh;
    box-sizing: border-box;
}

.secendBox .about-us-container .about-us .address .adrsTxt p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.secendBox .about-us-container .about-us .address .adrsIcon {
    /* width: 4%; */
    direction: rtl;
    align-self: center;
    /* padding: 1vh; */
    /* box-sizing: border-box; */
}

.mapContainerPhone {
    display: none;
}


/* /////////////////// navbar //////////////////////// */

@media screen and (max-width: 1170px) {
    .secendBox .about-us-container {
        width: 90%;
    }
}

@media screen and (max-width: 1050px) {
    .secendBox .about-us-container {
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .firstBox .leftbox .leftboxBlank h3 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 950px) {
    .secendBox {
        padding-left: 1dvh;
        padding-right: 1dvh;
    }
}


/* @media screen and (max-width: 937px){
    iframe{
        height: 200px;
        width: 200px;
    }
} */

@media screen and (max-width: 850px) {
    .secendBox .about-us-container {
        width: 400px;
        /* height: 400px; */
    }
    .mapContainer {
        display: none;
    }
    .mapContainerPhone {
        display: block;
    }
    .secendBox {
        flex-direction: column-reverse !important;
        gap: 30px;
    }
    iframe {
        height: 400px;
        width: 400px;
    }
}

@media screen and (max-width: 700px) {
    .firstBox {
        flex-direction: column;
    }
    .rightbox {
        width: 70% !important;
    }
    .leftbox {
        align-self: center;
        width: 90% !important;
    }
    .firstBox .rightbox {
        padding-right: 2dvh;
    }
}


/* 
@media screen and (max-width: 625px) {
    .secendBox .about-us-container{
        width: 100%;
    }

} */

@media screen and (max-width: 450px) {
    iframe {
        height: 300px;
        width: 300px;
    }
    .secendBox .about-us-container {
        width: 300px;
        /* height: 400px; */
    }
}

@media screen and (max-width: 378px) {
    .about-us {
        padding: 0 !important;
    }
}

@media screen and (max-width: 330px) {
    iframe {
        height: 200px;
        width: 200px;
    }
}


/* @media screen and (max-width: 300px) {
    body{
        display: none;
    }
} */