body {
	font-family: 'Roboto', sans-serif;
	background-color: #f4f4f4;
}
html, body {
  height: 100%;
  margin: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.nav-link:hover {
/*	font-weight: bolder;
	color: rgba(255,255,255,1) !important;*/
}
nav .active{
	font-weight: bolder;
}
.col-dark{
	background-color: #0C0C0C;
    padding:3px;
}
.logo-class {
	text-align: center;
}
.logo-class img {
	width: 99.5px;
}
.logo-class td, .logo-class td a{
	color: #ffffff;
	font-size: 15px;
}
.logo-class td a:hover {
	text-decoration: none;
	color: #FDDD0E;
}
.logo-class .r-bar{
	border-right: 1px solid #ffffff;
}
.btn-plane-orange {
    color: #fff;
    background-color: #F19722;
}
.btn-plane-orange:hover {
	color: #fff;
	background-color: #F16522;
}
.btn-dark-orange {
    color: #fff;
    background-color: #D9A34A;
}
.btn-dark-orange:hover {
	color: #fff;
	background-color: #C18E3A;
}
.main-container {
	background-color: #ffffff;
	max-height: 400px;
	overflow-y: hidden;
}
.home-mainbox{
	padding-top:50px;
	padding-bottom: 50px;
}
.home-heading{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 24px;
}
.heading-sub{
	margin-bottom: 24px;
	color: #717171;
}
.btn-orange{
	border:none;
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size:16px;
 padding: 10px 20px 10px 20px; 
 text-decoration:none; 
 display:inline-block;
 color: #FFFFFF;
 background-color: #F18622; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F18622), to(#F16522));
 background-image: -webkit-linear-gradient(top, #F18622, #F16522);
 background-image: -moz-linear-gradient(top, #F18622, #F16522);
 background-image: -ms-linear-gradient(top, #F18622, #F16522);
 background-image: -o-linear-gradient(top, #F18622, #F16522);
 background-image: linear-gradient(to bottom, #F18622, #F16522);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F18622, endColorstr=#F16522);
}
.btn-orange-small{
    border:none;
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size:12px;
 padding: 5px 20px 5px 20px; 
 text-decoration:none; 
 display:inline-block;
 color: #FFFFFF;
}

.btn-orange:hover{
	color: #FFFFFF;
 background-color: #F16522; background-image: -webkit-gradient(linear, left top, left bottom, from(#F16522), to(#d34d0d));
 background-image: -webkit-linear-gradient(top, #F16522, #d34d0d);
 background-image: -moz-linear-gradient(top, #F16522, #d34d0d);
 background-image: -ms-linear-gradient(top, #F16522, #d34d0d);
 background-image: -o-linear-gradient(top, #F16522, #d34d0d);
 background-image: linear-gradient(to bottom, #F16522, #d34d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F16522, endColorstr=#d34d0d);
}
.box-continer {
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
}
.box-head {
	background-color: #707070;
	padding: 15px;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.box-body {
	padding: 15px;
	font-family: 'Spectral', serif;
	padding-left: 25px;
	min-height: 370px;
	max-height: 370px;
    overflow: hidden;
}

.box-body_normal {
    padding: 15px;
    font-family: 'Spectral', serif;
    padding-left: 25px;
    min-height: 370px;
    max-height: 370px;
}
.box-body_timing {
    padding: 15px;
    font-family: 'Spectral', serif;
    padding-left: 25px;
    min-height: 430px;
    max-height: 430px;
}

.box-body_star {
    padding: 10px;
    font-family: 'Spectral', serif;
    padding-left: 10px;
    min-height: 200px;
}
#second-box{
	/*padding-top:32px;*/
	padding-top:10px;
}
.orange-border {
	border:1px solid #FFA767;
}
.scroll-div {
    width: 94%;
    /*height: 280px;*/
    min-height: 280px!important;
    /*background-color: #eeeeee;*/
    overflow: hidden;
    position: relative;
}
.scroll-div2 {
    width: 94%;
    /*height: 242px;*/
    min-height: 280px!important;
    /*background-color: #eeeeee;*/
    overflow: hidden;
    position: relative;
}

.scrolltext {
    position: absolute;
    top: -10px;
}

.nav-arrow {
    cursor: pointer;
}
.scroll-title {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.s-main {
	color: #B12708;
/*	font-weight: bold;*/
	display: block;
	margin-top:15px;
}
.s-sub {
	color: #515151;
/*	font-weight: normal;*/
	display: block;
}
.md-orangetext {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #B12708;
}
/* DV-223 */
#scroll-rules-div{
	padding-bottom: 25px;
}
#scroll-rules-div .up {
	position: relative;
	float:right;
	top:25px;
	right: -8px;
}
#scroll-rules-div .down {
	position: relative;
	float:right;
	top:-24px;
	right: -8px;
}

#scroll-deity-div{
	padding-bottom: 25px;
}
#scroll-deity-div .up {
	position: relative;
	float:right;
	top:25px;
	right: -8px;
}
#scroll-deity-div .down {
	position: relative;
	float:right;
	top:-24px;
	right: -8px;
}

#scroll-download-div{
	padding-bottom: 25px;
}
#scroll-download-div .up {
	position: relative;
	float:right;
	top:25px;
	right: -8px;
}
#scroll-download-div .down {
	position: relative;
	float:right;
	top:-24px;
	right: -8px;
}

#scroll-priest-div {
	padding-bottom: 25px;
}

#scroll-notice-div{
    padding-bottom: 25px;
}
#scroll-notice-div .up {
    position: relative;
    float:right;
    top:25px;
    right: -8px;
}
#scroll-notice-div .down {
    position: relative;
    float:right;
    top:-24px;
    right: -8px;
}



