body{
  overflow-x: hidden;
}
.ami_div{
  display: inline-block;max-width:100%;max-height:auto;overflow:hidden;border-radius:1rem;
}
.ami_image{
  object-fit:cover;border-radius:1rem;width:10rem;height: 8rem;
}
.img-service-slider-div{
  max-width: 100%;
  border-radius: 1rem;
}
.img-service-slider{
  object-fit: cover;
  /* border-radius: 1rem; */
  width: 52rem !important;
  height: 38rem !important;
}

.hide-w-990{
  display: block;
}
.show-w-990{
  display: none;
}

/* Rating star */
.font-size-rating{
  font-size: 1.5rem;
}
.rating{
  
}
.rating > .radio-star{
display:none;

}
.rating:not(:checked) > label {
float:right;/*
width:auto;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
line-height:1.2;*/
color:#A7ABB1;
/* right:35rem; */
/* top:-2rem;  */
margin: 0 0.2rem;
}

.rating:not(:checked) > label:before {
content: '\f005';
}

.rating > input:checked ~ label {
color: #f70;
/* text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5); */
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: gold;
/* text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); */
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked  label:hover  label,
.rating > label:hover  input:checked  label {
color: #ea0;
}
.star-size {
font-size: 1rem;
}
/* Rating star */



/* content: '';
  position: absolute;
  top: 78px;
  left: 902px;
  right: 0;
  background: url(../media/bg3.png) no-repeat ;
   width: 100%;
  height: 100%;
  background: linear-gradient(#e74e84,#fff);
  clip-path: circle(62% at 48% -30%);
  z-index: -1000; */
.image-clip {
  content: '';
  position: absolute;
  top: 22%;
  left: 68%;
  right: 0;
  background: url(../media/bg5.png) no-repeat;
  background-size: 0%;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.head-image-box{
  border-radius: 1rem;
  min-height: 40rem;
  object-fit: cover; 
}
.typed-text{
  font-weight: normal;
  color: #ff5da2;
  font-family: poppins;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.3;
}
.cursor{
display: inline-block;
background-color: #99999950;
margin-left: 0.1rem;
width: 2px;
animation: blink 1s infinite;
}
@keyframes blink {
  0%  { background-color: #99999950; }
  49% { background-color: #99999950; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #99999950; }
}
.image-clip2 {
  content: '';
position: absolute;
top: 6%;
left: 46.2%;
right: 0;
background: url(../media/bg6.png) no-repeat;
background-size: auto;
background-size: 0%;
width: 100%;
height: 100%;
z-index: -1000;
}
.lg-toolbar .lg-icon.lg-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-toolbar .lg-icon.lg-close:after {
  content: "";
}
.lg-toolbar .lg-icon.lg-close svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.my-container{
  
  width: 100%;
  padding-right: 9%;
  padding-left: 9%;
}
.mh-for-img{
max-height: 37rem;    
}
.top-sticky{
  position: -webkit-sticky;
  position: fixed;
}
.star-size{
  font-size: 0.7rem;     
}

.stay-tab-margin{
  margin-top: -15rem;
}
.tab-margin{
  margin-top: -9rem;
  
}
.searchbar{
  margin-right: 10rem;
  padding: 1rem;
}
/* font-family: myFirstFont;
src: url(sansation_bold.woff);
font-weight: bold; */

.f-bold{
  font-weight: 700;
}
.f-regular{
  font-weight: 500;
}
.f-thin{
  font-weight: 300;
}
.f-sml{
  font-size: 13px;
}
.f-med{
  font-size: 15px;
}
.f-med-w-color{
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  color: #616161;
}
.f-large-w-color{
  font-size: 20px;
}
.f-large{
  font-size: 18px;
}
.badge{
  font-family: poppins;
  font-weight: 400;
}
.badge-blue{
  display: inline-block;
  padding: .35em .65em;
  font-size: .85em;
  font-family: poppins;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #0d6efd;
  background-color: #0d6dfd30;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  border-radius: 50rem;
}
.badge-green{
  display: inline-block;
  padding: .35em .65em;
  font-size: .85em;
  font-family: poppins;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #198754;
  background-color: #19875430;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  border-radius: 50rem;
}
.badge-red{
  display: inline-block;
  padding: .35em .65em;
  font-size: .85em;
  font-family: poppins;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #d33545;
  background-color: #d3354530;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  border-radius: 50rem;
}


.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1;
}
.semibigtext{
  font-family: poppins;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #9b9b9b;
  
}
.semibigtextcard{
  font-family: poppins;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  
  
  color: #9b9b9b;

  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  
}
.semi2bigtext{
  font-family: poppins;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #565c66;
}
.semi3bigtext{
  font-family: poppins;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000000;
}
.semi2smltext{
  letter-spacing: 0.150rem;
  font-family: poppins;
  font-weight:400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #9b9b9b;
}
.semi2smltextblack{
  
  font-family: poppins;
  font-weight:400;
  font-size: 1rem;
  color: #000000;
}
.semi3smltext{
  
  font-family: poppins;
  font-weight:400;
  font-size: 0.85rem;
  line-height: 1rem;
  color: #9b9b9b;
}
.semiiconsize{
  
  
  font-size: 1.1rem;
  
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #565c66;
}
.logo-nm-head{
  font-size: 2.5rem;
  font-family: poppins;
  font-weight:500;
  
  /* font-weight: 700; */
}    

.btn-success{
  border: 0px;
  border-radius: 50px;
  padding: 12px 20px;
  background-color: #FF5DA2;
}
.btn-success:hover{
  background-color: #b34172;
}
a{
  text-decoration: none;
  color: black;
}
.icon-105{
  font-size:1.5rem;
}
.navbar-light .navbar-toggler {
  color: #000;
  border: 0px;
  /* border-color: rgba(0,0,0,.1); */
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.747);
}
.fixed-top{
  background-color: #ffffffe1;
  border-bottom: 1px solid #cfcfcf30;
}
.icon-circle{
  border: 1px solid #cacaca;
  border-radius: 100px;
  padding: 12px 15px;
}


.purple-pills{
  border: 1px solid #cfcfcf88;
  border-radius: 0px;
  padding: 0.4rem 1rem;
  margin-right: 1.3rem;
  
}
.purple-pills:hover{
  color: black;
}
.purple-pills:active{
  background-color: #f4eeff;
  border: 1px solid #FF5DA2;
  color: #FF5DA2;
}

.slider-dots-number{
  border: 1px solid #00000088;
  /* border-radius: 100rem; */
  color: #818181;
  /* padding: .5rem 1.1rem; */
  margin-right: 0.1rem;
  
}
.slider-dots-number:hover{
  color: #818181;
  background-color: #f3f4f6;
}
.slider-dots-number:active{
  background-color: #FF5DA2;
  border: 1px solid #FF5DA2;
  color: #ffffff;
}



.card-image-box:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}

.hover\:shadow-xl:hover {

  --tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);

}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: #FF5DA2;
}
.transition-shadow {

  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;

}
.card-view {
  width: 21rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 5rem 5rem 1rem 1rem;
}

