@font-face {
    font-family: "Gotham-Black";
    src: url("../font/Gotham-Black.eot");
    src: url("../font/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Black.woff2") format("woff2"), url("../font/Gotham-Black.woff") format("woff"), url("../font/Gotham-Black.ttf") format("truetype"), url("../font/Gotham-Black.svg#Gotham-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.eot');
    src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../font/Gotham-Book.woff2') format('woff2'), url('../font/Gotham-Book.woff') format('woff'), url('../font/Gotham-Book.ttf') format('truetype'), url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../font/Gotham-Bold.eot");
    src: url("../font/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Bold.woff2") format("woff2"), url("../font/Gotham-Bold.woff") format("woff"), url("../font/Gotham-Bold.ttf") format("truetype"), url("../font/Gotham-Bold.svg#Gotham-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../font/Gotham-Light.eot");
    src: url("../font/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Light.woff2") format("woff2"), url("../font/Gotham-Light.woff") format("woff"), url("../font/Gotham-Light.ttf") format("truetype"), url("../font/Gotham-Light.svg#Gotham-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../font/Gotham-Medium.eot");
    src: url("../font/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Medium.woff2") format("woff2"), url("../font/Gotham-Medium.woff") format("woff"), url("../font/Gotham-Medium.ttf") format("truetype"), url("../font/Gotham-Medium.svg#Gotham-Medium") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fa-light";
    src: url("../font/fa-light-300.eot");
    src: url("../font/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../font/fa-light-300.woff2") format("woff2"), url("../font/fa-light-300.woff") format("woff"), url("../font/fa-light-300.ttf") format("truetype"), url("../font/fa-light-300.svg#fa-light-300") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    font-family: "Gotham-Book", Helvetica, sans-serif;
    color: #555253;
    position: relative;
    z-index: 1;
}

::selection {
    background-color: #d32430;
    color: #fff;
}

.form-control {
    border-color: #f3e6e9;
    color: #a6a5a5;
}

.form-control input[type=number]::-webkit-inner-spin-button {
    font-size: 14px;
    width: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1!important;
}

.form-control:focus {
    border-color: #d32430;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #555253;
}

a,
button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
}

a:hover {
    outline: none;
    color: #555253;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 15px;
    color: #555253;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

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

[data-toggle="modal"] {
    cursor: pointer;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

body.scroll-off {
    overflow: hidden;
}

.table-responsive {
    position: relative;
}

.headingStyle {
    text-align: center;
}

.headingStyle .heading {
    color: #c6b79b;
    font-family: "Great Vibes", cursive;
    font-size: 44px;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    padding: 0 30px;
    z-index: 1;
}

.headingStyle .heading:after {
    content: "";
    height: 1px;
    background-color: #c6b79b;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    z-index: -1;
}

.headingStyle .heading:before {
    content: "";
    height: 1px;
    background-color: #c6b79b;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    z-index: -1;
}

.subheading_style {
    text-align: center;
}

.subheading_style h5 {
    font-family: "Gotham-Medium", serif;
    color: #771b4a;
    font-size: 28px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
}

.subheading_style h5:after {
    content: "";
    height: 1px;
    width: 170px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #771b4a;
    z-index: -1;
}

.subheading_style h5:before {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 50%;
    bottom: -8px;
    background-color: #771b4a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 5px solid #fff;
    z-index: 1;
}


/* ========== Header Start ========== */

.btn.btn-primary{
    background-color: #771b4a ;
    color: #ffffff!important;
    border: none;
}
.btn.btn-primary:hover{
    background-color: #bd3e7f ;
    color: #ffffff!important;
    font-weight: bold;
    border: none;
}

@media (max-width: 991.98px){
    #header .headerWrapper .headerRight ul>li>a {
        line-height: 1.5!important;
        height: 35px;
    }

    #header .headerWrapper .headerRight ul>li {
        margin:10px auto!important;
    }

    #header .headerWrapper .headerLeft ul, #header .headerWrapper .headerRight ul {
        display: block!important;
    }
}

@media (max-width: 767.98px){
    .heroContentInner {
        align-items: center;
        padding-top: 200px!important;
        text-align: center;
        width: 100%;
    }
    .heroContentInner h1{
        width: 100%!important;
    }
    .wineHeading h3 {
        text-align: center;
    }
    .wineHeading h3 span{
        padding-left: 0!important;
    }
    .wineBtn {
        text-align: center;
    }
}

#header {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trigger-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 80px;
    align-items: center;
    padding: 0 0px;
    width: 100%;
    height: 175px;
}

#header .headerWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

#header .headerWrapper .headerMid {
    position: absolute;
    max-width: 264px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -27px;
}

#header .headerWrapper .headerLeft {
    margin-right: auto;
}

#header .headerWrapper .headerRight {
    margin-left: auto;
}

#header .headerWrapper .headerMid .headerLogo {
    max-width: 264px;
}

#header .headerWrapper .headerLeft ul,
#header .headerWrapper .headerRight ul {
    display: flex;
    align-items: center;
}

#header .headerWrapper .headerLeft ul li,
#header .headerWrapper .headerRight ul li {
    list-style: none;
    list-style-type: none;
    margin: 0 14px;
}

#header .headerWrapper .headerLeft ul li:first-child,
#header .headerWrapper .headerRight ul li:first-child {
    margin-left: 0px;
}

#header .headerWrapper .headerLeft ul li:last-child,
#header .headerWrapper .headerRight ul li:last-child {
    margin-right: 0px;
}

#header .headerWrapper .headerLeft ul li a,
#header .headerWrapper .headerRight ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.userIcon {
    height: 36px;
    width: 36px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTRBOUJBOThGRUZCMTFFQTkzRTdEN0ZEODQ1MUY2NkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTRBOUJBOTlGRUZCMTFFQTkzRTdEN0ZEODQ1MUY2NkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NEE5QkE5NkZFRkIxMUVBOTNFN0Q3RkQ4NDUxRjY2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NEE5QkE5N0ZFRkIxMUVBOTNFN0Q3RkQ4NDUxRjY2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptr5KWwAAAPySURBVHjaxJhrSJNhFMffrVc3t5mvuVKnbuqy4WVFN4yoD4l0oVaIFZJFdKGiogvR7UtEX6IiiqLoQkh9iD64D1oSRSRBgWIKpihallrzumTW1He1LufIWayxtfeZbh34weae9zl/n/ec8zznkVUZCjlGSwbygdlAOpAIqOi3UaAf6ATeALVAL8vkvMRxcqAAKAbyAFmAcXHELGA58AtoBqzAc+DnZAhaABwGDBy7oXAzsQ24BLwO9p8HsmjgGHA5RDG+ZqC5jtHcTIIE4Bqwlpt8W0tzC1IF4cDrQDYXPssmH0IwQUrgPKDnwm968qX8l6CDQA4XOcshn34FYTZZuMibhXz/lfYo7BDrTNqipRrj9g0pmlSdBr8PNjTZO8us/V9eNouMU2FZ2YJ1yrNCBVR1JZtuxxph/tnjubxKxTvaOhxIfHaWsPDq6dypS/KUIZSEAu8VKmZ5Gh2aj+4xdT+utrUevvjJ+7f8h1dMc8+fML1YvLmRURRqeCanvSmP5cn0bcWJ4pBD9BWD1nruVpdymqA0HNmkZRSEGnQoaNE/9ia/FqVW8c5um9Pfbxg/7jHRHRUXyzMKQg35ctpnmI1Xx/BhyDgzCspgfWq4/f2IkJUp+AvemWd2J/ExSn7g6StHCILSp5QKmbt8q2UwG6qud2pXLNJklFhSXe7RMZk6mlPoZ/BpO4u0xo0WAwa77XbFUAiComRwQKvGD6GsL2ZUgjn7T/D+EF1uf5nHYN8nFAe1lgNtUBxtwtyc8cL48W6F3dXR557InDwdO+NYqrNuTUECZponnjBeoqfH85n7S5NUyTMU42fZ3gGXzfrEzli1x/CVlcGHLElnhktHUvWrlqVgDcK01+hTNFhzpigVvOeVOW19TnHwsyiYjAIGd9OFG209dx5JDfC3PB3IgwrC7MkoWmlov1fe8e7UzT7P3xXGJF6RrB0X5Oq1u71f2fwH54xY0Z1tnY0SV+qDnLqDoJZSuDSxv6ahz1vMuAgQgM4Q3/ipLznegauJlV3iCjXJqVX5FWzvUusSNRgvrEGKr3b6PLOUbQQ11KKgHmpV/rehhh5P2lulbCFRsRo+hKOFVLN6Hz+eU99kCLRhjvT0OzGoEVZPGHtBhnSRBk7m1UovoL7Jr2E2pW1dp2UuvcNf3V0X79slnBjrfAWhnQRWRzh2qoCzgboObHVbIiimhXwGbINEanW7IyCmm3yJwTpXLPN78TQaRjGt5MMhtbfHgfuAyjCIqaS5HazXMd+o1a2mnm2iNyBdlMV1E70fqqMmDvum9UAuY1OAFbh8Mi+sOJroGZFMncocujDAjVNN40boSg8DFvuyGtYrvd8CDAASqVDtlMBAoAAAAABJRU5ErkJggg==");
}

