@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html > body.page-id-12 {
  margin: 0;
}
body {
  margin: 0;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #000000;
}
body::-webkit-scrollbar-track {
  background: #e6e6e6;
}

body a {
  text-decoration: none;
  outline: none;
}

.common_P {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-weight: 500;
  letter-spacing: 5px;
  background: -webkit-linear-gradient(40deg, #ce6c8b, #000000 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common_h3 {
  font-family: "Playfair Display";
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
}
.common_txt {
  color: #000;
  font-size: 16px;
  font-family: "DM Sans";
  font-weight: 500;
}
.common_btn a {
  color: #fff;
  background: #000000;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 5px;
  font-family: "DM Sans";
  font-weight: 100;
  padding: 15px 50px;
}
header.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  padding-top: 32px;
}

header.site-header .container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

header.site-header .header_cover {
  display: flex;
  align-items: center;
}

header.site-header .site-branding {
  width: 15%;
}

header.site-header nav {
  width: 55%;
}

header.site-header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header.site-header nav ul li {
  list-style: none;
  margin-left: 50px;
}

header.site-header nav ul li a {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "DM Sans";
  color: rgb(0, 0, 0);
  position: relative;
  padding-bottom: 5px;
}
header.site-header nav ul li.current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #006a39;
}
header.site-header nav ul li:first-child {
  margin: 0;
}

#slider_section .swiper-slide-contents {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

#slider_section .swiper-slide-contents .elementor-slide-heading {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "DM Sans";
  font-weight: 100;
  letter-spacing: 10px;
}
#slider_section .swiper-slide-contents .elementor-slide-description {
  margin: 0 0 32px 0;
}

#slider_section .swiper-slide-contents h2 {
  font-size: 150px;
  margin: 0 0 24px 0;
  font-family: "Playfair Display";
  text-transform: uppercase;
  line-height: 125px;
}

#slider_section .swiper-slide-contents p {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "DM Sans";
  font-weight: 100;
  letter-spacing: 9px;
}

#slider_section .swiper-slide-contents a {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  border: 0;
  border-radius: 0;
  letter-spacing: 6px;
  font-family: "DM Sans";
  padding: 20px 50px;
}

#slider_section .swiper-pagination {
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slider_section .swiper-pagination-bullet {
  background: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 15px;
}

#slider_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
}

#slider_section .innser_2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

#slider_section .innser_2 .txt_social {
  display: flex;
  align-items: center;
  width: 100%;
  /* margin-bottom: 38px; */
  margin-bottom: 9px;
  padding-left: 190px;
}

#slider_section .innser_2 .txt_social h4 {
  margin: 0;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 600;
  font-family: "DM Sans";
}

#slider_section .innser_2 .txt_social ul.social {
  margin: 0;
  padding: 0 0 0 13px;
  display: flex;
  align-items: center;
}

#slider_section .innser_2 .txt_social ul.social li {
  list-style: none;
  margin-right: 20px;
}

#slider_section .innser_2 .txt_social ul.social li a i {
  color: #000;
}

#slider_section .innser_2 a.scroll_down {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: flex;
  flex-direction: column;
}

#slider_section .innser_2 a.scroll_down span.txt {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  transform: rotate(-90deg) translate(50px, -40px);
  font-weight: 600;
  font-family: "DM Sans";
}

#slider_section .innser_2 a.scroll_down span.line {
  width: 1px;
  height: 25px;
  background: #000;
}

#slider_section a.scroll_down {
  animation: MoveUpDown 8s linear infinite;
  position: relative;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}

#section_1 .elementor-container {
  max-width: 1400px;
  min-height: 980px;
  align-items: center;
}

#section_1 .right {
  padding-left: 100px;
}

#section_1 .right .common_P {
  margin-bottom: 39px;
  margin-top: 0;
}

#section_1 .right .common_h3 {
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
}
#section_1 .right .common_h3:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -192px;
  background: #ce6c8b;
  width: 25%;
  height: 1px;
}
#section_1 .right .common_txt {
  margin: 0 0 40px 0;
  width: 85%;
  line-height: 2;
}