.card-image-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem;
}
.card-image-box .image-box{
  
  /* min-height: 10%; */
  /* width: 2rem; */
  object-fit:cover;
  height: 13rem;
  
  /* max-height: 18rem; */
  border-radius: 1rem 1rem 0 0;
  /* height :15rem; */
  /* width: 50%; */

}
.image-box{
  border-radius: 1rem; 
  width: 100%;
  min-width: 5rem;
  min-height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}

.card-image-boxes {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 5rem 5rem 5rem 5rem;
  
}
/* .card-image-boxes .image-boxes{ */
  
  /* min-height: 10%; */
  /* width: 2rem; */
  /* object-fit:cover; */
  /* height: 8rem; */
  
  /* max-height: 18rem; */
  /* border-radius: 1rem; */
  /* height :15rem; */
  /* width: 50%; */
  
/* } */
.image-boxes{
  border-radius: 1rem;
  width: 100%;
  min-width: 8rem;
  min-height: 8rem;
  max-height: 8rem;
  object-fit: cover;
  /* height: 8rem; */
  
}
.owl-box{
  height:600px;
  overflow: hidden;
  width: 840px;
}
.owl-item , .owl-item .cloned , .owl-item .active{
  object-fit:cover;
  width: 840px;
  height:600px;
  
}



.item,.item:after,.item:before{
  box-sizing: border-box;
}

#ig_new{
  width: 100%;
  min-width:13rem;
  min-height:30rem;
  max-height:26rem;
  border-radius: 1rem;
  object-fit:cover;
  /* max-width: 100%; */
  
}
.round-img{
  border-radius: 50%;
  
}
.right-part {
  background-color: #FFF;
  
}

.image-gel-box{

width:710px;
height: 599px;
}
.slick-dots li button:before
{
font-size: 30px;
line-height: 30px;

}

.service_vendor_slider{
  width: 770px; 
  height: 550px;
}
.service_vendor_slider .item{
  box-sizing: border-box;
  height: 550px;
}
/*  
.slick-img {
  object-fit:contain;
} */
/* .rating-pill{
  background-color: #f3f4f6;
  border-radius: 50rem;
  padding: .5rem 1rem;
  margin: 0 4rem;
  font-size: 0.8rem;
} */
.rating-pill{
  display: inline-block;
  padding: .35em .65em;
  font-size: .85em;
  font-family: poppins;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #1c2231;
  background-color: #f3f4f6;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  border-radius: 50rem;
}
.hover-button{
  background-color: #ffffff;
  
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 1rem;
  outline: 0;
}

.hover-button:hover{
  background-color: #f3f4f6;
}
.hover-button:focus:not(:focus-visible){

  /* border-inline:#FF5DA2 solid 1px; */
  outline-offset: 2px;
  outline: #FF5DA2 solid 2px;
}
.bg-checkbox:focus{
  background-color: #FF5DA2;
  color: #fff;
}
.my-button{
  background-color: #FF5DA2;
  color: #fff;
  border-radius: 0px;
}
.my-button:hover{
  background-color: #FF5DA2;
  color: #fff;
}
.date-box{
  border: 1px solid #ececec;
  border-radius: 50rem;
  font-family: poppins;
  font-weight: 400;
  padding: 15px;
  width: 13.6rem;
}
.number-box{
  border: 1px solid #ececec;
  border-radius: 50rem;
  font-family: poppins;
  font-weight: 400;
  padding: 15px;
  width: 4rem;
}
.btn-view{
  background-color: #fff;
  border-radius: 50rem;
  border: 2px solid #cfcfcf;
  padding: 0.5rem 1.5rem;
  font-family: poppins;
  font-weight: 400;
  font-size: 1rem;
}
.btn-view:hover{
  background-color: rgb(214, 214, 214);
  color: #000;
  border: 2px solid #0d6efd;
  
}

