body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
  overflow-x:hidden;
}

p {
  color: #999999;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

h2 {
  font-size: 20px;
}


.media-29101 {
  text-align: center;
  /* background-color: aqua; */
  /* width: px; */
}
.media-29101 img {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 80px !important;
  margin: 0 auto 40px auto;
}
.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important;
  margin-bottom: 30px;
}
.media-29101 h3 a {
  color: #6c757d;
}

.owl-2-style .owl-nav {
  display: none;
}

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}
.owl-2-style .owl-dots .owl-dot {
  display: inline-block;
}
.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
  border-radius: 50%;
}
.owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff;
}
.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}
/*? =========>Start beauty Page<============ */
.entern{
  top:40%;
   
}
#main-parag{
  
position:absolute;
width: 18%;
height: 60%;
top:51%;
left:50%;

}

@media screen and (max-width: 556px){
   #main-parag h2{ 
    font-size: 10px;
    } 
    #main-parag p{
      font-size: 10px;
    }   
}
.fs-4 i:hover{
    color: rgb(243, 58, 58);; 
}
.walBtn:hover{
background-color: rgba(59, 206, 201, 0.8);
}

.caru{
  top:40%;
}

.main_content{
  top: 50% !important;
}

footer{
  position: relative;
  top: 50% !important;
}
/* ?=========>End beauty Page<============ */