#section_1 .left p {
  margin: 0;
  position: absolute;
  letter-spacing: 6px;
  transform: rotate(-90deg) translate(50px, -40px);
  background: -webkit-linear-gradient(40deg, #ce6c8b, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section_1 .left p:before {
  content: "";
  position: absolute;
  background: url(../images/elp.png) no-repeat center;
  width: 7px;
  height: 82px;
  transform: rotate(90deg) translate(-32px, -120px);
}

/*#section_2 {
    padding: 0 0 70px;
}*/

#section_2 .inner_1 .elementor-widget-container {
  text-align: center;
}

#section_2 .inner_1 .elementor-widget-container p.common_P {
  margin: 0;
  background: -webkit-linear-gradient(0deg, #ce6c8b, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section_2 .inner_1 .elementor-widget-container h3.common_h3 {
  margin: 0;
}

#section_2 .inner_2 .woo-category-wrapper {
  display: grid;
  /* grid-template-columns: 312px 312px 569px 312px 312px; */
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  gap: 9px;
  /* grid-template-rows: 310px 310px 632px 310px 310px; */
  /* padding: 0 30px; */
  margin: 50px 0;
}

#section_2 .inner_2 .woo-category-area.c1 {
  grid-column: 4/6;
  grid-row: 1/2;
}

#section_2 .inner_2 .woo-category-area.c2 {
  grid-column: 3/4;
  grid-row: 1/3;
}

#section_2 .inner_2 .woo-category-area.c3 {
  grid-column: 5/6;
  grid-row: 2/3;
}

#section_2 .inner_2 .woo-category-area.c4 {
  grid-column: 1/2;
  grid-row: 1/2;
}

#section_2 .inner_2 .woo-category-area.c5 {
  grid-column: 4/5;
  grid-row: 2/3;
}
#section_2 .inner_2 .woo-category-area.c6 {
  grid-column: 1/3;
  grid-row: 2/3;
}
#section_2 .inner_2 .woo-category-area.c7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

#section_2 .inner_2 .woo-category-area a {
  display: block;
  height: 100%;
}

#section_2 .inner_2 .woo-category-area a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

#section_3 {
  padding: 70px 0;
}
#section_3 .elementor-container {
  max-width: 1530px;
}

#section_3 .inner_1 .elementor-widget-container {
  text-align: center;
}

#section_3 .inner_1 .elementor-widget-container p.common_P {
  margin: 0;
  background: -webkit-linear-gradient(0deg, #ce6c8b, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section_3 .inner_1 .elementor-widget-container h3.common_h3 {
  margin: 0;
}

#section_3 .inner_2 ul {
  margin: 100px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#section_3 .inner_2 ul li {
  list-style: none;
  width: calc(100% / 4);
}

#section_3 .inner_2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 20px 40px;
  border-bottom: 1px solid #ececec;
  outline: none;
  position: relative;
}
#section_3 .inner_2 ul li a:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 22px;
  background: #cccccc;
}
#section_3 .inner_2 ul li:last-child a:before {
  display: none;
}
#section_3 .inner_2 ul li a.active {
  border-bottom: 1px solid #8e4596;
}
#section_3 .inner_2 ul li a.active .img1 {
  display: none;
}
#section_3 .inner_2 ul li a.active .img2 {
  display: block;
}

#section_3 .inner_2 ul li a .img2 {
  display: none;
}

#section_3 .inner_2 ul li a h3 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-family: "DM Sans";
  letter-spacing: 2px;
  margin: 0;
}

#section_3 .inner_2 ul li a.active h3 {
  color: #8e4596;
}

.woo-product-wrapper {
  display: flex;
  justify-content: space-evenly;
  border-style: solid;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 12px 12px 22px 12px;
}

.woo-product-wrapper .product_cover {
  width: 20%;
  text-align: center;
  position: relative;
}

