/* You can add global styles to this file, and also import other style files */
/*------------------------------------------------------------------
 * Theme Name:AplhaExpresion Technologies
 * Description:
 * Bootstrap v4.1.3 (http://getbootstrap.com)
 * Copyright 2019
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------

[Table of contents]

1. General Styles .
2. header Styles .


[ THE END ]
-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');



/*------------------------------------------------------------------
    1. General Styles
-------------------------------------------------------------------*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	  scroll-behavior: smooth;
	  overflow-y: scroll;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #606060;
    font-weight: normal;
    font-size: 15px;
    background: rgb(255 255 255);
    line-height: 1.6;
    padding-right: 0!important;
    position: relative;
    /*overflow-x: hidden;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color:#000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
}


a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: #000000;
}
a.pnamelink:focus,
a.pnamelink:hover{
  color:rgb(95 9 178);
}
p {
    margin: 0 0 15px;
    line-height: 25px;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0px;
}
button {
    outline: 0;
    box-shadow:0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 700!important;
    font-family: 'Quicksand', sans-serif;
}
button:hover{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2),0 4px 20px 0 rgba(0,0,0,.1);
}
button:focus {
    outline: unset;
}
.no-padding {
    padding: 0!important;
}

.no-padding-lft {
    padding-left: 0;
}

.no-padding-rgt {
    padding-right: 0;
}






.disp-flex {
    display: flex;
}

.text-danger {
    color: #dc3545!important;
}


.fa, .fas{
  margin-right: 3px;
  
}
.fab{
 margin-right: 10px;

}


/*.fa-phone{
  transform: rotate(100deg);
}*/
ul{
  list-style: none;

  padding: 0;
}
.no-margin{
  margin: 0;
}
.color-custom{
   background-color: rgb(255, 87, 34);
}
/* ============================ SCROLLBAR =========================*/

::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

::-webkit-scrollbar-track {
      border-radius: 12px;
  background-color: transparent;
  border-left: 0px solid #000000;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
      background-color: #000000;
  border-left: 0px solid #000000;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
  opacity: 1;
}

/* ============================ COMMON CLASSES =========================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #202020;
    margin: 0 0 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.section-padding{
    padding: 100px 40px;
  }
  .users {
    padding: 100px 40px;
}
  .section-title {
    color: #000000;
    font-weight: 600;
    font-size: 59px;
    margin: 15px auto 10px;

    /* width: max-content; */
    border-radius: 0.5px;
  }
  h1.section-title.video {
    color: #ffff;
}
  .section-title-side{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin: 0px auto 5px;
    
    
  }
  .elbg{
    background-color: rgba(28, 93, 190, 0.05);
  }
  .bg1 {
    background-color: #c02488;
}

.color{
    color: #000000;;
}
.elitecolor.light{
    background-color:  #fafafaf;
  
}
.eliteborder{
  border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop{

    margin: 10px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12); */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    
    border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop:hover{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0px 2px 6px 0 rgb(0 0 0 / 12%);
}
.eliteborder-shop:hover .p-name{
  
}
.box-style{
    /* border-radius: 14px; */
    margin: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
  }
  .box-style:hover {
    transform: scale(1.01);
    /* transform: rotate(1deg); */
    
    transition: auto;
    box-shadow: -2px -1px 7px 0 rgba(0, 0, 0, 0.16), 0px 0px 0px 0 rgba(0, 0, 0, 0.12);

}
.video-box{
    margin: 10px;
    
    overflow: hidden;
    cursor: pointer;
}

.iso {
    display: inline-block;
}
.iso img {
    width: 100px;
}

.about{
  background-color: #000000;
}
.about h5{
  color: #ffffff;
  margin-top: 15px;
}
.aboutintro p{
  margin: 0!important;
  font-size: 16px;
  color: rgb(86, 86, 86);
  line-height: 30px;
  text-align: justify;
}
.aboutintro img{
  
  border: 1px solid #d4d4d4;
  padding: 5px;
}
   .aboutintro .fa{
   color:rgb(28, 93, 190);
  }
<!-- .aboutintro .section-title{
  margin-top: 15px;
  font-size: 30px;
} -->
.aboutintro ul{
 margin-left: 26%;
}
.aboutintro ul li{
  font-size: 16px;
  list-style: none;
  padding-bottom: 8px;
}
/* .btn{
  border-radius: unset;
} */


/* ============================ form =========================*/
.form-control:focus {
    background-color: #fff;
    border: 0.5px solid #dc3545;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e6b83036;
}
.menubar .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #dc3545;
  outline: 0;
  box-shadow: none;
  
}

  .menubar .form-control {
    border: 2px solid  #f5f5f5;
    height: auto;
    background-color: #f5f5f5;
}

.form-control {
    box-sizing: border-box!important;
    border-radius: 50px;
}

.menubar .nav-link{
  border-radius:50px;
}
.menubar .nav-item{
  width:160px;
}


/* ============================ from =========================*/

