* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

body {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* background-color: #ffffff; */
  background-color: #f0f0f0;
  font-family: "Elpi" !important;
}

nav {
  height: 7rem;
  width: 100vw;
  background-color: transparent;
  overflow-y: hidden;
  display: flex;
  position: relative;
  /* position: fixed; */
  z-index: 10;
}
.nav_grid {
  width: 51%;
  right: 47%;
  position: absolute;
  bottom: 0%;
}

/*Styling logo*/

.logo {
  padding: 0vh 1vw;
  text-align: center;
  width: 15%;
  margin-bottom: 20px;
}
.logo img {
  height: 8rem;
  width: 9rem;
  padding-bottom: 1rem;
}

/*Styling Links*/

.nav-links {
  display: flex;
  list-style: none;
  /* border-bottom: 2px solid #FFD700; */
  width: 55%;
  justify-content: space-evenly;
  align-items: center;
  /* padding: 0 10.7vw; */
  padding-left: 115px;
  margin-bottom: 17px;
  align-items: flex-end;
}
.nav-links2 {
  display: flex;
  list-style: none;
  width: 45%;
  text-align: end;
  margin-bottom: 17;
  padding: 0 0.7vw;
  font-weight: 600;
  align-items: flex-end;
  justify-content: flex-end;
}
.nav-links li a {
  text-decoration: none;
  /* margin: 0 0.7vw; */
  color: #626467;
  font-size: 28px;
  /* font-weight: bold; */
}
.nav-links li a:hover {
  color: #f9b39c;
}
.nav-links li {
  position: relative;
}
.nav-item .form-select {
  border: none;
  color: #000000;
  /* background: transparent; */
  background-color: #0a0a0a02;
  font-size: 28px;
  background-size: 32px 20px;
}
.nav-item .form-select:hover {
  border: none;
  color: #000000;
}
.form-select:focus {
  border: none !important;
  box-shadow: none;
}
.form-select option:hover {
  background-color: #f9b39c;
}

/* .dropdown-menu.show{
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(-100px, -10px, 0px)!important;
    background-color: #626467aa;
} */
/* .nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #FFD700;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
  }
  .nav-links li a:hover::before{
  width: 80%;
  } */

/*Styling Buttons*/

.login-button {
  background-color: #dcdde0;
  /* border: 1.5px solid #FFD700; */
  border: none;
  border-radius: 10px;
  color: #292929;
  /* font-weight: bold; */
  padding: 0.6rem 1.9rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;
}
.login-button:hover {
  color: #dcdde0;
  background-color: #626467;
  /* border:1.5px solid #ffd900; */
  transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #dcdde0;
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger {
  display: none;
}
.Let_talk {
  display: none;
}
/*Stying for small screens*/
@media screen and (max-width: 800px) {
  nav {
    position: fixed;
    z-index: 3;
  }
  .Let_talk {
    display: block;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 5;
    transition: all 0.7s ease;
  }
  .nav-links {
    position: fixed;
    background: #f9b39c;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% 40%);
    pointer-events: all;
    align-items: center;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1 !important;
  }
  .nav-links2 {
    display: none;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.container-fluid {
  margin-left: 5%;
  margin-right: 5%;
}
.container {
  max-width: 1551px;
}

.home_image {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home_image .home_image_main {
  top: 44%;
  left: 50%;
  transform: translate(-56%, -13%);
  object-fit: cover;
  position: absolute;
  width: 44%;
}
.home_image_main_title span {
  color: black;
}
.home_image_main_title p {
  width: 70%;
  font-family: Elpi_Regular;
}
.home_image_main_title {
  color: #626467;
  font-size: 70px;
  top: 15%;
  line-height: 1.1;
  left: 50%;
  transform: translate(-95%, 0%);

  position: absolute;
  width: 44%;
}
.home_image_main_title2 {
  font-family: Elpi_Regular;
  line-height: 1.1;
  color: #626467;
  font-size: 30px;
  top: 45%;
  left: 50%;
  transform: translate(-95%, 0%);

  position: absolute;
  width: 44%;
}
.Find_Your_Desired_Flower {
  border: 2px solid #626467;
  border-radius: 12px;
  width: 39%;
  top: 55%;
  left: 47%;
  z-index: 2;
  transform: translate(-98%, 0%);
  position: absolute;
}
.Find_Your_Desired_Flower p {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}
.dropdown .btn {
  font-family: Elpi_Medium;
  font-size: 30px;
  color: #626467;
  border: 2px solid #626467;
  border-radius: 12px;
}
.dropdown .btn:hover {
  color: #626467;
  border: 2px solid #626467;
  border-radius: 12px;
}
.btn_find {
  font-family: Elpi_Medium;
  font-size: 30px;
  color: black;
  padding: 0px 35px;
  /* font-weight:bold ; */
  background-color: #f9b39c;
  border: 2px solid #f9b39c;
  border-radius: 12px;
  box-shadow: 0px 3px 6px #6264674a;
}
.btn_find:hover {
  background-color: #626467 !important;
  color: #dcdde0 !important;
}
.home_image_leftside {
  top: 65%;
  left: -30%;
  transform: translate(-26%, -50%);
  object-fit: cover;
  position: absolute;
  width: 55%;
}
.owl-nav {
  bottom: 152px;
  right: 0px;
  position: absolute;
  /* transform: translate(-50%, -50%); */
}
.owl-prev {
  position: absolute;
  right: 0px;
}
.owl-next {
  position: absolute;
  right: 0px;
  margin-top: 50px;
}
.social_media_icon {
  display: flex;
  top: 45%;
  right: 150px;
  transform: translate(-115%, 0%);
  position: absolute;
  flex-wrap: nowrap;
  flex-direction: column;
}
.social_media_icon img {
  padding-top: 10px;
}

.carousel {
  width: 55%;
  left: 35%;
  top: -100px;
  z-index: 0;
}

/* -------SECTIONS CSS---------- */
/* section {
  padding:0 0;

  height:100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  } */
section:last-of-type {
  /* padding-bottom:300px; */
}
.bg-dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.8) !important;
}
.navbar-nav li a {
  border-radius: 30px;
  transition: all 0.5s ease-in;
}
.navbar-nav li.active a {
  color: #fff !important;
}

#home-slides {
  margin: 20px 0;
}

.btn-next {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #ccc;
  font-size: 20px;
  line-height: 50px;
  margin: 20px auto;
  animation: blink 1s ease-in-out alternate infinite;
}
.btn-next:hover {
  color: #fff;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.first_section_container {
  height: 100vh!important;
  overflow-y: hidden;
  width: 100%;
  overflow-x: hidden;
  background: rgb(220, 221, 224);
  background: linear-gradient(
    90deg,
    rgba(220, 221, 224, 1) 0%,
    rgba(220, 221, 224, 1) 55%,
    rgba(249, 179, 156, 1) 55%,
    rgba(249, 179, 156, 1) 100%
  );
}

/* Second section */
.sec_section {
  background-color: #f0f0f0;
  /* overflow-y: scroll; */
}
.sec_section_container {
  margin-top: 150px;
}
.sec_section_container_sec_col_img_row {
  height: 100% !important;
  align-content: center;
  display: flex;
  align-items: center;
}
.sec_section_container_sec_col_img_row img {
  height: 50%;
}

.New_Products_section {
  overflow-y: scroll;
  scrollbar-width: none;
  overflow-x: hidden;
}

.New_Products_container {
  margin-top: 50px;
}
.Categorie_img_div {
  /* height: 100%!important; */
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.New_Products_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.New_Products_title_main {
  font-size: 70px;
  color: #626467;
}
.New_Products_title_2 {
  font-size: 39px;
  font-family: Elpi_Regular;
  color: #626467;
}

.Product_card_div {
  margin-top: 100px;
}
.card {
  background-color: #fff;
  border: 0;
  border-radius: 12px;
}
.card-body {
  padding: 19px 21px;
}
.Product_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.Product_title p:nth-child(1) {
  color: #626467;
  font-size: 26px;
  font-family: Elpi_Medium;
}
.Product_title p:nth-child(2) {
  color: #626467;
  font-size: 18px;
  font-family: Elpi_Medium;
}
.pro_minus_btn {
  /* background-color: #DCDDE0;
    border-radius: 6px; */
  color: #ffffff;
  padding: 0px 10px;
  text-align: center;
  margin-right: 5px;
  font-size: 25px;
  background-color: #626467;
  border: none;
  border-radius: 10px 0px 0px 10px;
}
.pro_plus_btn {
  /* background-color: #626467;
    border-radius: 6px; */
  color: #ffffff;
  padding: 0px 10px;
  text-align: center;
  margin-left: 5px;
  font-size: 25px;
  background-color: #626467;
  border: none;
  border-radius: 0px 10px 10px 0px;
}
.pro_no {
  font-size: 25px;
  color: #ffffff;
  background-color: #626467!important;
  border: none!important;
  width: 30px!important;
  padding: 0!important;
  margin: 0!important;
  
}









.btn_add {
  font-family: Elpi_Medium;
  font-size: 18px;
  color: black;
  padding: 12px 20px;
  /* font-weight:bold ; */
  background-color: #f9b39c;
  border-radius: 6px;
}
.btn_info {
  font-family: Elpi_Medium;
  font-size: 30px;
  color: #FFFFFF;
  padding: 5px 40px;
  /* font-weight:bold ; */
  background-color: #626467;
  border-radius: 12px;
}
.btn_added {
  font-family: Elpi_Medium;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 25px;
  /* font-weight:bold ; */
  background-color: #626467;
  border-radius: 6px;
}
.btn_enq {
  font-family: Elpi_Medium;
  font-size: 18px;
  color: #626467;
  padding: 12px 20px;
  /* font-weight:bold ; */
  background-color: #626467;
  border: 1px solid #626467;
  background: transparent;
  border-radius: 6px;
  margin-right: 12px;
}
.Product_image {
  /* width: 323px; */
  height: 190px;
  width: 100%;
}
.Product_image img {
  top: -85px;
  width: 89% !important;
  position: absolute;
}

.btn_view_more {
  color: #f0f0f0;
  background-color: #626467;
  border-radius: 12px;
  font-size: 28px;
  text-align: center;
}

.Categorie_card p:nth-child(1) {
  font-size: 49px;
  color: #626467;
}
.Categorie_card p:nth-child(2) {
  font-size: 21px;
  color: #626467;
  font-family: Elpi_Regular;
}

.Categorie_img_text {
  position: absolute;
  margin-top: -340px;
  margin-left: 25px;
  line-height: 1.2;
  z-index: 2;
}
.img-gradient {
  position: relative;
  display: inline-block;
}
.img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(
    top,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 47, 75, 0.5))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.Categorie_img4_text {
  text-align: center;
  position: absolute;
  margin-top: -160px;
  margin-left: 35px;
  line-height: 1.2;
}
.Categorie_img4_text p:nth-child(1) {
  color: #626467;
  font-size: 30px;
}
.Categorie_img4_text p:nth-child(2) {
  color: #626467;
  font-size: 25px;
  font-family: Elpi_Regular;
}

.Categorie_img_text p:nth-child(1) {
  color: #626467;
  font-size: 49px;
}
.Categorie_img_text p:nth-child(2) {
  color: #626467;
  font-size: 25px;
  font-family: Elpi_Regular;
}

.Categorie_img {
  border-radius: 6px;
}

#About_us {
  height: 100vh;
  overflow-y: hidden;
  /* width: 100%; */
  overflow-x: hidden;
}
.About_us_container {
  background: url("../images/Rectangle 75.svg");
  background-repeat: no-repeat;
  margin-top: 5%;
  background-size: contain;
  /* width: 50%; */
}
.width {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;

  width: 100%;
}
.About_us_div {
  /* padding: 90px 90px; */
  padding: 90px 150px;
}
.About_us_div p:nth-child(1) {
  font-size: 70px;
  color: #000000;
}
.About_us_div p:nth-child(2) {
  font-size: 30px;
  color: #000000;
  font-family: Elpi_Medium;
  width: 75%;
  line-height: 1;
}
.About_us_right_img {
  position: absolute;
  width: 100% !important;
  bottom: 0;
  right: -630px;
  top: -225px;
  /* transform: rotate(90deg); */
}
.About_us_left_img {
  position: absolute;
  width: 60% !important;
  z-index: 1;
  margin-top: -170px;
  margin-left: -525px;
}

