@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "popins", sans-serif;
}

.wrapper__cont {
  padding: 5px 15px;
}

.first_container_line__ {
  display: flex;
  justify-content: space-between;
  background-color: #c6003d;
  color: white;
  font-size: 13px;
}

.left_side__sub_header {
  display: flex;
  gap: 20px;
}

.subtalk_hdr__ {
  text-decoration: none;
  color: white;
}

.search_btn__hdr {
  /* position: absolute; */
  background-color: #333333;
  color: white;
  border: 0;
  padding: 8px 30px;
  font-size: 16px;
  /* display: flex;    */
  align-items: center;
  /* right:0px; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: fit-content;
}

.container_input__sub {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.search_prdcts___inp {
  border: 0;    
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.search_btn__hdr > .fa {
  font-size: 14px;
}

.search_prdcts___inp {
  padding: 12px;
  width: 700px;
}

.second_container_line__ {
  background-color: #e50047;
  padding: 10px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cart___btn__ {
  text-decoration: none;
  color: white;
}

.logo__container__hdr_ > .fa {
  color: white;
  font-size: 18px;
}

/* .search_btn__hdr  */

.third_container_hdr__ {
  display: flex;
  width: 26%;
  justify-content: space-evenly;
}

.logo__container__hdr_ {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1350px) {
  .third_container_hdr__ {
    width: 20%;
  }
}

@media screen and (max-width: 1350px) {
  .third_container_hdr__ {
    width: 24%;
  }
}

@media screen and (max-width: 1210px) {
  .search_prdcts___inp {
    width: 550px;
  }

  .third_container_hdr__ {
    gap: 10px;
  }
}

@media screen and (max-width: 1040px) {
  .search_prdcts___inp {
    width: 400px;
  }
}

@media screen and (max-width: 850px) {
  .search_prdcts___inp {
    width: 300px;
  }

  .right_sidesub__header_ {
    display: none;
  }

  .first_container_line__ {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 820px) {
  .third_container_hdr__ {
    display: none;
  }

  .search_prdcts___inp {
    width: 100%;
  }

  .input_container___hdr__ {
    width: 70%;
  }

  .search_btn__hdr {
    width: 160px;
  }
}

@media screen and (max-width: 710px) {
  .search_btn__hdr {
    width: 180px;
  }
}

@media screen and (max-width: 620px) {
  .input_container___hdr__ {
    margin: 0px 10px;
  }

  .search_btn__hdr {
    width: 140px;
  }

  .search_btn__hdr {
    padding: 8px 15px;
  }

  .brabrarbra {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .logoimg___cont {
    width: 100px;
  }

  .search_btn__hdr {
    font-size: 13px;
  }

  .search_prdcts___inp::placeholder {
    font-size: 0;
  }
}

.firstelement_footer__container,
.secondelement_footer__container,
.thirdelement_footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e2e3e3;
  padding: 20px;
}

.talk_payment__dscr__ft {
  text-align: center;
}

.main_footer_container__ {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.secondelement_footer__container {
  padding-top: 20px;
}

.imgft___paytrust,
.imgft___payment {
  width: 70px;
}

.talk___paymentfooter {
  font-size: 18px;
}

.sub_main__footer__list_container__ {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #d9d9d8;
  padding-bottom: 25px;
}

.first__half___ft___list,
.second__half___ft___list,
.third__half___ft___list,
.forth__half___ft___list {
  display: flex;
  flex-direction: column;
}

.list_element__first___ {
  text-decoration: none;
  color: #b4b5b5;
}

.title___list__first__ {
  color: #4a585a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.subscribe____sub {
  position: absolute;
  border: 0px;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0px;
}

.inputsearch_container___ {
  position: relative;
}

.searchbar____ {
  width: 100%;
  height: 25px;
  border: 0;
  background-color: #f7f9fb;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.socials___img {
  width: 50px;
}

.subbfooterelements___talk {
  display: flex;
  justify-content: flex-start;
  padding: 0px 100px;
  margin-top: 20px;
  border-bottom: 1px solid #f7f9fb;
  padding-bottom: 10px;
}

.payementmethode___talk {
  width: 150px;
}

.pymt___tltl {
  width: 180px;
}

.socials___img {
  width: 40px;
}

.connect__talk___socialmedia {
  margin-left: 100px;
  /* padding: 0px 20px; */
}

.bottom__ft___all__sub__fr {
  padding: 15px 100px;
}

@media screen and (max-width: 1274px) {
  .sub_main__footer__list_container__ {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .sub_main__footer__list_container__ > div {
    text-align: center;
  }

  .inputsearch_container___ {
    display: flex;
    /* justify-content: center; */
    gap: 10px;
  }

  .texttalk____search__ {
    margin-top: 10px;
  }
}
      
@media screen and (max-width: 835px) {
  .main_footer_container__,
  .subbfooterelements___talk {
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    padding: 0px;
  }

  .payment___imgs,
  .connect__talk___socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .connect__talk___socialmedia {
    margin-left: 0px;
  }

  .right_element_footer_copy {
    text-align: center;
  }
}

.klkl {
  /* width: 300px; */
}

.img_side {
  width: 100px;
  height: 100px;
  background-color: black;
}

.kokoklko {
  width: 90%;
  padding: 20px 20px;
}

@media screen and (max-width: 1750px) {
  .kikmd_ {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 950px) {
  .kokoklko {
    width: 95%;
    /* margin: 20px; */
    /* flex-direction: column; */
  }

  .sbbssb {
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .fdfd {
    flex-direction: column;
    /* margin-top: 0px; */
  }

  .kikmd_ {
    border: 0px !important;
    /* display: flex; */
  }

  .subbbb {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }
}

.pincode_check {
  border: 1px solid #333333;
  border-radius: 2px;
  padding: 5px;
  /* border-radius: 5px 0 0 5px; */
}

.ptalk {
  align-items: center;
}

.label_con {
  position: relative;
  /* display: flex; */
  width: fit-content;
}

.checkbtn__ {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #333333;
  color: white;
  border: 1px solid #333333;
  font-size: 13px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.pincode_check::placeholder {
  padding-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1400px) {
  .generraly_ {
    font-size: 12px;
    /* margin-left: 20px!important ; */
  }

  .delivery_pincode {
    justify-content: center !important;
    flex-direction: column !important;
    gap: 10px;
    /* align-items: center; */
  }
}

@media screen and (max-width: 1250px) {
  .stars_container__low {
    flex-direction: column !important;
    gap: 10px;
    align-items: center;
  }

  .title_lolol {
    justify-content: center !important;
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 1125px) {
  .lowerbtn__add {
    margin: 0px !important;
    justify-content: center;
  }

  .price_container {
    text-align: center;
  }

  .lower_side {
    justify-content: center;
  }
}

@media screen and (max-width: 1090px) {
  .lowerrr {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .title_lolol {
    justify-content: space-between !important;
  }

  .mplo {
    margin: 0px !important;
    text-align: center;
  }

  .safety_dys {
    text-align: center;
  }

  .car__side_ {
    flex-direction: column;
  }

  .leftside__cr {
    border-left: 0px !important;
    width: 100% !important;
  }

  .rating__links_ {
    text-align: center !important;
  }

  .sub_container__ {
    /* width: 93% !important; */
  }

  .kikok {
    /* padding-left: 50px !important; */
  }
}

@media screen and (max-width: 866px) {
  .car__side_,
  .kikok,
  .fwrgfev {
    width: 98% !important;
    margin: 0px !important;
  }

  .safety_dys {
    margin: 0px !important;
    padding: 0px !important;
  }

  .sub_container__ {
    /* width: 98% !important; */
  }

  .kikok {
    /* padding-left: 10px !important; */
  }
}

@media screen and (max-width: 725px) {
  .listhigh {
    flex-direction: column;
    gap: 20px;
    /* align-items: center; */
    /* text-align: center; */
  }

  .okpefnbm {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 510px) {
  .top_side_lolpl {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .lower_side_lolpl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 390px) {
  .lowerbtn__add {
    flex-direction: column;
  }

  .leftbtn_add {
    display: flex;
    justify-content: center;
  }
}

.items {
  list-style-type: none;
}

.items:hover {
  border-bottom: 1px solid #e40046;
  transition: 0.3s;
  /* z-index: 2; */
}

.leftbtn_add {
  text-decoration: none !important;
}

/* .whitebox {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 240px;
    height: 300px;
    margin-right: 96px;

}  */

/* My css */

.title_lolol {
  display: flex;
  justify-content: start !important;
}

.stars_container__low {
  display: flex !important;
  justify-content: start !important;
  flex-direction: row !important;
  font-size: 13px;
}

.price_container > .text-secondary {
  color: #c3c3c3 !important;
  font-size: 13px;
}

hr {
  margin: 0 !important;
}

.lower_side {
  align-items: center !important;
}

.price_content {
  color: #ff2b48 !important;
}

.offfff {
  margin: 0 10px !important;
  border-radius: 5px !important;
  color: #c3c3c3;
  border-color: #c3c3c3 !important;
}

.safety_dys {
  margin: 0px !important;
}

.search_prdcts___inp .content_7_days {
  color: #a9a7a7 !important;
  font-size: 13px;
}

.link_cyan {
  color: #2aaaed !important;
}

.cart__btn__ {
  display: flex;
  align-items: center;
  width: 100px;
}

.sign_in__btn_hdr {
  width: 160px;
  display: flex;
  align-items: center;
}

.breadcrumb-item {
  font-size: 12px;
}

.heart__ {
  margin: 0 15px;
}

.search_prdcts___inp {
  padding: 10px !important;
  color: #c3c3c3;
  /* width: 500px; */
  font-size: 13px;
}

.search_btn__hdr {
  font-size: 13px;
}

.content_7_days {
  color: #a9a7a7 !important;
  font-size: 13px;
}

.cart___btn__ > .fa {
  font-size: 24px !important;
  margin: 0 15px !important;
}

.leftbtn_add .leftbtn_addrdcts___inp {
  padding: 10px !important;
  border: 0 !important;
  border-radius: 5px !important;
  width: 100% !important;
}

.leftbtn_add {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 10px 15px !important;
  text-align: center !important;
}

.border_dotted {
  border: none;
  border-bottom: 2px dotted #e2e3e3 !important;
}

.title_high {
  display: flex;
  cursor: pointer;
  align-items: center;
  /* justify-content: center; */
}

.plus {
  height: 30px !important;
  width: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minus_header {
  margin-bottom: 0px !important;
  font-size: 17px !important;
}

.content_high {
  font-size: 14px !important;
  padding: 25px !important;
}

.lowerbtn__add {
  justify-content: start !important;
}

/* carousel */
.carousel_wrapper {
  height: 300px !important;
  width: 300px !important;
}

.list-inline-item > a > img {
  width: 50px !important;
}
#productCarousel {
  display: flex;
  flex-direction: row;
}
.carousel-indicators-wrapper {
  padding: 50px;
}

/* end carousel */
/* END MY CSS */

.list-inline-item_ > a > img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}

.list-inline-item_ {
  margin: 15px 0px !important;
}

.carousel-indicators_ {
  height: 430px !important;
}

#productCarousel_ {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.carousel-item_ {
  display: none;
}

.active {
  display: block;
}

.carousel-indicators_ {
  list-style: none;
  overflow-y: hidden;
}

.car_ {
  margin: 0 25px;
}

.carousel-indicators-wrapper_ {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-item_ > img {
  width: 400px !important;
  height: 400px !important;
  object-fit: contain;
}

.carousel_wrapper_ {
  display: flex;
  width: 100%;
}

/* .car_,
.carousel_wrapper_{
    height: 600px;
} */

/* #productCarousel_{
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .right_side_rev__ {
  align-self: flex-end;
} */

.reviewsss___ufjgl {
  border: none;
}

.inputrvruru {
  border-left: 1px solid gray;
  padding-left: 5px;
  margin-left: 5px;
}

.mosthelpfuloglg {
  text-decoration: none;
  padding-bottom: 7px;
}

.mosthelpfuloglg:hover {
  border-bottom: 2px solid red;
}

.lfki_ikigj {
  width: 80px;
  height: 80px;
}

.like__rvnjg {
  border: 1px solid #e8e8e9;
  width: fit-content;
  padding: 2px 10px;
  color: #a1a7a5;
}
/* .like__rvnjg > .fa{
    color: #a4a7a5;
} */
.fdsfsdgsg,
.left_side__fbyuyti,
.vrififigi,
.talkkk_dfsdfsd {
  color: #9fa19f;
  font-size: 14px;
}

.btnss {
  width: 140px;
  gap: 10px;
}

.clasfkl {
  border: 1px solid #d9d9d8;
  background-color: white;
  border-radius: 3px;
  color: #5a5a59;
}

.fsdfsdht {
  height: 200px;
}

.ytutui {
  gap: 13px;
}

.rehbeabfdv {
  /* width: 86%!important; */
  margin: 0 !important;
}

.talkk_ifogirgp {
  font-size: 14px;
}

.mosthelpfuloglg,
.sorty_ugygu,
.allstars {
  color: #9fa19f;
  font-size: 15px;
}

.customer_reviewsfkfklfl {
  padding-right: 8px;
}

.inputrvruru {
  padding-left: 8px;
}

.pjonhrjrn {
  width: 95%;
}

.rehbeabfdv {
  background-color: white;
}

@media screen and (max-width: 1360px) {
  .lowerrr {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .title_lolol {
    justify-content: space-between !important;
  }

  .mplo {
    margin: 0px !important;
    text-align: center;
  }

  .safety_dys {
    text-align: center;
  }

  .car__side_ {
    flex-direction: column;
  }

  .leftside__cr {
    border-left: 0px !important;
    width: 100% !important;
  }

  .rating__links_ {
    text-align: center !important;
  }

  .sub_container__ {
    /* width: 93% !important; */
  }

  .kikok {
    /* padding-left: 50px !important; */
  }
  .price_container,
  .lowerbtn__add,
  .lower_side,
  .delivery_pincode,
  .ptalk {
    /* display: flex; */

    justify-content: center !important;
    text-align: center;
  }

  .kikok {
    padding: 0;
  }
}

.rehbeabfdv {
  padding: 10px 20px;
}

.rehbeabfdv > .h5 {
  margin: 10px;
}

@media screen and (max-width: 1059px) {
  .fsdfsdht {
    flex-direction: column;
    align-items: center;
    height: fit-content;
    gap: 20px;
    /* margin-bottom: 200px; */
  }

  .ytutui {
    border: none !important;
    border-bottom: 1px solid black !important;
    padding-bottom: 20px;
  }

  .fsdfsdht > .ytutui:nth-child(3) {
    margin-bottom: 20px;
  }
  .rehbeabfdv {
    padding: 5px 10px;
  }

  .rehbeabfdv > .container-fluid:nth-child(4) {
    padding: 0px 10px;
  }
  .rehbeabfdv > .container-fluid:nth-child(5) {
    padding: 0px 10px;
  }
  .rehbeabfdv > .container-fluid:nth-child(6) {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 880px) {
  .topcustomer_siderev {
    flex-direction: column;
    gap: 10px;
  }
}

.first_container_line__ {
}

.generraly_ {
  margin: 0 25px;
  font-size: 12px;
}

.delivery_pincode {
  align-items: center;
}

.ptalk {
  font-size: 12px;
}

.pincode_check {
  width: 200px;
}

.a_seven_days {
  /* font-size: 12px; */
  margin: 15px 0;
}

.first_container_line__ {
  padding: 5px 50px;
}

.carousel-right_ {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_high {
  color: #828383;
}

.cont {
  align-items: center;
}

.clasfkl {
  font-size: 12px;
}

@media screen and (min-width: 1500px) {
  .first_container_line__ {
    padding: 5px 150px !important;
  }
  
}

@media screen and (max-width: 800px) {
  .first_container_line__ {
    padding: 5px 10px !important;
  }
}

@media screen and (max-width: 1200px) {
  .first_container_line__ {
    padding: 5px 50px !important;
  }
}


.car__side_,
.kikok,
.fwrgfev {
  width: 80% !important;
  margin: 15px 0 !important;
}



@media screen and (max-width: 1000px) {
    .car__side_,
    .kikok,
    .fwrgfev {
      width: 90% !important;
      margin: 15px 0 !important;
    }
  }

  @media screen and (max-width: 700px){
    .carousel-item_ > img {
        width: 300px !important;
        height: 300px !important;
    }
  }

  @media screen and (max-width: 550px){
    .carousel-item_ > img {
        width: 280px !important;
        height: 280px !important;
    }
    .car__side_,
    .kikok,
    .fwrgfev,
    .allmain___footer___general__ {
      width: 97% !important;
      margin: 15px 0 !important;
    }
  }
  

  .talk__tlkig_{
    margin: 5px 0;
    font-size: 13px;
    font-weight: bold;
  }

  .klkl{
    font-size: 12px;
    padding: 10px 25px;
  }

  .p{
    font-size: 13px;
    color: #a1a7a5;
  }



  .fa-star {
    color: rgb(213, 137, 24);
  }

  .verified__buye {
    align-items: center;
  }

  .left_side__fbyuyti {
    margin: 0 8px 0 0px;
    font-size: 12px;
  }

  .fdsfsdgsg {
    font-size: 12px;
    margin: 5px 0;
  }

  .talkkkgigkgo {
    font-size: 14px;
    margin: 5px 0;
  }

  .leftside_ {
    margin: 20px 0;
    font-size: 12px;
  }


  .bold_green {
    color: green;
    font-weight: bolder;
  }
  
  .redirect_home_ > a {
    color: white;
    background-color: #d0011b;;
    width: 180px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .redirect_home_ > a:hover {
    color: white;
    text-decoration: none;
    background-color: #fb641b;
  }
  
  
  .redirect_home_ > a > div {
    margin: 5px;
  }
  
  .redirect__container {
    display: flex;
    justify-content: center;
    align-items: center;    
    margin: 50px 0;
  }
  
  .thanks_title {
    text-align: center !important;
  }
  
  .find-more {
    width: 150px;
    border: none;
    background-color: #d0011b !important;
    color: white;
    padding: 8px 0;
    font-weight: bolder;
    border-radius: 5px;
  }
  
  
  .body_thanks_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
    /* width: 100%; */
  }
  
  
  .valid_img {
    width: 80px;
    margin: 25px;
  }
  .thanks_title {
    font-size: 30px;
    font-weight: bolder;
  }
  .cmd_details {
    text-align: center;
    margin: 15px;
    font-size: 18px;
  }

  a:hover{
    text-decoration: none;
  }


  .list_element__first___{
    font-size: 12px;
}
.connect__talk____,
.payment____talk__tktk{
    font-size: 14px;
}
.texttalk____search__{
    margin: 15px 0;
    font-size: 12px;
}
.title___list__first__{
    font-size: 14px;
    margin: 15px 0;
}
.searchbar____{
    font-size: 12px;
    height: 35px;
}
.subscribe____sub{
    font-size: 12px;
    height: 35px;
}
.talk___paymentfooter{
    font-size: 14px;
    font-weight: bold;
}
.talk_payment__dscr__ft{
    font-size: 12px;
    margin: 15px 0;
    color: #a4a4a4;
}
.right_element_footer_copy{
    font-size: 12px;
}

.logoimg___cont{
  padding: 0 15px;
}

.leftbtn_add{
  width: 180px;
  justify-content: center;
  align-items: center;
  border-radius: 2px !important;
  font-size: 13px !important;
  height: 50px;
  padding: 0!important;
}

@media  screen and (max-width: 1500px){
  .search_prdcts___inp{
    width: 500px;
  }
}


@media  screen and (max-width: 1250px){
  .search_prdcts___inp{
    width: 300px;
  }
}


@media  screen and (max-width: 1000px){
  .input_container___hdr__{
    display: none;
  }
  .second_container_line__{
    justify-content: space-between;
  }
  .cart__btn__ ,
  .sign_in__btn_hdr{
    width: 100%;
  }
}

@media  screen and (max-width: 900px){
  .right_sidesub__header_{
    display: none;
  }

  .first_container_line__{
    flex-direction: row-reverse;
  }
  .txt_
  ,.top_side_lolpl,.link_cyan{
    display: none!important;
  }
  .sorty_ugygu,.mosthelpfuloglg{
    font-size: 11px;	
  }
}

.right_side_rev__{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sorty_ugygu,.mosthelpfuloglg{
  font-size: 14px;	
  padding:  0 5px;
}

.right_side_rev__{
  align-items: end;
  
}

.right_sort_
{
  margin-right: 5px;
}

@media screen and (max-width: 500px) {
  .hdd,
  .right_side_rev__ ,
  .searchllll,.vrififigi{
    display: none!important;
  }
  .first_container_line__{
    justify-content: end;
    padding: 5px 25px!important;
  }
  .logoimg___cont{
    width: 150px!important;
  }
  .logo__container__hdr_{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
  }
  .logoimg___cont {
    padding: 0 0px;
}
.lfki_ikigj{
  width: 50px;
  height: 50px;
}
}

.ham_{
  font-size: 28px;
    margin-top: 7px;
    color: white;
}

.carousel-indicators_{
  cursor: pointer;
}