body {
  font-family: "Poppins", sans-serif !important;
  color: #20313b;
}
/* *{border: 1px solid red;} */
.mt-25 {
  margin-top: 25px !important;
}
.mr-page-default {
  margin-right: 108px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px !important;
}
.p-30 {
  padding: 0 30px;
}
.p-38 {
  padding: 0 38px;
}
.menu-bar {
  cursor: pointer;
}
.navbar-brand {
  margin: 0;
}
.main-title-lg {
  color: #20313b;
  font-size: 40px;
  font-family: "DM Serif Text", serif;
}
.main-title-md {
  color: #20313b;
  font-size: 30px;
  font-family: "DM Serif Text", serif;
}
.main-title-sm {
  color: #20313b;
  font-size: 20px;
  font-family: "DM Serif Text", serif;
}
.theme-title {
  font-size: 24px;
  color: #20313b;
  font-weight: bold;
}
.border-dark-btn > a > button {
  width: 144px;
  height: 45px;
  color: #20313b;
  font-size: 16px;
  border: 2px solid #20313b;
  transition: all 0.3s;
}
.border-dark-btn > a > button:hover {
  background: #20313b;
  color: #fff;
}
input::placeholder,
.select-custom > select {
  color: #ccd0cf !important;
  font-size: 14px;
}
.select-custom > select {
  -webkit-appearance: none;
  height: 38px;
}
.select-custom.select-dropdown > select {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 94% 15px;
  background-size: 8px;
}
.page-padding {
  padding: 41px 108px 70px 100px;
  width: 100%;
}
.search-input > input {
  background: #ebf7ff;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  height: 38px;
  width: 385px;
  padding: 10px 20px;
}

.search-bar.show {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 15px;
}
.search-bar > input {
  background: #ebf7ff;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  height: 38px;
  width: 100%;
  max-width: 385px;
  padding: 10px 20px;
}
.search-input {
  position: relative;
}
.search-input > span {
  background: #20313b;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mob-fixed-header {
  width: 100%;
}
.site-default-header.animateIt {
  position: fixed;
  top: -500px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  box-shadow: 0px 0px 20px #8a888838;
  background: #fff;
}
.dark-site-header,
.site-default-header.animateIt.dark-site-header {
  background: #20313b;
}

body.down .site-default-header.animateIt {
  top: 0;
}
.site-default-header {
  width: 100%;
}
.site-default-header .logo {
  margin-left: -5px;
}
.site-default-header .menu-bar {
  background: #20313b;
  padding: 35px;
  display: inline-flex;
  border-radius: 0;
  display: none;
}
.visible-lg-div {
  display: flex;
  align-items: center;
  padding-right: 108px;
}
.site-default-header .navbar-nav > li > a {
  color: #20313b;
  font-size: 16px;
  text-decoration: none;
  margin-right: 35px;
  font-weight: 500;
  display: block;
}
.site-default-header .navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f16a23;
  transition: width 0.3s;
}
.site-default-header .navbar-nav > li > a:hover::after {
  width: 100%;
}
.search-icon {
  color: #20313b;
  font-size: 21px;
  margin-right: 22px;
  cursor: pointer;
  position: relative;
}
.header-search-bar {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #8a888838;
  z-index: 99;
  display: none;
}
.cart-icon {
  color: #20313b;
  font-size: 25px;
  cursor: pointer;
}
.site-primary-btn > button {
  width: 145px;
  height: 45px;
  background: #f16a23;
  text-align: center;
  color: #fff !important;
  border-radius: 8px;
  font-size: 16px;
  margin-left: 50px;
  transition: all 0.3s;
}
.site-primary-btn > button:hover {
  background: #fff;
  border: 1px solid #f16a23;
  color: #f16a23 !important;
}

