
/*---------Custom-Style-Css-Use---------*/

.main-menu__wrapper {
    border-bottom: 1px solid rgba(var(--cleanon-white-rgb), .10);
    background: #000000;
}
.mainlogo {
  position: relative;
}
.mainlogo .main-menu__logo {
  position: absolute;
  top: -72px;
}
.mainlogo img {
  width: 94px;
}
.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
    margin: 0px 20px;
}

.h2-w, .p2-w {
  width: 50%;
}

.main-slider__content {
    padding-top: 310px;
   }

.main-slider__img .size-area {
  width: 600px;
  height: 700px;
  object-fit: cover;
  /*object-position: center;*/
}
.main-slider__img-shape {
  right: 0px;
}
img.size-area-2 {
  width: 200px;
}
.clothing-services .services-two__img {
  height: 300px;
}
.clothing-services .services-two__img img {
  height: 100%;
    object-fit: cover;
  }
.item-center {
    align-items: center;
}
.generic-list ul {
    padding: 0px;
}
.generic-list ul li {
    list-style: none;
    padding-left: 28px;
    margin: 8px 0px;
    position: relative;
}
.generic-list ul li::before {
    content: "";
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
    z-index: 9;
    position: absolute;
    background: url(../images/website/drop-2.png) 0% 0% / 16px no-repeat;
}

.download-app-section {
  background: #035642;
}

img.store-btn {
    width: 130px;
}
.radius-img {
  width: 480px;
  height: 480px; 
  object-fit: cover;
}
.mobile-app-screen {
  height: 400px;
  width: 100%;
  overflow-y: scroll;
  }

.mobile-app-screen img {
  width:90%;
  }




@media only screen and (max-width: 767px) {


.mainlogo .main-menu__logo {
    top: -36px;
}
.mainlogo img {
  width: 80px;
  }
.mobile-nav__content .logo-box img {
   width: 80px;
}
.main-slider__content {
    padding-top: 145px;
}
.h2-w, .p2-w {
    width: 100%;
}
.main-slider__btn-box .thm-btn {
  margin-bottom: 10px;
}
.radius-img {
  width:320px;
  height:320px; 
 
}




}