.container-card-view{
  background-color: #f3f4f6;
  border-radius: 3rem;
  padding: 3rem 6rem;
}
.small-card{
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid #efeff2;
  padding: .5rem;
  width: 88.5%;
  height: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .rounded-pill {
  font-family: poppins;
  font-weight: 400;
  color: #6b7280;
  padding: .5rem 1rem ;
  font-size: 1rem;  
  margin: 0 0.25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .rounded-pill:hover {
  color: #000000;    
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .rounded-pill.active {
  color: #fff;
  
  
  background-color: #115e59 !important;
  
}

.nav-link {
  display: block;
  padding: 0.7rem 1rem !important;
  color: #FF5DA2;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
color: #000;
}
rounded-pill {
  border-radius: 50rem !important;
  background-color: #0d6efd !important;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.rounded-full {
  border-radius: 5px;
} 
.rounded-new {
  border-radius: 9999px;
}
.owncard{
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 50rem;
  padding: 1rem 0.5rem;
}

.footer-title {
  color: #171717;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-content{
  color: #000;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  font-weight: 500;
  line-height: 1.5;
}

.footer .footer-bottom .copyright {
  border-top: 1px solid #e8ecec;
  padding: 30px 0 15px 0;
  

}


.footer .footer-bottom .copyright-text p {
  color: #000;
  font-size: 15px;
}
.footer .footer-bottom .copyright-text p a {
  color: var(--main-color);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.policy-menu {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
  
}
.policy-menu li::after {
  color: #8d8d8d;
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
} 
.policy-menu li a {
  color: #8d8d8d;
}
.policy-menu li a :hover{
  color: #FF5DA2 !important;
}

.policy-menu li:last-child::after {
  content: "";
}  

.vendor-social .social-icon ul, .footer .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.vendor-social .social-icon ul li, .footer .social-icon ul li {
  margin-right: 10px;
}
.footer .social-icon ul li a {
  color: #B0B0B0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  transition: all 0.4s ease 0s;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}
.footer .social-icon ul li a:hover {
  color:#FF5DA2;
  background-color: #ff5da220;
  transition: 300ms;
}
.subscribe-form {
  position: relative;
  margin-top: 30px;
  width: fit-content;
} 
.subscribe-form .form-control {
  height: 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding-left: 20px;
  font-size: 15px;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.subscribe-form .footer-btn {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #FF5DA2;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 0;
}    
.dropdown li {
  font-size: 1rem;
  margin: 0px auto;
  padding: 0px 10px;
  padding-top: -100px;
  position: relative;
  border: 0px solid #cacaca;
  border-radius: 5px;
}
/* The sub dropdown */
.dropdown ul {
  /* Border */
  border: 0px solid #cacaca30;
  border-radius: 15px;
  
  /* Hidden by default */
  display: none;
  
  /* Absolute position */
  left: 0;
  position: absolute;
  top: 100%;
  /* Reset styles */
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  /* Width */
  width: fit-content;
}
/* The second level sub dropdown */
.dropdown ul ul {
  left: 100%;
  position: absolute;
  top: 0;
  border: px solid rgba(0, 0, 0, 0.1);
  
  /* border-radius: 10px; */
}

/* Change background color of list item when being hovered */
.dropdown li:hover {
  background-color: #cacaca50;
  font-weight: 500;
  
  border-radius: 0px;
}

.card{
  border-radius: 1rem;
}
.dropdown-item.active, .dropdown-item:active {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: #ffffff00;
}

/* Show the direct sub dropdown when hovering the list item */
.dropdown li:focus > ul {
  display: block;
}

.dropdown-item {
  padding-bottom: 5px;
  display: block;
  width: fit-content;
  padding: .25rem .75rem;
  clear: both;
  font-weight: 400;
  color: #272727;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin: 5px 0px;
  border-radius: 20px;
}

.submenu{
  margin-right: 5px !important;
  width: fit-content !important;
  position: absolute !important;
}
.drop-width{
  left: 0%;
  right: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

}
.b-shadow{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.dropdown-item:focus, .dropdown-item:hover {
  width: 100%;
  color: #1e2125;
  background-color: #e9ecef;
  border-radius: 0px;
}
/* 
.drop-width .dropdown-item{
  padding: 20px 50px;
} */


/* @media screen and (max-width: 1835px) {
  .my-container{
      width: 100%;
      padding-right: 160px;
      padding-left: 160px;
  }
  
} */

.card-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.card-body {
  padding: 1rem;
  flex:1;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 25rem;
  max-width: 25rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
}
#sendMessage{
  box-sizing: border-box;
}
.form-small-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: #dcdcdc;
  min-height: 46px;
  padding: 3px 10px;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
.form-small-control-textarea {
  display: block;
  width: 100%;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: #dcdcdc;
  min-height: 46px;
  padding: 3px 10px;
}

.theiaStickySidebar{
  position: sticky;
  top: 124px;
  
}


.about-author {
  min-height: 80px;
}
.about-provider-img {
  background-color: #fff;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.text-center {
  text-align: center !important;
}
.vendorlogo {
  height: 60px;
  width: 60px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.provider-details {
  margin-left: 100px;
}
.text-muted {
  color: #6c757d !important;
}
.provider-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
}
.whatsapp-color {
  color: #25D366;
}


/* -----------Tab */

.cardio{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #FF5DA2;
}

.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.portfolio-border-image {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  cursor: pointer;
}
.grey-background {
  background: #efefef;
  border-radius: 10px;
}
.main-nav > li.active > a, .font-website {
  color: var(--main-color) !important;
}
.section-search > h3 span, .font-web-color {
  color: #ff0080;
}
.font-italic {
  font-style: italic !important;
}
.review-list:last-child {
  border-bottom: 0;
}
.review-list {
  border-bottom: 1px solid #e8ecec;
  display: flex;
  padding: 15px 0;
  flex-wrap: wrap;
}
.review-img {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}
.review-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.rounded-circle {
  border-radius: 50% !important;
}
review-info::after, review-info::before {
  box-sizing: border-box;
}
.review-info h5 {
  font-size: 17px;
  margin-bottom: 2px;
}
.review-count {
  flex: 0 0 auto;
  margin-left: auto;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
/* .rating {
  list-style: none;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
} */
.review-date {
  font-size: 14px;
  color: #2c3038;
  margin-bottom: 5px;
}
.fa-star::before {
  content: "\f005";
}
.excellent-star, .filled-star-5, .excellent-star .filled {
  color: #ff0080 !important;
  color: green !important;

}
.star-span::after{
  content: '\2605';
  font-size: 2rem;
}
.excellent-star-text{
font-size:1rem;
color:green;
} 
.very-good-star, .filled-star-4, .very-good-star .filled {
  color: #ff0080 !important;
  color: #17a2b8 !important;
}
.very-good-star-text{
  color: #17a2b8 !important;
  font-size:1rem;
}
.good-star-text{
  color: #6c757d !important;   
  font-size:1rem;
}
.average-star-text{
  color: #ffc107 !important;
  font-size:1rem;
}
.poor-star-text{
 color:red !important; 
 font-size:1rem;
}
.rating-star {
  font-size: 1.2rem;
}
.good-star, .filled-star-3, .good-star .filled {
  color: #ff0080 !important;
  color: #6c757d !important;
}
.average-star, .filled-star-2, .average-star .filled {
  color: #ff0080 !important;
  color: #ffc107 !important;
}
.poor-star, .filled-star-1, .poor-star .filled {
  color: #ff0080 !important;
  color: red !important;
}
/* Tab----- */

/* Aminities Checkbox */
label {
position: relative;
cursor: pointer;
}

label:before {
background-color: #FF5DA2;
color: white;
content: " ";
display: block;
border-radius: 50%;
border: 1px solid #FF5DA2;
position: absolute;
top: 2px;
left: 0px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
z-index:10;
}

label img {
transition-duration: 0.2s;
transform-origin: 50% 50%;
}

.ami_checkbox:checked + label {
border-color: #FF5DA2;
}

.ami_checkbox:checked + label:before {
content: "✓";
background-color: #FF5DA2;
transform: scale(1);
}

.ami_checkbox:checked + label img {
transform: scale(0.9);
box-shadow: 0 0 5px #FF5DA2;
z-index: -1;
border-radius: 1rem;
}


/* Aminities Checkbox */

/* Rating */
.star-cb-group {
/* remove inline-block whitespace */
font-size: 0;
/* flip the order so we can use the + and ~ combinators */
unicode-bidi: bidi-override;
direction: rtl;
/* the hidden clearer */
}
.star-cb-group * {
font-size: 2rem;
}

.star-cb-group > input {
display: none;
}
.star-sb-group > input {
  display: none;
}
.star-cb-group > input + label {
/* only enough room for the star */
display: inline-block;
overflow: hidden;
text-indent: 9999px;
width: 1em;
white-space: nowrap;
cursor: pointer;
}
.star-cb-group > input + label:before {
display: inline-block;
text-indent: -9999px;
content: '\2606';
color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
content: '\2605';
color: #e52;
text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
text-indent: -9999px;
width: 0.5em;
margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
width: 0.5em;
}
.star-cb-group:hover > input + label:before {
content: '\2606';
color: #888;
text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
content: '\2605';
color: #e52;
text-shadow: 0 0 1px #333;
}

#log {
margin: 1em auto;
width: 5em;
text-align: center;
background: transparent;
}



/* Rating */


/* Table */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700';

* {font-family: 'Poppins';}

.rwd-table {
margin: auto;
width: 100%;
border-collapse: collapse;
}

.rwd-table tr:first-child {
border-top: none;
background: #FF5DA2;
color: #fff;
}

.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
background-color: #ebf3f9;
}

.rwd-table th {
display: none;
}

.rwd-table td {
display: block;
}

.rwd-table td:first-child {
margin-top: .5em;
}

.rwd-table td:last-child {
margin-bottom: .5em;
}

.rwd-table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 120px;
display: inline-block;
color: #000;
}

.rwd-table th,
.rwd-table td {
text-align: left;
}

.rwd-table {
color: #333;
border-radius: .4em;
overflow: hidden;
}

.rwd-table tr {
border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
padding: .5em 1em;
text-align:center;
}

@media screen and (max-width: 601px) {
.rwd-table tr:nth-child(2) {
  border-top: none;
}
}
@media screen and (min-width: 600px) {
.rwd-table tr:hover:not(:first-child) {
  background-color: #d8e7f3;
}
.rwd-table td:before {
  display: none;
}
.rwd-table th,
.rwd-table td {
  display: table-cell;
  padding: .25em .5em;
}
.rwd-table th:first-child,
.rwd-table td:first-child {
  padding-left: 0;
}
.rwd-table th:last-child,
.rwd-table td:last-child {
  padding-right: 0;
}
.rwd-table th,
.rwd-table td {
  padding: 1em !important;
}
}

@-webkit-keyframes leftRight {
0%    { -webkit-transform: translateX(0)}
25%   { -webkit-transform: translateX(-10px)}
75%   { -webkit-transform: translateX(10px)}
100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
0%    { transform: translateX(0)}
25%   { transform: translateX(-10px)}
75%   { transform: translateX(10px)}
100%  { transform: translateX(0)}
}

/* Table */
.\!border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: #FF5DA9 !important;
}

#nav_log{
  background:#FF5DA2;
  padding-top:0.8rem;
  padding-bottom:0.8rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  border-radius:1.5rem;
  color:#fff;
}

/* #login_change{
  padding-top:1rem !important;
  padding-bottom:1rem !important;
  padding-left:1.5rem !important;
  padding-right:1.5rem !important;
  border-radius:10px !important;
  
} */
.nav-link-new{ 
    
    display: block;
    padding: 0.7rem 2rem !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    
}
#log_na:hover,#log_na:focus,#log_na:focus-visible{
  background: rgb(255,255, 255) none repeat scroll 0% 0%;
}
#logouti:hover,#logouti:focus,#logouti:focus-visible,#logouti:active{
  background:#fff;
}
#logoutli:hover,#logoutli:focus,#logoutli:focus-visible,#logoutli:active{
  background:#fff;
}
#logini:hover,#logini:focus,#logini:focus-visible,#logini:active{
  background:#fff;
}
#loginli:hover,#loginli:focus,#loginli:focus-visible,#loginli:active{
  background:#fff;
}
#registeri:hover,#registeri:focus,#registeri:focus-visible,#registeri:active{
  background:#fff;
}
#registerli:hover,#registerli:focus,#registerli:focus-visible,#registerli:active{
  background:#fff;
}
#downloadi:hover,#downloadi:focus,#downloadi:focus-visible,#downloadi:active{
  background:#fff;
}
#downloadli:hover,#downloadli:focus,#downloadli:focus-visible,#downloadli:active{
  background:#fff;
}