.languageSet {
    display: flex;
    align-items: center;
    width: 100%;
}

#page-menu-trigger,
#primary-menu-trigger {
    display: -ms-flex;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    font-size: 0.875rem;
    width: 60px;
    height: 60px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.svg-trigger {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.svg-trigger path:nth-child(1) {
    stroke-dasharray: 40 160;
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #333;
    stroke-width: 3;
    stroke-linecap: round;
}

.svg-trigger path:nth-child(2) {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 0.4s;
}

.svg-trigger path:nth-child(3) {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 0.4s, stroke-dashoffset 0.4s;
}

.primary-menu-open .svg-trigger {
    transform: rotate(45deg);
}

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) {
    stroke-dashoffset: -64px;
}

.primary-menu-open .svg-trigger path:nth-child(2) {
    transform: rotate(90deg);
}

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) {
    stroke-dashoffset: -64px;
}


/* ========== Header End ========== */


/* ========== Hero Section Start ========== */

.heroSection {
    height: 100vh;
    margin-bottom: 120px;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
}

.heroContent {
    width: 100%;
}

.heroContentInner {
    max-width: 570px;
    padding-top: 93px;
}

.heroSection img,
.ourServices img {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.heroHeading {
    font-size: 78px;
    line-height: 85px;
    font-family: "Gotham-Bold", serif;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.heroHeading span:nth-child(2) {
    color: #d32430;
    letter-spacing: 9px;
}

.heroText {
    font-family: "Gotham-Light", serif;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.heroText span {
    color: #d32430;
}

.heroBtn {
    margin-top: 42px;
}

.heroBtn a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 11px 36px 14px;
    font-size: 22px;
    font-family: "Gotham-Medium", serif;
    display: inline-block;
    color: #fff;
}

.heroBtn a:hover {
    color: #d32430;
    background-color: #fff;
}


/* ========== Hero Section End ========== */


/* ========== Home Filter Start ========== */

.homeFilterInner {
    padding: 20px 22px;
    /* margin: 0 -15px; */
    margin-top: -72px;
    background-color: #fff;
    border-radius: 8px;
}

.homeFilterInner>.row {
    margin-right: -15px;
}

.homeFilter .frm-control {
    margin-bottom: 20px;
    padding-right: 15px;
}


/* .homeFilter .frm-control .form-control::placeholder {
    color: rgba(85, 82, 83, 0.60);
} */

.homeFilter .frm-control .form-control {
    height: 48px;
    font-size: 15px;
    box-shadow: none !important;
    font-family: "Gotham-Light", serif;
}

.frm-control>.row .col:nth-child(1) .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.frm-control>.row .col:nth-child(2) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 45px;
}

.dateIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    font-size: 20px;
    color: #a6a5a5;
}

.homeFilterFooter {
    text-align: center;
    /* margin-top: 5px; */
    margin-left: -12px;
}

.homeFilterFooter .filterReset,
.homeFilterFooter .filterSubmit {
    color: #ffff;
    text-transform: uppercase;
    padding: 15px 50px;
    margin: 15px 10px 0;
    box-shadow: none !important;
    font-size: 18px;
    min-width: 189px;
}

.homeFilterFooter .filterReset {
    background-color: #c6b79b;
}

.homeFilterFooter .filterReset:hover {
    background-color: #af8d4e;
}

.homeFilterFooter .filterSubmit {
    background-color: #921c35;
}

.homeFilterFooter .filterSubmit:hover {
    background-color: #6d0a20;
}


/* ========== Home Filter End ========== */


/* ========== Wine Intro Section Start ========== */

.homeWineIntro {
    padding-top: 70px;
}

.wineIntroImg {
    max-width: 500px;
}

.wineHeading h3 {
    color: #771b4a;
    font-size: 32px;
    margin-bottom: 25px;
    font-family: "Gotham-Medium";
}

.wineHeading h3 span {
    color: #c6b79b;
    display: inline-block;
    width: 100%;
    font-family: "Great Vibes", cursive;
    font-size: 52px;
    padding-left: 40px;
    position: relative;
}

/*.wineHeading h3 span:after {
    content: "";
    background-color: #c6b79b;
    height: 1px;
    width: 150px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(140%, -50%);
}*/

.wineTextHighlighted {
    margin-bottom: 14px;
}

.wineTextHighlighted p {
    color: #771b4a;
    font-size: 16px;
    font-family: "Gotham-Medium";
}

.wineText p {
    font-family: "Gotham-Light";
    font-size: 16px;
    color: #555253;
    line-height: 26px;
}

.wineBtn {
    margin-top: 50px;
}

.wineBtn a {
    padding: 15px 25px;
    box-shadow: none !important;
    background-color: #771b4a;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham-Medium";
}

.wineBtn a:hover {
    background-color: #bd3e7f;
    color: #fff;
}


/* ========== Wine Intro Section End ========== */


/* ========== Home Video Section Start ========== */

.homeVideo {
    padding-top: 80px;
}

.homeVideoInner {
    position: relative;
}

.videoBgImageWrapper {
    display: inline-block;
    position: relative;
    max-width: 83%;
    margin: 0 auto;
    user-select: none;
}

.videoBgImage {
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.videoPlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #771b4a;
    font-size: 35px;
    color: #e0d2a8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.videoPlay:hover {
    background-color: #e0d2a8;
    color: #771b4a;
}

.videoPlay .circle {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 30px solid rgba(119, 27, 75, 0.60);
    border-radius: 50%;
    animation: wave 1s linear 0s infinite;
    z-index: -1;
}

.videoPlay:hover .circle {
    border: 30px solid rgba(224, 210, 168, 0.60);
}

.videoPlay .circle:nth-child(1) {
    border: 1px solid rgba(119, 27, 75, 0.60);
    ;
    animation: none;
}

.videoPlay:hover .circle:nth-child(1) {
    border: 1px solid rgba(119, 27, 75, 0.60);
    ;
    animation: none;
}

.videoPlay .circle:nth-child(2) {
    animation: none;
}

.videoPlay .circle:nth-child(3) {
    animation-delay: 0ms;
}

.videoPlay .circle:nth-child(4) {
    animation-delay: 300ms;
}

.videoPlay .circle:nth-child(5) {
    animation-delay: 600ms;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.videoBgText {
    position: absolute;
    left: 0;
    text-align: left;
    padding: 30px 35px;
    line-height: 40px;
    max-width: 70%;
}

.videoBgText p {
    color: #fff;
    font-size: 41px;
    font-family: "Gotham-Bold";
    line-height: 46px;
}


/* ========== Home Video Section End ========== */


/*==================== How It Works Start ====================*/

.how_works {
    margin-top: 40px;
    padding: 40px 0 35px
}

ul.whyus-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    margin-bottom: 0px;
    text-align: center
}

ul.whyus-list li {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 25%;
    color: #a3a3a3;
    margin: 0;
    min-height: 295px;
    padding: 0;
}

.why-us ul.whyus-list li {
    padding: 32px;
}

.why-us ul.whyus-list li .point-wrap {
    padding: 0 10px;
    margin-top: 37px;
}

.why-us ul.whyus-list li .box-block {
    min-height: 325px;
    background: #fff;
    padding: 40px 0 29px 0;
    box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.02);
}

ul.whyus-list li .point-wrap h3 {
    font-size: 22px;
    margin: 20px auto 25px;
    color: #771b4a;
    position: relative;
    font-family: "Gotham-Medium";
}

ul.whyus-list li .point-wrap p {
    font-size: 16px;
    margin-bottom: 0;
    color: #555253;
    line-height: 26px;
}

.how_works ul.whyus-list li .img-wrap {
    width: 79px;
    line-height: 79px;
    height: 79px;
    margin: 2px auto 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px dashed #771b4a;
    background: #771b4a;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 0px 7px #eee9e1;
    -moz-box-shadow: 0 0px 0px 7px #eee9e1;
    -webkit-box-shadow: 0 0px 0px 7px #eee9e1;
    -o-box-shadow: 0 0px 0px 7px #eee9e1;
    font-family: "Gotham-Light", serif;
    color: #dbd2c2;
    font-size: 32px;
}

ul.whyus-list li .img-wrap {
    max-width: none;
}

ul.whyus-list li .img-wrap img {
    max-width: 67px;
}

ul.whyus-list li .box-block {
    min-height: 310px;
}

ul.whyus-list li:nth-child(3) {
    border-right: 0;
}

ul.whyus-list li:nth-child(6) {
    border-right: 0;
}

