body {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    padding-bottom: 0;
    position: relative;
    background: #000 url(../Images/body-bg.jpg) repeat fixed;
}

    body:before, body:after {
        content: '';
        position: absolute;
        width: 73px;
        height: 100%;
        top: 0px;
        z-index: 4;
    }

    body:before {
        left: 0;
        background: url(../Images/body-bg-left.png) repeat-y left top fixed;
    }

    body:after {
        right: 0;
        background: url(../Images/body-bg-right.png) repeat-y right top fixed;
    }

    body::-webkit-scrollbar {
        display: none;
    }

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.line-truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mrgn-t-sm {
    margin-top: 15px;
}

.mrgn-t-md {
    margin-top: 30px;
}

.mrgn-t-lg {
    margin-top: 45px;
}

.mrgn-b-sm {
    margin-bottom: 15px;
}

.mrgn-b-md {
    margin-bottom: 30px;
}

.mrgn-b-lg {
    margin-bottom: 45px;
}

.img-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.heading {
    position: relative;
    font-weight: bold;
    text-align: center;
    padding-bottom: 45px;
}

    .heading:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
        text-align: center;
        background: url(../Images/heading-line-red.png) no-repeat center top;
    }

.btn.btn-theme {
    position: relative;
    color: #fff;
    background-color: #faa61a;
    border: none;
    padding: 11px 20px;
    border-radius: 0;
}

    .btn.btn-theme i {
        background: #666666;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        line-height: 40px;
    }
/********************************/
/*       Navbar       */
/********************************/

.main-navbar {
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}

    .main-navbar:after {
        content: '';
        width: 100%;
        height: 61px;
        margin-bottom: -61px;
        bottom: 0;
        left: 0;
        position: absolute;
        background: url(../Images/header-strip.png) repeat-x top left;
    }


.navbar.main-nav {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar.main-nav {
    border: none;
    background: #8e0015;
}

    .navbar.main-nav .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 20px;
        transition: .2s;
    }

        .navbar.main-nav .navbar-nav > li > a:hover {
            color: #fff;
        }

.navbar-default.main-nav .navbar-nav > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #f7941d;
    opacity: 0;
    transition: .3s;
}

.navbar-default.main-nav .navbar-nav > li:hover:before,
.navbar-default.main-nav .navbar-nav > li.active:before {
    height: 100%;
    opacity: 1;
}

.navbar.main-nav .navbar-nav > .active > a,
.navbar.main-nav .navbar-nav > .active > a:hover,
.navbar.main-nav .navbar-nav > .active > a:focus {
    background: #f7941d;
    color: #fff;
}


.navbar.main-nav .navbar-toggle {
    border: none;
    padding: 15px 10px;
    margin-right: 0px;
}

    .navbar.main-nav .navbar-toggle:hover,
    .navbar.main-nav .navbar-toggle:focus {
        background: none;
    }

    .navbar.main-nav .navbar-toggle .icon-bar {
        background-color: #fed622;
        width: 22px;
        height: 2px;
        display: block;
    }

.navbar.main-nav .dropdown > a i {
    font-size: 19px;
    right: 0;
    margin-top: 2px;
    position: absolute;
}

.navbar.main-nav .dropdown-menu > li > a {
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.navbar.main-nav .dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.navbar.main-nav .dropdown-menu > li > a:hover,
.navbar.main-nav .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #faa61a;
}

.navbar.main-nav .dropdown-menu {
    padding: 0;
    background: #ffffff;
    border: none;
}

.navbar-default.navbar.main-nav .navbar-nav > .open > a,
.navbar-default.navbar.main-nav .navbar-nav > .open > a:hover,
.navbar-default.navbar.main-nav .navbar-nav > .open > a:focus {
    background: none;
    border-color: #002440;
    color: #fff;
}

.navbar.main-nav .dropdown-menu > .active > a,
.navbar.main-nav .dropdown-menu > .active > a:hover,
.navbar.main-nav .dropdown-menu > .active > a:focus {
    background-color: #faa61a;
}

/*==============top Strip=============*/

.top-strip {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 8px 0;
}

    .top-strip:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #fdebc6;
        background: linear-gradient(#fdebc6,#ffffff00);
    }

    .top-strip .container {
        background: url(../Images/header-banner.png) no-repeat center;
        background-size: contain;
        height: 148px;
        position: relative;
    }

    .top-strip img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

