.Footercontactus1{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
    background-color: #0FB1B8;
    color: white;
}

.footerContactusheader {
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    /* color: #000000; */
    margin-bottom: 20px;
    /* top: 22%;*/
    margin-top: 5%;
}

.aboutusheading{
    font-weight: normal !important;
    text-transform: lowercase !important    ;
    text-align: left;
    /* left: 7%; */
    position: relative;
    padding: 0 8%;
    line-height: 1.5em;
  } 


.Footercontainer1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
    background-color:#CFEFF1;
    padding:5% 0;
}

.FooterContactus{
    position: absolute;
    display:flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* left: 0px; */
    /* top: -6%; */
    background-color:#CFEFF1;
    z-index: -1;
}

.footerheader {
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px; /* Space between footerheader and mobile-container */
    top:20%;
}

.mobile-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 8%;
    box-sizing: border-box;
    position: relative;
    top: 20%;
}