.site-white-btn {
  width: 224px;
  height: 45px;
  background: #fff;
  text-align: center;
  color: #f16a23 !important;
  border-radius: 8px;
  font-size: 16px;
  margin-left: 50px;
  transition: all 0.3s;
}
.site-white-btn:hover {
  background: #f16a23;
  border: 1px solid #f16a23;
  color: #fff !important;
}
.banner-info {
  height: 680px;
  width: 100%;
  position: relative;
}
.banner-slider,.banner-slider .slick-list,.banner-slider .slick-track{
  height: 100%;
}
.banner-slider .slick-slide img {
  width: 100%;
  height: 100%;
}
.banner-slider .slick-slide{margin: 0!important;}
.banner-slider .slick-dots{bottom: 20px!important;}
.banner-slider .slick-dots li.slick-active button:before{
 color: #fff!important;
}
.banner-slider .slick-dots li button:before{
  color: #fff!important;
  font-size: 10px!important;
}
.banner-on-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 20px 108px 20px 70px;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
}
.banner-on-info .text-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
  max-width: 585px;
}
.banner-on-info .text-info h2 {
  font-size: 60px;
  font-family: "DM Serif Text", serif;
  margin-bottom: 24px;
}
.banner-on-info .text-info p {
  font-size: 20px;
  margin-bottom: 24px;
  padding-right: 95px;
  font-weight: 400;
}
.banner-info .register-form {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  max-width: 425px;
  padding: 30px 25px 25px 35px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #20313b;
  position: absolute;
    top: 0;
    right: 108px;
    bottom: 0;
    margin: auto;
    max-height: 390px;
}
.banner-info .register-form label.main-label {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.banner-info .register-form form label {
  font-size: 14px;
  font-weight: 500;
  color: #20313b;
  margin-bottom: 7px;
}
.banner-info .register-form form input {
  font-size: 12px;
  background: #fff;
  border-radius: 9px;
  min-height: 38px;
  border: none;
}
.slider-container {
  width: 100%;
  background: #ecfff4;
  padding: 100px 0 70px 100px;
}

/* slider css */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* slider css  ends*/
.slider-container .temple-slider {
  margin-top: 42px;
}
.slider-container .temple-slider .slide {
  /* width: 297px!important; */
  height: 430px;
  position: relative;
  overflow: hidden;
  margin: 0 15px !important;
}
.slider-container .temple-slider .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 30px;
}
.slider-container .temple-slider .slide .slide-on-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff;
  width: 100%;
  border-radius: 0 0 30px 30px;
}
.slider-container .temple-slider .slide .slide-on-info p:first-child {
  font-size: 20px;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slider-container .temple-slider .slide .slide-on-info p:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
}
.how-nahama {
  padding: 50px 108px 90px 107px;
  color: #20313b;
  width: 100%;
}
.how-nahama .text-left-area h2 {
  font-size: 40px;
  font-family: "DM Serif Text", serif;
  padding-right: 7rem;
  line-height: 1.5;
}
.how-nahama .text-left-area p {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 35px;
}
.how-nahama .text-left-area .ul-list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.how-nahama .text-left-area .slide:last-child {
  margin-bottom: 0;
}
.how-nahama .text-left-area .ul-list > div {
  margin-left: 20px;
}
.how-nahama .text-left-area .ul-list > div > p:first-child {
  font-size: 20px;
  font-family: "DM Serif Text", serif;
  margin-bottom: 6px;
  margin-top: 0;
}
.how-nahama .text-left-area .ul-list > div > p:last-child {
  font-size: 12px;
  margin: 0;
}
.main-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.main-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.main-title > a:hover,
.main-title > a:active,
.main-title > a:focus {
  text-decoration: none;
}
.faq-section {
  padding: 68px 108px 75px 100px;
  width: 100%;
}
.accordion-group {
  margin-top: 25px;
  color: #20313b;
}
.accordion-group .head {
  padding-bottom: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
}
.accordion-group .main-title > a {
  font-family: "DM Serif Text", serif;
  font-size: 16px;
  color: #20313b;
}
.accordion-group .text-body {
  font-size: 12px;
}
.faq-section a {
  color: #f16a23;
}
.support-section {
  width: 100%;
  padding: 42px 0;
  max-width: 922px;
  margin: auto;
}
.support-section .slick-slide img {
  width: auto;
  margin: auto;
}
.description-with-icon {
  text-align: center;
  font-size: 14px;
  color: #20313b;
}
.description-with-icon .main-title-md {
  margin-bottom: 27px;
}
.description-with-icon a {
  color: #20313b;
  text-decoration: underline;
}
footer {
  width: 100%;
  color: #20313b;
}
.site-footer {
  background: #f7f2ea;
  padding: 40px 108px 78px 78px;
}
.site-footer .social-icons {
  margin-top: 15px;
  align-items: center;
  display: flex;
}
.site-footer .social-icons > a {
  margin: 0 5px;
}
.site-footer .footer-label {
  font-size: 24px;
  font-weight: bold;
  padding-top: 17px;
}
.site-default-link a {
  font-size: 16px;
  color: #353d42 !important;
  text-decoration: none;
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.site-footer .footer-links > a {
  margin-bottom: 15px;
}
.label-info {
  padding-top: 20px;
}
.label-info > label {
  font-size: 18px;
}
.label-info > p {
  font-size: 24px;
  font-weight: bold;
}
.subscribe-box {
  padding-bottom: 20px;
}
.subscribe-box .theme-title {
  margin-bottom: 5px;
}
.footer-logo {
  width: 295px;
}
.footer-tagline {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.subscribe-box input {
  border: 1px solid #70707070;
  height: 50px;
  border-radius: 4px;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  padding: 15px 25px;
  background: #ebf7ff;
}
.subscribe-box input::placeholder {
  color: #ccd0cf !important;
}
.copyright {
  width: 100%;
  min-height: 37px;
  background: #20313b;
  color: #c5c5c5;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright a {
  color: #c5c5c5;
  text-decoration: none;
}
.copyright .border-btw {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 0 5px;
  margin: 0 5px;
}
.testimonial-section {
  padding: 66px 108px 82px;
  background: #ecfff4;
  text-align: center;
}
.partner-logo {
  padding: 66px 108px 82px;
  text-align: center;
}
.partner-logo .logos-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px 0 0px;
  justify-content: center;
}
.partner-logo .logos-info > img {
  margin: 0 25px 15px 25px;
  max-height: 63px;
  max-width: 230px;
}

/* Carousel */

.testimonial-slider {
  padding-top: 10rem;
}
.testimonial {
  padding-top: 35px;
}
.testimonial .title {
  color: #20313b;
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: bold;
}
.testimonial .description {
  color: #20313b;
  font-size: 16px;
  padding: 0 11rem;
  margin: 0;
}
.testimonial-slider .slick-dots {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  height: 50px;
}

.testimonial-slider .slick-dots li button {
  display: none;
}
.testimonial-slider .slick-dots li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /*background: url("../images/testi-1.png") no-repeat; */
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
  border: 5px solid #ffffff;
  margin: 0 25px;
  opacity: 0.6;
}
/*.testimonial-slider .slick-dots li:nth-child(2) {
  background: url("../images/testi-2.png") no-repeat;
  background-size: cover;
}
.testimonial-slider .slick-dots li:nth-child(3) {
  background: url("../images/testi-3.png") no-repeat;
  background-size: cover;
}
.testimonial-slider .slick-dots li:nth-child(4) {
  background: url("../images/testi-4.png") no-repeat;
  background-size: cover;
}
.testimonial-slider .slick-dots li:nth-child(5) {
  background: url("../images/testi-5.png") no-repeat;
  background-size: cover;
}

*/
.testimonial-slider .slick-dots li:hover {
  opacity: 0.5;
}
.testimonial-slider .slick-dots li.slick-active,
.testimonial-slider .slick-dots li.slick-active:hover {
  width: 116px;
  height: 116px;
  opacity: 1;
}

