@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
    background-color: white;
    font-family: 'Open Sans', 'sans-serif';
    color: #636262;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 400;
    font-size: 0.9em;
    transition: 0.5s;
    overflow: hidden;
    width: auto;
    margin: 10px;
    padding: 5px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #e33d3d;
}
h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #585858;
    font-size: 1.5em;
}
.georgia {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 0.6em;
}
h3 {
    font-size: 1rem;
    font-family: 'Open Sans', 'sans-serif';
}

h4 {
    font-size: 1.2em;
    font-family: 'Open Sans', 'sans-serif';
}

h6 {
    font-size: 0.9em;
    font-family: 'Open Sans', 'sans-serif';
}
p {
    font-size: 0.9em;
    font-family: 'Open Sans', 'sans-serif';
    color: #999;
}
a{
    text-decoration: none;
    transition: 0.6s ease-out;
}
/*
.navbar-light .navbar-nav .nav-link::before{
    content: '';
    position: absolute;
    width: 40px;
    margin-top: 30px;
    border-bottom: 3px solid #e33d3d;
    transition: 0.5s ease-in;
    
}
.navbar-light .navbar-nav .nav-link:hover::before{
    width: 65px;
}
*/
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-collapse{
    margin-right: 100px;
}
.navbar-brand{
    padding-bottom: 10px;
}
.navbar{
    /* padding: 20px; */
    padding: 10px 15px;
}
.home-drop{
    min-height:60vh;
    background-image: url("../images/header.jpg");
    background-size: cover;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.home-drop .header {
    font-weight: 600;
    font-size: 0.9em;
    text-shadow: 1px 1px #0000003d;
}

.home-drop .subheader {
    font-size: 0.7em;
    color: #feff00;
    text-shadow: 1px 1px #0000003d;
}

.home-drop div {
    display: flex;
    justify-content: center;
    align-items: center
}

.intro{
    text-align: center;
    font-weight: 400;
}

#select-city-modal .modal-content {
    height:auto;
    margin-top: 200px;
    padding: 20px;
}

#select-city-modal .modal-content .row {
    padding: 0 25px;
}

#select-city-modal .modal-content .cities {
    background-color: #e33d3d;
    border-radius: 4px;
    color: #FF0;
    width:  180px;
    height: 50px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.home-drop .drop-btn {
    width: 89%;
    
    color: #999;
    background-color: #ffffff;
    box-shadow: 0 0 13px rgb(1, 1, 1, 0.2);
    padding: 10px 20px;
    border-radius: 70px;
}
/* 
.footer-drop {
    padding: 10px 0;
} */

.home-drop-box .search-again-box, .footer-drop .search-again-box {
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px 0; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 26px 30px;
    position: relative;
    bottom: 52px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #e7e7e7;
    border-radius: 124px;
    border: 0.4px solid #000000;
}

.home-drop-box .drop-btn, .footer-drop .drop-btn {
    width: 50%;
    color: #999;
    background-color: #ffffff;
    box-shadow: 0 0 13px rgb(1, 1, 1, 0.2);
    padding: 10px 20px;
    border-radius: 70px;
    margin: 0 10px
}

.result-head {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-head .breadcrumb {
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .intro {
        font-size: 1.8em;
        padding: 50px 15px;
    }
    #select-city-modal .modal-content .cities {
        width: 136px;
    }
}

#below-address {
    display: none;
}
#below-address a{
    color: #e33d3d;
}

@media screen and (max-width: 767px) {
    #below-address {
        display: block;
    }

    .address {
        display: none;
    }
}

.option-container {
    position: relative;
}

.option-container span {
    font-size: 0.4em;
    top: 110px;
    left: 260px;
    /* background-color: #fff; */
    z-index: 1;
    padding: 0.5em;
}

#city-option {
    border: 2px dashed #e33d3d;
    margin-top: 2em;
    padding: 0.4em 1em;
    max-width: 400px;
    font-size: 0.6em;
    border-radius: 17px;
    color: #e33d3d;
    transition: 0.6s ease-out;
}

#city-option:hover {
    border: 2px solid #ff0;
    color: #ff0;
    background-color: #e33d3d;
    cursor: pointer;
}