#scroll-div1{
    padding-bottom: 25px;
}
#scroll-div1 .up {
    position: relative;
    float:right;
    top:25px;
    right: -8px;
}
#scroll-div1 .down {
    position: relative;
    float:right;
    top:-24px;
    right: -8px;
}



#scroll-div2{
	padding-bottom: 25px;
}
#scroll-div2 .up {
	position: relative;
	float:right;
	top:25px;
	right: -8px;
}
#scroll-div2 .down {
	position: relative;
	float:right;
	top:-24px;
	right: -8px;
}

.box-location {
	height: 359px;
}
.loc-icon-box {
	padding-top:40px;
}
.loc-icon-box div{
	padding-top:15px;
	font-size: 14px;
}
#loc-map {
	margin-top: 0px;
	background-color: #eeeeee;
	border-radius: 8px;
	height: 250px;
}
.loc-address {
	margin-top: 15px;
	font-size: 13px;
}
.booking-box div {
	padding-top:15px;
}
.booking-box span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#000000;
}
.booking-box select {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#707070;
	height: 40px;
}
.booking-box input {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#707070;
	height: 40px;
}
#accordion .date {
	padding-top:0px;
}
#accordion .date table tr td.active {
	background-color: #F18622; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F18622), to(#F16522));
	background-image: -webkit-linear-gradient(top, #F18622, #F16522);
	background-image: -moz-linear-gradient(top, #F18622, #F16522);
	background-image: -ms-linear-gradient(top, #F18622, #F16522);
	background-image: -o-linear-gradient(top, #F18622, #F16522);
	background-image: linear-gradient(to bottom, #F18622, #F16522);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F18622, endColorstr=#F16522);
}
.form-control:focus {
    border-color: #F19722;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(241, 151, 34, 1);
}
.btn:focus {
    border-color: #F19722;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(241, 151, 34, 1);
}

/* carousel */

@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md  if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm  if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

}
@media (min-width: 576px) {
	
    .carousel-item {
        margin-right: 0;
    }

    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    } 
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.carousel-control-prev-icon {
    background-image: url("img/prev.svg");
}

.carousel-control-next-icon {
    background-image: url("img/next.svg");
}
.carousel-control-prev {
	width: 35px;
	height: 35px;
    left: 15px;
    top: 50px;
    color: #000000;
    opacity: 1;
    background-color: #ffffff;
}
.carousel-control-next {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 50px;
    color: #000000;
    opacity: 1;
    background-color: #ffffff;
}
.hid-overflow {
	overflow: hidden;
}
.loc-image{
	height: 335px;
	border-radius: 8px;
}
/*.carousel-control-next-icon {
    background-image: url("img/carousal-next.svg");
}*/
.gray-bar {
	background-color: #707070;
	color: #ffffff;
	height: 40px;
	padding: 9px;
	border-radius: 3px;
	margin-top:32px;
	margin-bottom:16px;
	text-align: center;
}
#footer {
	background-color: #010101;
	color:#EBEBEB;
}
#footer .footer-title {
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
}
#footer sm {
	font-size: 12px;
}
#footer span {
	font-size: 13px;
	font-weight: 400px;
	font-family: 'Roboto', sans-serif;
}
#footer p {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FDDD0E;
	text-decoration: none;
}
.carousal-title{
	font-family: 'Spectral', serif;
	font-weight: bold;
	font-size: 18px;
}
.carousal-sub{
	font-family: 'Spectral', serif;
	font-weight: normal;
	font-size: 16px;
}
.visitor-list{
	min-height: 220px;
}
.icon-link{
	margin-top: -3px;
}
.icon-link-play {
    width: 25px;
}
#profile {
    background-color: #ffffff;
}
.menu-box {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px;
    padding-left:15px;
    color: #BFBFBF;
}
#profile .active {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #000000;
}
.profile-title {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #000000;
}
.profile-img {
    border-radius: 50%;
    width: 50px;
}
.profile-upload {
    cursor: pointer;
    font-size: 8px;
    color: #686868;
    padding-top: 8px;
}
.profile-upload img {
    width: 13px;
    margin-top:-2px;
    margin-right: 4px;
}
.myprofile{
    color: #686868;
}
.form-profile {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0px;
    font-size: 12px;
    height: 40px;
    padding-left: 0px;
    color: #686868;
    padding-bottom: 0px;
    padding-top: 14px;
}
.form-profile:focus {
    border-bottom-color: #F19722;
    box-shadow: none;
}
.profile-menu {
    padding-top: 14px;
}
.btn-green{
    background-color: #37B34A;
    font-size: 12px;
    color: #ffffff;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-green:hover {
    background-color: #2D9B3E;
    color: #ffffff;
}
.btn-green:focus {
    box-shadow: none;
    border : 1px solid #37b34a;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, .3);
}
.border-profile{
    border: 1px solid #D0D6E6;
    border-radius: 2px;
    height: 25px;
    padding: 10px;
    padding-left: 10px;
}
#profile label {
    font-size: 12px;
    color: #686868;
}
#profile .menu-box a {
    text-decoration: none;
    color: #BFBFBF;
}
#profile a.active {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #000000;
}
.signin-drop {
    right: -58px;
    top: 23px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px;
    padding-top: 8px;
    color: #3A3A3A;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

}
.signup-drop {
    top: 23px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px;
    padding-top: 8px;
    color: #3A3A3A;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.dropdown .form-box {
    font-size: 14px;
    font-weight: bold;
    color: #B12708;
    text-align: center;
}
.signin-drop .form-drop {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0px;
    font-size: 15px;
    height: 24px;
    padding-left: 0px;
    color: #686868;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.signup-drop .form-drop {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0px;
    font-size: 15px;
    height: 24px;
    padding-left: 0px;
    color: #686868;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.form-drop:focus {
    border-bottom-color: #F19722;
    box-shadow: none;
}
.dropdown label {
    margin-bottom: 0px;
}
#second-box span {
    font-size: 14px;
    font-weight: bold;

}
.about-title {
    font-weight: bold;
    font-size: 24px;
}
.about-content {
    font-size: 16px;
    font-family: 'Spectral', serif;
    line-height: 25px;
    color: #717171;
}
.sub-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.sub-desc {
    font-family: 'Spectral', serif;
    font-size: 16px;
    color: #717171;
}
.mng-photo img {
    width: 120px;
    border-radius: 50%;
}