ul.whyus-list li:nth-child(4),
ul.whyus-list li:nth-child(5),
ul.whyus-list li:nth-child(6) {
    border-bottom: 0;
}

.how_works ul.whyus-list li {
    margin: 0 0 20px;
    border: 0;
    padding: 0 20px;
}

.how_works ul.whyus-list li .box-block {
    /* background-color: #ffffff;
    -webkit-box-shadow: 0 0px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0px 43px 0px rgba(0, 0, 0, 0.11); */
    /* padding: 38px 30px 35px 30px; */
    position: relative;
}

.how_works ul.whyus-list li .box-block:before {
    position: absolute;
    left: 20%;
    top: 5px;
    width: 280px;
    height: 36px;
    background-image: url('../img/line2.png');
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
    margin-left: 69px;
}

.how_works ul.whyus-list li:nth-child(even) .box-block::before {
    background-image: url('../img/line1.png');
    background-repeat: no-repeat;
    top: 40px;
}

.how_works ul.whyus-list li:last-child .box-block::before {
    display: none
}


/* ========== How It Works End ====================*/


/* ========== Our Services start ==========  */

.ourServices {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.ourServicesInner {
    max-width: 685px;
    margin-bottom: 45px;
}

.ourServicesList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.ourServicesList li {
    width: 50%;
    margin-bottom: 16px;
}

.ourServicesList li a {
    font-size: 16px;
    color: #fff;
    font-family: "Gotham-Light", serif;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: unset;
}

.ourServicesList li a:before {
    content: "\f000";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #5d6162;
}


/* .ourServicesList li a:hover,
.ourServicesList li a:hover:before {
  color: #d32430;
} */


/* ========== Our Services End ==========  */


/* ========== Grid Section Start ==========  */

.gridRow {
    display: flex;
    flex-wrap: wrap;
}

.gridBoxContent,
.gridBoxContentR {
    background-color: #f8f8ea;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.gridBoxContent h5,
.gridBoxContentR h5 {
    color: #771b4a;
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    max-width: 280px;
    transition: all 0.3s ease-in-out;
    margin: 0 0 12px;
}

.gridBoxContent p,
.gridBoxContentR p {
    color: #771b4a;
    /* font-family: "Gotham-Light", serif; */
    margin-bottom: 0;
    font-size: 16px;
    max-width: 280px;
    transition: all 0.3s ease-in-out;
    line-height: 25px;
}

.gridBox:hover .gridBoxContent h5,
.gridBox:hover .gridBoxContent p,
.gridBox:hover .gridBoxContentR h5,
.gridBox:hover .gridBoxContentR p {
    color: #fff
}

.gridBoxContent:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f8f8ea transparent transparent;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.gridBoxContentR:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0px 15px 15px;
    border-color: transparent #f8f8ea transparent transparent;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.gridBox:nth-child(1) .gridBoxContent {
    background-color: #f8f8ea;
}

.gridBox:nth-child(1) .gridBoxContent:before {
    border-color: transparent #f8f8ea transparent transparent;
}

.gridBox:nth-child(2) .gridBoxContentR {
    background-color: #f3f1f8;
}

.gridBox:nth-child(2) .gridBoxContentR:after {
    border-color: transparent transparent transparent #f3f1f8;
}

.gridBox:nth-child(3) .gridBoxContent {
    background-color: #f2f2f2;
}

.gridBox:nth-child(3) .gridBoxContent:before {
    border-color: transparent #f2f2f2 transparent transparent;
}

.gridBox:nth-child(4) .gridBoxContentR {
    background-color: #f9f1f0;
}

.gridBox:nth-child(4) .gridBoxContentR:after {
    border-color: transparent transparent transparent #f9f1f0;
}

.gridBox:nth-child(5) .gridBoxContent {
    background-color: #f2ede5;
}

.gridBox:nth-child(5) .gridBoxContent:before {
    border-color: transparent #f2ede5 transparent transparent;
}

.gridBox:nth-child(6) .gridBoxContent {
    background-color: #f8f8ea;
}

.gridBox:nth-child(6) .gridBoxContent:before {
    border-color: transparent #f8f8ea transparent transparent;
}

.gridBox:hover .gridBoxContent,
.gridBox:hover .gridBoxContentR {
    background-color: #771b4a;
}

.gridBox:hover .gridBoxContent:before {
    border-color: transparent #771b4a transparent transparent;
}

.gridBox:hover .gridBoxContentR:after {
    border-color: transparent transparent transparent #771b4a;
}

.gridBox:nth-child(1),
.gridBox:nth-child(2),
.gridBox:nth-child(3) {
    width: 50%;
}

.gridBox:nth-child(4),
.gridBox:nth-child(5) {
    width: 50%;
}

.gridBox {
    display: flex;
    align-items: center;
    min-height: 267px;
}

.gridBoxImage,
.gridBoxContent,
.gridBoxContentR {
    width: 50%;
    height: 100%;
}

.gridBoxImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.gridBoxImage:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(225, 225, 225, 0.37);
}

.gridBox:hover .gridBoxImage:after {
    opacity: 1;
    visibility: visible;
}


/* ========== Grid Section End ==========  */


/* ========== Why Choose Start ==========  */

.whyChooseUs {
    padding: 100px 0 75px;
}

.whyChooseDiv {
    text-align: center;
}

.whyChooseDiv img {
    max-width: 167px;
    margin: 0 auto 0;
}

.whyChooseDiv .subheading_style {
    margin-top: 25px;
}

.whyChooseDivContent {
    margin-top: 30px;
}

.whyChooseDivContent p {
    margin-bottom: 0;
    font-size: 16px;
}


/* ========== Why Choose End ==========  */


/* ========== Testimonial Section Start ==========  */

.testimonialSection {
    height: 680px;
    background-size: cover;
    background-position: center;
    padding: 63px 0;
}

.testimonialData {
    text-align: center;
}

.testimonialCard {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.014), 0 3px 20px -8px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    height: 407px;
    max-width: 872px;
    margin: 0 auto;
    position: relative;
    padding: 30px 25px;
}

.testimonialCard:before,
.testimonialCard:after {
    content: "";
    height: 94px;
    width: 94px;
    position: absolute;
}

.testimonialCard:before {
    border-bottom: 2px solid #c6b79b;
    border-left: 2px solid #c6b79b;
    bottom: 20px;
    left: 20px;
}

.testimonialCard:after {
    border-top: 2px solid #c6b79b;
    border-right: 2px solid #c6b79b;
    top: 20px;
    right: 20px;
}

.testimonialUser {
    border-radius: 50%;
    height: 118px;
    width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto 0;
    border: 3px solid #c6b79b;
    position: relative;
}

.testimonialUser:before,
.testimonialUser:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e9e4da;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}

.testimonialUser:before {
    content: "\f10d";
    left: -50px;
}

.testimonialUser:after {
    content: "\f10e";
    right: -50px;
}

.testimonialImage {
    height: 102px;
    width: 102px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonialName {
    font-size: 28px;
    color: #000;
    font-family: "Gotham-Medium", serif;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.testimonialName:before {
    content: "";
    height: 1px;
    background-color: #c6b79b;
    position: absolute;
    left: -64px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: -1;
}

.testimonialName:after {
    content: "";
    height: 1px;
    background-color: #c6b79b;
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: -1;
}

.testimonialDes {
    color: #771b4a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* margin-top: -4px; */
}

.testimonialText {
    margin-top: 20px;
    padding: 0 30px;
}

.testimonialText p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}

.owl-theme.owl-testimonial .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.owl-theme.owl-testimonial .owl-dots .owl-dot span {
    background: #e2dbcd;
    width: 8px;
    height: 8px;
}

.owl-theme.owl-testimonial .owl-dots .owl-dot.active span,
.owl-theme.owl-testimonial .owl-dots .owl-dot:hover span {
    background: #c6b79b;
}


/* ========== Testimonial Section End ==========  */


/* ========== Testimonial Section End ==========  */

.companyLogos {
    padding: 80px 0;
}

.owl-logos .item {
    text-align: center;
}

.owl-logos .item img {
    max-width: 60%;
}


/* ========== Testimonial Section End ==========  */


/* ========== Footer start ==========  */

.footerWrapper {
    background-color: #771b4a;
}

.footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

ul.footer-social-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

ul.footer-social-links li {
    margin-left: 13px;
    display: inline-block;
}

ul.footer-social-links li:first-child {
    margin-left: 0;
}

ul.footer-social-links a {
    font-size: 16px;
    color: #f4f4fb;
    line-height: 38px;
}

ul.footer-social-links li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #85325c;
    color: #c8adb9;
    font-size: 20px;
}

ul.footer-social-links li a:hover {
    color: #85325c;
    background-color: #c8adb9;
}

ul.footer-links {
    display: flex;
    align-items: center;
    height: 100%;
}

ul.footer-links li {
    display: inline-block;
    margin-right: 34px;
}

ul.footer-links li a {
    font-size: 15px;
    color: #daacc3;
}