[data-aos="rotate-ac"] {
  transform: rotate(-30deg);
  transition-property: transform;
}

[data-aos="rotate-ac"].aos-animate {
  transform: rotate(0deg);
}

/* [data-aos="rotate-c"] {
    transform: rotate(-180deg);
    transition-property: transform;
  }
  
  [data-aos="rotate-c"].aos-animate {
    transform: rotate(0deg);
  } */

.Testimonials_section .owl-nav {
  display: none !important;
}
.Testimonials_section .owl-carousel.owl-loaded {
  /* display: block; */
  display: flex;
  height: 100%;
}
.feedback-slider-thumb,
.thumb-next,
.Testimonials_section .owl-stage,
.owl-item .active,
.owl-item,
.feedback-slider-item {
  height: 100%;
}
/* .feedback-slider{
        display: block;
        display: flex;
        height: 50vh;
    } */
.Testimonials_main_title {
  margin: 0;
  color: #626467;
  font-size: 70px;
}
.Testimonials_firs_img {
  position: absolute;
  width: 29% !important;
  left: 0% !important;
  margin-top: 2px;
}
.Testimonials_firs_bg {
  background-color: #e6eadc;
  border-radius: 12px;
}
.Testimonials_title p:nth-child(1) {
  color: #000000;
  font-size: 50px;
  /* font-size: 35px; */
  margin: 0;
  line-height: 1;
}
.Testimonials_title p:nth-child(2) {
  color: #000000;
  font-size: 30px;
  /* font-size: 25px; */
  font-family: Elpi_Regular;
  margin: 0;
  line-height: 1.2;
}
.Testimonials_firs_bg_div {
  padding-left: 150px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.Testimonials_title_detail {
  color: #000000;
  font-size: 25px;
  /* font-size: 20px; */
  font-family: Elpi_Regular;
  line-height: 1;
}
.Testimonials_sec_bg {
  background-color: #dedfe1;
  border-radius: 12px;
}
.Testimonials_sec_img {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.Testimonials_title2 {
  padding-left: 100px !important;
  /* padding-right: 25px!important; */
  padding-top: 125px !important;
  padding-bottom: 25px !important;
}
.Testimonials_title2 p:nth-child(2) {
  color: #000000;
  font-size: 50px;
  /* font-size: 35px; */
  margin: 0;
  line-height: 1;
}
.Testimonials_title2 p:nth-child(4) {
  color: #000000;
  font-size: 30px;
  /* font-size: 25px; */
  font-family: Elpi_Regular;
  margin: 0;
  line-height: 1.2;
}

/* footer */
.footer {
  background-color: #626467;
}
.footer_div {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer_div p {
  color: #f0f0f0;
  font-size: 30px;
}
.footer_div ul {
  color: #f0f0f0!important;
  font-size: 30px;
  padding-left: 0;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  margin-top: 45px;
}
.footer_div ul li a{
  color: #f0f0f0!important;
  font-family: Elpi_Regular !important;
  font-size: 30px;
  text-decoration: none;
}
.footer_div li {
  font-family: Elpi_Regular !important;
}
.footer_logo {
  width: 163px;
  height: 236px;
}
.footer_logo_disc p {
  color: #f0f0f0;
  font-family: Elpi_Regular !important;
  margin: 0;
}
.footer_tail {
  background-color: #dcdde0;
}

.footer_tail p {
  color: #0a0a0a;
  font-size: 22px;
  font-family: Elpi_Regular !important;
  display: flex;
  justify-content: end;
}
.footer_section {
  height: auto !important;
}
.Testimonials_section {
  height: auto !important;
  padding-top: 150px;
  padding-bottom: 150px;
}
.New_Products_section {
  /* height: auto!important;  */
  /* overflow-y: scroll; */
}
.Categories_section {
  overflow-y: hidden;
  overflow-x: hidden;
}

.side_slide_bg {
  background-color: #f9b39c;

  height: 100%;
}
.slider_row {
  height: 65%;
  margin-top: 210px;
}

.side_slide_bg.swiper-wrapper {
  width: 50%;
}
.side_slide_bg img {
  width: 69px;
  height: 69px;
  margin: 10px;
}
.side_slide_div {
  display: flex !important;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin-left: 20%;
  /* padding-top: 75px;
    padding-bottom: 75px; */
}
.main_slide {
  position: absolute;
  top: -130px;
  left: 30%;
  width: 595px;
  height: 529px;
}
.product_detail_col {
  padding-top: 200px;
  z-index: 2;
}
.Pro_det p:nth-child(1) {
  color: #000000;
  font-size: 90px;
  margin: 0;
}
.Pro_det p:nth-child(2) {
  color: #626467;
  font-size: 54px;
  font-family: Elpi_Medium;
}
.Pro_desc {
  color: #626467;
  font-size: 25px;
  font-family: Elpi_Medium;
  width: 70%;
}
.Pro_add_btn {
  color: #000000;
  background-color: #f9b39c;
  padding: 12px 60px;

  font-size: 39px;
  font-family: Elpi_Medium;
  margin-bottom: 10px;
}
.Pro_enq {
  color: #626467;
  background-color: transparent;
  border: 1px solid #626467;
  padding: 12px 60px;
  margin-right: 30px;
  font-size: 39px;
  font-family: Elpi_Medium;
  margin-bottom: 10px;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  height: 15% !important;
  position: relative;
  transition-property: transform;
}
/* .swiper-wrapper{
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px)!important;
} */
.swiper-slide img {
  width: 65px;
  height: 69px;
}
.gallery-top .swiper-slide img {
  padding-top: 100px;
  width: 510px;
  height: 569px;
  position: absolute;
}
.gallery-top {
  left: 32%;
  top: -800px;
}
.gallery-thumbs {
  margin-left: 100px;
  padding-top: 100px;
}
/* .swiper-container-wrapper .swiper-wrapper{
   

    margin-left: 100px;
    margin-top: 100px;

} */
.swiper-container-wrapper {
  padding-top: 250px;
}
.product_detail {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100% !important;
  height: 100%;
  background-color: #ffffff;
}
/* html{
    overflow-y: hidden!important;
    height: 100%!important;
    width: 100%;
    overflow-x: hidden;
}
body{
    height: 100%!important;
    overflow-y: hidden!important;
} */
.Pro_row {
  height: 100%;
}

.Similar_products {
  background-color: #f0f0f0;
}
.Similar_products_title {
  color: #626467;
  font-size: 70px;
  font-family: Elpi_Medium;
  margin-top: 60px;
}
.Similar_products .container {
  margin-bottom: 100px;
}
.pro_desp_det {
  color: #626467;
  font-size: 18px;
  font-family: Elpi_Medium;
}

.Pro_Enq_div {
  background-color: #ffffff;
  border-radius: 15px;
}
.Pro_Enq_div {
  padding: 40px;
}
.Pro_Enq_div_scroll_div {
  background-color: #f0f0f0;
  border-radius: 15px 0px 0px 15px;
  height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.plusminus {
  border-radius: 10px;
  background-color: #626467;
}
.Pro_Enq_div_scroll_div_img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
}
.remove {
  background-color: #f9b39c;
  border-radius: 10px;
  margin-left: 10px !important;
}
.remove img {
  width: 16px;
  height: 19px;
  margin: 10px;
}
.Pro_Enq_div_scroll_div_title {
  padding-left: 28px;
  /* width: 50%; */
}
.Pro_Enq_div_scroll_div_title p:nth-child(1) {
  font-size: 32px;
  font-family: Elpi_Medium;
  color: #626467;
  margin-bottom: 0;
}
.Pro_Enq_div_scroll_div_title p:nth-child(2) {
  font-size: 18px;
  font-family: Elpi_Medium;
  color: #626467;
}
/* input[type="text"], */
input,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  background: #f0f0f0;
  border-radius: 10px;
  box-sizing: border-box;
}
.textarea{
  background: #f0f0f0!important;
}
.Pro_Enq_div_form {
  margin-right: 200px;
}
.send_enq {
  margin-top: 25px;
  color: #2e2e2e;
  font-size: 30px;
  padding: 25px 70px;
  background: #f9b39c;
  border-radius: 10px;
}
.Enq_now {
  font-size: 100px;
  color: #626467;
  margin-bottom: 0;
}
.Enquiry_Now {
  background-image: url(../images/Mask\ Group\ 9@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9b39c;
}
.Pro_Enq_div_scroll_div_height {
  height: 500px;
}
/* .Pro_Enq_div_scroll_div_title {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Pro_Enq_div_scroll_div_title:hover{
    overflow: visible; 
    white-space: normal; 
    width: auto;
    position: absolute;
    background-color:#FFF;
} */

/* Product List */

.Pro_list_div {
  background-color: #f0f0f0;
  /* margin-top: 100px; */
}
.Pro_list_title {
  margin-top: 100px;
}
.Pro_list_title p:nth-child(1) {
  color: #626467;
  font-size: 100px;
  line-height: 1;
}
.Pro_list_title p:nth-child(2) {
  color: #626467;
  font-size: 39px;
  font-family: Elpi_Regular;
  display: flex;
  align-items: flex-end;
}
.search_bar {
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: Elpi_Regular;
}
.search_bar input {
  border: 1px solid #626467;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  /* border: none!important; */
  border-color: #f9b39c;
  outline: 0;
  box-shadow: none;
}
.form-control {
  padding: 12px 20px;
  font-size: 22px;
}

.pagination_no .page-link {
  background: transparent;
  border: none;
  color: #707070;
  text-decoration: underline;
}
.page-link {
  padding: 5px 10px !important;
}
.pagination_no .active .page-link {
  border: 2px solid #707070 !important;
  border-radius: 10px;
  color: #707070;
  text-decoration: none;
}
.pagination_div {
  margin-top: 120px;
}
.pagination_nextprev .page_prev {
  margin-right: 10px;
}

.pagination_nextprev .page_next {
  color: #f0f0f0 !important;
  border: 1px solid #626467;
  background: #626467;

  border-radius: 10px;
  padding: 10px 30px;
}
.pagination_nextprev .page_next .page-link {
  color: #ffffff;
}
.pagination .page-link {
  color: #999999;
  background-color: transparent;
  cursor: default;
  border: none;
}
.page_prev .page-link {
  color: #626467;
  border: 2px solid #626467 !important;
  border-radius: 10px;
  padding: 15px 30px !important;
}
.pagination_div {
  margin-bottom: 50px;
}
.categ_list_div {
  margin-bottom: 100px;
}

.Enquiries_div {
  background: #ffffff;
  border-radius: 15px;
}
.Enquiries_div table td {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Enquiries_div table tr td:first-child {
  padding-left: 10px;
}
.Enquiries_div table tr td:last-child {
  padding-right: 10px;
}
.Enquiries_div table tr:first-child td:nth-child(5) {
  text-align: center;
}
.Enquiries_div table tr td:nth-child(5) {
  width: 25%;
  text-align: left;
}
.Enquiries_div table tr:first-child td {
  font-size: 30px;
  font-family: Elpi_Medium;
  color: #626467;
}
.Enquiries_div table tr:nth-child(1) {
  background: transparent !important;
  height: 60px;
  box-shadow: none;
}
.Enquiries_div table tr {
  background-color: #f0f0f0;
  box-shadow: inset 0px 3px 6px #0000000d;
  border-radius: 15px;
}

.Enquiries_div table tr td:nth-child(2) {
  color: #626467;
  font-size: 32px;
  font-family: Elpi_Medium;
}

.Enquiries_div table tr td:nth-child(3) {
  color: #626467;
  font-size: 24px;
  font-family: Elpi_Medium;
}
.Enquiries_div table tr td:nth-child(4) {
  color: #626467;
  font-size: 24px;
  font-family: Elpi_Medium;
}

.Enquiries_div table tr:first-child td{
  color: #626467;
  font-size: 24px!important;
  font-family: Elpi_Medium;
}
.Enquiries_div table tr td:nth-child(5) {
  color: #626467;
  font-size: 18px;
  font-family: Elpi_Medium;
}
.Enquiries_div table tr{
    margin: 15px;
}
.Enquiries_img_list {
  width: 100px;
  height: 100px;
}
.Enquiries_div table {
    border-collapse: separate;
    border-spacing: 0 1em;
    

}

.Enquiries_div_pro_div_bg{
  background-color: #F0F0F0;
  border-radius: 15px;
}
.Enquiries_Pro_title{
  color: #626467;
  font-size: 22px;
  font-family: Elpi_Medium;
}
.Enquiries_Pro_det{
  color: #626467;
  font-size: 18px;
  font-family: Elpi_Medium;
  align-items: center;
}
.Enquiries_div_pro_div_bg{
  display: none;
}














.Contact_Us{
    background-color: #DCDDE0;
}
.Contact_Us .container{
    padding-top: 50px;
    margin-top: 20px;
}
.Contact_Us_div{
    background: #FFFFFF;
    border-radius: 0px 15px 15px 0px;
    
}
.contact_Enq_div_form{
    padding-top: 70px;
    padding-right: 60px;
}
.contact_Enq_div_form button{
    margin-bottom: 50px;
}








.Success_section{
  height: 100vh;
  background: rgb(220,221,224);
background: linear-gradient(135deg, rgba(220,221,224,1) 0%, rgba(220,221,224,1) 50%, rgba(249,179,156,1) 50%, rgba(249,179,156,1) 100%);
}
.Success{
  background: #ffffffa9;
  border-radius: 20px;
  margin: 50px;
  height: 600px;

}
.success_text{
  font-size: 80px;
  color: #555353;
  line-height: 1.2;
  letter-spacing: -0.5;
}
.success_text2{
  font-size: 25px;
  color: #858181;
}
.btn_exp{ 

/* background: rgb(220,221,224);
background: linear-gradient(90deg, rgba(220,221,224,1) 0%, rgba(249,179,156,1) 100%); */
background: rgb(65,65,66);
background: linear-gradient(90deg, rgba(65,65,66,1) 0%, rgba(249,179,156,1) 100%);
border: none;
padding: 10px;
color: #FFFFFF;
border-radius: 10px;
font-size: 25px;
}


.Profile{
  background: #ffffffa9;
  border-radius: 20px;
  margin: 50px;
  height: 600px;
}
.Profile_first_div{
  background: rgb(249,179,156);
background: linear-gradient(140.5deg, rgba(249,179,156,1) 0%, rgba(249,179,156,1) 49%, rgba(220,221,224,1) 49%, rgba(220,221,224,1) 100%);


position: relative;
/* margin: auto; */
}
.Prof_bg{
  border-radius: 50%;
  background-color: #ffffff;
  width: 400px;
  height: 400px;
 
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(40%,25%);
}
.Prof_img{
  width: 350px;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translate(52%,35%); */
  transform: translate(0%, 0%);
}
.Profile_con_Home .Prof_img{
  transform: translate(52%,35%)!important;
}
.pro_det_tex1{


color: #555353;
font-size: 18px;
margin: 0;
}
.pro_det_tex2{
  color: #2e2e2e;
  font-size: 20px;
  margin: 0;
}
.Pro_radio_btn{
  width: 35%;
}
.edit_icon{
  width: 20px;
}
.edit_btn{
  padding: 5px 20px;
  background: transparent;
  border: 1px solid #f9b39c;
  border-radius: 10px;
  color: #212529;
}
.edit_btn:hover{
  background-color: #f9b39c5a;
}
.Prof_det{
  line-height: 2.2;
}
#gen{
  border:2px solid white;
  box-shadow:0 0 0 1px #f9b39c;
  appearance:none;
  border-radius:50%;
  width:8px;
  height:8px;
  background-color:#fff;
  transition:all ease-in 0.2s;
  padding: 8px 8px!important;
  margin-right: 10px;

}
#gen:last-child{
  margin-left: 10px;
}
#gen:checked{
  background-color:#f9b39c;
}

.pro_det_tex2_input{
 width: 60%!important;
 color: #2e2e2e;
  font-size: 20px;
  margin: 0;
  padding: 2px;
  padding-left: 10px;
}
.Prof_header_img{
  width: 60px;
height: 60px;
margin-left: 10px;
cursor: pointer;
}


.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  transition: all 0.3s ease;
  transform: translate(52%,35%);
  position: absolute;
  left: 0;
  top: 0;
 
}
.profile-pic input {
  display: none;
}
/* .profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 165px;
  height: 165px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
} */
.profile-pic .-label {
  cursor: pointer;
  width: 350px;
  height: 350px;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 50%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  
  transform: translate(52%, 35%);
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(52%,35%);
 
}