/*#pooja-section {
	background-color: #ffffff;
}
#orangebox-section {
	background-color: #ffffff;
}*/
/* Slideshow container */
.slideshow-container {
  position: relative;

}

/* Slides */
.mySlides {
  /*display: none;*/

  padding: 80px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  /*position: absolute;*/

  width: auto;

/*  padding: 16px;*/
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  /*position: absolute;*/
  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 {
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.orange-bar {
    background-color: #B12708;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
}
.month {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top:-123px;
}
.cal-content {
    margin-top: 50px;
    color: #515151;
    font-size: 14px;
    font-family: 'Spectral', serif;
    font-weight: bold;
}
.cal-event {
    margin-bottom: 10px;
    font-size: 16px !important;
    margin-top: 10px;
}
.cal-event p {
    font-size: 16px !important;
}
.cal-event span {
    color: #B12708;
    font-weight: 14;
    font-family: 'Spectral', serif;
    font-weight: bold;
}
#boxcontainer {
    background-color: #ffffff;
}
.calender {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
.g-title {
    color: #B12708;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: -20px;
}
.g-subtitle {
    color: #000000;
    font-size: 18px;
    font-family: 'Spectral', serif;
}
.g-desc {
    color: #000000;
    font-weight: 14;
    font-family: 'Spectral', serif;
}
#accordion .mb-0 > a {
  display: block;
  position: relative;
}
#accordion .mb-0 > a:after {
  content: "\f0d7"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 35px;
  top: -5px;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
  content: "\f0d8"; /* fa-chevron-up */
  font-size: 35px;
  top: -5px;
}
.puja-title {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #363636;
}
#accordion>.card>.card-header {
    background-color: #B12708;
}
#accordion>.card>.card-header a {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.card2 {
    border:none;
}
.card2>.card-header {
    background: none;
    border-bottom:1px solid #D8D8D8;
}
.card3>.card-header {
    background: none;
    border-bottom:1px solid #D8D8D8;
}
.card2 a {
    text-decoration: none;
    color: #B12708;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.card3 a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.card3:hover {
    background-color: #F2F2F2;
}
#accordion .card2>.card-header a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 20px;
}
#accordion .card2>.card-header a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
  font-size: 20px;
}

