﻿.footer {
    height: 200px;
    width: 100%;
    background-color: #126e82;
    padding: 30px 0 20px 0;
    /* margin-top: 30px; */
}

@media screen and (max-width:993px){
    .footer {
        height: 320px;
        padding-top: 20px;
    }

    .foot_1 {
        padding: 0;
        padding-left: 0 !important;
    }

    .foot_1 p {
        text-align: center;
    }
    .imgg {
        margin-top: 30px !important;
    }

}

.foot_1 {
    padding-top: 10px;
    padding-left: 80px;
}

.foot_1 p {
    margin-top: 5px;
    color: white;
    font-size: 15px;
}

.foot_1 p a {
    color: wheat;
}




.imgg {
    width: 110px;
    height: 130px;
    margin: 0 auto;
}

.imgg img{
    height: 110px;
    width: 110px;
    margin: 0 auto;
}

.imgg p {
    margin-top: 10px;
    color: white;
    font-size: 15px;
    text-align: center;
}
