* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*#003762*/
}

body {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body,
html {
    font-family: 'Source Sans Pro';
    overflow-x: hidden;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

.clear {
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: none;
}

textarea {
    outline: none;
    font-family: 'Source Sans Pro';
}

select {
    outline: none;
    font-family: 'Source Sans Pro';
}

input {
    outline: none;
    font-family: 'Source Sans Pro';
}

button {
    outline: none;
    font-family: 'Source Sans Pro';
}

input:focus {
    border: none;
}

select:focus {
    border: none;
}

textarea:focus {
    border: none;
}

.ff-left {
    float: left;
}

.ff-right {
    float: right;
}

.bg-none {
    background: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.f_new_location_form .inp label {
    margin: 0 15px 0 0;
}

.f_new_location_form .inp {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.f_new_location_form .inp select {
    width: 250px;
    float: left;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.f_new_location_form .inp input[type="text"] {
    width: 250px;
    float: left;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.f_new_location_form {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.main {
    max-width: 1250px;
    width: 100%;
    margin: 0px auto;
}

ul#menu {
    top: 0;
    background: #f7af06;
    width: auto;
    height: 41px;
    float: right;
    font-family: 'roboto slab';
}

ul#menu>li {
    float: left;
    list-style-type: none;
    position: relative;
}

ul#menu input {
    display: none;
}

ul#menu label {
    position: relative;
    display: block;
    padding: 8px 18px 0 14px;
    transition: background 0.3s;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

ul#menu ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #2eace3;
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 180px;
    right: 0;
    top: 41px;
    z-index: 999;
}

ul#menu input:checked~ul.submenu {
    max-height: 100vh;
    transition: max-height 0.5s ease-in;
}

ul#menu ul.submenu li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

ul#menu ul.submenu li a:hover {
    background: #000;
}

.banner_with_text {
    width: 100%;
    float: left;
    background: url(../images/bg.jpg);
    position: relative;
    height: 500px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.item-1,
.item-2 {
    position: absolute;
    display: block;
    top: 8em;
    width: 50%;
    font-size: 28px;
    animation-duration: 18s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    text-align: center;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    font-family: 'roboto slab';
}

.terms_1 .terms_1_full {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.terms_1 {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.terms_1 .terms_1_full h2 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    color: #2eace3;
    text-transform: uppercase;
}

.terms_1 .terms_1_full p {
    width: 100%;
    text-align: justify;
    float: left;
    font-size: 14px;
}

.terms_1 .terms_1_full h3 {
    color: #f7af06;
    width: 100%;
    float: left;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.terms_1 .terms_1_full ul li {
    width: 100%;
    float: left;
    list-style: circle;
    margin: 0 0 5px 0;
}

.terms_1 .terms_1_full ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
}

.item-1 span {
    font-size: 18px;
    width: 100%;
    float: left;
}

.item-2 span {
    font-size: 18px;
    width: 100%;
    float: left;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

@keyframes anim-1 {

    0%,
    8.3% {
        left: -100%;
        opacity: 0;
    }

    8.3%,
    25% {
        left: 25%;
        opacity: 1;
    }

    33.33%,
    100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-2 {

    0%,
    33.33% {
        left: -100%;
        opacity: 0;
    }

    41.63%,
    58.29% {
        left: 25%;
        opacity: 1;
    }

    66.66%,
    100% {
        left: 110%;
        opacity: 0;
    }
}

.bg-top {
    float: left;
    width: 100%;
    background: #fff;
}

.hdr {
    margin-top: 27px;
    float: left;
    width: 100%;
    text-align: center;
}

.bg-top .menu {
    float: right;
    position: relative;
}

.bg-top .menu .menu-collapser {
    box-sizing: border-box;
    display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 100%;
    z-index: 600;
    position: relative;
    line-height: 48px;
    color: #fff;
    float: left;
    text-align: left;
    font-weight: 300;
    text-indent: 10px;
}

.bg-top .menu .collapsed {
    width: 100%;
}

.bg-top .menu .collapsed i {
    font-style: normal;
    margin-right: 0px;
}

.bg-top .menu .collapse-button {
    width: 33px;
    background: url(../images/box.png) no-repeat;
    height: 33px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 100% 100%;
}

.bg-top .menu ul.collapsed li {
    padding: 0 0px;
}

.bg-top .menu ul.slimmenu {
    display: inline-block;
    float: left;
    z-index: 999;
}

.bg-top .menu ul.slimmenu>li {
    display: inline-block;
    float: left;
    position: relative;
}

.bg-top .menu ul.slimmenu>li:first-child:after {
    display: none;
}

.bg-top .menu ul.slimmenu li>a {
    display: block;
    color: #000;
    font-size: 14px;
    transition: 0.3s all ease;
    padding: 11px 15px;
    transition-duration: 1s;
    transition-timing-function: linear;
    letter-spacing: 0;
    position: relative;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Roboto Slab';
    letter-spacing: 0.4px;
}

.contact_page_1 .heading_main h2 {
    font-size: 28px;
}

.contact_page_1 .heading_main {
    margin-bottom: 10px;
}

.bg-top .menu ul.slimmenu li a.login {
    background: #2eace3;
    color: #fff;
}

.bg-top .menu ul.slimmenu li a.login:hover {
    background: #2eace3;
    color: #fff;
}

.bg-top .menu ul.slimmenu li>a span {
    transition: 0.5s all ease;
    display: inline-block;
}

.bg-top .menu ul.slimmenu li>a:hover span {
    transform: rotate(180deg);
}

.bg-top .menu ul.slimmenu li>a:hover,
.bg-top .menu ul.slimmenu li>a:hover,
.bg-top .menu ul.slimmenu li>a.active2 {
    color: #fff;
    background: #f7af06;
}

.bg-top .menu ul.slimmenu li.active2>a {
    color: #fff;
    background: #f7af06;
}

.bg-top .menu ul.slimmenu li li a:hover {
    color: #fff;
    background: #f7af06;
}

.bg-top .menu ul.slimmenu li .sub-collapser {
    background: #282520;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.bg-top .menu ul.slimmenu li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.bg-top .menu ul.slimmenu li .sub-collapser>i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.bg-top .menu ul.slimmenu li ul {
    margin: 0;
}

.bg-top .menu ul.slimmenu li ul li a {
    min-width: 180px;
    line-height: 22px;
    padding: 8px 10px !important;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Source Sans Pro';
}

.bg-top .menu ul.slimmenu li ul li a:after {
    display: none;
    width: 0;
}

.bg-top .menu ul.slimmenu li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    width: auto;
    background: #2eace3;
}

.bg-top .menu ul.slimmenu li ul li {
    float: left;
    background: none;
    padding: 0;
    position: relative;
    width: 100%;
}

.bg-top .menu ul.slimmenu li ul li:last-child {
    border-bottom: none;
}

.bg-top .menu ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 109%;
    background: #2eace3db;
}

.bg-top .menu ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bg-top .menu ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bg-top .menu ul.slimmenu.collapsed li .sub-collapser {
    height: 29px;
}

.bg-top .menu ul.slimmenu.collapsed li ul li .sub-collapser {
    height: 35px;
}

.bg-top .menu .slimmenu .sub-collapser {
    display: none;
}

.bg-top .menu .collapsed .sub-collapser {
    display: block;
}

.header_top {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 9;
    /* margin-left: -10px; */
}
.header_top .header_top_search {
    float: left;
    margin: 17px 0 0 11%;
    width: 50%;
    box-shadow: 0 0 4px 4px #f7af0647;
    border-radius: 10px;
}

.header_top .header_top_search .header_top_search_1 {
    width: 40%;
    float: left;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 5px;
}

.header_top .header_top_search .header_top_search_1 label {
    width: 100%;
    float: left;
    font-family: 'roboto Slab';
    font-size: 14px;
    color: #df5454;
    padding: 1px;
}

.header_top .header_top_search .header_top_search_1 select {
    width: 100%;
    float: left;
    border: none;
    margin: 5px 0 0 0;
    outline: none;
}



.header_top .header_top_search .header_top_search_2 {
    width: 40%;
    float: left;
    background: #fff;
    padding: 5px;
    border-left: 1px solid #ccc;
}

.header_top .header_top_search .header_top_search_2 label {
    width: 100%;
    float: left;
    font-family: 'roboto Slab';
    font-size: 14px;
    color: #df5454;
}

.header_top .header_top_search .header_top_search_2 select {
    width: 100%;
    float: left;
    border: none;
    margin: 5px 0 0 0;
    outline: none;
}


.header_top .header_top_search .header_top_search_3 {
    float: left;
    width: 20%;
    padding: 2px;
}

.header_top .header_top_search .header_top_search_3 button {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    border-radius: 0 10px 10px 0;
    background: #f7af06;
    border: none;
    color: #fff;
    font-family: 'roboto Slab';
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
}

.header_top_right {
    float: right;
    margin: 15px 30px 0 0;
}

.header_top_right_cart_btn {
    float: left;
}

.h_middel_right_2 {
    float: left;
    padding: 7px 0 0 0;
}

.h_middel_right_2 a {
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

.avtar {
    float: right;
    margin: 0 0 0 10px;
    cursor: pointer;
    position: relative;
}

.avtar p {
    position: absolute;
    right: 0;
    bottom: -15px;
    min-width: 110px;
    background: #00000075;
    padding: 1px 10px;
    color: #fff;
    text-align: center;
    display: none;
    font-size: 12px;
    border-radius: 2px;
    transition: 0.3s all ease;
}

.avtar:hover p {
    display: block;
}

.avtar img {
    width: 35px;
    box-shadow: 0 0 1px 2px #00000014;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.regi_1 .regi_1_full .regi_1_inp_1 input.f_checkbox {
    width: auto;
    margin: 4px 5px 0 0;
}

.regi_1_inp_1.w-100 {
    width: 100% !important;
}

.h_middel_right_2 a i {
    color: #2eace3;
    font-size: 24px;
    float: left;
}

.h_middel_right_2 a span {
    position: absolute;
    right: 0;
    top: -6px;
    background: #4a4a4a;
    float: left;
    font-size: 12px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
}

.logo {
    float: left;
    width: 150px;
}

.logo img {
    float: left;
}

#header {
    width: 100%;
    transition: 0.2s;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 5px 3px -2px #0000001c;
    position: relative;
    z-index: 9;
    padding: 10px 0;
}

#header.sticky {
    color: white;
    position: fixed;
}

#header.sticky .logo {
    width: 225px;
}

#header.sticky .menu ul.slimmenu li>a {
    padding: 11px 15px;
}

