﻿
/**************************Full Srevice**************************/

div.container.post {
    margin-bottom: 50px;
    background-color: #fff;
    max-width: 1170px;
}

#Header {
    text-align: center;
    padding: 50px;
    background-repeat: no-repeat;
    height: 400px;
    background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../../Images/full-service-bg.jpg') center;
    margin: 0 -10px;
    max-width: 1920px;
}

.jumbotron {
    background-color: rgba(91,45,45,0);
    margin: 50px 0px 0px 0px;
    border: outset;
    border-color: #ffffff;
}

    .jumbotron h1 {
        font-size: 32px;
        color: rgb(255,255,255);
        font-family: Prompt, sans-serif;
        font-weight: bold;
    }

.container1 {
    padding: 15px;
}

    .container1 h1 {
        font-family: Prompt, sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin: 50px 20px 20px 20px;
        line-height: 30px;
        padding: 0px;
    }

    .container1 p {
        font-size: 16px;
        margin: 20px 20px 50px 20px;
        padding: 0px;
    }

.container2 {
    padding-top: 20px;
}

    .container2 h1 {
        font-size: 28px;
        margin: 0px 50px 20px 30px;
    }

.why-full-service-contain {
    margin: 0px 0px 5px 10px;
    color: rgb(0,0,0);
}

.why-full-service-title {
    font-size: 18px;
    margin: 0px 0px 5px 0px;
    color: rgb(0,0,0);
}

.why-full-service-contain i {
    font-size: 24px;
    color: #F9D805;
}

.why-full-service-body {
    margin: 0px 50px 20px 28px;
}

.scope-of-event .heading {
    margin: 40px 40px 30px 40px;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: #007791;
    text-align: center;
}

.scope-of-event .scope-of-event-title {
    font-size: 18px;
    margin: 0px 0px 5px 10px;
    color: rgb(0,0,0);
}

.scope-of-event-title i {
    font-size: 24px;
    color: #007791;
}

.scope-of-event .scope-of-event-container {
    margin: 0px 50px 20px 40px;
}

.need-help {
    padding: 20px 10px;
    background-color: #F9D805;
    margin: 0px -10px 0px -10px;
    text-align: center;
    margin: auto -10px !important;
}

    .need-help h1 {
        font-size: 20px;
    }

.contact-form {
    max-width: 600px;
    padding-top: 40px;
    margin: auto;
}

.contact-form-title {
    font-size: 28px;
    margin: 0px 20px 0px 20px;
    padding: 0px;
    font-weight: bold;
}

.contact-form-description {
    margin: 0px 20px 20px 20px;
    font-size: 18px;
}

.contact-form-input {
    padding: 20px;
}

    .contact-form-input .form-control {
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        min-height: 35px;
    }

        .contact-form-input .form-control:focus {
            border: 1px solid #b2b2b2;
        }

    .contact-form-input .form-group {
        padding-bottom: 5px;
    }

.full-service-note {
    color: #ccc;
}

.remodal-send-mail-success {
    width: unset !important;
    min-width: 600px !important;
    height: unset !important;
}

.remodal-container {
    padding: 50px 50px;
}

.rfq-sent {
    font-size: 14px;
}

.send-mail-success-header {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 10px;
}

.send-mail-success-footer {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 20px;
    background-color: #f2f2f2;
    margin-top: 40px;
    margin-bottom: 30px;
}

.must-click {
    padding: 10px 30px;
}

.send-mail-success-footer table {
    width: 100%;
}

    .send-mail-success-footer table td {
        padding: 5px 0;
    }

        .send-mail-success-footer table td:first-child {
            width: 40%;
            text-align: right;
        }

        .send-mail-success-footer table td:last-child {
            text-align: left;
            padding-left: 20px;
        }

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}
.remodal-send-mail-fail.remodal {
    height: unset !important;
    width: 550px !important;
}
.remodal-send-mail-fail h2 {
    font-size: 36px;
    color: #EC5252;
}

.remodal-send-mail-fail .fail-page-header {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}
.remodal-send-mail-fail .alert-message {
    padding-bottom:30px;
}