header .govt-logo {
    width: 244px;
    height: 91px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -122px;
    margin-bottom: 37px;
    background: url(../Images/govt-logo.png) no-repeat center center;
}
/*==============Fixed Header===========*/
.fixed.main-navbar {
    position: fixed;
}

    .fixed.main-navbar .top-strip {
        display: none;
        margin-top: -40px;
    }

    .fixed.main-navbar .govt-logo {
        display: none;
    }

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
    margin-top: 26px;
    padding: 0;
}

    .fade-carousel .carousel-inner .item {
        height: 500px;
    }

    .fade-carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .fade-carousel .carousel-inner .active {
        opacity: 1;
    }

        .fade-carousel .carousel-inner .active.left,
        .fade-carousel .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .fade-carousel .carousel-inner .next.left,
    .fade-carousel .carousel-inner .prev.right {
        opacity: 1;
    }

    /********************************/
    /*       Slides backgrounds     */
    /********************************/
    .fade-carousel .slides > .slide-div {
        height: 500px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .fade-carousel .slides img {
        width: 100%;
        height: 500px;
    }

    .fade-carousel .carousel-inner:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        height: 50%;
        background: #191b25;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), to(#191b25));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), #fae6cf);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.0)', endColorstr='#191b25');
    }

    .fade-carousel .carousel-control {
        width: 40px;
        height: 40px;
        top: 48%;
        z-index: 1;
    }

        .fade-carousel .carousel-control.left,
        .fade-carousel .carousel-control.right {
            background: none;
            z-index: 4;
        }

        .fade-carousel .carousel-control.left {
            margin-left: 70px;
        }

        .fade-carousel .carousel-control.right {
            margin-right: 70px;
        }

        .fade-carousel .carousel-control .fa {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            font-size: 25px;
            color: #fff;
            text-align: center;
            text-shadow: none;
            background: #000;
        }

.banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 0px 65px;
    text-align: center;
}

    .banner-title h2 {
        font-size: 25px;
        color: #fff;
        margin: 0;
        padding: 60px 15px 40px 15px;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInTop;
        animation-name: fadeInTop;
    }

        .banner-title h2 strong {
            color: #f7941d;
        }

