.footer-part {
  width: 100%;
  background-color: #fff;
}
.footer-part .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 4rem;
 border-top:1px solid  #F6F3EE;
}
.footer-part .inner .first {
  height: 45vh;
  position: relative;
  top: -1.7rem;
}
.footer-part .inner .first p {
  position: relative;
  top: -1rem;
}
.footer-part .inner .first .socialmedia {
  width: 100%;
  position: relative;
  top: -0.7rem;
  left: -0.4rem;
}
.footer-part .inner .first .socialmedia i {
  background-color: white;
  width: 40px;
  height: 40px;
  padding:0.7rem;
  border: 1px solid #BE262C;
  border-radius: 100%;
  font-size: 1.2rem;
  color: #BE262C;
}
.footer-part .inner .first .socialmedia i .fa {
  text-align: center;
}
.footer-part .inner .first .socialmedia i:hover {
  background-color: #BE262C;
  color: #ffff;
  border: 1px solid #BE262C;
  transition: 0.4s ease;
}
.footer-part .inner .content {
  width: 100%;
}
.footer-part .inner .content a {
  color: #186085;
  text-decoration: none;
}
.footer-part .inner .content a:hover {
  color: #BE262C;
}
.footer-part .inner .content p {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.8rem;
  color: #186085;
}
.footer-part .inner .content p i {
  font-size: 1.2rem;
  color: #186085;
  margin-right: 0.5rem;
  background-color: #ffff;
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid #186085;
}
.footer-part .inner .content p i:hover {
  background-color: #186085;
  color: #ffff;
  border: 1px solid white;
  transition: 0.4s ease;
}
.footer-part .inner .content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #186085;
  margin-bottom: 1rem;
}
.footer-part .inner .content ul {
  padding-left: 0;
}
.footer-part .inner .content ul li {
  list-style-type: none;
  font-size: 1rem;
  border-top: 1px dotted #B5BCC9;
  padding: 0.6rem 0;
  color: #186085;
}
.footer-part .inner .content ul li a {
  color: #186085;
  text-decoration: none;
}
.footer-part .inner .content ul li:first-child {
  border: none;
}
.footer-part .inner .content ul li a:hover {
  color: #BE262C;
}
.footer-part .inner .content img {
  width: 30%;
}
.footer-part .inner .content .phone {
  position: relative;
  top: -0.5rem;
}
.footer-part hr {
  width: 100%;
  margin-top: 3rem;
  background-color: #186085;
}
.footer-part .copyright {
  width: 40%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #186085;
}
.footer-part .copyright i {
  color: #BE262C;
}
.footer-part .copyright a {
  text-decoration: none;
  color: #186085;
  font-weight: 600;
}
.footer-part .copyright a:hover {
  color: #BE262C;
  transition: 0.3s ease;
}/*# sourceMappingURL=footer.css.map */




@media only screen and (max-width:576px){
    
 
  
.footer-part .inner .first {
  height: 40vh;
}

.footer-part .inner {
    width:100%;
  padding-bottom:0;
}

.footer-part .inner .content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

 .footer-part .inner .content .quick{
        margin-top:3rem;
    }

.footer-part .copyright {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #186085;
}

.footer-part hr {
  width: 100%;
  margin-top: 1.5rem;
  background-color: #186085;
}
}