ul.footer-links li a:hover {
    color: #fff;
}

.footerLogo {
    max-width: 240px;
    margin: 0 auto;
}

.sub-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 55px;
}

.sub-footer p,
.sub-footer a {
    font-size: 14px;
    color: rgba(218, 172, 195, 0.70);
    margin: 0;
    position: relative;
}

ul.sub-footer-right>li:not(:last-child)>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 15px;
    width: 1px;
    background-color: rgba(218, 172, 195, 0.70);
}

ul.sub-footer-right>li:not(:last-child)>a {
    padding-right: 10px;
    margin-right: 10px;
}

.sub-footer a:hover {
    color: #fff;
}

ul.sub-footer-right {
    text-align: right;
    margin: 0;
    font-size: 0;
}

ul.sub-footer-right li {
    display: inline-block;
    position: relative;
}


/* ul.sub-footer-right li:first-child {
  margin-right: 32px;
} */


/* ========== Footer End ==========  */


/* ========== Login Signup START ==========  */

.logsign-page .trigger-menu-wrapper {
    height: 203px;
}

.innertop_header {
    height: 203px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url("../img/inner-top.jpg");
}

.log-sign-inner {
    background-size: cover;
    background-position: center;
    padding: 65px 0 80px;
}

.login-box {
    max-width: 484px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.014), 0 3px 27px -8px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin: 0 auto;
    padding: 39px 49px 65px;
    position: relative;
}

.login-box .login-head {
    font-size: 26px;
    color: #771b4a;
    font-family: "Gotham-Medium";
    text-align: center;
    margin: 0 0 45px;
}

.theme-input input,
.theme-input .form-control {
    width: 100%;
    /*height: 51px;*/
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 5px 10px;
    font-size: 14px;
    color: #555253;
    outline: 0;
    box-shadow: unset;
}

.theme-input input:focus,
.theme-input .form-control:focus {
    border-color: #771b4a;
}

.login-box .form-group {
    margin-bottom: 27px;
}

::-webkit-input-placeholder {
    color: rgba(85, 82, 83, 0.60);
}

::-moz-placeholder {
    color: rgba(85, 82, 83, 0.60);
}

:-ms-input-placeholder {
    color: rgba(85, 82, 83, 0.60);
}

:-moz-placeholder {
    color: rgba(85, 82, 83, 0.60);
}

.login-box .btn.log-submit {
    padding: 5px 15px;
    /*min-height: 53px;*/
    box-shadow: none !important;
    background-color: #771b4a;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham-Medium";
    /*width: 100%;*/
    border-radius: 5px;
}

.login-box .btn.log-submit:hover {
    background-color: #bd3e7f;
    color: #fff;
}

.log-sign-btn a {
    font-size: 15px;
    color: #771b4a;
    font-family: "Gotham-Medium";
    display: inline-block;
    margin-top: 30px;
}

.log-sign-btn a:hover {
    color: #bd3e7f;
}

.log-sign-btn {
    text-align: center;
    border-bottom: 2px solid #efefef;
    margin: 0 0 22px;
    padding: 0 0 25px;
}

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

.d-acc p {
    color: #373737;
    margin: 0 0 25px;
}

.d-acc a {
    font-size: 16px;
    font-family: "Gotham-Medium";
    color: #771b4a;
    border: 1px solid #771b4a;
    display: inline-block;
    /*width: 100%;*/
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.d-acc a:hover {
    background-color: #771b4a;
    color: #fff;
}

.login-box:before,
.login-box:after {
    content: "";
    height: 52px;
    width: 47px;
    position: absolute;
}

.login-box:before {
    border-bottom: 2px solid #c6b79b;
    border-left: 2px solid #c6b79b;
    bottom: 20px;
    left: 17px;
}

.login-box:after {
    border-top: 2px solid #c6b79b;
    border-right: 2px solid #c6b79b;
    top: 20px;
    right: 17px;
}

.login-box.signup-box {
    max-width: 910px;
}

.login-sub-head {
    font-size: 18px;
    color: #771b4a;
    font-family: "Gotham-Medium";
    position: relative;
    margin: 0 0 27px;
}

.login-sub-head span {
    display: inline-block;
    background-color: #fff;
    padding-right: 13px;
    position: relative;
    z-index: 2;
}

.login-sub-head:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.signup-box .theme-input input,
.signup-box .theme-input .form-control {
    /*height: 48px;*/
}

.login-box.signup-box .form-group {
    margin-bottom: 18px;
}

.ca_blocks {
    margin: 0 0 25px;
}

.signup-box .log-sign-btn {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 30px;
}

.already-acc {
    text-align: center;
    color: #373737;
}

.already-acc a {
    font-family: "Gotham-Medium";
    text-decoration: underline;
    color: #771b4a;
}


/* ========== Login Signup END ==========  */


/* ========== Dashboard START ==========  */

.dashboard-wrap {
    background-color: #fbf6f0;
}

.dashboard-inner {
    padding: 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dashboard-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 256px;
    flex: 0 1 256px;
    background-color: #fff;
    /* height: 100%; */
    border-radius: 6px;
    overflow: hidden;
    background-image: url('../img/aside-bg.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.dashboard-content {
    -ms-flex: 0 0 calc(100% - 256px);
    flex: 0 0 calc(100% - 256px);
    max-width: calc(100% - 256px);
    width: 100%;
    padding-left: 38px;
}

.aside-menu {
    padding: 10px 15px 10px 15px;
}

.aside-menu>li>a {
    font-size: 16px;
    color: #686868;
    position: relative;
    padding: 19px 7px 19px 28px;
    display: inline-block;
    width: 100%;
}

.aside-menu>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(132, 132, 132, 0.10);
    width: calc(100% - 27px);
}

.aside-menu>li.active>a,
.aside-menu>li>a:hover {
    color: #911d37;
}

.aside-menu>li>a>.icon,
.aside-menu>li>a>.fa,
.aside-menu>li>a>.fas,
.aside-menu>li>a>.fab,
.aside-menu>li>a>.far {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}

ul.db-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 40px;
}

ul.db-info-card>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333337%;
    flex: 0 0 33.333337%;
    max-width: 33.333337%;
    padding: 0 8px;
}

ul.db-info-card>li .dbcard_inner {
    border-radius: 5px;
    position: relative;
}

