/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,

label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

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

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}



.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

body {
  line-height: 28px;
  font-family: var(--primary_font);
  overflow-x: hidden;
  font-size: 18px;
  color: var(--hdng_txt_clr);
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

::-webkit-scrollbar-thumb {
  background: var(--hdr-sticky_bg);
  border-radius: 10px;
}

::-webkit-scrollbar {
  background: var(--clr_wht);
  width: 14px;
}

::-moz-selection {
  background-color: var(--hdr-sticky_bg);
  color: var(--clr_wht);
}

::selection {
  background-color: var(--hdr-sticky_bg);
  color: var(--clr_wht);
}

/* Reset-css--------------- */

/* Variables-- */

:root {
  --primary_font: "Montserrat Alternates", sans-serif;
  --secondary_font: "Ubuntu", sans-serif;
  --transition: 0.4s all ease-in-out;
  --hdng_clr: #174790;
  --clr_wht: #fff;
  --pink_btn_clr: #ED0D7F;
  --light_blue_btn_clr: #37B9EA;
  --light_voilet_btn_clr: #731E7A;
  --hdng_txt_clr: #2E2428;
  --cindi_card_txt_clr: #001E42;
  --ftr_hdng_clr: #17478E;
  --ftr_ancr_clr: #1A2853;
  --nav-clr: #1B1F2D;
  --abt_us_bg: #FFF0F5;
  --bt_clr: #B63269;
  --star_clr: #ffc301;
  --ftr_ancr_clr_2: #1a2853cc;
  --hdr-sticky_bg: #ba3d6a;
  --arrw_bg: #94A2B2;
  --bdrd_crmp: #15428C;
  --bdrd_crmp_crrnt: #666;
  --bdge_bg: rgba(242, 139, 184, 0.3);
  --bdge_bg_2: rgba(168, 90, 180, 0.2);
  --bdge_bg_3: rgba(179, 226, 246, 0.5);
  --bdge_txt: #BC1963;
  --pdrct_lst_clr: #5D5D5D;
  --dcr_txt_clr: #231F20;
  --dcr_ttle: #EC0D7F;
  --drk_bg_pnk: #FBE8FC;
}


/* Global Headings */

h1 {
  color: var(--hdng_clr);
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  text-transform: capitalize;
}

h1 span {
  font-size: 70px;
  line-height: 70px;
}


h2 {
  font-size: 60px;
  line-height: 1;
  color: var(--hdng_clr);
  font-weight: 600;
  text-transform: capitalize;
}

h2 span {}

h3 {
  color: var(--cindi_card_txt_clr);
  font-size: 28px;
  font-weight: 600;
}


h4 {}

h5 {}

h6 {}


section {
  position: relative;
}

/* Global Headings */


/* Header Start ---------------*/

.sticky_hdr .header {
  filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  -webkit-filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  padding: 15px 0;
  background-color: #f9c2cb;
}

/* sticky */

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  transition: 0.4s all ease-in-out;
  padding: 10px 0 8px 0;
  background: rgb(0, 0, 0, 0.2);
}


.navlink {
  transition: var(--transition);
  position: relative;
  /* color: var(--nav-clr); */
  font-family: var(--secondary_font);
  letter-spacing: 0.7px;
  font-weight: 400;
  color: var(--clr_wht);
}

.navlink::after {
  position: absolute;
  content: '';
  background: var(--clr_wht);
  bottom: 0;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  transition: 0.4s all;
}

.ofbdy ul li.navitem.active .navlink {
  pointer-events: none;
  color: var(--dcr_ttle);
}

.ofbdy ul li.active::after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  top: -5px;
  bottom: -5px;
  background-color: transparent;
  background-image: url(../images/nav_active.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
}

.ofbdy ul li.active a::after {
  opacity: 0;
}

.sticky_hdr .ofbdy ul li.navitem.active .navlink {
  color: var(--clr_wht);
}

.sticky_hdr .ofbdy ul li.navitem.active::after {
  background-image: url(../images/nav_active_wht.svg);
}

.srch-btn a i {
  font-size: 24px;
  color: var(--clr_wht);
}

.ofbdy ul {
  align-items: center;
  margin-right: 80px;
}

.srch-btn {
  padding-left: 45px;
  margin-right: 35px;
  position: relative;
}

.srch-btn::after {
  content: '';
  position: absolute;
  background: var(--clr_wht);
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
}

.ofbdy ul li {
  position: relative;
  padding: 0 50px;
}


.ofbdy ul li:last-child {
  padding: 0 0 0 17px;
}

.ofbdy ul li.active .navlink {
  color: var(--clr_wht);
}

.ofbdy ul li.active .navlink::after {
  position: absolute;
  content: '';
  background: var(--clr_wht);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}


.hdr-rslt-1 .navlink:hover {
  color: var(--clr_wht);
}

.hdr-rslt-1 .navlink:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

/* Scroll-up */
.nav-up {
  top: -120px;
}

/* Header End----------- */