#accordion .card3>.card-header a:after {
  content: "\f055"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #B12708;
}
#accordion .card3>.card-header a[aria-expanded="true"]:after {
  content: "\f056"; /* fa-chevron-up */
  font-size: 22px;
  color: #B12708;
}
.card2 .card-body {
    padding:0px;
}
#accordion table {
    width: 90%;
    padding-right: 50px;
}
#accordion table .a-left {

    text-align: left;
}
#accordion table .a-right {
    text-align: right;
}
.booking-block {
    font-family: 'Roboto', sans-serif;
    font-size: 14;
    font-weight: normal;
}
.form-small {
    border: 1px solid #BFBFBF;
    height: 24px;
    border-radius: 3px;
}
.form-regular {
    border: 1px solid #BFBFBF;
    height: 36px;
    border-radius: 3px;
}

.datetext {
    background-color: #EAEAEA;
}
#accordion .date img {
    margin-top:-1px;
    height: 25px;
}
.darkgray-bar {
    background-color: #515151;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 8px;
    margin-top: 18px;
    border-radius: 4px;
    height: 40px;
}
.sm-graybar {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}
.brounbtn-bar {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background-color: #B12708;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    margin-top: 0px;
}
.safbg {
    background-color: #FF9D56;
}
.btn-courier {
    border-radius: 4px;
    border:1px solid #707070;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 16px;
}
.btn-courier span {
    float: right;
}
.btn-courier:hover {
    box-shadow: none;
    border:1px solid #707070;
    background-color: #EBEFFB;
}
.btn-courier:focus {
    box-shadow: none;
    border:1px solid #707070;
    background-color: #DCE3F9;
}
.form-smship {
    border-radius: 4px;
    border:1px solid #707070;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 16px;
}
.form-smship:focus {
    box-shadow: none;
    border:1px solid #707070;
}
.gray-borderbox {
    border: 1px solid #BFBFBF;
    border-radius: 8px;
}
.gray-borderbox .title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #B12708;
}
.gray-borderbox .content {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #BFBFBF;
}
.gray-borderbox .content span {
    float: right;
    font-weight: bold;
}
.gray-borderbox a {
     text-decoration: none;
}
.gray-borderbox .gt {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.yellowbg {
    background-color: #E38E0D;
}
.dark-border {
    border:1px solid #BFBFBF;
    border-radius: 4px;
    padding: 15px;
}
.noti-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
.noti-content {
    font-size: 14px;
    color: #707070;
    min-height: 150px;
}
.tab-content {
    padding: 15px;
    padding-left: 0px;
    margin-top: -20px; 
}
.tab-content hr {
    margin-bottom: 10px;
    margin-top: 5px;
}
#profile .nav-pills a {
    color: #BFBFBF;
    font-size: 14px;
}
#profile .nav-pills a.active {
    color: #000000;
    font-size: 14px;
    font-weight: medium;
    background-color: #ffffff00;
}
.lb-bg {
    background-color: #DCEAFF;
    padding: 10px;
    font-size: 12px;
    font-weight: bold
}
.accordion {
    border: none;
}
#profile .card {
    border:0px;
}
#profile .card-header {
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0;
    background-color: #ffffff00 ;
    border-bottom: 0px;
    cursor: pointer;
    border: none;
}
.trans-content {
    background-color: #FBFBFC;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.trans-content span {
    font-size: 16px;
    font-weight: normal;
}
.trans-btndiv {
    padding:8px 0px;
}
.trans-btn {
    border-radius: 4px;
    border:1px solid #979797;
    background-color: #ffffff00;
    text-align: center;
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
}
.trans-btn:hover {
    background-color: #EBEFFB;
}
.del-btn {
    color: #FF2F00;
    border-color: #FF2F00;
}
.del-btn:hover {
    background-color: #FFEBE6;
}
.fav-btn {
    background-color: #000000;
    color:#ffffff;
    border-radius: 3px;
    height: 25px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    border: none;
} 
.fav-select {
    padding: 3px;
    border-radius: 3px;
    border:1px solid #979797;
    font-size: 10px;
    height: 25px;
    width: 100%;
}
#fav-content .content {
    font-size: 12px;
    color: #000000;
}
.img-box {
    border:1px solid #BFBFBF;
    padding:12px;
    border-radius: 4px;

}
.img-box img {
    border-radius: 4px;
}
.temple_img {
    border-radius: 4px;
    height: 130px!important;
    /*width: 150px!important;*/
}
.temple_gallery_img {
    border-radius: 4px;
    /*height: 200px!important;*/    /*gallery modification -jithin*/
    width: 100%!important;
}
#fav-content .title {
    font-size: 18px;
    margin-top:8px;
    margin-bottom: 10px;
    font-family: 'Spectral', serif;
}
.close-svg {
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}
.transicons-div {
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
}
.transicons-div img {
    margin-left: 15px;
}
.btn-blue {
    font-size: 10px;
    color: #ffffff;
    background-color: #38527A;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-blue:hover {
    color: #ffffff;
    background-color: #486285;
}
.tab-content #menu3 {
    font-size: 12px;
    font-weight: bold;
}
.tab-content #menu3 span {
    font-size: 12px;
    font-weight: normal;
}

