@media only screen and (max-width: 1090px) {

    .innerFooter p {
        padding: 22px 0;
    }

}


@media only screen and (max-width: 991px) {

    .headerText h4 {
        font-size: 24px;
    }

    .topContact {
        margin-top: 20px;
    }

}


@media only screen and (max-width: 767px) {

    .headerText {
        padding: 5px 0px;
    }

    .textSection h6 {
        font-size: 25px;
    }

    .headerBg {
        display: none;
    }

    .mobileheaderBg {
        display: block;
    }


}


@media only screen and (max-width: 640px) {

.textSection {
    width: 100%;
}

.innerFooter p {
    text-align: center;
}

.topContact {
    text-align: center;
}

.topSocial {
    text-align: center;
}

.bodyContectSections h3 {
    font-size: 26px;
}
.bodyContectSection h3 {
    text-align: center !important;
    font-size: 23px;
}
.bodyContectSection h4{
    text-align: center !important;
}
.topContact ul li {
    display: list-item;
}
.topContact ul li p{
    padding: 10px 0 0 0;
}
.bodyContectSection h6{
    text-align: center;
}
.bodyContectSection h2{
    text-align: center;
}
.bodyContectSections ul li {
    background: url(../images/round.png) no-repeat;
    color: #3d1716;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto;
    /* line-height: 1.45em; */
    list-style: none;
    padding-left: 15px;
    display: table;
    background-position: 0px 15px;
}
.homeAddress h2{
    text-align: center;
}
.bankdetailsBox h4{
    text-align: center;
}
.addressBox h6{
    text-align: center;
}
.addressBox h3{
    text-align: center;
}
.addressBox h4{
    text-align: center;
}
.bankdetailsBox h6{
    text-align: center;
}
.qrCodedetails img{
    width: 100%;
    height: 100%;
    margin: 10px 0 0 0;
}
.facebookIcon{
    margin-top: 0px;
}
.sec-pad {
    margin: 25px 0 0 0;
}
}


@media only screen and (max-width: 479px) {

    .topSocial {
        margin-top: 20px;
    }
    


}

@media only screen and (max-width: 668px) {

    .topContact{
        text-align: center;
    }
.innerFooter p{
    text-align: center;
}

}