.dark-site-header .navbar-nav > li > a,
.dark-site-header .cart-icon,
.dark-site-header .search-icon {
  color: #fff;
}
.temple-listing .listing {
  margin-top: 30px;
}
.temple-listing .listing .inner-row .row {
  flex-direction: row;
}
.temple-listing .listing .list-img {
  height: 100%;
  width: 366px;
}
.temple-listing .listing img {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 15px;
  height: 211px;
  object-fit: cover;
}
.temple-listing .listing .inner-row {
  border-bottom: 1px solid #70707042;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.temple-listing .listing .inner-row:last-child {
  border: none;
  margin-bottom: 0;
}
.temple-listing .listing .list-description .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.temple-listing .listing .list-description .title > p {
  color: #20313b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: calc(100% - 20%);
}
.temple-listing .listing .list-description .title > i {
  font-size: 23px;
  cursor: pointer;
}
.temple-listing .listing .list-description > p:nth-child(2) {
  color: #b8b8b8;
  font-size: 16px;
  margin-bottom: 10px;
}
.temple-listing .listing .list-description > p:nth-child(3) {
  font-size: 15px;
  color: #20313b;
  margin-bottom: 16px;
}
.price-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f16a23;
}
.price-btn .price {
  display: flex;
  flex-direction: column;
}