ul.db-info-card>li:nth-child(1) .dbcard_inner {
    background: rgb(189, 53, 83);
    background: -moz-linear-gradient(45deg, rgba(189, 53, 83, 1) 0%, rgba(146, 29, 55, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(189, 53, 83, 1) 0%, rgba(146, 29, 55, 1) 100%);
    background: linear-gradient(45deg, rgba(189, 53, 83, 1) 0%, rgba(146, 29, 55, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bd3553', endColorstr='#921d37', GradientType=1);
}

ul.db-info-card>li:nth-child(2) .dbcard_inner {
    background: rgb(213, 198, 170);
    background: -moz-linear-gradient(45deg, rgba(213, 198, 170, 1) 0%, rgba(186, 169, 136, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(213, 198, 170, 1) 0%, rgba(186, 169, 136, 1) 100%);
    background: linear-gradient(45deg, rgba(213, 198, 170, 1) 0%, rgba(186, 169, 136, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d5c6aa', endColorstr='#baa988', GradientType=1);
}

ul.db-info-card>li:nth-child(3) .dbcard_inner {
    background: rgb(102, 86, 148);
    background: -moz-linear-gradient(45deg, rgba(102, 86, 148, 1) 0%, rgba(70, 59, 103, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(102, 86, 148, 1) 0%, rgba(70, 59, 103, 1) 100%);
    background: linear-gradient(45deg, rgba(102, 86, 148, 1) 0%, rgba(70, 59, 103, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#665694', endColorstr='#463b67', GradientType=1);
}

ul.db-info-card>li:nth-child(4) .dbcard_inner {
    margin-top: 10px;
    background: rgb(102, 86, 148);
    background: -moz-linear-gradient(45deg, rgb(135, 138, 137) 0%, rgba(135, 138, 137, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(135, 138, 137) 0%, rgba(135, 138, 137) 100%);
    background: linear-gradient(45deg, rgba(135, 138, 137) 0%, rgba(135, 138, 137) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#665694', endColorstr='#463b67', GradientType=1);
}

.dbcard_icon svg {
    width: 55px;
    height: 55px;
}

ul.db-info-card>li:nth-child(2) .dbcard_icon svg {
    width: 46px;
    height: 57px;
}

ul.db-info-card>li:nth-child(3) .dbcard_icon svg {
    width: 49px;
    height: 49px;
}

.dbcard-info {
    padding: 24px 20px;
    padding-left: 90px;
    text-align: right;
}

.dbcard_icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.dbcard-info h3 {
    font-size: 34px;
    color: #ffffff;
    font-family: "Gotham-Bold";
}

.dbcard-info label {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.dash_block_head {
    font-size: 22px;
    color: #000000;
    font-family: "Gotham-Bold";
    position: relative;
    margin: 0 0 30px;
}

.dash_block_head span {
    display: inline-block;
    background-color: #fbf6f0;
    padding-right: 25px;
    position: relative;
    z-index: 2;
}

.dash_block_head:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.events-block {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.events-block:not(:last-child) {
    margin: 0 0 20px;
}

.events-td {
    position: absolute;
    left: 0;
    top: 20px;
}

.events-td-box {
    background-color: #921d37;
    border-radius: 0 35px 35px 0;
}

.events-td-box {
    background-color: #921d37;
    border-radius: 0 35px 35px 0;
    padding: 5px 30px 5px 15px;
}

.events-td-box h5 {
    font-size: 30px;
    color: #fff;
    font-family: "Gotham-Bold";
    margin: 0 0 0;
}

.events-td-box span {
    font-size: 12px;
    color: #ffffff;
    margin-top: -1px;
    display: block;
}

.events-td p {
    margin: 3px 0 0;
    font-size: 13px;
    padding-left: 15px;
}

.events-content {
    padding: 20px 20px 32px;
    padding-left: 130px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.events-content h4 {
    font-size: 22px;
    color: #000000;
    font-family: "Gotham-Medium";
    margin: 0 0 15px;
}

.events-content h4 a:hover {
    color: #921d37;
}

.events-address {
    font-size: 15px;
    color: #595959;
    position: relative;
    padding-left: 23px;
    margin: 0 0 15px;
}

.events-address i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ab0d34;
    font-size: 19px;
}

.events-para p {
    line-height: 25px;
}

.copyLink_box input {
    outline: 0;
    border: 0;
    background-color: #fafafa;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px 0 0 4px;
    padding: 6px 10px 6px 20px;
    color: rgba(89, 89, 89, 0.67);
}

.copyLink_box {
    height: 49px;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.copyLink_box a {
    color: #921d37;
    line-height: 49px;
    font-family: "Gotham-Medium";
    background-color: #f7f2ea;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
}

.copyLink_box a:hover {
    background-color: #fff4e1;
}

.copyLink_box i {
    margin-right: 4px;
    font-weight: 500;
}

.events-para {
    margin: 0 0 30px;
}

.events-price-box label {
    font-size: 17px;
    margin: 0;
    color: #8b8b8b;
}

.events-price-box h4 {
    font-size: 31px;
    color: #911d37;
    font-family: "Gotham-Bold";
    margin: 0;
}

.events-price {
    padding: 15px 25px;
}

.myprofile_wrap {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.myprofile_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0 0 25px;
    min-height: 63px;
}

.myprofile_head h3 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    font-family: "Gotham-Medium";
}

.myprofile_head a {
    font-size: 16px;
    color: #fbf6f0;
    font-family: "Gotham-Medium";
    display: inline-block;
    background-color: #771b4a;
    padding: 9px 16px;
    border-radius: 4px;
}

.myprofile_head a:hover {
    background-color: #bd3e7f;
    color: #fff;
}

.myprofile_inner {
    padding: 0 25px 40px;
}

.myprofile_wrap .login-sub-head:after {
    display: none;
}

.updatebtn button.btn {
    padding: 5px 15px;
    min-height: 53px;
    box-shadow: none !important;
    background-color: #771b4a;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Gotham-Medium";
    width: 100%;
    border-radius: 5px;
}

.updatebtn button.btn:hover {
    background-color: #bd3e7f;
    color: #fff;
}

.event-detail-wrap .events-block {
    border-radius: 0;
    box-shadow: unset;
    margin: 0 0 10px;
}

.event-wall {
    background-size: contain;
    background-position: center;
    height: 385px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.event-wall img {
    opacity: 0;
}

.event-detail-wrap {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    margin: 0 0 40px;
}

.attendees_wrap table .dropleft .dropdown-toggle-split::before {
    display: none;
}

.attendees_head {
    font-size: 24px;
    color: #921d37;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    margin: 0 0 10px;
}

.attendees_wrap {
    border-top: 8px solid rgba(0, 0, 0, 0.04);
    padding: 30px 20px 25px;
}

.custom-table .table td,
.custom-table .table thead th {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: middle;
    padding: .71rem;
    color: #000;
    position: relative;
}

.custom-table .table thead th,
.custom-table .table thead th a {
    color: rgba(0, 0, 0, 0.46);
    font-family: 'Gotham-Book';
    font-weight: normal;
}

.custom-table .table td.theme-color {
    color: #911d37;
}

.custom-table .table td .dropdown-toggle {
    color: rgba(0, 0, 0, 0.44);
    font-size: 27px;
    padding: 0;
    line-height: normal;
    outline: 0;
    box-shadow: unset;
}

.custom-table .table td .dropdown-item {
    padding: .25rem 1rem;
    font-size: 14px;
}

.custom-table .table td .dropdown-item:focus,
.custom-table .table td .dropdown-item:hover {
    color: #fff;
    background-color: #771b4a;
}

.releted-events {
    width: 100%;
}

.events-owl-card {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.events-owl-wall img {
    opacity: 0;
}

.events-owl-wall {
    height: 198px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.events-owl-content {
    padding: 13px 20px;
}

.events-owl-content h3 {
    font-size: 20px;
    color: #000000;
    font-family: "Gotham-Medium";
    line-height: 28px;
    margin: 0 0 17px;
}

.events-owl-content h3 a:hover {
    color: #ab0d34;
}

.events-owl-content ul>li {
    color: #595959;
    position: relative;
    padding-left: 27px;
}

.events-owl-content ul>li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ab0d34;
    font-size: 18px;
}

.events-owl-content ul>li:not(:last-child) {
    margin: 0 0 10px;
}

.events-owl.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: rgba(119, 27, 74, 0.30);
    margin: 0 6px;
}

.events-owl.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.events-owl.owl-theme .owl-dots .owl-dot.active span,
.events-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(119, 27, 74, 1);
}

.dashboard-calendar {
    background-color: #fff;
}

.fc-license-message {
    display: none;
}

.calendar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 20px;
    font-size: 22px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0 0 25px;
    font-family: "Gotham-Medium";
}


/* ========== Dashboard END ==========  */


/*============================== Calendar START ==============================*/

.dashboard-calendar .fc-media-screen {
    padding: 0 30px 25px;
}

.dashboard-calendar .fc .fc-toolbar-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #141c4c;
}

.dashboard-calendar .fc .fc-button {
    font-size: 15px;
    padding: 8px 15px;
    min-width: 75px;
    text-transform: capitalize;
}

.fc .fc-button {
    border-radius: 0.2em;
}

.dashboard-calendar button.fc-next-button.fc-button,
.dashboard-calendar button.fc-prev-button.fc-button {
    min-width: auto;
    padding: 0;
    width: 54px;
    height: 35px;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.06);
}

.dashboard-calendar .fc .fc-button-primary {
    background-color: transparent;
    color: #921d37;
    border-color: rgba(0, 0, 0, 0.06);
}

.dashboard-calendar .fc .fc-button-primary:not(:disabled):active,
.dashboard-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #921d37;
    color: #fff;
    border-color: #921d37;
}

.dashboard-calendar .fc .fc-button-primary:not(:disabled):active:focus,
.dashboard-calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(146, 29, 55, 0.4);
}

.dashboard-calendar th.fc-col-header-cell {
    padding: 7px 6px;
    background-color: #fbf5f6;
    border-color: #fdecef;
}

.dashboard-calendar .fc-theme-standard td,
.dashboard-calendar .fc-theme-standard th {
    border: 1px solid #fdecef;
}

.dashboard-calendar .fc-theme-standard .fc-scrollgrid {
    border: 1px solid rgba(253, 236, 239, 0.2);
}

.dashboard-calendar .fc .fc-daygrid-day.fc-day-today {
    background-color: #fff9fb;
}

.dashboard-calendar .fc-h-event {
    border: 1px solid #b51f44;
    background-color: #b51f44;
    padding: 4px;
}

.dashboard-calendar .fc-h-event .fc-event-title {
    font-size: 14px;
}

.dashboard-calendar .fc .fc-col-header-cell-cushion {
    color: #141c4c;
}

.dashboard-calendar .fc .fc-button .fc-icon {
    font-size: 20px;
    line-height: normal;
    height: 23px;
}

.dashboard-calendar .fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(146, 29, 55, 0.4);
}


/*============================== Calendar END ==============================*/


/*============================== Cms START ==============================*/

.shadow-with-padding {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 20px;
}

.cms-inner {
    padding: 60px 0;
}

.cms-head {
    font-size: 35px;
    color: #000;
    margin: 10px 0 30px;
    font-family: "Gotham-Medium";
    text-align: center;
}

.cms-inner h2,
.cms-inner h3 {
    color: #771b4a;
    font-size: 24px;
    font-family: "Gotham-Medium";
    margin: 20px 0 10px;
}

.cms-inner ul {
    padding-left: 20px;
}

.cms-inner ul li:before {
    content: "\2022";
    color: #771b4a;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    font-size: 20px;
    margin-left: -20px;
    top: 2px;
    position: relative;
}

.cms-inner ul li {
    font-size: 15px;
    color: #555253;
    line-height: 24px;
    margin-bottom: 10px;
}


/*============================== Cms END ==============================*/


/*============================== Contact START ==============================*/

.contact-inner {
    padding: 55px 0;
}

.contact-card-box h4 {
    font-size: 18px;
    color: #222a4e;
    font-weight: 700;
    margin: 0 0 12px;
}

.contact-cards {
    padding: 0 30px;
}

.contact-card-box {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    text-align: center;
    padding: 70px 15px;
    border: 1px solid rgb(247, 237, 226);
}

.contact-card-icon {
    max-width: 50px;
    margin: 0 auto 20px;
}

.contact-card-box p,
.contact-card-box a {
    font-size: 15px;
    color: #444446;
    margin: 0;
    font-weight: 300;
    line-height: 23px;
}

.enquiry-wrap .hit-elements .hit-element2 {
    bottom: unset;
    top: -50px;
}

.enquiry-form {
    max-width: 850px;
    margin: 0 auto;
}

.enquiry-form .theme-input textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px 15px;
    font-size: 15px;
    color: #555253;
    outline: 0;
    box-shadow: unset;
    height: 170px;
    resize: none;
}

.enquiry-form .form-group {
    margin: 0 0 30px;
}

.contact-from {
    margin: 55px 0 0;
    border-top: 1px solid rgba(221, 221, 221, 0.5);
    padding-top: 25px;
}

.btn-theme.btn-primary {
    padding: 10px 15px;
    box-shadow: none;
    background-color: #771b4a;
    border-color: #771b4a;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Gotham-Medium";
    min-width: 140px;
}

.btn-theme.btn-primary:hover {
    background-color: #bd3e7f;
    border-color: #bd3e7f;
    color: #fff;
}


/*============================== Contact END ==============================*/


/*============================== Create Event START ==============================*/

.create-event {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.create-event .ca_blocks .form-group label {
    font-size: 17px;
    color: #000;
    font-family: "Gotham-Medium";
    margin: 0 0 7px;
}

.datepicket_field svg {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #771b4a;
    pointer-events: none;
}

.theme-input {
    position: relative;
    display: flex;
}

.datepicket_field .timepicker-picker,
.datepicket_field .bootstrap-datetimepicker-widget {
    max-width: 160px;
}

.datepicket_field .bootstrap-datetimepicker-widget {
    border: 1px solid rgba(29, 29, 29, 0.08);
}

.datepicket_field .btn-primary {
    color: #fff;
    background-color: #771b4a;
    border-color: #771b4a;
    margin-left: 10px;
}

.datepicket_field .btn-primary.focus,
.datepicket_field .btn-primary:focus {
    color: #fff;
    background-color: #bd3e7f;
    border-color: #bd3e7f;
    box-shadow: 0 0 0 0.2rem hsla(329, 63%, 29%, 0.5);
}

.datepicket_field button.btn:hover {
    background-color: #bd3e7f;
    color: #fff;
}

.create-event .ca_blocks .form-group {
    margin: 0 0 30px;
}

.createEvent-btns .event-addmore {
    margin-right: 15px;
}

.createEvent-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.event-addmore {
    padding: 10px 15px;
    text-align: center;
    box-shadow: none;
    background-color: #c6b79b;
    border: 1px solid #c6b79b;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Gotham-Medium";
    min-width: 140px;
    display: inline-block;
    line-height: 1.5;
    border-radius: .25rem;
}

.event-addmore:hover {
    border-color: #af8d4e;
    background-color: #af8d4e;
    color: #fff;
}

.create-event .ca_blocks .form-group .custom-file-label {
    width: 100%;
    height: 51px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px 15px;
    font-size: 15px;
    color: #555253;
    outline: 0;
    box-shadow: unset;
    line-height: 31px;
}

.create-event .custom-file-input:lang(en)~.custom-file-label::after {
    height: 100%;
    line-height: 39px;
    font-size: 15px;
    background-color: #771b4a;
    color: #fff;
    min-width: 100px;
    text-align: center;
    font-family: 'Gotham-Book';
}

.create-event .input-row-file.custom-file {
    height: 51px;
}

.create-event .custom-file-input {
    cursor: pointer;
    padding-right: 105px;
}

.eventlist_wrap {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.custom-table .dropleft .dropdown-toggle-split:before {
    display: none;
}

.custom-table .text-truncate {
    max-width: 160px;
}

.eventlist_wrap .custom-table .table td,
.eventlist_wrap .custom-table .table thead th,
.eventlist_wrap .custom-table .table thead th a {
    padding: .71rem .10rem;
    font-size: 14px;
}

.eventlist_wrap .custom-table .table tr td:first-child,
.eventlist_wrap .custom-table .table tr th:first-child {
    padding-left: 10px;
}

.eventlist_wrap .custom-table .table tr td:last-child,
.eventlist_wrap .custom-table .table tr th:last-child {
    padding-right: 10px;
}

.theme-color {
    color: #911d37;
}


/*============================== Create Event END ==============================*/

.error-message {
    color: red;
}

.homeFilterFooter.innerEvent_btns .filterReset,
.homeFilterFooter.innerEvent_btns .filterSubmit {
    padding: 11px 11px;
    font-size: 15px;
    min-width: 150px;
}

.innerEvent_btns {
    margin: 0 0 30px;
}

.action-td .btn-edit {
    background-color: #921c35;
    color: #fff;
}

.action-td .btn-edit:hover {
    background-color: #6d0a20;
    color: #fff;
}

.action-td .btn-deactive {
    background-color: #c6b79b;
    color: #fff;
}

.action-td .btn-deactive:hover {
    color: #fff;
    background-color: #af8d4e;
}

td.action-td a {
    font-size: 14px;
    padding: 6px 10px;
}

.addmore_events_create .btn-theme.btn-primary {
    font-size: 14px;
    min-width: 120px;
    padding: 8px 14px;
}

.addmore_events_create .theme-input input,
.addmore_events_create .theme-input .form-control {
    height: 42px;
}

.addmore_events_create .table .thead-dark th {
    font-family: "Gotham-Medium";
    font-weight: normal;
}

.addmore_events_create .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.tab-content #cke_body_1 {
    width: 100% !important;
}

.sales-collab-check .custom-control.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.sales-collab-check .custom-control.custom-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-label {
    padding-top: 3px;
    font-family: "Gotham-Medium";
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-label::before {
    left: -2.10rem;
    width: 1.3rem;
    height: 1.3rem;
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-label::after {
    left: -2.10rem;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 13px;
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #771b4a;
    background-color: #771b4a;
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(119, 27, 74, 0.1);
    border-color: rgba(119, 27, 74, 0.1);
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgba(119, 27, 74, 0.5);
}

.sales-collab-check .custom-control.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(119, 27, 74, 0.25);
}

.wizard-nav .nav-tabs .nav-item.show .nav-link,
.wizard-nav .nav-tabs .nav-link.active,
.wizard-nav .nav-tabs .nav-link:focus,
.wizard-nav .nav-tabs .nav-link:hover {
    background-color: #771b4a;
    color: #fff;
    border-color: #771b4a;
}

.wizard-nav .nav-tabs {
    border-bottom: 1px solid #771b4a;
    justify-content: space-between;
}

.bootstrap-datetimepicker-widget {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.show_images_box {
    display: inline-block;
    border-radius: 4px;
    margin: 15px 10px 10px 0;
    position: relative;
    border: 1px solid rgba(119, 27, 74, 0.3);
}

.show_images_box .img-delete {
    position: absolute;
    top: -6px;
    right: -6px;
    text-align: center;
    margin: 0 auto;
    font-size: 9px;
    width: 24px;
    height: 24px;
    background-color: #b51f44;
    border-radius: 50%;
    line-height: 24px;
    color: #fff;
}

.eventGrid-wrap {
    padding: 80px 0;
}

.events_grid {
    padding: 0 20px 20px;
}

.events_grid .events-owl-card {
    border: 1px solid rgba(209, 209, 209, 0.5);
    margin: 0 0 30px;
}

.events_grid .events-owl-content h3 {
    min-height: 56px;
}

.event_Search .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 50px;
    padding: 0;
    color: #8e1b38;
    z-index: 1;
}

.event_Search input {
    padding-right: 40px;
}

.event_Search {
    width: 100%;
    max-width: 320px;
}

.events-wall-owl.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 6px;
}

.events-wall-owl.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.events-wall-owl.owl-theme .owl-dots .owl-dot.active span,
.events-wall-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(119, 27, 74, 1);
    border: 3px solid #fff;
}

.dashboard-inner .eventGrid-wrap {
    padding: 0;
}

.floting-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 200px;
}

.floting-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
}

.floting-logo img {
    max-width: 80px;
}

.eventmore_content h5 {
    font-size: 20px;
    color: #3a3a3a;
}

.eventmore_content ul>li>p {
    font-size: 15px;
    margin: 0 0 8px;
    position: relative;
    padding-left: 15px;
}

.eventmore_content ul>li>p:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #771b4a;
    border-radius: 50%;
}

.cke_chrome {
    width: 100% !important;
}

.custom-control.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.custom-control.custom-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.custom-control.custom-checkbox .custom-control-label {
    padding-top: 3px;
    font-family: "Gotham-Medium";
    cursor: pointer;
    user-select: none;
}

.custom-control.custom-checkbox .custom-control-label::before {
    left: -2.10rem;
    width: 1.3rem;
    height: 1.3rem;
}

.custom-control.custom-checkbox .custom-control-label::after {
    left: -2.10rem;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 13px;
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #771b4a;
    background-color: #771b4a;
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(119, 27, 74, 0.1);
    border-color: rgba(119, 27, 74, 0.1);
}

.custom-control.custom-checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgba(119, 27, 74, 0.5);
}

.custom-control.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(119, 27, 74, 0.25);
}

.weekendDayCheck .custom-control.custom-checkbox {
    margin-right: 15px;
    margin-bottom: 10px;
}


/*===================================== 12-11-2020 =====================================*/

.notification_list>ul>li {
    padding: 15px;
    position: relative;
    text-align: left;
    margin: 0;
    padding-right: 35px;
    border-radius: 0 !important;
}

.notification_list>ul>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.notification_list>ul>li.unread {
    background-color: rgba(104, 104, 104, 0.08);
}

.notification_list>ul>li.alert-dismissible .close {
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    right: 10px;
    top: 15px;
    background-color: #911d37;
    opacity: 1;
    text-shadow: unset;
    color: #fff;
    font-size: 14px;
}

.notification_list>ul>li p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.datetime_noti {
    color: #595959;
    position: absolute;
    padding-left: 22px;
    font-size: 13px;
    right: 20px;
    top: 15px;
}

.datetime_noti i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #ab0d34;
    font-size: 15px;
}

