.modal {
    overflow-y:auto;
  }
  .img_container{
      display: inline-block;
      font-size: 40px;
      line-height: 50px;
      color:#AE7F1A;
      width: 50px;
      height: 50px;
      text-align: center;
      vertical-align: bottom;
      left: 50px;
      margin-left: 45%;
      margin-top: 10%;
  }
  
  .help { display: inline-block; position: relative; }
  
  .help-button {
    color: #222;
    font-weight: bold;
    text-decoration: none;
  }
  
  .info-box {
      border-radius: 15px;
      border: 2px solid #bdbdbd;
      box-shadow: 8px 10px 10px 0px #888888;
      background-color: #ddd;
      display: none;
      color: #AE7F1A;
      /*background-color: #ddd;*/
      /*display: none;*/
      /*color: #888;*/
      font-family: sans-serif;
      font-size: smaller;
      padding: 10px;
      width: 170px;
      position: absolute;
      right: -190px;
      bottom: 0;
  }
  
  .info-box::after {
      border-top: 20px solid transparent;
      border-right: 20px solid #ddd;
      content: " ";
      display: block;
      position: absolute;
      left: -20px;
      bottom: 0;
      width: 0;
      height: 0;
  }
  
  .info-box .close-button {
      border: 1px dotted #222;
      color: #222;
      float: right;
      line-height: 0.6em;
      padding: 0;
      text-decoration: none;
  }
  
  .info-box .close-button:hover {
      border-color: #aaa;
      color: #aaa;
  }
  .d-flex.myFlex ._aside {
      max-height: 100vh;
     overflow: auto;
  }
  .service-price-type,.service-price,.product-price{
      font-size: 14px;
      font-weight: bold;
      margin:0;
  }
  .service-price-type,.product-price{
      margin-top:10px;
  }
  
  .service-price,.product-price{
      color:#AE7F1A;
  }

  p.card-text{
    overflow: hidden;
    height: 53px;
}
h5.card-title{
    overflow: hidden;
	height: 25px;
}
div.nearShops ul{
	max-width:100%;
}
@media only screen and (min-width:1024px) {
    .nearShops .ourSrvice ul li,.nearShops .ourProdcts ul li {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media only screen and (min-width:601px) and (max-width:991px) {
    .nearShops .ourSrvice ul li,.nearShops .ourProdcts ul li {
        flex: 0 0 50%;
        max-width: 45%;
    }
}
.ourSrvice .imgBoxx {
    width: 100%;
}

.addToCart{
	cursor:pointer;
    position: absolute;
    right: 7px;
    top: 4px;
    color: #FFF;
    z-index: 1;
}
.modal {
  overflow-y:auto;
}
.img_container{
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color:#AE7F1A;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    left: 50px;
    margin-left: 45%;
    margin-top: 10%;
}

.help { display: inline-block; position: relative; }

.help-button {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

.info-box {
    border-radius: 15px;
    border: 2px solid #bdbdbd;
    box-shadow: 8px 10px 10px 0px #888888;
    background-color: #ddd;
    display: none;
    color: #AE7F1A;
/*    /background-color: #ddd;/
    /display: none;/
    /color: #888;/*/
    font-family: sans-serif;
    font-size: smaller;
    padding: 10px;
    width: 170px;
    position: absolute;
    right: -190px;
    bottom: 0;
}

.info-box::after {
    border-top: 20px solid transparent;
    border-right: 20px solid #ddd;
    content: " ";
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
}

.info-box .close-button {
    border: 1px dotted #222;
    color: #222;
    float: right;
    line-height: 0.6em;
    padding: 0;
    text-decoration: none;
}

.info-box .close-button:hover {
    border-color: #aaa;
    color: #aaa;
}
.service-price-type,.service-price,.product-price{
	font-size: 14px;
    font-weight: bold;
	margin:0;
}
.service-price-type,.product-price{
	margin-top:10px;
}

.service-price,.product-price{
	color:#AE7F1A;
}

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    overflow: auto;
    background-color: black;
    z-index: 99;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .shopImageSlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    background: blanchedalmond;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .indexSlides {
    opacity: 0.6;
  }
  
  .active,
  .indexSlides:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .modal-backdrop.fade.show {
      display: none !important;
  }
 .imgOuter {min-height: 200px;max-height: 200px;overflow: hidden;}
  .imgOuter img, .imgOuter1 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imgOuter1 {
    max-height: 188px;
    max-width: 270px;
    overflow: hidden;
}
.nearShops ul li .card{
    overflow: hidden; 
    width:100%;
}
.nearShops ul li .card img,
.card._bookngsCrd img{
    transition: all .3s;
}
.nearShops ul li .card:hover img,
.card._bookngsCrd:hover img {
    transform: scale(1.085);
}
.card._bookngsCrd._notfctns img{
    transform: none!important;
}
.bookModalBlock .modal-dialog{
    width: 100%;
    max-width: 700px;
}
.modal-body.book-modal .col_ryt a.btnViewMore{
    margin-top: 1em;
}
.m-2.col_ryt {
    padding: 0em 1em;
}
.book-modal .card  {
    padding: 0.5em;
    margin: 2em;
}


input.form-check-input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    left: 14px;
}

.boxedList {
    padding: .5em;
    border: 1px solid #a6a6a6;
}
.boxedList p {
    margin-bottom: 10px;
}
.boxedList ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.boxedList ul li {
    flex: 0 0 22%;
    list-style-type: none;
    margin: 0.5em 0.25em;
    max-width: 100px;
    text-align: center;
}
.boxedList ul li a {
    background: #ccc;
    padding: 3px;
    font-size: 14px;
    color: #101010;
    display: block;
    border-radius: 6px;
    font-weight: 500;
}
 
  .boxedList input[type="radio"] {
    display: none;
  }
  
  .boxedList label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
  }
  
  .boxedList input[type="radio"]:checked+label {
    background-color: #D66292;
    color: white;
  }

  .pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.mainDiv.cat-data a._btn {
  margin: 0em auto;
  margin-bottom: 0;
  /* opacity: 0; */
  transition: all .25s;
}

a._btn {
  display: block;
  min-width: 75px;
  max-width: 100px;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  margin: 2em auto;
  margin-bottom: 0.5em;
  color: white!important;
}

.login-btn, .theme-btn, a._btn {
  background: #AE7F1A;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 0;
    white-space: inherit;
    padding: 8px 6px;
    text-transform: uppercase;
    outline: none!important;
    box-shadow: none!important;
}

.mainDiv .card {
  /*flex: 0 0 31%;*/
  /*margin: 1em 0.65em;*/
  /*margin-top: 0;*/
  /*box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);*/
  /*height: fit-content;  add by ram */
}

.mainDiv .card{
    margin: 1em .65em;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}


.nearShops .ourSrvice ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  max-width: 100%;
}

