

.enq-con-area {
    background-color: #E9EAEC;
    border: 1px solid #023586;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 10px #929292;
}

.enq-con {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.enqury-1 {
    width: 49%;
    padding: 60px 40px;
    position: relative;
}
.en-bg{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.en-bg img{
    width: 100%;
    height: 100%;
}
.enqury-2 {
    width: 49%;
    border: 3px dashed #222;
}

.enqury-2 iframe{
    width: 100%;
    height: 100%;
}

.enq-di input {
    width: 100%;
    padding: 8px 10px;
}

.enq-di {
    width: 100%;
}
.enq-di input {
    width: 100%;
    padding: 8px 10px;
    background-color: transparent;
}

.enq-di-4 input {
    height: 80px;
}

.enqu-ar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.con-head{
    position: relative;
    z-index: 1;
}
.con-head h1 {
    color: #202020;
    font-size: 22px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    text-decoration: underline 1px;
    margin-bottom: 30px;
}

.ho-bt {
    width: 100%;
    color: #fff;
    background-color: #003487;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    transition: 0.4s;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid red;
}
.ri-aw {
    color: red;
    margin-left: 5px;
}

.contact{
    padding: 80px 0;
}


.pop-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cont-input-pop{
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #222;
}
.enq-bt{
    background-color: #003487;
    color: #fff;
    padding: 8px 0;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

.cont-input-pop-2{
    height: 80px;
}

/* end contact */

.touch {
    background-color: #D9E7FF;
    padding: 60px 100px 60px 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.touch-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px ;
    margin-top: 50px;
    position: relative;
}
.touch-area::after{
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    content: '';
    background-color: #000000;
}
.touch-box{
    width: 39%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.touch-ic-text p {
    color: #202020;
    font-size:16px;
    font-weight: 400;
    font-family: "Poppins", serif;
}

.ch-ic{
    color: #202020;
    font-size:14px;
    padding: 8px 11px;
    border: 1px solid #222;
    border-radius: 100%;
}

.ch-ic-2{
    padding: 8px 9px;
}

.ch-ic-3{
    padding: 8px 7px;
}

.to-te h4{
    color: #202020;
    font-size:24px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    position: relative;
    margin-bottom: 20px;
}
.to-te h4::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 170px;
    width: 320px;
    height: 1px;
    background-color: #000000;
    content: '';
}
.to-te h1 {
    color: #003487;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    margin-bottom: 20px;
    width: 67%;
}
.to-te p {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    margin-bottom: 20px;
    width: 70%;
}
.touch-text{
    width: 50%;
}
.touch-img{
    width: 45%;
}







/* end map */













