.ui-datepicker{
    z-index: 3 !important;
}
.fade:not(.show){
    display: none !important;
}
.fade{
    transition: none !important;
}
.only-desktop{
    font-family: myPlayFair !important;line-height: 1.9em;font-size: 50px;font-style:italic;display:inline-block;width: 80%;margin: auto;
}
.luloclean h2{
    font-size: 32px !important;font:normal normal bold 15px/1.4em AvenirB,sans-serif; width: 80%;margin: auto !important;
}
.carousel-bg{
    border-radius: 20px;background:linear-gradient(3deg, #ffdab03b, #fff);
}
.w-60{
    width: 50% !important;
}
.w-70{
    width: 60% !important;
}
.w-65{
    width: 65% !important;
}
.w-45{
    width: 45% !important;
}
.w-20{
    width: 20% !important;
}
.text-brand-light {
    color: #f79b32b8;
}
.fontbright {
    font-weight: bold;
}
.color-pwallet{
    background: #f3f6f9;
}
/*image clarity*/
.card-img{
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

@media (max-width: 767.98px) { 
    .only-desktop{font-size: 30px;}
    .luloclean h2{ font-size: 30px !important;}
}
@media (max-width: 990px) {
    .w-60,.w-45,.w-80{
        width: 80% !important;
    }
    .w-20{
        width: 40% !important;
    }
    .w-70{
        width: 95% !important;
    }
    .w-65{
        width: 110% !important;
    }
}
@media (max-width: 575.98px) { 
    .only-desktop{line-height: 1.4em;font-size: 20px;}
    .luloclean h2{line-height: 1.4em;font-size: 20px !important;}

}
/* Custom toaster changes as per client request */
.toast-top-right > div {
    font-size:1.1rem !important;
    width: 400px !important;
}
.navbar .nav-link .nav-icon-3x .nav-svg-icon {
    height: 2.5rem !important;
    width: 2.5rem !important;  
}
.bg-blue-gd{
    background: rgb(108,201,242);
        background: linear-gradient(0deg, rgba(108,201,242,1) 0%, rgba(177,227,249,1) 100%);
}
.media-head{
    font-size: 20px;
    font-weight: 600;
}
.media-border{border-bottom: 5px solid #f79b32;}
.block-paragraph-media{    font-size: 16px;    text-align: left;    line-height: 1.5;    margin: 10px 0;}

.header-wrapper .header-top {
    background-color: #f79b32;
    /*background-image: url('../img/Gold_header.jpg') !important;*/
    background-image: url('../img/Gold_bar_r3.jpg') !important;    
    background-size: cover;
    background-position: top;
}
.footer-wrapper .footer-bottom{
    background-image: url('../img/Gold_bar_r3.jpg') !important;    

    background-size: cover;
}

.top-header-mobile{
    /*background-color: #f79b32;*/
    background-image: url('../img/Gold_bar_r3.jpg') !important;  
    padding: 14px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.top-header-mobile{
    background-size: cover !important;
}
/*Media Query */
@media only screen and (min-width: 770px) {
.top-header-mobile{display:none;}
}
@media screen and (max-width: 769px) {
    .nav-cart {
        display: none;
    }
}
.float-child h4,h5 {
    float: right;
}
.text-grey{
    font-size: .85rem;
    color: #9da5ad !important;
}
.price-label{
    font-size: .95rem;
}
/* Menu */
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
.telo-dropdown{
      border-top: 3px solid #f79b32 !important; 
      width: 280px !important;
      max-height: 350px !important;
      overflow-y: scroll !important;
  }
.telo-dropdown-item{
      padding: 1rem 1.5rem !important;
      border-bottom: 1px solid #eee !important;
      width: 100%;
  }
.panel .dropdown-item{
      padding: 15px 20px;
      border-bottom: 1px solid #ddd;
  }
.telo-sub-menu{
      box-shadow: none !important;
      background-color: transparent !important;
  }
.telo-accordion{ 
      display: flex;
      justify-content: space-between;
      width: 100%;
      border: none; background: transparent;
      align-items: center;
      color: rgba(0,0,0,0.5);
  }
  
.telo-accordion.active .telo-arrow {
      -webkit-transform: rotate(180deg);    
      -moz-transform: rotate(180deg);        
      -o-transform: rotate(180deg);          
      -ms-transform: rotate(180deg);         
      transform: rotate(180deg);
      transition: 300ms ease all;
  }
  
.telo-accordion .telo-arrow {
      -webkit-transform: rotate(0deg);     
      -moz-transform: rotate(0deg);        
      -o-transform: rotate(0deg);          
      -ms-transform: rotate(0deg);   
      transform: rotate(0deg);
      transition: 300ms ease all;
  }
.telo-arrow{
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
   
  }


  /* new design styles */


  .about-us{
    padding: 80px 0;
  }
  .abt-desp{font-size: 18px;color:#000;}
  .video-wd{width: 1219px;height: 687px; margin-top:20px;}
  .testi-head{color: #fff;}
  .testi-desp{color: #fff; font-size: 18px;margin-bottom: 15px;}
  .testimonials{
    padding:60px 0;
    background: rgb(253,100,79);
    background: linear-gradient(180deg, rgba(253,100,79,1) 0%, rgba(242,142,39,1) 100%);
}
.testi-name{color: #fff; margin-bottom: 0; margin-top: 10px;}
.testi-country{color:#fff;}
.pet-testi{margin-top: 90px;}
.quick-head{text-align: center; margin-bottom: 20px;}
.section-quicklinks{padding:60px 0;}
.card-img{margin-top: 30px;}
.card-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.card-text-a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.card-text-a:hover{
    color: #fff;
    text-decoration: underline;
}
/* .video-url::before {
    content: '';
    background: url('../img/teloimgs/youtube.svg');
    position: absolute;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    left: 42%;
    right: 0px;
    top: 35%;
    bottom: 0px;
}
*/
.video-content{position:relative;}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    max-width: 50px;
    max-height: 50px;
  }

.text-light-grey{
    color: #9da5ad !important;
}
.navbar .navbar-brand img {
    max-width: 215px !important;
  }
  @media (max-width: 700px) {
    .navbar .navbar-brand img {
        max-width: 10rem !important;
      }  
  }
.m-hi {
    min-height:33px;
}
.block-new{
    background-color:#fff;
    padding: 20px;
}
.block-new-p{
    color:#000;
    font-size:15px;
    min-height:10rem;
}
@media (max-width: 1360px){
    .block-new-p{
        min-height:15rem;
    }
}
.block01-custom .cl-st-text{
    font-size: 1.2rem;
    min-height: 3rem;
}
.media.media04 .media-price {
    width: 9rem;
}