/*@media print { body { display:none; } }*/

body {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: 'Nunito', sans-serif;
    /*	-webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;*/
}

.poweredby {
    background-image: url(../images/powered_logo.png);
    width: 150px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.vedika-pd100 {
    padding-bottom: 100px;
}

.pad_b40 {
    padding-bottom: 40px !important;
}

.hdrclr {
    color: #dc3545;
    padding-bottom: 10px;
}

.scrollTxt {
    color: #dc3545;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
}

.txtFldUpprCase {
    text-transform: uppercase;
}

.txtFldDsbldBg {
    background-color: #FFF !important;
}

.header-top-menu {
    border-top: 1px solid #dc3545;
    position: relative;
    font-size: 15px;
    z-index: 2;
}

.theme-bg-border {
    border: 1px solid #f1f1f1;
}

.theme-bg-color {
    color: #a9a9a9;
}

.theme-bg {
    background: #f7f7f7;
}

.fl-left {
    padding: 6px 0px;
    margin-bottom: 0;
    display: inline-block;
}

.fl-left li {
    display: inline-block;
    list-style: none;
    margin: 0 9px;
    color: #000;
}

.fa-icon-color {
    color: #ea2703;
}

.theme-bg-color a {
    color: #ea2703;
}

.fl-right {
    float: right;
    padding: 6px;
    text-align: right;
}

.fl-right ul li {
    display: inline-block;
    list-style: none;
    margin: 0 9px;
    color: #000;
}

.menu-sec {
    background: #dc3545;
}

.navbar-nav>li>a {
    color: #fff;
    text-align: left;

}

.navbar-nav>li {
    border-right: 1px solid #fb6767;

}

.navbar-nav>li:last-child {

    border-right: none;


}

.navbar {
    padding: 0 12px !important;

}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    outline: none;
    box-shadow: none !important;
    font-size: 14px !important;
}



.booking-section {
    margin-top: 20px;
    width: 75%;
}

.booking-section ul li a.active {
    color: #190d1f;
    background: #fff;
    border: 1px solid #fff;
}

.booking-section ul li a.nav-link.active {
    color: #190d1f;
    background: #e5e3e4;
    border: 1px solid #e5e3e4;
}

.booking-section ul li a.nav-link {
    color: #190d1f;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 23px;
}

.booking-section .nav-tabs .nav-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.register-section {
    background: url(../images/vishwa-banner-bottom1.jpg) no-repeat top center;
    background-size: cover;

}

.reg-form-enbl-dsbl {
    height: 350px;
}


.main-booking label {
    font-size: 15px;
    color: #190d1f;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 10px;
}

.main-booking {
    background: #e5e3e4;
    color: #fff;
    border-radius: 0px 10px 10px 10px;
}

.main-booking h2 {
    padding: 10px 0px 0px 0px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    margin: 0px;
}