.submenupart {
    width: 100%;
    float: left;
}

.index_main {
    width: 100%;
    float: left;
}

.text_center {
    text-align: center;
}

.testi_main {
    width: 100%;
    float: left;
    padding: 50px 0 90px 0;
    /* background: #f4f5f9; */
    /* background-image: linear-gradient(89.9deg, rgb(238, 3, 3) 0%, rgb(0, 22, 145) 99.8%); */
    background-image: radial-gradient( circle farthest-corner at 5.2% 10.8%, rgba(255,10,203,1) 0%, #fec343 90% );
}

#review .owl-item {
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 21px -14px rgb(0 0 0 / 14%);
    border-radius: 10px;
    text-align: center;
}

.btn_main.text_center a.more-btn {
    float: none;
    display: inline-block;
}

.testi_full .item p.testi-text span.quote-start {
    color: #ffb606;
    margin: 0 6px 0 0;
    float: left;
}

p.testi_name {
    color: #ffb606;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.testi_full .item p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.testi_full .item p.testi-company {
    color: #2eace3;
    font-size: 19px;
    margin: 10px 0 10px 0;
    text-align: center;
    font-family: 'Roboto Slab';
}

.testi_full .item p.client-name {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.testi_client_pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 4px #f1f1f1;
}

.mb-2 {
    margin-bottom: 20px;
}


/* ============== INDEX ABOUT CSS START ==============*/

.index_about_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.index_about_main .index_about_left {
    width: 100%;
}

.index_about_main .index_about_left p {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
}

.index_about_main .index_about_left a {
    display: inline-block;
    background: #2eace3;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s all ease;
    margin: 10px 0 0 0;
}

.index_about_main .index_about_left a:hover {
    background: #000;
}

.index_about_main .index_about_left a span {
    transition: 0.3s all ease;
    display: inline-block;
}

.index_about_main .index_about_left a:hover span {
    transform: translateX(10px);
}

.index_about_main .index_about_right {
    width: 45%;
    float: left;
}