/* home-page-start */
.bnr_itm_content {
  padding: 200px 0 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ham_head {
  color: var(--pink_btn_clr);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.bnr_card {
  max-width: 500px;
  z-index: 1;
  position: relative;
  /* padding-top: 100px; */
}

/* Global-Btn */
.learn_more {
  min-width: 166px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr_wht);
  font-weight: 500;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  transition: var(--transition);
}

.learn_more:hover~.btn_pink_svg path {
  fill: var(--hdng_clr);

}

.learn_more:hover~.btn_wht_svg path {
  fill: var(--pink_btn_clr);
}

/* .learn_more:hover{
  color: var(--pink_btn_clr);
 } */
.lrm_mr_btn {
  position: relative;
  display: inline-block;
  filter: drop-shadow(0px 4px 12px rgba(219, 109, 159, 0.3));
}

.btn_pink_svg path,
.btn_wht_svg path {
  transition: var(--transition);
}

.btn_pink_svg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.btn_wht_svg {
  position: absolute;
  left: 0;
  top: -5px;
}

/* Global-Btn */

.cindi_bnr h1 {
  padding-bottom: 25px;
}

.bnr_wrp {
  /* position: relative; */
  display: flex;
  align-items: center;
}

/* .two_ladies {

  position: absolute;
  right: 0;
  bottom: -130px;
  max-width: 880px;
  transform: translateX(250px) scale(1.1);
} */

.cotton {
  position: absolute;
  left: -90px;
  bottom: 10px;
  max-width: 320px;
}

.cindi_bnr {
  overflow: hidden;
  margin-bottom: -120px;
}

.prdcts_wrp p {
  color: var(--hdng_txt_clr);
  font-family: var(--secondary_font);
}

.prdcts_wrp {
  text-align: center;
  max-width: 560px;
  margin: auto;
  margin-bottom: 60px;
}

.prdcts_sec {
  padding-bottom: 80px;
  padding-top: 120px;
}

.prdcts_listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}

.prdcts_listing li {
  width: 33.33%;
  flex: 0 0 auto;
  padding: 0 15px;
  filter: drop-shadow(0px 6px 27px rgba(0, 0, 0, 0.08));
}

.prdct_card {
  position: relative;
  transition: var(--transition);
}

.prdct_card:hover {
  transform: scale(1.05);
}

.prdct_info {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 20px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  /* 10-07-24 */
  align-items: flex-start;
  /* 10-07-24 */
}

.prdct_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  /* 10-07-24 */
  width: 100%;
  /* 10-07-24 */
}

.prdct_card_bg {
  border-radius: 20px;
}

.d_use {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 15px;
  font-family: var(--secondary_font);
  border-radius: 50px;
}

.day .d_use {

  background: rgba(242, 139, 184, 0.3);
  color: #bc1963;

}

.daily .d_use {
  border-radius: 50px;
  background: rgba(179, 226, 246, 0.5);
  color: var(--cindi_card_txt_clr);
}

.night .d_use {
  border-radius: 50px;
  background: rgba(168, 90, 180, 0.2);
  color: #340C3A;
}

.prdct_card p {
  font-size: 15px;
  line-height: 24px;
  max-width: 326px;
  color: var(--cindi_card_txt_clr);
  font-family: var(--secondary_font);
}

.prdct_card h3 {
  padding-bottom: 6px;
}

.day .lrm_mre2 {
  color: var(--pink_btn_clr);

}

.daily .lrm_mre2 {
  color: var(--light_blue_btn_clr);
}

.night .lrm_mre2 {
  color: #923995;
}

.prdct_card .lrm_mre2 {
  margin-top: auto;
  font-weight: 500;
  line-height: 1;
  text-decoration-line: underline;
  text-transform: capitalize;
  text-underline-offset: 2px;
  transition: var(--transition);
}

.prdct_card .lrm_mre2:hover {
  color: var(--ftr_hdng_clr);
}

.wave {
  width: 100%;
  position: absolute;
  bottom: -1px;
}

.wave img {
  width: 100%;
}

.aboutus_sec {
  padding: 90px 0 250px;
  background: var(--abt_us_bg);
}

.about_img figure img {
  border-radius: 20px;
  filter: drop-shadow(-10.037px -11.147px 25px rgba(182, 50, 105, 0.1));
}

.about_img figure {
  position: relative;
  max-width: none;
  margin-left: -35px;
}

.about_img figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--bt_clr);
  left: -16px;
  border-radius: 20px;
  top: -16px;
}

.about_content {
  padding: 20px 20px 0 15px;
}

.aboutus_sec h2 {
  padding-bottom: 18px;
}

.aboutus_sec p {
  color: rgb(35, 31, 32);
  font-family: var(--secondary_font);
  padding-bottom: 7px;
}

.aboutus_sec .lrm_mr_btn {
  margin-top: 65px;
}

.cindi_tab {
  padding: 14% 0;
  background: var(--hdr-sticky_bg);
}

.cindi_tab ul li {
  width: 20%;
  flex: 0 0 auto;
  padding: 0 5px;
}

.slim_card {
  text-align: center;
  border-radius: 10px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: blur(5px);
  position: relative;
  /* transition: var(--transition); */
  /* z-index: 1; */
}

.slim_card .active {
  z-index: 5;
}

.slim_card h2 {
  color: var(--clr_wht);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 15px;
}

.slim_card h2 span {
  display: block;
}