.full-service-slide-image {
    width: 250px;
    display: inline-block;
    margin: 5px;    
    cursor:pointer;
}

    .full-service-slide-image img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
        box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    }
.modal-full-service-catalog .modal-content {
    border-radius: unset !important;
    border: unset;
}

.modal-full-service-catalog .remodal-content {
    width: 100vw;
    max-width: 1200px;
    height: calc(100vh - 85px);
    /*max-height: 600px;*/
    border-radius: unset !important;
    overflow: hidden;
    background-color: #151515;
}

.modal-full-service-catalog .modal-dialog {
    width: unset;    
}

.modal-full-service-catalog .download-catalog-pdf {
    text-align:right;
}

.modal-full-service-catalog .btn-download {
    margin: 10px 50px 10px;
    padding: 5px 30px;
}

.modal-full-service-catalog iframe {
    width: 100%;
    height: 100%;
}

.modal-full-service-catalog .close.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: unset;
    opacity: unset;
    text-shadow: unset;
    font-weight: normal;
    outline: none;
    z-index: 1;
    background-color: #000;
    border:solid 1px #fff;
}

    .modal-full-service-catalog .close.modal-close:before {
        font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 29px;
        content: "\00d7";
        text-align: center;
    }

@media (max-width:991px) {
    .container2 h1 {
        padding-top: 20px;
    }
}

@media (max-width:480px) {
    .modal-full-service-catalog .modal-dialog {
        width: 95%;
    }

    .modal-full-service-catalog .remodal-content {
        width: 100%;
    }

    .modal-full-service-catalog .close.modal-close {
      
        top: 3px;
        right: 3px;
        color: #fff;
        background-color: unset;
        border: unset;
    }

    .modal-full-service-catalog .download-catalog-pdf {
        text-align: center;
    }
}

/************************** End Full Srevice**************************/

/**************************Landing Page**************************/

.image-bg-fluid-height {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
    position: relative;
    height: 400px;
    max-width: 1920px;
    background-position: center !important;
    padding: 120px 0;
}

