﻿/*Carousel banner */
.banner_sec {
    width: 100%;
    position: relative;
}

.banner_Itm {
    width: 100%;
    position: relative;
    text-align: center;
}

    .banner_Itm::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .banner_Itm img {
        width: 100%;
        max-height: 626px;
        object-fit: cover;
    }

.banner_sec:after {
    width: 100%;
    height: 27px;
    content: '';
    background: url(../images/homepage/banCover.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.banner_Itm_Inn {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.banner_Itm_Txt {
    width: 100%;
    padding: 140px 0 0 0;
    position: relative;
}

    .banner_Itm_Txt strong {
        color: #ffffff;
        font: 700 60px/54px var(--ee-heading-font);
    }

    .banner_Itm_Txt p {
        color: #ffffff;
        font: 400 20px/30px 'Work Sans', sans-serif;
        padding-top: 10px;
    }

.tabboxes {
    width: 800px;
    margin: 0 auto;
    margin-top: 25px;
}

    .tabboxes ul {
        width: 100%;
        display: inline-block;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .tabboxes ul li {
            width: 33.33%;
            height: 60px;
            float: left;
        }

            .tabboxes ul li a {
                background: var(--forest-green-60);
                width: 100%;
                display: inline-block;
                color: #fff;
                text-align: center;
                font: 700 18px/60px 'Work Sans', sans-serif;
                position: relative;
                border-right: 1px solid #fff;
            }

            .tabboxes ul li:last-child a {
                border: none;
            }

            .tabboxes ul li a:before {
                width: 100%;
                height: 5px;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                background: var(--forest-green-60);
                opacity: 0;
            }

            .tabboxes ul li.current a {
                background: #fff;
                color: #333333;
            }

                .tabboxes ul li.current a:before {
                    opacity: 1;
                }

.tab-content {
    background: #fff;
    padding: 20px;
}

.tab {
    margin-top: -7px;
}

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

    .srchBox input[type="text"] {
        width: 70%;
        height: 70px;
        color: var(--gray-80);
        border: 2px solid var(--gray-40);
        float: left;
        padding: 10px;
        background-color: var(--gray-20);
        font: 300 16px/24px 'Work Sans', sans-serif;
    }

        .srchBox input[type="text"]::placeholder {
            opacity: 1;
            color: var(--gray-60);
        }

    .srchBox button[type="submit"] {
        width: calc(30% - 10px);
        height: 70px;
        border: none;
        background: var(--disco-blue-40) no-repeat left 20px center;
        color: var(--gray-90);
        font: 700 20px/36px 'Work Sans', sans-serif;
        padding-left: 25px;
        margin-left: 10px;
    }

    .srchBox .search-in {
        height: 70px;
        width: 6%;
        float: left;
        padding: 20px 10px
    }

.arrwdown {
    width: 18px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -9px;
}

    .arrwdown img {
        width: 100%;
    }


.topContentSec {
    width: 100%;
    float: left;
    padding: 90px 0px 85px 0px;
}
/* .innTopcontent{ width:100%; display:inline-block;} */


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

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

.conBoxrow {
    width: 100%;
    display: inline-block;
    margin: 50px 0px;
    position: relative;
}

.conBoxLt {
    width: 100%;
    display: inline-block;
    min-height: 142px;
    padding-right: 120px;
    text-align: right;
    position: relative;
}

    .conBoxLt strong {
        color: #e4e8ed;
        font: normal 75px/142px 'Work Sans';
    }

.conBoxRt {
    width: 100%;
    display: inline-block;
    min-height: 142px;
    padding-left: 120px;
    position: relative;
}

    .conBoxRt h4 {
        font: 600 24px/28px 'Work Sans', sans-serif;
        padding-top: 20px;
    }

    .conBoxRt p {
        color: var(--gray-60);
        font: 400 18px/24px 'Work Sans', sans-serif;
        padding-top: 15px;
    }

.conBoxMid {
    background: var(--forest-green-40);
    text-align: center;
    width: 142px;
    height: 142px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

    .conBoxMid img {
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.conBoxrow:nth-child(even) .conBoxRt {
    padding-left: 0px;
    padding-right: 120px;
    text-align: right;
}

.conBoxrow:nth-child(even) .conBoxLt {
    padding-left: 120px;
    padding-right: 0px;
    text-align: left;
}

.conBoxLt:before {
    width: 102px;
    height: 248px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/homepage/designlt.png) no-repeat center center;
}

.conBoxrow:nth-child(even) .conBoxLt:before {
    width: 102px;
    height: 248px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/homepage/designrt.png) no-repeat center center;
}

.conBoxrow:last-child .conBoxLt:before {
    display: none;
}

.conBoxrow:nth-child(1) .conBoxMid {
    background: var(--forest-green-40);
}

.conBoxrow:nth-child(2) .conBoxMid {
    background: var(--forest-green-60);
}

.conBoxrow:nth-child(3) .conBoxMid {
    background: var(--forest-green-80);
}

.conBoxrow:nth-child(4) .conBoxMid {
    background: var(--forest-green-40);
}

.conBoxrow:nth-child(5) .conBoxMid {
    background: var(--forest-green-60);
}

.conBoxrow:nth-child(6) .conBoxMid {
    background: var(--forest-green-80);
}

.conBoxrow:nth-child(7) .conBoxMid {
    background: var(--forest-green-40);
}

.conBoxrow:nth-child(8) .conBoxMid {
    background: var(--forest-green-60);
}

.conBoxrow:nth-child(9) .conBoxMid {
    background: var(--forest-green-80);
}

.conBoxrow:nth-child(10) .conBoxMid {
    background: var(--forest-green-40);
}

.conBoxrow:nth-child(11) .conBoxMid {
    background: var(--forest-green-60);
}

.conBoxrow:nth-child(12) .conBoxMid {
    background: var(--forest-green-80);
}

.startbutton {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

    .startbutton a {
        width: 200px;
        height: 64px;
        font-size: 18px;
        background: var(--disco-blue-40);
        color: var(--gray-90);
        font: 700 20px/65px 'Work Sans', sans-serif;
        display: inline-block;
        text-align: center;
        box-shadow: 5px 5px 15px 5px #e3e3e3;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 28px;
    }
    
        .startbutton a:hover {
            background: var(--disco-blue-60);
            ;
        }


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

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

.videoBox {
    width: 100%;
    float: left;
    position: relative;
}

    .videoBox img {
        width: 100%;
        height: 615px;
        object-fit: cover;
    }

.play {
    width: 123px;
    height: 123px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

    .play img {
        width: 100% !important;
        height: 100% !important;
    }

.videoContent {
    width: 600px;
    display: inline-block;
    padding: 0 0 0 70px;
}

    .videoContent p {
        color: #666666;
        font: 400 18px/28px 'Work Sans', sans-serif;
        padding-top: 15px;
    }

.videoBoxes .startbutton {
    text-align: left;
    margin-top: 25px;
}



.vanueBoxes {
    width: 100%;
    float: left;
    padding: 80px 0px 100px 0px;
}

    .vanueBoxes .headingBox h2 {
        position: relative;
    }

        .vanueBoxes .headingBox h2:before {
            content: '';
            width: 82px;
            height: 82px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -41px;
            margin-left: -41px;
            background: url(../images/homepage/locations.png) no-repeat center center;
        }


.venuBoxes {
    width: 100%;
    display: inline-block;
    margin-top: 55px;
}

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

.venuBoxPic {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .venuBoxPic img {
        width: 100%;
    }

.venuBoxTxt {
    width: 100%;
    display: inline-block;
    background: var(--forest-green-80);
    padding: 35px;
    text-align: center;
    padding-top: 60px;
    min-height: 340px
}

    .venuBoxTxt h2 {
        color: #ffffff;
    }

    .venuBoxTxt p {
        color: #ffffff;
        font: 400 16px/26px 'Work Sans', sans-serif;
        padding-top: 15px;
    }

.book {
    width: 170px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    font: 700 16px/48px 'Work Sans', sans-serif;
    color: var(--gray-90);
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

    .book:hover {
        box-shadow: 3px 3px 10px -2px #3b3b3b;
        background: var(--gray-90);
        color: #fff;
    }


.eventSec {
    width: 100%;
    float: left;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 545px;
    padding: 90px 0px 100px 0px;
}

    .eventSec .headingBox h2 {
        color: #fff;
    }

    .eventSec .headingBox p {
        color: #fff;
    }

.eventBoxes {
    width: 100%;
    display: inline-block;
    margin-top: 55px;
}

.eventBox {
    width: 100%;
    display: inline-block;
    background: var(--forest-green-80);
    padding: 35px;
    padding-left: 70px;
    position: relative;
}

.eventBoxes .col-sm-4 {
    padding: 0px 40px;
}
/* .eventBoxes .col-sm-4:nth-child(3) .eventBox{ background:#83a74b;} */
/*     .eventBoxes .col-sm-4:nth-child(2) .eventBox { */
/*         background: #83587e; */
/*     } */
/* .eventicon{ width:84px; height:84px; position:absolute; left:-42px; top:50%; margin-top:-42px;} */
.eventBox h3 {
    color: #ffffff;
    font: normal 26px/30px 'Work Sans';
}

    .eventBox h3 a {
        color: #ffffff;
    }

.eventBox p {
    color: #ffffff;
    font: 400 16px/26px 'Work Sans', sans-serif;
}

.createbtn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
}

    .createbtn a {
        width: 200px;
        height: 50px;
        border: 2px solid #fff;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        font: 700 16px/48px 'Work Sans', sans-serif;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 28px;
    }

        .createbtn a:hover {
            background: #fff;
            color: #334b62;
        }


.locationSec {
    width: 100%;
    display: inline-block;
    background: var(--disco-blue-60) no-repeat center center;
    background-blend-mode: difference;
    background-size: contain;
    padding: 85px 0px;
}

    .locationSec .headingBox h2 {
        color: #fff;
    }

    .locationSec .headingBox p {
        color: #fff;
    }

        .locationSec .headingBox p strong {
            color: #fff;
            font-weight: bold;
        }

    .locationSec .viewgal a {
        width: 260px;
        height: 50px;
        border: 1px solid #334b62;
        text-align: center;
        display: inline-block;
        color: var(--gray-90);
        background-color: #ffffff;
        font: 700 16px/48px 'Work Sans', sans-serif;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        /* box-shadow: 5px 5px 10px 0px #bfbfbf; */
    }

        .locationSec .viewgal a:hover {
            background: var(--gray-90);
            color: #fff;
        }

.innlocationSec {
    width: 100%;
    display: none;
    margin-top: 55px;
}

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

    .innlocationlink ul {
        width: 100%;
        display: inline-block;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .innlocationlink ul li {
            /* width: 20%; */
            /* float: left; */
            color: #ffffff;
            font: 400 18px/38px 'Work Sans', sans-serif;
        }

            .innlocationlink ul li a {
                color: #ffffff;
            }
/* .innlocationlink ul li:last-child a{ color:#315063;} */
/* .innlocationlink [class^="col"] { */
/*     width: 20%; */
/* } */

.recenteventSec {
    width: 100%;
    float: left;
    padding: 90px 0px 100px 0px;
}

    .recenteventSec .headingBox h2 {
        position: relative;
    }

        .recenteventSec .headingBox h2:before {
            content: '';
            width: 82px;
            height: 82px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -41px;
            margin-left: -41px;
            background: url(../images/homepage/event.png) no-repeat center center;
        }

.recenteventBoxes {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

    .recenteventBoxes .col-sm-3 {
        width: 20%;
        padding: 0px 7.5px;
    }

.picbox {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .picbox img {
        width: 100%;
    }

.picboxoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.picbox:hover .picboxoverlay {
    height: 100%;
}

.viewtext {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .viewtext a {
        color: #fff;
    }


.viewgal {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
}

    .viewgal a {
        width: 260px;
        height: 50px;
        background-color: var(--disco-blue-40);
        text-align: center;
        display: inline-block;
        color: var(--gray-90);
        font: 700 16px/48px 'Work Sans', sans-serif;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 5px 5px 10px 0px #bfbfbf;
        border-radius: 28px;
    }

        .viewgal a:hover {
            background: var(--disco-blue-60);
        }


.testimonialsSec {
    width: 100%;
    float: left;
    background: #f6f6f6;
    padding: 100px 0px 90px;
}

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

.inntestiboxes {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-left: 35px;
}

    .inntestiboxes .item {
        padding: 35px
    }

.testiBox {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 30px;
    padding-left: 75px;
}

    .testiBox p {
        color: #666666;
        font: 400 14px/22px 'Work Sans', sans-serif;
    }

    .testiBox strong {
        color: #333333;
        font: 700 16px/24px 'Work Sans', sans-serif;
        padding-top: 5px;
        display: inline-block;
    }

    .testiBox em {
        color: #adb0c1;
        font: 400 14px/24px 'Work Sans', sans-serif;
        font-style: inherit;
        display: block;
    }

.testipic {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -35px;
}

    .testipic img {
        width: 100% !important;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

/*Owl carousel*/
.owl-theme .owl-nav [class*="owl-"] {
    background: none;
}

.inntestiboxes .owl-prev {
    position: absolute;
    top: 35%;
    left: -30px;
    width: 10px;
    height: 35px;
    background: url(../images/homepage/arrwlt.png) no-repeat center center !important;
    text-indent: -9999px;
}

.inntestiboxes .owl-next {
    position: absolute;
    top: 35%;
    right: -30px;
    width: 10px;
    height: 35px;
    background: url(../images/homepage/arrwrt.png) no-repeat center center !important;
    text-indent: -9999px;
}

.inntestiboxes .owl-dots {
    margin-top: 25px;
}

    .inntestiboxes .owl-dots span {
        width: 15px;
        height: 15px;
        background: #cae6e9;
    }

.inntestiboxes .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #cae6e9;
}

.inntestiboxes .owl-theme .owl-dots .owl-dot.active span, .inntestiboxes .owl-theme .owl-dots .owl-dot:hover span {
    background: #65c1cc;
}

.inntestiboxes .owl-item.active.center .testiBox {
    box-shadow: 10px 10px 15px 0px #dbdce0;
}


.vendorsSec {
    width: 100%;
    display: inline-block;
    padding: 85px 0px;
}

.innvendorsBox {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-left: 35px;
}

    .innvendorsBox .col-sm-4 {
        padding: 0px 40px;
    }

.vendorbox {
    width: 100%;
    display: inline-block;
    padding: 25px;
    padding-left: 65px;
    border: 1px solid #e0e0e0;
    margin: 20px 0px;
    position: relative;
    min-height: 160px;
}

.vendorPic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -35px;
}

    .vendorPic img {
        width: 100%;
    }

.vendorbox h4 {
    color: var(--gray-90);
}

    .vendorbox h4 a {
        color: var(--gray-90);
    }

.vendorbox p {
    color: var(--gray-60);
    font: 400 14px/22px 'Work Sans', sans-serif;
    padding-top: 8px;
}

.vendorsSec .viewgal {
    margin-top: 35px;
}

.vendorsSec .headingBox h2 {
    position: relative;
}

    .vendorsSec .headingBox h2:before {
        content: '';
        width: 82px;
        height: 82px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -41px;
        margin-left: -41px;
        background: url(../images/homepage/men.png) no-repeat center center;
    }

.yourBusinessSec {
    width: 100%;
    float: left;
    background-color: var(--disco-blue-60);
    background-blend-mode: luminosity;
    min-height: 374px;
    padding: 90px 0px;
}

.innyourbusi {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .innyourbusi h2 {
        color: #ffffff;
    }

    .innyourbusi .busibtn {
        background: #ffffff;
        font: 700 20px/60px 'Work Sans', sans-serif;
        color: var(--gray-90);
        width: 290px;
        height: 65px;
        display: inline-block;
        border: 2px solid transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 30px;
    }

        .innyourbusi .busibtn:hover {
            background: var(--gray-90);
            border: 2px solid #0b2336;
            color: #ffffff;
        }

/*party*/
.partyBanSec .banner_Itm img {
    max-height: 340px;
    min-height: 338px;
}

.partyBanSec .tabboxes {
    width: 560px;
}

.partyBanSec .srchBox input[type="submit"] {
    background: var(--disco-blue-40) no-repeat left 20px center;
    width: 25%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    color: var(--gray-90);
    height: 65px;
    line-height: 65px;
}

.partyBanSec .srchBox input[type="text"] {
    width: 75%;
    height: 65px;
    line-height: 65px;
}

.partyBanSec .srchBox {
    padding: 4px;
    background: #f3f3f3;
}

.guestsSecLtBoxes {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.guestsSecLt, .guestsSecRt {
    width: 100%;
    display: inline-block;
}

    .guestsSecLt h2 {
        color: #fff;
    }

    .guestsSecLt .media {
        width: 100%;
        display: inline-block;
        overflow: visible;
    }

        .guestsSecLt .media .media-left {
            position: relative;
        }

            .guestsSecLt .media .media-left .media-object {
                position: relative;
                z-index: 999;
            }

        .guestsSecLt .media .media-body h4 {
            font: 600 20px/26px 'Work Sans', sans-serif;
            color: #fff;
        }

        .guestsSecLt .media .media-body p {
            color: #ffffff;
            font: 400 16px/26px 'Work Sans', sans-serif;
        }

        .guestsSecLt .media .media-left::after {
            width: 3px;
            height: 40px;
            background: url(../images/homepage/dots.png) no-repeat center center;
            position: absolute;
            left: 50%;
            margin-left: -7px;
            top: 70px;
            content: '';
        }

        .guestsSecLt .media:last-child .media-left::after {
            display: none;
        }

    .guestsSecRt img {
        max-width: 100%;
    }

.guestsSecBoxes .createbtn {
    text-align: left;
    margin-top: 30px;
}

    .guestsSecBoxes .createbtn a {
        background: var(--disco-blue-40);
        border: none;
        color: var(--gray-90)
    }

        .guestsSecBoxes .createbtn a:hover {
            background: var(--disco-blue-60);
        }

.eventSec.guestsSec {
    padding: 90px 0px 75px 0px;
    background-color: var(--forest-green-80);
}

.guestsSecBoxes {
    margin-top: 0px;
}

.partyWebSec .videoBox img {
    width: 100%;
    height: inherit;
    object-fit: inherit;
}

.partyWebSec {
    padding: 96px 0px;
}

    .partyWebSec .videoContent {
        width: 100%;
        padding-top: 0px;
    }
/* .startbutton a {width: 200px; height: 50px; font-size:16px; line-height:50px; background:#fc974e; } */

.quote {
    padding: 100px 0px;
    min-height: inherit;
    background-color: var(--forest-green-80)
}

    .quote .innvideoBoxes .videoContent {
        padding: 0px;
    }

        .quote .innvideoBoxes .videoContent h2 {
            color: #fff;
        }

        .quote .innvideoBoxes .videoContent p {
            color: #fff;
        }

.enterdetailsBox {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    position: relative;
}

.frmBox {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.innfrmbox {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

    .innfrmbox input[type="text"], .innfrmbox input[type="email"], .innfrmbox input[type="tel"] {
        height: 50px;
        width: 100%;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        color: var(--gray-90);
        font: 400 14px/50px 'Work Sans', sans-serif;
        padding: 0px 10px;
    }

        .innfrmbox input[type="text"]::placeholder {
            color: #666666;
            opacity: 1;
        }

    .innfrmbox select {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0px 10px;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #e3e3e3;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: var(--gray-90);
    }

        .innfrmbox select.minimal {
            background: url(../images/homepage/arrow_down.png)#ffffff no-repeat right 10px center;
            color: var(--gray-90);
        }

            .innfrmbox select.minimal:focus {
                background: url(../images/homepage/arrow_down.png)#ffffff no-repeat right 10px center;
            }

.frmBox .row .col-sm-6:nth-child(2) .innfrmbox input[type="text"] {
    background: url(../images/homepage/cal.png)#ffffff no-repeat right 10px center;
    padding-right: 30px;
}

.frmBox .row .col-sm-6:nth-child(4) .innfrmbox input[type="text"] {
    background: url(../images/homepage/ico.png)#ffffff no-repeat right 10px center;
    padding-right: 30px;
}

.icons {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: -44px;
    margin-left: -44px;
}

    .icons img {
        width: 100%;
    }

.quote .enterdetailsBox {
    padding-top: 70px;
}

.findValueSec {
    width: 100%;
    float: left;
    padding: 70px 0px 70px 0px;
}

.partyBanSec .banner_Itm_Txt {
    padding: 90px 0 0 0;
}

.picvalueBox {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .picvalueBox .tabboxes {
        padding: 30px;
        background: #fff;
        box-shadow: 5px 5px 15px 5px #d8d8d8;
    }

        .picvalueBox .tabboxes .srchBox input[type="text"] {
            width: 75%;
            height: 60px;
            padding: 10px;
            /* padding-left: 50px; */
            color: var(--gray-90);
            background: var(--gray-20);
        }

        .picvalueBox .tabboxes .srchBox input[type="submit"] {
            width: 25%;
            height: 60px;
            font-size: 16px;
            background-color: var(--disco-blue-40);
            border-radius: 8px;
            color: var(--gray-90);
            font-weight: var(--font-weight-bold);
        }





/*******************************************************************************************************************/

@media only screen and (max-width: 767px) {
    .banner_Itm img {
        min-height: 500px;
        max-height: 500px;
    }

    .banner_Itm_Txt {
        padding: 80px 0 0 0;
    }

    .banner_Itm_Txt strong {
        font-size: 45px;
        line-height: 54px;
    }

    .banner_Itm_Txt p {
        padding-top: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    .banner_Itm_Txt p span {
        font-weight: bold;
    }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .headingBox p {
        font-size: 18px;
        line-height: 28px;
    }

    .headingBox p br {
        display: none;
    }

    .videoContent {
        width: 100%;
        padding: 15px 0px 0px 15px;
    }

    .videoContent h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .videoContent p {
        font-size: 18px;
        line-height: 28px;
    }

    .videoBox img {
        height: 430px;
        object-fit: cover;
    }

    .venuBoxes {
        margin-top: 15px;
        padding: 0px 100px;
    }

    .venuBoxTxt h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .venuBoxTxt p {
        font-size: 14px;
        line-height: 24px;
    }

    .eventSec {
        padding: 60px 0px;
        min-height: inherit;
        /* background: #2d465d !important; */
    }

    .eventBox {
        padding: 20px;
        padding-left: 50px;
        margin-bottom: 10px;
    }

    .eventBox h3 {
        font-size: 24px;
        line-height: 45px;
    }

    .eventBox p {
        font-size: 16px;
        line-height: 26px;
    }

    .createbtn {
        margin-top: 50px;
    }

    .innlocationlink ul li {
        font-size: 16px;
    }
    /* .innlocationlink [class^="col"] { */
    /*     width: 100%; */
    /* } */

    .recenteventSec, .testimonialsSec, .topContentSec, .vanueBoxes, .locationSec, .vendorsSec {
        padding: 80px 0px;
    }

    .viewgal {
        margin-top: 50px;
    }

    .testiBox {
        padding: 25px;
        padding-left: 50px;
    }

    .testiBox p {
        font-size: 16px;
        line-height: 26px;
    }

    .inntestiboxes .item {
        padding: 25px;
    }

    .inntestiboxes .owl-prev {
        left: -30px;
    }

    .inntestiboxes .owl-next {
        right: 0px;
    }

    .innvendorsBox {
        padding-left: 25px;
    }

    .vendorbox {
        padding: 15px;
        padding-left: 45px;
        min-height: 130px;
    }

    .vendorbox h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .vendorbox p {
        font-size: 14px;
        line-height: 22px;
    }

    .innyourbusi h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .yourBusinessSec {
        min-height: inherit;
        padding: 60px 0px;
    }
    .tabboxes {
        width: 100%;
        margin-top: 18px;
    }

    .tabboxes ul li a {
        font-size: 16px;
        line-height: 55px;
    }

    .tabboxes ul li {
        height: 55px;
    }

    .headingBox h1::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .vanueBoxes .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .recenteventSec .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .vendorsSec .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .conBoxLt strong {
        font-size: 54px;
    }

    .conBoxRt h4 {
        font-size: 22px;
        line-height: 24px;
        padding-top: 15px;
    }

    .conBoxRt p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .conBoxLt {
        padding-right: 90px;
        display: none;
    }

    .conBoxRt {
        padding-left: 280px;
        min-height: inherit;
    }

    .conBoxrow:nth-child(2n) .conBoxRt {
        padding-right: 0px;
        padding-left: 280px;
        text-align: left;
    }

    .conBoxrow:nth-child(2n) .conBoxLt {
        padding-left: 90px;
    }

    .startbutton a {
        width: 230px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .venuBoxTxt {
        padding: 15px;
        padding-top: 50px;
        min-height: 304px;
    }

    .eventBoxes {
        margin-top: 45px;
        padding: 0px 140px;
    }

    .eventBoxes .col-sm-4 {
        padding: 0px 25px;
    }

    .testipic {
        width: 55px;
        height: 55px;
        left: -25px;
        top: 35%;
    }

    .innvendorsBox .col-sm-4 {
        padding: 0px 30px;
        width: 50%;
        float: left;
    }

    .innyourbusi .busibtn {
        width: 250px;
        height: 55px;
        font-size: 16px;
        line-height: 55px;
    }
    .videoBox {
        margin-top: 60px;
    }
    .arrwdown {
        display: none;
    }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 35px;
        line-height: 42px;
    }

    .conBoxrow {
        margin: 25px 0px;
    }

    .conBoxMid {
        width: 120px;
        height: 120px;
        left: 140px;
        top: 50%;
        transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
    }

    .conBoxRt strong {
        color: #dde4ea;
        font: normal 35px/35px 'Work Sans';
        display: block;
    }

    .startbutton {
        margin-top: 25px;
    }

    .conBoxrow .conBoxRt::before {
        width: 70px;
        height: 150px;
        content: '';
        position: absolute;
        right: inherit;
        top: 50%;
        background: url(../images/homepage/designlt.png) no-repeat center center;
        background-size: auto;
        left: 80px;
        background-size: contain;
    }

    .conBoxrow:nth-child(2n) .conBoxRt::before {
        width: 70px;
        height: 150px;
        content: '';
        position: absolute;
        left: 210px;
        top: 60%;
        background: url(../images/homepage/designrt.png) no-repeat center center;
        background-size: contain;
    }

    .conBoxrow:last-child .conBoxRt::before {
        display: none;
    }

    .venuBox {
        margin-top: 20px;
    }

    .recenteventBoxes .col-sm-3 {
        width: 33.33%;
        padding: 0px 7.5px;
        float: left;
    }

    .recenteventBoxes .col-sm-3:nth-child(4) {
        display: none;
    }

    .recenteventBoxes .col-sm-3:nth-child(5) {
        display: none;
    }


}



@media (min-width: 992px) and (max-width: 1199px) {

    /* .container {  width: 970px; } */
    /* .nav_top .navbar-brand { width: 180px; } */
    /* .menu_sec {  padding-right: 160px; } */
    .banner_Itm img {
        min-height: 500px;
    }

    .banner_Itm_Txt {
        padding: 90px 0 0 0;
    }

        .banner_Itm_Txt strong {
            font-size: 52px;
            line-height: 52px;
        }

        .banner_Itm_Txt p {
            padding-top: 5px;
            font-size: 18px;
            line-height: 24px;
        }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .headingBox p {
        font-size: 18px;
        line-height: 24px;
    }

    .videoContent {
        width: 465px; /*padding: 60px 0px 0px 35px;*/
    }

        .videoContent h3 {
            font-size: 36px;
            line-height: 40px;
        }

        .videoContent p {
            font-size: 16px;
            line-height: 26px;
        }

    .videoBox img {
        height: 490px;
    }

    .venuBoxes {
        margin-top: 35px;
    }

    .venuBoxTxt h4 {
        font-size: 34px;
        line-height: 40px;
    }

    .venuBoxTxt p {
        font-size: 14px;
        line-height: 24px;
    }

    .eventSec {
        padding: 80px 0px;
        min-height: 450px;
    }

    .eventBox {
        padding: 25px;
        padding-left: 55px;
    }

        .eventBox h3 {
            font-size: 22px;
            line-height: 32px;
        }

        .eventBox p {
            font-size: 14px;
            line-height: 24px;
        }

    .createbtn {
        margin-top: 50px;
    }

    .innlocationlink ul li {
        font-size: 16px;
    }

    .recenteventSec, .testimonialsSec, .topContentSec, .vanueBoxes, .locationSec, .vendorsSec {
        padding: 80px 0px;
    }

    .viewgal {
        margin-top: 50px;
    }

    .testiBox {
        padding: 15px;
        padding-left: 50px;
    }

        .testiBox p {
            font-size: 13px;
            line-height: 20px;
        }

    .inntestiboxes .item {
        padding: 35px;
    }

    .inntestiboxes .owl-prev {
        left: -30px;
    }

    .inntestiboxes .owl-next {
        right: -15px;
    }

    .innvendorsBox {
        padding-left: 25px;
    }

    .vendorbox {
        padding: 15px;
        padding-left: 45px;
        min-height: 120px;
    }

        .vendorbox h4 {
            font-size: 22px;
            line-height: 24px;
        }

        .vendorbox p {
            font-size: 12px;
            line-height: 20px;
        }

    .innyourbusi h3 {
        font-size: 40px;
    }

    .yourBusinessSec {
        min-height: 315px;
        padding: 60px 0px;
    }

    .footerSec {
        padding-top: 50px;
    }

    .topfooterSec .col-sm-6 .footerBoxTop .col-sm-4 {
        padding: 0px 5px;
    }

    .footerBoxTop h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .footlogo {
        width: 150px;
    }

        .footlogo img {
            max-width: 100%;
        }

    .innfootbox ul li {
        padding: 5px 0px;
        font-size: 13px;
        line-height: 22px;
    }

    .topfooterSec {
        padding-bottom: 30px;
    }


    /*party*/
    .quote {
        padding: 80px 0px !important;
        min-height: inherit !important;
    }

    .partyWebSec {
        padding: 80px 0px;
    }

    .PartySec .vendorbox {
        min-height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .nav_top .navbar-brand {
        width: 150px;
        /* margin-top: 10px; */
    }

    /* .container {  width: 750px; } */
    .menu_sec {
        padding-right: 150px;
    }

    .banner_Itm img {
        min-height: 500px;
    }

    .banner_Itm_Txt {
        padding: 90px 0 0 0;
    }

        .banner_Itm_Txt strong {
            font-size: 42px;
            line-height: 46px;
        }

        .banner_Itm_Txt p {
            padding-top: 5px;
            font-size: 16px;
            line-height: 22px;
        }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .headingBox p {
        font-size: 18px;
        line-height: 24px;
    }

    .videoContent {
        width: 355px;
        padding: 15px 0px 0px 15px;
    }

        .videoContent h3 {
            font-size: 30px;
            line-height: 34px;
        }

        .videoContent p {
            font-size: 16px;
            line-height: 26px;
        }

    .videoBox img {
        height: 460px;
    }

    .venuBoxes {
        margin-top: 35px;
    }

    .venuBoxTxt h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .venuBoxTxt p {
        font-size: 14px;
        line-height: 24px;
    }

    .eventSec {
        padding: 60px 0px;
        min-height: inherit;
    }

    .eventBox {
        padding: 20px;
        padding-left: 50px;
    }

        .eventBox h3 {
            font-size: 16px;
            line-height: 26px;
        }

        .eventBox p {
            font-size: 13px;
            line-height: 19px;
        }

    .createbtn {
        margin-top: 50px;
    }

    .innlocationlink ul li {
        font-size: 16px;
    }

    .recenteventSec, .testimonialsSec, .topContentSec, .vanueBoxes, .locationSec, .vendorsSec {
        padding: 60px 0px;
    }

    .viewgal {
        margin-top: 50px;
    }

    .testiBox {
        padding: 15px;
        padding-left: 50px;
    }

        .testiBox p {
            font-size: 13px;
            line-height: 20px;
        }

    .inntestiboxes .item {
        padding: 25px;
    }

    .inntestiboxes .owl-prev {
        left: -30px;
    }

    .inntestiboxes .owl-next {
        right: -15px;
    }

    .innvendorsBox {
        padding-left: 25px;
    }

    .vendorbox {
        padding: 15px;
        padding-left: 45px;
        min-height: 120px;
    }

        .vendorbox h4 {
            font-size: 22px;
            line-height: 24px;
        }

        .vendorbox p {
            font-size: 12px;
            line-height: 20px;
        }

    .innyourbusi h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .yourBusinessSec {
        min-height: inherit;
        padding: 60px 0px;
    }

    .footerSec {
        padding-top: 50px;
    }

    .topfooterSec .col-sm-6 .footerBoxTop .col-sm-4 {
        padding: 0px 5px;
    }

    .footerBoxTop h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .footlogo {
        width: 150px;
    }

        .footlogo img {
            max-width: 100%;
        }

    .innfootbox ul li {
        padding: 5px 0px;
        font-size: 13px;
        line-height: 22px;
    }

    .topfooterSec {
        padding-bottom: 30px;
    }

    .menu_sec li {
        margin-left: 20px;
    }

        .menu_sec li a {
            font-size: 14px;
            line-height: 25px;
            padding: 20px 0 20px 0px;
        }

    .tabboxes {
        width: 100%;
        margin-top: 15px;
    }

        .tabboxes ul li a {
            font-size: 16px;
            line-height: 55px;
        }

        .tabboxes ul li {
            height: 55px;
        }

    .headingBox h1::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .vanueBoxes .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .recenteventSec .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .vendorsSec .headingBox h2::before {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        margin-top: -30px !important;
        background-size: contain !important;
    }

    .conBoxLt strong {
        font-size: 54px;
    }

    .conBoxRt h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .conBoxRt p {
        padding-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .conBoxLt {
        padding-right: 90px;
    }

    .conBoxRt {
        padding-left: 90px;
    }

    .conBoxrow:nth-child(2n) .conBoxRt {
        padding-right: 90px;
    }

    .conBoxrow:nth-child(2n) .conBoxLt {
        padding-left: 90px;
    }

    .startbutton a {
        width: 250px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
    }

    .venuBoxTxt {
        padding: 15px;
        padding-top: 50px;
    }

    .eventBoxes {
        margin-top: 45px;
        padding-left: 35px;
    }

        .eventBoxes .col-sm-4 {
            padding: 0px 25px;
        }

    .testipic {
        width: 55px;
        height: 55px;
        left: -25px;
    }

    .innvendorsBox .col-sm-4 {
        padding: 0px 40px;
        width: 50%;
    }

    .innyourbusi .busibtn {
        width: 250px;
        height: 55px;
        font-size: 16px;
        line-height: 55px;
    }

    .footerBoxTop p {
        padding-top: 5px;
    }

    .srchBox input[type="submit"] {
        font-size: 17px;
    }

    /* .banner_Itm.tab{ display:block;} */
    /* .banner_Itm.desktop{ display:none;} */



    /*party*/
    .quote {
        padding: 70px 0px !important;
        min-height: inherit !important;
    }

    .partyWebSec {
        padding: 70px 0px;
    }

    .PartySec .vendorbox {
        min-height: 130px;
    }

    .partyBanSec .srchBox input[type="text"] {
        height: 60px;
        line-height: 60px;
    }

    .partyBanSec .srchBox input[type="submit"] {
        height: 60px;
        line-height: 60px;
    }

    .findValueSec {
        padding: 50px 0px;
    }

    .picvalueBox img {
        width: 100%;
    }

    .quote .innvideoBoxes .col-sm-6 {
        width: 100%;
    }

    .quote .innvideoBoxes .videoContent {
        padding: 0px;
        width: 100%;
    }

        .quote .innvideoBoxes .videoContent h3 {
            font-size: 45px;
            line-height: 50px;
        }

    .quote .innvideoBoxes .col-sm-6:last-child {
        padding: 0px 70px;
        margin-top: 70px;
    }

    .frmBox .col-sm-6:last-child {
        padding: 0px 15px !important;
        margin-top: 0px !important;
    }

    .frmBox .col-sm-6 {
        width: 50% !important;
    }

    .partyWebSec .innvideoBoxes .pull-right {
        float: left !important;
    }

    .partyWebSec .innvideoBoxes .col-sm-6 {
        width: 100%;
    }

        .partyWebSec .innvideoBoxes .col-sm-6:last-child {
            width: 100%;
        }

            .partyWebSec .innvideoBoxes .col-sm-6:last-child .videoBox {
                padding: 0px 70px;
            }

    .eventSec.guestsSec {
        padding: 70px 0px;
    }

    .guestsSecBoxes {
        margin-top: 0px;
        padding-left: 0px;
    }

    .guestsSecLt h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .guestsSecLt .media .media-body h4 {
        font-size: 17px;
        line-height: 22px;
    }

    .guestsSecLt .media .media-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .guestsSecLt .media .media-left::after {
        top: 79px;
    }

    .PartySec .vendorbox {
        min-height: inherit;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .banner_Itm_Txt {
        padding: 90px 0 0 0;
    }

    .inntestiboxes .owl-next {
        right: -25px;
    }

    .inntestiboxes .owl-prev {
        left: -45px;
    }

    .videoContent {
        width: 540px;
    }

    .videoContent h3 {
        font-size: 38px;
        line-height: 44px;
    }
}

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


    .banner_Itm_Txt strong {
        font-size: 42px;
    }

    .banner_Itm_Txt p {
        padding-top: 0px;
        font-size: 16px;
    }

    .srchBox input[type="text"] {
        width: 100%;
        height: 60px;
    }

    .srchBox button[type="submit"] {
        width: 100%;
        border: none;
        margin: 5px 0 0 0;
        height: 60px;
        background-position: left 20% center;
        padding: 0px;
    }

    .srchBox {
        border: none;
    }

        .srchBox .search-in {
            height: 40px;
            width: 100%;
            float: left;
            padding: 8px
        }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 33px;
        line-height: 40px;
    }

    .headingBox p {
        font-size: 16px;
        line-height: 24px;
    }

    .conBoxRt {
        padding-left: 145px;
    }

    .conBoxMid {
        left: 10px;
    }

    .conBoxRt h4 {
        padding-top: 10px;
    }

    .conBoxrow:nth-child(2n) .conBoxRt {
        padding-left: 145px;
    }

    .conBoxrow .conBoxRt::before {
        width: 50px;
        height: 100px;
        left: -12px;
    }

    .conBoxrow:nth-child(2n) .conBoxRt::before {
        width: 50px;
        height: 100px;
        left: 95px;
    }

    .startbutton a {
        width: 190px;
    }

    .videoContent {
        width: 100%;
        padding: 0px;
    }

        .videoContent h3 {
            font-size: 30px;
            line-height: 36px;
        }

        .videoContent p {
            font-size: 14px;
            line-height: 22px;
        }

    .venuBoxes {
        padding: 0px;
    }

    .eventBoxes {
        margin-top: 45px;
        padding: 0px 0px 0px 45px;
    }

    .eventBox {
        margin-bottom: 30px;
    }

    .createbtn {
        margin-top: 10px;
    }

    .headingBox p {
        font-size: 14px;
        line-height: 20px;
    }

    .innlocationlink ul li {
        font-size: 14px;
    }

    .recenteventBoxes {
        margin-top: 30px;
    }

    .viewgal {
        margin-top: 30px;
    }

    .inntestiboxes .owl-nav {
        display: none
    }

    .inntestiboxes {
        padding-left: 0px;
    }

    .innvendorsBox .col-sm-4 {
        padding: 0px 30px;
        width: 100%;
    }

    .vendorbox {
        padding: 30px;
        padding-left: 45px;
        min-height: inherit;
        margin: 10px 0px;
    }

    /* .onlymobdis { */
    /*     display: inline-block !important; */
    /*     width: 49.5% !important; */
    /* } */

    /*party*/

    .partyBanSec .tabboxes {
        width: 100%;
    }

    .partyBanSec .banner_Itm img {
        max-height: inherit;
        min-height: 270px;
    }

    .partyBanSec .banner_Itm_Txt {
        padding: 60px 0 0 0;
    }

    .partyBanSec .srchBox input[type="text"] {
        width: 70%;
    }

    .partyBanSec .srchBox input[type="submit"] {
        width: 30%;
        margin-top: 0px;
    }

    .quote .innvideoBoxes .col-sm-6:last-child {
        padding: 0px 15px;
        margin-top: 50px;
    }

    .partyWebSec .innvideoBoxes .col-sm-6:last-child .videoBox {
        padding: 0px;
        margin-top: 25px;
    }

    .guestsSecBoxes {
        margin-top: 0px;
        padding: 0px;
    }

    .eventSec.guestsSec {
        padding: 40px 0px;
    }

    .picvalueBox .tabboxes .srchBox input[type="text"] {
        width: 100%;
    }

    .picvalueBox .tabboxes .srchBox input[type="submit"] {
        width: 100%;
        border-radius: 0px;
        background-position: left 35% center;
    }

    .srchBox {
        background: #fff;
    }
}


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


    .banner_Itm_Txt strong {
        font-size: 34px;
        line-height: 36px;
    }

    .banner_Itm_Txt p {
        font-size: 14px;
        line-height: 22px;
    }
    /*.tabboxes ul li {  height: 55px;  width: 100%; }*/
    .tabboxes ul li a {
        font-size: 14px;
        line-height: 55px;
        border: none;
    }

        .tabboxes ul li a img {
            max-width: 22px;
        }

    .srchBox input[type="submit"] {
        background-position: left 20% center;
    }

    .headingBox h1, .headingBox h2, .headingBox h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .conBoxRt strong {
        font-size: 24px;
        line-height: 30px;
    }

    .conBoxMid {
        width: 100px;
        height: 100px;
        top: 0;
        transform: inherit !important;
    }

    .conBoxRt {
        padding-left: 120px;
    }

        .conBoxRt h4 {
            padding-top: 5px;
            font-size: 18px;
            line-height: 20px;
        }

        .conBoxRt p {
            padding-top: 5px;
            font-size: 14px;
            line-height: 20px;
        }

    .conBoxrow:nth-child(2n) .conBoxRt {
        padding-left: 120px;
    }

    .videoContent h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .play {
        width: 70px;
        height: 70px;
    }

    .videoBox img {
        height: inherit;
    }

    .eventBoxes {
        padding: 0px 0px 0px 40px;
    }

    .eventBox {
        margin-bottom: 30px;
        padding: 15px;
        padding-left: 50px;
    }

        .eventBox h3 {
            font-size: 19px;
            line-height: 40px;
        }

        .eventBox p {
            font-size: 14px;
            line-height: 24px;
        }

    .eventBoxes {
        padding: 0px;
    }

        .eventBoxes .col-sm-4 {
            padding-left: 60px;
        }
    /* .innlocationlink ul li {   width: 50%; } */
    .inntestiboxes {
        padding-left: 0px;
        margin-top: 15px;
    }

    .testiBox {
        padding: 15px;
        padding-left: 45px;
    }

        .testiBox p {
            font-size: 14px;
            line-height: 22px;
        }

    .innyourbusi h3 {
        font-size: 24px;
        line-height: 34px;
    }

        .innyourbusi h3 br {
            display: none;
        }

    .innyourbusi .busibtn {
        width: 220px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }


    .partyBanSec .srchBox input[type="text"] {
        width: 70%;
        padding: 5px;
        padding-left: 35px;
        font-size: 12px;
        height: 45px;
        line-height: 45px;
    }

    .partyBanSec .srchBox input[type="submit"] {
        width: 30%;
        margin-top: 0px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
        background-size: 12px;
        background-position: left 10% center;
    }

    .quote .innvideoBoxes .videoContent h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .quote .innvideoBoxes .videoContent p {
        font-size: 14px;
        line-height: 23px;
    }

    .quote .enterdetailsBox {
        margin-top: 75px;
        padding: 30px 15px;
        padding-top: 60px;
    }

        .quote .enterdetailsBox h3 {
            font-size: 22px;
            line-height: 26px;
        }

    .guestsSecLt h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .guestsSecLt .media .media-body p {
        font-size: 13px;
        line-height: 19px;
    }

    .guestsSecLt .media .media-left::after {
        top: 84px;
    }

    .PartySec .vendorbox {
        padding: 15px;
        padding-left: 45px;
    }


    .picvalueBox .tabboxes .srchBox input[type="text"] {
        width: 100%;
        height: 50px
    }

    .picvalueBox .tabboxes .srchBox input[type="submit"] {
        width: 100%;
        border-radius: 0px;
        background-position: left 30% center;
        height: 50px;
    }
}


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

    .tabboxes ul li {
        height: 55px;
        width: 100%;
    }

    .banner_Itm_Txt strong {
        font-size: 28px;
        line-height: 32px;
    }

    .banner_Itm_Txt p {
        font-size: 14px;
        line-height: 20px;
    }

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

    .srchBox input[type="text"] {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        background-position: left 5px center;
        padding: 10px;
        padding-left: 20px;
    }

    .srchBox input[type="submit"] {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .picvalueBox .tabboxes .srchBox input[type="submit"] {
        background-position: left 25% center;
    }
}