.tab_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tab_item>figure {
  height: 450px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tab_item>figure img {
  height: 100%;
  width: 100%;
}


/* testimonial */

.testimnal_sec {
  position: relative;
  padding: 40px 0 200px;
}

.tst_ttle {
  text-align: center;
  max-width: 705px;
  margin: 0 auto 80px;
}

.tstml_sldr .item {
  padding: 0 10px;
}

.tstmnl_tp_shp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.tstmnl_tp_shp img {
  width: 100%;
}

.tstml_sldr_innr {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid var(--bt_clr);
  color: var(--cindi_card_txt_clr);
  line-height: 30px;
}

.tstml_sldr_innr .cnct_wrp {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 30px;
}

.tstml_sldr_innr .cnct_wrp h6 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 20px;
  color: var(--bt_clr);
  font-weight: 600;
}

.sldr_img_wrp {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 25px;
}

.rating_wrp {
  margin-bottom: 30px;
  line-height: 1;
  color: var(--star_clr);
}

.exp_sec {
  margin-bottom: -190px;
}

.exp_innr_wrp {
  padding: 100px 0 120px;
  background-image: url(../images/hrmfl_sec_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.exp_sec .exp_img {
  text-align: right;
  padding-top: 50px;
}

.exp_sec h2 {
  padding-bottom: 40px;
}

.exp_sec .ham_head {
  padding-bottom: 15px;
}

.exp_sec .exp_cnct {
  padding-left: 55px;
}

/* testimonial */


/* footer */

.footer_sec {
  padding: 320px 0 200px;
  background-image: url(../images/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--secondary_font);
}

.ftr_lgo_cnct_wrp {
  color: var(--ftr_ancr_clr_2);
  line-height: 30px;
}

.ftr_lgo_cnct_wrp .ftr_lgo {
  margin-bottom: 40px;
}

.social_links {
  margin-top: 30px;
  display: flex;
}

.social_links li:not(:last-child) {
  margin-right: 20px;
}

.social_links li a {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid var(--ftr_hdng_clr);
  color: var(--ftr_hdng_clr);
  text-align: center;
  line-height: 41px;
}

.social_links li a:hover {
  background-color: var(--ftr_hdng_clr);
  color: var(--clr_wht);
}

.ftr_lnks {
  padding-top: 35px;
}

.ftr_lnks h6 {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  font-weight: 600;
  color: var(--ftr_hdng_clr);
  text-transform: uppercase;
  letter-spacing: .88px;
  font-family: var(--primary_font);
}

.ftr_lnks h6::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background-color: var(--pink_btn_clr);
  border-radius: 70px;
}

.ftr_lnks ul {
  margin-top: 50px;
}

.ftr_lnks ul li:not(:last-child) {
  margin-bottom: 25px;
}

.ftr_lnks ul li a {
  color: var(--ftr_ancr_clr_2);
}

.ftr_lnks ul li a:hover {
  text-decoration: underline !important;
}

.ftr_btm {
  display: flex;
  align-items: center;
  margin-top: 75px;
  padding-top: 35px;
  border-top: 1px solid rgb(23 71 142 / 10%);
  color: var(--ftr_hdng_clr);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .8px;
}

.ftr_btm ul {
  display: flex;
  margin-left: auto;
  line-height: 1;
}

.ftr_btm ul li+li {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid var(--ftr_hdng_clr);
}

.ftr_btm ul li a {
  line-height: 1;
  color: var(--ftr_hdng_clr);
}

.ftr_btm ul li a:hover {
  text-decoration: underline;
}

.tstml_sldr .slick-arrow {
  top: unset;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--arrw_bg);
  bottom: -100px;
  transform: translate(0, -50%);
  right: unset;
  left: 50%;
}