h2._font {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
._font {
  font-family: "Poppins",sans-serif;
}

.nearShops .ourSrvice ul li {
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0.5em 0.45em;
}

.ourSrvice {
  margin-top: 2em;
}



._header{
    min-height: 115px;
    background: url('../../assets/img/bg/brushes.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
/* ._header::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:rgba(0, 0, 0, 0.6);
} */

#city-list{
    display: block;
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.4;
    padding-left: 2em;
    color: #101010;
    background: #efe9e9;
    font-weight: 500;
    position: relative;
}

.select2-container {
width: 100% !important;
}

nav._custmBrdcrmb ol {
    background: transparent;
    margin-bottom: 0;
    margin-top: 0.5em;
}
._custmBrdcrmb .breadcrumb-item a{
    color: #101010;
}
._custmBrdcrmb .breadcrumb-item.active {
    color: #d66292;
}

.d-flex.myFlex {
    flex-flow: row;
    /* align-items: flex-start; */
    justify-content: flex-start;
    margin-bottom: 3em;
}
.d-flex.myFlex ._aside {
    width: 20%;
    max-width: 300px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    min-height: 100vh;    
    padding: 1em;
    margin: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
.d-flex.myFlex .mainDiv {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
h5.subHdng {
    font-size: 20px;
    color: #101010;
    position: relative;
}
h5.subHdng:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 32px;
    height: 3px;
    background: #d66292;
}





.theNewsCard {
    display: flex;
    align-items: flex-start;
    height: 262px;
    overflow: hidden;
    max-width: 94%;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 5px;
}


div.nearShops{
    padding: 0.5em 0em;
    padding-bottom: 3em;
    background: none;
    background-size: cover;
    
}
div.nearShops ul {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    margin: 0 auto;
    padding: 0;
    /*max-width: 95%; by ram*/
}
div.nearShops ul li {
    margin-bottom: 1.35em;
    border-radius: 6px;
    /* border: 1px solid rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); */
    margin: .75em .75em; 
    flex: 0 0 23%;
    max-width: 18% !important;
    display: flex;
}
div.nearShops ul li p {
    margin-bottom: 6px;
}
div.nearShops ul li p span {
    padding-left: 8px;
}
div.nearShops ul li p a {
    color: #101010; 
    padding-left: 8px;
}
div.nearShops ul li p i {
    min-width: 18px;
    display: inline-block;
    text-align: center;
}
.pswdModal button.close{
    line-height: 0.8;
}
.imgOutBox {    
    height: 280px;
    overflow: hidden;
}
.imgOutBox img {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#subscribe-content {
    display: flex;
    justify-content: center;
}

div#subscribe-content button {
    border-top-left-radius: 0;
    min-height: 60px;
    border-bottom-left-radius: 0;
    left: -4px;
}

/* .ttm-post-thumbnail.featured-thumbnail {
    height: 150px;
    width: 150px;
}

.ttm-post-thumbnail.featured-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
} */

.img_block{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

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


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

ul.myList li {
    flex: 0 0 33%;
    max-width: 33%;
}
  /******** mobile responsive ***** */

  

  @media (max-width: 767px) { 
        div.nearShops ul{
            flex-flow: column;
        }
        div.nearShops ul li{
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    ul.myList li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .ttm-post-thumbnail.featured-thumbnail img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .ttm-post-thumbnail.featured-thumbnail {
        height: 160px;
        width: 160px;
    } */

   


    ._header,.input-group._searchBar {
        display: none;
    }
    .site-navigation{
        position: relative;
    height: 105px;
    width: 100%;
    }
    .revealOnScroll{
        opacity: 1;
    }
    .navbar-me{
        top: 0;
    }
    .top_bar {
        display: none;
    }
    .logo img {
        max-height: 100px;
    }
    .input-group._searchBar {
        max-width: 100%;
    }
    p._loginLink{
        display: none
    }
    .d-flex.myFlex {
        flex-flow: column;
    }
    .d-flex.myFlex ._aside {
        width: 100%;
        max-width: 100%; 
        min-height: auto;
        margin: 0em;
    }
    .d-flex.myFlex .mainDiv {
        width: 100%;
        max-width: 100%;
        margin-top: 1em;
    }
    .editBtnBlock form,.login form {
        min-width: 100%;
        max-width: 100%;
    }
    .mainDiv .card._bookngsCrd{
        flex-flow: column;
    }
    ._bookngsCrd .crd_desc {
        margin-top: 0.65em;
        width: 100%;
    }
    .crd_Btns {
        width: 100%;
        margin: 0em 0;
    }
    ._bookngsCrd .crd_Btns a {
        display: block;
        margin: 0.9em 0;
    }
    .refr_content{
        padding: 1em;
    }
    .shareUrl-input{
        font-size: 18px;
        color: #d66292;
    }
    .mainDiv.cat-data .card {
        flex: 0 0 100%;
        margin: 1em 0em;
    }
    .nearShops ul li .card {
        overflow: hidden;
        width: 100%!important;
    }
    .mainDiv.cat-data .card a._btn {
        opacity: 1;
    }
    .ttm-author-widget .featured-imagebox.style2{
        min-width: 170px;
        max-width: 170px;
    }
    div#subscribe-content {
        display: flex;
        width: 100%;
    }
    button#subscribe {
        max-width: 128px;
        line-height: 1.25;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 1.5em 0.55em;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .d-flex.myFlex ._aside {
        width: 25%;
    }
    .d-flex.myFlex .mainDiv {
        width: 70%;
    }
    .mainDiv .card {
        flex: 0 0 46%;
    }
    .imgOuter {
        max-height: 160px;
    }
    .mainDiv .card._bookngsCrd{
        flex-wrap: wrap;
    }
    .mainDiv._bgWyt .card._bookngsCrd>div {
        flex: 0 0 45%;
    }
    .mainDiv._bgWyt .card._bookngsCrd .crd_Btns {
        display: flex;
        max-width: 100% ;
        flex: 0 0 100% ;
        width: 100%;
        justify-content: space-between;
    }
    ._bookngsCrd .crd_Btns a{
        width: 49%;
    }
    .mainDiv._bgWyt .card._bookngsCrd._notfctns .crd_desc {
        flex: 0 0 76%;
        width: 76%;
    }
    .mainDiv._bgWyt .card._bookngsCrd._notfctns .crd_Btns {
        min-width: 80px;
        max-width: 20% ;
        flex: 0 0 20% ;
        justify-content: center;
        align-items: center;
    }
    .mainDiv._bgWyt .card._bookngsCrd._discount>div {
        flex: 0 0 95%;
    }
    .mainDiv._bgWyt .card._bookngsCrd._discount .crdImg{
        max-width: 50%;
        margin-bottom: 1.5em;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    ul.myList li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    div#subscribe-content button{
        min-width: 200px;
    }   
}
@media (max-width: 920px) { 
    .nearShops .ourSrvice ul li {flex: 0 0 31%;}
    div.nearShops ul li {max-width: 31% !important;}
}
 @media (max-width: 767px) { 
    .mainDiv.cat-data .card {width: 100% !important;grid-template-columns: auto;display: block;}
    .nearShops .ourSrvice ul li {flex: 0 0 30%;}
    div.nearShops ul li {max-width: 30% !important;}
 }
.img-fixed{
    object-fit: fill;
    width: 100%;
    height: 100%;
}
