.ms-foot {
    display: flex;
    flex-direction: column;
}
.ms-foot-top {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    padding: 5% 0% 2% 6%;
}
/*
.ms-foot-img-con {
    justify-content: space-evenly!important;
}
*/ 
.ms-foot-img-con a:hover {
    text-decoration: underline;
}
.ms-foot-img-con .ms-foot-add2-title {
    margin-top: 17%;
}

.footer-addy-text-tele {
    font-size: 1rem!important;
    font-weight: 500;
}

.footer-height-adjust {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 200px;
}

.ms-foot-add1 {
    flex: 0 0 25%;
    font-weight: 400;
    font-size: calc(0.5rem + 0.5vw);

}
.ms-foot-add2 {
    flex: 0 0 20%;
    font-weight: 400;
    font-size: calc(0.5rem + 0.5vw);

}
.ms-foot-reg {

}
.ms-foot-regtext {
    color: #666;
    font-weight: 700;
    font-size: calc(0.5rem + 0.5vw);
    width: 70%;
}
.ms-foot-social p {
    font-weight: 700;
    font-size: 1.1rem; 
    color: #666;
    margin-bottom: 2%;
}
.ms-foot-bot {
    background-color: #0068A8;
    text-align: center;
    padding: 2rem;
}

.ms-foot-add1-title {
    color: #666;
    font-weight: 600;
    font-size: 1rem;
}

.ms-foot-add2-title {
    color: #666;
    font-weight: 600;
    font-size: 1rem;
}

.footer-addy-text {
/*     font-size: calc(0.6em + 0.6vw)!important;   */ 
  font-size: 1rem;
  font-weight: 500;
}

.ms-foot-copy {
    width: 50%;
    margin: 0 auto;
}
.ms-foot-copy-text {
    color: white;
    font-size: 1rem;
}
.ms-foot-social {
        margin-top: 10%;
}
.ms-foot-social-img {
    margin-right: 5%;
}

@media (max-width: 2000px) {
 .footer-height-adjust {
    min-height: 190px;
 }
}

@media (max-width: 1700px) {
 .footer-height-adjust {
    min-height: 160px;
 }
}

@media (max-width: 1400px) {
 .footer-height-adjust {
    min-height: 150px;
 }
 .ms-foot-top {
    width: 99%;
 }
}

@media (max-width: 991px) {
    .footer-height-adjust {
        min-height: 115px;
    }
     .ms-foot-top {
        width: 95%;
    } 
    .ms-foot-top {
        flex-direction: column;
    } 
    .ms-foot-top div {
        margin: 0.5rem 0;
    } 
    .ms-foot-social {
        margin-top: 1%;
    }
    .ms-foot-copy {
        width: 100%;
    }
    .footer-height-adjust {
        min-height: 100%;
    }
    .ms-foot-add1 {
        width: 50%;
    }
    .ms-foot-add2 {
        width: 50%;
    }
}



@media (max-width: 500px) {
.ms-foot-add1 {
    width: 75%;
}
.ms-foot-add2 {
    width: 75%;
}
}