[multiple]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, select:focus, textarea:focus {
outline: none;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty, );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #fff;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);
border-color: #666;
}
datalist {
position: absolute;
background-color: white;
border: none;
font-family: sans-serif;
padding: 5px;
max-height: 10rem;
overflow-y: auto;
scrollbar-width: none;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
border-radius: 0.25rem;
}
#browsers{
position: absolute;
background-color: white;
border: none;
font-family: sans-serif;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top:2rem;
padding-bottom:2rem;
max-height: 15rem;
min-width:21.1rem;
overflow-y: auto;
scrollbar-width: none;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
border-radius: 0.25rem;
}
#city_option{
  background-color: white;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
#venue_datalist{
  top:7rem;
  position: absolute;
  background-color: white;
  border: none;
  font-family: sans-serif;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top:3rem;
  padding-bottom:3rem;
  max-height: 16.2rem;
  min-height: 16.2rem;
  overflow-y: auto;
  scrollbar-width: none;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border-radius: 1rem;
  z-index:10;
  min-width:32rem;
  max-width:32rem;
  
}
#venue_option{
  background-color: white;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
.zoom-images:hover img{
  transform: scale(1.2);
  
}
.zoom-images img {
  transition: transform .5s ease;
  
}
.image-zoo{
  overflow: hidden; 
}