.price-btn .price > span:first-child {
  font-size: 20px;
  font-weight: 500;
}
.price-btn .price > span:last-child {
  font-size: 16px;
  font-weight: 400;
}
.book-border-btn > a:hover {
  text-decoration: none;
}
.book-border-btn > a > button {
  width: 178px;
  max-width: 100%;
  height: 56px;
  color: #f16a23 !important;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f16a23;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
}
.book-border-btn > a > button:hover {
  color: #fff !important;
  background: #f16a23;
}
.border-btn {
  color: #f16a23 !important;
  border: 1px solid #f16a23;
  background: #fff !important;
  margin-right: 22px;
}
.border-btn > svg {
  width: 26px;
  margin-left: 7px;
}
.border-btn > svg > g {
  fill: #f16a23 !important;
}
.next-action-btn > .border-btn:hover {
  color: #fff !important;
  background: #f16a23 !important;
}
.border-btn:hover > svg > g {
  fill: #fff !important;
}
.right-widget-sidebar {
  box-shadow: 0px 0px 20px #00000008;
  padding: 20px;
}
.right-widget-sidebar .widget-listing {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #70707042;
}
.right-widget-sidebar .widget-listing .widget-row {
  margin-bottom: 20px;
}
.right-widget-sidebar .widget-listing .widget-row .image-sm {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.right-widget-sidebar .widget-listing .widget-row .image-sm > img {
  width: 60px;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.right-widget-sidebar .widget-listing .widget-row .info {
  width: 100%;
  overflow: hidden;
}
.right-widget-sidebar .widget-listing .widget-row .info > a {
  font-size: 18px;
  color: #20313b;
  font-weight: 500;
  margin-bottom: 7px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.right-widget-sidebar .widget-listing .widget-row .info > a:hover {
  color: #f16a23;
}
.right-widget-sidebar .widget-listing .widget-row .info > p:last-child {
  font-size: 14px;
  color: #20313b;
  font-weight: 400;
  margin-bottom: 0;
}
.pooja-listing {
  margin-top: 20px;
}
.pooja-listing .selection-bar {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}
.pooja-listing .selection-bar .option-list {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 18px;
  align-items: center;
  border-top: 1px solid #20313b;
  border-bottom: 1px solid #20313b;
  background-image: linear-gradient(#eeeef0 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right 18px;
  background-size: 1px 76px;
  background-repeat: repeat-y;
  text-decoration: none;
  cursor: pointer;
}
.pooja-listing .selection-bar .option-list > span:first-child {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pooja-listing .selection-bar .option-list:last-child {
  border-right: 1px solid #20313b;
  border-radius: 0 5px 5px 0;
}
.pooja-listing .selection-bar .option-list.done {
  background-color: #20313b;
  border: none;
  background-image: linear-gradient(#555559 33%, rgba(255, 255, 255, 0) 0%);
}
.pooja-listing .selection-bar .option-list.done span:last-child {
  color: #fff;
}
.pooja-listing .selection-bar .option-list.done span > i {
  background: #445965;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f16a23;
}
.pooja-listing .selection-bar .option-list.active {
  background-color: #b8b8b8;
  border: none;
  background-image: none;
}
.pooja-listing .selection-bar .option-list.active span:last-child {
  color: #fff;
}
.pooja-listing .selection-bar .option-list.active span > i {
  background: #fff;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
}
.pooja-listing .selection-bar .option-list span > i {
  color: #b8b8b8;
  font-size: 12px;
  margin-right: 10px;
}
.pooja-listing .selection-bar .option-list span:last-child {
  color: #20313b;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-margin {
  margin: 25px 0;
}
.custom-box-checkbox input {
  position: absolute;
  opacity: 0;
}
.custom-box-checkbox label {
  width: 100%;
}
.booking-list-boxes .book-info {
  background: #ebf7ff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.booking-list-boxes .book-info .left > p:first-child {
  font-size: 15px;
  color: #20313b;
  min-height: 50px;
  margin-bottom: 0;
}
.booking-list-boxes .book-info .left > p.price {
  font-size: 20px;
  color: #f16a23;
  font-weight: bold;
  margin-bottom: 0;
}
.booking-list-boxes .book-info .right {
  display: none;
}

.custom-box-checkbox input:checked + label .book-info {
  background: #f16a23;
}
.custom-box-checkbox input:checked + label .left > p:first-child {
  color: #fff;
}
.custom-box-checkbox input:checked + label .left > p.price {
  color: #fff;
}
.custom-box-checkbox input:checked + label .right {
  display: block;
}
.custom-box-checkbox input:checked + label span.book-status {
  background: #fbaa80;
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-group-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 8px;
}
/* custom radio btn */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 500;
}
[type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #f16a23;
  font-size: 20px;
  font-weight: 500;
}
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #b8b8b8;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #f16a23;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f16a23;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.selected-data-fetch {
  position: sticky;
  bottom: 0px;
  background: #fff;
}
.selected-data-fetch .border-outer {
  width: 100%;
  box-shadow: 0px 0px 10px #00000012;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  margin-top: 138px;
  flex-wrap: wrap;
}
.selected-data-fetch .border-outer .selected-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.selected-data-fetch .border-outer .selected-value .price {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
.selected-data-fetch .border-outer .selected-value .price span:first-child {
  color: #f16a23;
  font-size: 20px;
  font-weight: bold;
}
.selected-data-fetch .border-outer .selected-value .price span:last-child {
  font-size: 16px;
  color: #20313b;
}
.selected-data-fetch .border-outer .selected-value .selected-name {
  margin-right: 50px;
}
.selected-data-fetch
  .border-outer
  .selected-value
  .selected-name
  p:first-child {
  color: #20313b;
  font-size: 14px;
  margin-bottom: 4px;
}
.selected-data-fetch .border-outer .selected-value .selected-name p:last-child {
  font-size: 14px;
  color: #b8b8b8;
  margin-bottom: 0;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn {
  background: #f16a23;
  height: 55px;
  width: 158px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn > svg {
  min-width: 26px;
  margin-left: 7px;
  max-width: 26px;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn > svg > g {
  fill: #fff;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn:hover {
  background: #fff;
  color: #f16a23;
  border: 1px solid #f16a23;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn:hover > svg > g {
  fill: #f16a23;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn.grayout {
  background: #b8b8b8;
}
.selected-data-fetch .border-outer .next-action-btn > a.btn.grayout:hover,
.grayout-btn > button:hover {
  background: #fff;
  border: 1px solid #b8b8b8;
  color: #b8b8b8 !important;
}
.selected-data-fetch
  .border-outer
  .next-action-btn
  > a.btn.grayout:hover
  > svg
  > g,
.grayout-btn > button:hover > svg > g {
  fill: #b8b8b8 !important;
}
.deity-column{position: relative;}
.deity-column .top-badge
{
  position: absolute;
    top: 0;
    left: 0;
    background: #f16a23;
    font-size: 12px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0 25px 25px 0;
}
.deity-listing .deity-column .image > img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: center;
}
.deity-listing .deity-column.selected .added-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f16a23;
}
.deity-listing .deity-column.selected .added-bar span.book-status {
  background: #fbaa80;
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.deity-listing .deity-column.selected .added-bar > span:first-child {
  color: #fff;
}
.deity-listing .deity-column.selected .added-bar .add-btn {
  display: none;
}
.deity-listing .deity-column .added-bar .book-status {
  display: none;
}
.deity-listing .deity-column .added-bar {
  background: #ebf7ff;
  width: 100%;
  position: relative;
  color: #20313b;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 12px 17px 12px;
  border-radius: 0 0 15px 0;
}
.deity-listing .deity-column .added-bar > span:first-child {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.deity-listing .deity-column .add-btn {
  background: #f16a23;
  color: #fff;
  width: 45px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.slot-list .slot {
  border: 1px solid #ebf7ff;
  border-radius: 5px;
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #f16a23;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 10px;
}
.slot-list .slot.unavailable {
  color: #b8b8b8;
  cursor: not-allowed;
}
.slot-list .slot.unavailable:hover {
  color: #fff;
  cursor: disabled;
  background: #b8b8b8;
  border: 1px solid #b8b8b8;
}
.slot-list .slot:hover {
  border: 1px solid#f16a23;
  background: #f16a23;
  color: #fff;
}
.pay-using {
  display: flex;
  flex-direction: column;
  color: #f16a23;
  font-size: 14px;
  margin-right: 50px;
  min-width: 100px;
}
.pay-using > span:first-child {
  display: flex;
  font-size: 12px;
}
.pay-using > span:first-child > img {
  margin-right: 5px;
}
.pay-using > span:first-child .dropdown-menu.show {
  font-size: 12px;
}
.pay-using > span:first-child .dropdown-menu.show > a {
  padding: 5px;
}

/* mdinput */
.md-input {
  position: relative;
}
.md-input.error {
  margin-bottom: 20px;
}
.md-input.error .md-form-control {
  border: 2px solid #f44336 !important;
}
.md-input.error .message {
  font-size: 12px;
  color: #f44336 !important;
  margin-top: -15px;
}

.md-input .md-form-control.select-dropdown {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 11px;
}
.md-input .md-form-control {
  font-size: 16px;
  padding: 30px 10px 10px 15px;
  display: block;
  border: none;
  background: #ebf7ff;
  color: #20313b;
  height: 60px;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.user-input {
  width: calc(100% - 56px) !important;
}
.md-input.no-label .md-form-control {
  padding: 15px 10px 10px 15px;
  height: 52px;
}
.md-input .md-form-control:focus {
  outline-color: #f16a23;
  border: 2px solid #f16a23;
}
.md-input label {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 17px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin-bottom: 0;
}

.md-input .md-form-control:focus ~ label,
.md-input .md-form-control:valid ~ label {
  top: 6px;
  font-size: 12px;
  color: #20313b;
}
.down-arrow {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.add-icon {
  color: #20313b;
  cursor: pointer;
  font-size: 22px;
  padding: 10px 0 35px 20px;
}
.add-user-row {
  display: flex;
  align-items: center;
}
.temple-booking-details {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}
.temple-booking-details p:first-child {
  color: #20313b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.temple-booking-details p:nth-child(2) {
  font-size: 16px;
  color: #b8b8b8;
  margin-bottom: 15px;
}
.temple-booking-details p:last-child {
  font-size: 16px;
  color: #20313b;
}
.temple-booking-details p:last-child > .selected-date > span:first-child {
  border-right: 1px solid #20313b;
  padding-right: 10px;
  margin-right: 5px;
}
.temple-booking-details .del-icon {
  font-size: 25px;
  color: #f16a23;
}
.other-booking-details {
  border-top: 1px solid #e0dddd;
  padding-top: 10px;
}
.other-booking-details .data-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
}
.other-booking-details .data-row span:first-child {
  color: #b8b8b8;
}
.other-booking-details .data-row span:last-child {
  color: #20313b;
  font-weight: 500;
}
.other-booking-details .data-row:last-child {
  border-top: 1px solid #e0dddd;
  padding-top: 15px;
  margin-top: 15px;
}

.other-booking-details .data-row .price {
  font-size: 20px;
  font-weight: 500;
}
.payment-page .saved-info {
  margin-top: 20px;
}
.payment-page .saved-info > span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.payment-page .cvv {
  color: #ccd0cf;
  font-size: 12px;
  margin-top: 11px;
  padding-left: 37px;
}
.payment-page .cvv input {
  max-width: 50px;
  height: 23px;
  border: 1px solid #ccd0cf;
  border-radius: 2px;
  margin: 0 10px;
  font-size: 12px;
  padding: 0 10px;
}
.payment-page .cvv input::placeholder {
  font-size: 12px;
}
.payment-page-form input {
  width: 100%;
  background: #ebf7ff;
  height: 52px;
  border-radius: 5px;
  padding: 15px;
  color: #20313b;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccd0cf;
}
.payment-page-form label {
  color: #afafaf;
  font-size: 14px;
  margin-bottom: 10px;
}
.payment-page-form input::placeholder {
  color: #ccd0cf;
  font-weight: normal;
  font-size: 16px;
}
.grayout-btn > button {
  height: 60px;
  width: 100%;
  background: #b8b8b8;
  border-radius: 5px;
  font-size: 20px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  max-width: 400px;
}
.payment-page {
  box-shadow: 0 0px 6px rgb(130 130 130 / 16%);
  padding: 20px;
  border-radius: 5px;
}
.scan-card,.visa-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.scan-card > img {
  width: 125px;
  height: 125px;
  margin-left: 20px;
}
.visa-card  img {
  width: 75px;
  margin-left: 20px;
}
/* Datepicker */
.datepicker {
  width: 100%;
  overflow: hidden;
}
.datepicker .ui-datepicker-inline {
  padding: 10px;
}
.datepicker .ui-datepicker-header {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #20313b;
  font-weight: bold;
}
.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 5px;
  margin-top: -8px;
  color: #20313b;
  transition: 0.6s;
}
.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.datepicker .ui-datepicker-calendar thead {
  color: #20313b;
  font-size: 14px;
  font-weight: bold;
}
.datepicker .ui-datepicker-calendar tr th {
  color: #20313b;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1rem;
}
.datepicker .ui-datepicker-calendar tr td {
  padding-bottom: 1em;
  color: #20313b;
  font-size: 16px;
  font-weight: 500;
}
.datepicker .ui-datepicker-calendar a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.datepicker .ui-datepicker-calendar a.not-available {
  color: #b8b8b8;
}
.datepicker .ui-datepicker-calendar a:hover {
  background: #f16a23;
  color: #fff;
  transition: 0.7s;
  transform: scale(1);
}
.datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: #f16a23;
  color: #fff;
}
.datepicker .ui-datepicker-calendar .ui-state-highlight:hover {
  color: #fff;
}
/* datepicker ends */
.temple-listing .listing .list-description-outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 366px);
  padding-left: 30px;
}
.custom-gutter-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.custom-gutter-10 > [class*="col-"]:first-child,
.custom-gutter-10 > [class*="col-"]:nth-child(3) {
  padding-left: 15px;
}

.custom-gutter-10 > [class*="col-"]:nth-child(2),
.custom-gutter-10 > [class*="col-"]:nth-child(4) {
  padding-right: 15px;
}
.site-custom-modal {
  max-width: 565px;
  height: 400px;
  box-shadow: 0px 0px 20px #00000008;
  border-radius: 2px;
  margin-top: 10%;
}
.site-custom-modal .modal-content {
  padding: 41px 87px 54px 96px;
}
.site-custom-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}
.site-custom-modal .close-btn>button:focus {
  outline: none;
}
.site-custom-modal .modal-content h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #20313b;
  font-family: "DM Serif Text", serif;
  margin-bottom: 26px;
}
.site-custom-modal .modal-content .md-input {
  border-radius: 5px;
}
.site-custom-modal .modal-content .md-input .md-form-control {
  padding: 25px 10px 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccd0cf;
}
.site-custom-modal .modal-content .md-input > input::placeholder {
  font-size: 16px;
  color: #ccd0cf !important;
}
.site-custom-modal .modal-content .md-input label {
  font-size: 12px;
  color: #20313b;
  top: 7px;
  left: 12px;
}
.site-custom-modal .modal-content .site-primary-btn > button {
  width: 100%;
  height: 55px;
  margin-left: 0;
  margin-bottom: 13px;
}
.site-custom-modal .modal-content .modal-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #20313b;
}
.site-custom-modal .modal-content .modal-text a {
  color: #f16a23;
  margin-left: 5px;
  text-decoration: none;
}

/* Responsive */

@media (max-width: 1225px) {
  .visible-lg-div,
  .banner-on-info,
  .mr-page-default,
  .how-nahama,
  .faq-section,
  .testimonial-section,
  .site-footer {
    padding-right: 50px;
    padding-left: 50px;
  }
  .site-default-header .navbar-nav > li > a {
    margin-right: 30px;
  }
  .cart-icon {
    margin-left: 0;
  }
  .site-primary-btn > button {
    margin-left: 40px;
  }
  .mr-page-default {
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .navbar-sm {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .site-default-header .menu-bar {
    display: inline-flex !important;
  }
  .visible-lg-div .navbar-nav {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
  }
  .site-default-header .navbar-nav > li > a::after {
    display: none;
  }
  .navbar-sm {
    position: absolute;
    background: #20313b;
    color: #fff;
    width: 100%;
    right: 0;
    top: 88px;
    z-index: 99;
  }
  .navbar-sm li {
    padding: 15px;
  }
  .navbar-sm li > a {
    color: #fff !important;
    margin: 0;
  }
  .right-widget-sidebar {
    margin-top: 20px;
  }
  .banner-on-info .text-info{
    max-width: 500px;
  }
  .banner-info .register-form{right: 50px;}
}
@media (max-width: 992px) {
  .banner-info {
    height: 760px;
  }

  .banner-on-info {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-start;
  }
  .banner-on-info .text-info{
    max-width: 50%;
  }
  .banner-info .register-form {
    left: 50px;
    margin: 20px 0;
    bottom: 0;
    top: auto;
}

  .testimonial .description {
    padding: 0 2rem;
  }
  .testimonial-slider .slick-dots li {
    margin: 0 12px;
  }
  .page-padding {
    padding: 40px;
  }
  .temple-listing .listing .list-img {
    width: 280px;
  }
  .temple-listing .listing .list-description-outer {
    width: calc(100% - 280px);
  }
  .selected-name,
  .pay-using,
  .selected-value > .price {
    margin-bottom: 15px;
    flex: 0 0 50%;
    margin-right: 0 !important;
  }
  .subscribe-box {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .booking-list-boxes .book-info.selected .right {
    display: block !important;
  }
  .custom-gutter > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-gutter > [class*="col-"]:first-child {
    padding-left: 15px;
  }

  .custom-gutter > [class*="col-"]:last-child {
    padding-right: 15px;
  }
  .site-default-header {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .visible-lg-div .site-primary-btn,
  .register-form,
  .hidden-xs,
  .support-section .col:nth-child(2),
  .faq-img,
  .logo,
  .right-widget-sidebar,
  .child-pages .menu-bar,
  .child-pages .logo-sm,
  .selected-data-fetch.fixed-bottom-bar .border-outer .selected-name {
    display: none !important;
  }
  .banner-on-info .text-info h2 {
    font-size: 38px;
  }
  .banner-on-info .text-info p,
  .site-footer .social-icons {
    padding-right: 0;
    padding-left: 0;
  }
  .slider-container {
    padding: 25px 20px;
  }
  .banner-on-info {
    padding: 40px 20px 100px 20px;
  }
  .how-nahama,
  .faq-section,
  .testimonial-section,
  .support-section {
    padding: 30px 5px;
    overflow: hidden;
  }
  .site-footer {
    padding: 30px 5px;
  }
  .how-nahama .text-left-area h2 {
    font-size: 30px;
    padding-right: 0;
  }
  .copyright {
    font-size: 11px;
  }
  .site-footer .footer-label {
    font-size: 20px;
  }

  .mr-page-default {
    margin: 0;
    padding-left: 20px;
    padding-right: 0;
  }
  .main-title-lg {
    font-size: 30px;
  }
  .visible-xs,
  .logo-sm,
  .back-arrow {
    display: block !important;
  }
  .visible-xs-flex {
    display: flex !important;
  }
  .slider-container .border-dark-btn > button {
    max-width: 90px;
  }
  .site-default-header {
    background: #20313b;
  }
  .cart-icon,
  .search-icon {
    color: #fff;
  }
  .testimonial-slider .slick-dots li {
    margin: 0 10px;
  }
  .register-mob-btn {
    background: #20313b;
    width: 224px;
    height: 45px;
    font-size: 16px;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 8px;
  }
  .testimonial-slider .slick-dots li {
    width: 50px;
    height: 50px;
  }
  .testimonial-slider .slick-dots li.slick-active,
  .testimonial-slider .slick-dots li.slick-active:hover {
    width: 80px;
    height: 80px;
  }
  .testimonial .description {
    padding: 0;
  }
  .site-default-header .menu-bar {
    padding: 0;
  }
  .visible-lg-div {
    padding-left: 0;
    padding-right: 0;
  }
  /* .visible-lg-div .cart-icon{padding-right: 20px;} */
  .how-nahama {
    width: 100%;
  }
  .how-nahama .text-left-area .ul-list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .how-nahama .text-left-area .ul-list > div {
    margin: 0;
    margin-top: 10px;
  }
  /* .testimonial-section {
    display: none;
  } */
  .support-section .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-sm {
    top: 85px;
  }
  .slick-dots li button:before {
    font-size: 10px;
  }
  .slick-dots {
    text-align: center;
  }
  .support-section .slick-dots {
    text-align: center !important;
  }
  .slick-initialized .slick-slide {
    margin: 0;
  }
  .description-with-icon {
    margin-bottom: 25px;
  }
  .how-nahama .text-left-area .ul-list > div > p:last-child {
    margin-bottom: 20px;
  }
  .page-padding {
    padding: 20px;
    padding-bottom: 90px;
  }
  .temple-listing .listing,
  .pooja-listing {
    margin-top: 0;
  }
  .top-bar {
    padding: 0px 0px 3px 20px;
    background: #20313b;
  }
  .top-bar .main-title-lg {
    color: #fff;
  }
  .top-bar .search-input > input {
    display: none;
  }
  .top-bar .search-input > span {
    position: relative;
    background: #466070;
    padding: 24px;
  }

  .temple-listing .listing .list-description > p:nth-child(2) {
    color: #20313b;
    font-size: 14px;
  }
  .price-btn {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .book-border-btn > a > button {
    width: 125px;
    font-size: 18px;
  }
  .pooja-listing .selection-bar {
    display: none;
  }
  .booking-list-boxes .book-info .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .booking-list-boxes .book-info .left > p:first-child {
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
  }
  .booking-list-boxes .book-info .left > p:first-child .book-status {
    margin-right: 5px;
  }
  .booking-list-boxes .book-info .left > p.price {
    color: #20313b;
  }
  .top-bar.visible-xs .main-title-md {
    color: #fff;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 13px 20px;
    width: 100%;
  }
  .checkout-bottom-btn {
    height: 45px;
    width: 100%;
    background: #b8b8b8;
    border-radius: 5px;
    font-size: 16px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .selected-data-fetch.fixed-bottom-bar {
    box-shadow: 0px 0px 10px #00000012;
  }
  .selected-data-fetch.fixed-bottom-bar .border-outer {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
  }
  .deity-column {
    margin-bottom: 20px;
  }
  .booked-mob-area {
    width: 100%;
    background: #ebf7ff;
    height: 52px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px;
    color: #20313b;
    font-size: 16px;
  }
  .booked-mob-area > span:first-child {
    max-width: 82%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .booked-mob-area a > i {
    font-size: 18px;
    color: #f16a23;
  }
  .input-description {
    display: inline-block;
    font-size: 13px;
    color: #b5b3b3;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .selected-data-fetch .border-outer .selected-value .price {
    flex-direction: row;
  }
  .selected-data-fetch .border-outer .selected-value .price span:first-child {
    color: #20313b;
    margin-right: 7px;
  }
  .selected-name,
  .pay-using,
  .selected-value > .price {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .temple-booking-details {
    margin: 0;
    padding-top: 19px;
    border-top: 1px solid #e0dddd;
  }
  .xs-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-title-sm {
    font-size: 16px;
  }
  .pd-xs {
    padding: 0 !important;
    padding-bottom: 70px !important;
  }
  .payment-form {
    padding: 20px 0;
  }
  .payment-form .title-margin {
    margin: 0;
  }
  .grayout-btn > button {
    max-width: 100%;
  }
  .selected-data-fetch .border-outer .next-action-btn > a.btn {
    width: auto;
    min-width: 110px;
  }
  .deity-listing .deity-column .added-bar > span:first-child {
    max-width: 68%;
  }
  .header-search-bar {
    right: -55px;
  }
  .search-input > input {
    width: 100%;
    min-width: 289px;
  }

  .fixed-mob-header {
    top: 0 !important;
  }
  .mob-fixed-header.slide-top {
    position: fixed;
    top: -500px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
    box-shadow: 0px 0px 20px #8a888838;
  }
  .scan-card {
    margin-bottom: 40px;
  }
  body.down .site-default-header.animateIt {
    display: none;
  }
  .site-custom-modal .modal-content .site-primary-btn > button {
    max-width: inherit;
  }
  .slot-list .slot {
    font-size: 14px;
    padding: 10px 4px;
  }
  .banner-info {
    height: 490px;
  }
}
@media (max-width: 630px) {
  .temple-listing .listing .list-img {
    width: 100%;
  }
  .temple-listing .listing .list-img > img {
    height: auto;
  }
  .temple-listing .listing .list-description-outer {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .temple-listing .listing .list-description .title > p {
    font-size: 16px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .pay-using,
  .selected-value > .price,
  .selected-data-fetch .border-outer .selected-value .selected-name {
    min-width: 208px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1356px) {
  .pay-using,
  .selected-value > .price,
  .selected-data-fetch .border-outer .selected-value .selected-name {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .site-primary-btn > button {
    max-width: 280px;
  }
  .partner-logo {
    padding: 66px 20px 82px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .slick-dots li.slick-active,
  .testimonial-slider .slick-dots li.slick-active:hover {
    width: 70px;
    height: 70px;
  }
  .testimonial-slider .slick-dots li {
    width: 40px;
    height: 40px;
  }
  .testimonial-slider .slick-dots li {
    margin: 0 5px;
  }
  .selected-data-fetch .border-outer .selected-value .price {
    margin-bottom: 10px;
  }
  .site-custom-modal .modal-content {
    padding: 20px;
  }
}



select:placeholder{
	color:#ccd0cf;
}



/* New CSS */
.bottom-border{
	border-bottom: solid 1px #ccc;
}

.user-menu-items{
	margin-top: 6px;
	margin-left: -21px;	
}

.site-default-header .navbar-nav > li > a::after{
	border:unset;
}

.user_profile_photo{
border-radius: 50%;
    position: absolute;
    margin-top: -7px;
    margin-left: -21px;
    width: 40px;
}

.profile_menu .dropdown-menu{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.profile_menu .dropdown-menu li a,.profile_menu .dropdown-menu li label{
	font-size: 13px;
}


.notification-items{
	min-width: 300px;
	font-size: 12px;
}

.notification-items .notifications{
	padding-inline-start: 10px;
}

.notification-items img.thumb_icon{
	width:40px;
	border-radius:50%;
}


.notification-items .aaf_update_pulldown_content_stat{
	width:100%;
	display: flex;
	margin-left:55px;
}

.notification-items .notification-heading,.seocore-pulldown-footer{
	padding-left:10px;
}

.fa-bell-o{
	font-weight:bold;
}

#deity-listing .col-md-4{
	margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
	.deity-listing .deity-column .image > img{
		max-height: 205px;
	}
	
	.dropdown-menu{
		background:unset;
		color:#fff;
	}
	
	.dropdown-menu label{
		color:#fff;
	}	
}

.child-pages1 .back-arrow{
	position: absolute;
	margin-top: 48px;
}