/* schedule puja styles */
label {
    margin-top: 10px;
    margin-bottom: 0px;
}
.darkgray-bar-small {
    background-color: #515151;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 2px;
    margin-top: -1px;
    border-radius: 4px;
    width: 100%;
    margin-left: 15px;
    float: right;
}
.or-class {
    position: absolute; 
    left: -8px; 
    top:32px;
}
.tab-content .gray-bar {
    color: #ffffff;
    padding: 8px 25px;
    margin-right: 20px;
}
.sele-types .nav-pills {
    margin-bottom: 15px;
}
.sele-types .nav-pills .gray-bar {
    color: #ffffff;
}
.sele-types .nav-pills .active {
 background-color: #FF9D56;
}
.schedule-types li {
    width: 46%;
}
.schedule-types li .active {
    background-color: #FF9D56;
}
.schedule-types .or-class {
    width: 6% !important;
    text-align: center;
}
.btn-simpleok {
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 5px 35px;
    font-size: 14px;
    margin-right: 15px;
}
.btn-simpleok:hover {
    background-color: #E3E3E3;
}
.btn-simplecancel {
    border: 1px solid #E38E0D !important;
    border-radius: 4px;
    padding: 5px 35px;
    font-size: 14px;
}
.btn-simplecancel:hover {
    background-color: #FEE6E1;
}
.schedule-hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #707070;
}
.stars-list {
    font-size: 14px;
}
.booking-block ul {
    list-style-type: none;
}