section.section-padding.testimonial-padding {
    padding: 25px 40px;
    background-color: #ffffff;
}
section.section-padding.testimonial-padding h2{
  font-size:30px;
}
section.section-padding.terms {
    padding: 0px 40px 25px;
}
.btm-head {
    text-align: left;
    font-size: 14px;
    padding: 15px;
    text-align: center;
  
}
.btm-head .btn{
  
  padding: 0;
  
}
.btm-head span{
  color: #000000;;

}
.btm-head .price {
  font-size: 16px;
  font-weight: 600;
}
.btm-head .oprice {
  font-size: 12px;
  text-decoration: line-through;
}
.dprice li{
  display:inline-block;
  padding: 0 12px 0 0;
}
.btm-head .s_loc {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000d9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btm-head ul li{
  display: inline-block;
  font-size: 20px;
 
}
.btm-head p{
  font-size: 15px;
  margin: 0;
  line-height:24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  
  overflow: hidden;
  text-overflow: ellipsis;
}
.subhead{
  font-size: 14px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.btm-head p.size{
    font-size: 14px;
    color: rgb(28, 93, 190);
    font-weight: 100;
}
.orderbtn{
  display: block;
}

/***************************************preloader**************************************/
/* Demo Styles */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

.img_cont h1 {
  font-size: 59px;
}
.img_cont form {
  border-radius: 15px;
  margin: 0 15%;
  background-color: #99313247;
}
/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: auto;
  
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  
  

  
  z-index: 11;
}


@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/***********************************preloader**********************************/

/* ============================ owlcarousal =========================*/

.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-radius: 20%;
    color: rgb(243, 112, 34);
    width: 40px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev{
    left: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.owl-carousel .owl-stage {
      display: flex;
    }

    .item {

    height: 100%;
}
.owl-carousel .owl-nav .owl-next .fa{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #dc3545;
}
.owl-theme .owl-dots{

  bottom: 9px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px;
}
.owl-theme .owl-dots .owl-dot {
  
    background-color: #0000;
    border: unset;
    box-shadow: unset;
}
.owl-theme .owl-nav{
  margin: 0;
}
.bg-black {
    background-color: rgb(9, 9, 9);
}
.catego img {
    border-radius: .50rem!important;
}
 section.catemenu {
  padding: 10px 40px;
  background-color: #ffff}
.catemenu h6 {
  margin: 0;
  padding: 8px 0;
  color: #000000;
}
 .btn-cstm{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.contact {
    padding: 40px 0 43px;
}
.contact .fa{

color: #000;
}
.contact ul li {
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: .5rem;
    padding: 10px;
}
.contact ul li h5 {
    margin: 0 0 10px;
}
 .about{
    background-color: #000000;
}
.about h5{
    color: #ffffff;
    margin-top: 15px;
}
.aboutintro p{
    margin: 0!important;
    font-size: 16px;
    color: rgb(86, 86, 86);
    line-height: 30px;
    text-align: justify;
}
/* .aboutintro img{
    margin-left: 30px;
    border: 1px solid #d4d4d4;
    padding: 5px;
} */
.aboutintro .section-title{
     margin: 30px 0 5px 0;
    font-size: 30px;
    color: rgb(255 141 20);
}
.box-style-mv{

    padding-top: 20px;
    text-align: center;
    height: 200px;
    background-color: #ffffff;
}
.box-style-mv p{
    text-align: center;
}
 .testimonial-header {
    font-weight: 600;
    margin: 0 0 30px;
}
.testimonial .review {
    font-size: 16px;
    color: black;
    margin: 0 0 10px;
}
.testimonial .user{
    font-size: 22px;
    color: black;
    font-weight: 600;
    margin: 0 0 0px;
}
.star .fa {
    color: rgb(255, 193, 7);
}
.top-bar{
    background-color: #000000;
    padding: 0.5rem 40px;
  }
  .top-bar .fa{
    color: rgb(255, 255, 255);
  }
  .top-bar a{
    color: #ffffff;
  }
 
  .social>li{
    display: inline-block;
    padding: 1px;
    position:relative;
  }
  .bser{
    display: inline-block;
    text-align:center;
    padding-right: 20px;
  }
  .bser span{
    font-size: 14px;
  }
.bser img{
    width: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%), 0 2px 10px 0 rgb(0 0 0 / 42%);
    border-radius: 50%;
}
.bser img:hover{
  box-shadow: 0 2px 5px 0 rgb(240 121 10), 0 2px 10px 0 rgb(189 136 43);
}
.menubar {
    position: fixed;
    width: 100%;
    z-index: 2;
   
    background: #ffffff00;
    padding: 20px 40px;
}
.menubar2 {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #ffffff00;
    padding: 10px 40px;
}
  .searchin{
 
 border-top-left-radius: 50px;
 border-bottom-left-radius: 50px;

}
.searchinbtn{
 border-top-right-radius: 50px;
 border-bottom-right-radius: 50px;
 background-color: #000000;;
}


  .navbar {
    padding: 0px 10px;
}

  /* .menu-bar .dropdown-item:focus, .menu-bar .dropdown-item:hover{
    color: #cd004d;
  background: #ffffff;
  } */
  /* NOTE: top-bar end */
  
  
  /* .menu-bar{
    background:rgba(0, 0, 0, 0.84);
    position: sticky;
    top: 0;
    padding: 25px 0 25px 0;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  } */

  .dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.catitem {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.catitem:focus, .catitem:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
  .dropdown-item .fas{
    color:#000000;
  }
  .modal-header{
    background-color:#000000;
  }
  .modal-body .btncstm{
    background-color:#000000;
    color: #fff;
  }
  .cart{
    background-color:#000000;
  }
  .mob-ser .fas{
    color: #000000;
  }

  .sticky{
    position: fixed;
    width: 100%;
	top:0;
  background-color: #000;
    padding: 8px 40px;
  
  }
 
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  background-color: rgb(28, 93, 190);
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  
  }
  
  .nav-item{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    outline: 0;
    position:relative;
    
 
}
.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: 8px 15px;
}


  /* .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #000000;
  
  } */
  /* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    
    background-color: rgb(28, 93, 190);
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  } */
  .navbar-light .navbar-nav .nav-link .fa:focus, .navbar-light .navbar-nav .nav-link .fa:hover{
   
    color: #ffffff;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #000000;
  }
  
  .navbar-brand img {
    width: 210px;
}


  .catemenu .navbar-nav{
    margin: unset;
  }

  .filter .fhead {
    margin: 0;
    padding: .75rem 1.25rem;
    background-color: #ffc107;
}
  .filter .card-header{
    border: unset;
    background-color: #fff;
  }
  .search{
    padding: 0px 15px;
  }
  .call_back {
    position: fixed;
    bottom: 95px;
    right: 15px;
    text-align: center;
    z-index: 10;
    border-radius: 0;
}
.call_back h6 {
    background: #ff8d14;
    padding: 10px 12px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin:0;
}
.whatsapp {
    position: fixed;
    bottom: 11px;
    right: 15px;
    padding: 3px 16px;
    background: #da3544;
    color: #fff;
    z-index: 10;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.whatsapp:hover{
transform: scale(1.03);
}


.serv li{
  display: inline-block;
  padding: 5px;
}
.serv img, .servd img{
  width: 50px;
}

.close {
    color: #bbb;
    
    right: 18px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;

}
/*set a border on the images to prevent shifting*/
#gal1 img {
  border: 1px solid white;
  width: 60px;
}

#img_01{
  position: relative!important;
}

.mainimg{
  
}
.prod_des {
  border: 1px solid rgba(28, 93, 190, 0.18);
  padding: 15px;
  position: relative;
  background-color: #fff;
}

span.des_fav {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  font-size: 20px;
  height: 40px;
  padding: 4px;
  text-align: center;
  width: 40px;
  border: 1px solid rgba(28, 93, 190, 0.18);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color:#fff;
}
.des_fav .fas {
margin: 0;
}
.cb_div li {
 display: inline-block;
}
.acart,  .abuy{
  font-size: 18px;
  padding: 0 10%;
}
.acart_icon, .abuy_icon {
  padding: 10px 20px;
}
.zoomWrapper{
  overflow: hidden;
}
.product_det li .fas{
 font-size: 8px;
}
.my_orders li{
  display: inline-block;
  padding-right:12px;
  vertical-align: middle;
}

.my_orders li h6, .my_cart li h6{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_orders .price{
    font-weight: 600;
    font-size: 18px;
}
.ordimg{
    padding:40px;
}

.my_cart li{
  display: inline-block;
  vertical-align: middle;
  
}
.my_cart img {
  width:100px;
  
}
.my_cart li p{
  line-height: unset;
  font-size: 10px;
  display: inline;
}
.my_cart .delete, .my_orders .delete{
  position: absolute;
    top: 8px;
    right: 10px;
    font-size: 13px;

}

.cwidth{
 width: 25%;
}
.cwidthmyo{
  width:40%;
}
.prod_des-head{
  font-size: 18px;
}
.breadcrumb{
  margin:0;
  font-size:12px;
}
ul.cb_div a {
    color: #fff;
}
.fea .item img{
  border-radius:5%;
}
.text-dark {
    color: #000000!important;
}
.cb_div{
  padding:15px;
  text-align: center;

}
#livesearch span{
  color:#000;
}


/* ============================ footer =========================*/

.footer1{
  padding: 30px 100px;
  background-color:#dc3545;
 
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  
}

img.footerlogo1{
  width: 25%;
}
img.footerlogo2 {
    width: 100px;
}

.footer1 ul li a, .footer1 p {
    color: #000000;
    font-size: 14px;
}
.footer1 ul li{
  padding: 5px 0;
}
.footer1 h6 {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}
.footer1 p{
  font-size:14px;
}

.footer-menu img{
  margin: 0px;
}

.footer-menu li {
    display: inline-block;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 600;
}
.footer-menu li a {
  color: #ffffff;
}
ul.address li {
    padding: 15px;
    color: #ffffff;

}
ul.address li .fa {
    color:#e6bd54;
    font-size: 15px
}
.footer2 {
    padding: 0px 100px;
    border-top: 1px solid #ffffff1a;
    position: fixed;
    background-color: #000;
    bottom: 0;
    width: 100%;
}
.footer2 p{
  color: #ffffff;
  margin: 10px 0;
  line-height: unset;
  font-size: 13px;
}
.footer2 a{
  color: #fff;
  font-size: 16px;

}
.footer2 ul li{
  display: inline-block;
  padding-right: 15px;
}
.footer-img{
  width: 50%;
  float: right;
}
.tracko{
  
  margin: 0px;
}
.modal-content{
  border: unset;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}
.lioffer {
    position: absolute;
    left: 4px;
    top: 4px;
    padding: 0!important;
}
.offer {
    font-size: 12px;
    border: 1px solid #009201;
    background-color: #009201;
    padding: 4px 8px;
    color: #FFFFFF;
    border-radius: 50px;
}
.addtocart {
    /* font-size: 12px;
    border: 1px solid #f15e2d;
    border-radius: 25px;
    background-color: #f15e2d;
    padding: 6px 24px;
    color: #FFFFFF; */
}
.cart-view{
   font-size: 12px;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000000;
    padding: 6px 24px;
    color: #FFFFFF;
}
.addtocart:hover{
  color: #FFFFFF;
}
.addtocart.desc {
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 22px;
    background-image: -webkit-linear-gradient(
0deg,#ff934b 0%,#ff5e62 100%);
    color: #FFFFFF;
}
.cart-view{
   font-size: 12px;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000000;
    padding: 6px 24px;
    color: #FFFFFF;
}
.btn-light {
    
    background-color: #ffffff;
    border-color: #ffffff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 21474836483; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.9s;
  animation: fadein 0.5s, fadeout 0.5s 2.9s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.passmatch, .pw, .iotp{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.pinchkmsg{
  font-weight: 600;
}
/* .follow {
  position: absolute;
  bottom: 14px;
  right: 14px;
} */
.fav{
  position: absolute;
    top: 0;
    right: 0px;
    background-color: #ffffff;
    margin: 10px;
    width: 40px;
    font-size:20px;
    text-align:center;
    border-radius: 50%;
    height: 40px;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.fav .fas{
  margin:0;
}


.top_cart_count {
  background-color: #dc3545;
  color: #000000;
  padding: 1px 6px;
  left: 22px;
  border-radius: 50%;
  font-size: 12px;
  bottom: 26px;
  position: absolute;
}

<!-- order status -->
.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545
}

.bs4-order-tracking li.active>div {
    background: #dc3545
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
    position:relative;
}
.card-timeline .fas{
   margin:0;
}
.plus-btns, .minus-btns {
    padding: 1px 5px;
    font-size: 12px;
}
.quantity .fas {
    margin:0;
}
.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.breadcrumb{
  background-color:#ffffff;
}
#livesearch{
    position: absolute;
    left: 2%;
    background-color: #fff;
    width: 98%;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
#livesearch ul li{
    font-size:14px;
    
}
.terms p{
  font-size: 16px;
    color: #585858;
    font-weight:600;
}
.terms .fas{
  font-size: 8px;
    
}
.terms h5 {
    font-weight: 600;
    font-style: unset;
}
.terms h1 {
    font-weight: 600;
    font-style: unset;
    font-size:26px;
}


.terms h6 {
    font-weight: 600;
    font-style: unset;
}
.terms ul {
    list-style: disc;
    margin: auto;
    padding-left: 40px;
}
.terms ul li {
    font-weight: 600;
    line-height: 30px;
}
.counter i {
    
    font-size: 40px;
    color: #ff8d14;
}
.counter span {
    font-size: 40px;
    font-weight: 600;
    color: #ff8d14;
   
}
.counter-head h2 {
  color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ff8d14;
    width: fit-content;
    margin: 12px auto 0;
    padding: 10px 33px;
    border-radius: 50px;
 
    
}
.bg-dark {
    background-color: #000000!important;
}

.card.fixedh{
  height:408px;
}
.btn-primary {
 
    background-color: #3e067f;
    border-color: #3e067f;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 14%), 0 2px 10px 0 rgb(0 0 0 / 15%);
}
.btn-primary:hover{
  box-shadow: 0 2px 5px 0 rgb(240 121 10), 0 2px 10px 0 rgb(189 136 43);
  background-color: #ff8d14;
    border-color: #ff8d14;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #ff8d14;
    border-color: #ff8d14
}
.scatl {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}
.scatl a {
    color: #000;
    border: 1px solid #0000000f;
    background-color: #0000000f;
    border-radius: 50px;
    font-weight: 600;
}
.scatl .activec {
    color: #fff;
    background-color: #773b85;
}

.fa-chevron-circle-right{
  font-size:18px;
}
.breadcrumb-item+.breadcrumb-item::before {
   
    content: ">";
}
.menud {
    position: absolute;
    top: 22px;
    left: 3%;
}
.menud .fas{
  font-size:30px;
  cursor:pointer;
}

.dropdown-toggle::after {
        
        }
        .caret::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
  
    content: "";
    border-top: .3em solid #00000000;
    border-right: .3em solid transparent;
    border-bottom: .3em solid #00000000;
    border-left: .3em solid;
}
.caret {
    position: absolute;
    right: 4px;
}

#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    background-color: #fff;
    padding: 0;
    height: 100%;
    z-index: 2;
    overflow: auto;
    top: 0;
    position: fixed;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: auto;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: black;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #000000;
  
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

.top-bar .dropdown-item {
    color: #000000;
}

#sidebar-container .close:not(:disabled):not(.disabled):focus, #sidebar-container .close:not(:disabled):not(.disabled):hover {
    color: #000;
}
.youtube_iframe {
    height:554px;
}
.slider {
  background-image: url(../img/banner/snehadhara_home.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position-y: 30%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #000;
    
}
.main_slide{
  
}
.opacity {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 100%;
   
}
.img_cont {
    margin-top: 3%;
}
.book img{
  width: 25px;
}
.book p{
  line-height: 20px;
}
.book .nav-link{
  border-radius:50px;
 
}
section.section-padding.slider {
    background-image: url(../img/banner/Astroloy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider:after {
    content: '';
    background-color: #2b313d75;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.select2 {
  width: 100%!important;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: unset;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 17%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 59%;
  width: 0;
}


img.pooja_img_one {
    position: absolute;
    left: 2%;
    width: 17%;
}
img.pooja_img_two {
    position: absolute;
    right: 2%;
    width: 17%;
}
ul.region-list li {
    display: inline-block;
    border: 1px solid #dc3545;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 50px;
    cursor:pointer;
}
ul.region-list li:hover {
   background-color:#dc3545;
   color:#ffffff;
}

.region-width .fas{

    position: absolute;
    right: 11px;
    top: 13px;

}
.home_search{
  bottom:0;
  position:absolute;
}

.visit_temple {
    position: absolute;
    right: 24px;
    bottom: 11px;
    font-weight: 500;
    border-radius: 50px;
}
.main_image{
    
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
}
h5.card-title {
    font-size: 17px;
    margin-bottom: 5px;
}
.not_found_img{
  width:20%;
}
.sub-head {
    font-size: 18px;
}

  .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: 1px solid #dc3545;
    outline: 1px solid #dc3545;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dc3545;
    color: white;
}

.menu-close{
    position: absolute;
    right: 0px;
    top: 0;
}

.bg-warning {
  background-color: #dc3545!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #dc3545!important;
}

.btn-warning {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-warning:hover {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dc3545;
}
.text-warning {
  color: #dc3545!important;
}
.border-warning {
  border-color: #dc3545!important;
}
.border-dark {
    border-color: #343a4061!important;
}
  .sidebar_logo {
  display: none;
}
.sidebar_logo img {
  width: 150px;
}
#special_day .modal-lg {
    max-width: 100%;
    margin: 15px;
}

.form-group label {
    font-weight: 600;
}
#sign_in button {
    padding: 7px 20px;
    margin: 0px 0 5px;
    border-radius: 50px;
    width: -webkit-fill-available;
}

ul.login_reg li {
    font-size: 16px;
    font-weight: 400;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
.price {
  top: 0px;
  right: 0;
  padding: 5px 24px;
}
.heightf{
  height:100%;
}

.cart_img{
  width: 44px;
}
button.tbook {
    position: absolute;
    right: 12px;
    top: 11px;
}
.was-validated .form-control:invalid + .select2 {
  border-color: #dc3545;
}
.was-validated .form-control:valid + .select2 {
  border-color: #28a745;
}
.top_book_count {
    background-color: #000000;
    color: #ffffff;
    padding: 1px 6px;
  
    border-radius: 50%;
    font-size: 12px;
 

}
div#accordion .btn {
    white-space: normal;
  
}
.clickhere {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.was-validated .form-control:invalid + .select2 {
  border-color: #dc3545;
}

.was-validated .form-control:valid + .select2 {
  border-color: #28a745;
}
.mctms {
  font-size: 14px;
  position: absolute;
  left: 235px;
  bottom: 20px;
}
.loginmodal{
  max-width: 300px;
}
.razorpay-container{
  z-index:1000000!important;
}
.ab{

    font-size: 12px;
}
.h1class{
  font-size: 59px;
}
.h6class{
  font-size:1rem;
}
.h2class {
    font-size: 2rem;
}
.h5class {
    font-size: 1.25rem;
}
.was-validated .form-control:invalid + .select2 {
    border-color: #dc3545;
}
.arr{
  text-align:right;
}
  /* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 480px) {

  .whatsapp {

    bottom: 51px;

}
  .arr{
  text-align:left;
}

  .mctms {
    
    position: relative;
    left: 0;
    bottom: 0;
}

  .clickhere {
    position: relative;
    bottom: -16px;
    right: 8px;
    z-index: 1;
}

  div#accordion .btn {
    white-space: normal;
    font-size:12px;
}


  .pconfirm{
    font-size:14px;
  }

  .visit_temple {
    position: initial;
    float: right;

}
  button.tbook {
    position: relative;
    right: 0;
    top: 0;
    box-shadow: unset;
}
.top_cart_count {
  padding: 1px 5px;
  left: 39%;
  font-size: 12px;
  bottom: 50%;
  position: absolute;
}
  section.catemenu {
    padding: 5px 0;
   
}

  .sidebar_logo {
    display: block;
  }

  .slider{
    height:90vh;
  }

  .testimonial .user {
    font-size: 16px;
   
}

  section.section-padding.testimonial-padding h2 {
    font-size: 20px;
}

  .img_cont {
    margin-top: 8%;
}

  .region-width .fas {
    position: absolute;
    right: 20px;
    top: 20px;
}

  .menubar .nav-item {
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #2e2e2e;
}

  .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        transition: all 0.000001s ease;
    }
.navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    left: 0;
    z-index: 1;
    flex-direction: column;
    height: auto;
    padding: 15px 0px;
    width: 60%;
    transition: left 0.10s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

  ul.region-list li {

    padding: 5px 10px;
    margin: 4px;
   
}

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 9px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;

}

  .about_des{
    width:100%;
  }
  section.section-padding.terms {
    padding: 0;
}

  .not_found_img {
    width: 30%;
}
  .t_main_head{
    font-size:18px;
    margin: 0 0 8px;
  }
  .t_sub_head{
    font-size:14px;
    margin: 0 0 8px;
  }

  .sub_img_main {
    display: flex;
}
.sub_img {
    width:50%;
}

  .main_image {

    height: 45vh;

}

  .temple_list_detail h5{
    font-size:18px;
  }
  .book img {
    width: 18px;
}

.sub-head {
    font-size: 13px;
}

  img.pooja_img_one {

    bottom: 0;
}
img.pooja_img_two {

bottom: 0;
}

  .img_cont.astro {
    margin-top: 0%;
}

  .footer1 h6 {

    font-size: 18px;
    margin: 0 0 5px;
}



.nav-item {
    font-size: 9px;
    padding: 4px;
    text-align: center;
    width: 145px;
}
.btn{
  font-size:14px;
}

.img_cont form {
    margin: 0;
    padding: 15px 15px 0;
}

.home_search {
    position: relative;
    width: -webkit-fill-available;
}

  .youtube_iframe {
    height:250px;
}

  section.section-padding.testimonial-padding {
    padding: 15px 0;
    
    background-position: top;
    background-size: unset;
}

  .menud .fas {
    font-size: 20px;
  
    
}
.menud {
    position: absolute;
    top: 28%;
    left: 10%;
}
.btm-head {

    font-size: 13px;

}
  .bser img {
    width: 40px;
}
.bser span {
    font-size: 12px;
}
.bser {
   
    padding-right: 5px;
}
#livesearch {
  
    left: -40%;
   
    width: 140%;

}
  .terms h6 {
  
    font-size: 12px;
}
  .terms ul {
   
    padding-left: 5px;
}
.terms ul li {
    
    font-size: 12px;
}
  .terms h5, .terms h1 {
    
    font-size: 20px;
    
}
.terms p {
    
    font-size: 14px;
    margin: 0 0 10px;
}

  .btn-group-lg>.btn, .btn-lg{
    font-size:12px;
  }

  .serv img, .servd img {
    width: 30px;
}
.servd li h2 {
    font-size: 24px;
}
.servd li span {
    font-size: 12px;
}
  .card.fixedh {
    height: 440px;
}
.aboutintro .section-title {
    margin: 10px 0 5px 0;
    font-size: 24px;
    
}
.counter-head h2 {
    
    font-size: 7px;
    
    margin: 0px auto 0;
    padding: 8px 12px;
   
   
}
.counter i {
    font-size: 20px;
    
}
.counter span {
    font-size: 20px;
   
}

  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
   .section-padding {
    padding: 25px 0;
}

.section-title {
    margin: 0 0 5px 0;
    font-size: 20px;
}
  .top-bar {
    
    padding:4px 5px
}

.menubar {
    padding: 10px 0;
    position: relative;
    background: #000000;
}
.sticky {
    position: fixed;

}
.navbar-brand img {
    width: 150px;
}
.img_cont h1 {
    font-size: 26px;
    margin: 0 0 6px;
}
.img_cont h5 {
    font-size: 14px;
}
  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {
    
    font-size: 24px!important;
  
}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }

  .aboutintro img{
    margin-left: 0!important;
  }
 
  .aboutintro p{
    padding:5px;
  }
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }
  
  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}
.serv img, .servd img {
  width: 30px;
}
.serv h4, .servd h4{
  font-size: 10px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size: 12px;
    margin: 2px 0;
}
.footer2 a {
 
    font-size: 12px;
}
.footer2 {
    padding: 0px 15px;
  
}

form{
  margin-bottom: 15px;
}

.footer1 {
    padding: 15px 15px;
}
.footer1 ul li a, .footer1 p {
  margin: 0;
  font-size: 14px;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {
  
  padding: 5px;
  font-size: 12px;
  
  
}
.my_orders button {
  
  

  
  
}
.my_orders .price {
   
    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;
  
}
.my_cart .delete{
  bottom: 8px;
  top: unset;
}
.my_cart img {
  width:50px;
  
}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {
    
    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {
    
    padding: 8px;
}
#loader {
    
    margin: -75px 0 0 -44px;
   
}

.addtocart {
    
    padding: 6px 12px;
    
}
.offer {
    font-size: 10px;
     padding: 2px 12px;
    
}
.lioffer {
    
    left: 4px;
    top: 7px;
    
}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;
    
}
.searchin{
  height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
  }





  /* Media Query for low resolution  Tablets, Ipads */
  @media (min-width: 481px) and (max-width: 767px) {
    .clickhere {
      position: relative;
      bottom: -16px;
      right: 8px;
      z-index: 1;
  }
    div#accordion .btn {
    white-space: normal;
    font-size:12px;
}

    .pconfirm{
    font-size:14px;
  }
    .visit_temple {
    position: initial;
    float: right;

}
    button.tbook {
    position: relative;
    right: 0;
    top: 0;
    box-shadow: unset;
}
.top_cart_count {
  padding: 1px 5px;
  left: 39%;
  font-size: 12px;
  bottom: 50%;
  position: absolute;
}
    section.catemenu {
    padding: 5px 0;
    
}
    .sidebar_logo {
      display: block;
    }
            
    .testimonial .user {
    font-size: 16px;
   
}

  section.section-padding.testimonial-padding h2 {
    font-size: 20px;
}

.img_cont {
    margin-top: 2%;
}

  .region-width .fas {
    position: absolute;
    right: 20px;
    top: 20px;
}

  .menubar .nav-item {
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #2e2e2e;
}

  .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        transition: all 0.000001s ease;
    }
    .navbar-collapse.show .navbar-nav {
      position: fixed;
      top: 0;
      bottom: 0;
      background-color: #000;
      z-index: 1;
      left: 0;
      flex-direction: column;
      height: auto;
      padding: 15px 0px;
      width: 30%;
      transition: left 0.10s ease;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  ul.region-list li {

    padding: 5px 10px;
    margin: 4px;
   
}

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 9px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;

}

  .about_des{
    width:100%;
  }
  section.section-padding.terms {
    padding: 0;
}

  .not_found_img {
    width: 30%;
}
  .t_main_head{
    font-size:18px;
    margin: 0 0 8px;
  }
  .t_sub_head{
    font-size:14px;
    margin: 0 0 8px;
  }

  .sub_img_main {
    display: flex;
}
.sub_img {
    width:50%;
}

  .main_image {

    height: 45vh;

}

  .temple_list_detail h5{
    font-size:18px;
  }
  .book img {
    width: 18px;
}

.sub-head {
    font-size: 13px;
}

  img.pooja_img_one {

    bottom: 0;
}
img.pooja_img_two {

bottom: 0;
}

.img_cont.astro {
    margin-top: 2%;
}
  .footer1 h6 {

    font-size: 18px;
    margin: 0 0 5px;
}



.nav-item {
    font-size: 12px;
    padding: 4px;
}

.img_cont form {
    margin: 0;
    padding: 25px 100px 25px;
}

.home_search {
    position: relative;
    width: -webkit-fill-available;
}

  .youtube_iframe {
    height:250px;
}

  section.section-padding.testimonial-padding {
    padding: 15px 0;
  
    background-position: top;
    background-size: unset;
}

  .menud .fas {
    font-size: 20px;
  
    
}
.menud {
    position: absolute;
    top: 28%;
    left: 10%;
}
.btm-head {

    font-size: 13px;

}
  .bser img {
    width: 40px;
}
.bser span {
    font-size: 12px;
}
.bser {
   
    padding-right: 5px;
}
#livesearch {
  
    left: -40%;
   
    width: 140%;

}
  .terms h6 {
  
    font-size: 12px;
}
  .terms ul {
   
    padding-left: 5px;
}
.terms ul li {
    
    font-size: 12px;
}
  .terms h5, .terms h1 {
    
    font-size: 20px;
    
}
.terms p {
    
    font-size: 14px;
    margin: 0 0 10px;
}

  .btn-group-lg>.btn, .btn-lg{
    font-size:12px;
  }

  .serv img, .servd img {
    width: 30px;
}
.servd li h2 {
    font-size: 24px;
}
.servd li span {
    font-size: 12px;
}
  .card.fixedh {
    height: 440px;
}
.aboutintro .section-title {
    margin: 10px 0 5px 0;
    font-size: 24px;
    
}
.counter-head h2 {
    
    font-size: 7px;
    
    margin: 0px auto 0;
    padding: 8px 12px;
   
   
}
.counter i {
    font-size: 20px;
    
}
.counter span {
    font-size: 20px;
   
}

  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
   .section-padding {
    padding: 25px 0;
}

.section-title {
    margin: 0 0 5px 0;
    font-size: 20px;
}
  .top-bar {
    
    padding:4px 5px
}

.menubar {
    padding: 10px 0;
    position: relative;
    background: #000000;
}
.sticky {
    position: fixed;

}
.navbar-brand img {
    width: 150px;
}
.img_cont h1 {
    font-size: 26px;
    margin: 0 0 6px;
}
.img_cont h5 {
    font-size: 14px;
}
  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {
    
    font-size: 24px!important;
  
}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }

  .aboutintro img{
    margin-left: 0!important;
  }
 
  .aboutintro p{
    padding:5px;
  }
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }
  
  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}