.home-form-search {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

    .home-form-search label.control-label {
        width: 100%;
        text-align: left;
    }

    .home-form-search input[type=submit] {
        padding: 6px 15px;
    }

.home-title{
  font-size:26px;
}

    .home-title.custom-home-title {
        margin-bottom:15px;
    }

.search-center {
    margin: 0 auto;
    z-index: 4;
}

    .search-center h1 {
        color: #fff;
        text-shadow: 2px 2px 5px #000;
    }

    .search-center h2 {
        color: #fff;
        text-shadow: 2px 2px 5px #000;
        font-weight: normal;
        padding:0 50px;
    }

.seminar-content1,
.seminar-content3 {
    padding: 70px 0;
}

.landing-page-session {
    margin-top:50px;
}
 

.landing-page-session2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .seminar-content1 .content-right {
        text-align:right;
    }

.seminar-content2 img {
    width: 100%;
    height: auto;
}

.seminar-content2 h3 {
    padding-bottom: 15px;
    font-size: 26px;
}

.seminar-content2 p {
    font-size: 18px;
}

.seminar-content3 h3 {
    display: inline-block;
    margin: unset !important;
}

.seminar-content3 a {
    float: right;
}

.landing-page-contain h3 {
    margin-top:0;
}
.also-like {
    display: inline-block;
    margin: 5px;
    font-size: 12px;
}

    .also-like img {
        height: 110px;
        width: auto;
    }

.resemble-venue-slider.slider {
    text-align: center;
}

.text-on-image strong {
    font-size: 24px;
}

.seminar-child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.seminar-parent .text-on-image {
    font-size: 30px;
    color: #ffffff !important;
    text-transform: capitalize;
    font-size: 20px;
    margin: auto;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 50px;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-shadow: 2px 2px 5px #000;
}

.seminar-parent:hover .seminar-child, .seminar-parent:focus .seminar-child {
    filter: contrast(80%);
}

    .seminar-parent:hover .seminar-child:before, .seminar-parent:focus .seminar-child:before {
        opacity: 1;
        filter: contrast(80%);
    }

.venue-slider-session {
    max-width: unset !important;
}

.venue-slider-session {
    padding-top: unset;
    max-height: unset;
}

    /*.venue-slider-session .landing-page-session.custom-slider {
    }*/  

.preview-mode {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1034;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
}

.preview-mode .btn{
   display:block;
   margin-bottom:10px;
}

.home-input .select2-container .select2-selection--single {
    padding-left: 23px;
    border-radius: 0px !important;
    height: 45px !important;
    border: none;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 8px;
}

.home-input .select2-container .select2-selection--single, .home-form-search .search-input {
    border-color: #ccc !important;
    border-right: 1px solid #cccccc;
    text-align:left;
}

.home-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.as-seen-on {
    padding:unset;
    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: unset;
    margin: auto;
}

.as-seen-on-img-align img {
    height: 45px;
    margin: 0 10px;
    max-height:unset;
}

.testimonial img,
.as-seen-on-img-align img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.reference-session {
    margin-top: 50px !important;
}

.custom-home-input {
    padding: 0px;
}

.custom-home-button-whit-venue {
    width: 100%
}

@media (min-width: 1920px) {
    #Header {        
        margin: 0 auto;
    }

    .home-search-button {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .home-form-search {
        /*background: #fff;*/
        width: 100%;
        padding: unset;
    }

    .image-bg-fluid-height {
        padding: 20px;
        height: unset;
    }

    .landing-page-session .content-right,
    .seminar-content1 .content-right {
        margin-top: 15px;
    }

    .custom-home-input {
        margin: 20px;
    }
}

@media (max-width: 480px) {

    .image-bg-fluid-height {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
        background-position-y: bottom !important;
        background-position-x: center !important;
        cursor: pointer;
    }

    .scope-of-event .heading {
        margin: 40px 10px 30px 10px
    }

    .also-like img {
        height: auto;
        width: 100%;
    }

    .seminar-content3 a {
        float: unset;
        display: block;
        padding-top: 10px;
    }

    .seminar-content3 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .search-center h3 {
        padding: unset;
    }

    .seminar-parent .text-on-image {
        font-size: 30px;
        color: #ffffff !important;
        text-transform: capitalize;
        font-size: 20px;
        margin: auto;
        text-align: left;
        position: absolute;
        top: 50px;
        left: 30px;
        right: 0;
        height: 50px;
        cursor: pointer;
        text-shadow: 2px 2px 5px #000;
    }

    #Header {
        padding: 50px 20px;
        height: unset;
    }

    .jumbotron {
       padding:20px !important;
    }

    .custom-home-input {
        margin: 20px;
    }

    div.container.post {
        cursor: pointer;
    }
}

/************************** Eventbanana Now**************************/

.eventbanana-now {
    margin-bottom:100px;
}

.hero {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.5)), url("../../Images/eventbanana-now/bg-head.jpeg");
    margin: -20px -10px 0;
    background-size: cover;
    position: relative;
    min-height: initial;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: top;
    position:relative;
    overflow:hidden;
}

.textHeadContain {
    padding-left: 100px;
}

.textHeader {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000;
}

.textHeadDesc {
    color: #f2f2f2;
    font-size: 22px;
}

.mobile-app-preview {
    position:absolute;
    bottom:-90px;
    right:220px;
    z-index:1;
}

.appPreview {
    width: 250px;
    height: auto;
}

.availableContain {
    padding-top: 40px;
}

.availableApp {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
    max-width: 220px;
}

.availableApp2 {
    width: 280px;
    height: auto;
    padding-bottom: 20px;
    padding: 10px 30px;
}

.centerIt {
    text-align: center;
}

.benefitSection {
    padding-bottom: 100px;
    padding-top: 100px;
}

.benefitIcon {
    width: 100%;
    align-items: center;
    padding: 10px;
   max-width:95px;
}

.befitTitle {
    padding-bottom: 20px;
}

.benefitDes {
    font-size: 16px;
}