.tstml_sldr .slick-arrow::before {
  display: block;
  font-size: 0;
  content: "";
  width: 40px;
  height: 10px;
  background-image: url(../images/arwr.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: invert(1);
  margin-left: -10px;
  transition: var(--transition);
}

.tstml_sldr .slick-arrow.slick-prev::before {
  margin-left: 20px;
  transform: scaleX(-1);
}

.tstml_sldr .slick-next {
  margin-left: 50px;
}

.tstml_sldr .slick-prev {
  margin-left: -50px;
}

.tstml_sldr .slick-arrow:hover {
  background-color: var(--pink_btn_clr);
}

.tstml_sldr .slick-arrow:hover::before {
  filter: none;
}

.tstml_sldr .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* footer */

/* 21-06-2024(02) */

.cindi_bnr_slider .slick-slide {
  position: relative;
}

.bnr_itm_content {
  /* padding: 14% 0 16%; */
  /* padding: 17% 0 19%; */
  padding: 8% 0 3%;
}

.tabs_listing {
  display: flex;
  margin: 0 -5px;
}

.tabs_listing li:nth-child(3n) .tab_item {
  flex-direction: column-reverse;
}

.active {
  filter: blur(0);
}


/* 24-06-2024 */
.bnr_abs {
  max-width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 46px;
  transform: translateX(50px);
  z-index: 2;
}

.scnd_bnr .bnr_abs {
  max-width: 400px;
  bottom: 58px;
  transform: translateX(50px);
}

.blue_svg path {
  fill: var(--light_blue_btn_clr);
}

.bnr_card p {
  color: var(--hdng_txt_clr);
  font-family: var(--secondary_font);
  max-width: 370px;
  padding-bottom: 30px;
}

.scnd_itm h1 {
  color: var(--clr_wht);
}

.scnd_itm .bnr_card p {
  color: var(--clr_wht);
}

.violet_svg path {
  fill: var(--light_voilet_btn_clr);
}

.cindi_bnr_slider .slick-dots {
  display: flex;
  flex-direction: column;
  top: 40%;
  bottom: unset;
  width: auto;
  transform: translateY(-30%);
  left: 40px;
}

.cindi_bnr_slider .slick-dots li {
  counter-increment: li;
  margin-bottom: 15px;
}

.cindi_bnr_slider .slick-dots li::after {
  content: '0' counter(li);
  position: absolute;
  color: var(--pink_btn_clr);
  font-size: 16px;
  font-weight: 600;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cindi_bnr_slider .slick-dots li.slick-active::before {
  content: '';
  position: absolute;
  width: 30px;
  background: var(--hdng_clr);
  height: 1px;
  top: 48%;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto;
  left: -40px;
}

.cindi_bnr_slider .slick-dots li:nth-child(2).slick-active::before {
  background: var(--clr_wht);
}

.cindi_bnr_slider .slick-dots li:nth-child(2).slick-active::after {
  color: var(--clr_wht);
}

.cindi_bnr_slider .slick-dots li.slick-active::after {
  font-size: 21px;
  color: var(--hdng_clr);
}

.cindi_bnr_slider .slick-dots li button:before {
  display: none;
}

.prdcts_wrp h2 {
  padding-bottom: 25px;
}

.slm_card_hvr {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  border-radius: 10px;
  backdrop-filter: blur(184px);
  background: rgba(255, 255, 255, 0.1);
  /* background: rgb(254, 208, 225,0.2); */
  /* background: #000; */
  opacity: 0;
  transition: var(--transition);
  padding: 17px;
  height: 220px;
}

.slm_card_hvr figure {
  max-width: 40px;
}

.slm_card_hvr p {
  color: #fed0e1;
  font-family: var(--secondary_font);
  font-size: 13px;
  line-height: 20px;

}

.slim_card:hover .slm_card_hvr {
  opacity: 1;
  transform: scale(1.2);
  background: rgb(237, 13, 127, 0.5);
}

.slim_card .slm_card_hvr h2 {
  font-size: 15px;
  margin-top: 5px;
}

.slim_card figure,
.slim_card h2 {
  transition: var(--transition);
}

.slim_card:hover>figure {
  opacity: 0;
}

.slim_card:hover>h2 {
  opacity: 0;
}

.slim_card:hover {
  background: transparent;
  z-index: 1;
}

.cindi_tab_wave {
  position: absolute;
  top: -30px;
  width: 100%;
}

.cindi_tab_wave img {
  width: 100%;
}

.cindi_tab_wave_two {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.cindi_tab_wave_two img {
  width: 100%;
}

.cottn_balls {
  position: absolute;
  right: -340px;
  top: 0px;
  bottom: 0;

}

.cindi_tab2 {
  position: relative;
}

.tab_bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.tab_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opc {
  opacity: 0.4;
}

/* home-page-end */


/* product_details */
.prodctdetls_bnnr {
  padding: 170px 0 100px;
}

.bred_crmp {
  margin-bottom: 60px;
}

.bred_crmp ul {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--secondary_font);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: var(--bdrd_crmp);
}

.bred_crmp ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.bred_crmp ul li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
  color: var(--bdrd_crmp_crrnt);
}

.bred_crmp ul li a {
  color: var(--bdrd_crmp_crrnt);
}

.prodctdetlsldr_img_wrp {
  margin-left: -100px;
  display: flex;
  flex-wrap: wrap;
}

.prdct_dtl_sldr {
  flex: 0 0 auto;
  width: calc(100% - 100px);
  padding-left: 20px;
}

.prdct_dtl_sldr_nav {
  flex: 0 0 auto;
  width: 100px;
  height: fit-content;
}

.prodctdetlsldr_img_wrp .prdct_dtl_sldr img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.bdge {
  display: inline-block;
  background-color: var(--bdge_bg);
  border-radius: 40px;
  padding: 13px 26px;
  text-transform: uppercase;
  color: var(--bdge_txt);
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0.9px;
  font-family: var(--secondary_font);
  margin-bottom: 25px;
}

.prodctdetls_bnnr h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.prodctdetls_bnnr h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--secondary_font);
  color: var(--bdge_txt);
  margin-bottom: 30px;
}