option {
background-color: white;
padding: 4px;
color: #000;
margin-bottom: 1px;
font-size: 18px;
cursor: pointer;

}
#category_option_detail{
  font-size:14px;
}
option:hover,  .active{

color:#000;
}

a:hover {
  color: #FF5DA2;
}
.border-primary {
  border-color: #FF5DA2 !important;
}
[type="checkbox"]:focus, [type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #FF5DA2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);
}
.focus-background-check:focus{
  background-color:#FF5DA2;
}
.bg-pink{
  background-color:#FF5DA2 !important;
  
}

/* ------------- */

.min-max-slider {position: relative; width: 200px; text-align: center; margin-bottom: 50px;}
.min-max-slider > label {display: none;}
.min-max-slider > .legend {display: flex; justify-content: space-between;}
.min-max-slider > .legend > * {font-size: small; opacity: 0.25;}
.min-max-slider > input {cursor: pointer; position: absolute;}

/* webkit specific styling */
.min-max-slider > input {
-webkit-appearance: none;
outline: none!important;
background: transparent;
background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, #FF5DA2 30%, #FF5DA2 60%, transparent 60%, transparent 100%);
}
.min-max-slider > input::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 14px; /* Set a specific slider handle width */
height: 14px; /* Slider handle height */
background: #eee; /* Green background */
cursor: pointer; /* Cursor on hover */
border: 1px solid gray;
border-radius: 100%;
}
.min-max-slider > input::-webkit-slider-runnable-track {cursor: pointer;}
#location_list{
  position: absolute;
  background-color: white;
  border: none;
  font-family: sans-serif;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
  padding-top:1rem;
  padding-bottom:1rem;
  max-height: 5.2rem;
  min-height: 5.2rem;
  overflow-y: auto;
  scrollbar-width: none;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border-radius: 1rem;
  z-index:10;
  width:max-content;
  right:2rem;
  top:4rem;
}
#filter_city{
background-color: white;
padding: 4px;
color: #000;
margin-bottom: 1px;
font-size: 18px;
cursor: pointer;

}
.input-icons i {
  position: absolute;
}