/*Schedule puja style ends */
/*|_|MD|_|*/
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
 
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
  
    
    .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}


/*LG */
@media (min-width: 991px) {

    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}
/*Audio player*/

/* Absolute Center */
.abs-center{
  margin: auto;
  position: fixed;
  top:0; right:0; bottom:0; left:0;
}
/*Container for audio player*/
#audioplayer{
  width: 100%;
  height: 40px;
  margin: auto;
  margin-top: 10px;
  border: solid;
  background-color: #B12708;
  color: #ffffff;
  text-align: center;
}
#audioplayer table{
    margin-top: -2px;
    width: 100%;
}
#audioplayer table td{
    width: 50%;
}
#audioplayer .audio-text {
    text-align: right;
}
#audioplayer .audio-icon {
    text-align: left;
}
#audioplayer span {
    margin-top:-10px;
    vertical-align: middle;
}
/* Play/Pause Button */
#pButton{
    height: 35px;
    width: 40px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  outline:none;
}
/*Classes for play/pause button background*/
.play{background: url('img/play.png') ;}
.pause{background: url('img/pause.png') ;}
.dropdown-menu {
    min-width: 15rem;
}
.phone {
    font-size:18px !important;
}
/*Media query */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 276px) {
    .btn-simpleok {
        padding: 5px 10px;
    }
    .btn-simplecancel {
        padding: 5px 10px;
    }  
    .tab-content .gray-bar {
        padding: 8px 11px;
        margin-right: 0px;
    }
	 .sm-m-0 {
	 	margin: 0px;
	 }
	 .main-container {
	 	max-height: 800px;
	 }
     .sm-graybar {
         font-size: 11px;

         margin-top: 0px;
         padding-left:2px;
         padding-right: 2px;
     }
     .card3 a {
         font-size: 14px;
     }
     .gray-borderbox .content {
         font-size: 13px;
    }
    #accordion>.card>.card-header a {
        font-size: 20px;
    }
    #accordion .card3>.card-header a:after {
        top: 0px;
    }
    .card-body {
        padding:0.75rem;
    }
}
@media (min-width: 576px) {
    .btn-simpleok {
        padding: 5px 20px;
    }
    .btn-simplecancel {
        padding: 5px 20px;
    }  
    .tab-content .gray-bar {
        padding: 8px 12px;
        margin-right: 10px;
    }  
	.main-container {
		max-height: 780px;
	}
    .sm-graybar {
        font-size: 13px;
        font-weight: bold;
        margin-top: 0px;
        padding-left:5px;
        padding-right: 5px;
    }
    #accordion .card3>.card-header a:after {
        top: -5px;
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .btn-simpleok {
        padding: 5px 25px;
    }
    .btn-simplecancel {
        padding: 5px 25px;
    } 
    .tab-content .gray-bar {
        padding: 8px 30px;
        margin-right: 10px;
    }
	.outer-mainbox {
		display: table;
	}  
	 .home-mainbox {
	 	max-width: 770px;
	 }
	 .main-container {
	 	max-height: 880px;
	 }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .btn-simpleok {
        padding: 5px 30px;
    }
    .btn-simplecancel {
        padding: 5px 30px;
    } 
    .tab-content .gray-bar {
        padding: 8px 35px;
        margin-right: 10px;
    }
	 .home-mainbox {
	 	float: right;
	 	width: 458px;
	 	padding-top:30px;
	 	padding-bottom:20px;
	 }
	 .home-heading{
	 	font-size: 34px;
	 	margin-bottom: 18px;
	 }
	 .heading-sub{
	 	margin-bottom: 18px;
	 }
	 .main-container {
	 	max-height: 340px;
	 }
     .sm-graybar {
         font-size: 13px;
         font-weight: bold;
         font-family: 'Roboto', sans-serif;
         margin-top: 0px;
         padding-left:5px;
         padding-right: 5px;
     }
     .f2 {
         text-align: center;
     }
     .f3, .f5 {
         text-align: right;
     }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .home-mainbox {
    	float: right;
    	width: 547px;
    	padding-top:25px;
    }
    .home-heading{
    	font-size: 40px;
    	margin-bottom: 30px;
    }
    .heading-sub{
    	margin-bottom: 30px;
    }
    .carousel-control-prev {
        left: 15px;
    }
    .carousel-control-next {
        right: 15px;
    }
    .main-container {
    	max-height: 377px;
    }
    .sm-graybar {
        font-size: 14px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        margin-top: 0px;
        padding-left:5px;
        padding-right: 5px;
    }
    .f2 {
        text-align: center;
    }
    .f3, .f5 {
        text-align: right;
    }
}
@media (min-width: 1400px) {  
    .home-mainbox {
    	float: right;
    	width: 547px;
    	padding-top:50px;
    }
    .home-heading{
    	font-size: 40px;
    	margin-bottom: 35px;
    }
    .heading-sub{
    	margin-bottom: 35px;
    }
    .main-container {
    	max-height: 400px;
    	overflow-y: hidden;
    }
    .f2 {
        text-align: center;
    }
    .f3, .f5 {
        text-align: right;
    }
}