.prodctdetls_cnct ul li {
  padding-left: 30px;
  font-family: var(--secondary_font);
  color: var(--pdrct_lst_clr);
  margin-bottom: 20px;
  max-width: 500px;
  background-image: url(../images/pnk_tick.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 18px;
}

.prodctdetls_bnnr .prodctdetls_cnct {
  padding-top: 25px;
}


.prodctdetls_cnct_sec {
  padding: 100px 0 250px;
  background-color: var(--abt_us_bg);
}

.direction_sec {
  padding: 20px 0 100px;
  position: relative;
}

.direction_sec h2 {
  text-align: center;
  margin-bottom: 40px;
}

.dicr_lst ul {
  display: flex;
  flex-wrap: wrap;
}

.dicr_lst ul li {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

.dicr_lst ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -80px;
  top: 65px;
  width: 160px;
  height: 30px;
  background-image: url(../images/down_to_shp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dicr_lst ul li:nth-child(2):after {
  background-image: url(../images/up_to_shp.svg);
}

.dicr_lst .img_wrp {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.dicr_lst .img_wrp img {
  max-height: 100%;
  object-fit: contain;
}

.dicr_lst h6 {
  font-size: 30px;
  line-height: 1;
  color: var(--dcr_ttle);
  margin-bottom: 10px;
  font-weight: 600;
}

.dicr_lst p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: var(--secondary_font);
  color: var(--dcr_txt_clr);
  max-width: 280px;
  margin: 0 auto;
}

.key_bnft_sec {
  padding: 0 0 180px;
}

.key_bnft_sec h2 {
  margin-bottom: 40px;
  text-align: center;
}

.key_img_cnct {
  height: 100%;
}

.ky_bnft_bx_wrp {
  padding: 240px 30px 60px 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.07);
  max-width: 510px;
  color: var(--dcr_txt_clr);
  font-family: var(--secondary_font);
  min-height: calc(100% - 120px);
}

.ky_bnft_bx_wrp h6 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.ky_img_innr {
  margin-bottom: -310px;
  margin-left: -195px;

}

.ky_bnft_lst {
  padding-top: 90px;
}

.ky_bnft_lst ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--cindi_card_txt_clr);
  padding: 20px 0;
  border-bottom: 1px solid rgba(23, 71, 142, 0.1);
}

.ky_bnft_lst ul li:first-child {
  border-top: 1px solid rgba(23, 71, 142, 0.1);
}

.ky_bnft_lst ul li .icn_wrp {
  flex: 0 0 auto;
  width: 50px;
  margin-right: 35px;
}


.othr_prdct_sec {
  background-color: var(--abt_us_bg);
  padding: 100px 0 250px;
  background-image: url(../images/othrs_pdct_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top -200px;
}

.othr_prdct_sec .prdct_card_bg {
  width: 100%;
}

/* .othr_prdct_sec .prdct_card p {
  font-size: 18px;
  line-height: 30px;
  max-width: 420px;
}

.othr_prdct_sec .prdct_card h3 {
  font-size: 40px;
  line-height: 1;
}

.othr_prdct_sec .prdct_card {
  box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.othr_prdct_sec .prdct_card img {
  border-radius: 0;
} */

/* product_page_2 */
.prdct_2 .bdge {
  background-color: var(--bdge_bg_2);
  color: var(--light_voilet_btn_clr);
}

.prdct_2 .prodctdetls_bnnr h4 {
  color: var(--light_voilet_btn_clr);
}

.prdct_2 .prodctdetls_cnct ul li {
  background-image: url(../images/purple_tick.png);
}

.prdct_2 .prodctdetls_cnct_sec {
  background-color: var(--drk_bg_pnk);
}

.prdct_2 .othr_prdct_sec {
  background-color: var(--drk_bg_pnk);
}

/* product_page_3 */
.prdct_3 .bdge {
  background-color: var(--bdge_bg_3);
  color: var(--hdng_clr);
}

.prdct_3 .prodctdetls_bnnr h4 {
  color: var(--light_blue_btn_clr);
}

.prdct_3 .prodctdetls_cnct ul li {
  background-image: url(../images/sky_tick.png);
}

.prdct_3 .prodctdetls_cnct_sec {
  background-color: rgba(228, 245, 253, 0.5);
}

.prdct_3 .othr_prdct_sec {
  background-color: #E4F5FD;
}

.prdct_3 .dicr_lst ul li {
  width: 50%;
}

.prdct_3 .dicr_lst ul li:after {
  width: 240px;
  height: 50px;
  background-image: url(../images/down_to_arw_blue.svg);
  left: calc(100% - 120px);
  right: unset;
  top: 50px;
}

.prdct_dtl_sldr_nav.slick-vertical .slick-slide {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
}

.prdct_dtl_sldr_nav.slick-vertical .slick-slide.slick-current {
  border: 1px solid var(--bt_clr);
}

.prdct_2 .prdct_dtl_sldr_nav.slick-vertical .slick-slide.slick-current {
  border: 1px solid #923995;
}

.prdct_3 .prdct_dtl_sldr_nav.slick-vertical .slick-slide.slick-current {
  border: 1px solid #34C6F2;
}

.prdct_dtl_sldr_nav .slick-list {
  padding-bottom: 30px;
}

.prdct_dtl_sldr_nav .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--pink_btn_clr);
  z-index: 1;
}

.prdct_2 .prdct_dtl_sldr_nav .slick-arrow {
  border: 1px solid var(--light_voilet_btn_clr);
}

.prdct_3 .prdct_dtl_sldr_nav .slick-arrow {
  border: 1px solid var(--light_blue_btn_clr);
}

