.mapgetintouch .getintouch {
  padding: 70px 0px 70px 0px;
  background: rgb(205, 165, 176);
  background: #F8F4E9;
  position: relative;
}
.mapgetintouch .getintouch::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #B0B9A4;
  left: 0;
  top: 0;
}
.mapgetintouch .getintouch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to left, #5d2e52dc, #902941d5);
  left: 0;
  bottom: 0;
}
.imgdivnew {
  height: 300px;
  width: 300px;
  background-image: url(../image/coach.png);
  object-fit: fill;
  background-size: cover;
  background-color: #88888863;
  background-position: center;
  border-radius: 39% 60% 59% 39% / 44% 19% 45% 55%;
}
.mapgetintouch .getintouch h2 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-align: left;
}
@media (max-width: 767px) {
  .mapgetintouch .getintouch h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 100;
  }
  .mapgetintouch .getintouch p {
    margin-top: 12px !important;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
  }
}
.mapgetintouch .getintouch p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
}
.mapgetintouch .getintouch .button_2 {
  border: none;
  padding: 10px 30px 10px 30px;
  background-color: #96293f;
  border-radius: 30px;
    color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}


footer {
  background-color: #5f2d50;
  padding-top: 80px;
}
footer .logo {
  width: 70px;
}
footer h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

footer h4::before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #B0B9A4;
  bottom: -11px;
  position: absolute;
}
footer h4 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s;
}
footer h4 a:hover {
  color: #F8F4E9;
}
footer .contact i {
  margin-right: 10px;
  color: #B0B9A4;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.6s;
  font-weight: 400;
}

footer ul li:hover a {
  color: #B0B9A4;
}
footer ul {
  margin-top: 30px;
  position: relative;
}
footer ul li {
  margin-bottom: 20px;
}
footer .Copyright {
  background-color: #6d2c4a;
  padding: 20px 0px 1px 0px;
  margin-top: 50px;
  align-items: center;
}
footer .Copyright p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
footer .Copyright p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 16px;
}
footer .Copyright p a:hover {
  color: #000;
}
footer .aboutmore ul li:hover a::before,
footer .servicesfooter ul li:hover a::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #B0B9A4;
  left: 0;
  margin-top: 12px;
  position: absolute;
}
footer .aboutmore ul li:hover a,
footer .servicesfooter ul li:hover a {
  margin-left: 20px;
  transition: all 0.5s;
}
ul.social {
    display: flex;
    justify-content: left;
    padding: 0px;
}
ul.social li {
    list-style: none;
}
ul.social li a i {
    font-size: 30px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
}
.whatsapp-float:hover {
    background-color: #1ebe5d;
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
.policyLink a {
    text-decoration: none;
}




/*================================ scrole to top button animation and all csss  */
