.modal {
  z-index: 10000;
}

.modal-header{
	background: #ff3183;
}

.modal-header .modal-title{
	color: #ffffff;
}

.modal-header button{
	color: #ffffff;
}


.form-details_page {
  background: #fbf1f3;
  color: black;
}

.form-details_page .form-control {
  height: 55px;
}


.prdt-lit-imt {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.pos-rel {
    position: relative;
}

.product-img a img {
    width: 100%;
}

.product-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    z-index: 9;
}

.product-action  .c-btn {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 20px 40px 20px 40px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateZ(0px);
    transition: 0.3s;
    transition-property: color;
    background: #4e97fd;
    font-weight: 700;
    transition: 0.3s;
    text-transform: uppercase;
}

.product-action .c-btn i {
    font-size: 13px;
    margin-left: 7px;
    transition: 0.3s;
    position: relative;
}

.product-action a.c-btn {
  background: #ff3183;
  padding: 16px 24px 16px 24px;
  transition: 0.3s;
  text-decoration: none;
}

.product-text {
    margin-top: 20px;
}

.product-text a {
    color: #234969;
    text-decoration: none;
    background-color: transparent;
}

.product-wrapper:hover .product-action {
  bottom: 40px;
  opacity: 1;
}

.active-cat{
  background-color: #ff3183;
}

.active-cat a{
  color: #ffffff !important;
}

.cat-inner .dfrg{
  border: 1px solid #ff3183;
  border-radius: 40px;
  padding: 24px;
  background: #fbf1f3;
}

a {
  text-decoration: none;
}

.top-list li {
  margin-right: 10px;
}



.blog-area  .search-form {
    position: relative;
}

.blog-area  .search-form input {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    font-size: 20px;
    color: #666666;
    background: #f5f5f5;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-area  .search-form button {
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    height: 100%;
    background: none;
    padding: 0 30px;
    color: #666666;
    line-height: 60px;
    border: 0;
    cursor: pointer;
}

.blog-area  .widget {
    padding: 40px;
    border: 2px solid #eeeeee;
}

.blog-area .widget-2 {
  border: none;
  padding: 0;
}

.blog-area .mb-30 {
    margin-bottom: 30px;
}

.blog-area .widget-title {
    font-size: 22px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 35px;
}

.blog-area .widget-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background: #ff3183;
}

.blog-area .blog-side-list {
    margin: 0px;
    padding: 0px;
}

.blog-area .blog-side-list li {
    padding-bottom: 16px;
}

.blog-area .blog-side-list li:last-child {
    padding-bottom: 0;
}

.blog-area  .blog-side-list li a {
    display: block;
    color: #666;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.blog-area  .blog-side-list .active a {
    color: #ff3183;
}

.blog-area .blog-side-list li a span {
    float: right;
}

.blog-area .blog-grid {
    margin-top: 16px;
}

.blog-area .mb-55 {
    margin-bottom: 55px;
}

.blog-area  .blog-img {
    position: relative;
}

.blog-area  .blog-img::before {
    position: absolute;
    content: "";
    background: #ff3183;
    height: 130px;
    width: 210px;
    left: -15px;
    top: -15px;
    z-index: 1;
    transition: 0.3s;
}

.blog-area  .blog-img a img {
    width: 100%;
    transition: 0.3s;
    position: relative;
    z-index: 9;
}

.blog-area .blog-text {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 50px 51px 44px;
    transition: 0.3s;
}

.blog-area .blog-meta span {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: 0.3s;
    text-transform: uppercase;
}

.blog-area .blog-meta span:last-child {
    margin-right: 0;
}

.blog-area .blog-meta span i {
    font-size: 15px;
    margin-right: 4px;
    color: #666;
}

.blog-area  .blog-meta span a {
    display: inline-block;
}

.blog-area  .blog-text h4 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 16px;
    margin-bottom: 12px;
}

.blog-area  .blog-text p {
    margin-bottom: 10px;
}

.blog-area  .blog-text a {
    color: #ff3183;
}

.blog-area  .blog-text h4 > a {
    color: #000000;;
}

.blog-details .blog-img {
    position: relative;
}

.blog-details .blog-text {
   border: none;
  padding: 30px 0 0 0;
  transition: 0.3s;
}

.blog-details .blog-meta span {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: 0.3s;
    text-transform: uppercase;
}

.blog-details .blog-meta span:last-child {
    margin-right: 0;
}

.blog-details  .blog-meta span i {
    font-size: 15px;
    margin-right: 4px;
    color: #666;
}

.blog-standard .blog-text p {
    margin-bottom: 15px;
}

.blog-details  .mb-20 {
    margin-bottom: 20px;
}

.blog-details .blog-post-tag span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    font-family: "Poppins", sans-serif;
    color: #062a4d;
}

.blog-details .blog-post-tag a {
    color: #646974;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}


.blog-details .blog-post-tag a:last-child {
    margin-right: 0;
}



.head-serch-elmtn .prdct-img{
  width: 50px;
}

.head-serch-elmtn .prdtc-title{
  font-weight: 600;
  display: inline;
  padding: 5px;
}

.head-serch-elmtn .prdtc-desc{
  font-size: 12px;
  margin-left: 55px;
  margin-top: -15px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #ff3183 !important;
  color: #ffffff !important;
  border-color: #ff3183 !important;
} 

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

.about-img img{
    width: 75%;
}

.logo img{
    width: 175px;
}

.homeinfo h1{
    color: black;
        font-weight: bold;
}