

.contact-us-heading{
    padding: 1rem 0rem;
}

.contact-us-content{
    position: relative;
    
}



.contact-layer-icons{
    display: flex;
   justify-content: space-around;
   background-color: white;
   width: 100%;
   margin: auto;
   text-align: center;
   position: absolute;
   top: 2rem;
   /* left: 15rem; */
   box-shadow: 14px 2px 33px 0px #00000040;

 

}
.contact-us-our-content h3{
    font-family: Poppins;
font-size: 1.6rem;
font-weight: 600;
text-transform: uppercase;
margin: 1rem 0rem;
}
.contact-us-our-content a{
    font-family: Poppins;
    font-size: 1rem;
   line-height: 30px;
    font-weight: 400;    
    color: black;
}

.contact-us-content ion-icon{
    font-size: 1.9rem;
    background-color: #b91a16;
    padding: 0.6rem 0.6rem;
    border-radius: 50%;
    color: white;
    margin: -1rem 0rem;
}

.get-touch-main-content{
    background-color:#FFFFFF;
   margin-top: 8rem;
}

.get-touch-main-content{
    display: flex;
    justify-content: space-around;
    padding: 9rem 0rem 0rem 0rem;
    color: black;
    font-family: Poppins;
   
}

.get-touch-content h3{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.4rem 0rem;
    font-weight: bold;
}

.get-touch-content p{
    font-family: Poppins;
font-size: 1rem;
font-weight: 400;

}

.get-touch-in-icon-section ion-icon{
    padding: 0.3rem 0rem;
    font-size: 1.4rem;
    color: black;
}

.get-touch-in-form{
    width: 35%;
}
.get-touch-contect-form label{
    font-family: Poppins;
font-size: 1.3rem;
font-weight: 600;
padding: 0.7rem 0rem;
}
.get-touch-in-map iframe{
    width: 90%;
    height: 40vh;
}
.get-touch-contect-form input{
    width: 95%;
    outline: none;
    border: none;
    background-color: white;
    border-bottom: 2px solid#000000;
    padding: 0.5rem 0rem;
    color: #000000;
}
.get-touch-contect-form input::placeholder{
    color: black;
}
.get-touch-contect-form textarea{
    width: 100%;
    border: none;
    background-color: #E9E7E7;
    padding: 0rem 0.2rem;
 
}

.get-contact-btn{
    padding: 1.6rem 0rem;
}
.get-contact-btn button{
    padding: 0.5rem 2.3rem;
    border: 3px solid #b91a16;
    font-family: Poppins;
font-size: 1rem;
font-weight: 400;
background-color: transparent;
color: #b91a16;
}

/* Styles for the popup container */
.get-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Styles for the popup content */
.get-popup-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Styles for the close button */
.get-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}



@media screen and (max-width:1025px){
    .contact-layer-icons{
           width: 100%;
           top: 2rem;
           left: 0rem;
           /* display: block;/ */
    }
    .get-touch-in-map iframe{
        width: 90%;
        height: 40vh;
    }
}

@media screen and (max-width:913px){
    .contact-layer-icons{
           width: 100%;
           top: 2rem;
           left: 0rem;
           /* display: block;/ */
    }
    .get-touch-main-content{
          flex-wrap: wrap;
    }
    .get-touch-in-form{
            width: 100%;
    }
    .get-touch-in-map iframe{
        width: 90%;
        height: 40vh;
    }
    .get-touch-main-content{
        display: flex;
        justify-content: space-around;
        padding: 10rem 0rem 0rem 1rem;
    }
   
}
@media screen and (max-width:500px){
.contact-layer-icons{
 display: block;
    position: static;
  
}
.contact-us-heading{
    padding-top: 3rem;
}
.get-touch-main-content{
    display: flex;
    justify-content: space-around;
    padding: 0rem 0rem 0rem 1rem;
}

.conatct-our-office,
.conatct-our-phone,
.conatct-our-email
{
    padding-bottom: 2rem;
}
}

