body {
    font-family: "Roboto", sans-serif !important;
    /* background-color:#fae0e0; */
    background-color: #fae0e0 !important;
}

.bg-img {
    background: url(https://bookseva.com/assets/img/bg.jpg) repeat #8e0000;
}

#btm-btn-fixed {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0px;
    outline: none;
    border: none;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    padding: 0px;
    margin-bottom: -50px;
    margin-left: -50px;
    cursor: pointer;
    z-index: 1040;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#btm-btn-fixed i {
    font-size: 30px;
    top: -20px;
    position: relative;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-container {
    width: 100%;
    background: url(https://bookseva.com/assets/img/bg-flower.png) top no-repeat;
}

.orange-btn {
    background-color: #ff6600;
    color: #ffe0cc;
}

.orange-btn {
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.5);
    border-radius: 50%;
    -webkit-animation: pulseo 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulseo 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulseo 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulseo 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulseo {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@-moz-keyframes pulseo {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@-ms-keyframes pulseo {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@keyframes pulseo {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

.white-btn {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-animation: pulsew 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsew 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsew 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsew 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background-color: #ffe0cc;
    color: #ff6600;
}

@-webkit-keyframes pulsew {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@-moz-keyframes pulsew {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@-ms-keyframes pulsew {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

@keyframes pulsew {
    to {
        box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);
    }
}

.white-btn i {
    transform: rotate(180deg);
}

.footerbtm-circle {
    width: 800px;
    height: 800px;
    position: fixed;
    background-color: rgba(255, 102, 0, 0.75);
    bottom: 0px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    margin-left: -400px;
    margin-bottom: -630px;
    z-index: 1005 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footerbtn {
    width: 100%;
    border: none;
    outline: none !important;
    cursor: pointer;
    position: relative;
    background: none;
    padding: 0px;
    margin: 0px;
    z-index: 1038 !important;
}


/********14 - 8 - 200*/

.footerbtn span {
    width: 70px;
    height: 70px;
    background-color: #ffe0cc;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    outline: none !important;
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    position: relative;
    float: left;
}

.footerbtn span img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footerbtn span font {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 2px;
    min-width: 20px;
    height: 20px;
    background-color: #860000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

#btm-btn-fixed font {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 2px;
    min-width: 20px;
    height: 20px;
    background-color: #ffe0cd;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    color: #860000;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.white-btn font {
    display: none;
    visibility: hidden;
}


/********14 - 8 - 200 end*/

.footerbtn h6 {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    color: #ffe0cc;
    float: left;
    font-weight: 500;
    font-size: 13px;
}

.fixed-bottom .col-lg-5 {
    padding-left: 30px;
    padding-right: 30px;
}

.fixed-bottom .col-3:nth-child(1) .footerbtn,
.fixed-bottom .col-3:nth-child(4) .footerbtn {
    bottom: 5px;
}

.fixed-bottom .col-3:nth-child(2) .footerbtn,
.fixed-bottom .col-3:nth-child(3) .footerbtn {
    bottom: 55px;
}

.fixed-bottom .col-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.sopanam-logo {
    width: 70%;
    margin-left: 15%;
    margin-top: 32%;
}

.bookseva-icon {
    width: 50%;
    margin-left: 25%;
    margin-top: 10%;
}

.footer-circle-hide {
    margin-bottom: -830px;
}

.footer-circle-view {
    margin-bottom: -500px;
}

#footerbtns-con {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.hide-foot-btns {
    position: relative;
    bottom: -200px;
}

.view-foot-btns {
    position: relative;
    bottom: 100px;
}

.view-foot-btns .col-3:nth-child(1) .footerbtn {
    opacity: 1;
    -webkit-animation: linear;
    -webkit-animation-name: btnopacityone;
    -webkit-animation-duration: 0.6s;
}

.view-foot-btns .col-3:nth-child(2) .footerbtn {
    opacity: 1;
    -webkit-animation: linear;
    -webkit-animation-name: btnopacitytwo;
    -webkit-animation-duration: 0.7s;
}

.view-foot-btns .col-3:nth-child(3) .footerbtn {
    opacity: 1;
    -webkit-animation: linear;
    -webkit-animation-name: btnopacitythree;
    -webkit-animation-duration: 0.8s;
}

.view-foot-btns .col-3:nth-child(4) .footerbtn {
    opacity: 1;
    -webkit-animation: linear;
    -webkit-animation-name: btnopacityfour;
    -webkit-animation-duration: 0.9s;
}

@-webkit-keyframes btnopacityone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes btnopacitytwo {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes btnopacitythree {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes btnopacityfour {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header-wrapper {
    width: 100%;
    background: url(https://bookseva.com/assets/img/bg.jpg) repeat #8e0000;
    color: #ffefe2;
    /* padding: 8px 0px 0px 0px; */
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.header-wrapper .container img {
    margin: 15px 10px 15px 0px;
}

.sopanam-logo {
    width: 260px;
}


/* .header-wrapper h4 {
	width: 100%;
	text-transform: uppercase;
	padding: 12px 0px;
	margin: 0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	font-weight: bold;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
} */


/* 
code added by jikhil on 29-10-2020 */

.header-wrapper .dropdown {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none !important;
}

.header-wrapper .dropdown button:hover,
.header-wrapper .dropdown button:focus {
    background: none;
}

.header-wrapper .dropdown button:after {
    display: none;
    visibility: hidden;
}

.header-wrapper .dropdown button {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    background: none !important;
}

.header-wrapper .dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.header-wrapper .dropdown-menu a {
    padding: 8px 10px;
    margin: 0px;
    font-size: 14px;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 500 !important;
}

.header-wrapper .dropdown-menu a:hover {
    background-color: #f1bf57;
    color: #000;
}


/* 
code added by jikhil on 29-10-2020 */

.menu-container {
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}

.menu-container input {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    padding-left: 15px;
    color: #fbdece;
    min-height: 45px;
    border: 2px solid #f1c152;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.menu-container input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f1c152;
}

.menu-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f1c152;
}

.menu-container input:-ms-input-placeholder {
    /* IE 10+ */
    color: #f1c152;
}

.menu-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #f1c152;
}

.menu-container button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 990;
    border: none;
    outline: none;
    background: none;
    padding: 0px 20px;
    color: #f1c152;
    min-height: 45px;
    font-size: 22px;
    cursor: pointer;
}

.footer-btmwrapper {
    text-align: center;
    background: url(https://bookseva.com/assets/img/bg.jpg) repeat #8e0000;
    min-height: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    /* position:fixed; */
    top: 0px;
    width: 100%;
    z-index: 1080;
}

.footer-btmwrapper button {
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    background: none;
    border: none;
    border-right: 1px solid #6c0000;
    outline: none;
    min-height: 40px;
    font-weight: 700;
    font-size: 16px;
}

.footer-btmwrapper button i {
    margin: 8px 0px 0px 0px;
}

.footer-btmwrapper button img {
    height: 20px;
    margin: 0px 10px 0px 0px;
}

.footer-btmwrapper button span {
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 1px;
}

.footer-btmwrapper button:last-child {
    border-right: none;
}

.footer-btmwrapper button font {
    width: 15px;
    height: 15px;
    background-color: #f1c361;
    position: absolute;
    top: 5px;
    margin-left: 10px;
    float: left;
    color: #dd2027;
    font-weight: 700;
    font-size: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-btmwrapper .col-3,
.footer-btmwrapper .row,
.footer-btmwrapper .col-lg-4 {
    padding: 0px;
    margin: 0px;
}

.footer-btmwrapper .container {
    padding-left: 0px;
    padding-right: 0px;
}

.page-logos {
    width: 180px;
    margin: 10px 0px !important;
}


/* 
.offeringlist {
	width: 100%;
	background-color: #faefef !important;
	padding: 10px;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
	float: left;
	text-decoration: none;
	color: #000000;
	margin: 6px 0px;
}

.offeringlist h5 {
	padding: 0px;
	margin: 0px !important;
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

.offeringlist h6 {
	padding: 4px 20px 2px 20px;
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	border: none;
	background-color: #f1c152;
	float: left;
	color: #513a05;
	font-weight: bold;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.offeringlist p {
	padding: 0px;
	margin: 8px 0px 8px 0px;
	line-height: 20px;
	width: 100%;
	float: left;
}

.offeringlist h4 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	float: left;
}

.offeringlist h4 img {
	height: 11px;
	position: relative;
	top: -1px;
	margin-right: 0px;
}

.offeringlist .col-4 .addbtn {
	width: 100%;
	padding: 8px 0px;
	margin: 0px;
	border: none;
	font-weight: 700;
	background-color: #dd2027;
	color: #f3dbac;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
} 
.offeringlist .col-4 .addbtn:hover {
	background-color: #f1c152;
	color: #000;
}

.offeringlist .col-4 .addbtn i {
	margin-left: 5px;
}

.offeringlist .col-4 span {
	width: 100%;
	height: 100px;
	float: left;
}

.offeringlist .col-4 span img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
*/

.fixed-bottom {
    margin-bottom: -100px !important;
}

.pagecontainer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.left-arrow {
    font-size: 24px !important;
}

.left-arrow i {
    margin-top: 4px !important;
}

.menu-contain {
    position: fixed;
    width: 100%;
    background: rgba(204, 32, 33, 0.95);
    z-index: 1200;
    height: 100vh;
    right: 0%;
    overflow: hidden;
    top: 0px;
}

.menu-contain h6 {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.75;
}

.menu-contain h4 {
    width: 100%;
    text-align: center;
    float: left;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 0px;
    font-weight: bold;
    background-color: #f1c25a;
    color: #dc1d25;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.menu-contain .close-btn {
    position: relative;
    float: right;
    margin: 10px 10px 0px 0px;
    border: none;
    outline: none;
    background: none;
    padding: 0px;
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 998;
}


/****accordian style***/

.menu-contain .innerdiv {
    width: 90%;
    margin-left: 5%;
}

.menu-contain .card {
    background: none;
    border: none;
    width: 100%;
    margin: 2px 0px;
}

.menu-contain .btn-link-main {
    font-weight: bold;
    background-color: #f1c25a !important;
    color: #dc1d25 !important;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}


/****accordian style end***/

.menu-contain div button {
    width: 100%;
    float: left;
    padding: 8px 0px;
    margin: 0px;
    border: none;
    outline: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #f9676c;
}

.menu-contain div button:hover {
    background-color: #bd0a10;
}

.menu-contain div button:last-child {
    border-bottom: none;
}

.menu-right-hide {
    right: -100%;
}

.menu-left-hide {
    left: -100%;
}

.developedby {
    position: absolute;
    left: 20px;
    bottom: 55px;
    opacity: 0.75;
}

.developedbyteam {
    position: inherit;
    left: 20px;
    bottom: 55px;
    opacity: 0.75;
}

.menu-right {
    right: -100%;
    -webkit-animation-name: menuright-close;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-close {
    0% {
        right: 0%;
    }
    100% {
        right: -100%;
    }
}

.menu-left {
    right: -100%;
    -webkit-animation-name: menuleft-close;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

@-webkit-keyframes menuleft-close {
    0% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}

.menu-right-open {
    right: 0%;
    -webkit-animation-name: menuright-open;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-open {
    0% {
        right: -100%;
    }
    100% {
        right: 00%;
    }
}

.menu-left-open {
    left: 0%;
    -webkit-animation-name: menuleft-open;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

@-webkit-keyframes menuleft-open {
    0% {
        left: -100%;
    }
    100% {
        left: 00%;
    }
}

.menu-contain .privacybtn {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 15px;
    float: left;
}

.menu-contain .privacybutton {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    position: inherit;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 15px;
    float: left;
}

.menu-contain .privacybtn a {
    width: 50%;
    text-align: center;
    padding: 5px 0px;
    line-height: 30px;
    display: block;
    float: left;
    text-decoration: none;
    color: #ffffff;
}

.menu-contain .privacybutton a {
    width: 50%;
    text-align: center;
    padding: 5px 0px;
    line-height: 30px;
    display: block;
    float: left;
    text-decoration: none;
    color: #ffffff;
}

.menu-contain .privacybtn a:last-child {
    background-color: rgba(0, 0, 0, 0.15);
}

.menu-contain .privacynutton a:last-child {
    background-color: rgba(0, 0, 0, 0.15);
}

#parent .privacybtn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
}

#parent .privacybutton {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
}

#parent .privacybtn a {
    padding: 0px 10px;
}

#parent .privacybutton a {
    padding: 0px 10px;
}

.dietylist {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    min-height: 248px;
    margin: 6px 0px;
}

.dietylist img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.diety-container .col-6:nth-child(even) {
    padding-left: 7px !important;
}

.diety-container .col-6:nth-child(odd) {
    padding-right: 7px !important;
}

.diety-container .col-6 button {
    width: 100%;
    padding: 6px 0px;
    margin: 6px 0px 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    background-color: #dc1d25;
    color: #f1c25a;
}

.diety-container .col-6 h5 {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0px;
    margin: 6px 0px 0px 0px;
    font-weight: bold;
}

.pushpanjalilist {
    width: 100%;
    background-color: #faefef;
    padding: 4px 10px 4px 40px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
    outline: none !important;
    text-align: left;
    cursor: pointer;
    border: none;
}

.pushpanjalilist i {
    position: absolute;
    left: 10px;
    top: 20px;
    color: #dc1d25;
}

.pushpanjalilist h6 {
    padding: 0px;
    margin: 5px 0px;
    font-size: 15px;
}

.pushpanjalilist span {
    position: absolute;
    right: 15px;
    top: 17px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

.pushpanjalilist span img {
    height: 12px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.sevalist {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
    text-align: center;
}

.sevalist button {
    width: 100%;
    padding: 6px 0px;
    margin: 6px 0px 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    background-color: #cc2021;
    color: #f1c25a;
}

.sevalist h6 {
    padding: 4px 20px 2px 20px;
    margin: 5px 0px 10px 0px;
    font-size: 14px;
    border: none;
    background-color: #f1c152;
    color: #513a05;
    width: auto;
    font-weight: bold;
    -moz-border-radius: 15px;
    display: block;
    border-radius: 15px;
}

.sevalist h5 {
    padding: 0px;
    margin: 6px 0px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.sevalist img {
    /* width:150px;
	height:150px; */
    width: 50px;
    height: 50px;
    object-fit: cover;
}


/*responsive table style start*/

.table-condensed tr td {
    font-size: 15px;
    padding: 8px 10px;
}

.table-bordered {
    /*background-color:#00325c;*/
    border: none;
    padding: 0px;
}

#no-more-tables {
    color: #333333;
    border: none;
    overflow: scroll !important;
}

.table-bordered td,
.table-bordered th {
    border: none;
}

#no-more-tables tbody tr:nth-of-type(odd) {
    background-color: #ecc6c6;
}

.table-header {
    text-transform: uppercase;
    background-color: #cc2021;
    color: #f1c152;
    font-size: 14px;
}

#no-more-tables thead td,
#no-more-tables thead th {
    padding: 14px 10px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        padding: 12px;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #d89e9e;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        color: #333333;
        min-height: 38px;
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
    #no-more-tables tbody tr:nth-of-type(odd) {
        background-color: #ecc6c6;
    }
}


/*responsive table style end*/

.tablepage-con {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-controls {
    margin-bottom: 20px;
}

.page-controls input,
page-controls ion-datetime,
page-controls ionic-selectable,
.page-controls select {
    background: none !important;
    border: 2px solid #651819;
    height: 45px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.page-controls .col-md-4 span {
    width: 100%;
    position: relative;
    float: left;
}

.page-controls .col-md-4 span i {
    position: absolute;
    right: 15px;
    left: auto;
    top: 12px;
    font-size: 20px;
    color: #651819;
}

.page-controls input:focus,
.page-controls select:focus {
    border-color: #dc1d25;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(255, 0, 0, 0);
}

.page-controls .col-md-4 button {
    width: 100%;
    text-transform: uppercase;
    border: none;
    height: 45px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.page-controls .col-lg-4 .col-md-4:nth-child(1) {
    padding-right: 0px;
}

.page-controls .col-lg-4 .col-md-4:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}

.page-controls .col-lg-4 .col-md-4:nth-child(3) {
    padding-left: 0px;
}

.btn-show {
    background-color: #f46b03;
    color: #ffffff;
}

.btn-show:hover {
    background-color: #ce5706;
}

.btn-print {
    background-color: #db4fa5;
    color: #ffffff;
}

.btn-print:hover {
    background-color: #c4328b;
}

.btn-export {
    background-color: #cc2021;
    color: #ffffff;
}

.btn-export:hover {
    background-color: #8f1819;
}

.offeringlist {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
}

.offeringlist h5 {
    padding: 0px;
    margin: 0px !important;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.offeringlist h6 {
    padding: 4px 20px 2px 20px;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    border: none;
    background-color: #f1c152;
    float: left;
    color: #513a05;
    font-weight: bold;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.offeringlist p {
    padding: 0px;
    margin: 8px 0px 8px 0px;
    line-height: 20px;
    width: 100%;
    float: left;
    font-size: 14px;
}

.offeringlist h4 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
}

.offeringlist h4 img {
    height: 11px;
    position: relative;
    top: -1px;
    margin-right: 0px;
}

.offeringlist .col-4 .addbtn {
    width: 100%;
    padding: 8px 0px;
    margin: 0px;
    border: none;
    font-weight: 700;
    background-color: #dd2027;
    color: #f3dbac;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.offeringlist .col-4 .addbtn:hover {
    background-color: #3c1f35;
    color: #f1c25a;
}

.offeringlist .col-4 .addbtn i {
    margin-left: 5px;
}

.offeringlist .col-4 span {
    width: 100%;
    height: 100px;
    float: left;
}

.offeringlist .col-4 span img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    /* border-radius: 10px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.proceedcon h5 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.proceedcon h5 {
    padding: 8px 10px;
}

.proceedcon h5:nth-child(2) {
    background-color: #eed8d8;
}

.proceedcon h5:last-child {}

.proceedcon h5 img {
    height: 12px;
    position: relative;
    top: -2px;
}

.proceedcon h5 font {
    float: right;
}

.proceedcon .proceedbtn {
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 15px;
    background-color: #cc2021;
    color: #fff !important;
    cursor: pointer;
}

.checkoutlist .closebtns {
    position: absolute;
    right: 10px;
    top: -5px;
    background: none;
    border: none;
    outline: none;
}

.checkoutlist h4 {
    text-align: right;
    margin-top: 5px;
}

.checkoutlist h6 {
    margin-bottom: 10px;
}

.checkoutlist input {
    width: 50%;
    float: right;
    height: 36px;
    margin-bottom: 0px;
    border: 2px solid #7f1819 !important;
    box-shadow: none !important;
    outline: none;
    background: #faefef !important;
}

.checkoutlist label {
    font-weight: 700;
    margin-top: 5px;
}

.calandar-list {
    width: 100%;
    border: 2px solid #661819;
    padding: 10px 20px;
    margin-top: -2px;
    background: none;
    cursor: pointer;
    outline: none !important;
    text-align: left;
}

.calandar-list:hover {
    background-color: #eac8c8;
}

.calandar-list .col-6:last-child h4 {
    padding: 0px;
    margin: -5px 0px 0px 0px;
    text-align: right;
    font-weight: 900;
    float: right;
    font-size: 36px;
}

.calandar-list .col-6:last-child h4 font {
    width: 100%;
    float: right;
    font-size: 16px;
    margin-top: -4px;
}

.calandar-list .col-6:last-child h6 {
    width: 100%;
    float: right;
    text-align: right;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #dc1d25;
}

.calandar-list .col-6:first-child h6:nth-child(2) {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
}

.calandar-list .col-6:first-child h6:nth-child(1) {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    float: left;
    color: #dc1d25;
}

.calandar-list .col-6:first-child h6:nth-child(1) font {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333333;
}

.login-wrapper {
    width: 100%;
    background: url(https://bookseva.com/assets/img/bg.jpg) repeat #8e0000;
    min-height: 100vh;
    position: relative;
}

#parent {
    display: table;
    width: 100%;
    text-align: center;
    min-height: 100vh;
}

#child {
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper label {
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: #fae0e0;
}

.login-wrapper input {
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    height: 45px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 50px;
    font-size: 16px;
}

.login-wrapper input[type='checkbox'] {
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    height: 20px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 50px;
    font-size: 16px;
}

.login-wrapper textarea {
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    height: 100px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 50px;
    font-size: 16px;
}

.login-wrapper .col-lg-5 button {
    width: 100%;
    border: none;
    height: 45px;
    font-weight: 900;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #513a05;
    cursor: pointer;
    outline: none;
    background-color: #f1c152;
}

.login-wrapper h6 {
    padding: 0px;
    margin: 25px 0px 15px 0px;
    color: #fae0e0;
    font-size: 15px;
}

.login-wrapper h6 a {
    color: #feedb2;
    text-decoration: none;
    font-weight: 900;
}

.forgotpass {
    color: #fae0e0 !important;
    text-decoration: none;
}

.forgotpass:hover,
.login-wrapper h6 a:hover {
    color: #fff;
    text-decoration: none;
}

.login-wrapper .form-group {
    position: relative;
}

.login-wrapper .form-group span {
    width: 50px;
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #feedb2;
    padding: 5px 0px 0px 3px;
}

.login-wrapper .form-group .text-span {
    width: 50px;
    height: 100px !important;
    position: absolute;
    left: 0px;
    bottom: 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #feedb2;
    padding: 40px 0px 0px 3px;
}

.login-wrapper .form-group span i {
    color: #feedb2;
}

.login-wrapper input::-webkit-input-placeholder,
.login-wrapper textarea::-webkit-input-placeholder {
    color: #feedb2;
}

.login-wrapper input::-moz-placeholder,
.login-wrapper textarea::-moz-placeholder {
    color: #feedb2;
}

.login-wrapper input:-ms-input-placeholder,
.login-wrapper textarea:-ms-input-placeholder {
    color: #feedb2;
}

.login-wrapper input:-moz-placeholder,
.login-wrapper textarea:-moz-placeholder {
    color: #feedb2;
}

.login-wrapper font img {
    margin-bottom: 25px;
}

.page-btn {
    background: none !important;
    border: none !important;
    outline: none !important;
    position: absolute;
    top: 20px;
    color: #f1c152;
    font-size: 24px;
    left: 8px;
    z-index: 999;
    cursor: pointer;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.closebtn {
    left: auto;
    right: 8px;
}

.login-logo {
    width: 60%;
}


/* form page */

.form-wrapper .form-group input[type="text"],
.form-wrapper .form-group select {
    background: none !important;
    border: 2px solid #360000;
    height: 45px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #000000;
}

.form-wrapper .form-group textarea {
    background: none !important;
    border: 2px solid #360000;
    height: 100px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #000000;
}

.form-wrapper .form-group input:focus,
.form-wrapper .form-group select:focus,
.form-wrapper .form-group textarea:focus {
    border-color: #950000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(101, 190, 82, 0);
}

/* button {
    box-shadow: none !important;
} */

.form-wrapper .form-group label {
    font-size: 15px;
    padding: 0px;
    margin: 0px 0px 2px 0px;
    font-weight: 500;
    color: #360000;
}

.form-wrapper .btn {
    width: 100%;
    margin-bottom: 15px;
    background: none;
    background: none;
    height: 45px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.green-btn {
    background-color: #65be52 !important;
}

.green-btn:hover {
    background-color: #53ac40 !important;
}

.purple-btn {
    background-color: #8f44ad !important;
}

.purple-btn:hover {
    background-color: #7c309b !important;
}

.yellow-btn {
    background-color: #f19d16 !important;
}

.yellow-btn:hover {
    background-color: #d98909 !important;
}

.red-btn {
    background-color: #940000 !important;
}

.red-btn:hover {
    background-color: #6c0000 !important;
}

.orange-btns {
    background-color: #fe660a !important;
}

.orange-btns:hover {
    background-color: #d95404 !important;
}

.blue-btn {
    background-color: #014d8f !important;
}

.blue-btn:hover {
    background-color: #012b4f !important;
}


/*  checkbox-style */

.form-row .col-12,
.form-row .col-11,
.form-row .col-10,
.form-row .col-9,
.form-row .col-8,
.form-row .col-7,
.form-row .col-6,
.form-row .col-5,
.form-row .col-4,
.form-row .col-3,
.form-row .col-2,
.form-row .col-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #360000;
}

.form-row input[type="radio"],
.form-row input[type="checkbox"] {
    margin-right: 15px;
    outline: none !important;
    background: none !important;
}

.form-row input[type="radio"]:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #fae0e0;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #360000;
}

.form-row input[type="radio"]:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #950000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #950000;
}

.form-row input[type="checkbox"]:after {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #fae0e0;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #360000;
}

.form-row input[type="checkbox"]:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #950000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #950000;
}


/*  checkbox-style end */

.templelist {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    min-height: 130px;
    margin: 6px 0px;
    position: relative;
}

.templelist p {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 6px 0px 0px 0px;
    font-style: italic;
    font-size: 11px;
    color: #666666;
    line-height: normal;
}

.corner-star {
    position: relative;
}

.templelist.corner-star:after {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(https://bookseva.com/assets/img/star2.svg) no-repeat;
    background-size: 50px 50px;
    content: '';
    z-index: 900px;
}

.templelist h6 {
    font-size: 14px;
    padding: 0px;
    margin: 8px 0px 0px 0px;
}

.templelist h6 i {
    font-size: 13px;
    margin-right: 4px;
}

.templelist span {
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 120px;
    float: left;
    overflow: hidden;
}

.templelist span img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.templelist .col-8 {
    padding-left: 0px;
}

.templelist .col-8 h5 {
    padding: 0px;
    margin: 5px 0px;
    font-size: 16px;
}


/* .templelist .col-8 .addbtn {
    width: 100%;
    padding: 6px 0px;
    margin: 6px 0px 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    background-color: #dc1d25;
    color: #f1c25a;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
}

.templelist .col-8 div {
    min-height: 75px;
} */

.templelist .col-8 .addbtn,
.buttons-wrap .col-lg-3 button {
    width: 100%;
    padding: 6px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    background-color: #dc1d25;
    color: #f1c25a;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    position: relative;
    min-height: 34px;
}

.templelist .col-8 .temple-text-con {
    min-height: 75px;
}

.templelist .buttons-wrap .addbtn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.buttons-wrap .col-lg-3 button {
    padding: 3px 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #c9131a;
}

.buttons-wrap .col-lg-3 button:hover,
.buttons-wrap .col-lg-3 button.active {
    background-color: #960100;
    /* background-color: green; */
}

.buttons-wrap {
    margin-top: 6px;
}

.buttons-wrap .col-lg-9 {
    padding-right: 0px;
}

.buttons-wrap .col-lg-3 {
    padding-left: 0px;
}

.buttons-wrap .col-lg-3 button:before {
    height: 28px;
    width: 28px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 3px;
    background: url(/assets/img/hand-yellow.svg) no-repeat;
}

.left-fixed-arrow {
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
    color: #f1c15a;
    border: none !important;
    outline: none !important;
    background: none !important;
    float: left;
    width: auto;
    font-size: 26px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.left-fixed-arrow-home {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
    color: #f1c15a;
    border: none;
    outline: none;
    background: none;
    width: auto;
    font-size: 26px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.sevapage {
    padding-top: 180px !important;
}

.devoteedetailspage {
    padding-top: 85px !important;
}

.templepage {
    padding-top: 110px !important;
}

.templehome {
    padding-top: 130px !important;
}

.banner-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.welcome-container .col-lg-12 {
    text-align: center;
}

.welcome-container {
    /* margin-bottom: 80px; */
    margin-bottom: 60px;
}

.welcome-container .col-lg-4 img {
    width: 100%;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}

.welcome-container .col-lg-8 {
    padding-right: 60px;
    text-align: justify;
    word-break: break-all;
}

p {
    line-height: 26px;
}


/* .bannerbtm-con {
	width: 100%;
	text-align: center;
	position: relative;
	background: rgba(255, 239, 226, 1);
	background: -moz-linear-gradient(
		top,
		rgba(255, 239, 226, 1) 0%,
		rgba(255, 239, 226, 1) 21%,
		rgba(255, 239, 226, 0) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 239, 226, 1)),
		color-stop(21%, rgba(255, 239, 226, 1)),
		color-stop(100%, rgba(255, 239, 226, 0))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 239, 226, 1) 0%,
		rgba(255, 239, 226, 1) 21%,
		rgba(255, 239, 226, 0) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 239, 226, 1) 0%,
		rgba(255, 239, 226, 1) 21%,
		rgba(255, 239, 226, 0) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 239, 226, 1) 0%,
		rgba(255, 239, 226, 1) 21%,
		rgba(255, 239, 226, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 239, 226, 1) 0%,
		rgba(255, 239, 226, 1) 21%,
		rgba(255, 239, 226, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefe2', endColorstr='#ffefe2', GradientType=0 );
} */

.bannerbtm-con {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #fae0e0;
}

.bannerbtm-con img {
    position: relative;
    top: -61px;
}

.welcome-container h2 {
    font-family: "Libre Baskerville", serif;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    /* color: #412236; */
    color: #960100;
    font-size: 32px;
}

.welcome-container h5 {
    font-family: "Libre Baskerville", serif;
    padding: 0px;
    margin: 0px;
    /* color: #412236; */
    color: #960100;
    font-size: 26px;
}

.theyyam-icon {
    margin-top: -110px;
}

.welcome-underline {
    margin-top: 10px;
    margin-bottom: 30px;
}

.bannerbtm-con img {
    position: relative;
    top: -61px;
}


/* .upadevas-container h2 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #960100;
    font-size: 32px;
}

.upadevas-container h5 {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 12px 0px 0px 0px;
    font-size: 15px;
    text-transform: capitalize;
    color: #1b1b1b;
    font-weight: bold;
    float: left;
    line-height: 24px;
}

.upadevas-container .span {
    width: 150px;
    height: 150px;
    float: left;
    background-color: #000;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    margin-left: -75px;
    overflow: hidden;
}

.upadevas-container .span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 58px;
    height: 66px;
    left: 50%;
    margin-left: -29px;
    
    top: 40px;
    background: url(https://bookseva.com/assets/img/hover-icon.png) no-repeat;
    opacity: 0;
}

.upadevas-container .span img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.upadevas-container a:hover h5 {
    color: #412236;
}

.upadevas-container a:hover img {
    opacity: 0.15;
}

.upadevas-container a:hover span:before {
    opacity: 1;
}

a,
.upadevas-container a img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
} */

.enquiry-wrapper {
    width: 100%;
    background: url(https://bookseva.com/assets/img/color-bg-rep.jpg) repeat #412236;
}

.enquiry-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
}

.enquiry-wrapper h2 {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #ffefe2;
    font-size: 32px;
}

.enquiry-wrapper input {
    background: none;
    border: 2px solid #5d4150;
    color: #ffefe2 !important;
    margin-bottom: 12px;
    background: none !important;
}

.enquiry-wrapper textarea {
    background: none;
    border: 2px solid #5d4150;
    color: #ffefe2 !important;
    margin-bottom: 12px;
    height: 100px;
    background: none !important;
}

.enquiry-wrapper .btn {
    width: 100%;
    padding: 8px 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f1c152;
    color: #412236;
}

.enquiry-wrapper input::-webkit-input-placeholder,
.enquiry-wrapper textarea::-webkit-input-placeholder {
    color: #7e646d;
}

.enquiry-wrapper input::-moz-placeholder,
.enquiry-wrapper textarea::-moz-placeholder {
    color: #7e646d;
}

.enquiry-wrapper input:-ms-input-placeholder,
.enquiry-wrapper textarea:-ms-input-placeholder {
    color: #7e646d;
}

.enquiry-wrapper input:-moz-placeholder,
.enquiry-wrapper textarea:-moz-placeholder {
    color: #7e646d;
}

.footertop-con {
    /* margin-top: 80px;
	margin-bottom: 80px; */
    margin-top: 60px;
    margin-bottom: 60px;
}

.opening-time-con {
    width: 100%;
    float: left;
    background-color: rgba(228, 207, 183, 0.6);
    padding: 45px 35px;
}

.footertop-con .col-lg-9 {
    padding-right: 0px;
}

.footertop-con .col-lg-3 {
    padding-left: 0px;
}

.footertop-con p {
    font-family: 'Baloo Chettan 2', cursive !important;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
}

.footertop-con h3 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px 0px 0px 70px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    color: #960100;
    font-size: 28px;
    position: relative;
}

.evening-icon {
    transform: rotate(180deg);
}

.footertop-con h3 img {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.opening-time-con p {
    font-family: "Baloo Chettan 2", cursive !important;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
}

.opening-time-con h3 {
    font-family: "Libre Baskerville", serif;
    padding: 0px 0px 0px 70px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    color: #412236;
    font-size: 28px;
    position: relative;
}

.opening-time-con h3 img {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.opening-time-con .col-lg-6:nth-child(2) img {
    transform: rotate(180deg);
}

.play-video {
    width: 100%;
    background-color: rgba(125, 89, 46, 0.8);
    float: left;
}

.play-video a {
    width: 90%;
    margin: 5%;
    float: left;
    text-align: center;
    border: 4px solid #f7e6d5;
    min-height: 226px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 58px;
}

.play-video a:hover {
    background: url(https://bookseva.com/assets/img/bg-repeat.jpg) repeat #f7e6d5;
}

.play-video a:hover h6,
.play-video a:hover i {
    color: #977752;
}

.play-video a h6 {
    color: #ffefe2;
    font-weight: 700;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.play-video a i {
    color: #ffefe2;
    font-size: 62px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.footer-wrapper {
    width: 100%;
    min-height: 80px;
    background: url(https://bookseva.com/assets/img/color-bg-rep.jpg) repeat #3b2135;
    font-size: 16px;
    padding-top: 28px;
    color: #ffefe2;
}

.footer-wrapper a {
    color: #ffefe2;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #ffffff;
}

.footer-wrapper font {
    float: right;
}

.footertop-con .col-lg-8 {
    padding-right: 0px;
}

.footertop-con .col-lg-4 {
    padding-left: 0px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 69%;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contactus-page {
    width: 100%;
    float: left;
    background-color: rgba(228, 207, 183, 0.6);
    padding: 45px 35px;
}

.contactus-page h3 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    color: #3a2136;
}

.contactus-page .col-lg-8 .btn {
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: #f1c152;
}

.contactus-page .col-lg-8 input {
    background: none;
    border: 2px solid #d9b797;
    margin-bottom: 14px;
    height: 45px;
}

.contactus-page .col-lg-8 textarea {
    background: none;
    border: 2px solid #d9b797;
    margin-bottom: 12px;
    height: 145px;
}

.google-map {
    position: relative;
    padding-bottom: 32%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px 0px 0px;
    z-index: 992;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.archana-page {
    min-height: 600px !important;
}

.archana-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

.archana-page input,
.archana-page ion-input,
.archana-page ion-select,
.archana-page select,
.archana-page ion-item,
.archana-page ionic-selectable,
.archana-page ion-datetime {
    background: none !important;
    border: 1px solid #d9b797;
    margin-bottom: 14px;
    height: 45px;
}

.archana-page textarea {
    background: none !important;
    border: 1px solid #d9b797;
    margin-bottom: 14px;
    height: 120px;
}

.archana-page angulareditor {
    background: none !important;
    border: 1px solid #d9b797;
    margin-bottom: 14px;
    height: 200px !important;
}

.archanasavebtn {
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: #f1c152;
    outline: none;
    border: none;
    font-size: 16px;
}

.proceedcon .cancelbtn {
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 15px;
    color: #f3dbac;
    background-color: #dd2027;
}

.archana-page .form-control:focus {
    border-color: #391f34;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}


/* ======= */

.calandar-heading-con {
    width: 100%;
    background-color: #dc1d25;
    min-height: 50px;
    text-align: center;
    position: relative;
    padding-left: 50px;
}

.calandar-heading-con button {
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 20px;
    outline: none;
}

.calandar-heading-con button:nth-child(1) {
    position: absolute;
    left: 0px;
}

.calandar-heading-con button:nth-child(2) {
    position: absolute;
    right: 0px;
}

.calandar-heading-con select {
    min-height: 50px;
    border: none;
    text-transform: uppercase;
    background: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 0px;
    margin: 0px 0px;
    float: left;
    width: 100px;
}

select option {
    color: #333333;
    background-color: #fff;
}

.calandar-heading-con span {
    border-right: 1px solid #eb5d63;
    float: left;
    padding: 0px 20px;
}

.week-heading {
    padding: 0px;
    margin: 0px;
}

.week-heading li {
    list-style: none;
    padding: 8px 0px;
    margin: 0px;
    text-transform: uppercase;
    width: 14.28%;
    float: left;
    text-align: center;
    font-weight: 500;
    background-color: #d1b862;
    font-size: 15px;
}

.week-heading li:nth-child(even) {
    background-color: #c2a646;
}

.calandar-lists {
    padding: 0px;
    margin: 0px;
}

.calandar-lists li {
    width: 14.28%;
    float: left;
    list-style: none;
}

.calandar-lists li:nth-child(1),
.calandar-lists li:nth-child(8),
.calandar-lists li:nth-child(15),
.calandar-lists li:nth-child(22),
.calandar-lists li:nth-child(29),
.calandar-lists li:nth-child(36) {
    border-left: 1px solid #d1b862;
}

.calandar-lists li:nth-child(1) button b,
.calandar-lists li:nth-child(8) button b,
.calandar-lists li:nth-child(15) button b,
.calandar-lists li:nth-child(22) button b,
.calandar-lists li:nth-child(29) button b,
.calandar-lists li:nth-child(36) button b {
    color: #ff0000;
}

.calandar-lists li button {
    width: 100%;
    background: none;
    border: none;
    border-right: 1px solid #d1b862;
    border-bottom: 1px solid #d1b862;
    min-height: 90px;
    position: relative;
    padding: 0px;
    outline: none;
    float: left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.calandar-lists li button:hover {
    background-color: #ecd68a !important;
}

.calandar-lists li button b {
    font-weight: 900;
    font-size: 28px;
}

.calandar-lists li button h6 {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    font-weight: 400;
    line-height: 16px;
}

.mal-month-con {
    font-family: "Gayathri", sans-serif;
    font-weight: 700;
    width: 100%;
    float: left;
    font-size: 15px;
}

.mal-star-con {
    position: absolute;
    left: 5px;
    top: 5px;
}

.mal-star-con img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.cal-btm-align {
    bottom: 5px;
    left: 5px;
}

.cal-btm-align font span {
    right: 5px;
    margin-right: 5px;
}

.moon-icon {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.moon-icon img {
    width: 10px;
    height: 10px;
    object-fit: cover;
}

.mal-month-con span {
    position: relative;
    right: 5px;
    float: right;
}

.red-color {
    color: #ff0000;
}

.calandar-lists li button b font {
    display: none;
    visibility: hidden;
}

.current-date {
    background-color: #dddffa;
}

.green-color-bg {
    background-color: #f2b8ad !important;
}

.red-color-bg {
    background-color: #f7c395 !important;
}

.disable-date:hover {
    background-color: #ffffff;
}

.disable-date,
.disable-date b,
.disable-date .calandar-list li button h6,
.disable-date .mal-month-con,
.disable-date .cal-btm-align font span {
    color: #b89e44 !important;
    pointer-events: none !important;
}

.disable-date img {
    opacity: 0.25;
}

.booking-top {
    position: absolute;
    top: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
}

.booking-top span {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px 0px;
}

.booking-top span:nth-child(1) {
    background-color: rgba(243, 107, 15, 0.2);
}

.booking-top span:nth-child(2) {
    background-color: rgba(218, 75, 162, 0.2);
}

.booking-top span:nth-child(3) {
    background-color: rgba(248, 0, 77, 0.2);
}


/* .hamburgermenu {
	background-color :#8e0000;
	height: 40px;
	width: 40px;
} */

.hamburgermenu {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 998;
    background: none;
    border: none;
    outline: none !important;
    padding: 0px;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


/* .homemenu {
	background-color :#8e0000;
	height: 40px;
	width: 40px;
} */

.homemenu {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 998;
    background: none;
    border: none;
    outline: none !important;
    padding: 0px;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


/* added by jikhil on 25-07-2020 */

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
}

.upload-btn-wrapper .btn {
    /* color: #9c54da; */
    color: #ffffff;
    background: #8e0000;
    border-radius: 8px;
    font-weight: bold;
    padding: 0px 0px;
    margin: 0px;
    width: 100%;
    cursor: pointer;
    border: 2px solid #edc7e3;
    height: 45px;
    box-shadow: none !important;
}

.upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 45px;
    cursor: pointer;
}

.file-display {
    width: 160px;
    height: 160px;
    position: relative;
    left: 50%;
    margin-left: -80px;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.file-display img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.file-display video {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.file-display button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 25px;
    padding: 0px;
    margin: 0px;
    height: 25px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background: rgba(156, 84, 218, 0.8); */
}

.file-display button i {
    color: green;
    font-size: 14px;
}


/* added by jikhil on 25-7-2020 */


/*30-7-2020*/

.timeslot-con {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
}

.timeslot-wrapper .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.timeslot-wrapper .row {
    margin-left: -5px;
    margin-right: -5px;
}

.timeslot-wrapper h3 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.timeslot-wrapper h6 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.timeslot-con div {
    width: 80%;
    margin-left: 10%;
    height: 6px;
    background-color: #f1c25a;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 8px;
}

.timeslot-con div span {
    position: relative;
    background-color: #dc1d25;
    height: 6px;
    float: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeslot-con div span font {
    position: absolute;
    right: -25px;
    bottom: 12px;
    background-color: #dc1d25;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.timeslot-con div span font:after {
    width: 8px;
    height: 6px;
    background: url(https://bookseva.com/assets/img/down.svg) top no-repeat;
    content: "";
    bottom: -6px;
    right: 50%;
    margin-right: -4px;
    position: absolute;
}

.version {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0px;
    opacity: 0.6;
    margin: 0px;
    color: #ffe0cd;
    font-size: 12px;
}


/*
.header-slide-con {
    width: 100%;
    background-color: #ff6600;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
    text-align: center;
    height: 45px;
    padding-top: 8px;
    margin-top: -40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-slide-con .col-4 button {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    color: #860000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    min-height: 26px;
}

.header-slide-con .col-4 button i {
    margin-right: 5px;
}

.header-slide-con .col-4:nth-child(2) {
    position: relative;
}

.header-slide-con .col-4:nth-child(2):before {
    width: 1px;
    height: 26px;
    background-color: #da4400;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.header-slide-con .col-4:nth-child(2):after {
    width: 1px;
    height: 26px;
    background-color: #da4400;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}

.header-slide-con .col-6 button {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    color: #860000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    min-height: 26px;
}

.header-slide-con .col-6 button i {
    margin-right: 5px;
}

.header-slide-con .col-6:nth-child(2) {
    position: relative;
}

.header-slide-con .col-6:nth-child(2):before {
    width: 1px;
    height: 26px;
    background-color: #da4400;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.header-slide-con .col-md-5 {
    position: relative;
}
*/

.header-search {
    width: 0%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 995;
    float: left;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.viewhead-search {
    opacity: 1;
    width: 100%;
}

.header-search button {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 998;
    float: right;
    width: auto;
    font-size: 18px;
    background: none;
    color: #860000;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
}

.header-search input {
    width: 100%;
    height: 45px;
    float: left;
    border: none;
    background-color: #ff6600;
    outline: none;
    padding-left: 20px;
    color: #8e0000;
    font-size: 15px;
    margin-top: -8px;
}

.header-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ca3600;
}

.header-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ca3600;
}

.header-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ca3600;
}

.header-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #ca3600;
}

.down-btn {
    height: 17px;
    width: 60px;
    z-index: 999;
    left: 50%;
    margin-left: -30px;
    border: none;
    float: left;
    position: absolute;
    bottom: -27px;
    background: url(https://bookseva.com/assets/img/top-menu-bg.svg) top no-repeat;
    padding: 0px;
    outline: none !important;
    cursor: pointer;
}

.down-btn i {
    color: #8e0000;
    font-size: 22px;
    position: relative;
    top: -10px;
}

.down-btn .fa-sort-up {
    top: 0px !important;
}

.viewtopnav {
    margin-top: 0px;
}

.download-app-container .row .col-6 button {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
}

.download-app-container .row .col-6:nth-child(2) button {
    float: left;
}

.download-app-container .header-search input {
    height: 70px;
}

.download-app-container {
    margin-top: -98px;
}

.download-app-container h6 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #860000;
    font-weight: 500;
    font-size: 14px;
}

.download-app-container .bell-margintop {
    top: 120px !important;
}

.download-app-container .down-btn {
    bottom: -16px;
}

.visit-btn {
    background-color: #f1c25a !important;
    color: #000000 !important;
}

.contact-form {
    width: 100%;
    background-color: #faefef;
    padding: 24px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
}

.contact-form h4 {
    padding: 0px 0px 14px 10px;
    margin: 0px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 900;
    font-size: 20px;
}

.contact-form button {
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background-color: #980700;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.contact-form input,
.contact-form select {
    background: none;
    background: none !important;
    border: 2px solid #ad9382;
    color: #000000;
    height: 44px;
    margin-bottom: 12px;
    box-shadow: none !important;
}

.contact-form textarea {
    background: none;
    background: none !important;
    border: 2px solid #ad9382;
    color: #000000;
    height: 120px;
    margin-bottom: 12px;
    box-shadow: none !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border: 2px solid #970400;
}

.contact-left .contact-item {
    position: relative;
    width: 100%;
    padding-left: 95px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ad9383;
    float: left;
}

.contact-left .contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.contact-left .contact-item:last-child h4 {
    margin-top: 10px;
}

.contact-left .contact-item h4 {
    width: 100%;
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    padding-top: 6px;
}

.contact-left .contact-item h4 font {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 900;
}

.contact-left .contact-email h4 {
    font-weight: 500;
    font-size: 16px;
}

.contact-left .contact-item span {
    width: 50px;
    height: 50px;
    border: 2px solid #970400;
    position: absolute;
    left: 30px;
    top: 0px;
    float: left;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
}

.contact-left .contact-item span i {
    font-size: 22px;
    color: #212529;
}

.contact-left {
    padding-right: 45px;
    min-height: 368px;
    padding-top: 34px;
}

.link {
    cursor: pointer;
}


/* code added by jikhil on 29-10-2020 */

.header-heading-con {
    width: 100%;
    text-transform: uppercase;
    padding: 0px 0px;
    margin: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    min-height: 50px;
}

.header-heading-con .container {
    position: relative;
    padding-top: 11px;
}

.header-heading-con .container h4 {
    font-weight: 900;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 18px;
}

.header-heading-con .search-container {
    position: absolute;
    top: 5px;
    left: 2%;
    width: 96%;
}

.header-heading-con .search-container input {
    width: 0%;
    height: 40px;
    border: 2px solid #f1c25a;
    outline: none;
    font-size: 15px;
    background: url(/assets/img/search-bg.jpg) repeat-x;
    color: #FFFFFF;
    padding-left: 15px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-heading-con .search-container input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bf867f;
}

.header-heading-con .search-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bf867f;
}

.header-heading-con .search-container input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bf867f;
}

.header-heading-con .search-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #bf867f;
}

.viewsearch input {
    opacity: 1 !important;
    width: 100% !important;
}


/* ===================================== */

.header-heading-con .search-container ion-input {
    width: 0%;
    height: 40px;
    border: 2px solid #f1c25a;
    outline: none;
    font-size: 15px;
    background: url(/assets/img/search-bg.jpg) repeat-x;
    color: #FFFFFF;
    padding-left: 15px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-heading-con .search-container ion-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bf867f;
}

.header-heading-con .search-container ion-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bf867f;
}

.header-heading-con .search-container ion-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bf867f;
}

.header-heading-con .search-container ion-input:-moz-placeholder {
    /* Firefox 18- */
    color: #bf867f;
}

.viewsearch ion-input {
    opacity: 1 !important;
    width: 100% !important;
}


/* ============================================ */

.header-heading-con .search-container button {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    color: #f1c25a;
    padding: 5px;
    font-size: 20px;
    z-index: 998;
}

.booking-tabs {
    border: none;
    background: #f1c25a;
    padding-top: 6px;
}

.booking-tabs a {
    padding: 8px 18px;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.booking-tabs .active {
    background-color: #fae0e0 !important;
    color: #000 !important;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.4);
}

.booking-tabs a:hover {
    border: none;
}

.buttons-con button {
    width: 100%;
    border: none;
    background: none;
    text-transform: uppercase;
    padding: 4px 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #db1a23;
    outline: none;
    cursor: pointer;
    color: #db1a23;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttons-con button:hover,
.buttons-con button:focus {
    background-color: #db1a23;
    color: #fae0e0;
}

.poojabooking-item {
    width: 100%;
    background-color: #faefef;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    min-height: 110px;
    margin: 6px 0px;
    position: relative;
    overflow: hidden;
}

.poojabooking-item h6 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: 500;
}

.poojabooking-item p {
    padding: 0px;
    /* margin:0px; */
    font-size: 14px;
    font-weight: 300;
}

.poojabooking-item h5 {
    padding: 0px;
    margin: 3px 0px 8px 0px;
    font-size: 15px;
    font-weight: 700;
}

.poojabooking-item h6 span {
    float: right;
    font-weight: 700;
}

.poojabooking-item h6 font {
    background-color: #f1c361;
    font-size: 14px;
    padding: 2px 14px;
    font-weight: 700;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.poojabooking-item .col-8 {
    /* padding-top:8px; */
}

.poojabooking-item .col-4 {
    padding-right: 6px;
}

.poojabooking-item .col-4 img {
    width: 100%;
    height: 90px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.poojabooking-item.corner-star:after {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 50px 50px;
    content: '';
    z-index: 900px;
}

.no-virtual-queue {
    text-align: center;
}

.no-virtual-queue img {
    width: 200px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.no-virtual-queue h6 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #6c4848;
}


/* 
code added by jikhil on 29-10-2020 */

.enquiry-wrapper {
    width: 100%;
    padding: 0px 0px;
    background: url(https://bookseva.com/assets/img/bg.jpg) repeat #9e0e05;
}

.enquiry-wrapper .col-lg-7 {
    padding-top: 40px;
    padding-bottom: 40px;
    /* padding-left:60px; */
}

.enquiry-wrapper .col-lg-5 h2 {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    font-size: 32px;
}

.enquiry-wrapper .col-lg-5 p {
    color: #000;
}

.enquiry-wrapper .col-lg-5 h5 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.enquiry-wrapper .col-lg-5 h6 {
    padding: 3px 0px 0px 60px;
    margin: 0px 0px 12px 0px;
    width: 100%;
    float: left;
    position: relative;
    color: #000000;
    font-size: 16px;
}

.enquiry-wrapper .col-lg-5 h6 b {
    width: 100%;
    float: left;
}

.enquiry-wrapper .col-lg-5 h6 font {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    border: 2px solid #000000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.enquiry-wrapper .col-lg-5 h6 font i {
    font-size: 20px;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 300px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.enquiry-wrapper .col-lg-5 div {
    width: 100%;
    background-color: #f1c361;
    min-height: 400px;
    padding-top: 60px;
    padding-left: 38px;
    float: left;
}

.enquiry-wrapper .col-lg-7 h2 {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    color: #ffefe2;
    font-size: 32px;
}

.enquiry-wrapper .col-lg-7 input {
    background: none;
    border: 2px solid #ffefe2;
    color: #ffefe2;
    margin-bottom: 12px;
    box-shadow: none;
}

.enquiry-wrapper .col-lg-7 input:focus,
.enquiry-wrapper .col-lg-7 textarea:focus {
    border: 2px solid #f1c361;
}

.enquiry-wrapper .col-lg-7 textarea {
    background: none;
    border: 2px solid #ffefe2;
    color: #ffefe2;
    margin-bottom: 12px;
    height: 100px;
    box-shadow: none;
}

.enquiry-wrapper .col-lg-7 .btn {
    width: 100%;
    padding: 8px 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f1c361;
    color: #000;
}

.enquiry-wrapper .col-lg-7 input::-webkit-input-placeholder,
.enquiry-wrapper .col-lg-7 textarea::-webkit-input-placeholder {
    color: #ba574d;
}

.enquiry-wrapper .col-lg-7 input::-moz-placeholder,
.enquiry-wrapper .col-lg-7 textarea::-moz-placeholder {
    color: #ba574d;
}

.enquiry-wrapper .col-lg-7 input:-ms-input-placeholder,
.enquiry-wrapper .col-lg-7 textarea:-ms-input-placeholder {
    color: #ba574d;
}

.enquiry-wrapper .col-lg-7 input:-moz-placeholder,
.enquiry-wrapper .col-lg-7 textarea:-moz-placeholder {
    color: #ba574d;
}

.events-wrap {
    width: 100%;
    text-align: center;
    background-color: #f0d1d1;
    padding: 40px 0px;
    margin-top: 40px;
}

.events-wrap h2 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #960100;
    font-size: 32px;
}

.events-wrap span {
    width: 100%;
    height: 180px;
    background-color: #333333;
    float: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.events-wrap span img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.events-wrap h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: table;
    min-height: 56px;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.events-wrap h5 font {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}

.events-wrap a:hover h5 font {
    background-color: #950000;
    color: #f0d1d1;
}

.gallery-con .col-lg-2 button {
    width: 100%;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-con .col-lg-2 button img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.gallery-con .modal-body img {
    width: 100%;
}

.gallery-con .modal-body {
    position: relative;
}

.gallery-con .modal-body button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    outline: none;
}

.upadevas-container-new {
    width: 100%;
    background-color: rgba(228, 207, 183, 0.6);
    padding: 0px 0px;
}

.upadevas-container-new .col-lg-9 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 45px;
}

.upadevas-container-new h2 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #412236;
    font-size: 32px;
}

.upadevas-container-new h5 {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 12px 0px 0px 0px;
    font-size: 17px;
    text-transform: capitalize;
    color: #1b1b1b;
    font-weight: bold;
    float: left;
}

.upadevas-container-new span {
    width: 150px;
    height: 150px;
    float: left;
    background-color: #000;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    left: 50%;
    margin-left: -75px;
    overflow: hidden;
}

.upadevas-container-new span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 58px;
    height: 66px;
    left: 50%;
    margin-left: -29px;
    top: 36px;
    background: url(https://bookseva.com/assets/img/hover-icon.png) no-repeat;
    opacity: 0;
}

.upadevas-container-new span img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.upadevas-container-new a:hover h5 {
    color: #412236;
}

.upadevas-container-new a:hover img {
    opacity: 0.15;
}

.upadevas-container-new a:hover span:before {
    opacity: 1;
}

.upadevas-container {
    width: 100%;
    background-color: rgba(228, 207, 183, 0.6);
    padding: 0px 0px;
}

.upadevas-container .col-lg-9 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 45px;
}

.main-upadevatha {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.main-upadevatha:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0px;
    right: -25px;
    z-index: 0;
    background: rgba(65, 33, 53, 0);
    background: -moz-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(65, 33, 53, 0)), color-stop(100%, rgba(65, 33, 53, 0.1)));
    background: -webkit-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
    background: -ms-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
    background: linear-gradient(to right, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#412135', endColorstr='#412135', GradientType=1);
}

.main-upadevatha font {
    width: 100%;
    height: 250px;
    float: left;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.main-upadevatha h5 {
    position: relative;
    z-index: 10;
}

.main-upadevatha font img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-con {
    margin-top: 60px;
}

.gallery-con h2 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #960100;
    font-size: 32px;
}

.events-wrap {
    width: 100%;
    text-align: center;
    background-color: #f0d1d1;
    padding: 40px 0px;
    margin-top: 40px;
}

.events-wrap h2 {
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #960100;
    font-size: 32px;
}

.events-wrap span {
    width: 100%;
    height: 180px;
    background-color: #333333;
    float: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.events-wrap span img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.events-wrap h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: table;
    min-height: 56px;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.events-wrap h5 font {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}

.events-wrap a:hover h5 font {
    background-color: #950000;
    color: #f0d1d1;
}

.gallery-con .col-lg-2 button {
    width: 100%;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-con .col-lg-2 button img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.gallery-con .modal-body img {
    width: 100%;
}

.gallery-con .modal-body {
    position: relative;
}

.gallery-con .modal-body button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    outline: none;
}


/* 
code added by jikhil on 29-10-2020 */


/* 
code added by sabitha on nov-04 */

.alert-box {
    -moz-border-radius: 45px;
    border-radius: 45px;
    border-top-right-radius: 0px;
    overflow: hidden;
    border: none;
    background: url(https://bookseva.com/assets/img/bg.jpg);
}

.alert-box .modal-body {
    padding: 0px;
    text-align: center;
    background: url(https://bookseva.com/assets/img/bg-flower.png) top no-repeat;
}

.alert-box .alert-top {
    position: relative;
    padding: 25px 0px;
}

.alert-box .alert-top h4 {
    text-transform: uppercase;
    padding: 0px;
    margin: 15px 0px 10px 0px;
    font-weight: 900;
    color: #FFFFFF;
    font-size: 24px;
    background-image: linear-gradient(45deg, #f2a859, #db7125);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.alert-box .alert-top p {
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
    /* font-style: italic; */
    line-height: 20px;
    opacity: 0.75;
}

.alert-box .alert-top .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.7;
    color: #f1a758;
    text-shadow: 0 2px 2px #730101;
    outline: none;
}

.alert-box .alert-top .close:hover {
    opacity: 1;
    color: #f1a758;
}

.alert-box .alert-top .alert-icon {
    color: #FFFFFF;
    font-size: 60px;
    background-image: linear-gradient(45deg, #f2a859, #db7125);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.alert-box .row {
    /* margin:0px 0px; */
}

.alert-box .row .submitbtn {
    text-transform: uppercase;
    padding: 8px 40px;
    margin: 0px 10px;
    font-weight: 500;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: #f1c25a;
    cursor: pointer;
    border: 3px solid #f1c25a;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #840000;
}

.alert-box .row .submitbtn:hover {
    background-color: #e4b54c;
    color: #840000;
}

.alert-box .row .submitcancel {
    text-transform: uppercase;
    padding: 8px 40px;
    margin: 0px 10px;
    font-weight: 500;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: none;
    cursor: pointer;
    border: 3px solid #f1c25a;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #f1c25a;
}

.alert-box .row .submitcancel:hover {
    background-color: #f1c25a;
    color: #840000;
}




.modalfooter {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 16px 0px;
    margin: 25px 0px 0px 0px;
}

.modalfooter img {
    height: 30px;
}

/* added by clinse on nov 07 */

.no-notificationcon {
    text-align: center;
}

.no-notificationcon h5 {
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-weight: 700;
    font-size: 22px;
}

.no-notificationcon img {
    width: 160px;
    margin-top: 45px;
}

.no-notificationcon p {
    padding: 0px;
    margin: 0px 0px 25px 0px;
    color: #666666;
    font-size: 14px;
}

.no-notificationcon button {
    background: none;
    padding: 6px 20px;
    margin: 0px;
    cursor: pointer;
    outline: none;
    border: none;
    color: #8e0000;
    font-weight: 700;
    border: 2px solid #8e0000;
    font-size: 14px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.no-notificationcon button:hover {
    background-color: #8e0000;
    color: #fae0e0;
}

.notificationcon .card {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    border: none;
    background-color: #faefef;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.notificationcon .card-header {
    border-bottom: none;
    background: none;
    padding: 8px 34px 8px 14px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.notificationcon font {
    font-size: 11px !important;
    float: rigth !important;
    font-weight: 500;
    padding-top: 15px;
}

.notificationcon .card-header .closebutton {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    opacity: 0.5;
    padding: 8px 12px;
    cursor: pointer;
    color: #720000;
    z-index: 998;
}

.notificationcon .card-header .togglebutton {
    position: relative;
    top: 0px;
    left: 0px;
    border: none;
    outline: none;
    background: none;
    opacity: 0.5;
    /* padding:8px 12px; */
    cursor: pointer;
    color: #720000;
    z-index: 998;
}

.notificationcon .card-header button:hover {
    opacity: 1;
}

.card-body {
    background: rgba(235, 217, 217, 0.9);
    background: -moz-linear-gradient(top, rgba(235, 217, 217, 0.9) 0%, rgba(233, 153, 146, 0) 40%, rgba(231, 56, 39, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 217, 217, 0.9)), color-stop(40%, rgba(233, 153, 146, 0)), color-stop(100%, rgba(231, 56, 39, 0)));
    background: -webkit-linear-gradient(top, rgba(235, 217, 217, 0.9) 0%, rgba(233, 153, 146, 0) 40%, rgba(231, 56, 39, 0) 100%);
    background: -o-linear-gradient(top, rgba(235, 217, 217, 0.9) 0%, rgba(233, 153, 146, 0) 40%, rgba(231, 56, 39, 0) 100%);
    background: -ms-linear-gradient(top, rgba(235, 217, 217, 0.9) 0%, rgba(233, 153, 146, 0) 40%, rgba(231, 56, 39, 0) 100%);
    background: linear-gradient(to bottom, rgba(235, 217, 217, 0.9) 0%, rgba(233, 153, 146, 0) 40%, rgba(231, 56, 39, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebd9d9', endColorstr='#e73827', GradientType=0);
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
}

.card-body p {
    line-height: 22px;
    padding: 0px;
    margin: 0px;
}

.special_paragraph {
    display: flex;
    width: 100% !important;
    /* font-style: italic; */
    font-size: 14px;
    font-weight: 600;
    color: #dc1d25;
    line-height: normal;
}

.devotee-item {
    width: 100%;
    background-color: #faefef;
    padding: 0px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 6px 0px;
    overflow: hidden;
}

.devotee-item .temple-heading {
    width: 100%;
    text-align: center;
    padding-right: 15px !important;
    color: #fae0e0;
    padding: 10px 0px;
    margin: 0px 0px 14px 0px;
    font-weight: 700;
    font-size: 16px;
}

.error-bg {
    background-color: #db1a23 !important;
}

.success-bg {
    background-color: #28a745 !important;
}

.warning-bg {
    background-color: #df380a !important;
}

.devotee-item .col-9 h6 {
    padding: 0px;
    margin: 4px 0px;
    font-size: 15px;
    width: 100%;
    position: relative;
    float: left;
}

.devotee-item .col-9 h6 font {
    background-color: #f1c361;
    color: #000000;
    padding: 1px 16px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.devotee-item .col-9 h6 b {
    float: right;
}

.devotee-item .row {
    margin: 0px 0px;
}

.devotee-item .col-3 img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    /* -moz-border-radius: 8px; */
    /* border-radius: 8px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.devotee-item .col-3 {
    padding-right: 5px;
}

.devotee-item .col-3 .addbtn {
    width: 100%;
    padding: 8px 0px;
    margin: 0px;
    border: none;
    font-weight: 700;
    background-color: #dd2027;
    color: #f3dbac;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.devotee-item .price-list {
    padding: 0px 15px;
    margin-top: 10px;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.devotee-item .price-list b {
    position: absolute;
    right: 15px;
    top: 0px;
}

.devotee-item .price-list b img {
    width: 11px;
    padding: 0px;
    margin: 0px;
    top: -1px;
    position: relative;
}

.devotee-item .closebtns {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 16px;
}

.history-con {
    padding: 0px;
}

.poojano {
    padding: 8px 15px;
    margin: 0px;
    font-size: 15px;
    background-color: #f1c467;
    color: #000000;
    font-weight: 700;
    float: left;
    width: 100%;
}

.poojano b {
    float: right;
}

.history-container h6 {
    padding: 0px 15px 8px 15px;
    margin: 0px 0px 8px 0px;
    font-size: 15px;
    position: relative;
}

.history-container h6 b img {
    width: 11px;
    padding: 0px;
    margin: 0px;
    top: -1px;
    position: relative;
}

.history-container h6 b {
    float: right;
    position: relative;
}

.history-container button {
    width: 100%;
    padding: 0px 15px 0px 36px;
    margin: 8px 0px 6px 0px;
    border: none;
    outline: none;
    text-align: left;
    background: none;
    float: left;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.history-container button i {
    margin-right: 0px;
    position: absolute;
    left: 15px;
    top: -4px;
    font-size: 20px;
    color: #da1720;
}

.history-container button .fa-caret-up {
    top: 2px;
}

.history-container button b {
    float: right;
}

.history-container button b img {
    width: 11px;
    padding: 0px;
    margin: 0px;
    top: -1px;
    position: relative;
}

.history-hide h6 {
    border-bottom: 1px dashed #cdc08d;
}

.viewhistory {
    height: 239px !important;
}

.history-hide {
    padding-top: 0px;
    margin-top: 10px;
    background: rgba(253, 245, 216, 1);
    background: -moz-linear-gradient(top, rgba(253, 245, 216, 1) 0%, rgba(243, 234, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 245, 216, 1)), color-stop(100%, rgba(243, 234, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 245, 216, 1) 0%, rgba(243, 234, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 245, 216, 1) 0%, rgba(243, 234, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 245, 216, 1) 0%, rgba(243, 234, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 245, 216, 1) 0%, rgba(243, 234, 199, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf5d8', endColorstr='#f3eac7', GradientType=0);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.history-hide h6:last-child {
    /* border-bottom:none; */
}

.notify-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 2px;
    min-width: 20px;
    height: 20px;
    background-color: #860000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.notification_container {
    position: absolute;
    top: 45px;
    right: 40px;
    z-index: 990;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.notification_container i {
    color: #fe660a;
    font-size: 32px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.bell-margintop {
    top: 65px;
}

.notification_container font {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 995;
    min-width: 20px;
    height: 20px;
    background-color: #ffe0cd;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    color: #860000;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.bell {
    display: block;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }
    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.token-item {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    position: relative;
    padding: 20px 0px;
    margin: 20px 0px;
}

.token-item:before {
    width: 100%;
    height: 8px;
    content: '';
    background: url(../img/arrow-top.svg) repeat-x;
    background-size: auto 8px;
    top: -8px;
    left: 0px;
    position: absolute;
}

.token-item:after {
    width: 100%;
    height: 8px;
    content: '';
    background: url(../img/arrow-bottom.svg) repeat-x;
    background-size: auto 8px;
    bottom: -8px;
    left: 0px;
    position: absolute;
}

.token-item span {
    width: 100%;
    height: 120px;
    background-color: #333333;
    float: left;
    margin-bottom: 16px;
}

.token-item span img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.token-item h4 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #dc1d25
}

.token-item h5 {
    padding: 0px 20px 10px 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px dashed #999999;
    width: 100%;
    float: left;
}

.token-item h5 font {
    width: 45%;
    float: left;
}

.token-item h6 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #000000;
    font-weight: 700 !important;
    font-size: 22px;
}

.qr-codecon {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: 10px;
}

.qr-codecon img,
.qr-codecon qrcode {
    width: 100%;
    height: 100px;
}

.token-bg {
    width: 100%;
    background: url(../img/header-bg.jpg) top #ffa200;
    height: 100vh;
    position: relative;
}

.mobilesearch-result {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.mobilesearch-result li {
    list-style: none;
    width: 100%;
    float: left;
    padding: 6px 0px 0px 60px;
    margin: 0px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    min-height: 56px;
    border-top: 1px solid #edc2c2;
    color: #333333;
    line-height: 20px;
}

.mobilesearch-result li:first-child {
    border-top: none;
}

.mobilesearch-result li a {
    color: #8d0000;
    font-weight: 500;
    text-decoration: none;
}

.mobilesearch-result li font {
    width: 46px;
    height: 46px;
    background-color: #333333;
    position: absolute;
    left: 0px;
    top: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 0px;
}

.mobilesearch-result li font img {
    width: 100%;
    height: 46px;
    object-fit: cover;
    padding: 0px !important;
    margin: 0px !important;
}

.discover-more {
    width: 100%;
    float: left;
}

.discover-more button {
    width: auto;
    float: left;
    background-color: #faefef;
    padding: 4px 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
    float: left;
    text-decoration: none;
    color: #000000;
    margin: 0px 6px 6px 0px;
    position: relative;
    border: none;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}

.discover-more button:hover,
.discover-more button:focus {
    background-color: #890000;
    color: #fae0e0;
}

.discover-more h5 {
    padding: 0px;
    margin: 20px 0px 8px 0px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-weight: 700;
    color: #8f0000;
    font-size: 16px;
}

.upadevas-container .col-lg-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.upadevas-container .row {
    overflow-y: auto;
    white-space: nowrap;
    display: block;
}

.upadevas-container .col-lg-3 {
    display: inline-block;
    color: white;
    position: relative;
}

.upadevas-container h5 {
    white-space: normal;
    min-height: 72px;
}

.gallery-con .col-md-3 {
    margin-bottom: 15px;
}

.footertop-con .col-lg-9,
.footertop-con .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.welcome-icon {
    width: 100px;
    height: 100px;
    background-color: #333333;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: -100px;
    margin-bottom: 20px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.welcome-wrap p {
    text-align: justify;
}

.welcome-wrap img {
    float: right;
    width: 350px;
    height: 250px;
    object-fit: cover;
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 40px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.change-address-wrap{
	width:100%;
	background-color:#eed8d8;
	float:left;
	margin:16px 0px;
	padding:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.change-address-wrap p{
	padding:0px;
	margin:0px;
    line-height:22px;
    white-space: pre;
    font-size: 15px;
}

.change-address-wrap h5{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:18px;
}

.change-address-wrap h5 button{
	float:right;
	font-size:14px;
	padding:3px 12px;
	font-weight:700;
	-moz-border-radius: 15px;
    border-radius: 15px;
    background:none;
    color:#cb1e1f;
}

.change-address-wrap h5 button:hover{
	color:#faefef;
	background-color:#cb1e1f;
}	

.update-address{
	text-align:center;
}

.update-address textarea{
	width:100%;
	outline:none;
	float:left;
	min-height:inherit;
	border:none;
	padding:15px;
	background-color:#fae0e0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.update-address-btn{
	width:160px;
	position:relative;
	left:50%;
	margin-left:-80px;
	text-align:center;
	border:none;
	outline:none;
	font-size:14px;
	font-weight:700;
	padding:6px 0px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#da1720;
	margin-top:10px;
	outline:none !important;
	cursor:pointer;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.update-address-btn:hover,
.update-address-btn:focus{
	background-color:#c10b14;
	color:#f1c467;
	outline:none !important;
}

/*---------added y sabitha-Jan-01-2021-----------*/
.notification_container.share-icon{
	right: auto;
	left: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #fd6612;
	padding: 6px 0px 0px 7px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(253, 102, 18, 0.5);
	
}

  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  

.notification_container.share-icon i{
	font-size: 18px;
}
/*---------added y sabitha-Jan-01-2021-----------*/

/*-------------------addede by sabitha-11-May-2021-------*/
.video-agreement-wrap{
	margin-top: 45px;
	margin-bottom: 45px;
}

.agreement-wrap{
	width: 100%;
	border: 2px solid #960100;
	min-height: 250px;
	padding: 15px;
	text-align: center;
	display: table;
}

.agreement-wrap span{
	display: table-cell;
	vertical-align: middle;
}

.agreement-wrap h4{
	font-family: 'Libre Baskerville', serif;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #960100;
    font-size: 32px;
}

.agreement-wrap button,
.download-pdf{
	padding: 6px 20px;
	margin: 0;
	color: #fae0e0;
	font-size: 15px;
	border: none;
	font-weight: 500;
	background: #960100;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
}

.download-pdf{
	width: 100%;
	margin-top: 15px;
	outline: none !important;
}

.agreement-wrap button:hover,
.download-pdf:hover{
	background: #700000;
}


  
  
  
/*-------------------addede by sabitha-11-May-2021-------*/
@media screen and (max-width: 1024px) {
    .calandar-lists li button b {
        position: absolute;
        right: 10px;
        top: 38px;
        font-size: 22px;
    }
}

@media screen and (min-width: 980px) {
    /* added by clinse on nov 07 ends For Scroll Bar */
     ::selection {
        background: #db1a23;
        color: #fff;
    }
     ::-moz-selection {
        background: #db1a23;
        color: #fff;
    }
     ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }
     ::-webkit-scrollbar-track {
        border-radius: 0px;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: rgba(219, 26, 35, 0.7);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
     ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(219, 26, 35, 1);
    }
}

@media screen and (max-width: 980px) {
     ::-webkit-scrollbar {
        width: 8px;
        height: 0px
    }
    .week-heading {
        display: none;
        visibility: hidden;
    }
    .calandar-lists li {
        width: 50%;
    }
    .calandar-lists li button b {
        font-size: 26px;
        top: 30px;
    }
    .calandar-lists li button b font {
        display: block;
        visibility: visible;
        font-size: 12px;
        margin-top: -8px;
    }
    .blank-col {
        display: none;
        visibility: hidden;
    }
    .calandar-lists li button {
        min-height: 90px;
        border-left: 1px solid #d1b862;
        border-right: 1px solid #d1b862;
    }
    .contact-left {
        padding-right: 0px;
    }
    .contact-form {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 750px) {
     ::-webkit-scrollbar {
        width: 0px !important;
        height: 0px
    }
    .main-upadevatha-new:after {
        display: none;
        visibility: hidden;
    }
    .main-upadevatha-new {
        padding-bottom: 0px;
    }
    .main-upadevatha-new font {
        width: 60%;
        /* margin-left: 20%; */
        /* margin-right: 20%; */
    }
    .upadevas-container-new .col-lg-9 .col-lg-3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .upadevas-container-new .col-lg-9 {
        padding-left: 15px;
    }
    .welcome-wrap img {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .main-upadevatha:after {
        display: none;
        visibility: hidden;
    }
    .main-upadevatha {
        padding-bottom: 0px;
    }
    .main-upadevatha font {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .upadevas-container .col-lg-9 .col-lg-3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .upadevas-container .col-lg-9 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 480px) {
     ::-webkit-scrollbar {
        width: 0px !important;
        height: 0px
    }
    .welcome-icon {
        margin-top: 20px;
    }
    .page-controls .col-lg-4 .col-4:nth-child(1) {
        padding-right: 0px !important;
    }
    .page-controls .col-lg-4 .col-4:nth-child(2) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .page-controls .col-lg-4 .col-4:nth-child(3) {
        padding-left: 0px !important;
    }
    .page-controls select,
    .page-controls input {
        margin-bottom: 10px;
    }
    .page-controls .col-lg-8 .col-6:nth-child(3) {
        padding-left: 5px !important;
    }
    .page-controls .col-lg-8 .col-6:nth-child(2) {
        padding-right: 5px !important;
    }
    .welcome-underline {
        width: 80%;
        margin-left: 10%;
    }
    .welcome-container .col-lg-8 {
        padding-right: 15px;
        margin-bottom: 25px;
    }
    .welcome-container h2 {
        font-size: 24px;
    }
    .upadevas-container .col-6 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .enquiry-wrapper {
        padding-left: 0px;
    }
    .footertop-con .col-lg-8,
    .footertop-con .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footertop-con .col-lg-8 .col-lg-6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-wrapper {
        display: none;
        visibility: hidden;
    }
    .footertop-con {
        margin-bottom: 20px;
    }
    .banner-container img {
        height: 280px;
    }
    .calandar-lists li {
        width: 100%;
    }
    /* code added by jikhil on 29-10-2020 */
    .page-controls .col-lg-4 .col-4:nth-child(1) {
        padding-right: 0px !important;
    }
    .page-controls .col-lg-4 .col-4:nth-child(2) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .page-controls .col-lg-4 .col-4:nth-child(3) {
        padding-left: 0px !important;
    }
    .page-controls select,
    .page-controls input {
        margin-bottom: 10px;
    }
    .page-controls .col-lg-8 .col-6:nth-child(3) {
        padding-left: 5px !important;
    }
    .page-controls .col-lg-8 .col-6:nth-child(2) {
        padding-right: 5px !important;
    }
    .welcome-underline {
        width: 80%;
        margin-left: 10%;
    }
    .welcome-container .col-lg-8 {
        padding-right: 15px;
        margin-bottom: 25px;
    }
    .welcome-container h2 {
        font-size: 24px;
    }
    .upadevas-container .col-6 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .enquiry-wrapper {
        padding-left: 0px;
    }
    .footertop-con .col-lg-8,
    .footertop-con .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footertop-con .col-lg-8 .col-lg-6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-wrapper {
        display: none;
        visibility: hidden;
    }
    .footertop-con {
        margin-bottom: 20px;
    }
    .banner-container img {
        height: 280px;
    }
    .search-result li {
        width: 100%;
    }
    .search-result li:nth-child(2) {
        border-top: 1px solid #CCCCCC;
    }
    .bannerbtm-con {
        display: none;
        visibility: hidden;
    }
    .upadevas-container .col-1-5 {
        width: 50%;
    }
    .upadevas-container .col-1-5:last-child {
        margin-bottom: 0px;
    }
    .upadevas-container h5 {
        min-height: 60px;
    }
    .updadevatha-page .col-1-5 {
        width: 100%;
    }
    .gallery-con,
    .footertop-con {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footertop-con .col-lg-4:nth-child(2) {
        margin-top: 45px;
    }
    .enquiry-wrapper .col-lg-5 div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .enquiry-wrapper .col-lg-7 {
        padding-top: 40px;
    }
    /* 	
	code added by jikhil on 29-10-2020 */
    .notification_container {
        right: 20px;
        top: 30px;
    }
    .bell-margintop {
        top: 65px;
    }
    .welcome-wrap img {
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    .upadevas-container-new .col-6 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .main-upadevatha-new {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
    .main-upadevatha-new:after {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0px;
        right: -25px;
        z-index: 0;
        background: rgba(65, 33, 53, 0);
        background: -moz-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(65, 33, 53, 0)), color-stop(100%, rgba(65, 33, 53, 0.1)));
        background: -webkit-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
        background: -o-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
        background: -ms-linear-gradient(left, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
        background: linear-gradient(to right, rgba(65, 33, 53, 0) 0%, rgba(65, 33, 53, 0.1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#412135', endColorstr='#412135', GradientType=1);
    }
    .main-upadevatha-new font {
        width: 100%;
        height: 250px;
        float: left;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }
    .main-upadevatha-new h5 {
        position: relative;
        z-index: 10;
    }
    .main-upadevatha-new font img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 240px) {}