.downloadSection {
    background-color: #f2f2f2;
    margin: 0px -10px;
    align-items: center;
    padding-bottom: 70px;
}

    .downloadSection .event-banana-new-logo {
        max-height:65px;
        width:auto;
    }

.downloadTitle {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.downloadDec {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.appPre {
    width: 300px;
}

.processTitle {
    font-size: 20px;
    padding-top: 30px;
    display: flex;
}

    .processTitle i {
        margin-top: -5px;
        padding-right: 10px;
    }

.processDec {
    margin-left: 50px;
    max-width: 450px;
}

.icon {
    color: #f8d908;
    font-size: 36px;
}

@media (max-width: 1000px) {
  
    .mobile-app-preview {
        right: 120px;
    }
}
@media (max-width: 950px) {

    .mobile-app-preview {
        display:none;
    }
}
@media (max-width: 768px) {
    .textHeadContain {
        padding-left: unset;
        text-align:center;
       padding-bottom:50px;
    }

    .benefitSection {
        padding-top: 70px;
    }

    .availableApp2 {
        max-width: 280px;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .downloadSection {
        padding-bottom: 60px;
    }

}

@media (max-width: 480px) {
    .downloadSection .event-banana-new-logo {
       margin-top:15px;
    }

    .how-to .col-lg-6.col-md-6 {
        padding:0 40px;
    }

    .textHeadDesc {
        font-size: 18px;
    }

    .benefitSection .centerIt {
        padding-top: 30px;
    }
}

/************************** Venue Listing **************************/

    .venue-listing .header {
        position: relative;
        height: 500px;
        background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.5)),url("../Images/venue-listing/header-bg.jpg") no-repeat center;
        background-size: cover;
        color: #fff;
        margin: 0 -10px
    }

    .venue-listing .header-content {
        position: absolute;
        top: 25%;
        left: 9%;
    }


        .venue-listing .header-content h1 {
            font-size: 42px;
        }

        .venue-listing .header-content h2 {
            font-size: 24px;
        }

.venue-listing .btn.btn-default {
    background-color: #F9D805;
    margin-top: 20px;
    width: 250px;
    padding:12px 0;
    font-size: 18px;
    font-weight: 700;
}

.venue-listing .btn.btn-default:focus {
   outline:none;
}

.venue-listing .session-content1 {
    padding: 100px 90px;
}

.venue-listing .session-content1 p {
    margin-top: 40px;
    font-size: 18px;
}
    .venue-listing .session-content1 img {
       width:90px;
       height:auto;
    }

.venue-listing .session-content2 {
    background-position: center;
    height: 350px;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)),url("../Images/venue-listing/Cover2-page.jpg");
    margin: 0 -10px;
}

    .venue-listing .session-content2 .content-body {
        padding-top: 90px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .venue-listing .session-content2 i {
        font-size: 30px;
        color: #EC5252;
        padding-right:10px;
    }
    .venue-listing .session-content2 .col-md-7 h3 {
        font-size: 34px;
    }
    .venue-listing .session-content2 .col-md-5 h3 {
        font-size: 18px;
    }

.session-content3 {
    padding: 100px;
    display: block;
}
    .session-content3 .image {
        text-align: right !important;
    }
.session-content3 .image img {
    width: 55px;
    height:auto;
    margin-top: 30px;
    text-align:right;
}

    .session-content3 .content-body {
        margin-top:30px;
    }

.session-content4 {
    background-color: #f2f2f2;
    padding: 100px;
    margin: 0 -10px;
}

.session-content4 img {
   height:420px;
   width:auto;
}

    .session-content4 .col-sm-6 {

    }

/*.content4-description {
    border: 1px solid red;
    position:absolute;
    top:-25%;
}*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 768px) {

    .venue-listing .header-content {
        top: 25%;
        left: 0;
        right:0;
        padding:0 30px;
    }

    .venue-listing .session-content1 {
        padding: 50px 30px;
    }
    .venue-listing .session-content1 img{
        /*margin-bottom: 50px;*/
    }

    .venue-listing .session-content1 .col-sm-3 {
        margin-bottom: 50px;
    }

    .venue-listing .session-content2 {
        height: 100%;
    }

        .venue-listing .session-content2 .content-body {
            padding: 30px 10px;
        }

    .session-content3 {
        padding: 20px;
        display: block;
    }

        .session-content3 .image {
            text-align: center !important;
            margin-bottom: 30px;
        }
        .session-content3 .image img {
            height: 130px;
            width: auto;
            
        }

        .session-content3 .content-body {
            margin-top: 20px;
        }

    .session-content4 {
        padding: 20px 30px 50px;
        margin: 0 -10px;
    }

        .session-content4 img {
            height: auto;
            width: 100%;
            padding-top:20px;
        }

    .venue-listing .btn.btn-default {
        width: 100%;
    }
}