.input-icons {
  
  margin-bottom: 0px;
}
.icon {
  padding: 10px 10px 20px 10px;
  min-width: 40px;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.dropdown-button{
  color: #fff;
  background-color:#000;
  border-radius:7px
}
.dropdown-button:hover{
  background-color: #ff5da2;
  transition: 300ms;
}


/* ------- */

/* Slick */
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: 1 !important;
  color: #FF5DA2;
  background:#fff;
  border-radius: 50%;
  align-items: center;
  padding:5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.slick-prev:hover::before, .slick-next:hover::before {
      
      color: #fff;
      background:#FF5DA2;
      transition: 500ms;
      
      }
  .demo3{
  display:flex;
  justify-content:center;
  }
  .slick-slider>.slick-prev {
  left: 5px;
  z-index: 1;
  text-align: center;
  }
  .slick-slider>.slick-next {
  right: 17px;
  z-index: 1;
  }

  .slick-next::before {
      text-align: center;
      content: '\276F';
      /* font-size: 2px;
      width: 10%; */
      padding: 6px 11.3px;
  }
  .slick-prev::before {
      align-content: center;
      content: '\276E';
      /* width: 50% !important; */
      padding: 6px 11.3px;
  }
/* Slick */

/* HEading */

.new-heading {
/* color: #ff5da2;
font-size: 3rem;
font-weight: 900;
text-shadow: -0.0075em 0.0075em 0 #290f1a, 0.005em 0.005em 0 #5c213a, 0.01em 0.01em 0 #61233e, 0.015em 0.015em #5c213a, 0.02em 0.02em 0 #572037, 0.025em 0.025em 0 #521e34, 0.03em 0.03em 0 #4d1c31, 0.035em 0.035em 0 #471a2d;
font-family:'Poppins'; */
padding: 40px 0 50px 30px;
margin: inherit;
background: url(../media/heading.png) no-repeat left center;
background-size: 100px;

}

.new-heading span{
font-size: 18px;
color: #858585;
}
.new-heading h2 {
font-size: 30px;
color: #ff0080;
font-weight: bold;
margin-bottom: 0px;
}

.new-heading1{
padding: 40px 0 50px 30px;
margin-bottom: 0px;
background: url(../media/heading2.png) no-repeat left center;
background-size: 100px;
}
.new-heading1 span{
font-size: 18px;
color: #2e2e2e;
}
.new-heading1 h2 {
font-size: 30px;
color: #000;
font-weight: bold;
margin-bottom: 0px;
}
/* HEading */

/* MegaMenu */


.list {
  display: flex;
  flex-direction: row;
}
.list .item {
  color: #454545;
  display: flex;
  padding: 24px;
  cursor: pointer;
  font-size: 16px;
  font-family: arial;
  position: relative;
}
.list .item .title-item {
  display: flex;
  position: relative;
  user-select: none;
}
.list .item .title-item:before, .list .item .title-item:after {
  content: "";
  position: absolute;
  width: 0px;
  height: auto;
  margin: 5px 0 0;
  transition: all 0.25s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  opacity: 1;
  background-color: #fff;
  left: 0;
  bottom: -6px;
  
}

.list .item:hover .title-item:before, .list .item:hover .title-item:after {
  width: 100%;
  opacity: 1;
  
}
.menu {
  position: fixed;
  left: 50%;
  opacity: 0;
  height: 500px;
  width: 1060px;
  top: 85px;
  padding: 0;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  overflow: hidden;
  visibility: hidden;
}
.menu.open {
  opacity: 1;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  height: 441px;
  max-width: 1160px;
  width: 1160px;
  visibility: visible;
  z-index: 98;
}
.content {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  display: flex;
  height: 100%;
  font-family: arial;
}
.content .left-part, .content .right-part {
  padding: 16px;
  height: 100%;
}
.content .left-part {
  background-color: #fff;
  flex: 3;
  display: flex;
  flex-direction: row;
}
.content .left-part .list-submenu {
  margin: 8px;
}
.content .left-part .list-submenu .item {
  color: #54575a;
  font-size: 14px;
  margin: 8px auto;
  cursor: pointer;
  padding-bottom:0rem;
  font-weight:600;

}
.content .left-part .list-submenu .item:hover {
  text-decoration: none;
  font-weight:bolder;
}
.content .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #FF5DA2;
  font-size: 14px;
  padding-bottom:0.5rem;
  font-weight:600;
}



/* MegaMenu */
@media screen and (max-width: 1600px) {
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -156px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
  .mh-for-img{
    max-height: 32.5rem;    
}
}

@media screen and (max-width: 1500px) {
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -156px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
}

@media screen and (max-width: 1400px) {
  .bigtext{
      font-family: poppins;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1;
      
  }
  .typed-text{
      font-weight: normal;
      color: #ff5da2;
      font-family: poppins;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1.3;
    }
  .tab-margin{
      margin-top: -9rem;
  }
  .searchbar{
      margin-right: -1.5rem;
  }
  .search_btn{
      height: 3.5rem;
      width:  3.5rem;
  }
  /* .owncard{
      position: relative;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 5rem;
      padding: 1rem 0.5rem;
  } */
  .my-container{
      
      width: 100%;
      padding-right: 0%;
      padding-left: 0%;
  }
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 2rem;
      padding: 2rem;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      padding: 0.4rem 1rem;
      font-family: poppins;
      font-weight: 400;
      font-size: 1rem;
  }
  
  .card-image-box {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1rem;
  }
  .own-card{
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1.5rem;
  }
  .own-card:hover {
      --tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
      box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  }
  .p-3{
      padding: 0.75rem !important;
  }
  
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -156px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
  #drop_city {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -170px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
}

@media screen and (max-width: 1536px) {
  .img-service-slider-div{
      width: 52rem !important;
      height: 37rem !important;
  }
}
@media screen and (max-width: 1280px) {
.mh-for-img{
  max-height: 26rem;    
}
.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.typed-text{
  font-weight: normal;
  color: #ff5da2;
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.3;
}
.tab-margin{
  margin-top: -8rem;
}
.searchbar{
  margin-right: -1.5rem;
}
.search_btn{
  height: 3.5rem;
  width:  3.5rem;
}
  /* .owncard{
      position: relative;
      
      
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 5rem;
      padding: 1rem 0.5rem;
  } */
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 2rem;
      padding: 1rem;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      padding: 0.4rem 1rem;
      font-family: poppins;
      font-weight: 400;
      font-size: 1rem;
  }
  .card-image-box {
      width: 18rem;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1rem;
  }
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -156px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
}

@media screen and (max-width: 1200px) {
  .bigtext{
      font-family: poppins;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1;
  }
  .typed-text{
      font-weight: normal;
      color: #ff5da2;
      font-family: poppins;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1.3;
    }
  .tab-margin{
      margin-top: -9rem;
  }
  .searchbar{
      margin-right: -1.5rem;
      border-radius: 50rem;
  }
  /* .owncard_padding{
      padding: 1.5rem 0;
  } */
  /* .owncard_padding_btn{
      padding-top: 1rem;
  } */
  .search_btn{
      height: 3.5rem;
      width: 3.5rem;
  }
  .owncard{
      position: relative;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 2rem;
      padding: 1rem 0.5rem;
  }
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 1rem;
      padding: 1rem;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      
      font-family: poppins;
      font-weight: 400;
      font-size: 1rem;
  }
  .card-image-box {
      width: 16rem;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1rem;
  }
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -156px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
}