@-webkit-keyframes fadeInTop {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInTop {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutTop {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes fadeOutTop {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}


@media (max-width: 767px) {
    .fade-carousel .carousel-inner:before,
    .fade-carousel .carousel-inner:after,
    .fade-carousel .carousel-inner:hover:before,
    .fade-carousel .carousel-inner:hover:after {
        opacity: 0;
    }

    .fade-carousel,
    .fade-carousel .carousel-inner .item,
    .fade-carousel .slides > div {
        height: auto;
    }

    .fade-carousel {
        margin-top: 0px;
    }

    .banner-title {
        background: #091929;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), to(#091929));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), #091929);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.0)', endColorstr='#091929');
    }

        .banner-title h2 {
            font-size: 12px;
            padding: 40px 25px 3px 25px;
        }

    .fade-carousel .slides img {
        height: 160px;
    }

    .fade-carousel .carousel-control .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 18px;
    }

    .fade-carousel .slides > .slide-div {
        height: auto;
    }

    .banner-title {
        padding: 0px 15px;
    }

    .fade-carousel .carousel-control.left {
        margin-left: 5px;
    }

    .fade-carousel .carousel-control.right {
        margin-right: 5px;
    }
}

/*============welcome text=============*/

.welcome-text {
    background: #fbe6ce url(../Images/bg-teture.png) repeat;
}

    .welcome-text .container {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .welcome-text p {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
        color: #000;
    }

    .welcome-text .wel-point {
        margin-top: 30px;
    }

        .welcome-text .wel-point img {
            float: left;
            margin-right: 10px;
        }

        .welcome-text .wel-point h4 {
            font-weight: bold;
        }



        .welcome-text .wel-point h5 {
            font-size: 13px;
        }
/*============facilities=============*/
.facilities {
    background: #55000c url(../Images/bg-teture.png) repeat;
}

    .facilities .container {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .facilities h4 {
        font-size: 18px;
        font-weight: bold;
        color: #f7941d;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .facilities p {
        color: #fff;
    }

    .facilities .heading {
        color: #fff;
        font-weight: normal;
    }

        .facilities .heading:after {
            background: url(../Images/heading-line-white.png) no-repeat center top;
        }
/*============abt-point=============*/
.abt-point {
    background: #fbe6ce url(../Images/bg-teture.png) repeat;
}

    .abt-point .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .abt-point img {
        float: left;
        margin-right: 15px;
    }

    .abt-point h3 {
        font-size: 28px;
        font-weight: 500;
        margin-top: 0;
    }

    .abt-point p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    .abt-point a {
        color: #fff;
        background: #8e0015;
        padding: 2px 6px;
        font-size: 12px;
        margin-left: 5px;
    }

/*============footer=============*/
footer {
    padding-top: 30px;
    color: #d7d7d7;
}

    footer h5 {
        position: relative;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 0px 0px 14px 0px;
        letter-spacing: 1px;
    }

        footer h5:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 55px;
            height: 2px;
            background: #fb930d;
            -webkit-transition: all .9s ease-in-out;
            -moz-transition: all .9s ease-in-out;
            -o-transition: all .9s ease-in-out;
            -ms-transition: all .9s ease-in-out;
            transition: all .9s ease-in-out;
        }

    footer ul {
        padding: 0px 0;
    }

        footer ul li {
            padding: 8px 0;
            color: #000;
            position: relative;
            padding-left: 15px;
        }

            footer ul li:before {
                content: "";
                position: absolute;
                left: 0;
                width: 8px;
                height: 8px;
                background: #fb930d;
                top: 50%;
                margin-top: -5px;
                border-radius: 50%;
            }

            footer ul li a {
                text-transform: uppercase;
                color: #d7d7d7;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                footer ul li a:hover {
                    padding-left: 3px;
                    color: #ddd;
                    text-decoration: none;
                }

    footer p {
        line-height: 34px;
    }

    footer .bottom {
        border-top: 1px solid #f7941d;
        padding: 20px 0;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        position: relative;
    }

        footer .bottom a {
            color: #fff;
            text-decoration: none;
        }

    footer .social-links {
        text-align: center;
        position: absolute;
        margin-top: -9px;
        top: 0;
        width: 100%;
        z-index: 4;
    }

        footer .social-links a {
            background: #f7941d;
            padding: 5px 15px;
            border-radius: 25px;
            font-size: 12px;
            font-weight: 600;
            transition: .3s;
        }

            footer .social-links a i {
                margin-right: 8px;
            }

            footer .social-links a:hover {
                background: #8e0015;
            }

/*============mobile=============*/

@media (max-width: 767px) {
    .navbar-default.main-nav .navbar-brand {
        background: url(../Images/header-banner-mob.png) no-repeat;
        background-size: 100%;
        width: 250px;
        height: 50px;
        margin-left: 5px;
        margin-top: 7px;
    }

    .top-strip, body:before, body:after {
        display: none;
    }

    .abt-point .container {
        text-align: center;
    }

    .abt-point img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    main-nav .navbar-nav {
        margin: 0 -15px;
    }
}

.white-bg, .red-bg {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .white-bg:before, .red-bg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 8px;
        top: 0;
        left: 0;
        margin-top: -8px;
    }

.white-bg {
    background: #ffffff;
}

    .white-bg:before {
        background: url(../Images/white-bg-corner.png) repeat-x left;
    }

.red-bg {
    background: #770415;
    color: #fff;
}

    .red-bg:before {
        background: url(../Images/red-bg-corner.png) repeat-x left;
    }
/*==========pages========*/
.pages {
    background: #fbe6ce url(../Images/bg-teture.png) repeat;
    padding-top: 60px;
    min-height: calc(100vh - 200px);
}

    .pages .container {
    }

    .pages p {
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
    }

.other {
    position: relative;
    background: #30291f;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 30px;
}

    .other:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 53px;
        left: 0;
        top: 0;
        margin-top: -53px;
        background: url(../Images/corner-about.png) no-repeat top;
        background-size: cover;
    }

    .other .box img {
        margin-bottom: 30px;
    }

    .other h4 {
        margin-bottom: 20px;
    }

.pages .ul-list li {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
}

    .pages .ul-list li strong {
        float: right;
        padding-right: 15px;
    }

.pooja-list .container, .facilities-list .container, .accomadation-list .container, .contactus .container {
    padding-bottom: 50px;
}

.facilities-list .f-list ul > li {
    float: left;
    width: 100%;
    padding-left: 93px;
    position: relative;
    padding-bottom: 20px;
}

    .facilities-list .f-list ul > li span {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 10px;
        width: 95px;
        height: 89px;
    }

    .facilities-list .f-list ul > li h4 {
        margin-bottom: 20px;
    }

    .facilities-list .f-list ul > li p {
        line-height: 24px;
    }

    .facilities-list .f-list ul > li ol li {
        padding: 10px 0 15px 20px;
        position: relative;
        font-size: 14px;
    }

        .facilities-list .f-list ul > li ol li:before {
            content: "";
            position: absolute;
            left: 0;
            width: 6px;
            height: 6px;
            background: #8e0015;
            top: 0;
            margin-top: 16px;
            border-radius: 50%;
        }

.facilities-sub {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccbaa5;
}

    .facilities-sub .owl-item {
        padding: 5px;
    }

        .facilities-sub .owl-item .item {
            border: 3px solid #fff;
            box-shadow: 0px 0px 6px #00000040;
            border-radius: 80px 25px;
            overflow: hidden;
        }

    .facilities-sub .owl-nav, .facilities-sub.owl-dots {
        display: none;
    }

.pages.accomadation-list h4 {
    font-weight: 600;
    color: #333;
    font-size: 19px;
    border-bottom: 1px solid #f7941d;
    padding-bottom: 15px;
}

.pages.accomadation-list .box {
}

    .pages.accomadation-list .box img {
        width: 120px;
        height: 120px;
        position: absolute;
        border: 3px solid #fff;
        box-shadow: 0px 0px 7px #0000002e;
    }

.pages.accomadation-list .ul-list {
    padding-left: 140px;
    margin-bottom: 30px;
}

.contactus h5 {
    font-size: 16px;
}

.contactus .map {
}

.contactus .queries {
    background: rgba(218, 115, 6, 0.31);
    padding: 20px;
    margin-top: 30px;
    border-radius: 4px;
}

    .contactus .queries h4 {
        text-align: center;
    }

    .contactus .queries .form-control {
        height: 43px;
        border: 1px solid #e3e3e3;
        padding: 6px 20px;
    }

.pages.pooja-list h4 {
    background-color: #f4a136;
    background: -webkit-gradient(linear,left top,right top,from(#f4a136),to(#ffffff00));
    background: linear-gradient(90deg,#f4a136,#ffffff00);
    padding: 13px;
    font-weight: 600;
    margin-bottom: 0;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 19px;
}

.pages.pooja-list ul {
    box-shadow: 0px 0px 10px -2px #00000069;
    background: #ffffffa8;
    border-radius: 0px 6px 6px;
}

.pages.pooja-list .ul-list li {
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #fae6cf;
    transition: .3s;
    font-weight: 500;
}

    .pages.pooja-list .ul-list li:hover {
        background: #fff;
    }

/*------------*/
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0px;
    outline-offset: 0px;
}

.inner_heading {
    position: relative;
    font-weight: bold;
    text-align: center;
    padding-bottom: 45px;
}

    .inner_heading:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
        text-align: center;
        background: url(../Images/heading-line-red.png) no-repeat center top;
    }

.navbar-brand {
    display: none;
}

.captcha > .input-group-addon {
    padding: 0px 0px;
    border: none;
    background: none;
}

.pooja-form .panel {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px 15px;
    box-shadow: 0px 0px 16px #00000038;
    border-radius: 6px;
}

.form-control {
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.note-box {
    padding-top: 41px;
}

.ol-list {
    margin: 0;
    padding-left: 20px;
    line-height: 21px;
    font-weight: bold;
}

    .ol-list li {
        padding: 5px 0;
        position: relative;
    }

        .ol-list li:before {
            content: "";
            position: absolute;
            left: -17px;
            width: 8px;
            height: 8px;
            background: #fb930d;
            top: 0;
            margin-top: 11px;
            border-radius: 50%;
        }

.make-pay {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dedede;
}

    .make-pay p {
        font-size: 12px;
        font-weight: 500;
    }

/* BEGIN Added By Krishna */
.pages.content-page .container {
    padding: 30px;
}

.content-page ul li {
    padding: 10px 10px 10px 30px;
    display: block;
    position: relative;
}

    .content-page ul li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 8px;
        height: 8px;
        background: #fda800;
        top: 22px;
        margin-top: -4px;
        transition: .3s;
        border-radius: 50%;
    }

.content-page h4 {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .content-page h4:before, .content-page h4:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 0;
    }

    .content-page h4:before {
        width: 10%;
        height: 3px;
        background: #fe8a01;
    }

    .content-page h4:after {
        width: 100%;
        height: 1px;
        background: #ccc;
    }
/* END Added By Krishna */

.popup-notice {
    position: fixed;
    z-index: 1002;
    width: 80%;
    height: auto;
    left: 50%;
    margin-left: -40%;
    top: 10px;
    background: #feecc7;
    padding: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(#feecc7),to(#ffffff));
    background-image: linear-gradient(to right,#feecc7,#fff);
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    .popup-notice .alert-body {
    }

        .popup-notice .alert-body .img-responsive {
            display: inline-block;
        }

.alert ~ .popup-overlay {
    position: fixed;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.72);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    overflow-y: auto;
    transition: .3s;
}

.imp-note {
    position: relative;
    padding: 35px;
}

    .imp-note p {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
    }

    .imp-note h4 {
        font-weight: 600;
    }

    .imp-note .line {
        left: 0;
        right: 0;
        height: 1px;
        background: #8e0015;
        margin: 20px 0;
    }

.popup-notice button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #8e0015;
    background: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 4px 17px #0009;
    font-size: 28px;
    z-index: 1;
}

.imp-note .img-responsive {
    display: inline-block;
    margin-bottom: 5px;
}

.popup-notice .dep-section p {
    font-size: 12px;
}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}

.greeting {
    padding-bottom: 30px;
}

.popup-notice .dep-section .greeting p {
    position: relative;
    border-bottom: 2px dotted #ff9200;
    display: inline-block;
    padding: 0px 30px 14px 30px;
    font-size: 1.5rem;
    line-height: 19px;
}

.greeting p:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff9200;
    bottom: -6px;
    left: 50%;
    border-radius: 50%;
}

.greeting h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #00639c;
}

.greeting h6 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #803b00;
}