.promo-block-content {
    max-width: 350px;
}

.promo-block-content h5 {
    font-family: "Gotham-Medium";
    color: #771b4a;
}

.eventGrid-wrap.ourStory_wrapper {
    background-color: #fff;
    padding: 80px 0 0;
}

.ourStory_wrapper .subheading_style h5 {
    font-size: 23px;
}


/*  */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 28px 0 rgba(32, 33, 36, .10);
    background-color: #fff;
    margin-top: -40px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    background-color: #771b4a;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    color: #010101;
    font-size: 18px;
    font-family: "Gotham-Medium", serif;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline_wrap {
    padding: 90px 0 60px;
    margin: 60px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.timeline-title span {
    color: #771b4a;
}

.iframemodal .modal-title {
    font-size: 18px;
    color: #771b4a;
    font-family: "Gotham-Medium";
}

.iframemodal #iframeBox0 {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    outline: 0;
    box-shadow: unset;
    resize: none;
}

.iframemodal .col-form-label {
    font-family: "Gotham-Medium";
}

.theme-input .pick_color_input input {
    width: 100%;
    margin-left: auto;
    display: table;
    padding: 3px;
}

.pick_color_input img {
    display: none;
}

.pick_color_input {
    position: relative;
}

.modal-footer button.btn.btn-primary,
.modal-footer .btn-primary:not(:disabled):not(.disabled).active,
.modal-footer .btn-primary:not(:disabled):not(.disabled):active,
.modal-footer .show>.btn-primary.dropdown-toggle {
    background-color: #771b4a;
    border-color: #771b4a;
}