.btn-home{
    margin: 20px;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 0px;
    border: 0px solid #e33d3d;
    color: black;
    box-shadow: 1px 1px 4px black;
}
@media only screen and (min-width: 1200px){
   .drops{
    margin: 90px 0px 140px 40px;
} 
}

.container-fluid {
    padding: 20px 0;
}

.services{
    margin: 18px 0;
}
.overflow{
    height: 160px;
    overflow: hidden;
}
/*
.overflow::before{
    padding: 50px;
    margin: 25px;
    content: 'HOUSEWARMING CEREMONY';
    position:absolute;
    width: auto;
    top: 25%;
    height: auto!important;
    background-color: rgba(216, 216, 24, 0.6);

}
*/
.image{
    transition: 0.6s;
    transition-timing-function: ease-in-out;
    
}
.image:hover{
    transform: scale(1.2);
    opacity: 1;
    
}
.service-text{
    border: 2px solid yellow;
    background: #e33d3d;
    color: yellow;
    border-radius: 56px;
    width: 70%;
    transform: translateY(20px);
    opacity: 1;
    position: relative;
    z-index: 2;
    left: 15%;
}
.banner-foot{
    position: relative;
    padding:10px;
}

.services-banner .banner-foot {
    background-color: #FF0;
    opacity: 0.6;
    top: -56px;
}

.services-banner .banner-foot h6 {
    font-weight: 800;
}
/*
.banneer-foot::before{
    position: relative;
    content: 'jmcdsoijfpokgtr';
    width: 100%;
    height: 100%;
}
*/
.services-banner{
    margin: 0;
    padding: 0;
}

.services-image {
    height: 50px;
    width: auto;
    margin-bottom: 5%
}
.btn-home{
    width: 40%;
}

/* #map {
    position: relative;
} */

/* .address{
    background-color: rgba(255, 41, 41, 0.75);
    position: absolute;
    z-index: 3;
    bottom: 6px;
    left: 16px;
    height: 450px;
    width: 380px;
    color: #fff;
    padding: 24px;
    border-bottom-right-radius: 230px;
} */
.address h3{
    color: yellow;
    padding: 20px;
}
.address p {
    color: #fff;
    font-size: 1em;
}
.address a {
    color: #fff;
}
.person{
    padding: 10px;
    margin: 10px;
}

hr {
    border: 1px dashed #d8d8d8;
}

.breadcrumb{
    background-color: transparent;
}
.dropdown-toggle{
    padding: 10px 40px;
    background-color: white;
    color: #636262;
    border-color: transparent;
    border-radius: 46px;
    box-shadow: 0 0 13px rgba(1, 1, 1, 0.2);
}
.rituals{
    background-color: rgb(225, 43, 42);
    border-bottom: 4px solid yellow;
    color: white;
    position: relative;
    bottom: 0%;
}
.enter{
    height: 46px;
    width: 46px;
    border-radius: 23px;
    position: relative;
    background-color: red;
    color: yellow;
    border:none;
    /* top: 9vh; */
    transition: 0.6s;
}

.header {
    transition-delay: 0.9s;
}

.breadcrumb{
    font-size: 12px;
}
/* .bottom-line{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.466);
    color: white;
    padding: 1rem;
    position: relative;
    bottom: 2rem;;
    z-index: 99;
} */
@media only screen and (min-width: 768px) {
    #map {
    position: relative;
    }

    .address{
        background-color: rgba(255, 41, 41, 0.75);
        position: absolute;
        display: block;
        z-index: 3;
        top: 63px;
        left: 14px;    
        height: 450px;
        width: 40vw;
        color: #fff;
        padding: 24px;
        border-bottom-right-radius: 230px;
    }
    .enter{
    height: 46px;
    width: 50px;
    border-radius: 23px;
    position: relative;
    background-color: red;
    color: yellow;
    border:none;
    /* top: 4.5vh; */
    transition: 0.6s;
}
}

@media only screen and (min-width: 768px){
    .rituals{
        background-color: rgb(225, 43, 42);
    border-bottom: 4px solid yellow;
    color: white;
    position: relative;
    bottom: 0%;
}
}
.breadcrumb li a {
    color: #636262;
}

/* #city-popup .modal-header, #service-list-modal .modal-header, #description-modal  */