.prdct_dtl_sldr_nav .slick-arrow::before {
  opacity: 1;
  color: var(--pink_btn_clr);
  content: "\f077";
  font-family: "fontawesome";
}

.prdct_2 .prdct_dtl_sldr_nav .slick-arrow::before {
  color: var(--light_voilet_btn_clr);
}

.prdct_3 .prdct_dtl_sldr_nav .slick-arrow::before {
  color: var(--light_blue_btn_clr);
}

.prdct_dtl_sldr_nav .slick-arrow.slick-prev::before {
  content: "\f078";
}

.prdct_dtl_sldr_nav .slick-arrow.slick-prev {
  bottom: -50px;
  top: unset;
  transform: translateX(-50%);
  left: 50%;
}

.prdct_dtl_sldr_nav .slick-arrow.slick-next {
  top: -60px;
  transform: translateX(50%);
  right: 50%;
}

.prdct_dtl_sldr_nav .slick-disabled {
  opacity: 0.4;
  cursor: auto;
}






/* contact page start */
.contact_bnr {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_bnr {
  padding: 180px 0 300px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.contact_hdng {
  max-width: 430px;
  text-align: center;
  margin: 0 auto;
}

.cnt_frm_hdng h2 {
  font-size: 40px;
  margin-bottom: 50px;
}

.cnt_frm_wrap form label {
  display: block;
  font-family: var(--secondary_font);
  font-weight: 400;
  color: #1E1E1E;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.contact_frm {
  z-index: 4;
}

.cnt_frm_wrap form textarea {
  width: 100%;
}

.cnt_frm_wrap form input {
  width: 100%;
  background-color: #fff;
  border: none !important;
  box-shadow: rgb(0 0 0 / 8%) 0px 6px 54px;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 18px;
  color: #8D90A5;
  font-weight: 400;
  outline: none;
  font-family: var(--primary_font);
}

.cnt_frm_wrap form input::placeholder {
  font-size: 18px;
  color: #8D90A5;
  font-weight: 400;
  font-family: var(--secondary_font);
}

.cnt_frm_wrap form textarea {
  font-size: 18px;
  color: #8D90A5;
  font-weight: 400;
  font-family: var(--secondary_font);
  background-color: #fff;
  border: none;
  box-shadow: rgb(0 0 0 / 8%) 0px 6px 54px !important;
  resize: none;
  height: 133px;
  padding: 20px;
  border-radius: 10px;
}

.cnt_frm_wrap form textarea::placeholder {
  font-size: 18px;
  color: #8D90A5;
  font-weight: 400;
  font-family: var(--secondary_font);
}

.cnt_frm_wrap form .col-md-6 {
  margin-bottom: 30px;
}

.check_box_wrap .form-group input {
  background: none;
  box-shadow: none;
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

.check_box_wrap .form-group label {
  display: flex;
  align-items: center;
}

.interst_check_item input {
  opacity: 0;
  height: 20px;
  width: 20px;
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.interst_check_item span {
  position: absolute;
  right: 3px;
  top: 4px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #0B2236;
  border-bottom: 2px solid #0B2236;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 50ms all ease-in-out;
}

.interst_check_item input:checked~span {
  opacity: 1;
}

.interst_check_item {
  border: 2px solid #0B2236;
  height: 22px !important;
  width: 22px !important;
  border-radius: 5px;
  position: relative;
  margin-right: 26px;
  flex: 0 0 auto;
}

.interst_check_wrap {
  display: flex;
  align-items: center;
}

.interst_check_wrap p {
  font-size: 22px;
  color: #4C5761;
  font-weight: 400;
  font-family: var(--secondary_font);
  text-transform: capitalize;
}

.interst_check_wrap p span a {
  color: #0B2236;
  text-decoration: underline;
  font-weight: 400;
  font-family: var(--secondary_font);
  text-transform: capitalize;
}

.check_box_wrap {
  margin: 40px 0;
}

.cnt_right_pnl_inr {
  background-color: #FFE9F0;
  padding: 40px 40px 30px;
  border-radius: 10px;
}

.cnt_right_pnl_inr ul li {
  display: flex;
  align-items: flex-start;
}

.cnt_right_pnl_inr ul li a {
  color: #231F20;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--secondary_font);
}

.cnt_right_pnl_inr ul li {
  color: #231F20;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--secondary_font);
}

.cnt_right_pnl_inr ul li img {
  margin-right: 10px;
}

.cnt_right_pnl_inr ul li {
  margin-bottom: 40px;
}

.cnt_right_pnl_inr ul {
  margin-top: 40px;
}

.map_img img {
  width: 100%;
}

.map_sect {
  margin-top: -60px;
  z-index: 3;
}

.map_inr_wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}

.mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  background-color: rgb(182 50 105 / 20%);
  color: #f2f2f2;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out all;
  border: 1px solid rgb(182 50 105 / 50%);
}

.mark i {
  color: #B63269;
  font-size: 20px;
}

.mark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(170, 13, 68, 0) 0%, rgb(182 50 105 / 10%) 50%, rgba(182 50 105 / 20%) 100%);
  /* transform: scale(1.5); */
  animation: grow1 4s ease-in-out infinite;
  border: 1px solid rgb(182 50 105 / 20%);
}