.modal-footer .btn-primary.focus,
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary:not(:disabled):not(.disabled).active:focus,
.modal-footer .btn-primary:not(:disabled):not(.disabled):active:focus,
.modal-footer .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 27, 74, 0.2);
}

.bookingForm_wrap .myprofile_head {
    padding: 18px;
}

.bookingForm_wrap .attendees_wrap {
    border: 0;
    padding: 0 30px 30px;
}

.card_deatils_box {
    width: 100%;
    margin: 10px 0 20px;
    padding: 20px 25px;
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 4px;
}

.card_deatils_head {
    margin: 0 0 15px;
    font-family: "Gotham-Medium";
    color: #000;
}

.card_deatils_box label {
    font-size: 14px;
    color: #000;
    margin: 0 0 6px;
}

.totalPay_box input {
    min-width: 70px;
    margin-left: auto;
    width: auto;
    height: 50px;
    font-size: 18px;
    color: #000;
    background-color: #f8f8f8 !important;
}

.totalPay_box h5 {
    margin: 0;
    font-family: "Gotham-Medium";
    color: #000;
}

.totalPay_box {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
}

.nw-dl-table .form-group {
    margin: 0;
}

.invoice-container {
    background-color: #fff;
    padding: 0 30px 30px;
}

.invoice-container .table thead th {
    background-color: rgba(0, 0, 0, .03);
}

.bg-light-2 {
    background-color: #f8f8fa !important;
}

.invoice-container table.table {
    margin-bottom: 0;
}

.form-control[readonly]:focus {
    border-color: #e9ecef !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(233, 236, 239, 0.4) !important;
}

.requireRed {
    color: red;
}

.bookDeatils_static .totalPay_box h5 {
    margin: 0 20px 0 0;
}

.bookDeatils_static .totalPay_box {
    justify-content: flex-end;
}

.alignCenterClass {
    text-align: center !important;
}

.action-td-drop .dropdown-toggle:after,
.action-td-drop .dropleft .dropdown-toggle:before {
    display: none;
}

.action-td-drop .dropdown-menu a {
    display: block;
    width: 100%;
}

.dropzone.dropzone_custom {
    min-height: 100px;
    border: 1px solid #d2d6de;
    padding: 10px;
    border-radius: 4px;
}

.dropzone.dropzone_custom .dz-preview .dz-image {
    width: 70px;
    height: 70px;
    border-radius: 6px;
}

.dropzone.dropzone_custom .dz-preview {
    min-height: 70px;
    margin: 8px;
}

.dropzone.dropzone_custom .dz-preview .dz-details {
    line-height: 40%;
}

.dropzone.dropzone_custom .dz-preview .dz-remove {
    margin-top: 10px;
    font-size: 12px;
}

.custom-check [type="radio"]:checked,
.custom-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-check [type="radio"]:checked+label,
.custom-check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin: 0;
}

.custom-check [type="radio"]:checked+label:before,
.custom-check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-check [type="radio"]:checked+label:after,
.custom-check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #771b4a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-check [type="radio"]:not(:checked)+label:after {
    /* opacity: 0;
	-webkit-transform: scale(0);
  transform: scale(0); */
    background: #eee;
}

.custom-check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.myprofile_head .goldBtn,
.goldBtn {
    background-color: #c6b79b;
    border-color: #c6b79b;
    color: #fff;
}

.myprofile_head .goldBtn:hover,
.goldBtn:hover {
    background-color: #af8d4e;
    border-color: #af8d4e;
    color: #fff;
}

.payOption_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.payOption_list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

.payBox {
    position: relative;
}

.payBox label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #5f5f63;
    padding: 20px 20px 20px 60px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ededed;
    width: 100%;
    margin: 0;
}

.payBox input:checked+label {
    border: 2px solid #771b4a;
    -webkit-box-shadow: 0 0 15px 5px rgba(119, 27, 74, 0.1);
    box-shadow: 0 0 15px 5px rgba(119, 27, 74, 0.1);
}

.payBox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.payBox input:checked+label:after {
    border: 2px solid #771b4a;
    background-color: #771b4a;
}

.payBox label:after {
    content: "";
    position: absolute;
    height: 28px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    border: 2px solid #ededed;
    border-radius: 50%;
}

.payBox input:checked+label:before {
    display: block;
}

.payBox label:before {
    content: "\f3fd";
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    font-size: 32px;
    line-height: 13px;
    font-weight: 900;
    display: none;
    color: #fff;
    z-index: 1;
    font-family: "Ionicons";
    position: absolute;
}

.custom-check.custom-check-single [type="radio"]:checked,
.custom-check.custom-check-single [type="radio"]:not(:checked) {
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.custom-check.custom-check-single {
    position: relative;
    display: inline-block;
}

.eventsPrice_wrap .events-price:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.eventsmodal_text a {
    color: #921d37;
    background-color: #fbf5f6;
    border-color: transparent;
    padding: 7px 15px;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 45px;
}

.eventsmodal_text a i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 35px;
    background-color: #921d37;
    color: #fff;
    width: 40px;
    text-align: center;
}

.modal-title {
    font-family: "Gotham-Medium";
}


/*========================== Plan START ==========================*/

