

@media screen and (min-width: 1366px) {
    .container{max-width: 1250px;}
}
@media only screen and (max-width: 991px){
    body{padding-top: 120px; overflow: visible;}
    .mobile{display: block  !important;}
    .desktop{display: none;}
    nav#mainNav .nav-item > a {
        padding: 15px 0;
        border-bottom: solid 1px #c3c3c3;
    }
   nav#mainNav .nav-item{
    padding: 0;
   }

    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        position: absolute;
        right: 200px;
        outline: none;
        z-index: 8;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #fff;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
    }
    .cross-toggler {
        background: #ed4834;
        border: none;
        color: #fff;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    body.transform{
        transform: translateX(-320px);
        overflow: hidden;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }

    .overLay.active {
        display: block;
    }
    .bannerContent h1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerContent h1 img {
        max-height: 35px;
    }

    .bannerContent h3 {
        font-size: 17px;
    }

    .searchOptions {
        flex-wrap: wrap;
    }

    .searchBx {
        width: 100%;
        padding: 15px 50px;
    }
    .searchbox2 {
        margin: -60px 30px;
        /* padding: 12px; */
    }

    .feature ul {
        margin-bottom: 20px;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }
    .feature ul li h3{
        font-size: 16px;
    }
    
    .navbar-light .navbar-toggler {
        right: 10px;
    }

    .all_temple_booking_dropdown{
        position: absolute;
        right: 50px;
        top: 10px;
    }

    .dropdown-menu-website{
        background: #ffe4d8;
    }

    .logInBtn a{
        color: #000000!important;
        border-bottom: 1px solid #a4a4a4;
    }
    
}
@media only screen and (max-width: 767px){
    
   .topHeader li a, .topHeader li {
        font-size: 12px;
    }

    .footerContent {
        margin-top: 30px;
    }

    .mainFooter h3 {
        font-size: 15px;
    }
    .navbar-light .navbar-toggler {
        right: 10px;
    }
    .mainFooter ul.unorderList li a{
        font-size: 13px;
    }
}
@media only screen and (max-width: 460px){
    .navbar-light .navbar-toggler {
        right: 10px;
    }
    .mainFooter .d-flex.justify-content-between {
        flex-wrap: wrap;
    }

    .mainFooter .d-flex.justify-content-between .d-block {
        margin-bottom: 20px;
    }

    .all_temple_booking_dropdown{
        position: absolute;
        right: 50px;
        top: 10px;
    }
}