.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme-2 button.owl-prev, .owl-theme-2 button.owl-next {
    position: absolute;
    left: -30px;
    top: 35%;
    background-color: #eeeeee !important;
    border: 1px solid #eeeeee !important;
    color: #F18622 !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin: -45px 0 0 0 !important;
    font-size: 25px !important;
}

.owl-theme-2 button.owl-prev:hover, .owl-theme-2 button.owl-next:hover {
    background-color: #F18622 !important;
    border: 1px solid #dd7721 !important;
    color: #ffffff !important;
}

.owl-theme-2 button.owl-next {
    left: auto;
    right: -30px;
}

.hover-social {
    position: absolute;
    top: 0;
    background: rgba(57, 108, 240, 0.9);
    height: 0%;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    -webkit-transition: .6s;
    transition: .6s;
}

.hover-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hover-social ul li {
    display: inline-block;
    margin: 0 3px;
}

.hover-social ul li i {
    background-color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-social ul li i:hover {
    background-color: #333333;
    color: #ffffff;
}

.single-card {
    margin-bottom: 30px;
}

.single-card:hover .hover-social {
    height: 100%;
}

.shippingSelected {
	/* color: #fff !important;
    background-color: #1bb7a0 !important; */
	border-color: #F19722;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(241, 151, 34, 1);
}

.clicked {
	border-color: #F19722;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(241, 151, 34, 1);
}
.notselected {
}
/*------- 13-03-2020 align address for mobile view ----------------------*/
.cityDesktop {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; width: 65%;
}
.stateDesktop {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; width: 33%; margin-left: 5px;
}
.countryDesktop {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; width: 33%;
}
.pincodeDesktop {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; width: 31%;
}

.cityMobile {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block;
}
.stateMobile {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; 
}
.countryMobile {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; 
}
.pincodeMobile {
	padding-right: 5px !important; padding-left: 5px !important; display: inline-block; 
}
/*------- 13-03-2020 align address for mobile view ----------------------*/
li:hover {
  cursor: pointer;
  background-color: #cfcfcf;
}

.modal-content {
	width: 600px;
	align-items: center;
	border-radius: 25px;
	-webkit-box-shadow: 12px 0 15px -4px rgb(52 54 57 / 80%), -12px 0 8px -4px rgb(52 54 57 / 80%);
	background: #f2f2f2;
}
/* @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1920px){
	.headerPujaRouteDesktop {
		display: block;
	}	
	.headerPujaRouteMobile {
		display: none;
	}		
}
 @media only screen
        and (min-device-width : 360px)
        and (max-device-width : 480px){
	.headerPujaRouteMobile {
		display: block;
	}
	.headerPujaRouteDesktop {
		display: none;
	}	
} */
@media only screen and (max-width: 360px) { /*mobile*/
    .headerPujaRouteDesktop {
		display: block;
	}	
    .headerPujaRouteMobile {
		display: none;
	}		
    .cartCount{
        margin-right: none;margin-top:5px;
    }    
  }
@media only screen and (min-width: 360px) and (max-width: 991px) { /*mobile*/
    .headerPujaRouteDesktop {
		display: none;
	}	
    .headerPujaRouteMobile {
		display: block;
	}		
    .cartCount{
        margin-right: none;margin-top:5px;
    }    
  }
  @media only screen and (min-width: 992px) {
    .headerPujaRouteDesktop {
		display: block;
	}	
    .headerPujaRouteMobile {
		display: none;
	}	
    .cartCount{
        margin-right: 30px;margin-top:5px;
    }
  }

/* Search bar styles 
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"); */
.searchbox {
  border: 1px solid #aaa;
  border-radius: 5px;
  /*box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
  width: 100%;
}
.inputbox {
  width: 450px;
  height: 32px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /*box-shadow: 0 10px 15px #ebebeb inset;*/
  width: 88%;
  }
.inputbox:focus {
	outline: none;
}  
.fa-search {
	padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    font-weight: lighter;
    color: gray;
}
.fa-times-thin {
	padding-left: 5px;
    padding-right: 5px;
	font-size: 24px;
    font-weight: 900;
    height: 32px;
    padding-top: 5px;
    color: gray;
}
.fa-times-thin:before {
	content: '\00d7';
}
@media only screen and (max-width: 1920px){  /* large screen, mac book */
.progressBarGIF {
	width: 600px;}
}

@media only screen and (max-width: 1024px){  /* large screen, mac book */
.inputbox {
  width: 450px;
  height: 32px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /*box-shadow: 0 10px 15px #ebebeb inset;*/
  width: 86%;
  }		
.progressBarGIF {
	width: 600px;}
}  
@media (min-width: 768px){ /* ipad, ipad-pro */
.inputbox {
  width: 450px;
  height: 32px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /*box-shadow: 0 10px 15px #ebebeb inset;*/
  width: 85%;
  }		      
}
@media only screen
        and (min-device-width : 360px)
        and (max-device-width : 480px) {  /* mobile */ 
.inputbox {
  width: 450px;
  height: 32px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /*box-shadow: 0 10px 15px #ebebeb inset;*/
  width: 77%;
  }    
  
.progressBarGIF {
	width: 320px;}
}


/* Search bar styles */