.main-booking-titile {
    margin-left: -15px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.booking-input {
    margin: auto;
    padding: 0;
}

.single-booking {
    margin: 0;
    padding: 0px;
    font-size: 14px;
    padding-top: 20px;
    margin-left: 15px;
}

.single-booking label {
    padding-top: 3px;
}

.booking-input input[type="text"] {
    border-radius: 0;
    padding: 12px 0px;
    border-left: 1px solid #fff !important;
}

.btn-booking {
    font-size: 16px;
    border-radius: 0;
    background: #e82801;
    border: none;
    padding: 12px 15px;
}

.btn-booking:hover {
    background: #190d1f;
}

.btn-booking i {
    margin-left: 7px;
}

.booking-input .input-group-text {
    border-radius: 0;
    background: #fff;
}

.form-group {
    margin-bottom: 5px;
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f104" !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #dc3545 !important;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #dc3545 !important;
}

.slick-prev {
    left: 20px !important;
    z-index: 99;
    background: #fff !important;
}

.slick-next {
    right: 20px !important;
    z-index: 99;
    background: #fff !important;
}

.slick-prev,
.slick-next {
    height: 40px !important;
}

/* Footer Section */
.footer-contact-us,
.footer-contact-us:not([href]):not([tabindex]) {
    color: #eceff1 !important;
    margin-top: 17px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;

}

.footer-contact-us {
    display: flex;
}

.footer-contact-us,
.footer-contact-us i {
    color: #dc3545;
    margin-right: 8px;
    margin-top: 5px;
}

.main-contact-us,
.main-contact-us:not([href]):not([tabindex]) {
    color: #333 !important;
    margin-top: 5px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;

}

.main-contact-us {
    display: flex;
}

.main-contact-us,
.main-contact-us i {
    color: #dc3545;
    margin-right: 8px;
    margin-top: 5px;
}

.footer-info ul li i {
    color: #dc3545;
    margin-right: 8px;
    margin-top: 2px;
}

.footer-info p a {
    color: #fff;
    padding: 5px;
}

.footer-info p a:hover {
    color: #dc3545;
}

.contact-info {
    border: 0px solid #f0f0f0;
    padding: 20px;
}

.contact-info p a {
    color: #333;
    padding: 5px;
}

.contact-info p a:hover {
    color: #dc3545;
}

.footer-section {
    padding: 40px 0px 10px 0px;
    background: #2f1c1c;
    color: #fff;
}

.footer-section-adm {
    padding: 10px 0px;
    background: #2f1c1c;
    color: #fff;
}

.footer-section-adm p {
    color: #fff;
}

.footer-info h5 {
    margin: 0px;
    padding: 0px;
}

.contact-info h5 {
    margin: 0px;
    padding: 0px;
}

.footer-info ul {
    padding: 0px;
    margin-top: 10px;
    float: left;
}

.footer-info ul li {
    list-style: none;
    font-size: 14px;
    padding: 3px 0px;
}

.footer-info ul li:hover {
    padding-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-info ul li a {
    color: #fff;
    font-weight: 300;
}

.footer-info ul li a:hover {
    color: #dc3545;
}




.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 80px;
    width: 40px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #999;
    line-height: 80px;
    cursor: pointer;
    text-align: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
}

.swiper-button-next {
    right: 0px;
    left: auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.cat-card,
.box-item {
    box-shadow: rgba(0, 0, 0, 0.04706) 0 2px 3px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 2px;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}

.cat-card-img {
    position: relative;
    width: 100%;
    background-color: #EEE;
    height: 250px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.cat-card-img img,
.box-item-img img {
    display: block;
    position: absolute;
    top: 0;
    border-top-right-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-card:hover {
    box-shadow: 0 1px 25px rgba(153, 153, 153, 0.5);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cat-card-desc,
.box-item-desc {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.cat-card-desc h3,
.img-div-desc h3,
.box-item-desc h3 {
    font-weight: 600;
    font-size: 16px;
    color: #dc3545;
}

.cat-card-desc h5 {
    text-align: left;
    font-size: 13px;
    color: #18c79e;
    line-height: 22px;
}

.cat-card-desc h5 i {
    font-size: 12px;
    margin-right: 5px;
}

.more-grid {
    border-top: 1px solid #eee;
    padding-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.more-grid a {
    border: 1px solid #dc3545;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-flex;
    font-size: 13px;
    color: #dc3545;
    float: right;

}

.more-grid a:hover {
    border: 1px solid #dc3545;
    background: #dc3545;
    color: #FFF;

}

.cat-card-desc p {
    line-height: 1.5;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.cat-card-desc-main {
    height: 210px;
    overflow: hidden;
}





@media (max-width: 767.98px) {

    .reg-form-enbl-dsbl {
        height: 55px;
    }

    .hide-mob-view {
        display: none;
    }

    .fl-right {
        text-align: center;
        padding: 0px !important
    }

    .fl-left {
        text-align: center;
        padding-bottom: 0px !important
    }

    .navbar {
        padding: 0px !important;
        height: auto !important;
    }

    .navbar-nav>li {

        border-right: none !important;


    }

    .navbar-collapse {
        padding-top: 10px;
    }

    .register-box h4 {
        font-size: 18px;
    }

    .register-box .hide-label {
        display: none;
    }

    .terms-conditions label {
        font-size: 14px;
    }

    .slick-slide {
        margin: 0px 10px !important;
    }

    .slick-slider {
        border: none !important;
        padding: 0px !important;
    }

    .box-bridegroom img {
        width: 100% !important;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 38px;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* stroke */

nav.stroke ul li a {
    position: relative;
    padding: 8px 10px !important;
    font-weight: 600;
}

nav.stroke ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #f7f7f7;
}

.navbar-toggler {
    border: 0px solid transparent;
    padding: 0.25rem 0rem;
}

.btn-danger {
    font-size: 14px;
}

.slick-slider {
    border: 1px solid #f1f1f1;
    padding: 15px 0px;
    border-radius: 5px;
}

.premium-list h5 {
    border-left: 2px solid #dc3545;
    margin: 0px 0px;
    padding: 2px 10px !important;
}

.pagination li a {
    color: #333 !important;
    padding: 5px 12px;
}

.pagination li:hover {
    background: #f1f1f1;
}

.pagination li {
    border: 1px solid #ddd;
    margin: 0px 5px 10px;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    background: #fff;
}

.pagination li.active {
    border: 1px solid #dc3545;
    background: #dc3545;
}

.pagination li.active a {
    color: #fff !important;
}

.quick-search-section {
    background: #f1f1f1;
    padding: 20px 0px;
}

.dropdown-toggle::after {
    border: none;
}

.dropdown-menu li a,
.dropdown-menu li a:after,
.dropdown-menu li a:before {
    transition: none;
}

.dropdown-menu li a:hover {
    color: #dc3545;
}

.mainmenu .collapse ul ul>li:hover {
    background: #f0f0f0;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #f0f0f0;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    text-align: left;
    font-size: 14px;
    border-radius: 0;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #1E88E5
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 190px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 190px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 190px;
        display: none;
        z-index: 1
    }

}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.promotionl_slide {
    border: none !important;
    padding: 0 !important;
}

.loginmenu .nav {

    display: inline-block;
}

.loginmenu .dropdown {
    background: #fff;
    border: 0px solid #ccc;
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.loginmenu .dropdown-menu>li>a {
    color: #428bca;
}

.loginmenu .dropdown ul.dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    margin-top: 20px;
    width: 300px;
    padding: 0;
}

.loginmenu .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.loginmenu .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.pro_img {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
    top: -3px;
}

.loginmenu {
    text-align: right;
    display: inline-block;
}

.loginmenu .dropdown-toggle {
    color: #000;
    padding: 30px 20px 20px;
    display: inline-block;
    background: #f9f9f9;
}

.loginmenu .dropdown-toggle span.pro_text {
    display: inline-block;
    /* width: 40px; */
    /* height: 40px; */
    /* background: #fff; */
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 0px solid #ccc;
    font-size: 18px;
    padding: 0 3px;
}

.loginmenu .dropdown-toggle i {
    font-size: 18px;
    padding: 0 0 0 0px;
    position: relative;
    top: 2px;
    font-weight: 600;
    color: #969595;
}

.loginmenu .dropdown-menu {
    left: auto !important;
    right: 0px !important;
    margin: 0 !important;
    width: 228px !important;
    text-align: left;
    position: absolute;
}

.loginmenu .dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
    display: block;
    color: #222 !important;
}

.loginmenu .dropdown.open .dropdown-menu {
    display: block;
}

.slick-slider {
    border: none;
    margin: 0 -20px;
}

.loginmenu .dropdown ul.dropdown-menu a:hover {
    background: #eee;
}

.slick-prev,
.slick-next {
    background: #eee !important;
    width: 30px !important;
}

.slick-next:before {
    padding: 0;
}

.title-div.premium-list {
    margin-bottom: 20px;
}

.promotional_div .cat-card-img {
    height: 280px;
}

.slick-prev,
.slick-next {
    top: 41% !important;
}

.banner-bottom-w3l,
.contact {
    padding: 5em 0;
}

.premium-list .cat-card,
.premium-list .box-item {
    min-height: 520px;
    position: relative;
}

.more-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding-right: 15px;
}

.more-grid a {
    float: none;
    line-height: initial;
}

.admincolor {
    background: #f6f6f6;
    padding: 0px 0;
}


.dashleft {
    background: #eaeaea;
    padding-top: 50px;
}

.dashleft p {
    font-size: 13px;
    color: #000;
}

.dashleft p span {
    font-weight: 600;
    color: #dc3545;
}

.dashright {
    min-height: 500px;
    padding-top: 50px;
    padding-left: 50px;
}

.nav-link {
    line-height: 56px;
    padding: 0
}

.nav-link figure {
    max-width: 40px;
    max-height: 40px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.nav-link figure img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.d-board .pro-pic {
    width: 100%;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.d-board .pro-pic span {
    padding-top: 25px;
    padding-bottom: 15px;
    display: block;
    color: #FFF;
}

.d-board .pro-pic figure {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    background: #ffffff;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    outline: 1px dashed #4446a2;
    outline-offset: 10px;
}

.d-board .pro-pic figure img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.d-board .nav-link {
    font-weight: 600;
    color: #404c5a;
    font-size: 16px;
    padding: 25px 10px;
    display: block;
    border-radius: 3px;
    line-height: normal;
}

.d-board .nav-link i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
}

.d-board .nav>li>a:hover,
.d-board .nav>li>a.active,
.d-board .nav>li>a:focus {
    background: #dc3545;
    color: #FFF;
    box-shadow: 0 10px 20px #ccc;
}

.d-board li.nav-item {
    width: 44%;
    margin: 0 3% 20px;
    text-align: center;
}

.d-board .info-list {
    margin-top: 30px;
}

.d-board .info-list li {
    color: #404c5a;
    list-style-type: none;
    line-height: 36px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.d-board .info-list li span {
    text-align: right;
    width: 225px;
    margin-right: 25px;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-nav .nav-link i {
    vertical-align: text-bottom;
    font-size: 21px;
    margin-right: 5px;
}

.navbar-nav .nav-link:after {
    display: none;
}

.navbar {
    padding: 0 1rem;
    height: 56px
}

.nav-link i.icon-down-arrow {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px
}

.family-det {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.family-pic {
    width: 200px;
    overflow: hidden;
    min-height: 200px;
    background: #eee;
    padding: 10px;
    text-align: center;
    line-height: 175px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.family-pic img {
    width: auto;
    max-height: 250px;
    max-width: 100%;
}

.family-det .info-list {
    margin-top: 0;
    /* background: #f9f9f9; */
}

.btn-outline-primary {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
    margin-right: 10px;
}

.admincolor .btn-outline-primary:not(:disabled):not(.disabled).active,
.admincolor .btn-outline-primary:not(:disabled):not(.disabled):active,
.admincolor .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.admincolor .btn-outline-primary:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.logo_left {
    float: left;
    margin-top: 12px;
}

.logo_right {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.mainlogo {
    margin-top: 9px;
}

.loginmenu .dropdown-menu {
    top: 99%;
}

.menu_r {
    text-align: right;
}

.formbg {
    background: #f1f1f1;
}

.formbg .about-sec {
    min-height: 500px;
}

.anim input.checkbox:after {
    top: 5px;
}

.loginfrm {
    float: left;
    margin: 25px 0 10px 30px !important;
}

.register-form input[type="submit"] {
    background: #ef5861;
}

.register-form h1 {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
}

.mainmenu .collapse ul ul {
    top: 93%;
}

.padb0 {
    padding-bottom: 0 !important;
}

.box-bridegroom .view-more {
    overflow: hidden;
}

.pagination li a {
    display: inline-block;
}

.pagination {
    overflow: hidden;
}

.detailview {
    padding: 15px;
    background: #f9f9f9;
    margin: 20px 0 20px;
}

.detailview h1 {
    background: #dc3545;
    font-size: 25px;
    padding: 10px 15px;
    margin: -15px -15px 0px;
    text-align: center;
    color: #fff;
}

.pagination {
    display: block;
}

.loginmenu {
    padding-top: 0;
}

.admin_list {
    background: #f9f9f9;
    padding: 20px 0;
}

.admin_list thead {
    background: #eee;
}

.rowbride td {
    width: 20%;
}

.form-inline.p-2.mt-2.float-right.row.no-gutters {
    padding-top: 20px !important;
}

.register-box h4.mb-2 {
    font-size: 21px;
    margin: 0 0 20px !important;
}

.custom-control-label {
    line-height: initial;
}

.box-bridegroom-sucess-info {
    text-align: center;
}

.form-inline h4 {
    padding-right: 30px;
}

.pad_r10 {
    padding-right: 10px !important;
}

.pad_l10 {
    padding-left: 10px !important
}

.pad_l30 {
    padding-left: 30px !important
}

#packagesVal {
    padding-bottom: 5px;
}

.search_vishwa_adv .row {
    padding-bottom: 5px;
}

.pad_t50 {
    padding-top: 50px;
}

.marb_b20 {
    margin-bottom: 20px;
}

.pad0 {
    padding: 0;
}

.whychoose {
    background: #fff;
    min-height: 200px;
    border: 1px solid #dee4ee;
    margin-bottom: 40px;
}

.bg-boxshadow {
    -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
}

.leftbrd {
    border-left: 2px solid #dee4ee;
}

.cnt_col {
    text-align: center;
    padding: 60px 40px 0;
}

.main-contact-us {
    display: block;
}

.table thead th {
    background: #dc3545;
    color: #fff !important;
}

.table {
    border: 1px solid #ddd;
}

.container-fluid.d-board {
    padding: 0 15px;
}

.footer-section p {
    color: #fff;
}

.packlist {
    min-height: 200px;
    background: #f6f6f6;
    padding: 25px;
    border-radius: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 20px #ddd;
    margin-bottom: 30px;
}

.packlist h4 {
    background: #dc3545;
    margin: -25px -25px 20px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    text-shadow: 0 2px #000;
    font-size: 20px;
    color: #fff;
}

.packlist .col-md-5 span {
    float: right;
}

.packlist .col-md-5 {
    font-weight: bold;
    padding-right: 0;
}

.packlist.accountinfo h4 {
    text-shadow: 0 2px #428eb5;
    background: #15a7f1;
}

.packrow {
    padding: 0 0 30px;
}

.pakgal_list img {
    height: 250px;
    width: 100%;
}

.pakgal_list {
    background: #eee;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.pakgal_list h5 {
    padding: 10px 0 0;
    text-align: center;
}

.padt20 {
    padding-top: 20px;
}

.pakgal_list {
    color: #555;
}

.reg_ad_left {
    width: 25%;
    position: absolute;
    left: 20px;
    top: 0;
}

.reg_ad_right {
    width: 25%;
    position: absolute;
    right: 20px;
    top: 0;
}

.reg_ad_left1 {
    height: 130px;
    margin-bottom: 20px;
    text-align: center
}

.reg_ad_right1 {
    height: 130px;
    margin-bottom: 20px;
    text-align: center
}

.reg_ad_left2 {
    height: 130px;
    text-align: center
}

.reg_ad_right2 {
    height: 130px;
    text-align: center
}

.relative {
    position: relative;
}

.reg_ad_left img {
    height: 128px;
    width: 100%;
}

.reg_ad_right img {
    height: 128px;
    width: 100%;
}

.register-form.join_reg_form {
    width: 450px;
}

.ftads img {
    max-width: 100%;
}

.ftads {
    padding-bottom: 50px;
}

.padt20t {
    padding-top: 20px;
}

@media(max-width: 767px) {

    .reg_ad_left,
    .reg_ad_right {
        display: none;
    }

    .register-form.join_reg_form {
        width: auto;
    }

    .table td,
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 12px !important;
    }

    .mob_inline {
        display: inline-block;
    }

    .selectmob {
        display: inline-block;
        width: auto;
    }

    .padl0 {
        padding-left: 0 !important;
    }

    .promotional_div .cat-card-img {
        height: 150px;
    }

    .adm-mem-detls.text-right {
        text-align: left !important;
    }

    .quik .container-fluid {
        padding: 0;
    }

    .booking-section {
        width: 310px;
    }

    .slick-next {
        right: 10px !important;
    }

    .slick-prev {
        left: 10px !important;
    }

    .premium-list h5 {
        margin: 0px 0px 15px;
    }

    .menu_r {
        text-align: center;
    }

    .quick-search .form-group.col-sm-3.no-gutters .col-sm-2,
    .quick-search .form-group.col-sm-3.no-gutters .col-sm-10 {
        width: auto;
        display: inline-block;
    }

    .banner_bottom_left {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .loginmenu {
        text-align: center;
        padding: 10px 0;
    }

    .loginmenu .dropdown-toggle {
        padding: 6px 7px 1px;
    }

    .slick-slider {
        margin: 0 0px;
    }

    .pad_t30 {
        padding-top: 0;
    }

    .dashright {
        min-height: 0;
        padding-top: 30px;
        padding-left: 0;
    }

    .register-form {
        width: auto;
        padding: 0;
        margin: 0;
    }

    .dashright {
        min-height: 0;

        padding-left: 0;
        padding: 0;
        padding-top: 30px;
    }

    .loginfrm {
        float: none;
        margin: 25px 0 10px 0px !important;
        width: 75%;
        display: inline-block;
    }

    .loginfrm {
        float: none;
        margin: 20px 0 10px 0px !important;
        width: 81%;
        display: inline-block;
        padding: 0 !important;
    }

    .logo_right {
        width: 45px;
    }

    .loginfrm .col-md-5 {
        padding-right: 0;
        padding-left: 0;
        display: inline-block;
        width: auto;
        max-width: 36%;
    }

    .loginfrm button.col-md-2 {
        padding: 5px 10px;
        display: inline-block;
        max-width: unset;
        flex: unset !important;
        width: auto;
        margin-top: 4px;
    }

    .loginfrm input[type="text"] {
        font-size: 12px !important;
    }

    .d-board .info-list li span {
        text-align: right;
        width: auto;
        margin-right: 10px;
        font-weight: 700;
    }

    .d-board .info-list li.m-t15 {
        margin: 0 0 30px;
    }

    .agileinfo-gallery-row.row {
        width: 150px;
        margin: 0 auto;
    }

    .agileinfo-gallery-row.row img {
        height: auto;
        margin: 0 0 10px;
    }

    h3.tittle {

        font-size: 25px;
    }

    .register-form {
        padding: 0 0 30px;
    }

    .logo_left {
        float: none;
        margin-top: 0;
        display: inline-block;
    }

    .loginmenu {
        text-align: center;
        padding: 0;
        width: 65%;
    }

    .logo_left {
        float: left;
        margin-top: 0;
        margin-right: 0;
        height: 55px;
        display: inline-block;
    }

    .logo_right {
        width: 100px;
        margin: 0px 0 10px;
    }

    form.row.float-right {
        margin: 0 !important;
        padding-right: 0 !important;
    }

    form.row.float-right .btn-danger {
        font-size: 12px;
    }

    form.row.float-right .form-control {
        font-size: 12px !important;
    }

    .bg-white.shadow-sm .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-inline.p-2.mt-2.float-right.row.no-gutters {
        padding-top: 15px !important;
    }

    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable tbody th,
    table.dataTable tbody td {
        display: block !important;
        width: inherit !important;
    }

    table.dataTable thead th,
    table.dataTable tfoot th {
        display: block;
    }

    .agileinfo-gallery-row.row {
        width: auto !important;
        margin: 0 auto;
    }

    .w3gallery-grids {
        width: auto !important;
    }

    .form-inline h4 {
        padding-right: 0px;
        display: block;
        width: 100%;
        padding: 0 0 10px;
    }

    .ftads img {
        margin: 10px 0 0;
    }

    .pakgal_list {
        margin: 0 0 20px;
    }

    .ftads .padt20t {
        padding-top: 0;
    }
}

.more-grid {
    position: static;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding: 0;
    border: none;
    margin: 10px -15px -15px;
}

.more-grid a {
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-size: 15px;
    border: none;
    display: block;
    background: linear-gradient(to right, rgb(152, 12, 16), rgb(255, 88, 38));
}

.more-grid a:hover {
    background: linear-gradient(to right, rgb(226, 60, 11), rgb(247, 110, 114));
    border: none;
}

.success_storis {
    background: #f6f6f6;
    padding: 20px 0 40px;
    margin: 50px 0 40px;
}

.success_storis {
    background: #f6f6f6;
    padding: 20px 0 40px;
    margin: 50px 0 40px;
}

.successbg {
    background: url(../images/wedbg.jpg);
    background-size: cover;
    padding: 40px 50px;
    text-align: center;
    border-radius: 4px;
    background-position: top;
}

.successbg h4 {
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.successbgimg {
    border-radius: 50%;
    margin: 0 0 30px;
}

.successbg h6 {
    margin: 14px 0 10px;
    color: #fff;
    font-weight: bold;
}

.successbg p {
    color: #fff;
    line-height: initial;
}

.successbgimg img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    border: 2px solid #ebedef;
}

.viewmr {
    padding: 30px 0 0;
}

.viewmr a {
    background: #ec3237;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 4px;
}

.viewmr a:hover {
    background: #eee;
    color: #ec3237;
}

.sucess_sub .cat-card-desc-main h6 {
    background: #ddd;
    padding: 10px;
    margin: -15px -15px 10px;
    position: relative;
    z-index: 8;
    text-align: center;
    font-weight: bold;
}

.sucess_sub .cat-card-desc-main {
    overflow: inherit;
}

.sucess_sub .cat-card-desc {
    min-height: 280px;
}

.success_storis.sucess_sub .cat-card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.success_storis.sucess_sub .cat-card-img {
    height: 240px;
}

.succ-cat-card-img {
    position: relative;
    width: 100%;
    background-color: #EEE;
    height: 350px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.succ-cat-card-img img,
.box-item-img img {
    display: block;
    position: absolute;
    top: 0;
    border-top-right-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.succ-cat-card-desc-main {
    overflow: inherit;
}

.succ-cat-card-desc {
    min-height: 350px;
}

.succ-cat-card-desc .succ-cat-card-desc-main h6 {
    color: #dc3545;
    padding: 20px;
    margin: -15px -15px 10px;
    position: relative;
    z-index: 8;
    text-align: center;
    font-weight: bold;
}

.succ-cat-card-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .succ-cat-card-img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .succ-cat-card-desc {
        min-height: 280px;
    }

    .succ-cat-card-img {
        height: 240px;
    }
}


@media print {
    header .theme-bg {
        display: none !important;
    }

    footer {
        display: none;
    }

    .row {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .col-md-4 {
        float: left;
        width: 50%;
    }

    .col-md-8 {
        float: left;
        width: 50%;
    }

    /*  Remove the header and footer text and urls the browser places  */
    @page {
        margin: 0;
    }
}

:root {
    /*  Responsive Sizing */
    --size: 25vmin;
}

.profileim {
    position: relative;
}