/************************** Create Landing Page **************************/

.create-landing-page-body {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.content-twain {
    padding:5px 0;
}

.table-search-form {
    margin:10px 0;
    width:100%;
}
    .table-search-form td {
        padding:5px 0;
    }

    .table-search-form td:first-child {
        min-width: 130px;
    }

.container-checkbox{
    margin:unset;
}

    .container-checkbox .checkmark{
        top:3px;
        
    }


.create-landing-page .select2-selection__rendered {
    line-height: 31px !important;
}

.create-landing-page .select2-container .select2-selection--single {
    height: 34px !important;
    outline:unset;
}

.create-landing-page .select2-selection__arrow {
    height: 34px !important;
}

.create-landing-page .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}


/*Fun tab begins*/
.tab_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    
}

.tab_container section {
        clear: both;
        padding-top: 10px;
        display: none;
    }

.tab_container .tab-label {
    display: block;
    float: left;
    padding: 10px 30px;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    margin: unset;
    z-index: 2;
}

#tab-category-link1:checked ~ #content-category1,
#tab-category-link2:checked ~ #content-category2,
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    border: 1px solid #ccc;
    border-color: rgba(204, 204, 204, 0.5);
    position: relative;
    top: -1px;
    z-index: 1;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + .tab-label {
    background: #fff;
    box-shadow: inset 0 3px #0CE;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-color: rgba(204, 204, 204, 0.5);
    bottom: 0px;
    padding-top: 11px;
}

input[name="tabs-category-link"] {
    display: none;
}