.serv img, .servd img {
  width: 30px;
}
.serv h4, .servd h4{
  font-size: 10px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size: 12px;
    margin: 2px 0;
}
.footer2 a {
 
    font-size: 12px;
}
.footer2 {
    padding: 0px 15px;
  
}

form{
  margin-bottom: 15px;
}

.footer1 {
    padding: 15px 15px;
}
.footer1 ul li a, .footer1 p {
  margin: 0;
  font-size: 14px;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {
  
  padding: 5px;
  font-size: 12px;
  
  
}
.my_orders button {
  
  

  
  
}
.my_orders .price {
   
    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;
  
}
.my_cart .delete{
  bottom: 8px;
  top: unset;
}
.my_cart img {
  width:50px;
  
}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {
    
    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {
    
    padding: 8px;
}
#loader {
    
    margin: -75px 0 0 -44px;
   
}

.addtocart {
    
    padding: 6px 12px;
    
}
.offer {
    font-size: 10px;
     padding: 2px 12px;
    
}
.lioffer {
    
    left: 4px;
    top: 7px;
    
}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;
    
}
.searchin{
  height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.slider {
    height: auto;

}
        }




        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 991px){
          .mctms {
            font-size: 12px;
            position: absolute;
            left: 178px;
            bottom: 11px;
        }
          .clickhere {
            position: relative;
            bottom: -16px;
            right: 8px;
            z-index: 1;
        }
          .pconfirm{
    font-size:14px;
  }
          .visit_temple {
    position: initial;
    float: right;

}
.top_cart_count {
  padding: 1px 5px;
  left: 39%;
  font-size: 12px;
  bottom: 50%;
  position: absolute;
}
          section.catemenu {
    padding: 5px 0;
    
}
          .sidebar_logo {
            display: block;
          }
.slider {
    height: 100vh;

}
                   
    .testimonial .user {
    font-size: 16px;
   
}

  section.section-padding.testimonial-padding h2 {
    font-size: 20px;
}

.img_cont {
    margin-top: 3%;
}
  .region-width .fas {
    position: absolute;
    right: 20px;
    top: 20px;
}

  .menubar .nav-item {
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #2e2e2e;
}

  .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        transition: all 0.000001s ease;
    }
.navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    left: 0;
    z-index: 1;
    flex-direction: column;
    height: auto;
    padding: 15px 0px;
    width: 30%;
    transition: left 0.10s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

  ul.region-list li {

    padding: 5px 10px;
    margin: 4px;
   
}

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 9px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;

}

  .about_des{
    width:100%;
  }
  section.section-padding.terms {
    padding: 0;
}

  .not_found_img {
    width: 30%;
}
  .t_main_head{
    font-size:18px;
    margin: 0 0 8px;
  }
  .t_sub_head{
    font-size:14px;
    margin: 0 0 8px;
  }

  .sub_img_main {
    display: flex;
    flex-direction: column;
}
.sub_img {
    width:100%;
}

  .main_image {

    height: 100%;

}

.t_det_about, .t_det_cont {
  
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;

}

.seva_list{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

  .temple_list_detail h5{
    font-size:18px;
  }
  .book img {
    width: 18px;
}

.sub-head {
    font-size: 13px;
}

  img.pooja_img_one {

    bottom: 0;
}
img.pooja_img_two {

bottom: 0;
}

.img_cont.astro {
    margin-top: 3%;
}

  .footer1 h6 {

    font-size: 18px;
    margin: 0 0 5px;
}


.nav-item {
    font-size: 12px;
    padding: 4px;
}

.img_cont form {
    margin: 0;
    padding: 25px 100px 25px;
}

.home_search {
    position: relative;
    width: -webkit-fill-available;
}

  .youtube_iframe {
    height:250px;
}

  section.section-padding.testimonial-padding {
    padding: 15px 0;

    background-position: top;
    background-size: unset;
}

  .menud .fas {
    font-size: 20px;
  
    
}
.menud {
    position: absolute;
    top: 28%;
    left: 10%;
}
.btm-head {

    font-size: 13px;

}
  .bser img {
    width: 40px;
}
.bser span {
    font-size: 12px;
}
.bser {
   
    padding-right: 5px;
}
#livesearch {
  
    left: -40%;
   
    width: 140%;

}
  .terms h6 {
  
    font-size: 12px;
}
  .terms ul {
   
    padding-left: 5px;
}
.terms ul li {
    
    font-size: 12px;
}
  .terms h5, .terms h1 {
    
    font-size: 20px;
    
}
.terms p {
    
    font-size: 14px;
    margin: 0 0 10px;
}

  .btn-group-lg>.btn, .btn-lg{
    font-size:12px;
  }

  .serv img, .servd img {
    width: 30px;
}
.servd li h2 {
    font-size: 24px;
}
.servd li span {
    font-size: 12px;
}
  .card.fixedh {
    height: 440px;
}
.aboutintro .section-title {
    margin: 10px 0 5px 0;
    font-size: 24px;
    
}
.counter-head h2 {
    
    font-size: 7px;
    
    margin: 0px auto 0;
    padding: 8px 12px;
   
   
}
.counter i {
    font-size: 20px;
    
}
.counter span {
    font-size: 20px;
   
}

  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
   .section-padding {
    padding: 25px 0;
}