.index_about_main .index_about_left ul {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.index_about_main .index_about_left ul li {
    width: 80%;
    float: left;
    margin: 0 0 10px 30px;
    list-style: disc;
}


/* ============== INDEX ABOUT CSS END ==============*/


/* ============== INDEX PRODUCT SLIDER CSS START ==============*/

.footer_client_main {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
}

.heading_main {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.item {
    background: #fff;
    margin: 5px 0 5px 0;
}

.f_client_full .owl-item {
    background: #f1f1f1;
    transition: 0.3s all ease;
}

.f_client_full .owl-item:hover {
    background: #2eace3;
}

.f_client_full .owl-item .item {
    background: none;
}

.item span {
    text-align: center;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    width: 100%;
    float: left;
    padding: 2px;
}

.f_client_full .owl-item .item:hover span {
    color: #fff;
}

.heading_main h2 {
    font-family: 'roboto slab';
    text-transform: capitalize;
    color: #f7af06;
    font-size: 34px;
}

.index_about_left h2 {
    font-size: 22px;
}


/* ============== INDEX PRODUCT SLIDER CSS END ==============*/

.index_top_rated_pujas {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.index_top_rated_pujas_1 {
    width: 22%;
    float: left;
    background: #f1f1f1;
    padding: 3px;
    text-align: center;
    transition: 0.3s all ease;
}

.index_top_rated_pujas_1:hover {
    background: #2eace3;
}

.index_top_rated_pujas_1 p {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    padding: 5px 0 3px 0;
}

.index_top_rated_pujas_1:hover p {
    color: #fff;
}

.index_top_rated_pujas_1 img {
    width: 100%;
    float: left;
}

.index_top_rated_pujas_1 a {
    width: 100%;
    float: left;
}


.index_events {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: linear-gradient(to right, #f7af06 0%, #df5455 26%, #c022a5 57%, #2eace3 100%);
}

.index_events_1 {
    width: 22%;
    float: left;
    margin: 0 1.5%;
    background: #ffffff;
    padding: 3px;
    text-align: center;
    transition: 0.5s all ease;
}

.index_events_1:hover {
    background: #f7af06;
}

.index_events_1:hover p {
    color: #ffffff;
}

.index_events_1:hover p.index_event_detail_text {
    color: #fff;
}

.event_1_posted {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px 0;
}

.event_1_posted p {
    font-size: 14px !important;
    font-family: 'Source Sans Pro' !important;
    color: #df5455 !important;
    margin-bottom: 0;
}

.index_events_1:hover .event_1_posted p {
    color: #fff !important;
}

.index_events_1 p {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    color: #2eace3;
    padding: 5px 5px 0 5px;
    text-align: left;
    font-weight: 500;
    font-family: 'Roboto Slab';
    margin-bottom: 0;
}

.index_events_1 p.index_event_detail_text {
    font-size: 14px;
    text-transform: inherit;
    text-align: justify;
    padding: 10px 5px;
    color: #000;
    font-family: 'Source Sans Pro';
}

.index_events_1 img {
    width: 100%;
    float: left;
}

.signup .index_events_1 {
    box-shadow: 0 0 5px 5px #0000001a;
}

.index_events_1 a {
    width: 100%;
    float: left;
}

.btn_main {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    text-align: center;
}

.btn_main a {
    display: inline-block;
    background: #2eace3;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s all ease;
}

.btn_main a:hover {
    background: #f7af06;
}

.index_vedio_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.index_vedio_main .index_vedio_1 {
    width: 22%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}

.index_vedio_main .index_vedio_1 iframe {
    float: left;
}

.footer_main {
    width: 100%;
    float: left;
    background: #2eace3;
    padding: 50px 0 0 0;
}

.footer_main .footer_1 {
    width: 20%;
    float: left;
    padding: 0 10px 0 0;
}

.footer_main .footer_1 h1 {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Roboto Slab';
    font-weight: 500;
    margin: 0 0 15px 0;
}

.footer_main .footer_1 ul {
    width: 100%;
    float: left;
}

.footer_main .footer_1 ul li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
}

.footer_main .footer_1 ul li a {
    color: #fff;
    font-size: 14px;
}

.footer_main .footer_1 ul li a:hover {
    text-decoration: underline;
}

.footer_main .footer_1 ul li a span {
    float: left;
    margin: 0 5px 0 0;
    font-size: 17px;
    color: #ffffff;
}

.footer_bottom {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 20px 0 20px 0;
    background: #f7af06;
    text-align: center;
    color: #fff;
}

.footer_bottom_right {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.footer_bottom_right a {
    color: #ffffff;
    font-size: 25px;
    margin: 0 5px 0 0;
}

.login_main {
    width: 70%;
    float: left;
    margin: 50px 15%;
}

.login_full {
    display: flex;
    align-items: center;
}

.login_main .login_left {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
}

.login_main .login_right {
    float: left;
    width: 50%;
}

.login_main .login_right h2 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-family: 'Roboto Slab';
    font-weight: 400;
    text-transform: capitalize;
    color: #f7af06;
}

.login_main .login_right .login_right_inp_1 {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}

.login_main .login_right .login_right_inp_1 input {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0 0 3px 25px;
    font-size: 18px;
}

.login_main .login_right .login_right_inp_1 select {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0 0 3px 25px;
    font-size: 18px;
}

.login_main .login_right .login_right_inp_1 span {
    position: absolute;
    left: 0;
    color: #2eace3;
}

.login_main .login_right .login_right_inp_1 button {
    width: 100%;
    float: left;
    padding: 5px 10px;
    background: #2eace3;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.login_right_inp_2 {
    width: 100%;
    float: left;
}

.login_right_inp_2 a {
    float: left;
    color: #686868;
    text-transform: capitalize;
    text-decoration: underline;
}

.inner_page_heding {
    width: 100%;
    float: left;
    background: url(../images/bg.jpg);
    padding: 15px 0;
    text-align: center;
    background-position: center;
}

.inner_page_heding h2 {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    font-family: 'Roboto Slab';
}

.inner_page_heding a {
    display: inline-block;
    color: #df5556;
    font-size: 14px;
}

.inner_page_heding p {
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 14px;
    text-transform: capitalize;
}

.contact_page_main {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #ffffff;
}

.contact_page_main .contact_page_full {
    width: 100%;
    float: left;
}

.contact_page_1 {
    width: 60%;
    float: left;
    background: #fff;
    box-shadow: 0 0 8px 1px #00000036;
    padding: 20px;
    margin: 0 20%;
}

.modal-body .contact_page_1 {
    width: 100%;
    float: none;
    display: inline-block;
    background: no-repeat;
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
}

.contact_page_1 .contact_page_1_full {
    width: 100%;
    float: left;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 {
    width: 45%;
    float: left;
    position: relative;
    margin: 0 2.5% 15px 2.5%;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 input {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 45px;
    border-radius: 10px;
    color: #757575;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 span {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #2eace3;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}

.contact_page_1_full.btn-contact_page button {
    display: inline-block;
    background: #2eace3;
    margin: 5px 0 15px 0;
    border: none;
    padding: 10px 40px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s all ease;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 select {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 45px;
    border-radius: 10px;
    color: #757575;
}

.w-95 {
    width: 95% !important;
}

.text-center {
    text-align: center;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 textarea {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 45px;
    border-radius: 10px;
    color: #757575;
    height: 43px;
}

.contact_full {
    width: 100%;
    float: left;
    background: #f7f8fb;
}

.contact_full .contact_left {
    width: 25%;
    float: left;
    padding: 30px 20px;
}

.contact_left_map {
    width: 75%;
    float: left;
}

.contact_full .contact_left .contact_left_1 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.contact_full .contact_left .contact_left_1 h4 {
    width: 100%;
    float: left;
    color: #2eace3;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.heading_main img {
    width: 250px;
}

.contact_full .contact_left .contact_left_1 p {
    width: 100%;
    float: left;
    font-size: 18px;
}

.contact_left_map iframe {
    float: left;
}

.shop_cart_page_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.cart_page_tabel {
    width: 70%;
    float: left;
}

.cart_page_tabel table {
    border-collapse: collapse;
    width: 100%;
}

.cart_page_tabel tr {
    border: 1px solid #ccc;
}

.cart_page_tabel table th {
    padding: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto Slab';
    background: #f7af06;
    text-align: left;
    border: 1px solid #ccc;
}

.cart_page_tabel td {
    height: 50px;
    vertical-align: middel;
    text-align: left;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.cart_page_tabel td:first-child a {
    width: auto;
    background: none;
    color: #2eace3;
    font-size: 20px;
    margin: 0 0 10px 0;
    height: auto;
}

.cart_page_tabel td a.btn_effect_1 {
    background: #2eace3 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    height: auto !important;
}

.cart_page_tabel td button.btn_effect_1 {
    background: #2eace3 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    height: auto !important;
    border: none;
    cursor: pointer;
}

.cart_page_tabel td p {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.cart_page_right {
    width: 28%;
    float: left;
    margin: 0 0 0 2%;
    border: 1px solid #ccc;
}

.cart_page_right_heading {
    width: 100%;
    float: left;
    background: #f7af06;
    padding: 6px 10px 4px;
    color: #fff;
}

.cart_page_right .cart_page_right_text {
    width: 100%;
    float: left;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

.cart_page_right_heading h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Roboto Slab';
}

.cart_page_right .cart_page_right_text span {
    width: 50%;
    float: left;
    color: #df5455;
    font-size: 16px;
}

.cart_page_right .cart_page_right_text p {
    color: #000;
    font-size: 16px;
    float: left;
}

.cart_page_right .cart_page_right_text a {
    float: left;
    background: #f7af06;
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.cart_page_tabel td a {
    background: #2eace3;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.number {
    float: left;
}

.number .minus,
.plus {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 2px solid #2eace3;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    font-size: 23px;
    color: #2eace3;
    border-radius: 50%;
    float: left;
    margin: 2px 0 0 0;
    cursor: pointer;
    font-weight: 600;
}

.number input {
    height: 30px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    background: #2eace3;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.cart_page_tabel td img {
    width: 100px;
}

.regi_1.checkout_form {
    width: 68%;
    float: left;
    background: #fff;
    padding: 10px;
    margin: 0 2% 0 0;
    border: 1px solid #ccc;
}

.regi_1 .regi_1_full {
    width: 100%;
    float: left;
}

.regi_1 .regi_1_full .regi_1_inp_1 {
    width: 45%;
    float: left;
    position: relative;
    margin: 0 2.5% 15px 2.5%;
}

.regi_1 .regi_1_full .regi_1_inp_1 input {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    color: #757575;
    font-size: 16px;
}

.regi_1 .regi_1_full .regi_1_inp_1 span {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #2eace3;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}

.regi_1 .regi_1_full .regi_1_inp_1 select {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    color: #757575;
    font-size: 16px;
}

.w-95 {
    width: 95% !important;
}

.regi_1 .regi_1_full .regi_1_inp_1 textarea {
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    color: #757575;
    height: 43px;
    font-size: 16px;
}

.cart_page_tabel.w-50 {
    width: 50%;
    background: #fff;
    border-left: 1px solid #ccc;
    padding: 10px;
}

.cart_page_tabel table {
    border-collapse: collapse;
    width: 100%;
}

.cart_page_tabel.w-50 tr {
    border: none;
}

.cart_page_tabel.w-50 table th {
    color: #2eace3;
    font-weight: 500;
}

.cart_page_tabel.w-50 td img {
    width: 50px;
}

.new_in_check_table {
    width: 100%;
    float: left;
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0;
}

.new_in_check_table .new_in_check_table_1 {
    width: 100%;
    float: left;
    padding: 0 44px 0px 0;
    margin-top: 5px;
}

.new_in_check_table .new_in_check_table_1 p {
    float: right;
    font-size: 14px;
    color: #df5455;
    font-weight: 600;
    text-transform: capitalize;
}

.new_in_check_table .new_in_check_table_1 p span {
    color: #000;
    margin: 0 0 0 5px;
    font-weight: 400;
    font-size: 16px;
}

.new_in_check_table_1 a {
    background: #2eace3;
    margin: 5px 0 15px 0;
    border: none;
    padding: 6px 20px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s all ease;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    float: right;
}

.signup {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.event_detail_full {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.event_detail_full .event_detail_left {
    width: 65%;
    float: left;
}

.event_detail_full .event_detail_left .event_detail_left_1 {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background: #ffffff;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_img img {
    width: 100%;
    float: left;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_posted {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_posted p {
    float: left;
    font-size: 16px;
    color: #df5455;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_heading {
    width: 100%;
    float: left;
    padding: 10px;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_heading p {
    float: left;
    font-size: 20px;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
    color: #2eace3;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_text_1 {
    width: 100%;
    float: left;
    padding: 5px 10px;
    color: #424242;
}

.event_detail_full .event_detail_left .event_detail_left_1 .event_detail_left_1_text_1 p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0;
}

.sidebar .sidebar__single.sidebar__post {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 0 25px 0;
}

.sidebar .sidebar__single.sidebar__post h3 {
    width: 100%;
    float: left;
    color: #f7af06;
    margin: 0 0 15px 0;
    font-family: 'Roboto Slab';
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar .sidebar__single.sidebar__post .sidebar__post-wrap {
    width: 100%;
    float: left;
}

.sidebar .sidebar__single.sidebar__post .sidebar__post-wrap .sidebar__post__single {
    width: 100%;
    float: left;
}

.sidebar .sidebar__single.sidebar__post .sidebar__post-wrap .sidebar__post__single .sidebar__post-image {
    width: 100px;
    float: left;
}

.sidebar .sidebar__single.sidebar__post .sidebar__post-wrap .sidebar__post__single .sidebar__post-content {
    width: calc(100% - 100px);
    float: right;
    padding: 5px 10px;
}

.sidebar .sidebar__single.sidebar__post .sidebar__post-wrap .sidebar__post__single .sidebar__post-content a {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    line-height: 21px;
}

.event_detail_full .event_detail_right {
    width: 33%;
    float: left;
    margin: 0 0 0 2%;
}

.event_detail_full .event_detail_right .sidebar {
    width: 100%;
    float: left;
}

.event_detail_left_1 .event_detail_left_1_tag {
    width: 100%;
    float: left;
    padding: 20px 10px;
    border-top: 1px solid #ccc;
}

.event_detail_left_1 .event_detail_left_1_tag p {
    float: left;
    margin: 3px 10px 0 0;
    font-weight: bold;
}

.event_detail_left_1 .event_detail_left_1_tag a {
    float: left;
    background: #2eace3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.product_detail_main {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.product_detail_main .product_detail_left {
    width: 32%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 4% 20px 0;
}

.product_detail_main .product_detail_right {
    width: 57%;
    float: left;
}

.product_detail_main .product_detail_right .product_detail_right_heading {
    width: 100%;
    float: left;
    margin: 0 0 0px 0;
}

.product_detail_main .product_detail_right .product_detail_right_heading p {
    color: #2eace3;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Roboto Slab';
}

.product_detail_main .product_detail_right .product_detail_right_text {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.product_detail_main .product_detail_right .product_detail_right_text p {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.product_detail_main .product_detail_right .product_detail_right_text ul {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
}

.product_detail_main .product_detail_right .product_detail_right_text h4 {
    width: 100%;
    float: left;
    color: #f7af06;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.product_detail_main .product_detail_right .product_detail_right_text ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    list-style: disc;
    color: #1d2224;
    margin: 0 0 10px 0;
}

.product_detail_main .product_detail_right .product_detail_right_price {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.product_detail_main .product_detail_right .product_detail_right_price h4 {
    width: 100%;
    float: left;
    color: #f7af06;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.product_detail_main .product_detail_right .product_detail_right_price span {
    float: left;
    color: #5f6061;
    text-decoration: line-through;
    font-size: 14px;
    margin: 8px 10px 0 0;
}

.product_detail_main .product_detail_right .product_detail_right_price p {
    float: left;
    color: #000000;
    font-size: 20px;
}

.product_detail_right_btn {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.product_detail_right_btn a {
    float: right;
    background: #2eace3;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s all ease;
    font-size: 16px;
    font-family: 'Roboto Slab';
}

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td {
    font-size: 14px;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 5px;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f7af06;
    color: white;
    font-weight: 400;
    font-family: 'roboto slab';
}

p.location-description {
    float: left;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

p.location_text {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 0 0;
    box-shadow: 0 0 4px 4px #0000000f;
}


.product_detail_bottom_left .tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.product_detail_bottom_left .tabset .tab-panel {
    display: none;
}

.product_detail_bottom_left .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.product_detail_bottom_left .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.product_detail_bottom_left .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.product_detail_bottom_left .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.product_detail_bottom_left .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.product_detail_bottom_left .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.product_detail_bottom_left .tabset>label {
    position: relative;
    display: inline-block;
    padding: 10px 25px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Roboto Slab';
}

.tab-panels p {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
    text-align: justify;
}

.product_faq {
    width: 100%;
    display: inline-block;
}

.product_faq ol {
    padding: 10px 10px 20px 20px;
}

.product_faq ol li ul {
    padding: 10px 0 20px 25px;
}

.product_faq ol li ul li {
    list-style: disc;
    text-align: justify;
}

.product_detail_bottom_left .tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    border-top: 2px solid #2eace3;
    color: #2eace3;
}

.product_detail_bottom_left .tab-panel {
    padding: 20px;
    border: 1px solid #ccc;
}


.product_detail_bottom_left .tabset {
    width: 100%;
}

.product_detail_bottom {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.product_detail_bottom .product_detail_bottom_left {
    width: 70%;
    float: left;
}

.product_detail_bottom_right {
    width: 25%;
    float: right;
}

.product_detail_bottom_right .heading_main h2 {
    font-size: 20px;
}

.product_detail_bottom_right .index_top_rated_pujas_1 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    background: #f1f1f1;
    padding: 3px;
    text-align: center;
    transition: 0.3s all ease;
}

.product_detail_bottom_right .index_top_rated_pujas_1 a {
    width: 100%;
    float: left;
}

.product_detail_bottom_right .index_top_rated_pujas_1 img {
    width: 100%;
    float: left;
}

.product_detail_bottom_right .index_top_rated_pujas_1 p {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    padding: 5px 0 3px 0;
}

.product_detail_bottom_right .index_top_rated_pujas_1:hover {
    background: #2eace3;
}

.product_detail_bottom_right .index_top_rated_pujas_1:hover p {
    color: #fff;
}

.shop_cart_page_main .select_your_package_cart_page {
    width: 70%;
    float: left;
border-radius: 14px 14px 0 0;
    overflow: hidden;
}
.padding-20 {
    padding: 20px;
    width: 100%;
    float: left;
}

.select_your_package_cart_page .select_your_package_cart_left h4 {
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    font-size: 15px;
    font-weight: 400;
    color: #2eace3;
    margin: 0 0 10px 0;
}

.select_your_package_cart_page .select_your_package_cart_left {
    width: 45%;
    float: left;
    border-right: 1px solid #ccc;
    margin: 0 3% 0 0;
    padding: 0 20px 0 0;
}

.select_your_package_cart_page .select_your_package_cart_left p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 23px;
    text-align: justify;
}

.select_your_package_cart_page .select_your_package_cart_left ul {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}

.select_your_package_cart_page .select_your_package_cart_left ul li {
    width: 100%;
    float: left;
    list-style: disc;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.select_your_package_cart_page .select_your_package_cart_ceter {
    width: 27%;
    float: left;
    margin: 0 3% 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccc;
}

.select_your_package_cart_page .select_your_package_cart_right {
    width: 22%;
    float: left;
}

.select_your_package_cart_page .select_your_package_cart_ceter h4 {
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    font-size: 15px;
    font-weight: 400;
    color: #2eace3;
    margin: 0 0 10px 0;
}

.select_your_package_cart_page .select_your_package_cart_ceter p span {
    color: #5caa00;
}

.select_your_package_cart_page .select_your_package_cart_ceter p {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.select_your_package_cart_page .select_your_package_cart_right p {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.select_your_package_cart_page .select_your_package_cart_right button {
    float: left;
    background: #2eace3;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    border: none;
}

.checkout_page_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.checkout_page_main .checkout_page_left {
    width: 50%;
    float: left;
    margin: 0 2% 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 5px #00000014;
}

.checkout_page_main .checkout_page_left h2 {
    width: 100%;
    float: left;
    background: #f7af06;
    font-family: 'Roboto Slab';
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.checkout_inp_full {
    width: 100%;
    float: left;
}

.checkout_inp_full.w-50 .checkout_inp_1 {
    width: 47%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}

.checkout_inp_full.w-50 .checkout_inp_111 {
    width: 52%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}

.checkout_inp_full.w-50 .checkout_inp_111 {
    width: 52%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}
.checkout_inp_full.w-50 .checkout_inp_122 {
    width: 52%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}

.checkout_inp_full .checkout_inp_1 label {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0 0 2px 0;
}

.checkout_inp_full .checkout_inp_1 label span {
    color: #f00;
}

.checkout_inp_full .checkout_inp_1 input {
    width: 100%;
    float: left;
    padding: 8px 5px;
    border: 1px solid #949494;
    border-radius: 5px;
}

.checkout_inp_full .checkout_inp_11 input {
    /* width: 100%; */
    float: left;
    padding: 8px 5px;
    border: 1px solid #949494;
    border-radius: 5px;
}


.checkout_inp_full .checkout_inp_1 select {
    width: 100%;
    float: left;
    padding: 8px 5px;
    border: 1px solid #949494;
    border-radius: 5px;
}

.checkout_inp_full .checkout_inp_1 textarea {
    width: 100%;
    float: left;
    padding: 8px 5px;
    border: 1px solid #949494;
    border-radius: 5px;
}

.checkout_inp_full .checkout_inp_1 input[type="checkbox"] {
    width: auto;
    margin: 5px 10px 0 0;
}

.cart_page_tabel.checkout_table table th {
    background: #2eace3;
}

.cart_page_tabel.checkout_table {
    width: 100%;
    float: left;
}

.checkout_page_right h2 {
    width: 100%;
    float: left;
    background: #f7af06;
    font-family: 'Roboto Slab';
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.checkout_page_right {
    width: 48%;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 5px #00000014;
    float: left;
}

.cart_page_right .cart_page_right_text button {
    float: left;
    margin: 0 0 0 10px;
    padding: 5px;
    font-size: 15px;
    background: #2eace3;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.cart_page_right .cart_page_right_text input {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 5px;
}

.blog_full {
    width: 100%;
    float: left;
}

.blog_full .blog_1 {
    width: 30%;
    float: left;
    margin: 0 1.5% 35px 1.5%;
    border: 1px solid #ccc;
    background: #f7f7f7;
    transition: 0.3s all ease;
}

.blog_full .blog_1 .blog_1_img {
    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;
}

.blog_full .blog_1 .blog_1_posted {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.blog_full .blog_1 .blog_1_posted p {
    float: left;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #df5455;
}

.blog_full .blog_1 .blog_1_tag {
    width: 100%;
    float: left;
    padding: 10px;
}

.blog_full .blog_1 .blog_1_tag a {
    float: left;
    background: #2eace3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.blog_full .blog_1 .blog_1_heading {
    width: 100%;
    float: left;
    padding: 0 10px 10px 10px;
    height: 75px;
    overflow-y: hidden;
}

.blog_full .blog_1 .blog_1_heading p {
    float: left;
    font-size: 18px;
}

.blog_full .blog_1 .index_inq_btn {
    padding: 10px;
    margin: 0;
}

.blog_full .blog_1 .index_inq_btn a.a1 {
    float: left;
}

.a1 {
    color: #fff;
    padding: 10px 20px;
    background: #f7af06;
    font-size: 14px;
    appearance: none;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 10px 0;
    border-radius: 5px;
}


.divine_note_full {
    width: 80%;
    float: left;
    border: 1px solid #ccc;
    margin: 0 10% 30px 10%;
    box-shadow: 0 0 5px 5px #00000017;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
}

.divine_note_full .divine_note_img {
    width: 140px;
    float: left;
}

.divine_note_full p i {
    color: #2eace3;
}

.divine_note_full:hover p i {
    color: #fff;
}

.divine_note_full p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.divine_note_full:hover {
    background: #f7af06;
}

.divine_note_full:hover .divine_note_content p {
    color: #fff;
}

.divine_note_full .divine_note_content {
    width: calc(100% - 140px);
    float: left;
    padding: 0 20px;
}

.accordion {
    background-color: #2eace3;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    display: inherit;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-bottom: 1px solid #fff;
    font-family: 'Roboto Slab';
}

.book_pujan_left .active,
.accordion:hover {
    background-color: #6ccbf5;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.book_pujan_left .active:after {
    content: "\2212";
}

.panel {
    background-color: #f1f1f18c;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /*max-height: 0;*/
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.book_pujan_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.book_pujan_left {
    width: 25%;
    margin: 0 3% 0 0;
    float: left;
}

.panel ul {
    width: 100%;
    float: left;
}

.panel ul li {
    width: 100%;
    float: left;
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
}

.panel ul li a {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
}

.panel ul li a:hover {
    text-decoration: underline;
}

.book_pujan_right {
    width: 72%;
    float: left;
    margin-bottom: 40px;
}

.book_pujan_full {
    width: 100%;
    float: left;
}

.book_pujan_full .index_top_rated_pujas_1 {
    margin: 0 1.5% 20px 1.5%;
}

.cart_page_right .cart_page_right_text input[type="radio"] {
    width: auto;
    margin: 4px 5px 0 0;
}

.call_us_fixed {
    background: #2eace3;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 35%;
    min-width: 200px;
    padding: 3px;
    border-radius: 30px 0 0 30px;
    transform: translateX(82%);
    transition: 0.3s all ease;
    line-height: 30px;
}

.call_us_fixed:hover {
    transform: translateX(0);
}

.call_us_fixed .call_us_fixed_icon {
    float: left;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2eace3;
    margin: 0 5px 0 0;
}

.call_us_fixed .call_us_fixed_text {
    float: left;
    color: #fff;
    font-size: 20px;
}

.mail_us_fixed {
    background: #2eace3;
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 42%;
    min-width: 240px;
    padding: 3px;
    border-radius: 30px 0 0 30px;
    transform: translateX(85%);
    transition: 0.3s all ease;
    line-height: 30px;
}

.mail_us_fixed:hover {
    transform: translateX(0);
}

.mail_us_fixed .mail_us_fixed_icon {
    float: left;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2eace3;
    margin: 0 5px 0 0;
}

.mail_us_fixed .mail_us_fixed_text {
    float: left;
    color: #fff;
    font-size: 20px;
}

.after_login_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.after_login_main .after_login_left {
    width: 25%;
    float: left;
    margin: 0 5% 0 0;
    background: #fff;
    border: 1px solid #ccc;
}

.after_login_main .after_login_left .after_login_left_menu {
    width: 100%;
    float: left;
}

.after_login_main .after_login_left .after_login_left_menu ul {
    width: 100%;
}

.after_login_main .after_login_left .after_login_left_menu ul li {
    width: 100%;
    float: left;
    transition: 0.3s all ease;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.after_login_main .after_login_left .after_login_left_menu ul li a {
    color: #000;
    line-height: 32px;
}

.after_login_main .after_login_left .after_login_left_menu ul li a span {
    background: #f7af06;
    width: 32px;
    float: left;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    margin: 0 8px 0 0;
}

.after_login_main .after_login_left .after_login_left_menu ul li.after_login_active {
    background: #f7af06;
}

.after_login_main .after_login_left .after_login_left_menu ul li:hover {
    background: #f7af06;
}

.after_login_main .after_login_left .after_login_left_menu ul li:hover a {
    color: #fff;
}

.after_login_main .after_login_left .after_login_left_menu ul li.after_login_active a {
    color: #fff;
}

.after_login_right {
    width: 70%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}

#customers td a.after_login_table_btn {
    background: #2eace3;
    color: #fff;
    padding: 2px 5px;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    border-radius: 2px;
}

.after_login_right_order_view_p p span {
    background: #2eace3;
    color: #fff;
    padding: 0 5px;
}

.after_login_right_order_view_p {
    width: 100%;
    float: left;
}

.after_login_right_order_view_p h2 {
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin: 10px 0;
    width: 100%;
    float: left;
    color: #2eace3;
}

#customers td.product-name dt {
    margin: 0 10px 10px 0;
    width: 35%;
    font-size: 14px;
    color: #df5556;
    float: left;
    clear: left;
}

#customers td.product-name dd {
    float: left;
    margin: 0 0 10px 0;
}

#customers td.product-name a {
    font-size: 18px;
    margin: 0 0 10px 0;
    float: left;
    color: #2eace3;
}

.after_login_right_order_view_p a {
    float: left;
    background: #2eace3;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.after_login_right .my_profile_inp_full {
    width: 100%;
    float: left;
}

.after_login_right .my_profile_inp_full .my_profile_inp_1 {
    width: 45%;
    float: left;
    margin: 0 2.5% 20px 2.5%;
}

.after_login_right .my_profile_inp_full .my_profile_inp_1 label {
    width: 100%;
    float: left;
}

.after_login_right .my_profile_inp_full .my_profile_inp_1 label span {
    color: #f00;
}

.after_login_right .my_profile_inp_full .my_profile_inp_1 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0 0 0;
}

.after_login_right .my_profile_inp_full .my_profile_inp_2 {
    width: 95%;
    float: left;
    margin: 0 2.5% 20px 2.5%;
}

.after_login_right .my_profile_inp_full .my_profile_inp_2 label {
    width: 100%;
    float: left;
}

.after_login_right .my_profile_inp_full .my_profile_inp_2 label span {
    color: #f00;
}

.after_login_right .my_profile_inp_full .my_profile_inp_2 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0 0 0;
}

.after_login_right .my_profile_inp_full .my_profile_inp_1 a {
    float: left;
    background: #f7af06;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
}

.after_login_dashboard_content {
    width: 100%;
    float: left;
}

.after_login_dashboard_content p {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.after_login_dashboard_content p span {
    color: #2eace3;
}

.after_login_dashboard_content ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
}

.after_login_dashboard_content ul li {
    width: 100%;
    list-style: circle;
    color: #f7af06;
    margin: 0 0 8px 0;
}

.after_login_dashboard_content ul li a {
    color: #f7af06;
    text-transform: capitalize;
}

.bhajan_vedio {
    width: 100%;
    float: left;
    padding: 0 50px 30px 50px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #f7af06;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.f_new_design {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.f_new_design .f_new_design_1 .label_text_f {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.label_text_f .label_text_f_left {
    float: left;
    font-size: 18px;
}

.label_text_f .label_text_f_left span {
    float: left;
    margin: 0 10px 0 0;
    color: #f7af06;
}

.label_text_f .label_text_f_left p {
    float: left;
    color: #f7af06;
}

.label_text_f .label_text_f_right {
    float: left;
    margin: 0 0 0 10px;
    font-size: 18px;
}

.f_new_design_1 span.price-new {
    width: 100%;
    float: left;
    color: #2eace3;
}

.f_new_design_1 .f_btn_bottom {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.f_btn_bottom .f_btn_bottom_left {
    float: left;
}

.f_btn_bottom .f_btn_bottom_left a {
    color: #fff;
    padding: 10px 20px;
    background: #f7af06;
    float: left;
}

.f_btn_bottom .f_btn_bottom_right {
    float: right;
}

.f_btn_bottom .f_btn_bottom_right a.pay_now {
    background: #2eace3;
    color: #fff;
    padding: 10px 20px;
    float: left;
}

.f_new_design .f_new_design_1 {
    width: 30%;
    float: left;
    margin: 0 0 0 35%;
    padding: 20px;
    box-shadow: 0 0 8px 3px #00000012;
}

.paging ul.pagination li.page-item.active {
    background: #2eace3;
}

.paging {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

.paging ul.pagination {
    float: left;
    width: 100%;
}

.paging ul.pagination li.page-item.disabled {
    background: #f7af0682;
}

.paging ul.pagination li span {
    color: #fff;
    font-size: 20px;
}

.paging ul.pagination li a {
    color: #fff;
    font-size: 20px;
}

.paging ul.pagination li {
    float: left;
    background: #f7af06;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

a.float {
    background: #25D366;
    position: fixed;
    bottom: 8px;
    right: 4px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar {
    background: #f7af06;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

a.float i {
    color: #fff;
    font-size: 25px;
}

.fix_hei_img_1 {
    overflow: hidden;
    background-color: #ccc0 !important;
    height: 250px !important;
    width: 100% !important;
    position: relative !important;
}

.fix_hei_img_1 img {
    float: left;
    max-width: 100%;
    max-height: 100% !important;
    width: 100% !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
}

.fixImage {
    overflow: hidden;
    background-color: #fff !important;
    height: 250px !important;
    width: 100% !important;
    position: relative !important;

}

.fixImage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* custom css start */
.hero-banner {
    overflow: unset !important;
}

.hero-banner .sliding-banner-img {
    width: 100%;
}

.bg-top .menu ul.slimmenu {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.slimmenu #more_links {
    height: 43px !important;
    font-size: 14px;
}

.call_us_fixed .call_us_fixed_icon p,
.call_us_fixed .call_us_fixed_text p,
.mail_us_fixed .mail_us_fixed_icon p,
.mail_us_fixed .mail_us_fixed_text p {
    margin-bottom: 0;
}

.login_full .login_right form .iti.iti--allow-dropdown.iti--separate-dial-code {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.login_main .login_right .login_right_inp_1:nth-child(6) {
    width: 50%;
    float: right;
}

.login_full .login_right form .iti.iti--allow-dropdown.iti--separate-dial-code input[type=tel] {
    height: 31px;
    width: calc(100% - 3px);
}

.login_main .login_right form>div:nth-child(4) {
    width: 50% !important;
}

.banner-new .main {
    overflow: hidden;
    padding: 0;
}

.iti__flag-container .iti__flag {
    margin-right: 0 !important;
}

/* custom css end */

/* panchang page css start */
.ac-panchang-table-section {
    padding: 50px 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac-panchang-date-time {
    background: rgba(46, 172, 227, 0.67);
    line-height: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.ac-panchang-logo {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    line-height: 0;
}

.ac-panchang-date {
    margin-left: 15px;
}

.ac-panchang-date p {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-bottom: 0;
}

/* .ac-panchang-date p span.ac-arrow-down{width:16px;height: 16px;display: inline-block;background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxIDAuNTg5OTk2TDYgNS4xN0wxMC41OSAwLjU4OTk5NkwxMiAyTDYgOEwwIDJMMS40MSAwLjU4OTk5NloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");background-position: center;
background-repeat: no-repeat;} */
.ac-left-arrow,
.ac-right-arrow {
    background: #dedede;
    padding: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
}

.ac-panchang-loaction {
    background: rgb(123, 215, 255, 0.67);
    border-top: 1px solid #f0e9d9;
    padding: 5px 10px;
    width: 100%;
}

.ac-panchang-loaction p {
    margin-bottom: 0;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

.ac-panchang-loaction p img {
    margin-right: 5px;
}

.ac-panchang-table-section table {
    border: none;
}

.ac-panchang-table-section table td {
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 23px;
    padding: 4px 10px;
    height: 30px;
}

.ac-panchang-table-section table td a {
    color: #000;
}

.ac-panchang-table-section table th {
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 10px;
    height: 30px;
    text-align: left;
    background: #f3f3f3;
    font-weight: bold;
}

.ac-panchang-table-section table .clearfix {
    clear: both;
}

.ac-panchang-table-inner {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.book_pujan_rightNew .index_top_rated_pujas_1 {
    flex: 0 1 calc(calc(100% / 3) - 30px);
    width: 100%;
    transition: all .3s linear;
    padding: 0;
    margin-bottom: 0;
}

.book_pujan_rightNew .index_top_rated_pujas_1 p {
    padding: 10px;
    margin-bottom: 0;
}

.book_pujan_rightNew .index_top_rated_pujas_1:hover {
    background: transparent;
    transform: translateY(-5px);
}

.book_pujan_rightNew .index_top_rated_pujas_1:hover p {
    color: #2eace3;
}

.upcoming-eventBox {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.upcoming-eventBox .index_events_1 {
    float: unset;
    width: 100%;
    border: 1px solid transparent;
    padding: 0;
    flex: 0 1 calc(calc(100% / 4) - 15px);
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
}

.event-content .event_1_posted {
    padding: 6px 10px 0px;
    margin-bottom: 3px;
    border: 0;
}

.event-content .event_1_posted {
    padding: 6px 10px 0px;
    margin-bottom: 3px;
    border: 0;
}

.event-content .index_events_1+p {
    margin-bottom: 6px;
    padding: 0 10px;
}

.event-link {
    font-size: 16px !important;
    padding: 0 16px !important;
    margin-bottom: 10px !important;
}

.bhajanbox-item {
    flex: 0 1 calc(calc(100% / 3) - 20px);
}

.bhajanbox-item .card-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.book_pujan_full {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* panchang page css end */



/*----------------- Media Screen Css Start ------------------*/

@media only screen and (max-width: 1320px) {
    .main {
        width: 1250px;
    }
}

@media only screen and (max-width: 1255px) {
    .main {
        width: 1000px;
    }
}

@media only screen and (max-width: 1024px) {
    .bhajanbox-item {
        flex: 0 1 calc(calc(100% / 2) - 20px);
    }

    .main {
        width: 100%;
        padding: 0 30px;
    }

    .menu {
        width: auto;
    }

    .bg-top .menu ul.slimmenu li>a {
        padding: 0 0 5px 0;
        font-size: 12px;
        margin: 5px 9px;
    }
}

@media only screen and (max-width: 992px) {
    .header_top .header_top_search .header_top_search_3 button {
        padding: 3px 0;
    }
}


@media only screen and (max-width: 910px) {
    .menu .collapse-button {
        top: 28px;
    }
}

@media only screen and (max-width: 840px) {}

@media only screen and (max-width: 784px) {
    .menu img {
        display: none;
    }

    .menu {
        width: 100%;
    }

    .menu {
        width: 100%;
        top: 0;
        position: relative;
        height: auto;
    }

    .menu ul.slimmenu {
        margin: 43px 0 0 -5px;
        position: absolute;
        background: #fff;
        z-index: 9;
        top: 36px;
    }

    .bg-top .menu {
        width: 100%;
    }

    .bg-top {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .upcoming-eventBox .index_events_1 {
        flex: 0 1 calc(calc(100% / 2) - 15px);
    }

    .upcoming-eventBox .fixImage img {
        height: 180px;
    }

    .upcoming-eventBox .fixImage {
        height: 180px !important;
    }

    .avtar_mobile_view {
        position: absolute;
        float: left;
        top: 20px;
        right: 30px;
    }

    .bg-top .menu ul.slimmenu li>a {
        padding: 6px 6px;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .logo img {
        display: inline-block;
        width: 150px;
        float: none;
    }

    .inner_page_heding {
        padding: 20px 0;
    }

    .book_pujan_main {
        padding: 30px 0;
    }

    .book_pujan_left {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .book_pujan_right {
        width: 100%;
    }

    .product_detail_main .product_detail_left {
        width: 100%;
        padding: 5px;
        margin: 0 0 20px 0;
    }

    .product_detail_main .product_detail_right {
        width: 100%;
    }

    .product_detail_main .product_detail_right .product_detail_right_price {
        margin: 0;
    }

    .product_detail_bottom {
        padding: 30px 0;
    }

    .product_detail_bottom .product_detail_bottom_left {
        width: 100%;
    }

    .product_detail_bottom_left .tabset>label {
        padding: 3px 5px 10px;
    }

    .product_detail_bottom_left .tab-panel {
        padding: 10px;
    }

    .product_detail_bottom_right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    p.location-description {
        width: 100%;
    }

    p.location_text {
        width: 100%;
    }

    .shop_cart_page_main {
        padding: 30px 0;
    }

    .shop_cart_page_main .select_your_package_cart_page {
        width: 100%;
    }

    .select_your_package_cart_page .select_your_package_cart_left {
        width: 100%;
        border-right: none;
        margin: 0;
        padding: 0;
    }

    .select_your_package_cart_page .select_your_package_cart_ceter {
        width: 100%;
        margin: 0;
        padding: 0;
        border-right: none;
    }

    .select_your_package_cart_page .select_your_package_cart_right {
        width: 100%;
    }

    .cart_page_right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .cart_page_right .cart_page_right_text a {
        font-size: 15px;
    }

    .regi_1.checkout_form {
        width: 100%;
        margin: 0;
    }

    .cart_page_tabel {
        width: 100%;
    }

    .cart_page_right .cart_page_right_text input {
        width: 180px;
    }

    .checkout_page_main {
        padding: 30px 0;
    }

    .checkout_page_main .checkout_page_left {
        width: 100%;
        margin: 0;
    }

    .padding-20 {
        padding: 10px;
    }

    .checkout_page_right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .login_main .login_left {
        width: 100%;
        margin: 0;
    }

    .login_main .login_right {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }

    .contact_page_main {
        padding: 30px 0;
    }

    .contact_page_1 {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .contact_page_1 .contact_page_1_full .contact_page_1_inp_1 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .w-95 {
        width: 100% !important;
    }

    .signup {
        padding: 30px 0;
    }

    .event_detail_full .event_detail_left {
        width: 100%;
    }

    .event_detail_full .event_detail_right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .divine_note_full {
        width: 100%;
        margin: 0 0 10px 0;
        display: inline-block;
    }


    .divine_note_full .divine_note_content {
        width: 100%;
        padding: 20px 0;
    }

    .divine_note_full .divine_note_img {
        width: 100%;
    }

    .contact_full .contact_left {
        width: 100%;
    }

    .contact_left_map {
        width: 100%;
    }

    .footer_main {
        padding: 30px 0 0 0;
    }

    .login_full {
        display: inline-block;
        align-items: center;
    }

    .login_main {
        width: 100%;
        float: left;
        margin: 30px 0;
    }

    .product_detail_main {
        padding: 30px 0;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .heading_main h2 {
        font-size: 20px;
    }

    .heading_main img {
        width: 150px;
    }

    .index_top_rated_pujas {
        padding: 30px 0;
    }

    .index_top_rated_pujas_1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .index_events {
        padding: 30px 0;
    }

    .index_events_1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .btn_main {
        margin: 10px 0 0 0;
    }

    .index_vedio_main {
        padding: 30px 0;
    }

    .index_vedio_main .index_vedio_1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .testi_main {
        padding: 30px 0 70px 0;
    }

    #review .owl-carousel .owl-stage-outer {
        padding: 0 0 10px 0px !important;
    }

    .owl-theme .owl-nav {
        margin: 0 !important;
    }

    .index_about_main {
        padding: 30px 0;
    }

    .index_about_main .index_about_right {
        width: 100%;
    }

    .index_about_main .index_about_left {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
    }

    .footer_main .footer_1 {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .footer_bottom {
        margin: 0 0 0 0;
        font-size: 12px;
        padding: 10px 0 10px 0;
    }

    ul#menu {
        top: 3px;
        right: 0;
        position: absolute;
        z-index: 9999999;
    }

    ul#menu ul.submenu {
        right: 0;
    }

    .header_top .header_top_search .header_top_search_3 button {
        padding: 4px 0;
        border-radius: 0;
    }

    #header.sticky .menu ul.slimmenu li>a {
        padding: 6px 6px;
    }

    .header_top .header_top_search .header_top_search_3 {
        width: 100%;
        padding: 0;
    }

    .header_top .header_top_search .header_top_search_2 {
        border-top: 1px solid #ccc;
        border-left: none;
        width: 100%;
    }

    .header_top .header_top_search .header_top_search_1 {
        width: 100%;
        margin-left: -10px;

    }

    .header_top .header_top_search {
        margin: 7px 0 0 0;
        width: 100%;
        /* box-shadow: none; */
        border-radius: 5;
        border: 1px solid #ccc;
    }

    .f_new_design .f_new_design_1 {
        width: 90%;
        margin: 0 0 0 5%;
    }

    .menu ul.slimmenu li ul li a {
        text-align: left;
        font-size: 12px;
        border-top: none;
        padding: 9px 20px;
    }
}

/* Mobail number arrow hide css */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.select2-results__option,
.select2-selection__rendered {
    display: flex !important;
    align-items: center;
}



@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 479px) {}

.top-rated-item {
    border: 0;
}

.f_client_full .owl-item {
    border: 1px solid transparent;
}

.f_client_full .owl-item:hover {
    border: 0 !important;
    background: transparent !important;
}

.top-rated-item:hover {
    border: 0 !important;
}

.top-rated-item:hover {
    border: 0;
}



.header_top_search {
    margin: 0 auto 0 30px !important;
    width: 100% !important;
    max-width: 498px;
}

.header_top .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_top .header_top_search .header_top_search_1 label {
    float: unset;
    padding: 0;
    display: flex;
    gap: 6px;
    text-align: left;
}

.header_top .header_top_search .header_top_search_3 button {
    height: 63px;
}

.header_top_right {
    float: unset;
    margin: 15px 0 0 0;
}

.header_top .header_top_search {
    box-shadow: unset !important;
    border-radius: 10px;
    border: 2px solid #f7af0647;
    padding: 4px 6px;
    margin: auto !important;
    /* display: none; */
}

.header_top .header_top_search .header_top_search_3 button {
    border-radius: 10px;
}

.header_top_search .select2-container {
    width: max-content !important;
}

.owl-carousel .owl-stage {
    margin-left: 4px;
}

.f_client_full .owl-item {
    background: transparent !important;
}

sup.star-label {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.contact_page_1 .contact_page_1_full .contact_page_1_inp_1 input {
    padding: 10px 10px 10px 36px;
}

.top-rated-item {
    border: 1px solid #d1d1d152 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    margin-bottom: 12px !important;
}

.top-rated-item:hover {
    border: 1px solid #2eace3 !important;
}

.pooja_btn {
    padding: 10px 20px;
    border: 1px solid #2eace3;
    background-color: #2eace3;
    color: #fff;
    cursor: pointer;
}

.pooja_btn:hover {
    background-color: #fff;
    color: #2eace3;
}

.atrology_btn {
    padding: 8px 20px;
    border: 1px solid #f7af06;
    background-color: #f7af06;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}

.atrology_btn:hover {
    background-color: #fff;
    color: #f7af06;
}

.select2-results__option {
    font-size: 12px;
}

.pooja-button {
    flex: 1 1 100px;
}

.header_top_search.banner_search_form {
    border: 2px solid #2eace3;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 30px;
    background-color: #2eace3;
    margin-top: 10px !important;
}

.header_top_search.banner_search_form form {
    display: flex;
    align-items: end;
}

.header_top_search.banner_search_form form select {
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.header_top_search.banner_search_form form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

.header_top_search.banner_search_form form .select2-container .select2-selection--single {
    height: 55px;
}

.header_top_search .select2-container {
    margin-right: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
}

.about-carousel {
    border-radius: 20px;
    overflow: hidden;
}

.about-row {
    align-items: center;
}

#review .owl-carousel .owl-stage-outer {
    padding: 0 0 10px 0px;
}

/* header-css */

.main-header {
    display: flex;
    align-items: center;
}

.header-right-side {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-end {
    margin-left: auto;
}

.header-right-side a {
    text-align: center;
}

.header-start {
    flex: 0 0 462px;
    margin: auto;
}

.main-header a img {
    height: 60px;
}

.header-right-side img {
    height: 60px;
}

.header-start {
    flex: 0 0 567px;
    width: 567px;
}

.header-start form {
    gap: 10px;
    display: flex;
    border: 1px solid #aacad8;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #2eace3;
}

.select-radio {
    display: flex;
    gap: 5px;
    align-items: center;
}

.select-radio label {
    margin-bottom: 0;
    color: #fff;
}

.poojaSelect {
    display: flex;
    gap: 10px;
}

.poojaSelect>.select2 {
    flex: 1;
    width: 150px !important;
    font-size: 12px;
    border-radius: 5px;
    border-color: #ada5a5;
}

/* .poojaSelect #country_head + .select2{
    width: 110px !important;
} */
.select-radio strong {
    font-size: 16px;
    color: #fff;
}

.atrology_btn {
    white-space: nowrap;
    border-radius: 10px;
}

.poojaSelect {
    display: flex;
    gap: 3px;
}

.header_top select {
    padding: 4px 4px !important;
    height: 30px !important;
    font-size: 13px;
}

.poojaSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
}

.mainPage .header_top select {
    padding: 4px 8px !important;
    height: 28px !important;
    font-size: 13px;
    border: 0;
    border-radius: 3px;
    width: 130px;
    color: #444;
}

/* blog section */
.blog-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.blog-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    float: left;
    width: 100%;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    float: left;
    width: 100%;
    justify-content: center;
}

.blog-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 0 1 calc(calc(100% / 3) - 15px);
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}

.blog-excerpt {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    color: #2eace3;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #2eace3;
}

.hero-banner .sliding-banner-img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.banner-new {
    float: left;
    width: 100%;
    height: 530px;
}

.book_pujan_right {
    justify-content: left !important;
}

/* blog section */


/* card style */

.card-link {
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: block;
    width: 100%;
    border: 1px solid transparent;
}

.owl-carousel .owl-items img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.card-heading {
    padding: 15px 14px;
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}

.card-link:hover .card-heading {
    color: #0056b3;

}

.card-link:hover {
    border-color: #0056b3;
}

.checkout-table td {
    border: 1px solid #ddd;
    padding: 16px;
    vertical-align: top;
}


.step-item {
    text-align: center;
    background: #E0E7FF;
    padding: 40px 16px;
    border-radius: 10px;
    flex: 0 0 calc(calc(100% / 3) - 30px);
    position: relative;
    overflow: hidden;
    /* border: 1px solid #b3d6e6; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.step-icon {
    display: block;
    height: 60px;
    width: 60px;
    margin: 10px auto 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 33px;
    font-size: 27px;
    position: absolute;
    top: -20px;
    left: -10px;
}

.stepBlock .step-item:nth-child(1) {
    background: #E0E7FF;
}

.stepBlock .step-item:nth-child(2) {
    background: #DBEAFE;
}

.stepBlock .step-item:nth-child(3) {
    background: #E9D5FF;
}

.stepBlock .step-item:nth-child(4) {
    background: #FEF9C3;
}

.stepBlock .step-item:nth-child(5) {
    background: #DCFCE7;
}

.step-heading {
    font-size: 22px;
    margin-bottom: 12px;
}

.step-info {
    font-size: 15px;
    margin: 0;
}

.stepBlock {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.how-it-work {
    margin: 60px 0;
    width: 100%;
    float: inline-start;
    background: linear-gradient(135deg, #4e0d8c, #2eace3, #f7af06);
    /* background-image: linear-gradient(to right,#a50643, #ffd119); */
    padding: 60px;
}
.WhyChoose {
    margin: 0;
    /* background: linear-gradient(135deg, #4e0d8c, #723a11, #4e0d8c); */
    background-image: radial-gradient( circle farthest-corner at 10% 20%, #1976c5 0%, rgba(236,9,199,1) 87.6% );
}
.step-number {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    color: #f7af06;
}
.head_info {
    max-width: 610px;
    margin: 0 auto  20px;
}
.Why-Choose-item {
    flex: 0 0 calc(calc(100% / 3 ) - 20px);
    background: #fff;
    border: 0;
    padding: 16px;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: grid;
    grid-template-columns: 120px 1fr;
}
.Why-ChooseBlock {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Why-Choose-icon {
    font-size: 25px;
    padding: 0;
    border-radius: 10px;
    height: auto;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / 2;
    grid-row: 1/3;
}
.Why-Choose-heading {
    font-size: 18px;
    margin: 0  0  8px;
    color: #f7af06;
}
.Why-Choose-info {
    font-size: 16px;
}
.dot-point {
    display: flex;
    gap: 8px;
}
.dot-shap {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f7af06;
}

.testi_main .heading_main h2 {
    color: #fff;
}
.testi_main .heading_main img {
    width: 250px;
    filter: brightness(0) invert(1);
}

.how-it-work .heading_main h2 {
    color: #fff;
}
.how-it-work .heading_main p {
    color: #fff;
}
.how-it-work .heading_main img {
    width: 250px;
    filter: brightness(0) invert(1);
}
.noticBox {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.noticBox .card-link {
    flex: 0 0 calc(calc(100% / 4) - 16px);
}
.card-heading p {
    margin: 0;
}
.noticBox .card-img img {
    height: 220px;
    object-fit: cover;
}

.eventBox-d {
    display: block;
    text-align: justify;
    margin-top: 2px;
    color: #2eace3;
    font-size: 16px;
}

.about-row img {
    object-fit: contain;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .book_pujan_rightNew .fixImage {
        height: 189px !important;
    }

    .book_pujan_rightNew .index_top_rated_pujas_1 {
        flex: 0 1 calc(calc(100% / 2) - 30px);
    }
}

@media only screen and (max-width: 991px) {
    .Why-Choose-item {
    flex: 0 0 calc(calc(100% / 2 ) - 20px);
}
    .step-item {
        flex: 0 0 calc(calc(100% / 2) - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .sliding-banner-img {
    height: 300px;
}
.banner-new {
    height: 300px;
}
    .stepBlock {
        gap: 15px;
    }

    .blog-image {
        height: 180px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-card {
        flex: 0 1 calc(calc(100% / 2) - 15px);
    }

    .blog-content {
        padding: 14px;
    }

    .header_top .main {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .header_top .header_top_search .header_top_search_3 button {
        height: 47px;
    }

    .header_top .header_top_search .header_top_search_1 {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .logo {
        width: auto;
    }

    .header_top_search .select2-container {
        width: 94px !important;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .main {
        padding: 0 16px;
    }

    .header_top_search_1 {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .header_top_search .select2-container:first-of-type {
        width: 112px !important;

    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        max-width: 100px;
    }

}

@media only screen and (max-width: 767px) {
    .header-start form {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    .header-start {
        flex: 1 1 100%;
        width: 100%;
    }

    .main-header {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .header-right-side a {
        margin: auto;
    }

    .atrology_btn {
        padding: 3px 20px;
    }

    .poojaSelect>.select2 {
        width: 102px !important;
    }

    .mainPage .header_top select {
        padding: 4px 2px !important;
    }

    .mainPage .header_top select#PoojaLocationName_head {
        width: 85px;
    }

    .mainPage .header_top select#PoojaCategory {
        width: 95px;

    }

    .upcoming-eventBox .index_events_1 {
        flex: 0 1 calc(calc(100% / 2) - 15px);
    }

    .book_pujan_rightNew .index_top_rated_pujas_1 p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
   .poojaSelect>.select2 {
    width: 145px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 135px;
}
.mainPage .header_top select#PoojaCategory {
    width: 120px;
}
.mainPage .header_top select#PoojaLocationName_head {
    width: 96px;
}
.poojaSelect {
    flex-wrap: wrap;
}
.logo.header-right-side {
    width: 100%;
}
      .Why-Choose-item {
    flex: 0 0 100%;
}
    .bhajanbox-item .card-img img {
        height: 160px;
    }

    .card-heading {
        padding: 13px 12px;
        font-size: 14px;
    }

    .book_pujan_full {
        gap: 16px;
    }

    .blog-card {
        flex: 0 1 calc(calc(100% / 2) - 15px);
    }

    .step-item {
        flex: 0 0 100%;
    }
    .step-heading {
    font-size: 20px;
}
}



/*  */

/* .event-section {
    padding: 40px 20px;
} */
.detail_about {
    margin-top: 50px;
}
.event-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.event-image img {
    width: 100%;
    margin-bottom: 18px;
    max-height: 400px;
    border-radius: 0 50px 0 50px;
    object-fit: cover;
    height: 100%;
}

.event-details {
    flex: 1;
    padding: 30px;
}

.event-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.event-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.4;
}

.event-meta {
    font-size: 16px;
    margin-bottom: 10px;
}

.event-icon {
    margin-right: 8px;
}

/* Price Styles */
.event-price {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.price-original {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}

.price-discounted {
    color: #d32f2f;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
}

.price-off {
    color: #2e7d32;
    font-size: 16px;
    font-weight: 600;
}

/* Benefits Section */
.benefits-section {
    background-color: #fffaf0;
    padding: 40px 20px;
    margin-top: 40px;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #222;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.benefit-item {
    background-color: #fff;
    border: 1px solid #f0e4d7;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background-color: #fef5e5;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    color: #d27c2c;
}
.section-padding{
    padding-block: 60px;
}
.Seats-b {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-weight: 600;
}
.Seats-input {
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    padding: 7px;
    width: 150px;
}
.Seats-b label {
    margin-bottom: 0;
}
.theme-btn.btn-primary {
    background: #f7af06;
    color: #fff;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    border: 1px solid transparent;
}
nav.theme-tab {
    border: 1px solid #e5e7eb;
}
.theme-tab .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    outline: 0;
    color: #6b7280;
    font-weight: 500;
}
.theme-tab .nav-tabs .nav-item.show .nav-link,.theme-tab .nav-tabs .nav-link.active {
    border-bottom: 2px solid #f7af06;
    color: #f7af06;
    font-weight: 500;
}
.theme-tab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: -1px;
}



/* tab css */
.puja-process-container{
    margin-top: 30px;
}
.puja-process-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.puja-process-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #222;
}

.puja-process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.puja-step-item {
    display: flex;
    align-items: flex-start;
    flex: 1 1 calc(50% - 20px);
    gap: 12px;
    min-width: 280px;
}

.puja-step-number {
    background-color: #2eace3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    top: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.puja-step-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #222;
}

.puja-step-content p {
    font-size: 15px;
    color: #555;
    margin: 0;
}


.puja-description-section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.puja-description-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.4;
}

.puja-description-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.puja-description-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.6;
}

.puja-description-container{
    margin-top: 30px;
}

.blessings-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.blessings-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.blessing-box {
    flex: 1 1 30%;
    background-color: #f9f3e2;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.blessing-box:hover {
    transform: translateY(-5px);
}

.blessing-icon {
    width: 50px;
    height: 50px;
    background-color: #fef3f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.blessing-icon img {
    width: 24px;
    height: 24px;
}

.blessing-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.blessing-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}

.read-more {
    font-size: 15px;
    color: #000; /* orange */
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}



/* tab css END */



@media (max-width: 768px) {
     .blessings-container {
        flex-direction: column;
    }

    .blessing-box {
        flex: 1 1 100%;
    }
    .event-container {
        flex-direction: column;
    }

    .event-image img {
        width: 100%;
    }

    .event-details {
        padding: 20px;
    }
    .puja-description-title {
        font-size: 22px;
    }

    .puja-description-subtitle {
        font-size: 15px;
    }

    .puja-description-text {
        font-size: 15px;
    }
     .puja-step-item {
        flex: 1 1 100%;
    }
}