.create-landing-page .inner-addon .fa.fa-map-marker-alt {
    top: 0px;
    font-size: 16px;
    width: 30px;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    .tab-label span {
        display: none;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}


.create-landing-page-body .table-area {
    margin-top:10px;
}

.create-landing-page-body .table-area td:first-child{
    padding-right:15px;
}

    .create-landing-page-body .table-area td {
        padding-bottom: 5px;
    }


.create-landing-page .text-danger {
    font-size: 85%;
    font-style: italic;
}

/******************** UVP ****************/
.uvp-session {
    margin: 0 -10px;
    /*margin-bottom: 50px;*/
    background-color: #f2f2f2;
    text-align: center;
    font-size: 13px;
    padding: 30px 0;
}

.uvp-panel {
    max-width: 1200px;
    float: none;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

    .uvp-panel label {
        padding-bottom: 15px;
    }

.uvp-container {
    width: 382px;
    /*width: 33%;*/
    display: inline-block;
    vertical-align: top;
}

    .uvp-container table {
        margin: 0 10px;
    }

        .uvp-container table td {
            vertical-align: top;
        }

.uvp-image {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 10px;
}

    .uvp-image img {
        width: 35px;
        height: auto;
        display: inline-block;
    }

.uvp-image-handshake {
    display: inline-block;
    padding: 17px 15px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 10px;
}

    .uvp-image-handshake img {
        width: 35px;
        height: auto;
        display: inline-block;
    }

.uvp-header-title {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.uvp-body {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.header-gradient {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

@media (max-width: 1190px) {

    .uvp-session {
        position: unset;
        box-shadow: unset;
    }


    .uvp-body {
        /*padding: 20px ;
        text-align: center;*/
    }

    .header-gradient {
        display: none;
    }
}

@media (max-width: 769px) {
    .uvp-session {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .uvp-container {
        width: 100vw;
    }
}

/******************** End UVP ****************/


/**************************Premium Venue**************************/
.premium-venue {
    padding-bottom:50px;
}

    .premium-venue .header {
        text-align: center;
        padding: 50px;
        background-repeat: no-repeat;
        height: 400px;
        background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../Images/premium-venue/premium-venue-bg.jpg') center;
        background-size:cover;
        margin: 0 -10px;
        max-width: 1920px;
        color: #fff;
    }

.header-description {
    font-size:20px;
    font-weight:300;
}

.header-box-list {
    margin: auto;
    padding: 10px;
    width:100%;
    max-width: 1020px;
}

.header-box {
    display: inline-block;
    background-color: #fff;
    color: #565656;
    width: 220px;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    margin: 0px 20px;
    outline:unset;
}

    .header-box .description {
        min-height: 40px;
    }

    .header-box .price {
        color: #22B14C;
        font-size:24px;
        font-weight:bold;
    }

.premium-venue .title {
    text-align:center;
    font-size:24px;
    padding:50px 10px 0;
    font-weight:bold;
}
.for-premium-member {
  padding:30px 10px;
}
.for-premium-member-list {
    width: 24.5%;
    outline:unset;
}
.for-premium-member-item {
    text-align: center;
    padding: 20px 0px 0px;
    min-height: 150px;
}
    .for-premium-member-item img {
        height: auto;
        width: 60px;
        padding-bottom: 15px;
        display: unset;
    }

.package-member {
    padding:20px 10px;
}

.title.package-member-title {
    padding: unset;
}
.package-member-list-item {
    padding: 15px 15px;
    margin: 10px 15px;
    text-align: center;
    overflow:hidden;
    webkit-box-shadow: 0px 0px 5px 1px rgba(86, 204, 204,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    border-radius:5px;
    outline:unset;
}
.package-member-header {
    position: relative;
    height: 120px;
}
.package-name {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 90px;
    background-color: #22b04c;
   color:#fff;
   font-size:18px;
   padding-top:20px;
}

.package-member-list.unique-space .package-name {
    background-color: #007791;
}

.package-size {
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -31px;
    top: 60px;
    background-color: #fff;
    webkit-box-shadow: 0px 0px 5px 1px rgba(86, 86, 86,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(86, 86, 86,0.5);
    box-shadow: 0px 0px 5px 1px rgba(86, 86, 86,0.5);
}

.package-member-body {
    padding:20px 0 10px;
    color:#000;
}

.package-room-number {
    padding:0 10px;
    font-size:24px;
    font-weight:bold;
}

.package-member-body .package-price {
    font-size: 24px;
    font-weight: bold;
    color: #22b14c;
}

.btn-eventbanana-border-green {
    width: 100%;
    margin-top: 10px;
    padding: 8px 15px;
    font-size:16px;
}

.btn-eventbanana-border-green:hover {
    background-color: #22b14c;
    color: #fff;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.premium-venue-bg-gray {
    background-color: #fafafa;
    margin: 0 -10px;
    padding: 20px 0px;
}

    .premium-venue-bg-gray .container.post {
        background-color: unset;
        
    }

.service-promotion-row {
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.service-promotion-title {
    font-size:20px;
    font-weight:bold;
    margin-bottom:5px;
}

.premium-venue-bg-gray .line {
    border-top: 2px solid #F9D805 !important;
    width:50px;
    padding-bottom:5px;
}
.service-promotion-img-left {
    text-align: right;
}

.service-promotion-img-right {
    text-align: left;
}

    .service-promotion-img-left img,
    .service-promotion-img-right img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

.service-promotion-text-left{
    padding-left:200px;
}

.service-promotion-text-right {
    padding-right: 200px;
}

.contact-register {
    width: 100%;
    max-width:550px;
    margin: 100px auto 10px;
    display: table;
    padding: 50px 30px;
    webkit-box-shadow: 0px 0px 5px 1px rgba(86, 204, 204,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    border-radius: 5px;
}

    .contact-register .title {
        padding-top:0px;
        padding-bottom:10px;
    }

    .contact-register .contact-register-image {
      text-align:right;
    }

    .contact-register img {
        width: 100%;
        max-width: 130px;
        height: auto;
    }

    .contact-register table td {
        padding-bottom: 8px;
    }

    .contact-register table td:first-child {
        padding-right:10px;
        
    }

.comment-content {
    max-width: 800px;
    margin: 0 auto !important;
    padding-top: 30px;
}

    .comment-content .comment-title {
        width: 100%;
    }

    .comment-content .comment-card {
        width: 600px;
        display: inline-block;
        padding: 20px 2% 20px 6%;
        outline:unset;
    }

        .comment-content .comment-card .img {
            width: 30%;
            padding-top: 30px;
            float: left;
        }

            .comment-content .comment-card .img > img {
                width: 100%;
            }

        .comment-content .comment-card .text {
            float: left;
            width: 60%;
            margin-left: 25px;
        }

        .comment-content .comment-card .comment-card-rating {
            padding-bottom: 10px;
        }

.color-gold {
    color: gold !important;
}

.premium-venue-income {
    padding:0 100px 30px;
}
.premium-venue-income .btn-eventbanana {
    padding: 7px 30px;
}


.remodal-click-to-call-content .modal-header {
    padding: 20px 50px;
    background-color: #e9e9e9;
    text-align: center;
    font-weight: bold;
    color: #565656;
}

.premium-venue .modal-click-to-call .modal-dialog {
    width: 100%;
    max-width: 600px;
    border-radius: 5px;
}

.premium-venue .modal-click-to-call .modal-content {
    border-radius: 5px;
    overflow: hidden;
}

.premium-venue .modal-click-to-call .body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.modal-click-to-call .container-checkbox {
    margin-bottom: 12px;
}

.modal-click-to-call .body .icon-current-location {
    line-height: 40px !important;
    font-size:18px;
}

.click-to-call-success table  {
    width:100%;
}

    .click-to-call-success table td {
        width:50%;
        padding-bottom:10px;
    }

        .click-to-call-success table td:first-child {
            text-align: right;
            padding-right: 10px;
        }

        .click-to-call-success table td:last-child {
            text-align: left;
        }

.click-to-call-success .svg {
    display: inline-block;
    margin-bottom:20px;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

@media (max-width: 769px) {
    .service-promotion-row {
        display: unset;
        align-items: center;
        padding-top: 70px;
    }

    .service-promotion-img-right,
    .service-promotion-img-left {
        text-align: center;
    }

    .service-promotion-text-right,
    .service-promotion-text-left {
        padding: 10px 30px 0;
    }

    .contact-register .contact-register-image {
        text-align: center;
    }

    .contact-register table{
       margin-top:15px;
    }

    .premium-venue .modal-click-to-call .modal-dialog {
        width: 95%;
    }

}

@media (max-width: 480px) {

    .premium-venue .header {
        padding: 30px;
    }

    .service-promotion-text-right,
    .service-promotion-text-left {
        padding: 10px 0px 0;
    }

    .premium-venue-income {
        padding: 0 10px 30px;
    }

    .premium-venue-income .image img {
        height: 100px;
        width: auto;
    }

    .comment-content .comment-card {
        width: 600px;
        display: inline-block;
        padding: 0;
    }

        .comment-content .comment-card .img {
            width: 40%;
            padding-top: 30px;
            float: unset;
            margin: auto;
        }

        .comment-content .comment-card .text {
            float: unset;
            width: 100%;
            margin-left: unset;
            margin: auto;
            padding-top: 20px;
        }

    .comment-content .comment-card {
        text-align: center;
    }

    .modal-click-to-call .modal-dialog.success .modal-content {
        min-height: unset;
       
    }

    .click-to-call-success {
        padding: 50px 20px !important;
    }

    .premium-venue .header-box {
        margin: 0px 10px;
    }

    .header-box-list .slick-prev-custom1 {
        left: 30px;
    }

    .header-box-list .slick-next-custom1 {
        right: 30px;
    }
}

/************************** End Premium Venue**************************/