@media screen and (max-width: 1080px) {
  .bigtext{
      font-family: poppins;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1;
  }
  .tab-margin{
      margin-top: -9rem;
  }
  .searchbar{
      margin-right: -1.5rem;
      border-radius: 50rem;
  }
  /* .owncard_padding{
      padding: 1.5rem 0;
  } */
  /* .owncard_padding_btn{
      padding-top: 1rem;
  } */
  .search_btn{
      height: 3.5rem;
      width: 3.5rem;
  }
  .owncard{
      position: relative;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 2rem;
      padding: 1rem 0.5rem;
  }
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 1rem;
      padding: 1rem;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      
      font-family: poppins;
      font-weight: 400;
      font-size: 1rem;
  }
  .card-image-box {
      width: 15rem;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius:1rem;
  }
  #drop_b {
      border: 1px solid #cacaca30;
      border-radius: 15px;
      display: none;
      left: -185px;
      position: absolute;
      top: 100%;
      list-style-type: none;
      margin: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 15px 0;
      
  }
  .icon-h{
      display: block;
  }
}
@media screen and (min-width : 990px) and (max-width:1150px) {
  /* .menu {
      position: fixed;
      left: 50%;
      opacity: 0;
      height: 500px;
      width: 100px;
      top: 85px;
      padding: 0;
      transform: perspective(1000px) translate3d(-50%, 0, 0);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
      overflow: hidden;
      visibility: hidden;
  } */
  .image-boxes{
      border-radius: 1rem;
      width: 100%;
      min-width: 6.5rem;
      min-height: 6.5rem;
      max-height: 6.5rem;
      object-fit: cover;
      /* height: 8rem; */
      
  }
  .icon-h{
      display: none;
  }
  .badge-h{
      padding: 0.3rem 0.3rem 0.3rem 0.3rem !important;
      margin: 0.3rem -1.6rem 0.0rem 0rem !important;
      
  }
  .menu.open {
      opacity: 1;
      transform: perspective(1000px) translate3d(-50%, 0, 0);
      height: 441px;
      max-width: 900px;
      width: 900px;
      visibility: visible;
      z-index: 98;
  }
}
/* @media screen and (min-width: 768px){.br-text{display: none;}} */
@media screen and (min-width: 990px)and (max-width: 1024px) {
  
  .img-service-slider-div{
      width: 52rem !important;
      height: 30rem !important;
  }
  .img-service-slider{
      width: 52rem !important;
      height: 30rem !important;
  }
.image-clip {
  content: '';
  position: absolute;
  top: 11%;
  left: 48%;
  right: 0;
  background: url(../media/bg3.png) no-repeat;
  background-size: 53%;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.mh-for-img{
  max-height: 19.1rem;    
}
.tab-margin{
  margin-top: -7rem;
}
.search_btn{
  margin-top: 10px;
  height: 2.3rem;
  width: 2.3rem;
}
.semibigtextcardmin{
  font-family: poppins;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.50rem;
  
  
  color: #9b9b9b;
  
      /* white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;  */
      
  }
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 0rem;
      padding: 5px;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      padding-right: 1rem;
      font-family: poppins;
      font-weight: 400;
      font-size: 0.8rem;
      float: left;
  }
  .card-image-box {
      width: 15rem;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1rem;
  }
}
@media screen and (max-width:990px) and (min-width:768px) {
  .br-text{
      display: none;
  }
}
@media screen and (max-width: 990px) {
  .hide-w-990{
      display: none;
  }
  .show-w-990{
      display: block;
  }
  .icon-h{
      display: none;
  }
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 30rem !important;
  }
  .img-service-slider{
      height: 30rem !important;
  }
.mh-for-img{
  max-height: 19.1rem;    
}
.head-image-box{
  border-radius: 1rem;
  min-height: 30rem;
  object-fit: cover; 
}
.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.tab-margin{
  margin-top: 0;
}
.searchbar{
  margin-right: -1.5rem;
  border-radius: 50rem;
}

.owncard_padding_btn{
  padding-top: 1rem;
}
.search_btn{
  margin-top: -3px;
  height:2.2rem;
  width: 2.2rem;
}
.owncard{
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2rem;
  padding: 1rem 0.5rem;
}
.container-card-view{
  background-color: #f3f4f6;
  border-radius: 1rem;
  padding: 1rem;
}
.btn-view{
  background-color: #fff;
  border-radius: 50rem;
  border: 2px solid #cfcfcf;
  padding: 0.5rem 1.5rem;
  font-family: poppins;
  font-weight: 400;
  font-size: 1rem;
}

.scrn-990-padd{
  padding: 1rem;
}
.card-image-box {
  width: 21rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem;
}
#input{
  max-width:16rem;
  top:16rem;
}
#drop_city {
  border: 1px solid #cacaca30;
  border-radius: 15px;
  display: none;
  left: -170px;
  position: absolute;
  top: 199%;
  list-style-type: none;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  padding: 15px 0;
}
#drop_b {
  border: 1px solid #cacaca30;
  border-radius: 15px;
  display: none;
  left: -130px;
  position: absolute;
  top: 100%;
  list-style-type: none;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 0;
}
}