.woo-product-wrapper .product_cover .img_cover {
  background: #f9f9f9;
  position: relative;
}

.woo-product-wrapper .product_cover .content_cover > a {
  height: 50px;
}
.woo-product-wrapper .product_cover .content_cover {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.woo-product-wrapper .product_cover .img_cover a {
  display: block;
}

.woo-product-wrapper .product_cover .img_cover:hover .wishsuite_button {
  opacity: 1;
  transition: 0.5s all;
  left: 70%;
}
.woo-product-wrapper .product_cover .img_cover .wishsuite_button {
  position: absolute;
  left: 100%;
  opacity: 0;
  transition: 0.5s all;
  right: 0;
  display: inline-flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.woo-product-wrapper .product_cover .add_to_cart a {
  color: #fff;
  background: #69ab43;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 3px;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  position: relative;
}

.woo-product-wrapper .product_cover .add_to_cart .added {
  display: none;
}

.woo-product-wrapper .product_cover .add_to_cart .loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: 0.7;
  top: 0;
}

.woo-product-wrapper .product_cover .add_to_cart .loading:before {
  content: "";
  position: absolute;
  border: 3px solid #f3f3f3;
  border-radius: 50px;
  border-top: 3px solid #000000;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 9;
  top: 30%;
  left: 40%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.woo-product-wrapper .product_cover .content_cover h2 {
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Inter", Sans-serif;
  color: #1a1a1a;
  font-weight: 400;
}

.woo-product-wrapper .product_cover .content_cover span {
  background-color: white;
  color: #000000;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

#section_3 .row_1.active {
  display: block;
}

#section_3 .row_1 {
  display: none;
}

#section_3 .discover_btn {
  margin-top: 65px;
}

#section_4 {
  padding: 135px 0;
}

#section_4 .elementor-container {
  max-width: 1530px;
}

#section_4 h3 {
  margin: 0 0 24px 0;
  line-height: 1;
}

#section_4 p {
  margin: 0 0 24px 0;
  width: 50%;
}

#section_5 {
  padding: 90px 0;
}
#section_5 .elementor-widget-container {
  text-align: center;
}
#section_5 .elementor-widget-container p.common_P {
  margin: 0;
  background: -webkit-linear-gradient(0deg, #ce6c8b, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section_5 .elementor-widget-container h3.common_h3 {
  margin: 0 0 45px 0;
}

#Footer {
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
}

#Footer .container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

.footer_cover {
  display: flex;
  padding: 100px 0;
}

.footer_cover > div {
  width: 25%;
}

.footer_cover li {
  list-style: none;
}

.footer_cover li ul {
  margin: 0;
  padding: 0;
}

.footer_cover h2.widgettitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Playfair Display";
  margin: 0 0 50px 0;
}

.footer_cover li ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "DM Sans";
  font-weight: 100;
  margin-bottom: 15px;
  display: block;
}

.footer_cover p {
  margin: 0;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 100;
}

/*.footer_cover .col-3 {
    padding-left: 40px;
}

.footer_cover .col-2 {
    padding-left: 150px;
}*/

.footer_copyright {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}

.footer_copyright .footer_copyright_cover {
  display: flex;
  align-items: center;
}

.footer_copyright .footer_copyright_cover > div {
  width: calc(100% / 3);
}

.footer_copyright .footer_copyright_cover .copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 100;
}

.footer_copyright .footer_copyright_cover .copyright p a {
  color: #fff;
}

.footer_copyright .footer_copyright_cover .footer_copyright_social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_copyright .footer_copyright_cover .footer_copyright_social ul li {
  list-style: none;
  margin: 0 12px;
}

.footer_copyright .footer_copyright_cover .footer_copyright_social ul li a {
  color: #fff;
}

.footer_copyright .footer_copyright_cover .footer_copyright_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_copyright .footer_copyright_cover .footer_copyright_menu ul li {
  list-style: none;
  padding: 0 12px;
  position: relative;
}

.footer_copyright .footer_copyright_cover .footer_copyright_menu ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 100;
}