.section-title {
    margin: 0 0 5px 0;
    font-size: 20px;
}
  .top-bar {
    
    padding:4px 5px
}

.menubar {
    padding: 10px 0;
    position: relative;
    background: #000000;
}
.sticky {
    position: fixed;

}
.navbar-brand img {
    width: 150px;
}
.img_cont h1 {
    font-size: 26px;
    margin: 0 0 6px;
}
.img_cont h5 {
    font-size: 14px;
}
  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {
    
    font-size: 24px!important;
  
}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }

  .aboutintro img{
    margin-left: 0!important;
  }
 
  .aboutintro p{
    padding:5px;
  }
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }
  
  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}

.temple_list_data {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.serv img, .servd img {
  width: 30px;
}
.serv h4, .servd h4{
  font-size: 10px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size: 12px;
    margin: 2px 0;
}
.footer2 a {
 
    font-size: 12px;
}
.footer2 {
    padding: 0px 15px;
  
}

form{
  margin-bottom: 15px;
}

.footer1 {
    padding: 15px 15px;
}
.footer1 ul li a, .footer1 p {
  margin: 0;
  font-size: 14px;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {
  
  padding: 5px;
  font-size: 12px;
  
  
}
.my_orders button {
  
  

  
  
}
.my_orders .price {
   
    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;
  
}
.my_cart .delete{
  bottom: 8px;
  top: unset;
}
.my_cart img {
  width:50px;
  
}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {
    
    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {
    
    padding: 8px;
}
#loader {
    
    margin: -75px 0 0 -44px;
   
}

.addtocart {
    
    padding: 6px 12px;
    
}
.offer {
    font-size: 10px;
     padding: 2px 12px;
    
}
.lioffer {
    
    left: 4px;
    top: 7px;
    
}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;
    
}
.searchin{
  height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
           
        }



           /* Media Query for Laptops and Desktops */
           @media (min-width: 992px) and (max-width: 1280px){
            .mctms {
              font-size: 11px;
              position: absolute;
              left: 175px;
              bottom: 11px;
          }
            .clickhere {
              position: relative;
              bottom: -16px;
              right: 8px;
              z-index: 1;
          }
            .visit_temple {
    position: initial;
    float: right;
}

            .sidebar_logo {
              display: none;
            }

            .slider {
              height: auto;
          
          }
                             
              .testimonial .user {
              font-size: 16px;
             
          }
          
            section.section-padding.testimonial-padding h2 {
              font-size: 20px;
          }
          
          .img_cont {
              margin-top: 3%;
          }
          .region-width .fas {
           
            top: 16px;
        }
          
           
            .navbar-collapse.collapsing .navbar-nav {
                  display: block;
                  position: fixed;
                  top: 0;
                  bottom: 0;
                  left: -100%;
                  transition: all 0.000001s ease;
              }
          .navbar-collapse.show .navbar-nav {
              position: fixed;
              top: 0;
              bottom: 0;
              background-color: #000;
              left: 0;
              z-index: 1;
              flex-direction: column;
              height: auto;
              padding: 15px 0px;
              width: 60%;
              transition: left 0.10s ease;
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          }
          
            ul.region-list li {
          
              padding: 5px 10px;
              margin: 4px;
             
          }
          
            .owl-theme .owl-nav.disabled+.owl-dots {
              margin-top: 9px;
          }
          .owl-theme .owl-dots .owl-dot span {
              width: 10px;
              height: 10px;
          
          }
          
            .about_des{
              width:100%;
            }
            section.section-padding.terms {
              padding: 0;
          }
          
            .not_found_img {
              width: 30%;
          }
            .t_main_head{
              font-size:18px;
              margin: 0 0 8px;
            }
            .t_sub_head{
              font-size:14px;
              margin: 0 0 8px;
            }
          
            .sub_img_main {
              display: flex;
              flex-direction: column;
          }
          .sub_img {
              width:100%;
          }
          
            .main_image {
          
              height: 100%;
          
          }
          
            .temple_list_detail h5{
              font-size:18px;
            }
            .book img {
              width: 18px;
          }
          
          .sub-head {
              font-size: 13px;
          }
          
            img.pooja_img_one {
          
              bottom: 0;
          }
          img.pooja_img_two {
          
          bottom: 0;
          }
          
          .img_cont.astro {
              margin-top: 3%;
          }
          
            .footer1 h6 {
          
              font-size: 18px;
              margin: 0 0 5px;
          }
          
          
          
          .nav-item {
            font-size: 10px;
            padding: 2px;
        }
        .menubar .nav-item {
          width: 124px;
      }
          
          .img_cont form {
              margin: 0;
              padding: 25px 100px 25px;
          }
          
          .home_search {
              position: relative;
              width: -webkit-fill-available;
          }
          
            .youtube_iframe {
              height:250px;
          }
          
            section.section-padding.testimonial-padding {
              padding: 15px 0;
            
              background-position: top;
              background-size: unset;
          }
          
            .menud .fas {
              font-size: 20px;
            
              
          }
          .menud {
              position: absolute;
              top: 28%;
              left: 10%;
          }
          .btm-head {
          
              font-size: 13px;
          
          }
            .bser img {
              width: 40px;
          }
          .bser span {
              font-size: 12px;
          }
          .bser {
             
              padding-right: 5px;
          }
          #livesearch {
            
              left: -40%;
             
              width: 140%;
          
          }
            .terms h6 {
            
              font-size: 12px;
          }
            .terms ul {
             
              padding-left: 5px;
          }
          .terms ul li {
              
              font-size: 12px;
          }
            .terms h5, .terms h1 {
              
              font-size: 20px;
              
          }
          .terms p {
              
              font-size: 14px;
              margin: 0 0 10px;
          }
          
            .btn-group-lg>.btn, .btn-lg{
              font-size:12px;
            }
          
            .serv img, .servd img {
              width: 30px;
          }
          .servd li h2 {
              font-size: 24px;
          }
          .servd li span {
              font-size: 12px;
          }
            .card.fixedh {
              height: 440px;
          }
          .aboutintro .section-title {
              margin: 10px 0 5px 0;
              font-size: 24px;
              
          }
          .counter-head h2 {
              
              font-size: 7px;
              
              margin: 0px auto 0;
              padding: 8px 12px;
             
             
          }
          .counter i {
              font-size: 20px;
              
          }
          .counter span {
              font-size: 20px;
             
          }
          
            .os h4{
            font-size:18px;
          }
            .cwidth{
              width: 100%;
             }
             .section-padding {
              padding: 25px 0;
          }
          
          .section-title {
              margin: 0 0 5px 0;
              font-size: 20px;
          }
            .top-bar {
              
              padding:4px 5px
          }
          
          .menubar {
              padding: 10px 0;
              
              background: #ffffff00;
          }
          .sticky {
            position: fixed;
            width: 100%;
            top: 0;
            background-color: #000;
            padding: 8px 40px;
        }
          .navbar-brand img {
              width: 150px;
          }
          .img_cont h1 {
              font-size: 26px;
              margin: 0 0 6px;
          }
          .img_cont h5 {
              font-size: 14px;
          }
            .users{
              padding: 40px 40px!important;
            }
            .testimonial-header {
              
              font-size: 24px!important;
            
          }
          .testimonial .review{
            font-size: 14px!important;
          
          }
            .section-title span.elitecolor{
              padding-left: 5px;
            }
          
            .aboutintro img{
              margin-left: 0!important;
            }
           
            .aboutintro p{
              padding:5px;
            }
            .about h5{
              padding: 10px;
              font-size: 16px
            }
            .btm-head p{
              font-size: 12px;
            }
            
            .dth ul li{
              padding: 15px;
            }
          
        
          .serv img, .servd img {
            width: 30px;
          }
          .serv h4, .servd h4{
            font-size: 10px;
          }
          .serv li{
            padding: unset;
          }
          .footer2 p {
              font-size: 12px;
              margin: 2px 0;
          }
          .footer2 a {
           
              font-size: 12px;
          }
          .footer2 {
              padding: 0px 15px;
            
          }
          
          form{
            margin-bottom: 15px;
          }
          
          .footer1 {
              padding: 15px 15px;
          }
          .footer1 ul li a, .footer1 p {
            margin: 0;
            font-size: 14px;
          }
          .acart_icon, .abuy_icon {
            padding: 5px 10px;
          }
          
          .acart, .abuy {
            font-size: 15px;
            padding: 0 4%;
          }
          .my_orders li {
            
            padding: 5px;
            font-size: 12px;
            
            
          }
          .my_orders button {
            
            
          
            
            
          }
          .my_orders .price {
             
              width: 100%;
          }
          .ordimg{
            width:60px;
          }
          .my_cart li {
            display: inline-block;
            
          }
          .my_cart .delete{
            bottom: 8px;
            top: unset;
          }
          .my_cart img {
            width:50px;
            
          }
          .cwidthmyo {
              width: 60%;
          }
          .bs4-order-tracking li {
              
              font-size: 8px;
          }
          .tracko{
            text-align: center;
            margin-top: 5px;
          }
          
          .eliteborder-shop {
              margin: 0px;
              border: 0.1px solid rgb(179 179 179 / 18%);
          
          }
          .newarrival .btn{
            font-size:10px;
          }
          
          span.price {
              padding-right: 0px;
          }
          .btm-head {
              
              padding: 8px;
          }
          #loader {
              
              margin: -75px 0 0 -44px;
             
          }
          
          .addtocart {
              
              padding: 6px 12px;
              
          }
          .offer {
              font-size: 10px;
               padding: 2px 12px;
              
          }
          .lioffer {
              
              left: 4px;
              top: 7px;
              
          }
          .btm-head .price, .btm-head .actual_price {
              font-size: 12px;
              
          }
          .searchin{
            height: calc(2.25rem + 2px);
              padding: .375rem .75rem;
              font-size: 1rem;
              line-height: 1.5;
          }
           
        }