/* transform: translate(52%, 35%); */

/* Side Menu */

.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 120px;

  z-index: 11;
 
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 70px;
  color: #DCDDE0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #212529;
}

.sidenav .closebtn {
  position: absolute;
  top: 50px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: #626467;
  padding-left: 20px;
  padding-right: 10px;

  border-radius: 10px;
  width: 60px;
height: 60px;
}
.add_width{
  width: 45%;
  padding-left: 50px;
}











.Login_section{
  background-image: url("../images/annie-spratt-OWq8w3BYMFY-unsplash.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  

}
.Log_div{

  background-color: rgba(0, 0, 0, 0.455);
  height: 100vh;

  padding-top: 50px;



}
.sign_background {
  padding: 4% 10% 4% 10%;  
}

.sign_in_har_logoimg {
  width: 150px;
}

.sign_whitbag {
  position: relative;
  width: auto;
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 25px #0000002a;
  border-radius: 25px;
  opacity: 1;
  padding: 6% 8% 5% 6%;

}

.sign_whitbag h4 {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;

}

.sign_google_bg h4 {
  font-size: 14px;
  font-weight: normal;
  color: rgb(0, 0, 0);

}

.signin_with_social {
  font-size: 14px;
  font-weight: 500;

}
.search-form {
position: relative;
}
.icon{
  position: absolute;
  top: 25px;
  
  left: auto; 
  right: 25px;
}
.Login_btn{
  background: transparent;
  border: 1px solid #f9b39c;
  border-radius: 10px;
  padding: 10px 20px;
}

.Login_btn:hover{
background: #f9b39c;

}
.subscribe input{
background: #F0F0F0;
width: 300px;
}
a{
 color: #4E4E4E;
 text-decoration: none;
}
a:hover{
  color: #f9b39c;
}
.subscribe .form-control {
  padding: 12px 20px;
  font-size: 15px;
}
.login_save_password input{
  width: 15%!important;
  margin: 0;
}
.login_save_password p{
font-size: 12px;
padding-left: 5px;
margin: 0;
text-align: center;
}
.forgot_pass{
  font-size: 12px;
}


.iti__country-list{
  position: relative!important;
  width: 250px!important;
  height: 200px;
}
.iti-mobile .iti--container {
  top: 58%!important;
 
  left: 45%!important;
  right: 30px;
  
}

.otpinput input{
  width: 50px;
  height: 50px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000029;
  border: 1px solid #70707026;
  border-radius: 7px;
  opacity: 1;
}


.not_fount_section{
  background-color: #FFFFFF;
  height: 100vh;
}
.not_fount_img{
width: 50%;
}
.not_fount_txt p:first-child{
font-size: 42px;
color: #2e2e2e;
margin: 0;
}
.not_fount_txt p:last-child{
  font-size: 22px;

  margin: 0;
  }
@media (max-width: 1800px) {
  .nav-links {
    padding-left: 100px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 18%;
    left: 10%;
  }
}
@media (max-width: 1700px) {
  .nav-links {
    padding-left: 75px;
  }
  .home_image_main_title {
    color: #626467;
    font-size: 65px;
    top: 15%;
    line-height: 1.1;
    left: 50%;
    transform: translate(-95%, 0%);
    position: absolute;
    width: 44%;
  }
  .social_media_icon {
    right: 140px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 19%;
    left: 8%;
  }
}
@media (max-width: 1600px) {
  .nav-links {
    padding-left: 50px;
  }
  .home_image_main_title {
    font-size: 55px;
  }
  .home_image_main_title2 {
    top: 38%;
  }
  .Find_Your_Desired_Flower {
    top: 48%;
  }
  .dropdown .btn {
    font-size: 25px;
  }
  .btn_find {
    font-size: 25px;
    padding: 0px 35px;
  }
  .social_media_icon {
    right: 130px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 20%;
    left: 6%;
  }
  .gallery-top {
    left: 25%;
    top: -750px;
  }
  .gallery-top .swiper-slide img {
    width: 510px;
    height: 569px;
  }
  .Pro_desc {
    width: 90%;
  }
}
@media (max-width: 1500px) {
  .nav-links {
    padding-left: 25px;
  }
  .social_media_icon {
    right: 120px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 21%;
    left: 4%;
  }

  .Prof_img {
    transform: translate(-6%, 1%);
}
.Profile_con_Home .Prof_img{
  transform: translate(46%,35%)!important;
}
.Prof_bg {

  transform: translate(34%,25%);
}

.profile-pic:hover .Prof_img{
 
  transform: translate(46%,35%);
 
}
.profile-pic:hover .-label {
  transform: translate(46%, 35%);
}
}
@media (max-width: 1400px) {
  .nav-links {
    padding-left: 0px;
    width: 52%;
  }
  .home_image_main_title {
    font-size: 49px;
  }
  .home_image_main_title2 {
    top: 38%;
  }
  .Find_Your_Desired_Flower {
    top: 48%;
  }
  .dropdown .btn {
    font-size: 25px;
  }
  .btn_find {
    font-size: 25px;
    padding: 0px 35px;
  }
  .Find_Your_Desired_Flower p {
    font-size: 30px;
  }
  .social_media_icon {
    right: 105px;
  }

  .Categorie_img4_text {
    margin-top: -160px;
    margin-left: 35px;
  }
  .Categorie_img_text p:nth-child(1) {
    color: #626467;
    font-size: 40px;
  }
  .Categorie_img_text p:nth-child(2) {
    color: #626467;
    font-size: 20px;
    font-family: Elpi_Regular;
  }
  .Categorie_img4_text p:nth-child(1) {
    color: #626467;
    font-size: 25px;
  }
  .Categorie_img4_text p:nth-child(2) {
    color: #626467;
    font-size: 20px;
    font-family: Elpi_Regular;
  }
  .About_us_div p:nth-child(2) {
    font-size: 22px;
  }
  .Testimonials_title p:nth-child(1) {
    font-size: 30px;
  }
  .Testimonials_title p:nth-child(2) {
    font-size: 20px;
  }

  .Testimonials_title_detail {
    font-size: 22px;
  }

  .Testimonials_title2 p:nth-child(1) {
    color: #000000;
    font-size: 30px;
  }

  .Testimonials_title2 p:nth-child(2) {
    color: #000000;
    font-size: 25px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 21.5%;
    left: 6%;
  }

  .Pro_det p:nth-child(1) {
    font-size: 80px;
  }
  .Pro_det p:nth-child(2) {
    font-size: 45px;
  }
  .Pro_add_btn {
    padding: 15px 60px;
    font-size: 30px;
  }
  .Pro_enq {
    padding: 15px 60px;
    font-size: 30px;
  }
  .Pro_desc {
    font-size: 25px;
    width: 87%;
  }
  .gallery-top {
    left: 28%;
    top: -750px;
  }
  .gallery-top .swiper-slide img {
    width: 430px;
    height: 480px;
  }
  .Pro_desc {
    width: 90%;
  }

  .Pro_Enq_div_scroll_div_title p:nth-child(1) {
    font-size: 28px;
  }
  .Pro_Enq_div_scroll_div_title p:nth-child(2) {
    font-size: 16px;
  }
  .Categorie_img_text {
    margin-top: -280px;
  }


  .Prof_bg {
    transform: translate(29%,25%);
}
.Prof_img {
  transform: translate(-12%, 1%);
}
.Profile_con_Home .Prof_img{
  transform: translate(40%,35%)!important;
}

.profile-pic:hover .Prof_img{
 
  transform: translate(40%,35%);
 
}
.profile-pic:hover .-label {
  transform: translate(40%, 35%);
}
}
@media (max-width: 1300px) {
  .home_image_main_title {
    font-size: 45px;
  }
  .nav-links {
    padding-left: 0px;
    width: 46%;
  }
  .dropdown .btn {
    font-size: 20px;
  }
  .btn_find {
    font-size: 20px;
    padding: 0px 35px;
  }
  .social_media_icon {
    right: 95px;
    top: 25%;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 23%;
    left: 3%;
  }

  .Pro_det p:nth-child(1) {
    font-size: 65px;
  }
  .Pro_det p:nth-child(2) {
    font-size: 35px;
  }
  .Pro_add_btn {
    padding: 15px 60px;
    font-size: 20px;
  }
  .Pro_enq {
    padding: 15px 60px;
    font-size: 20px;
  }
  .Pro_desc {
    font-size: 20px;
    width: 87%;
  }
  .gallery-top .swiper-wrapper {
    /* padding-top: 100px; */
    margin-left: 0 !important;
  }

  .gallery-thumbs {
    margin-left: 75px;
    padding-top: 100px;
  }
  .gallery-top {
    left: 28%;
    top: -750px;
  }
  .gallery-top .swiper-slide img {
    width: 430px;
    height: 480px;
  }

  .Prof_bg {
    transform: translate(25%,25%);
}
.Prof_img {
  transform: translate(-16%, 1%);
}
.Profile_con_Home .Prof_img{
  transform: translate(36%,35%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(36%,35%);
 
}
.profile-pic:hover .-label {
  transform: translate(36%, 35%);
}
}
@media (max-width: 1200px) {
  .home_image_main_title2 {
    font-size: 25px;
  }
  .nav-links {
    padding-left: 0px;
    width: 42%;
  }
  .social_media_icon {
    right: 80px;
  }
  .home_image_main_title p {
    width: 80%;
    font-family: Elpi_Regular;
  }
  .dropdown .btn {
    font-size: 15px;
  }
  .btn_find {
    font-size: 15px;
    padding: 0px 35px;
  }

  .Categorie_img4_text {
    margin-top: -145px;
    margin-left: 12px;
  }
  .Categorie_img_text {
    margin-top: -205px;
  }
  .Categorie_img_text p:nth-child(1) {
    font-size: 35px;
  }
  .Categorie_img_text p:nth-child(2) {
    font-size: 16px;
  }
  .About_us_div {
    padding: 0px 90px;
  }
  .About_us_div p:nth-child(2) {
    font-size: 21px;
  }
  .About_us_right_img {
    right: -370px;
    top: -260px;
  }
  .About_us_left_img {
    margin-left: -340px;
  }
  .Testimonials_title_detail {
    font-size: 16px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 20.5%;
    left: 7%;
  }
  .gallery-top {
    left: 28%;
    top: -750px;
  }
  .gallery-top .swiper-slide img {
    width: 380px;
    height: 450px;
  }

  .Pro_Enq_div_form {
    margin-right: 103px;
  }
  .Pro_Enq_div_scroll_div_title p:nth-child(1) {
    font-size: 22px;
  }
  .Categorie_img_text {
    margin-top: -240px;
  }
  .Enquiries_div table tr td:nth-child(2) {
   
    font-size: 25px;
  
}

.Prof_bg {
  transform: translate(18%,25%);
}
.Prof_img {
  transform: translate(-24%, 1%);
}
.Profile_con_Home .Prof_img{
  transform: translate(30%,35%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(28%,35%);
 
}
.profile-pic:hover .-label {
  transform: translate(28%, 35%);
}
}
@media (max-width: 1150px) {
  .Profile_con_Home .Prof_img{
    transform: translate(27%,35%)!important;
  }
}
@media (max-width: 1100px) {
  .nav-links {
    padding-left: 40px;
    width: 38%;
  }
  .nav-links li a {
    font-size: 22px;
  }
  .logo img {
    height: 9rem;
    width: 8rem;
    padding-bottom: 1rem;
  }
  .home_image_main_title {
    left: 47%;
    font-size: 40px;
  }
  .home_image_main_title2 {
    left: 47%;
  }
  .Find_Your_Desired_Flower {
    left: 45%;
  }
  .Find_Your_Desired_Flower p {
    font-size: 25px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 22.5%;
    left: 5%;
  }

  .Pro_det p:nth-child(1) {
    font-size: 55px;
  }
  .Pro_det p:nth-child(2) {
    font-size: 35px;
  }
  .Pro_add_btn {
    padding: 15px 45px;
    font-size: 20px;
  }
  .Pro_enq {
    padding: 15px 45px;
    font-size: 20px;
  }
  .Pro_desc {
    font-size: 20px;
    width: 87%;
  }
  .gallery-top .swiper-wrapper {
    padding-top: 100px;
    margin-left: 0 !important;
  }
  .gallery-top {
    left: 32%;
    top: -860px;
  }
  .gallery-top .swiper-slide img {
    width: 370px;
    height: 430px;
  }
  .Pro_Enq_div_scroll_div_title {
    padding-left: 15px;
  }

  .Pro_list_title p:nth-child(1) {
    font-size: 70px;
  }
  .Pro_list_title p:nth-child(2) {
    font-size: 30px;
  }

  .Prof_bg {
    transform: translate(12%,25%);
  }
  .Prof_img {
    transform: translate(-31%, 1%);
  }
  .Profile_con_Home .Prof_img{
    transform: translate(21%,35%)!important;
  }
  .profile-pic:hover .Prof_img{
 
    transform: translate(21%,35%);
   
  }
  .profile-pic:hover .-label {
    transform: translate(21%, 35%);
  }
}

@media (max-width: 1050px) {
  .footer_div p {
    font-size: 25px;
  }
  .footer_div ul {
    font-size: 25px;
  }
  .Categorie_img_text {
    margin-top: -200px;
  }
  .Categorie_card p:nth-child(1) {
    font-size: 35px;
    color: #626467;
  }
  .Enquiries_div table tr:first-child td{
   
    font-size: 24px!important;
    
  }
  .Enquiries_div table tr td:nth-child(2) {
    font-size: 18px;
}
  .Enquiries_div table tr td:nth-child(3) {
   
    font-size: 18px;
   
}
.Enquiries_div table tr td:nth-child(4) {
  font-size: 18px;
}
.Enquiries_div table tr td:nth-child(5) {

  font-size: 15px;

}
.btn_info {

  font-size: 20px;
  padding: 0px 20px;
  border-radius: 10px;
}

.Prof_bg {
  transform: translate(8%,25%);
}
.Prof_img {
  transform: translate(-36%, 1%);
}
.Profile_con_Home .Prof_img{
  transform: translate(16%,35%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(16%,35%);
 
}
.profile-pic:hover .-label {
  transform: translate(16%, 35%);
}
}

@media (max-width: 992px) {
  .nav-links {
    padding-left: 20px;
    width: 38%;
  }
  .nav-links li a {
    font-size: 22px;
  }
  .nav_grid {
    bottom: 4%;
  }
  .dropdown .btn {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .btn_find {
    font-size: 20px;
  }
  .home_image_main_title2 {
    font-size: 20px;
    top: 42%;
  }
  .Find_Your_Desired {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .Find_Your_Desired_Flower p {
    font-size: 20px;
  }
  .home_image_main_title {
    left: 47%;
    font-size: 35px;
  }
  .Find_Your_Desired_Flower {
    top: 54%;
  }
  .carousel {
    width: 55%;
    left: 35%;
    top: -60px;
    z-index: 0;
  }
  .owl-nav {
    bottom: 250px;
  }

  .New_Products_title_2 {
    font-size: 25px;
  }
  .Categorie_img_text {
    margin-top: -180px;
  }

  .About_us_div {
    padding: 0px 100px;
  }
  .About_us_div p:nth-child(2) {
    font-size: 17px;
  }
  .About_us_right_img {
    right: -370px;
    top: -135px;
  }
  .About_us_left_img {
    margin-left: -275px;
    margin-top: -59px;
  }
  .Testimonials_firs_bg_div {
    padding-left: 75px !important;
  }
  .Testimonials_title p:nth-child(1) {
    font-size: 22px;
  }
  .Testimonials_title p:nth-child(2) {
    font-size: 18px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 22.5%;
    left: 5%;
    margin-top: 20px;
  }
  .Testimonials_title2 {
    padding-left: 55px !important;
    /* padding-right: 25px!important; */
    padding-top: 125px !important;
    padding-bottom: 25px !important;
  }
  .Testimonials_title2 p:nth-child(1) {
    color: #000000;
    font-size: 20px;
  }
  .Testimonials_title2 p:nth-child(2) {
    color: #000000;
    font-size: 18px;
  }
  .Testimonials_main_title {
    margin: 0;
    color: #626467;
    font-size: 35px;
  }

  .Pro_det p:nth-child(1) {
    font-size: 55px;
  }
  .Pro_det p:nth-child(2) {
    font-size: 35px;
  }
  .Pro_add_btn {
    padding: 15px 45px;
    font-size: 20px;
  }
  .Pro_enq {
    padding: 15px 45px;
    font-size: 20px;
  }
  .Pro_desc {
    font-size: 20px;
    width: 87%;
  }
  .gallery-top .swiper-wrapper {
    padding-top: 100px;
    margin-left: 0 !important;
  }
  .gallery-top {
    left: 32%;
    top: -860px;
  }
  .gallery-top .swiper-slide img {
    width: 320px;
    height: 370px;
  }

  .Pro_Enq_div_scroll_div_title p:nth-child(1) {
    font-size: 32px;
  }
  .Pro_Enq_div_scroll_div_title p:nth-child(2) {
    font-size: 20px;
  }
  .Pro_Enq_div_scroll_div_title {
    padding-left: 25px;
  }
  .Pro_Enq_div_form {
    margin-top: 50px;
  }

  .footer_div ul {
    font-size: 22px;
  }
  .footer_logo {
    width: 108px;
    height: 170px;
  }

  .Categorie_img4_text {
    margin-top: -235px;
    margin-left: 141px;
  }

  .Product_card_div {
    margin-top: 180px;
  }
  .Product_image img {
    top: -150px;
    width: 89% !important;
    position: absolute;
  }

  .Prof_img {
    width: 250px;
    height: 250px;
    transform: translate(-39.5%, 22%);
  }

  .Profile_con_Home .Prof_img {
    transform: translate(34%,70%)!important;
}
  .Prof_bg {
    transform: translate(20%,50%);
    width: 300px;
    height: 300px;
  }
  .pro_det_tex2_input{
    width: 80%!important;
    background: #f0f0f0!important;
    
  }



  .profile-pic:hover .Prof_img{
 
    transform: translate(33%, 69%);
   
  }
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(33%, 69%);
  }
}

@media (max-width: 950px) {
  .nav-links {
    padding-left: 20px;
    width: 60%;
  }
  .nav-links li a {
    font-size: 22px;
  }
  .nav_grid {
    bottom: 4%;
    width: 57%;
    right: 42%;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 20.5%;
    left: 5%;
    margin-top: 30px;
  }

  .Pro_det p:nth-child(1) {
    font-size: 50px;
  }
  .Pro_add_btn {
    padding: 15px 40px;
    font-size: 18px;
  }
  .Pro_enq {
    padding: 15px 40px;
    font-size: 18px;
  }
  .Pro_desc {
    font-size: 18px;
    width: 87%;
  }
  .gallery-thumbs {
    margin-left: 50px;
    padding-top: 50px;
  }

  .gallery-top {
    left: 32%;
    top: -860px;
  }
  .gallery-top .swiper-slide img {
    width: 255px;
    height: 320px;
  }
  .gallery-top {
    left: 32%;
    top: -820px;
  }
  .About_us_div p:nth-child(2) {
    width: 60%;
  }
  .gallery-top .swiper-wrapper {
    padding-top: 160px;
    margin-left: 0 !important;
  }

  .Prof_bg {
    transform: translate(17%,50%);
  }
  .Prof_img {
    transform: translate(-42.5%, 21%);
  }
  .Profile_con_Home .Prof_img {
    transform: translate(30%,70%)!important;
}

  .profile-pic:hover .Prof_img{
 
    transform: translate(30%, 70%);
   
  }
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(30%, 70%);
  }
}

@media(max-width:900px){
  .profile-pic:hover .Prof_img{
 
    transform: translate(25%, 70%);
   
  }
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(25%, 70%);
  }
}
@media (max-width: 850px) {
  .Testimonials_firs_img {
    position: absolute;
    width: 18.5%;
    left: 5%;
    margin-top: 45px;
  }
  .Pro_det p:nth-child(1) {
    font-size: 45px;
  }
  .Pro_add_btn {
    padding: 15px 30px;
    font-size: 16px;
  }
  .Pro_enq {
    padding: 15px 30px;
    font-size: 16px;
  }
  .Pro_desc {
    font-size: 18px;
    width: 87%;
  }
  .gallery-top {
    left: 33%;
    top: -1040px;
  }
  .swiper-container-wrapper {
    padding-top: 200px;
  }



  .Enquiries_div table tr td:nth-child(2) {
    font-size: 18px;
    width: 20%;
}
.Enquiries_div table tr:first-child td {
  font-size: 18px!important;
}

.Prof_bg {
  transform: translate(13%,50%);
}
.Prof_img {
  transform: translate(-47.5%, 21%);
}
.Profile_con_Home .Prof_img {
  transform: translate(25%,70%)!important;
}
}
@media (max-width: 800px) {
  .nav_grid {
    display: none;
  }
  .logo {
    text-align: center;
    width: 75%;
    align-items: start;
    display: flex;
    justify-content: flex-start;
  }
  .nav-links {
    padding-left: 0px;
    width: 100%;
    align-items: center;
  }
  .sec_section_container {
    margin-top: 150px;
  }
  .logo img {
    height: 7rem;
    width: 7rem;
    padding-bottom: 1rem;
  }

  .Testimonials_firs_img {
    position: absolute;
    width: 19%;
    left: 2.5%;
  }
  nav {
    background-color: #00000038;
  }

  .About_us_div p:nth-child(2) {
    width: 75%;
  }
  .About_us_div {
    padding: 0px 70px;
  }
  .Enq_now {
    padding-top: 120px;
  }
  .Categorie_img_text {
    margin-top: -145px;
    margin-left: 10px;
  }
  .Contact_Us .container {
    padding-top: 0px;
    margin-top: 0px;
}

.Prof_bg {
  transform: translate(10%,50%);
}
.Prof_img {
  transform: translate(-51%, 22%);
}
.Profile_con_Home .Prof_img {
  transform: translate(22%,70%)!important;
}
.Profile {
  margin-top: 0;
 
}
.Profile_con{
  padding-top: 120px;
}
.Profile_con_Home{
  padding-top: 120px;
}
.Profile_section{
  overflow-y: scroll;
}
}
@media(max-width:800px){
  .profile-pic:hover .Prof_img{
 
    transform: translate(21%, 70%);
   
  }
  .Profile_con_Home .Prof_img {
    transform: translate(22%,70%)!important;
}
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(21%, 70%);
  }
}
@media (max-width: 769px) {
  .gallery-top .swiper-slide img {
    width: 255px;
    height: 320px;
  }
  .gallery-top {
    left: 35%;
    top: -820px;
  }
  .gallery-top .swiper-wrapper {
    padding-top: 13px;
    margin-left: 0 !important;
  }
  .Pro_list_title p:nth-child(1) {
    font-size: 50px;
  }
  .Pro_list_title {
    margin-top: 120px;
  }
  .profile-pic:hover .Prof_img{
 
    transform: translate(80%, 70%);
   
  }
  .Profile_con_Home .Prof_img {
    transform: translate(80%,70%)!important;
}
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(80%, 70%);
  }


  .not_fount_img {
    width: 80%;
}
}
@media (max-width: 767px) {
  .Categorie_img_text {
    margin-top: -540px;
    margin-left: 30px;
  }
  .Categorie_img4_text {
    margin-top: -145px;
    margin-left: 100px;
  }
  .About_us_div {
    padding: 0px 50px;
  }
  .About_us_div p:nth-child(2) {
    font-size: 15px;
    color: #000000;
    font-family: Elpi_Medium;
    width: 73%;
    line-height: 1;
  }
  .About_us_div p:nth-child(1) {
    font-size: 40px;
    color: #000000;
  }
  .Testimonials_firs_bg_div {
    padding-left: 170px !important;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 19% !important;
    left: 7.5% !important;
    margin-top: 35px !important;
  }
  .Testimonials_sec_img {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
  }
  .Categories_section {
    overflow-y: hidden;
  }
  .About_us_right_img {
    right: -330px;
    top: -130px;
  }
  .About_us_left_img {
    margin-left: -250px;
    margin-top: -28px;
  }
  .About_us {
    margin-top: 250px;
    align-items: center;
    /* align-content: center; */
    /* justify-content: unset; */
    display: flex;
  }
  .About_us_container {
    background-size: inherit;
    /* width: 50%; */
  }
  .About_us_div {
    padding-left: 75px;
  }
  .New_Products_section,
  .Categories_section {
    margin-top: 130px;
  }

  .product_detail_col {
    padding-top: 0px;
    z-index: 2;
  }
  .product_detail {
    overflow-y: scroll;
    height: 100%;
  }
  /* .Pro_row{
            height: 100vh;
        } */

  .gallery-top {
    left: 28%;
    top: -630px;
    height: 400px;
  }
  .Pro_det {
    padding-left: 25px;
  }
  .footer_logo {
    width: 82px;
    height: 137px;
  }
  .footer_div ul {
    font-size: 16px;
  }



  .Enquiries_div table{
    display: none;
  }
  .Enquiries_div_pro_div_bg{
    display: block;
  }

  .Prof_img {
    transform: translate(7%, 21%);
}
.Prof_bg {
  transform: translate(58%,50%);
}
.Prof_det{
  background-color: #FFFFFF;
}
}
@media (max-width: 700px) {
  .gallery-top {
    left: 35%;
    top: -675px;
    height: 400px;
  }
  .gallery-top .swiper-slide img {
    width: 330px;
    height: 385px;
  }
  .footer_logo_disc img {
    width: 75%;
  }
  .footer_div p {
    font-size: 20px;
  }
  .footer_logo {
    width: 75px;
    height: 120px;
  }
  .home_image_main_title2 {
    font-size: 20px;
    top: 45%;
  }
  .Find_Your_Desired_Flower {
    top: 58%;
  }
  .Product_image img {
    top: -55px;
    width: 89% !important;
    position: absolute;
  }

  .Prof_bg {
    transform: translate(50%,50%);
}
.Prof_img {
  transform: translate(-3%, 21%);
}
.Profile_con_Home .Prof_img {
  transform: translate(70%,70%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(70%, 70%);
 
}
.profile-pic:hover .-label {
  width: 250px;
  height: 250px;
  transform: translate(70%, 70%);
}
}

@media (max-width: 650px) {
  .About_us_left_img {
    margin-left: -200px;
    margin-top: -28px;
  }
  .About_us_right_img {
    right: -282px;
    top: -105px;
  }
  .Pro_Enq_div_scroll_div_title p:nth-child(1) {
    font-size: 21px;
  }
  .Pro_Enq_div_scroll_div_title p:nth-child(2) {
    font-size: 18px;
  }

  .Prof_bg {
    transform: translate(40%,50%);
}
.Prof_img {
  transform: translate(-15%, 21%);
}
.Profile_con_Home .Prof_img {
  transform: translate(58%,70%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(59%, 70%);
 
}
.profile-pic:hover .-label {
  width: 250px;
  height: 250px;
  transform: translate(59%, 70%);
}
}
@media (max-width: 600px) {
  .home_image_main_title2 {
    font-size: 20px;
    top: 40%;
  }
  .Find_Your_Desired_Flower {
    top: 50%;
  }
  .home_image_main_title {
    left: 47%;
    font-size: 30px;
  }
  .Find_Your_Desired_Flower {
    top: 55%;
    padding-bottom: 20px;
  }
  .carousel {
    width: 55%;
    left: 35%;
    top: 45px;
    z-index: 0;
  }
  .social_media_icon {
    right: 40px;
    top: 35%;
  }

  .Product_image img {
    top: -30px;
    left: 12.5%;
    width: 75% !important;
    position: absolute;
  }
  .Product_card_div {
    margin-top: 50px;
  }
  .Product_image {
    /* width: 323px; */
    height: 130px;
    width: 100%;
  }
  .Product_title p:nth-child(1) {
    font-size: 15px;
  }
  .Product_title p:nth-child(2) {
    font-size: 12px;
  }
  .btn_add {
    font-size: 17px;
  }
  .pro_minus_btn {
    font-size: 15px;
  }
  .pro_plus_btn {
    font-size: 15px;
  }
  .pro_no {
    font-size: 15px;
  }
  .New_Products_title_main {
    font-size: 25px;
  }

  .New_Products_title_2 {
    font-size: 20px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 20%;
    left: 11.5%;
    margin-top: 40px;
  }

  .Pro_list_title p:nth-child(1) {
    font-size: 40px;
  }
  .Pro_list_title p:nth-child(2) {
    font-size: 25px;
  }
  .Categorie_img_text {
    margin-top: -400px;
    margin-left: 30px;
  }

  .Prof_bg {
    transform: translate(35%,50%);
}
.Prof_img {
  transform: translate(-21%, 21%);
}
.Profile_con_Home .Prof_img {
  transform: translate(52%,70%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(51%, 70%);
 
}
.profile-pic:hover .-label {
  width: 250px;
  height: 250px;
  transform: translate(51%, 70%);
}
}

@media (max-width: 575px) {
  .Product_image img {
    top: -138px;
    left: 23.5%;
    position: absolute;
    width: 55% !important;
  }
  .Product_card_div {
    margin-top: 180px;
  }

  .Categorie_img4_text {
    margin-top: -255px;
    margin-left: 215px;
  }
  .Enq_now {
    font-size: 65px;
  }
  .Pro_Enq_div_scroll_div_title {
    padding-left: 12px;
  }
  .Pro_Enq_div_form {
    margin-right: 0px;
  }
  .send_enq {
    
    font-size: 18px;
    padding: 10px 20px;
}

.Prof_bg {
  transform: translate(32%,50%);
}
.Prof_img {
  transform: translate(-25%, 21%);
}
.Profile_con_Home .Prof_img {
  transform: translate(48%,70%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(48%, 70%);
 
}
.profile-pic:hover .-label {
  width: 250px;
  height: 250px;
  transform: translate(48%, 70%);
}
}

@media (max-width: 550px) {
  .Prof_bg {
    transform: translate(24%,50%);
  }
  .Prof_img {
    transform: translate(-34%, 21%);
  }
  .Profile_con_Home .Prof_img {
    transform: translate(39%,70%)!important;
}
  .profile-pic:hover .Prof_img{
 
    transform: translate(39%, 70%);
   
  }
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(39%, 70%);
  }
}
@media (max-width: 500px) {
  .home_image_main_title {
    left: 47%;
    font-size: 25px;
  }
  .btn_add {
    font-size: 14px;
  }
  .pro_minus_btn {
    font-size: 14px;
  }
  .pro_plus_btn {
    font-size: 14px;
  }
  .pro_no {
    font-size: 14px;
  }
  .card-body {
    padding: 12px 12px;
  }
  .About_us_container {
    background-repeat: no-repeat;
    margin-top: 22%;
    background-size: cover;
  }
  .About_us_div p:nth-child(2) {
    width: 79%;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 25%;
    left: 4.5%;
    margin-top: 60px;
  }
  .Testimonials_main_title {
    margin: 0;
    color: #626467;
    font-size: 18px;
  }
  .Categorie_img4_text {
    margin-top: -50%;
    margin-left: 30%;
  }

  .Testimonials_section {
    height: auto !important;
    padding-top: 95px;
    padding-bottom: 75px;
  }

  .About_us_left_img {
    margin-left: -145px;
    margin-top: -28px;
  }
  .About_us_right_img {
    right: -177px;
    top: 28px;
  }

  .gallery-thumbs {
    margin-left: 25px;
    padding-top: 100px;
  }
  .swiper-container-wrapper {
    padding-top: 150px;
  }
  .gallery-top {
    left: 30%;
    top: -660px;
    height: 400px;
  }
  .gallery-top .swiper-slide img {
    width: 300px;
    height: 385px;
  }

  .Similar_products_title {
    color: #626467;
    font-size: 45px;
    font-family: Elpi_Medium;
    margin-top: 60px;
  }

  .Pro_list_title p:nth-child(1) {
    font-size: 30px;
  }
  .Pro_list_title p:nth-child(2) {
    font-size: 18px;
  }


  .Prof_bg {
   
      transform: translate(12%,50%);

  }
  .Prof_img {
    transform: translate(-48%, 22%);
  }
  .Profile_con_Home .Prof_img {
    transform: translate(24%,70%)!important;
}
  .profile-pic:hover .Prof_img{
 
    transform: translate(24%, 70%);
   
  }
  .profile-pic:hover .-label {
    width: 250px;
    height: 250px;
    transform: translate(24%, 70%);
  }
}

@media (max-width: 470px) {
  .Product_image img {
    top: -50px;
    left: 23.5%;
    position: absolute;
    width: 55% !important;
  }
  /* .Product_image img {
        top: -40px;
        left: 12.5%;
        width: 75%!important;
        position: absolute;
    } */
  /* .Product_card_div {
        margin-top: 60px;
    } */
  .Product_image {
    /* width: 323px; */
    height: 190px;
    width: 100%;
  }
  .Product_title p:nth-child(1) {
    font-size: 16px;
  }  
  .Product_title p:nth-child(2) {
    font-size: 14px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 32%;
    left: 4.5%;
    margin-top: 95px;
  }

  .Categorie_img_text {
    margin-top: -360px;
    margin-left: 30px;
  }

  .pro_det_tex2_input {
    width: 100%!important;
}



.not_fount_img {
  width: 100%;
}
.not_fount_txt p:first-child {
  font-size: 35px;
}
.not_fount_txt p:last-child {
  font-size: 18px;
}
}


@media (max-width: 450px) {
.Prof_bg {
   
  transform: translate(12%,50%);
  width: 250px;
  height: 250px;
}
.Prof_img {
  transform: translate(-64%, 14%);
width: 200px;
height: 200px;
}
.Profile_con_Home .Prof_img {
  transform: translate(27%,75%)!important;
}

.profile-pic:hover .Prof_img{
 
  transform: translate(28%, 76%);
 
}
.profile-pic:hover .-label {
  width: 200px;
  height: 200px;
  transform: translate(28%, 76%);
}
.subscribe input{
  background: #F0F0F0;
  width: 100%;
  }
  .sign_whitbag{
width: 100%;
  }
}
@media (max-width: 400px) {
  .home_image_main_title {
    left: 47%;
    font-size: 20px;
  }
  .home_image_main_title2 {
    font-size: 12px;
    top: 40%;
  }
  .Find_Your_Desired_Flower p {
    font-size: 15px;
  }
  .New_Products_title_main {
    font-size: 30px;
    line-height: 1;
  }
  .New_Products_title_2 {
    font-size: 12px;
    font-family: Elpi_Regular;
    color: #626467;
  }

  .New_Products_container {
    margin-top: 75px;
  }

  .Product_image img {
    top: -50px;
    left: 12.5%;
    width: 75% !important;
    position: absolute;
  }
  .Product_card_div {
    margin-top: 75px;
  }
  .Testimonials_firs_img {
    position: absolute;
    width: 37% !important;
    left: 3.5% !important;
    margin-top: 50px !important;
  }
  .Testimonials_title p:nth-child(1) {
    font-size: 12px;
  }
  .Testimonials_title p:nth-child(2) {
    font-size: 11px;
  }
  .footer_logo {
    width: 60px;
    height: 100px;
  }
  .footer_div p {
    color: #f0f0f0;
    font-size: 21px;
  }
  .footer_div ul {
    color: #f0f0f0;
    font-size: 15px;
  }
  .footer_logo_disc img {
    width: 50%;
  }
  .About_us_left_img {
    margin-left: -110px;
    margin-top: -28px;
  }

  .footer_tail p {
    color: #0a0a0a;
    font-size: 14px;
    font-family: Elpi_Regular !important;
    display: flex;
    justify-content: end;
  }
  .footer_div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-top {
    left: 30%;
    top: -480px;
  }
  .gallery-top .swiper-slide img {
    width: 220px;
    height: 300px;
  }

  .Pro_list_title p:nth-child(1) {
    font-size: 25px;
  }

  .page_prev .page-link {
    padding: 8px 20px !important;
  }
  .pagination_nextprev .page_next {
    padding: 5px 25px;
  }
  .Enq_now {
    font-size: 40px;
}


.Prof_bg {
   
  transform: translate(12%,50%);
  width: 200px;
  height: 200px;
}
.Prof_img {
  transform: translate(-90%, 2%);
width: 150px;
height: 150px;
}
.Profile_con_Home .Prof_img {
  transform: translate(33%,84%)!important;
}
.profile-pic:hover .Prof_img{
 
  transform: translate(32%, 84%);
 
}
.profile-pic:hover .-label {
  width: 150px;
  height: 150px;
  transform: translate(32%, 84%);
}
.Prof_det div{
padding: 0px!important;
padding-top: 20px!important;
padding-bottom: 20px!important;
}
}