.footer_copyright
  .footer_copyright_cover
  .footer_copyright_menu
  ul
  li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 70%;
  background: #fff;
}

#section_3:before {
  content: "";
  position: absolute;
  top: -120px;
  left: 20px;
  background: url(../images/brush.jpg) no-repeat center;
  width: 369px;
  height: 295px;
}

.woo-product-wrapper .product_cover .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  z-index: 9;
}
.woo-product-wrapper .product_cover .yith-wcwl-add-to-wishlist i {
  margin: 0;
  color: #959595;
}

#yith-wcwl-popup-message {
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*about page css*/
.about-sec-1 {
  /*padding: 142px 0;*/
}
.about-sec2 {
  padding: 100px 0;
}
.about-sec2 .title-h2 h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.about-sec2 .left .elementor-widget-wrap {
  padding: 0 80px;
}
.about-sec2 .left .elementor-widget-wrap:before {
  content: url(../images/mission-icon.png);
  position: absolute;
  left: 0;
}
.about-sec2 .left .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -192px;
  background: rgb(206 108 139 / 60%);
  width: 25%;
  height: 1px;
  z-index: 1;
}
.about-sec3 {
  padding: 210px 0 100px;
}
.about-sec3:before {
  content: "";
  width: 36%;
  height: 94%;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-sec3 .title-h2 h2 {
  text-align: left;
  margin-bottom: 0;
}
.about-sec3 .right .elementor-widget-wrap {
  padding: 0 80px;
}
.about-sec3 .left .elementor-image:before {
  content: url(../images/value-icon.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-sec3 .right .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  top: 20%;
  left: -192px;
  background: rgb(206 108 139 / 60%);
  width: 25%;
  height: 1px;
  z-index: 1;
}
.about-sec4 {
  padding: 124px 0 110px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-sec4 .title-h2 h2 {
  color: #fff;
}
.about-sec4 h6 {
  color: #cd6787;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-sec4 p {
  color: #fff;
}
.address-div:before {
  content: "";
  width: 30%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.address-div p:before {
  content: url(../images/pin-icon.png);
  position: relative;
  top: 7px;
  left: -5px;
}
.ph-div p:before {
  content: url(../images/ph-icon.png);
  position: relative;
  top: 7px;
  left: -5px;
}

/*My Ar page css*/

.sub-header-sec {
  height: 600px;
}
.sub-header-sec h2 {
  color: #fff;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Playfair Display";
  margin-bottom: 0;
}
.sub-header-sec .elementor-container {
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.myAr-sec1 {
  padding: 100px 0 50px;
}
.title-h2,
.title-h2 h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  font-family: "Playfair Display";
}
.myAr-sec1 span.count {
  background: #cd6787;
  border-radius: 100%;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 7px;
  margin-right: 15px;
  flex: 0 0 35px;
  max-width: 35px;
}
.myAr-sec1 section .elementor-container {
  max-width: 950px;
  background: #f2f7fa;
  border: 1px solid #e7c4cf;
  padding-left: 20px;
  padding-right: 20px;
}
.myAr-sec1 section .elementor-container .elementor-text-editor p {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #000;
}
.myAr-sec1 section .elementor-container .elementor-button-link {
  background: #cd6787;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
}
.myAr-sec1
  section
  .elementor-container
  .elementor-button-link
  .elementor-button-text {
  padding-left: 12%;
  padding-right: 12%;
}

.myAr-sec1 section .elementor-column:after {
  content: "";
  position: absolute;
  right: 10px;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 1px;
  height: 60px;
  background: #e7c4cf;
}

.myAr-sec1 section .elementor-column:last-child:after {
  content: none;
}
.myAr-sec2 {
}
.myAr-sec2 .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0;
}
.myAr-sec2 .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 50px 40px;
}
.myAr-sec2 .elementor-image-box-wrapper .elementor-image-box-content h3 {
  font-size: 20px;
  color: #fff;
}
.myAr-sec2 .elementor-image-box-wrapper .elementor-image-box-content p {
  color: #fff;
}
.myAr-sec3 {
  padding-bottom: 50px;
}
.myAr-sec3 a {
  background: #cd6787;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  line-height: 1.2;
}
/*  Personal Service page css  */
.personalService-sec1 {
  padding: 100px 0 50px;
}
.personalService-sec1:after {
  content: "";
  background-image: url(../images/personal-service-bg.jpg);
  width: 301px;
  height: 1080px;
  position: absolute;
  right: 0;
  top: 0;
}
.personalService-sec3 {
  max-width: 1270px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.personal-service-form-widget {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.personal-service-form-widget h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display";
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}
.personal-service-form-widget p {
  color: #000;
}
.form-widget {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: visible;
}

.consultant-finder-form-widget {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}
.form-widget .control {
  position: relative;
  margin-bottom: 25px;
}
.columss {
  float: left;
  width: 50%;
  padding: 10px;
}
@media (max-width: 764px) {
  .columss {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .form-widget {
    margin-top: 50px;
    overflow: unset;
  }
}
.form-widget .control input,
.form-widget .control select {
  width: 100%;
  padding: 8px 10px;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cbcbcb;
  background: transparent;
  color: #000;
  height: 54px;
  border-radius: 0;
  font-size: 19px;
  font-weight: 500;
}
.form-widget .control input:focus ~ .bar:before,
.form-widget .control input:focus ~ .bar:after {
  width: 100%;
}
.form-widget .control input:focus ~ .label {
  top: -10px;
  font-size: 14px;
  color: #989696;
}
.form-widget .control.focused .label {
  top: -10px;
  font-size: 12px;
}
.form-widget .control .label {
  margin: 0;
  color: #000;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
}
.form-widget .control .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-widget .control .bar::before,
.form-widget .control .bar::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #cd6787;
  /*transition: 0.2s ease all;*/
}

.form-widget .control input:valid + .label,
.form-widget .control input:focus + .label {
  /*transform: scale(0.8) translateY(-30px);*/
  top: -10px;
  font-size: 14px;
  color: #989696;
}
.form-btn {
}
.form-btn input[type="submit"],
.form-btn input[type="search"],
.form-btn input[type="button"],
.form-btn button {
  background: #000000;
  color: #fff;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 80px;
  float: right;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.form-btn input[type="submit"]:hover,
.form-btn input[type="search"]:hover,
.form-btn input[type="button"]:hover,
.form-btn button:hover {
  background: #006a39;
}

.right-form,
.left-form {
  border: 1px solid #e7c4cf;
  padding: 50px;
  flex: 0 0 49%;
  max-width: 49%;
  background: #f2f7fa;
}

/*contact page css*/
.contact-sec1 {
  padding: 100px 0 0;
}
.contact-sec1:after {
  content: "";
  background-image: url(../images/personal-service-bg.jpg);
  width: 301px;
  height: 1080px;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-sec2 {
  padding: 100px 0;
}
.contact-sec2 .left {
  box-shadow: 0px 3px 48.45px 2.55px rgba(0, 0, 0, 0.08);
}

.contact-sec2 .left .title-h2 h2 {
  text-align: left;
}
.contact-sec2 .left .elementor-widget-wrap {
  padding: 60px;
}
.contact-sec2 .right > div {
  padding: 100px 0;
}
.contact-sec2 .right .elementor-widget-wrap .title-h2 h2 {
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.contact-sec2 .right .elementor-widget-wrap {
  background: #000000;
  color: #fff;
  padding: 60px;
}
.contact-sec2 .right ul {
}
.contact-sec2 .right ul li {
  margin-bottom: 30px;
}
.contact-sec2 .right ul li span {
  color: #fff;
}
.contact-sec2 .right ul li .elementor-icon-list-icon {
  margin-right: 20px;
}
.contact-sec2 .right i:before {
  content: none;
}
.contact-sec2 .right i.fa-map-marker-alt {
  background: url(../images/pin-icon2.png);
  width: 30px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-sec2 .right i.fa-envelope {
  background: url(../images/mail-icon2.png);
  width: 30px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-sec2 .right .phons {
  color: #fff;
  position: relative;
  padding-left: 53px;
}
.contact-sec2 .right .phons a {
  color: #fff;
}
.contact-sec2 .right .phons:before {
  content: "";
  position: absolute;
  background: url(../images/ph-icon2.png);
  width: 34px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 8px;
}
.elementor-social-icon-facebook {
  background: url(../images/fb-icon.png);
  background-color: transparent;
}
.elementor-social-icon-twitter {
  background: url(../images/twit-icon.png);
  background-color: transparent;
  margin: 0 20px;
}
.elementor-social-icon-instagram {
  background: url(../images/inst-icon.png);
  background-color: transparent;
}
.contact-sec2 .right .elementor-shape-circle {
  margin-top: 50px;
}
.contact-sec2 .left .form-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.form-widget-wrap {
}

.form-widget-wrap .input-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-widget-wrap .input-group .bar::before,
.form-widget-wrap .input-group .bar::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  z-index: 6;
  background: #cd6787;
  transition: 0.2s ease all;
}
.form-widget-wrap .input-group input:focus + .bar:before,
.form-widget-wrap .input-group input:focus + .bar:after,
.form-widget-wrap .input-group textarea:focus + .bar:before,
.form-widget-wrap .input-group textarea:focus + .bar:after {
  width: 100%;
}
.form-widget-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-widget-col {
  flex: 0 0 46%;
  max-width: 46%;
  margin-bottom: 15px;
}
.input-group input,
.input-group button,
.input-group select {
  width: 100%;
  height: 60px;
  border-radius: 0;
}
.input-group textarea {
  width: 100%;
  border-radius: 0;
}

.input-group {
  display: block;
  position: relative;
}

.input-group label {
  font-size: 18px;
  display: inline-block;
  color: #000;
  /*position: relative;*/
  position: absolute;
  top: 12px;
  padding-left: 1px;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.input-group label:focus {
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.input-group label.active {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.input-group .status-msg {
  color: #f00;
  display: block;
  position: relative;
  top: -10px;
  font-size: 12px;
}

.input-group input,
.input-group select {
  border: none;
  border-bottom: 2px solid #cbcbcb;
  display: block;
  outline: 0;
  z-index: 5;
  position: relative;
  background: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.input-group textarea {
  border: none;
  border-bottom: 2px solid #cbcbcb;
  display: block;
  outline: 0;
  z-index: 5;
  position: relative;
  background: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-top: 15px;
}

.input-group.select label {
  /*top: 0px ;*/
}

.input-group.select .status-msg {
  top: 5px;
  font-size: 12px;
}

/*woocomerce pages css*/
.subheader_image .container {
  display: flex;
  align-items: center;
  align-content: start;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.woo-shop-widget {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.woo-shop-widget .product.product_cover {
  width: 100%;
}
.woo-shop-widget .product.product_cover img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.woo-shop-widget .product_cover .add_to_cart a {
  font-size: 14px;
}

.own-container {
  max-width: 1560px;
  margin: 0 auto;
}
.own-container div#primary {
  padding: 100px 0;
}
.own-row {
  display: flex;
  flex-wrap: wrap;
}
.own-row .left {
  flex: 0 0 24%;
  max-width: 24%;
}
.own-row .right {
  flex: 0 0 74%;
  max-width: 74%;
  margin-left: 2%;
}
.own-row .right header.woocommerce-products-header,
.own-row .right header.woocommerce-products-header h1 {
  display: none;
}
.own-row .right .products ul,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  position: relative;
}
.own-row .right div.product {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.own-row .right .woo-product-wrapper .product_cover .img_cover img {
  max-width: 150px;
  max-height: 150px;
}
.own-row .right .products ul,
.woocommerce ul.products:before {
  content: none;
}
.own-row .right .woo-product-wrapper .product_cover .add_to_cart a {
  font-size: 14px;
}
.btn.loadMoreBtn {
  text-align: center;
  background: #000000;
  color: #fff;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 80px;
  float: right;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 250px;
  margin: 0 auto;
}
.btn.loadMoreBtn:hover {
  background: #cd6787;
}

/*sidebar*/
.own-row .left > li {
  border: 1px solid #a28da5;
  list-style: none;
}
.own-row .left > li h2 {
  background: #000000;
  color: #fff;
  padding: 15px;
  margin: 0;
  font-family: "DM Sans";
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.own-row .left ul.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.own-row .left ul.product-categories li {
  position: relative;
  margin: 40px 0;
  padding-left: 50px;
  line-height: 1;
}
.own-row .left ul.product-categories li a {
  font-size: 16px;
  color: #000;
}
.own-row .left ul.product-categories li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #2e0e41;
  position: absolute;
  left: 20px;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
}
.own-row .left ul.product-categories li.current-cat a:before,
.own-row .left ul.product-categories li a:hover:before {
  background: #2e0e41;
}

.personal-service-form-widget .full-option-right-a img {
  height: 220px;
}
.aularale-consent .elementor-widget-wrap {
  border: 1px solid #e7c4cf;
  padding: 20px 0 30px;
  margin-top: 20px;
  background: #f2f7fa;
}

.myAr-sec1 p a {
  color: black;
  transition: all 0.3s ease-in;
}
.myAr-sec1 p a:hover {
  color: #cd6787;
}

/*---- EDIT CONSULTANT PROFILE CSS STARTS -----*/
.salex-form-fields-a .form-fields-item-a label {
  width: 100%;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 400;
}
.salex-form-fields-a .form-fields-item-a {
  display: block;
}
.salex-form-fields-a .form-fields-item-a .form-fields-item-input-a {
  width: 100%;
}
.salex-form-fields-a .form-fields-item-a .form-fields-item-input-a input {
  border: 1px solid;
  padding: 9px 15px;
}
form.sales-tax-form-a {
  padding: 1px;
  margin-top: 1rem;
}

form.sales-tax-form-a input[type="submit"] {
  border: none;
  background-color: #000000;
  color: white;
  padding: 11px 50px 13px;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "DM Sans";
  cursor: pointer;
  transition: all 0.2s ease-in;
  margin-top: 10px;
}
form.sales-tax-form-a input[type="submit"]:hover {
  background-color: #cd6787;
}

form.sales-tax-form-a {
  text-align: center;
}
.sales-row-1-a {
  text-align: left;
}

section.agreement-sec-a.container-a input[type="submit"] {
  border: none;
  background-color: #000000;
  color: white;
  padding: 11px 50px 13px;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "DM Sans";
  cursor: pointer;
  transition: all 0.2s ease-in;
  margin-top: 20px;
}
section.agreement-sec-a.container-a input[type="submit"]:hover {
  background-color: #cd6787;
}

/*---- EDIT CONSULTANT PROFILE CSS end -----*/
.woo-product-wrapper .product_cover {
  display: flex;
  flex-direction: column;
}
.woo-product-wrapper .product_cover > .product {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.woo-product-wrapper .product_cover .content_cover .btn-buy-a {
  margin-top: auto;
  align-self: center;
}

.woo-product-wrapper .product_cover .img_cover a {
  display: flex;
}
body .woo-product-wrapper .product_cover .img_cover img {
  max-height: 200px;
}
body .related-product-section-a .img_cover img {
  max-height: 200px;
}
body .woo-product-wrapper .product_cover .img_cover,
body .related-product-section-a .img_cover {
  background: transparent;
  height: 255px;
}

.product-archive-breadcrumb,
.product-archive {
  max-width: 1200px;
  padding: 0 10px;
}
body.post-type-archive-product .product-archive-breadcrumb {
  margin: 20px auto;
}

body.post-type-archive-product .product-list .product-list-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .own-row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
  .own-row .left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .own-row .right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 2% !important;
  }
}