.mark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(170, 13, 68, 0) 0%, rgb(182 50 105 / 4%) 50%, rgba(182 50 105 / 4%) 100%);
  /* transform: scale(1.5); */
  animation: grow2 4s ease-in-out infinite;
  border: 1px solid rgb(182 50 105 / 15%);
}

@keyframes grow1 {
  0% {
    transform: scale(1);
  }

  /* 50% {
    transform: scale(2);
  }

  75% {
    transform: scale(2.5);
    opacity: .7;
  } */

  100% {
    transform: scale(2.6);
    opacity: 0;
  }

}

@keyframes grow2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(2.6);
    opacity: 0;
  }

}

.map_inr_img {
  display: flex;
  justify-content: flex-end;
  margin-right: 100px;
  position: relative;
}

.map_hold_txt {
  position: absolute;
  display: flex;
  max-width: 340px;
  background-color: #fff;
  padding: 20px 20px 40px;
  right: -110px;
  z-index: 2;
  border-radius: 10px;
  top: 112px;

}

.map_hold_txt span {
  margin-right: 10px;
  height: auto;
  margin-top: 5px;
}

.map_hold_txt span i {
  color: #B63269;
}

.map_hold_txt p {
  font-size: 18px;
  font-family: var(--secondary_font);
  font-weight: 400;
  color: #231F20;
}

.contact_ftr {
  background-image: url(../images/cnt_ftr_img.png);
  padding: 150px 0;
}

/* contact page end */

.prdct_card .lrm_mre2::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search_modal {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  width: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 10px 0px rgba(236, 13, 128, 0.4);
  border-radius: 12px;
}

.search_modal>input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--clr_wht);
  outline: none;
  /* border-radius: 12px; */
  background: var(--clr_wht);
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--hdng_clr);
}

.search_modal.show {
  width: 320px;
  visibility: visible;
  opacity: 1;
}

.search_modal .form_close_btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  line-height: 1;
}

.search_modal .form_close_btn i {
  color: var(--hdng_clr);
}

.search_modal .form_search {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.search_modal .form_search input {
  max-width: 100%;
}





/* faq page start*/
.get_in_touch .exp_innr_wrp {
  background-image: url(../images/faq_get_in_touch.png);
  padding: 60px 0 120px;
}

.get_in_touch .exp_cnct {
  padding-left: 0;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.qus_ans_hdng_wrap h3 {
  color: #B63269;
  padding-bottom: 10px;
}

.qus_ans_hdng_wrap {
  text-align: center;
}

.qus_ans {
  padding-bottom: 120px;
}

.qs_accordian_wrap .accordion-item button.accordion-button {
  border: none !important;
}

.qs_accordian_wrap .accordion-item button.collapsed {

  border-top: 1px solid #000 !important;
  border-radius: 0;
}

.qs_accordian_wrap div.accordion-item {
  border: none;
}

.acco_header {
  font-size: 26px;
  line-height: 30px;
  color: #231F20;
  font-weight: 600;
}

.acco_button {
  width: 100%;
  text-align: left;
  background: none;
  font-weight: 600;
  border: none;
  position: relative;
}

.acco_button {
  border-top: 1px solid transparent;
}

.acco_button.collapsed {
  border-top: 1px solid rgb(26 26 26 / 10%);
}

.qs_accordian_wrap {
  margin-top: 70px;
}

.qs_accordian_wrap .acco_item {
  position: relative;
}

.qs_accordian_wrap .accordion-collapse.collapse.show::after {
  content: '';
  position: absolute;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.051);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.qs_accordian_wrap .acco_button {
  padding: 40px 60px 40px 30px;
  z-index: 1;
}

.qs_accordian_wrap .accordion-body {
  padding: 0px 30px 40px;
}

.qs_accordian_wrap .acco_button {
  background-image: url(../images/acomi.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: top 40px right 25px;
}

.qs_accordian_wrap .acco_button.collapsed {
  background-image: url(../images/acopl.svg);
  /* background-size: 30px 30px; */
  /* background-position: top 28px right 25px; */
}

.accordion-collapse {
  transition: var(--transition);
}

/* faq page end */


/* about_page */

.abt_bnnr {
  padding: 180px 0 0;
  background: url(../images/abt_bnnr_img.png) no-repeat center;
  background-size: cover;
  margin-bottom: -75px;
}

.abt_shp img {
  width: 100%;
}

.abr_bnnr_pple {
  margin-bottom: -150px;
  margin-left: -100px;
}

.abr_bnnr_pple img {
  width: 100%;
}

.brnd_prsnt_sec {
  padding: 50px 0 120px;
  background: url(../images/othrs_pdct_bg.png) no-repeat left bottom;
}

.prsty_lst ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid rgba(23, 71, 142, 0.10);
}

.prsty_lst ul li:last-child {
  border-bottom: 1px solid rgba(23, 71, 142, 0.10);
}

.prsty_lst ul li h2 {
  flex: 0 0 auto;
  width: 230px;
  font-size: 24px;
  line-height: 28px;
  color: var(--cindi_card_txt_clr);
}

.prsty_lst ul li p {
  flex: 0 0 auto;
  width: calc(100% - 230px);
  color: var(--dcr_txt_clr);
  font-family: var(--secondary_font);
}


.brnd_postn_sec {
  padding: 80px 0 0;
  background-color: rgba(255, 240, 245, 0.5);
  background-image: url(../images/brnd_pstng_sec.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: -40px;
}

.abt_ttl_sc h2 {
  margin-bottom: 30px;
}

.abt_ttl_sc p {
  font-family: var(--secondary_font);
  color: var(--dcr_txt_clr);
  max-width: 390px;
}

.pstn_img {
  padding-bottom: 90px;
  margin-right: -40px;
  margin-left: -50px;
}

.pstn_img .img_1 {
  width: 500px;
  margin-left: auto;
  position: relative;
}

.pstn_img .img_1::before {
  position: absolute;
  content: "";
  left: -60px;
  width: 100%;
  height: 100%;
  bottom: -55px;
  border: 2px solid var(--dcr_ttle);
  border-radius: 15px;
}

.pstn_img .img_1 img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: -10px -10px 50px 0 rgba(182, 50, 105, 0.1);
}

.pstn_img .img_2 {
  width: 375px;
  border: 6px solid #FEF6F9;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-top: -290px;
}

.brnd_postn_sec .abt_ttl_sc {
  padding-top: 40px;
}

.stmt_ttle {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 100px;
}

.stmt_ttle .bdge {
  background-color: transparent;
  border: 1px solid var(--dcr_ttle);
  color: var(--dcr_ttle);
  font-size: 20px;
  line-height: 22px;
  padding: 9px 19px;
}

.stmt_ttle h4 {
  font-size: 40px;
  line-height: 54px;
  color: #3C3F47;
  font-weight: 400;
  font-family: var(--secondary_font);
}

.stmt_ttle h4 b {
  font-weight: 500;
}

.vision_sec {
  padding-bottom: 100px;
}

.vsn_img {
  margin-left: -30px;
  position: relative;
}

.vsn_img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: -10px -10px 50px 0 rgba(182, 50, 105, 0.1);
}

.vsn_img::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--bt_clr);
  border-radius: 20px;
}