.modal-header{
    border-bottom: none;
}
/* #city-popup .modal-header h2, #service-list-modal  */
.modal-header h2{
    color:#e33d3d;
}
/* #city-popup .modal-content, #service-list-modal  */
.modal-content{
    background-color: transparent;
    border: none;
}
#description-modal .modal-content {
    color:#e33d3d;
    background-color: transparent;
    border: none;
    text-align: center
}
#description-modal .modal-header {
    justify-content: center
}
.modal-body{
    border-bottom: 1px solid #e33d3d;
    border-top: 1px solid #e33d3d;
    padding: 19px 30px 10px;
}
/* #city-popup .modal-footer, #service-list-modal  */
.modal-footer{
    border-top: none;
}
/* #city-popup .modal-footer a, #service-list-modal  */
.modal-footer a{
    border: 2px solid #ffa90080;
}

.service-names {
    margin: 0 2px;
    color: #e33d3d;
}

.service-badge {
    background: none;
    border: 1px solid #e33d3d;
}

.service-modal-body .description {
    font-size: 0.9em;
}

.btn-close {
    color: #e33d3d;
    border: none;
    background: transparent;
}

.service-modal-body .service-options {
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e41a1a;
}

.credits {
    font-size: 0.7em
}

.hide {
    display: none;
}

.error-message {
    color: #fff;
    position: relative;
    z-index: 10;
    bottom: 60px;
}

.modal-open .modal {
    background-color: #ffffff;
    padding-top: 50px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    right: 20px;
    display: none;
}

.call-icon {
    position: fixed;
    bottom: 31px;
    z-index: 999;
    left: 10px;
    display: none;
}

.lengthy {
    min-height: 60vh;
}

.home-drop-box .drop-btn:focus, .footer-drop .drop-btn:focus {
    outline-style : none;
}

button:focus {
    outline-style: none;
}

.paragraph {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.pricing {
    font-weight: 600;
    color: yellow;
    border: 1px solid;
    padding: 2px 14px;
    border-radius: 22px;
}

.header-pandit {
    height: 100px; 
    width: auto
}

#image-list div {
    height: 300px;
    width: auto;
}
#image-list img {
    height: 300px;
    max-width: 400px;
    object-fit: cover;
}

.pooja-footer {
    margin-top: 80px
}

.img-holder {
    height: 200px;
    width: 300px; 
    padding: 10px;
    overflow: hidden;
}

/* .img-holder img {
    object-fit: contain

} */

.navbar-light .navbar-nav .nav-item .active {
    color: #e33d3d;
    font-weight: 500;
    border: 1px solid #e33d3d;
    border-radius: 40px;
    padding: 5px 20px;
}

.text-input {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius:4px;
    padding: 10px;
}

textarea::placeholder, .text-input::placeholder {
    color: #999;
}

.text-input:focus {
    outline-style:none;
}

.main-content {
    min-height: 400px;
    justify-content: center
}

.query-send{
    height: 46px;
    width: 100px;
    border-radius: 23px;
    position: relative;
    background-color: red;
    color: yellow;
    border:none;
    margin-top: 10px;
    /* top: 9vh; */
    transition: 0.6s;
}

#success-message {
    padding-top: 200px;
    height: 350px;
}

.pay-btn {
    border: 1px solid #e33d3d;
    background-color: #e33d3d;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.pay-btn:hover {
    border: 1px solid #e33d3d;
    background-color: #ffffff;
    color: #e33d3d;
    border-radius: 20px;
    padding: 5px 20px;
}

.social-icons {
    font-size: 1.5em;
}

@media screen and (max-width: 425px) {
    .home-drop {
        min-height: 50vh;
    }

    .home-drop-box .drop-btn, .footer-drop .drop-btn {
        margin: 4px 0;
    }

    .home-drop-box, .footer-drop {
        height: 150px
    }
    .footer-drop .search-again-box{
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        position: relative;
        z-index: 1;
        bottom: 30px;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
    .home-drop-box .search-again-box{
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        position: relative;
        z-index: 1;
        bottom: 70px;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
    
    .home-drop .subheader{
        font-size: 0.6em
    }
    .result-head h2 {
        font-size : 1.2em;
    }

    .home-drop-box .drop-btn, .footer-drop .drop-btn {
        width: 80%;
    }

    .pooja-footer {
        margin-top: 0
    }
}