@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins-Thin.ttf") format("truetype"), url("../fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}




body {
  font-family: "Poppins-Regular", sans-serif;
  margin: 0;
  background-image: url(./../RosePetal/assets/images/bg_body.png);
  background-size: 100% 100%;
  background-position: top center;
  box-sizing: border-box;
  position: relative;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center;
}

.pt_50 {
  padding-top: 50px;
}

.btn {
  padding: 12px 8px;
  text-decoration: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
  line-height: normal;
  font-family: "Poppins-Bold", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.btn-yellow {
  color: #19549f;
  background-color: #fdf102;
}

.text-bluedark {
  background-color: #17539e;
}

.btn-blue {
  color: #fff;
  background-color: #19549f;
}

.btn-radius {
  border-radius: 150px;
  padding: 6px 17px;
}

.text-blue {
  color: #19549f;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.fs_12 {
  font-size: 12px;
}

.py_50px {
  padding: 50px 0;
}

.mt-15px {
  margin-top: 15px;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.productslider1 .slick-track {
  margin-left: 0;
}

.headermain .mini_header {
  padding: 10px 0;
  background-color: #6ecff6;
}
.headermain .mini_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.headermain .mini_header ul li {
  margin-right: 40px;
}
.headermain .mini_header ul li a {
  display: inline-block;
}
.headermain .mini_header ul li:last-child {
  margin-right: 0;
}
.headermain .mini_header .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headermain .mini_header .search-icon {
  position: absolute;
  right: 15px;
  display: block;
}
.headermain .big_header {
  padding-top: 50px;
}
.headermain .big_header .container {
  border-bottom: 8px solid #6e9fcc;
  padding-bottom: 30px;
}
.headermain .big_header .logo {
  width: 202px;
}
.headermain .big_header .logo .img-fluid img {
  max-width: 100%;
  height: auto;
}
.headermain .big_header .navbar {
  width: calc(100% - 202px);
}
.headermain .big_header .navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.headermain .big_header .navbar ul li {
  padding: 0 15px;
  border-left: 2px solid #6e9fcc;
  border-right: 2px solid #6e9fcc;
  width: 33.33%;
  display: flex;
  justify-content: center;
}
.headermain .big_header .navbar ul li a {
  width: 150px;
  padding: 15px 10px;
  border-radius: 75px;
  color: #17539e;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
}
.headermain .big_header .navbar ul li a:hover {
  background-color: #6ecff6;
  color: #fff;
}
.headermain .big_header .navbar ul li a span.arrow {
  display: none;
}
.headermain .big_header .navbar ul li.current-menu-item a {
  background-color: #6ecff6;
  color: #fff;
}
.headermain .big_header .navbar ul li .sub-menu {
  animation: animationmenu ease 0.5s;
  animation-iteration-count: 1;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 170px;
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.headermain .big_header .navbar ul li .sub-menu li {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  text-align: center;
  padding: 0;
  position: relative;
  margin: 10px 0;
}
.headermain .big_header .navbar ul li .sub-menu li::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 50px;
  height: 2px;
  background-color: #84a4cc;
}
.headermain .big_header .navbar ul li .sub-menu li:first-child::before {
  display: none;
}
.headermain .big_header .navbar ul li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #17539e;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.headermain .big_header .navbar ul li .sub-menu li a::after {
  display: none;
}
.headermain .big_header .navbar ul li .sub-menu li:last-child a::before {
  display: none;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu {
  width: 722px;
  display: none;
  left: -84%;
  border-radius: 20px;
  justify-content: center;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu::after {
  left: auto !important;
  width: 170px !important;
  transform: translateX(-67px);
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ddd;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li::before {
  display: none;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li:first-child::after {
  display: none;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd {
  padding: 15px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd a {
  width: auto;
  padding: 0 0;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd a:hover {
  background-color: transparent;
}
.headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd a:hover p {
  color: #6ecff6;
}
.headermain .big_header .navbar ul li.productmenu:hover .sub-menu {
  display: flex !important;
}
.headermain .big_header .navbar ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.headermain .big_header .navbar ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.headermain .big_header .navbar ul li.menu-item-has-children {
  position: relative;
}
.headermain .big_header .navbar ul li.menu-item-has-children:hover a {
  position: relative;
  background-color: #6ecff6;
  color: #fff;
}
.headermain .big_header .navbar ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.headermain .big_header .navbar ul li.menu-item-has-children:hover .sub-menu::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.headermain .big_header .navbar ul li.menu-item-has-children:hover .sub-menu a {
  background-color: transparent;
  color: #17539e;
}
.headermain .big_header .navbar ul li.menu-item-has-children:hover .sub-menu a:hover {
  background-color: #6ecff6;
  color: #17539e;
}
.headermain .big_header .search-icon {
  display: none;
}

@keyframes animationmenu {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -5px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px);
  }
}
.firstsect {
  padding-top: 50px;
}

.img_only {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}

.banner_tt {
  overflow: hidden;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 450px;
  padding: 50px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.banner_tt.offer_sl {
  height: auto;
  position: relative;
  justify-content: flex-end;
}
.banner_tt .img_only {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.banner_tt .img_only img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.banner_tt .img_tt {
  text-align: center;
  width: 50%;
  padding: 25px;
}
.banner_tt .text_tt {
  padding: 25px;
  width: 50%;
  box-sizing: border-box;
}
.banner_tt .text_tt h3 {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
}
.banner_tt .text_tt h2 {
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 44px;
  font-size: 48px;
  text-transform: uppercase;
}
.banner_tt .text_tt .font-md {
  font-size: 28px;
  display: block;
  line-height: 1;
}
.banner_tt .text_tt .font-ss {
  font-size: 26px;
  display: block;
  line-height: 1;
}
.banner_tt .text_tt p {
  line-height: 25px;
  font-size: 0.875rem;
  margin: 0;
  color: #fff;
}

.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.5%;
  border-radius: 20px;
  overflow: hidden;
}

.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  overflow: hidden;
  border-radius: 20px;
}

.slickslide .slick-dots {
  bottom: 15px;
}
.slickslide .slick-dots li {
  width: 12px;
  height: 12px;
}
.slickslide .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.slickslide .slick-dots li button::before {
  display: none;
}
.slickslide .slick-dots li.slick-active button {
  background-color: #fff;
}

.product__slider-main .slick-prev, .product__slider-main .slick-next, .product__slider-thmb .slick-prev, .product__slider-thmb .slick-next {
  width: 40px;
  height: 40px;
}
.product__slider-main .slick-prev::before, .product__slider-main .slick-next::before, .product__slider-thmb .slick-prev::before, .product__slider-thmb .slick-next::before {
  font-size: 42px;
  color: #fff;
}
.product__slider-main .slick-prev, .product__slider-thmb .slick-prev {
  z-index: 1;
  left: 0;
}
.product__slider-main .slick-prev::before, .product__slider-thmb .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.product__slider-main .slick-next, .product__slider-thmb .slick-next {
  right: 0;
  z-index: 1;
}
.product__slider-main .slick-next::before, .product__slider-thmb .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.productslider1 .slick-prev, .productslider1 .slick-next {
  width: 25px;
  height: 25px;
  background-color: #17539E;
  border-radius: 100%;
  bottom: -48px;
  top: auto;
}
.productslider1 .slick-prev::before, .productslider1 .slick-next::before {
  font-size: 18px;
  color: #fff;
  line-height: 0.6;
}
.productslider1 .slick-prev:hover, .productslider1 .slick-prev:focus, .productslider1 .slick-next:hover, .productslider1 .slick-next:focus {
  background-color: #6ECFF6;
}
.productslider1 .slick-prev:hover::before, .productslider1 .slick-prev:focus::before, .productslider1 .slick-next:hover::before, .productslider1 .slick-next:focus::before {
  color: #fff;
}
.productslider1 .slick-prev {
  z-index: 1;
  left: auto;
  right: 35px;
}
.productslider1 .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -2px;
}
.productslider1 .slick-next {
  right: 0;
  z-index: 1;
}
.productslider1 .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2px;
  margin-top: -1px;
}

.imgslider {
  padding-bottom: 30px;
}
.imgslider .productcd a p {
  color: #fff;
}
.imgslider .slick-prev, .imgslider .slick-next {
  width: 30px;
  height: 30px;
  background-color: #17539E;
  border-radius: 100%;
  bottom: -13px;
  top: auto;
}
.imgslider .slick-prev::before, .imgslider .slick-next::before {
  font-size: 30px;
  color: #fff;
  line-height: 0.6;
}
.imgslider .slick-prev:hover, .imgslider .slick-prev:focus, .imgslider .slick-next:hover, .imgslider .slick-next:focus {
  background-color: #6ECFF6;
}
.imgslider .slick-prev:hover::before, .imgslider .slick-prev:focus::before, .imgslider .slick-next:hover::before, .imgslider .slick-next:focus::before {
  color: #fff;
}
.imgslider .slick-prev {
  z-index: 1;
  left: auto;
  right: 35px;
}
.imgslider .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -2px;
}
.imgslider .slick-next {
  right: 0;
  z-index: 1;
}
.imgslider .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2px;
  margin-top: -1px;
}
.imgslider .slick-list {
  padding-left: 0 !important;
}

.bannerwithimg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.bannerwithimg .bannerwithimgcontent {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.bannerwithimg .bannerwithimgcontent .img1 {
  width: 150px;
}
.bannerwithimg .bannerwithimgcontent .img2 {
  width: 260px;
  margin-bottom: 15px;
}
.bannerwithimg .bannerwithimgcontent h3 {
  font-size: 51px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  margin: 0;
}
.bannerwithimg .bannerwithimgcontent h3 span {
  display: block;
}
.bannerwithimg .bannerwithimgcontent h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 1;
}
.bannerwithimg .bannerwithimgcontent h2 .span1 {
  color: #8fdeff;
  font-size: 49px;
  font-family: "Poppins-Medium", sans-serif;
  display: block;
}
.bannerwithimg .bannerwithimgcontent h2 .span2 {
  font-size: 82px;
  display: block;
  color: #fff;
  font-family: "Poppins-Bold", sans-serif;
}
.bannerwithimg .bannerwithimgcontent h2 .span3 {
  font-size: 59px;
  display: block;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
}
.bannerwithimg.righttext .bannerwithimgcontent {
  right: 0;
  align-items: flex-end;
}
.bannerwithimg.righttext .bannerwithimgcontent h3 {
  text-align: right;
}

footer {
  padding-top: 70px;
}

.footerinner {
  display: flex;
  align-items: flex-end;
  padding: 50px 30px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footerinner .contact_ff {
  width: 30%;
}
.footerinner .contact_ff a {
  color: #17549f;
  font-size: 0.9rem;
  font-family: "Poppins-Regular", sans-serif;
  text-decoration: none;
}
.footerinner .contact_ff .contact_f_d {
  display: flex;
  align-items: center;
}
.footerinner .contact_ff .contact_f_d h4 {
  font-size: 0.9rem;
  color: #17549f;
  font-family: "Poppins-Bold", sans-serif;
  margin: 0;
  padding-right: 16px;
}
.footerinner .contact_ff .contact_f_d ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.footerinner .contact_ff .contact_f_d ul li {
  margin-right: 15px;
}
.footerinner .contact_ff .contact_f_d ul li:last-child {
  margin-right: 0;
}
.footerinner .contact_ff .contact_f_d ul li .icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.footerinner .brand_f {
  width: 50%;
}
.footerinner .brand_f ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footerinner .brand_f ul li {
  margin-right: 25px;
}
.footerinner .brand_f ul li a {
  display: inline-block;
}
.footerinner .brand_f ul li a img {
  max-width: 70px;
}
.footerinner .brand_f ul li:last-child {
  margin-right: 0;
}
.footerinner .brand_icon_f {
  width: 20%;
  text-align: center;
}
.footerinner .brand_icon_f img {
  max-width: 112px;
}

.w-50 {
  width: 50% !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.menubtn {
  text-decoration: none;
  border: none;
  background-color: transparent;
  outline: none;
  display: none;
}
.menubtn .imgwhite {
  filter: invert(1);
  width: 30px;
}

.mobile-overlay {
  display: none;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.mobile-overlay.active {
  display: block;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.productsmain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
}

.singleproduct {
  width: 40%;
  display: flex;
  align-items: center;
}
.singleproduct .single_proimg {
  width: 150px;
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
}
.singleproduct .single_proimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleproduct .single_contentproduct {
  width: calc(100% - 150px);
  padding-left: 15px;
}
.singleproduct .single_contentproduct h3 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 7px;
  color: #17539e;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
}
.singleproduct .single_contentproduct p {
  line-height: 19px;
  font-size: 0.875rem;
  margin: 0;
  color: #17539e;
  margin-bottom: 6px;
}

.multiproduct {
  width: 60%;
}

.productcd {
  padding: 0 20px;
  width: fit-content;
}
.productcd a, .productcd button {
  padding: 0;
  box-shadow: none;
  border: none;
  background: transparent;
  display: flex;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productcd img {
  width: 95px;
  margin-bottom: 15px;
}
.productcd p {
  color: #17539e;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Poppins-Medium", sans-serif;
}

.innervide {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.5%;
  border-radius: 20px;
  overflow: hidden;
}

.innervide iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* sustain page */
.sustaininner {
  padding: 40px;
  border-radius: 20px;
  background-image: url(./../images/sustainbg.png);
  background-image: url(./../RosePetal/assets/images/sustainbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.inner_textsustaintop {
  width: 70%;
}

.inner_textsustaintop h2 {
  font-size: 40px;
  color: #17539e;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.inner_textsustaintop p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}

.imgportion {
  margin: 30px 0;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
/*   visibility: hidden; */
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 112, 192, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlaymodal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlaymodal {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  z-index: 9999;
  width: 740px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
  border-radius: 20px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0deg, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  right: -25px;
  top: -22px;
  width: 45px;
  height: 45px;
  display: block;
  color: #aaa;
  border: 0;
  background-color: transparent;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.productinnerdetail {
  padding: 30px 55px;
  display: flex;
}

.productinnerdetail .leftproductdata {
  margin-right: 5%;
  width: 375px;
}

.productinnerdetail .rightproductdata {
  width: 300px;
}

.productinnerdetail .rightproductdata .prodDescSection {
  --text-opacity: 1;
  color: #0070c1;
  color: rgba(0, 112, 193, var(--text-opacity));
  padding-bottom: 8px;
  font-size: 1.875rem;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

.rating-wrapper.inline-block {
  width: auto !important;
}

.rating-primary-image {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.primaryImage, .rating-secondary-image {
  width: 108px;
  min-height: 5px;
}

.inline-block {
  display: inline-block;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.quickViewMoreDetails {
  color: #0070c1;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.imgtargetamazmain {
  margin-top: 40px;
}

.imgtargetamaz {
  width: 120px;
  margin: 10px auto;
}

.aboutsmain {
  padding: 40px 0;
  border-radius: 20px;
  background-color: #6ecff6;
}
.aboutsmain .aboutinnercontentpadding {
  padding: 40px;
  padding-top: 0;
}
.aboutsmain h2 {
  font-size: 33px;
  color: #17539e;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -2px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

.pb-30 {
  padding-bottom: 30px;
}

.timelinetree .treeelements {
  display: flex;
  justify-content: center;
  position: relative;
}
.timelinetree .treeelements.row-reverse {
  flex-direction: row-reverse;
}
.timelinetree .treeelements::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
.timelinetree .treeelements::after {
  content: "";
  position: absolute;
  top: 0;
  height: 14px;
  width: 14px;
  background-color: #17539e;
  border-radius: 100%;
}
.timelinetree .treeelements .bgimgline {
  width: 22px;
  height: 119px;
  background-image: url(./../images/bg_aboutsec.webp);
  background-image: url(./../RosePetal/assets/images/bg_aboutsec.webp);
  background-position: top center;
  background-size: 100% 100%;
  margin: 0 auto;
  display: none;
}
.timelinetree .treeelements .bg_withtext {
  display: none;
}
.timelinetree .treeelements .bg_withtext .textdiv2 {
  text-align: center;
  margin: 20px 0;
}
.timelinetree .treeelements h3 {
  font-size: 33px;
  color: #17539e;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 0.9;
  letter-spacing: -2px;
}
.timelinetree .treeelements p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins-Medium", sans-serif;
  color: #17539e;
  font-size: 17px;
}
.timelinetree .treeelements:last-child .w-50 {
  position: relative;
}
.timelinetree .treeelements:last-child .w-50:first-child::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  height: 14px;
  width: 14px;
  background-color: #17539e;
  border-radius: 100%;
}

.bannerbgwithtext {
  border-radius: 20px;
  background-size: cover !important;
}

.bannerbgwithtext .contentbanner {
  padding-top: 150px !important;
  padding-bottom: 150px;
  padding-left: 30px;
  box-sizing: border-box;
  width: 46%;
}

.bannerbgwithtext .contentbanner h2 {
  font-family: "Poppins-Bold", sans-serif;
  color: #17549f;
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

.bannerbgwithtext .contentbanner h1 {
  font-family: "Poppins-Bold", sans-serif;
  font-family: "gotham-black", sans-serif;
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

.bannerbgwithtext .contentbanner h3 {
  font-family: "Poppins-Bold", sans-serif;
  font-family: "gotham-black", sans-serif;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 35px;
}

.bannerbgwithtext .contentbanner p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  font-size: 17px;
}

.bannerbgwithtext .contentbanner p a {
  text-decoration: none;
  color: #17549f;
}
/* css for new rpp page */
.bannerbgwithtext .contentbanner-1 {
  /* padding-top: 150px !important;
  padding-bottom: 150px;
  padding-left: 10px;*/
  box-sizing: border-box; 
  width: 80% !important;
  text-align: center;
}
.bannerbgwithtext .contentbanner-1 h1 {
  font-family: "Poppins-Bold", sans-serif;
  font-family: "gotham-black", sans-serif;
  color: #275499;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.bannerbgwithtext .contentbanner-1 h3 {
  font-family: "Poppins-Bold", sans-serif;
  font-family: "gotham-black", sans-serif;
  color: #275499;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 35px;
}
.bannerbgwithtext .contentbanner-1 p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins-Medium", sans-serif;
  color: #275499;
  font-size: 17px;
}
.bannerbgwithtext .contentbanner-1 p a {
  text-decoration: none;
  color: #17549f;
}

.faqsinner {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 30px;
  box-sizing: border-box;
}

.faqsinner .titlefaqs {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins-Medium", sans-serif;
  color: #17549f;
  font-size: 17px;
  margin: 0;
  margin-bottom: 5px;
}

.faqsinner p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: "Poppins-Regular", sans-serif;
  color: #17549f;
  font-size: 14px;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay-content form {
  display: flex;
  justify-content: center;
}
.overlay-content form input {
  text-decoration: none;
  outline: none;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 65%;
  background: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #6ecff6;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.overlay button:hover {
  background: #19549f;
  color: #fff;
}

.headermain .search-icon .openBtn {
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 9px 55px;
  border-radius: 50px;
}

.addressres {
  display: none;
}

.imagetext_ .row {
  display: flex;
  background-color: #fff;
}
.imagetext_ .row .imageportion {
  width: 50%;
  background-color: #1c924f;
  border-radius: 0px 20px 20px 0px;
}
.imagetext_ .row .imageportion img {
  height: 85%;
  justify-content: center;
  display: flex;
  margin: auto;
  padding-top: 20px;

}
.imagetext_ .row .textportion {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0px 0px 20px;
}
.imagetext_ .row .textportion .inertt {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.imagetext_ .row .textportion .inertt a {
  text-decoration: none;
}
.imagetext_ .row .textportion .inertt a img {
  width: 160px;
}
.imagetext_ .row .textportion .inertt h4 {
  text-align: center;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.imagetext_ .row .textportion .inertt h2 {
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 47px;
}
.imagetext_ .row .textportion .inertt h3 {
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.imagetext_ .row .textportion .inertt p {
  color: #17539e;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.imagetext_ .row .textportion .inertt p strong {
  text-transform: capitalize;
}
/* rpp new page css */
.imagetext_ .row .textportion .inertt-1 {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.imagetext_ .row .textportion .inertt-1 a {
  text-decoration: none;
}
.imagetext_ .row .textportion .inertt-1 a img {
  width: 160px;
}
.imagetext_ .row .textportion .inertt-1 h4 {
  text-align: left;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: inherit;
  line-height: 24.5px;
}
.imagetext_ .row .textportion .inertt-1 h2 {
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 47px;
}
.imagetext_ .row .textportion .inert-1 h3 {
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.imagetext_ .row .textportion .inertt-1 p {
  color: #17539e;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.imagetext_ .row .textportion .inertt-1 p strong {
  text-transform: capitalize;
}
.h-50px {
  height: 50px;
}

.bg-white {
  background-color: #fff;
}

.homeinner {
  padding: 40px 30px;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.homeinner .homeinnertext {
  width: 46%;
}
.homeinner .homeinnertext h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 35px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.homeinner .homeinnertext h3 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 30px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.homeinner .homeinnertext h4 {
  font-weight: 300;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.clientsprofile {
  padding-top: 15px;
}
.clientsprofile h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 40px;
  color: #13418c;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  line-height: 43px;
  text-transform: uppercase;
}
.clientsprofile .filter {
  justify-content: center;
/*   display: flex; */
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: none !important;
}
.clientsprofile .filter .button {
  margin: 5px 0;
  cursor: pointer;
  width: 90px;
  padding: 10px 10px;
  background-color: #01be4a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 11px;
}
.clientsprofile .filter .button:last-child {
  margin-right: 0;
}
.clientsprofile .slick-initialized .slick-slide .imgpro_ {
  padding: 15px 0;
}
.clientsprofile .slick-initialized .slick-slide img {
  opacity: 0.5;
}
.clientsprofile .slick-slide.slick-current.slick-center.slick-active .imgpro_ {
  padding: 15px 0px;
}
.clientsprofile .slick-slide.slick-current.slick-center.slick-active img {
  transform: scale(1.3);
  opacity: 1;
}
.clientsprofile .galleryclients .slick-track:not([style*="(-"]) .slick-slide img {
  opacity: 1;
}
.clientsprofile .slick-track {
  margin-left: 0;
}
.clientsprofile .slideproduct {
  margin: 0 15px;
}
.targetchannel h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 40px;
  color: #13418c;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: center;
  line-height: 43px;
  text-transform: uppercase;
}
.targetchannel .row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.targetchannel .targetcard {
  width: calc(33.33% - 30px);
}

.targetcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  text-decoration: none;
}
.targetcard img {
  max-width: 72px;
}
.targetcard h3 {
  color: #17539e;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  text-align: center;
}
.targetcard p {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins-Medium", sans-serif;
}
.targetcard:hover, .targetcard.active {
  background-color: #85ade2;
}
.targetcard:hover h3, .targetcard.active h3 {
  color: #fff;
}

.offeringour .offeringourinner {
  background-color: #17539e;
  padding: 15px 0;
}
.offeringour .slick-arrow {
  z-index: 2;
}
.offeringour .slick-prev {
  left: 11px;
}
.offeringour .slick-next {
  right: 10px;
}
.offeringour h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  line-height: 43px;
  text-transform: uppercase;
}
.offeringour .offeringourslider .slick-arrow {
  background-position: center top;
  width: 27px;
  height: 27px;
  filter: brightness(1) invert(1);
}
.offeringour .offeringourslider .slick-arrow::before {
  display: none;
}
.offeringour .offeringourslider .slick-prev {
  background-image: url(https://rosepetal.com.pk/wp-content/uploads/2023/02/left_arrow.png);
}
.offeringour .offeringourslider .slick-next {
  background-image: url(https://rosepetal.com.pk/wp-content/uploads/2023/02/right_arrow.png);
}
.offeringour .offeringourslider .slick-slide {
  margin: 0 10px;
  padding: 35px 15px;
}
.offeringour .offeringourslider .slick-slide a {
  position: relative;
  display: block;
}
.offeringour .offeringourslider .slick-slide a::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.offeringour .offeringourslider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.offeringour .offeringourslider .slick-slide.slick-current, .offeringour .offeringourslider .slick-slide.slick-center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
}
.offeringour .offeringourslider .slick-slide.slick-current a::before, .offeringour .offeringourslider .slick-slide.slick-center a::before {
  display: none;
}
.offeringour .offeringourslider .slick-slide.slick-current img, .offeringour .offeringourslider .slick-slide.slick-center img {
  opacity: 1;
  filter: none;
}

@media screen and (max-width: 992px) {
  .menubtn {
    display: block;
  }

  .headermain .search-icon .openBtn {
    background-color: transparent;
    font-size: 19px;
    padding: 0px 0px;
  }
  .headermain .mini_header .search-icon {
    display: none;
  }

  .headermain .container {
    align-items: center;
    justify-content: space-between;
  }
  .headermain .big_header {
    padding-top: 30px;
  }
  .headermain .big_header .navbar {
    width: auto;
    order: -1;
  }
  .headermain .big_header .navbar ul {
    overflow: auto;
    display: block;
    position: fixed;
    left: -350px;
    top: 0;
    background-color: #fff;
    height: 100vh;
    width: 275px;
    z-index: 999;
    transition: 0.5s;
  }
  .headermain .big_header .navbar ul li {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    display: block;
    box-sizing: border-box;
  }
  .headermain .big_header .navbar ul li:first-child, .headermain .big_header .navbar ul li:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children:hover a {
    color: #6ecff6;
    background-color: transparent;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children:hover .sub-menu a:hover {
    background-color: transparent;
    color: #6ecff6;
  }
  .headermain .big_header .navbar ul li.current-menu-item a {
    background-color: transparent;
    color: #6ecff6;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children:hover a {
    position: initial;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children a {
    position: initial;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children a:hover {
    position: initial;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children .arrowmain {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: auto;
    right: 25px;
    transition: 0.4s ease;
    margin-top: 0;
    text-align: left;
    transform: rotate(45deg);
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow:before, .headermain .big_header .navbar ul li.menu-item-has-children span.arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #17539e;
    transition: 0.4s ease;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow:after {
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow.arrowrotate {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow.arrowrotate::before {
    transform: translate(10px, 0);
  }
  .headermain .big_header .navbar ul li.menu-item-has-children span.arrow.arrowrotate::after {
    transform: rotate(90deg) translate(10px, 0);
  }
  .headermain .big_header .navbar ul li a {
    display: inline-block;
    justify-content: space-between;
    width: fit-content;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0;
  }
  .headermain .big_header .navbar ul li a:hover {
    color: #6ecff6;
    background-color: transparent;
  }
  .headermain .big_header .navbar ul li a::after {
    display: none;
  }
  .headermain .big_header .navbar ul li .sub-menu {
    display: none !important;
  }
  .headermain .big_header .navbar ul li .sub-menu.show {
    display: block !important;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 1;
    height: auto;
  }
  .headermain .big_header .navbar ul li .sub-menu.show li {
    justify-content: flex-start;
    text-align: left;
  }
  .headermain .big_header .navbar ul li .sub-menu.show li a {
    padding-right: 0;
    padding-left: 0;
  }
  .headermain .big_header .navbar ul li .sub-menu.show li a {
    font-family: "Poppins-Regular", sans-serif;
    justify-content: flex-start;
  }
  .headermain .big_header .navbar ul li .sub-menu.show li a p {
    font-family: "Poppins-Regular", sans-serif;
  }
  .headermain .big_header .navbar ul li .sub-menu.show li::before {
    width: 100%;
  }
  .headermain .big_header .navbar ul li.productmenu .sub-menu li {
    justify-content: flex-start;
  }
  .headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd {
    padding-right: 0;
    padding-left: 0;
  }
  .headermain .big_header .navbar ul li.productmenu .sub-menu li .productcd a img {
    display: none;
  }
  .headermain .big_header .search-icon {
    display: block;
  }

  .headermain .big_header .navbar ul li.productmenu:hover .sub-menu, .headermain .big_header .navbar ul li.productmenu .sub-menu {
    width: 100%;
  }
  .headermain .big_header .navbar ul li.productmenu:hover .sub-menu li::after, .headermain .big_header .navbar ul li.productmenu .sub-menu li::after {
    left: auto;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #84a4cc;
  }
  .headermain .big_header .navbar ul li.productmenu:hover .sub-menu li:first-child::after, .headermain .big_header .navbar ul li.productmenu .sub-menu li:first-child::after {
    display: block;
  }
  .headermain .big_header .navbar ul li.productmenu:hover .sub-menu li:last-child::after, .headermain .big_header .navbar ul li.productmenu .sub-menu li:last-child::after {
    display: none;
  }

  .headermain .big_header .navbar ul li.productmenu .sub-menu, .headermain .big_header .navbar ul li.productmenu:hover .sub-menu {
    display: none !important;
  }

  .headermain .big_header .navbar ul li.productmenu .sub-menu.show {
    display: block !important;
  }

  .footerinner {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    padding-bottom: 20px;
  }
  .footerinner .contact_ff {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerinner .contact_ff .contact_f_d ul li .icon {
    width: 25px;
    height: 25px;
  }
  .footerinner .brand_f {
    width: 100%;
  }
  .footerinner .brand_f ul li {
    margin: 18px 0;
    margin-right: 10px;
  }
  .footerinner .brand_icon_f {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .footerinner .brand_f {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    margin: 15px 0;
  }
  .footerinner .brand_f ul li a img {
    max-width: 55px;
  }

  .addressres {
    display: block;
  }
  .addressres a {
    color: #17549f;
    font-size: 15px;
    text-align: center;
    font-family: "Poppins-Medium", sans-serif;
    text-decoration: none;
  }

  .singleproduct, .multiproduct {
    width: 100%;
  }

  .singleproduct .single_proimg, .singleproduct .single_contentproduct {
    margin-bottom: 15px;
  }

  .bannerwithimg .bannerwithimgcontent {
    padding: 30px 30px;
  }
  .bannerwithimg .bannerwithimgcontent .img1 {
    width: 130px;
  }
  .bannerwithimg .bannerwithimgcontent .img2 {
    width: 190px;
    margin-bottom: 5px;
  }
  .bannerwithimg .bannerwithimgcontent h3 {
    font-size: 40px;
  }

  .inner_textsustaintop {
    width: 100%;
  }

  .bannerbgwithtext .contentbanner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bannerbgwithtext .contentbanner h2 {
    font-size: 32px;
  }

  .bannerbgwithtext .py-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .bannerbgwithtext .contentbanner h1 {
    font-size: 24px;
  }

  .bannerbgwithtext .contentbanner h3 {
    font-size: 16px;
    line-height: 35px;
  }

  .bannerbgwithtext .contentbanner p {
    font-size: 14px;
  }

  .bannerbgwithtext {
    height: 400px;
  }
  /* css for new rpp page */
  .bannerbgwithtext .contentbanner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bannerbgwithtext .contentbanner-1 h2 {
    font-size: 32px;
  }

  .bannerbgwithtext .py-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .bannerbgwithtext .contentbanner-1 h1 {
    font-size: 24px;
  }

  .bannerbgwithtext .contentbanner-1 h3 {
    font-size: 16px;
    line-height: 35px;
  }

  .bannerbgwithtext .contentbanner-1 p {
    font-size: 14px;
  }

  .targetchannel .targetcard {
    width: calc(33.33% - 0px);
  }
}
@media screen and (max-width: 900px) {
  .clientsprofile .slick-initialized .slick-slide .imgpro_ {
    padding: 20px 0;
  }
  .clientsprofile .slick-initialized .slick-slide.slick-current.slick-center.slick-active .imgpro_ {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .bannerwithimg .bannerwithimgcontent {
    padding: 30px 30px;
  }
  .bannerwithimg .bannerwithimgcontent .img1 {
    width: 100px;
  }
  .bannerwithimg .bannerwithimgcontent .img2 {
    width: 160px;
    margin-bottom: 5px;
  }
  .bannerwithimg .bannerwithimgcontent h3 {
    font-size: 32px;
  }

  .bannerwithimg .bannerwithimgcontent h2 .span1 {
    font-size: 30px;
  }
  .bannerwithimg .bannerwithimgcontent h2 .span2 {
    font-size: 50px;
  }
  .bannerwithimg .bannerwithimgcontent h2 .span3 {
    font-size: 36px;
  }

  .pt_50 {
    padding-top: 30px;
  }

  .firstsect {
    padding-top: 30px;
  }

  footer {
    padding-top: 50px;
  }

  .headermain .mini_header {
    display: none;
  }

  .btn {
    padding: 10px 8px;
    font-size: 12px;
    line-height: normal;
  }

  .btn-radius {
    border-radius: 150px;
    padding: 6px 17px;
  }

  .banner_tt {
    padding: 20px;
    background-size: cover;
  }
  .banner_tt .img_tt {
    padding: 20px;
  }
  .banner_tt .text_tt {
    padding: 15px;
  }
  .banner_tt .text_tt p {
    line-height: 19px;
  }
  .banner_tt .text_tt h2 {
    line-height: 24px;
    font-size: 24px;
  }

  .banner_tt .text_tt .font-md {
    font-size: 20px;
  }

  .banner_tt .text_tt .font-ss {
    font-size: 18px;
  }

  .timelinetree .treeelements h3 {
    font-size: 28px;
    text-align: center;
  }
  .timelinetree .treeelements p {
    text-align: center;
    font-size: 14px;
  }

  .bannerbgwithtext {
    height: 400px;
  }

  .bannerbgwithtext .contentbanner h3 {
    font-size: 16px;
    line-height: 35px;
  }

  .bannerbgwithtext .contentbanner h2 {
    font-size: 24px;
  }

  .bannerbgwithtext .contentbanner p {
    font-size: 14px;
  }
   /* css for new rpp page */
   .bannerbgwithtext .contentbanner-1 h3 {
    font-size: 16px;
    line-height: 35px;
  }

  .bannerbgwithtext .contentbanner-1 h2 {
    font-size: 24px;
  }

  .bannerbgwithtext .contentbanner-1 p {
    font-size: 14px;
  }
  img.img-fluid.hm-offer {
    border-radius: 20px;
  }

  .imagetext_ .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .imagetext_ .row .imageportion {
    width: 80%;
    display: flex;
  }
  .imagetext_ .row .textportion {
    width: 80%;
    padding: 50px 0;
  }
  .imagetext_ .row .textportion .inertt {
    max-width: 80%;
  }
/* rpp new page */
.imagetext_ .row .textportion .inertt-1 {
  max-width: 80%;
}
  .homeinner .homeinnertext {
    width: 70%;
  }
  .homeinner .homeinnertext h4 {
    font-size: 18px;
  }

  .targetchannel .targetcard {
    padding: 30px 15px;
  }
  .headermain .big_header .navbar ul li .sub-menu.show{
      text-transform: uppercase;
  }
  .imagetext_ .row .textportion{
      border-radius: 0px;
  }
  .imagetext_ .row .imageportion{
      border-radius: 0px;
  }
}
@media screen and (max-width: 576px) {
  .overlay input[type=text] {
    width: 80%;
  }

  .headermain .big_header .logo {
    width: auto;
  }
  .headermain .big_header .logo .img-fluid img {
    max-width: 140px;
  }

  .sustaininner {
    padding: 25px;
  }

  .inner_textsustaintop h2 {
    font-size: 33px;
  }

  .inner_textsustaintop p {
    font-size: 14px;
  }

  .img_only img {
    height: 150px;
    width: 100%;
  }

  .banner_tt {
    height: 190px;
    flex-direction: column;
    background-position: top right 0px;
  }
  .banner_tt.offer_sl {
    height: auto;
  }
  .banner_tt.offer_sl .productcd1 .justify-content-center {
    justify-content: flex-end;
  }
  .banner_tt.offer_sl .productcd1 img {
    max-width: -webkit-fill-available;
  }
  .banner_tt .img_tt {
    width: 100%;
    padding: 5px 20px;
  }
  .banner_tt .text_tt {
    width: 100%;
    padding: 15px 20px;
  }

  .banner_tt.offer_sl {
    align-items: flex-end;
  }

  .offer_sl.banner_tt .img_tt {
    width: 60%;
    padding: 5px 0px;
  }

  .banner_tt .text_tt h2 {
    line-height: 24px;
    font-size: 25px;
  }

  .singleproduct {
    flex-wrap: wrap;
  }

  .singleproduct .single_proimg {
    width: 100%;
    height: auto;
  }

  .singleproduct .single_contentproduct {
    width: 100%;
    padding-left: 0;
  }

  .mainimg {
    height: 205px;
  }

  .limitedoferimg {
    height: 205px;
  }

  .bannerwithimg .bannerwithimgcontent {
    background: rgba(65, 167, 218, 0.2588235294);
  }

  .bannerwithimg .bannerwithimgcontent h2 .span1 {
    font-size: 26px;
  }
  .bannerwithimg .bannerwithimgcontent h2 .span2 {
    font-size: 45px;
  }
  .bannerwithimg .bannerwithimgcontent h2 .span3 {
    font-size: 30px;
  }

  .aboutsmain h2 {
    font-size: 24px;
  }

  .timelinetree .treeelements {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .timelinetree .treeelements.row-reverse {
    flex-direction: column-reverse;
  }
  .timelinetree .treeelements .w-50 {
    width: 100% !important;
  }
  .timelinetree .treeelements .px-30 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .timelinetree .treeelements .bg_withtext, .timelinetree .treeelements .bgimgline {
    display: block;
  }
  .timelinetree .treeelements::before, .timelinetree .treeelements::after, .timelinetree .treeelements.treeelements:last-child .w-50:last-child::after {
    display: none;
  }
  .timelinetree .treeelements .textdivmain {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .timelinetree .treeelements .textdivmain h3 {
    order: 1;
    margin-top: 20px;
  }
  .timelinetree .treeelements .textdivmain p {
    order: -1;
    margin-bottom: 20px;
  }

  .timelinetree .treeelements:last-child .w-50:first-child::after {
    display: none;
  }

  .timelinetree .treeelements:last-child .w-50:last-child::after {
    content: "";
    position: absolute;
    left: 9.5px;
    bottom: 0;
    height: 14px;
    width: 14px;
    background-color: #17539e;
    border-radius: 100%;
  }

  .aboutsmain .aboutinnercontentpadding {
    padding: 20px 15px;
    padding-top: 0;
  }

  .bannerbgwithtext {
    background-position: right center !important;
    overflow: hidden;
    height: 100% !important;
  }

  .bannerbgwithtext .contentbanner {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .bannerbgwithtext .contentbanner h2 {
    font-size: 17px;
  }

  .bannerbgwithtext .contentbanner h3 {
    line-height: 28px;
  }

  .bannerbgwithtext .contentbanner p {
    font-size: 13px;
  }

  .bannerbgwithtext .w-50 {
    width: 100% !important;
  }
   /* css for new rpp page */
   .bannerbgwithtext .contentbanner-1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .bannerbgwithtext .contentbanner-1 h2 {
    font-size: 17px;
  }

  .bannerbgwithtext .contentbanner-1 h3 {
    line-height: 28px;
  }

  .bannerbgwithtext .contentbanner-1 p {
    font-size: 13px;
  }
  .overlay-content {
    width: 95%;
  }

  .overlay button {
    width: 80px;
  }

  .singleproduct .single_contentproduct {
    display: contents;
  }
  .singleproduct .single_contentproduct h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #17539e;
    width: 100%;
  }
  .singleproduct .single_contentproduct a {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  .productslider1 .productcd {
    margin: 0 auto;
  }
  .productslider1 .productcd img {
    width: auto;
  }

  .footerinner .contact_ff .d-block.mt-15px {
    display: none;
  }
  .footerinner .contact_ff .contact_f_d {
    flex-direction: column;
  }
  .footerinner .contact_ff .contact_f_d h4 {
    padding-right: 0;
    padding-bottom: 15px;
  }

  img.img-fluid.hm-offer {
    border-radius: 20px;
  }

  .imagetext_ .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .imagetext_ .row .imageportion {
    width: 100%;
  }
  .imagetext_ .row .textportion {
    width: 100%;
    padding: 50px 0;
  }
  .imagetext_ .row .textportion .inertt {
    max-width: 85%;
  }
  .imagetext_ .row .textportion .inertt h4 {
    font-size: 15px;
  }
 .banner_tt .rpp_banner_tt{
	 background-position: top left 0px !important;
  }
/* rpp new page */
.imagetext_ .row .textportion .inertt-1 {
  max-width: 85%;
}
.imagetext_ .row .textportion .inertt-1 h4 {
  font-size: 15px;
}
  .homeinner {
    background-size: cover;
    background-position: top center;
  }
  .homeinner .homeinnertext {
    width: 100%;
  }
  .homeinner .homeinnertext h2 {
    font-size: 29px;
  }
  .homeinner .homeinnertext h3 {
    font-size: 28px;
  }

  .targetchannel h2 {
    font-size: 28px;
  }
  .targetchannel .row {
    flex-direction: column;
    align-items: center;
  }
  .targetchannel .targetcard {
    width: 90%;
    padding: 30px 15px;
  }

  .offeringour {
    padding: 15px 0;
  }
  .offeringour h2 {
    font-size: 28px;
  }
  .offeringour .offeringourslider .slick-slide {
    margin: 0 4px;
    padding: 21px 4px;
  }
  .offeringour .offeringourslider .slick-next {
    right: 0;
  }
  .offeringour .offeringourslider .slick-prev {
    left: 0;
  }

  .clientsprofile h2 {
    font-size: 28px;
  }
  .headermain .big_header .navbar ul li .sub-menu.show{
      text-transform: uppercase;
  }
}
@media screen and (max-width: 430px) {
  .clientsprofile .slideproduct {
    margin: 0 10px;
  }
}

/* css for Blog Page */
.breadcrumb {
  position: relative;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.breadcrumb ul li {
  display: inline-block;
  color: #17539e;
  font-size: 0.75rem;
  font-weight: 700;
}
.breadcrumb ul li a {
  text-align: left;
  font-size: 0.75rem;
  color: #17539e;
  text-decoration: none;
  width: max-content;
}
.breadcrumb ul li a::after {
  content: "/";
  padding-inline: 0.5rem;
  font-size: 10px;
}

.imagetanda {
  box-shadow: -6px 8px 6px #ccc;
  position: relative;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.imagetanda .text_content {
  padding-left: 55px;
  width: 320px;
  padding-top: 50px;
  position: absolute;
}
.imagetanda .text_content h2 {
  line-height: 1.13;
  font-size: 1.9375rem;
  font-weight: 700;
  color: rgb(0, 104, 167);
}
.imagetanda .text_content p {
  margin: 0;
  max-width: 255px;
  line-height: 1.36;
  font-size: 0.875rem;
  color: rgb(0, 104, 167);
}
.imagetanda .imgcontent {
  display: flex;
}
.imagetanda .imgcontent img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.cardwrapper.crddetail {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: unset !important;
    box-shadow: unset !important;
}

.cardwrapper {
  padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 7px #ccc;
}

.cardwrapper .headerWrapper {
  display: none;
}
.cardwrapper .headerWrapper span {
  color: #17539e;
  font-size: 0.6875rem;
  font-weight: 700;
}
.cardwrapper .headerWrapper .dropdownoptions {
  float: right;
}
.cardwrapper .headerWrapper .dropdownoptions label {
  margin: 0;
  padding-right: 10px;
  color: #17539e;
  font-size: 0.6875rem;
  font-weight: 700;
  display: inline;
}
.cardwrapper .headerWrapper .dropdownoptions select {
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-image: url(https://rosepetal.com.pk/wp-content/uploads/2023/04/search.png);
  text-indent: 20px;
  background-position: 5px;
  width: 160px;
  color: #17539e;
  height: 19px;
  font-weight: 700;
  border-width: 1px;
  border-radius: 5px;
}

.articleContentWrapper {
  box-shadow: 0 2px 7px #ccc;
  margin-top: 8.5%;
  display: flex;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
}
.articleContentWrapper .imageWrap {
  width: 60%;
  min-height: 230px;
  margin-right: 70px;
  overflow: hidden;
}
.articleContentWrapper .imageWrap img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.articleContentWrapper .leftContent {
  font-size: 1.875rem;
  width: 40%;
  line-height: 1.17;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.articleContentWrapper .leftContent a {
  display: block;
  text-decoration: none;
}
.articleContentWrapper .leftContent a h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.17;
  color: #17539e;
}
.articleContentWrapper .leftContent p {
  color: #17539e;
  margin-top: 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.articleContentWrapper .leftContent .btn {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 20px;
  width: 104px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articleContentWrapper .leftContent .btn.btn-blue:hover {
  background-color: #6ecff6;
}

.detailwrap h3 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.17;
  color: #17539e;
}
.detailwrap p {
  font-size: 0.875rem;
  color: rgb(102, 102, 102);
  margin: 10px 0;
}
.detailwrap img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (min-width: 1024px) {
  .articleContentWrapper .imageWrap {
    width: 430px;
  }

  .articleContentWrapper .leftContent {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1024px) {
  .articleContentWrapper .imageWrap {
    margin-right: 15px;
    min-height: 130px;
  }
  .articleContentWrapper .imageWrap img {
    height: 100%;
  }
  .articleContentWrapper .leftContent a h3 {
    font-size: 0.9375rem;
  }

  .cardwrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .cardwrapper .headerWrapper {
    padding: 0 10px;
  }
  .cardwrapper.detailwrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .articleContentWrapper {
    margin-top: 30px;
    display: flex;
    padding: 10px 10px;
    border-radius: 12px;
  }
  .articleContentWrapper:last-child {
    border-bottom: none;
  }

  .imagetanda {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .detailwrap h3 {
    font-size: 0.875rem;
  }
  .detailwrap p {
    font-size: 0.775rem;
  }
}

/* css for new rpp page */
.prime-pro {
  background-color: #fff;
  border-radius: 20px;
}
.clie-bg {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 20px;
}
.clientsprofile {
  margin-top: 35px;
}
.pr-od-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.test_slick_slider .slick-prev, .test_slick_slider .slick-next, .product__slider-thmb .slick-prev, .product__slider-thmb .slick-next {
  width: 40px;
  height: 40px;
}
.test_slick_slider .slick-prev::before, .test_slick_slider .slick-next::before, .product__slider-thmb .slick-prev::before, .product__slider-thmb .slick-next::before {
  font-size: 42px;
  color: #fff;
}
.test_slick_slider .slick-prev, .product__slider-thmb .slick-prev {
  z-index: 1;
  left: 0;
}
.test_slick_slider .slick-prev::before, .product__slider-thmb .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.test_slick_slider .slick-next, .product__slider-thmb .slick-next {
  right: 0;
  z-index: 1;
}
.test_slick_slider .slick-next::before, .product__slider-thmb .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
hr.div_solid {
  width: 92%;
  border-top: 1.5px solid #6E9FCC;
}
/*# sourceMappingURL=main.css.map */
