/*Home Slider*/
.home-slider .home-slider-slide {
    position: relative;
    height: calc(100vh - 350px);
}

.home-slider .home-slider-slide .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 5px;
}

.home-slider .home-slider-slide .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-slider .home-slider-slide .text-wrap-right {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.home-slider .home-slider-slide .text-wrap .heading {
    font-weight: 500;
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 0 3px 6px #00000029;
}
.home-slider .home-slider-slide .text-wrap-right .heading {
    font-weight: 400;
    font-size: 2.0rem;
    color: #ffffff;
    text-shadow: 0 3px 6px #00000029;
}
.home-slider .home-slider-slide .text-wrap .heading span {
    font-weight: 600;
    font-size: 4.8rem;
}
.home-slider .home-slider-slide .text-wrap-right .heading span {
    font-weight: 500;
    font-size: 3.0rem;
}
.home-slider .home-slider-slide .text-wrap .search-wrap {
    width: 37%;
    margin-top: 20px;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .form-control {
    background: #FFFFFF66;
    border: none;
    padding: 15px 25px;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .8px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .form-control::placeholder {
    color: #ffffff;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .input-group-text {
    background: #FFFFFF66;
    border: none;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-left: 0 !important;
    padding: 10px 15px 10px 0;
}

.home-slider .home-slider-slide .text-wrap .search-wrap .search-icon img {
    width: 25px;
}

.home-slider .slick-dots {
    bottom: 28px;
    display: none !important;
}

.home-slider .slick-dots li {
    width: 9px;
    height: 9px;
}

.home-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #FFFFFFBF;
    border-radius: 50%;
}

.home-slider .slick-dots li.slick-active {
    width: 20px;
}

.home-slider .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 45px;
    color: #DA7A2C;
}
.slick-prev{
	left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
}
@media (max-width: 1400px) {
	.home-slider .home-slider-slide .text-wrap .heading {
    font-weight: 500;
    font-size: 2.5rem;
    color: #ffffff;
    text-shadow: 0 3px 6px #00000029;
}
.home-slider .home-slider-slide .text-wrap-right .heading {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0 3px 6px #00000029;
}
.home-slider .home-slider-slide .text-wrap .heading span {
    font-weight: 600;
    font-size: 4.0rem;
}
.home-slider .home-slider-slide .text-wrap-right .heading span {
    font-weight: 500;
    font-size: 2.0rem;
}
}
@media (max-width: 1200px) {
    .home-slider .home-slider-slide .text-wrap .heading {
        font-size: 3.8rem;
        color: #ffffff;
    }

    .home-slider .home-slider-slide .text-wrap .heading span {
        font-size: 4.0rem;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap {
        width: 45%;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap .form-control {
        padding: 12px 20px;
        font-size: 1.5rem;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap .input-group-text {
        padding: 10px 12px 10px 0;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap .search-icon img {
        width: 20px;
    }
}

@media (max-width: 991.98px) {
    .home-slider .home-slider-slide {
        /*height: calc(100vh - 114px);*/
        height: 27vh;
    }

    .home-slider .home-slider-slide .text-wrap .heading {
        font-size: 3.0rem;
        color: #ffffff;
    }

    .home-slider .home-slider-slide .text-wrap .heading span {
        font-size: 3.5rem;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .home-slider .home-slider-slide .text-wrap .heading {
        font-size: 2.5rem;
        color: #ffffff;
    }

    .home-slider .home-slider-slide .text-wrap .heading span {
        font-size: 2.8rem;
    }
}

@media (max-width: 575.98px) {
    .home-slider .home-slider-slide .text-wrap .heading {
        font-size: 2.5rem;
        color: #ffffff;
		margin-left : 16px;
    }

    .home-slider .home-slider-slide .text-wrap .search-wrap {
        width: 100%;
    }
	.home-slider .home-slider-slide .text-wrap-right .heading span {
    font-size: 2.2rem;
}
}
/*Home Slider*/

/*Visit Banner*/
.home-visit-banner .home-visit-banner-img img{
    width: 100%;
    min-height: 420px;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.home-visit-banner .home-visit-banner-inner{
    position: relative;
    background-image: url("images/new-images/temple-img-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    height: 100%;
}
.home-visit-banner-inner .text-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    padding: 25px 15%;
}
.home-visit-banner-inner .page-heading {
    color: #ffffff;
}
.home-visit-banner-inner .para{
    font-family: "Poppins", sans-serif !important;
    font-size: 1.7rem;
    font-weight: 300;
    color: #ffffff;
}
.home-visit-banner-inner .more-link{
    font-family: "Poppins", sans-serif !important;
    font-size: 1.7rem;
    font-weight: 400;
    color: #ffffff;
}
.related-logo-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 35px -15px 100px;
}
.related-logo-inner{
    width: 20%;
    padding: 15px;
}
.related-logo-inner .link-wrap{
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px #0000001A;
    position: relative;
    padding-top: 40%;
    background: #ffffff;
}
.related-logo-inner .link-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width: 767.98px) {
    .home-visit-banner-inner .text-wrap{
        padding: 25px 10%;
    }
    .home-visit-banner-inner .para{
        font-size: 1.4rem;
    }
    .home-visit-banner-inner .more-link{
        font-size: 1.4rem;
    }
}
/*Visit Banner*/

button.search-submit {
    background: transparent;
    border: 0;
}
/*single-news-page*/
.single-news .date{
    font-size: 2.0rem;
    color: #1E1E1E;
    opacity: 1;
}
.single-news .head{
    font-size: 4.0rem;
    color: #1E1E1E;
    opacity: 1;
	line-height: 5rem;
}
.link-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.link-btn .link{
    font-size: 2rem;
    color: #E55C3E;
}
.single-news-image{
/*     height: 50vh; */
    width: 100%;
}
@media (max-width: 767.98px) {
    .single-news .date{
        font-size: 1.8rem;
    }
    .single-news .head{
        font-size: 2.5rem;
    }
    .link-btn .link{
        font-size: 1.8rem;
    }
}
@media (max-width: 575.98px) {
    .single-news .date{
        font-size: 1.6rem;
    }
    .single-news .head{
        font-size: 2.2rem;
    }
    .link-btn .link{
        font-size: 1.6rem;
    }
}

/*single-news-page*/

/* tab-btn-wid-wife-single */
.rounded-tab-btn{
display: block;
    font-size: 1.7rem;
    font-weight: 500;
    color: #052d37 !important;
    padding: 13px 20px;
    text-decoration: none;
    transition: 0.4s;
    background: #ffffff;
    border-radius: 30px !important;
    min-width: 220px;
    text-align: center;
    margin: 10px 5px;	
	border:none !important;
}
@media (max-width: 991.98px) {
	.rounded-tab-btn{
		font-size: 1.5rem;
        padding: 13px 20px;
        min-width: 200px;
	}	
	.modal-dialog {
      max-width: none;
      margin: 30px auto;
	  width : 80%;
  }
}
@media (max-width: 767.98px) {
	.rounded-tab-btn{
		 font-size: 1.4rem;
        padding: 12px 20px;
        min-width: 150px;
	}	
}
/* tab-btn-wid-wife-single */

/* video-popup */
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.modal-body iframe{
  width:100%
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}
/* video-popup */

/* event-slider-arrows and butons */
.event-slider .slick-prev{
    left: unset;
    z-index: 1;
    top: unset;
    bottom: -44px;
    right: 200px;
}
.event-slider .slick-next{
	z-index: 1 !important;
    right: 150px;
    top: unset;
    bottom: -44px;
}
.event-slider .slick-prev:before,.event-slider .slick-next:before{
	color: #e55c3e !important;
	font-size:35px !important;
}
.event-slider .slick-slide {
	height:auto !important;
}
@media (max-width: 575.98px) {
	.event-slider .slick-prev{
		right: 100px;
	}
	.event-slider .slick-next{
		right: 50px;
	}
	.event-slider .slick-prev:before,.event-slider .slick-next:before{
	    font-size:21px !important;
}
/* event-slider-arrows and butons */

/* mid-wife-single-calender */
.custom-calender .date-time-box-wrap{
	padding-top:2rem;
}
.custom-calender .date-time-box-wrap .date-time-box-inner{
	list-style: none;
}
.custom-calender .date-time-box-wrap .date-time-box-inner .date-time-box{
	background: white;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    border-left: 5px solid green;
}
/* mid-wife-single-calender */
	
/* 	event-bussiness table */
.event-business-table table {
  font-family: "Poppins", sans-serif !important;
  border: 1px solid #1e1e1e;
  box-shadow: none;
}

.event-business-table table th {
  font-size: 2.2rem;
  color: #052d37;
  border-left: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 15px 30px;
  font-weight: 300;
}
.event-business-table table td {
  font-size: 2rem;
  color: #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 15px 30px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
 
  .event-business-table table {
    border: 1px solid #1e1e1e;
  }

  .event-business-table table th {
    font-size: 2rem;
    padding: 15px;
  }

  .event-business-table table td {
    font-size: 1.5rem;
    padding: 15px;
  }
}
	@media (max-width: 767.98px) {
  .event-business-table table {
    border: 1px solid #1e1e1e;
  }

  .event-business-table table th {
    font-size: 1.6rem;
    border-left: 1px solid #1e1e1e;
    padding: 12px;
  }

  .event-business-table table td {
    font-size: 1.4rem;
    border-left: 1px solid #1e1e1e;
    padding: 12px;
  }
}

/* 	event-bussiness table */
	

	