*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


.top_icon{
    position: relative;
}
.top_icon span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    top: -3px;
    left: 29px;
    background-color: #ebb8a7;
    color: #ffffff;
    border-radius: 12px;
    font-size: 11px;
    padding: 2px;
}

.top_main_img img{
    border-radius: 10px;
}

.moretext {
    display: none;
  }

  .more{
	display: none;
}

.post_dps img {
    width: 50px;
    height: 50px;
    border-radius: 34px;
    margin: 2px;
}

.post_dps img:hover {
    width: 50px;
    height: 50px;
    border-radius: 34px;
    margin: 2px;
    border: 3px solid #ebb8a7;
    cursor: pointer;
}

.post_dps.active img  {
    width: 50px;
    height: 50px;
    border-radius: 34px;
    margin: 2px;
    border: 3px solid #ebb8a7;
}

.row .owl-carousel{
    --bs-gutter-x: 0px !important;
    --bs-gutter-y: 0;}

.btn-secondary a{
    color:#ffffff;
    text-decoration: none;
}

.btn-secondary a:hover{
    color:#ffffff;
    text-decoration: none;
}


.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 20px !important;
}

.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.display_flex_end_col{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.display_flex_spacebtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_spaceeve{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.post_ads_name p{
    font-size: 12px;
    margin-bottom: 0px;
    color:#ebb8a7;
    text-transform: capitalize;
}
.font-awesome .fa{
    font-family: "Font Awesome 5 Free", Open Sans;
    font-weight:501;
  }
.post_ads_name select {
    word-wrap: normal;
    border: 1px solid #ececec;
    width: 76px;
    font-size: 12px;
    border-radius: 3px;
    user-select: none !important;
}

.post_ads_name select::selection{
    border: 1px solid #ececec;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #bbbbbbb8 !important;
    outline: 0;
}

.product_btn_cart a{
    padding: 10px 11px;
    font-size: 14px;
    background-color: #ebb8a7;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px;
}

.post_a_share{
    width:90%;
} 
.post_dpsuser img {
    width: 41px;
    height: 41px;
    border-radius: 34px;
    padding: 2px;
    margin: 2px;
}

.sugget_heading  a{
    text-decoration: none;
    cursor: pointer;
    color:#ebb8a7;
    font-size: 12px;
}

.sugget_heading  a:hover{
    text-decoration: none;
    cursor: pointer;
    color:#ebb8a7;
    font-size: 12px;
}

.product_btn_cart a:hover{
    padding: 12px 16px;
    background-color: #ebb8a7;
    text-decoration: none;
    color: #ffffff;
}

.product_text p{
    color:#656565;
    font-size: 14px;
    margin-bottom: 0px;
}

.biodata2 input[switch] {
    display: none;
  }
  .biodata2 input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 3.8rem;
    height: 1.5rem;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: 0.1666666667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    font-family: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .biodata2 input[switch] + label:before {
    /* Label */
    text-transform: uppercase;
    color: #b7b7b7;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-family: FontAwesome, inherit;
    font-weight: 500;
    font-size: 7px;
    line-height: 1.22rem;
    position: absolute;
    right: 0.2166666667rem;
    margin: 0.2166666667rem;
    top: 0;
    text-align: center;
    min-width: 1.6666666667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .biodata2 input[switch] + label:after {
    /* Slider */
    content: "";
    position: absolute;
    left: 0.1666666667rem;
    background-color: #f7f7f7;
    box-shadow: none;
    border-radius: 2rem;
    height: 1.22rem;
    width: 1.22rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .biodata2 input[switch]:checked + label {
    background-color: lightblue;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.15)),
      to(rgba(0, 0, 0, 0.2))
    );
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(0, 0, 0, 0.2)
    );
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .biodata2  input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 0.2166666667rem;
  }
  .biodata2  input[switch]:checked + label:after {
    left: 2.6rem;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  .biodata2  input[switch="bool"] + label {
    background-color: #ebb8a7;
  }
  .biodata2  input[switch="bool"] + label:before {
    color: #fff !important;
  }
  .biodata2  input[switch="bool"]:checked + label {
    background-color: #bce954;
  }
  .biodata2 input[switch="bool"]:checked + label:before {
    color: #fff !important;
  }
  
  .biodata2 input[switch="default"]:checked + label {
    background-color: #a2a2a2;
  }
  .biodata2 input[switch="default"]:checked + label:before {
    color: #fff !important;
  }
  
  .biodata2 input[switch="success"]:checked + label {
    background-color: #bce954;
  }
  .biodata2  input[switch="success"]:checked + label:before {
    color: #fff !important;
  }
  
  .biodata2  input[switch="warning"]:checked + label {
    background-color: gold;
  }
.biodata2  input[switch="warning"]:checked + label:before {
    color: #fff !important;
  }
  


.navbar-nav .nav-link.active{
color:#ebb8a7 !important;
}

.logo{
    width:55px;
}

.top_section_banner{
    padding-top: 30px;
    padding-bottom: 40px;
}

.pro_wrpper{
    padding: 20px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: rgb(0 0 0 / 2%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}

.addpet_icon .fad{
    color: #ebb8a7; 
}

.addpet_icon a.fad{
    color: #ebb8a7; 
    text-decoration: none;
}

.addpet_icon a{
    color: #ebb8a7;
    text-decoration: none;
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 8px;
}

.addpet_icon a:hover{
    color: #ebb8a7; 
    text-decoration: none;
}

.profile_name .fal{
    color: #ebb8a7;
}

.profile_name a{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.profile_name a:hover{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.profile_name p{
   font-size: 10px;
   color: #65656587;
   width: 96%;
   margin: auto;
}


.sugget_heading h6{
    margin-bottom:0px;
}

.profile_pic_wrapper img{
    width: 160px;
    height: 160px;
    border-radius: 91px;
}


.profile_pic_wrapper{
    width: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posted_wrapper img{
    border-radius: 2px;
    margin: auto;
    display: flex;
}

.profile_name p{
    margin-bottom: 0px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_profile a{
    color:#000000;
    text-decoration: none;
}

.suggest_profile a:hover{
    color:#000000;
    text-decoration: none;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #ebb8a7 !important;
    border-color: #6c757d00 !important;
    font-size: 14px !important;
}

.petpost p{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #ebb8a7;
    text-align: center !important;
}

.posted_wrapper_text p{
    color: #656565;
    font-size: 12px;
    display: -webkit-box;
    margin-bottom: 1px;
 
}

#content {
    display: none;
  }
  

.petpost p span{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color:#000;
}

.share_wrapper a:hover{
    font-size:12px;
    text-transform: none;
    text-decoration: none;
    color: #ebb8a7;
}

.moretext {
    display: none;
  }
  

.photo_cover img{
    border-radius:8px;
}

.share_wrapper a{
    font-size:12px;
    text-transform: none;
    text-decoration: none;
    color: #ebb8a7;
}

.pet_details p{
    font-size: 14px;
}

.main_banner_sec{
    background-color: #f4d5cb;
    padding-top: 100px;
    padding-bottom: 90px;
    background-image:url(../images/petgroup2.png) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pro_box_row{
    margin-top: -80px;
}

.nav-tabs .nav-link:hover{
    color: #ebb8a7 !important;
    font-weight: 500;
    background-color: #fff !important;
    border-color: #dee2e600 #dee2e600 #ebb8a7 !important;
}

.nav-tabs .nav-link.active {
    color: #ebb8a7 !important;
    font-weight: 500;
    background-color: #fff !important;
    border-color: #dee2e600 #dee2e600 #ebb8a7 !important;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.bottom_meni_wrapper a{
    text-decoration: none;
    cursor: pointer;
}

.inner_post_dp{
    width: 55px;
    overflow: hidden;
    border-radius: 68px;
}

.my_pet_height{
    height: 265px;
    overflow-y: scroll;
}

.biodata2 p{
    font-size: 12px;
}

.post_dp img{
    width: 50px;
    height: 50px;
    border-radius: 34px;
}

.post_dp_title p{
    margin-bottom: 0px;
    font-size: 12px;
}


.post_follow p{
    border: 1px solid;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 2px 12px;
    border-radius: 6px;
    color: #ebb8a7;
    text-decoration: none;
    text-transform: capitalize;
}

.post_dp_title h6{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
}

.proflie_share_icon ul li{
    padding: 3px;
    font-size: 13px;
}

.proflie_share_icon .fal.active{
    font-weight: 700;
    color:#fd4c4c;
}

.proflie_share_icon ul li:nth-child(1) .fal:hover{
    font-weight: 700;
    color:#fd4c4c;
}


.proflie_share_icon .fal{
    font-weight: 400;
    cursor: pointer;
    font-size: 19px;
}

.proflie_share_icon{
    width: 25%;
    margin-top: 9px;
}

.proflie_share_icon ul{
    display: flex;
    list-style-type: none;
    margin-left: -31px;
    justify-content: space-between;
}

.post_wrapper a{
    text-decoration: none;
}

.all_post_wrapper{
    margin-top: 8px;
}

.top_header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff1f;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 81%) !important;
    font-size: 14px !important;
}

.top_col{
    position: sticky;
    top: 0;
}

.right_side_wrapper .post_dp_title h6 {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}

.share_time p{
    font-size: 12px;
    color:gray;
}

.right_side_wrapper .post_dp_title p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posted_wrapper{
    position: relative;
    display: flex;
    justify-content: center;
}


.posted_wrapper img{
    position: relative;
   border-radius: 2px;
}

.play_btn{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;


}

.bio_text p a{
    text-decoration: none;
    color:#ebb8a7;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    font-size: 12px !important;
    color:#ebb8a7 !important;
    background-color: #00000000 !important;
}

a .play_btn .fal{
 color:#fff;
 font-weight:700;
 color: #ffffff;
}

.btn-outline-danger {
    color: #ffffff !important;
    border-color: #ffffff00 !important;
    background-color: #ebb8a781 !important;
    border-radius: 10px !important;
}

.btn-outline-danger:focus {
    color: #ffffff !important;
    border-color: #ffffff00 !important;
    background-color: #ebb8a786 !important;
    border-radius: 10px !important;
    box-shadow: none;
}

.left_side_wrapper {
    position: sticky;
    top: 18px;
}

.right_side_wrapper{
    position: sticky;
    top:18px;
    background-color: #fff;}

.right_pro_wrappre{
    width: 90%;
}
.suggest_follow p a{
    border: 1px solid;
    font-size: 10px;
    margin-bottom: 0px;
    padding: 2px 12px;
    border-radius: 6px;
    color: #ebb8a7;
  
    text-decoration: none;
    text-transform: capitalize;
}
.suggest_follow p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #ebb8a7;
    text-transform: capitalize;
}

.suggest_pro .post_dp img {
    width: 50px;
    height: 50px;
    border-radius: 34px;
}

.profile_wrapper_details .profile_pic_wrapper img {
    width: 115px;
    height: 115px;
    border-radius: 91px;
}

.profile_name h6{
    color: #ebb8a7;
    margin-top:10px;
    text-transform: capitalize;
}

.none_col{
    display: block;
}

.share_wrapper{ 
    width: 100%;
    margin: auto;
}

.post_dp{
    width:50px;
}

.post_upload_share{
    padding: 11px;
    background-color: #ebb8a736;
    border-radius: 8px;
    margin: 3px;
}

.post_pic img{
    width:25px;
}

.post_icons_wrapper a{
    text-decoration:none;
}

 .post_pic_title h6{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
   
    color:#000000;
}

.side_ul_menu{
    width:80%
}


.side_ul_menu ul{
    margin-top: 14px;
    list-style-type: none;
}

.side_ul_menu ul li{
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.side_ul_menu ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.side_ul_menu .fal{
    color:#f7a68b;
}


.form_design_input {
    margin-top: 5px;
}

.form_design_input .form-control {
    display: block;
    width: 100%;
    padding: 12px .75rem !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #75757582;
    background-color: #ebb8a72e !important;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ebb8a7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form_design_input .form-control:focus{
    box-shadow: none;
    border:1px solid #f7a68b;
}

.form_design_input .form-select:focus{
    box-shadow: none;
    border:1px solid #f7a68b;
}


.form_design_input .form-select {
    display: block;
    width: 100%;
    background-image: url(../images/down.png);
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #757575bf;
    background-color: #ebb8a726;
    padding: 12px .75rem !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-color: #ebb8a726;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ebb8a7;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_icon{
    height: 100%;
    background-color: #ebb8a7;
    color:#ffffff;    
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.form_design_input label{
    font-size: 13px;
    margin-bottom: 7px;
    color: #8f8683;
}

.form_design_input label .fal{
    font-size: 13px;
    margin-bottom: 7px;
    color: #f7a68b;
}

.form_design_input .form-check{
    color: #75757582;
    background-color: #ebb8a72e;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ebb8a7;
    padding: 8px 0.75rem !important;
    border-radius: 0.25rem;
}

.form_design_input .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    border-radius: 8px !important;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -4px !important;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.25);
}
  
.form_design_input .form-check-input:checked {
    background-color: #ebb8a7;
    border-color: #ffc4b0;
    box-shadow: #ebb8a7;
}

.form_design_input .form-check-input:checked:focus {
    background-color: #ebb8a7;
    border-color: #ffc4b0;
    box-shadow: none;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 9px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 59px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff00;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
 
  .avatar-upload .avatar-edit input + label:after {
    content: "";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 114px;
    height: 114px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

.cart_wrapper_images{
    position: relative;
    border: 1px dashed gray;
    border-color:#ffc4b096 ;
    border-radius: 4px;
    overflow: hidden;
    padding:4px;
}

.cart_wrapper_images img{
    border-radius: 4px; 
}

.cart_wrapper_text{
    padding: 3px;
}

.pet_rate h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ebb8a7;
    margin-top: 6px;
    margin-bottom: 2px;
    font-family: 'Righteous', cursive;
}

.main_cat img {
    width: 37px !important;
    height: 37px !important;
    margin: auto;
}

.categories_text h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ebb8a7;
    margin-bottom: 10px;

}

.avatar-edit .fal{
    color: #ebb8a7;
}

.main_cat h6 {
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    color: #000;
}

.my_pet {
    height: 204px;
    overflow-y: scroll;
    /* background-color: coral; */
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.212);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #ebb8a7;
}

.gallery #style-3::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}


.cart_wrapper_images:hover .quick_view{

    display: block;
}

.quick_view{
    position: absolute;
    display: none;
    content: "";
    bottom: 12px;
    left: 0px;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #ebb8a7;
}

.quick_view a:hover{
    text-decoration: none;
    color:#ffffff;
}

.quick_view a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.pet_name h6{
    margin-top: 6px;
    font-size: 13px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check label {
    display: inline-block;
    font-size: 14px;
    color: #888080;
}

.form-check-input:checked {
    background-color: #ebb8a7 !important;
    border-color: #ebb8a7 !important;
    box-shadow: none !important;
}

.star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2px;
}


.main_banner_board {
    position: relative;
    background-color: #f4d5cb;
    padding-top: 100px;
    padding-bottom: 90px;
    background-image: url(../images/pet2bording.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.bantexts h3{
    font-size: 20px;
    color:#ffffff;
    text-align: right;
}

.bantexts h3 a{
    color:#ffffff;
    text-decoration: none;
}

.star .fa {
    padding: 2px;
    font-size: 8px;
    color: #656565;
}

.checked {
    color: #f2b600 !important;
}

.star .fa {
    padding: 2px;
    font-size: 8px;
    color: #656565;
}

.sell_btn a{
    color:#fff;
    text-decoration: none;
}

.sell_btn a:hover{
    color:#fff;
    text-decoration: none;
}



.sell_btn
{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 70px;
    height: 70px;
    outline: none;
    border: 2px solid #fff;
    border-radius: 33px;
    background-color: #ebb8a7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    font-size: 16px;
    z-index: 99;
}



.sell_btn_text h6{
    margin-bottom: 0px;
    font-size: 12px;
}

.post_dp_title .fal{
    color:#ebb8a7;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 86% !important;
    visibility: hidden;
    background-color: #fff0eb !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000000f !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebb8a724 !important;
    border-radius: 0.3rem;
    outline: 0;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgb(0 0 0 / 0%) !important;
} 

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    margin-left: 13px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-nav {
    display: flex;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.menu_fal .fad{
    display: none;
    font-size: 23px;
    color:#ebb8a7;
}


.bottom_menubar{
    position: fixed;
    bottom: -1px;
    width:100%;
}

.bottom_bg-style{
    background-color: #ebb8a7;
    padding: 10px;
    border-radius: 8px;
    margin: 2px;
}

.bottom_text p{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.bootom_img .fal, .far{
    color:#ffffff;
    cursor: pointer;
}

.bio_icon_wrapper
{width: 40px;
    border-radius: 23px;
    height: 40px;
    background-color: #ebb8a7;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bio_icon_wrapper .fal{
    color:#ffffff;
}

.bio_text p {
    margin-bottom:0px;
    font-size: 14px;
    color: #7c7878;
}

.bio_text h6{
    margin-bottom:0px;
    font-size: 14px;
}

.bio_text{
    margin-left: 4px;
}

.bottom_menubar {
    position: fixed;
    bottom: -1px;
    width: 100%;
    display: none;
}

.product_wishlist_icon .fal.active{
    color:#ebb8a7;
    font-weight: 700;
    font-size: 14px;
    cursor:pointer;
}

.product_wishlist_icon .fal:hover{
    color:#ebb8a7;
    font-weight: 700;
}

.product_title h5{
    font-family: 'Righteous', cursive;
    font-size: 20px;
    margin-bottom: 0px;
}

.product_hurry p{
    color:#ebb8a7;
    margin-bottom: 0px;
}

.pet_para p{
    font-size: 14px;
    color: #656565;
}

.para-tab button {
    font-size: 14px !important;
}


.pet_name p{
    font-size: 12px;
    margin-top: -8px;
    color: #8b8c8d;
}


.check_out_btn {
    position: relative;
    text-decoration: none;
    padding: 12px 28px;
    border: 1px solid #ebb8a7;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #ebb8a7;
}

.check_out_btn a{
 text-decoration: none;
 color:#ffffff;
 
}

.check_out_btn a:hover{
    text-decoration: none;
    color:#ffffff;
    
   }

.my_product_title h6{
    font-size: 12px;
}

.my_product_rate h6{
    font-size: 12px;
}

.my_cart_box {
    border: 1px solid #8080802b !important;
    background-color: #fff;
    padding: 20px;
}

.cart-button {
    float: right;
    margin: 12px 15px 0 0;
  }
  .cart-button img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    color: #888;
  }
  .cart-button .cart-qty {
    background: #ff5252;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 0.8em;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 11px;
    right: 10px;
    height: 17px;
    width: 17px;
  }
  
  .qty-block {
    margin-top: 20px;
  }
  
  .qty {
    float: left;
    width: 80px;
    margin-right: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .qty_inc_dec .increment,
  .qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 20px;
    height: 25px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ebb8a7;
  }
  
  .qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 25px;
  }
  
  .qty_inc_dec {
    float: left;
    width: 10px;
    height: 50px;
    display: inline-block;
  }
  
  .qty input[type=text] {
    float: left;
    font-family: "Open Sans", sans-serif;
    outline: 0;
    font-size: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #f8f9fa;
    line-height: 40px;
    background-color: #ebb8a7;
    border: 1px solid #ebb8a7;
    border-right: 0;
  }
  
 .qty-block button[type=button] {
    cursor: pointer;
    width: 85%;
    border: none;
    color: #2a2a2a;
    background: #fff;
    height: 50px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.2s;
    border: 1px solid #ebb8a7;
    box-shadow: 0 1px 2px #fff;
  }


.qty-block  button[type=button]:hover {
    box-shadow: 0 1px 2px #cbc3ba;
  }


.qty-block  button[type=button]:active, button[type=button]:focus {
    outline: none;
  }
  
  .rotate-x {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-name: rotate-x;
            animation-name: rotate-x;
  }
  
  @-webkit-keyframes rotate-x {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(360deg);
    }
  }
  
  @keyframes rotate-x {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(360deg);
    }
  }

  .cart .product_title h5 {
    font-family: 'Righteous', cursive;
    font-size: 13px;
    margin-bottom: 0px;
}

.cart  p {
    color: #656565;
    font-size: 14px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


.card_cart{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 4px;
    padding: 5px;
    margin: 6px;

}

.mainclinic_cat{
    border: 1px dashed gray;
    border-color: #ffc4b096;
    padding: 11px;
    border-radius: 5px;
    background-color: #fff;
}

.mainclinic_cat img {
    width: 45px !important;
    height: 45px !important;
    margin: auto;
}

.mainclinic_cat h6 {
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    color: #000;
}

.mainclinic_cats{
    border: 1px dashed gray;
    border-color: #ffc4b096;
    padding: 11px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #f1c5b7;
    margin-top: 22px;
    width: 100%;
}

.mainclinic_cats img {
    width: 45px !important;
    height: 45px !important;
    margin: auto;
}

.mainclinic_cats h6 {
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    color: #ffffff;
}





.search_icon .form-control::placeholder{
    color:#ebb8a7;
}

.search_icon .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ebb8a7 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search_icon .form-control:focus{
    box-shadow: none;
}

.search_icon .fa{
    color:#ebb8a7 !important;
}

.input-group-append button:focus{
    box-shadow: none;
}


.form_design_input .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.5;
    color: #ebb8a7;
    text-align: center;
    white-space: nowrap;
    background-color: #ebb8a72e !important;
    border: 1px solid #ced4da00 !important;
    border-bottom: 1px solid #ebb8a7 !important;
    cursor: pointer;
    border-radius: 0.25rem;
}

.mainclinic_cat:hover {
    cursor: pointer;
    border: 4px dashed gray;
    border-color: #ffc4b096;
    padding: 11px;
    background-color: #ffffff;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #ebb8a7 !important;
    color: #ffffff !important;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.header_search{
    display: block;
    width: 40%;
}

.log_section{
    height:80vh;
}

.logout_logo{
    max-width: 250px;
    margin: auto;
}

.header_search input.form-control {
    background-color: #ebb8a700 !important;
}

.main_banner_sec2 {
    background-color: #f4d5cb;
    padding-top: 100px;
    padding-bottom: 90px;
    background-image: url(../images/pet2banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.main_active_sec2 {
    background-color: #f4d5cb;
    padding-top: 100px;
    padding-bottom: 90px;
    background-image: url(../images/pet3banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.top_icon_images{
    margin-top: -90px !important;
}


.mySlides{
    background-color: #fff;
}

.main_tumb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}

.product_titles h5 {
    font-family: 'Righteous', cursive;
    font-size: 15px;
    margin-bottom: 0px;
}

.product_titles p {

    font-size: 14px;
    margin-bottom: 0px;
    color: #656565;
}

.clinic-para p{
    margin-bottom: 0px;
    font-size: 13px;
    
}

.clinic-icon .fal{
   color:#f7a68b;
}

.gallery{
    position: sticky;
    top: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery .tumb{
    width: 25%;
    background-color: #fff;
    border: 1px solid #0703211a;
    cursor: pointer;
}

.pro_wrpper p{
    margin-bottom: 0px;
    font-size: 13px;
}

.wickedpicker__controls__control-up {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer;
}

.login_sec {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.logo_icon h3{
    font-size: 38px;
    font-family: 'Righteous', cursive;
    text-transform: capitalize;
    color: #ebb8a7;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
}

.log-form {
    padding: 30px 17px;
    background-color: #ffffffc4;
    border: 1px solid #00000000;
    border-radius: 12px;
    width: 400px;
    margin: auto;
}

.log_btn_wrapper {
    background-color: #ebb8a7;
    padding: 12px 14px;
    text-align: center;
    color:#ffffff;
}

.log_btn_wrapper a{
    color:#ffffff;
    text-decoration: none;
}

.log_btn_wrapper a:hover{
    color:#ffffff;
    text-decoration: none;
}

.copyright-area {
    background: #ffeaea;
    padding: 25px 0;
}

.copyright-text p a{
    margin: 0;
    font-size: 14px;
    color: #ebb8a7;
    text-decoration: none;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ebb8a7;
}

.forgot_pass a{
    color:#ebb8a7;
    text-decoration: none;
    font-size: 12px;
}

.forgot_pass a:hover{
    color:#ebb8a7;
    text-decoration: none;
    font-size: 12px;
}

input.form-control{
    background-color: #ebb8a72e !important;
}

.posted_wrapper {
    padding:6px;
}

.view_post{
    margin-top: -32px;
}



@media screen and (max-width:997px){
    .top_icon span {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 21px;
        height: 21px;
        top: -3px;
        left: 19px;
        background-color: #ebb8a7;
        color: #ffffff;
        border-radius: 12px;
        font-size: 11px;
        padding: 2px;
    }

    .bottom_menubar {
        position: fixed;
        bottom: 0px;
        width: 100%;
        display: block;
    }  
.menu_fal .fad{
    display: block;
    font-size: 21px;
    color: #ebb8a7;
}
    .share_wrapper {
        width: 100%;
    }
 }

 /* @media screen and (max-width: 997px){
    .share_wrapper {
        width: 100%;
    }
    } */

    @media screen and (max-width:992px) {
        .none_col{
            display: none;
        }

        .header_search{
            display: none;
        }
    }

@media screen and (max-width: 950px) {
    .right_pro_wrappre{
        width:100%;
    }

    .form_design_input label {
        font-size: 11px;
        margin-bottom: 7px;
        color: #8f8683;
    }

    .my_pet_height::-webkit-scrollbar {
        display: none;
      }
     
      .para-tab button {
        font-size: 12px !important;
    }
    .form_design_input .form-select {
        display: block;
        width: 100%;
        background-image: url(../images/down.png);
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #c0c0c0bf;
        background-color: #ebb8a726;
        padding: 18px 0.75rem !important;
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        background-color: #ebb8a726;
        background-clip: padding-box;
        border: none;
        border-bottom: 1px solid #ebb8a7;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form_design_input .form-control {
        display: block;
        width: 100%;
        padding: 17px 0.75rem !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #75757582;
        background-color: #ebb8a72e;
        background-clip: padding-box;
        border: none;
        border-bottom: 1px solid #ebb8a7;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .clearable-picker input {
        display: block;
        width: 100%;
        padding: 17px 0.75rem !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #757575bf !important;
        background-color: #ebb8a726 !important;
        background-clip: padding-box;
        border: none;
        border-bottom: 1px solid #ebb8a7;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}
      
@media screen and (max-width:578px){
.btn-secondary {
    color: #ffffff !important;
    background-color: #ebb8a7 !important;
    border-color: #6c757d00 !important;
    font-size: 13px !important;
}
.posted_wrapper{
padding: 0px;
}

}

@media screen and (max-width: 425px) {
    .right_pro_wrappre{
        width:80%;
    }

    .login_sec {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .product_wishlist_icon .fal.active {
        color: #ebb8a7;
        font-weight: 700;
        font-size: 12px;
        cursor: pointer;
    }
    .profile_name a {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        font-size: 13px;
    }
   
    .cart .product_title h5 {
        font-family: 'Righteous', cursive;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .profile_name h6 {
        color: #ebb8a7;
        margin-top: 10px;
        text-transform: capitalize;
        font-size: 13px;
    }
    .logo {
        width: 44px;
    }
    .share_wrapper {
        width: 100%;
    }
    .side_ul_menu ul {
        margin-top: 14px;
        list-style-type: none;
        margin-left: -26px;
    }
    .sell_btn_text h6 {
        margin-bottom: 0px;
        font-size: 13px;
    }
    .sell_btn {
        position: fixed;
        right: 9px;
        bottom: 79px;
        width: 57px;
        height: 57px;
        outline: none;
        border: 1px solid #fff;
        border-radius: 33px;
        background-color: #ebb8a7;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
        font-size: 16px;
        z-index: 99;
    }

    .bio_text p {
        margin-bottom: 0px;
        font-size: 13px;
    }

}



@media screen and (max-width: 330px) {

    .profile_pic_wrapper img {
        width: 134px;
        height: 134px;
        border-radius: 91px;
    }



    .main_cat img {
        border-radius: 60px;
        width: 60px !important;
        height: 60px !important;
        margin: auto;
        border: 1px solid #ebb8a799;
        padding: 5px;
    }

    .pet_rate h5 {
        font-size: 13px;
        font-weight: 500;
        color: #ebb8a7;
        margin-top: 6px;
        margin-bottom: 2px;
        font-family: 'Righteous', cursive;
    }

    .pet_name h6 {
        margin-top: 6px;
        font-size: 12px;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nav-tabs .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
}