.small-text {
    font-size: 75%;
}

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .app-header .navbar-brand {
        left: 36%;
    }

    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        display: block;
    }

    header .govt-logo {
        display: none;
    }

    .pages .container {
        padding-top: 0px;
    }

    .navbar-default.main-nav .navbar-nav > li:before {
        display: none;
    }

    .navbar-default.main-nav .navbar-nav > li.dropdown.open {
        background: #f7941d;
        color: #fff;
    }

    /* BEGIN Added By Krishna */
    .heading {
        font-size: 15px;
    }
    /* END Added By Krishna */
    .pages .ul-list li, .pages.pooja-list .ul-list li {
        font-size: 11px;
        font-weight: 500;
    }

    .pages.accomadation-list h4 {
        font-size: 15px;
    }

    .pages.pooja-list h4 {
        color: #51000c;
        font-size: 14px;
    }

    .popup-notice {
        z-index: 1002;
        width: 100%;
        left: 0%;
        margin-left: 0%;
        top: 0%;
        max-height: 100vh;
        overflow-y: auto;
        border-radius: 0;
    }

    .imp-note {
        position: relative;
        padding: 15px;
        padding-top: 30px;
    }

    .popup-notice button.close {
        top: 2px;
        right: 2px;
        width: 30px;
        height: 30px;
        line-height: 28px;
        border-radius: 5px;
        position: fixed;
    }

    .imp-note p {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
    }

    .pages.accomadation-list .box img {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 15px;
    }

    .pages.accomadation-list .ul-list {
        padding-left: 0px;
        margin-bottom: 15px;
    }

    footer .bottom {
        margin-top: 20px;
    }

    .welcome-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .welcome-text .wel-point h5 {
        font-size: 12px;
        font-weight: 500;
    }

    .main-navbar:after {
        background: url(../Images/header-strip.png) repeat-x top left;
        background-size: contain;
    }
}