.vision_sec .abt_ttl_sc {
  padding-top: 60px;
  padding-left: 15px;
}

.vision_sec .abt_ttl_sc p {
  max-width: 330px;
}

/* about_page */

/* 28-06-2024 */

.ofbdy ul.dropdown {
  position: absolute;
  margin-right: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.2);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: 200ms linear;
}

.ofbdy ul.dropdown li {
  padding: 0;
  transition: var(--transition);
  text-align: center;
}

.ofbdy ul.dropdown li a {
  display: block;
  padding: 10px;
  color: var(--clr_wht);
  font-family: var(--secondary_font);
}

.ofbdy ul.dropdown li:hover {
  background: var(--hdr-sticky_bg);
  color: var(--clr_wht);
}

.navitem:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky_hdr .ofbdy ul.dropdown {
  background: #f9c2cb;
}

.navlink i {
  transform: translateY(2px);
  transition: var(--transition);
}

.navitem:hover i {
  transform: rotate(180deg);
}

.activated.opc {
  opacity: 1;
}

.iti {
  margin-left: 6px;
  font-family: var(--secondary_font);
  display: block;
}

/* 28-06-2024 */

/* 29-06-2024 */
.map_hold_txt p {
  transition: var(--transition);
}

.map_hold_txt a:hover p {
  color: var(--bdge_txt);
}


.two_ladies {
  margin-right: -250px;
}

.thrd_sldr_ldy {
  margin-right: -220px;
  margin-left: -30px;
}

.scnd_itm {
  height: 800px;
}

.scnd_itm {
  /* background-image: url(../images/sleeping_wmn_.png) !important; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mble {
  display: none;
}



/* 29-06-2024 */

/* 01-07-2024 */
.frst_itm {
  background: url(../images/first_slider_bg.png) no-repeat center / cover;
}

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 10px;
  background: #ffe9f0;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: #ffe9f0;
}

/* 01-07-2024 */

/* 02-07-2024 */
.othr_prdct_sec .prdcts_listing li {
  width: 50%;
}

.prdc1_mble {
  display: none;
}

.othr_prdct_sec .prdcts_listing h3 {
  font-size: 25px;
  padding-bottom: 14px;
}

.othr_prdct_sec .prdct_info {
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 60px;
}

.othr_prdct_sec .prdct_card p {
  font-size: 17px;
  line-height: 26px;
  max-width: 100%;
}

/* 02-07-2024 */

/* 03-07-24 */
.ofbdy ul li .dropdown li.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: auto;
  height: 2px;
  bottom: 0px;
  background: #B63269;
  top: unset;
}

/* 03-07 */
.navitem .navlink.active {
  position: relative;
}

.navitem .navlink.active::after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  top: -5px;
  bottom: -5px;
  background-color: transparent;
  background-image: url(../images/nav_active.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
}

/* 0307     */
/* 03-07-24 */

/* 05-07-2024 */
.ctn {
  position: absolute;
  right: -260px;
  top: -228px;
}

/* 10-07-24 */
.map_hold_txt a {
  display: flex;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background: #fff;
}

/* 10-07-24 */