@media screen and (max-width: 768px) {
  .sizeat640{
      width: 18rem;
      height: auto;
  }
  
  .img-service-slider-div{
      /* width: 52rem !important; */
      
  }
.mh-for-img{
  max-height: 16rem;    
}
.footer-content{
  color: #000;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.head-image-box{
  border-radius: 1rem;
  min-width: 100%;
  
  object-fit: cover; 
}
.tab-margin{
  margin-top: 0;
}
.searchbar{
  margin-right: -1.5rem;
  border-radius: 50rem;
}
.owncard_padding{
  padding: 1.5rem 0;
}
.owncard_padding_btn{
  padding-top: 1rem;
}
.search_btn{
  height:3rem;
  width: 40rem;
}
.owncard{
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2rem;
  padding: 1rem 0.5rem;
  width: 100%;
}
.container-card-view{
  background-color: #f3f4f6;
  border-radius: 0rem;
  padding: 5px;
}
.btn-view{
  background-color: #fff;
  border-radius: 50rem;
  border: 2px solid #cfcfcf;
  padding-right: 1rem;
  font-family: poppins;
  font-weight: 400;
  font-size: 0.8rem;
  float: left;
}


.card-image-box {
  width: 17rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem;
}
}

@media screen and (max-width: 640px) {
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 25rem !important;
  }
  .img-service-slider{
      height: 25rem !important;
  }
.mh-for-img{
  max-height: 24rem;    
}
.sizeat640{
  width: 18rem;
  height: auto;
}
.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.tab-margin{
  margin-top: 0;
}
.searchbar{
  margin-right: -1.5rem;
  border-radius: 50rem;
}
.owncard_padding{
  padding: 1.5rem 0;
}
.owncard_padding_btn{
  padding-top: 1rem;
}
.search_btn{
  height:3rem;
  width: 40rem;
}
.owncard{
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2rem;
  padding: 1rem 0.5rem;
}
.container-card-view{
  background-color: #f3f4f6;
  border-radius: 0rem;
  padding: 5px;
}
.btn-view{
  background-color: #fff;
  border-radius: 50rem;
  border: 2px solid #cfcfcf;
  padding-right: 1rem;
  font-family: poppins;
  font-weight: 400;
  font-size: 0.8rem;
  float: left;
}


.card-image-box {
  width: 18rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem;
}
}

@media screen and (max-width: 575px) {
.mh-for-img2{
  min-height: 7rem;    
}
.bigtext{
  font-family: poppins;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.tab-margin{
  margin-top: 0;
}
.searchbar{
  margin-right: -1.5rem;
  border-radius: 50rem;
}
.owncard_padding{
  padding: 1.5rem 0;
}
.owncard_padding_btn{
  padding-top: 1rem;
}
.search_btn{
  height:3rem;
  width: 40rem;
}
.owncard{
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2rem;
  padding: 1rem 0.5rem;
}
.container-card-view{
  background-color: #f3f4f6;
  border-radius: 0rem;
  padding: 5px;
}
.btn-view{
  background-color: #fff;
  border-radius: 50rem;
  border: 2px solid #cfcfcf;
  padding-right: 1rem;
  font-family: poppins;
  font-weight: 400;
  font-size: 0.8rem;
  float: left;
}


.card-image-box {
  width: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem;
}
}
@media screen and (max-width: 547px) {
  #ig_new{
  width: 100%;
  min-width:100%;
  min-height:46.5rem;
  border-radius: 1rem;
  object-fit:cover;
  /* max-width: 100%; */  
}
}

@media screen and (max-width: 524px) {
  #ig_new{
      width: 100%;
      min-width:100%;
      min-height:44.5rem;
      border-radius: 1rem;
      object-fit:cover;
      /* max-width: 100%; */  
  }
  .bigtext{
      font-family: poppins;
      font-weight: 500;
      font-size: 2.5rem;
      line-height: 1;
  }
  .tab-margin{
      margin-top: 0;
  }
  .owncard_padding{
      padding: 1.5rem 0;
  }
  .owncard_padding_btn{
      padding-top: 1rem;
  }
  .owncard{
      position: relative;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 2rem;
      padding: 1rem 0.5rem;
  }
  .container-card-view{
      background-color: #f3f4f6;
      border-radius: 3rem;
      padding: 1rem 2rem;
  }
  .btn-view{
      background-color: #fff;
      border-radius: 50rem;
      border: 2px solid #cfcfcf;
      padding: 0.5rem 1.5rem;
      font-family: poppins;
      font-weight: 400;
      font-size: 1rem;
  }
  .card-image-box {
      width: 20rem;
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 1rem;
  }
  
}
@media screen and (max-width: 500px) {
  #ig_new{
      width: 100%;
      min-width:100%;
      min-height:42.5rem;
      border-radius: 1rem;
      object-fit:cover;
      /* max-width: 100%; */  
  }
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 20rem !important;
  }
  .img-service-slider{
      height: 20rem !important;
  }
}
@media screen and (max-width: 450px) {
  .sizeat640{
      width: 15rem;
      height: auto;
  }
  #ig_new{
      width: 100%;
      min-width:100%;
      min-height:40.5rem;
      border-radius: 1rem;
      object-fit:cover;
      /* max-width: 100%; */  
  }
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 17rem !important;
  }
  .img-service-slider{
      height: 17rem !important;
  }
}
@media screen and (max-width: 400px) {
  .sizeat640{
      width: 13rem;
      height: auto;
  }
  #ig_new{
      width: 100%;
      min-width:100%;
      min-height:38.5rem;
      border-radius: 1rem;
      object-fit:cover;
      /* max-width: 100%; */  
  }
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 13rem !important;
  }
  .img-service-slider{
      height: 13rem !important;
  }
}
@media screen and (max-width: 370px) {
  
.sizeat640{
  width: 11rem;
  height: auto;
}
}
@media screen and (max-width: 350px) {
  .sizeat640{
      width: 11rem;
      height: auto;
  }
  #ig_new{
      width: 100%;
      min-width:100%;
      min-height:36.5rem;
      border-radius: 1rem;
      object-fit:cover;
      /* max-width: 100%; */  
  }
  .img-service-slider-div{
      /* width: 52rem !important; */
      height: 10rem !important;
  }
  .img-service-slider{
      height: 10rem !important;
  }
}