.lm-underline {
    position: relative;
}

.lm-underline:after {
    position: absolute;
    content: ' ';
    right: 5%;
    left: 5%;
    bottom: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
}

.lm-tabel {
    max-width: 1000px;
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.lm-item-1 .lm-item-bottom,
.lm-item-1 .lm-item-top {
    background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
    background-image: linear-gradient(-45deg, #771b4a, #241326);
}

.lm-item {
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: table;
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(132, 76, 138, 0.5);
    -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
    transition: transform 0.3s ease-out, filter 0.3s;
    transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
}

.lm-item:after {
    -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
    transform: rotate(6deg) translate3d(15px, 0, 0);
}

.lm-item:before {
    -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
    transform: rotate(-6deg) translate3d(-15px, 0, 0);
}

.lm-item-top {
    padding-top: 20px;
    text-transform: uppercase;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
}

.lm-item-title {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    padding: 0 0 10px;
}

.lm-item-price {
    background: rgba(255, 255, 255, 0.05);
    margin-top: 20px;
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    letter-spacing: -1px;
}

.lm-item-price i {
    font-size: 15px;
}

.lm-item-body {
    padding: 15px;
    background: #fff;
}

.lm-item-desc {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lm-item-desc strong {
    color: #76264f;
    font-size: 16px;
}

.lm-item-list i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lm-item-desc p {
    color: #681943;
    margin: 0;
    font-size: 14px;
}

.lm-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lm-item-list li {
    position: relative;
    /* border-bottom: 1px dotted rgba(0, 0, 0, 0.1); */
    padding: 10px;
    color: #601840;
    padding-right: 40px;
}

.lm-item-list li:not(last-child) {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.lm-item-list li:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.lm-item-list .ion-checkmark {
    color: #75bc9a;
}

.lm-item-list .ion-close {
    color: #bf7375;
}

.lm-item-link {
    text-align: center;
}

.lm-item-link a {
    text-decoration: none;
    border: 2px solid #fff;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    min-width: 170px;
}

.lm-item-link a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    /* color: #4a1736; */
}

.lm-item-link text {
    font-size: 21px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lm-item-bottom {
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 25px 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
    min-height: 20px;
}

.plan_switch {
    display: table;
    margin: 10px auto 40px;
}

.plan_switch span {
    font-size: 19px;
    font-weight: 600;
    color: #671a43;
    margin-top: 9px;
    display: inline-block;
}

.plan_switch .custom-switch .custom-control-label::before {
    width: 90px;
    border-radius: 35px;
    height: 40px;
    left: 92px;
    background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
    background-image: linear-gradient(-45deg, #771b4a, #241326);
    border-color: #341b37;
}

.plan_switch .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 3px);
    left: 95px;
    width: calc(40px - 6px);
    height: calc(40px - 6px);
    border-radius: 35px;
    background-color: #fff;
}

.plan_switch .custom-control-label {
    outline: 0;
    user-select: none;
    cursor: pointer;
}

.plan_switch .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgba(91, 24, 62, 0.5);
}

.plan_switch .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(94, 25, 63, 0.12);
}

.plan_switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #241326, #85468c);
    background-image: linear-gradient(-45deg, #241326, #771b4a);
    border-color: #341b37;
}

.plan_switch .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(3.1rem);
}

.leftSwitch {
    margin-right: 121px;
}

.mysubs_left h3 {
    font-size: 39px;
    font-weight: 700;
    color: #090676;
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(9, 6, 118, 0.05);
}

.mysubs_left h3 i {
    position: absolute;
    font-size: 103px;
    color: #090676;
    left: -160px;
    top: -29px;
    line-height: normal;
}

.plan_switch .custom-control.custom-switch {
    padding: 0;
}


/*========================== Plan END ==========================*/


/*========================== My Subscription START ==========================*/

.currentPlan_box {
    padding: 0 20px 20px;
}

.currentPlan_head {
    font-size: 25px;
    font-family: "Gotham-Medium";
    color: #888888;
    margin: 0 0 10px;
}

.currentPlan_head span {
    color: #771b4a;
    margin-left: 5px;
    font-family: "Gotham-Black";
    font-size: 28px;
}

.mysubs_right {
    padding-left: 40px;
}

.mysubs_right a.btn {
    min-width: 200px;
    font-size: 15px;
}

.active-exp-row label {
    font-size: 15px;
    color: rgba(104, 104, 104, 0.8);
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 2px;
}

.active-exp-row h6 {
    color: #771b4a;
    font-family: "Gotham-Bold";
}

.active-exp-box .active-exp-row {
    margin: 0 0 30px;
}

.cancel_subs {
    display: table;
    font-size: 12px;
    text-decoration: underline;
    color: #771b4a;
}

.currentPlan_left {
    border-right: 1px solid #dee2e6;
}


/*========================== My Subscription END ==========================*/

.custom-switch .custom-check {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.custom-switch .custom-check [type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-switch .custom-check label {
    background-color: #ddd;
    padding: 16px 25px 16px 40px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    min-width: 130px;
    text-align: center;
}

.custom-switch .custom-check [type="radio"]:checked+label:before,
.custom-switch .custom-check [type="radio"]:not(:checked)+label:before {
    left: 10px;
    top: 10px;
}

.custom-switch .custom-check [type="radio"]:checked+label:after,
.custom-switch .custom-check [type="radio"]:not(:checked)+label:after {
    top: 14px;
    left: 14px;
}

.custom-switch .custom-check [type="radio"]:checked+label {
    background-color: #621941;
    color: #fff;
}

.custom-control.custom-checkbox.signup_terms_check input {
    left: -999999px;
    position: absolute;
    width: auto;
    height: auto;
}

.signup_terms_check a {
    text-decoration: underline;
    font-size: 14px;
}

.custom-control.custom-checkbox.signup_terms_check {
    font-family: "Gotham-Medium";
    vertical-align: middle;
}

.signup_terms_check a:hover {
    color: #771b4a;
}

.custom-dark-table .dark-th {
    background-color: #32383e;
    color: #fff;
    font-weight: 600;
    padding: .75rem;
    margin: -12px -12px 16px;
}

.eventYouTube {
    padding: 20px;
}


/* ------------- commone date picker  */

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr th {
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.today {
    background: transparent!important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.today::before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.today::after {
    display: none!important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.active {
    color: #fff!important;
    background: #8d1b37!important;
}

.bootstrap-datetimepicker-widget .datepicker thead th.next::before {
    content: '»'!important;
}

.bootstrap-datetimepicker-widget .datepicker thead th.prev::before {
    content: '«'!important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr th {
    font-size: .9rem!important;
    width: 33px;
    height: 33px;
}

.bootstrap-datetimepicker-widget {
    border-radius: 6px!important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td {
    color: #7E8299;
    font-size: .9rem!important;
    font-weight: 400!important;
    border: 1px solid #fff!important;
}

.bootstrap-datetimepicker-widget::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.20);
    border-bottom: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.bootstrap-datetimepicker-widget::before {
    left: 6px;
}

.bootstrap-datetimepicker-widget::before {
    bottom: -7px;
}

.bootstrap-datetimepicker-widget.bottom::before {
    top: -7px;
    bottom: unset;
    border-bottom: 7px solid rgba(0, 0, 0, 0.20);
    border-top: 0;
}

.bootstrap-datetimepicker-widget:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0;
    position: absolute;
}

.bootstrap-datetimepicker-widget:after {
    left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
    top: -6px;
    border-bottom: 6px solid #fff;
    border-top: 0;
}

.bootstrap-datetimepicker-widget .datepicker {
    padding-bottom: 0px!important;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.picker-switch:hover {
    color: #3F4254!important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th {
    font-size: .9rem!important;
}


/* V3+ */

.desplegado {
    display: block!important;
}


/* login */

#df-title.abierto h5::after {
    font-family: 'fa-light';
    content: '\f106';
}

#df-title h5::after {
    font-family: 'fa-light';
    content: '\f107';
}

#dc-title.abierto h5::after {
    font-family: 'fa-light';
    content: '\f106';
}

#dc-title h5::after {
    font-family: 'fa-light';
    content: '\f107';
}

#dp-title.abierto h5::after {
    font-family: 'fa-light';
    content: '\f106';
}

#dp-title h5::after {
    font-family: 'fa-light';
    content: '\f107';
}


/* CUSTOM */

.btn-primary.mas,
.btn-primary.menos {
    min-width: 45px!important;
    padding: 3px 0!important;
}

@media (max-width: 480px) {
    .btn-primary.mas,
    .btn-primary.menos {
        min-width: 45px!important;
        padding: 9px 0!important;
    }
}

.aside-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    justify-content: space-between;
}

.pagination{
    margin-bottom: 20px;
}

.table-primary{
    background-color: #921c35!important;
    color:white!important;
}
.table-primary th{
    border: white!important;
}

.text-primary{
    color: #921c35!important;
}