<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1440px) {
  .musicBand .bandBlock .card figure img {
    height: 390px;
  }
}

@media screen and (max-width: 1400px) {
  header ul li {
    margin-right: 18px;
  }
}

@media screen and (max-width: 1366px) {
  header ul li.searchBar span .form-control {
    width: 230px;
  }
}

@media screen and (max-width: 1280px) {
  header .navbar-brand {
    margin-right: 10px !important;
    margin-top: -5px;
  }
  header .navbar-brand img {
    max-width: 150px;
  }
  header ul li {
    margin-right: 16px !important;
  }
  .customModal .modal-dialog .modal-content {
    padding: 20px;
  }
  .customModal .modal-dialog .modal-content .sectionTitle h2 {
    font-size: 30px;
  }
  .customModal .modal-dialog .modal-content .formContent {
    padding: 30px 0px;
  }
  .customModal .modal-dialog .formCommongraphic .leftabstract {
    width: 116px;
  }
}

@media screen and (max-width: 1199px) {
  .heroSection .herocontent h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .Vendor .vendorBox img {
    max-width: 100%;
  }
  header {
    padding: 15px 0px;
  }
  header .btndefault {
    padding: 10px;
    font-size: 13px;
  }
  header .navbar-brand img {
    max-width: 100px;
  }
  header ul li a {
    font-size: 13px;
  }
  header ul li.searchBar span .form-control {
    width: auto;
  }
  .tailoredEvent figure:after, .tailoredEvent figure:before {
    display: none;
  }
  .researchCustomer .btndiv {
    margin-top: 0px;
  }
  .md-btn {
    min-width: 159px;
  }
  .datetimepicker .btn i {
    font-size: 12px;
  }
  .datetimepicker .btn div {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  header ul li.HeaderCart a span {
    width: 10px;
    height: 10px;
    right: 12px;
    top: 4px;
  }
  footer {
    padding: 30px 8px 0px;
  }
  footer .footlogo {
    margin-bottom: 20px;
  }
  footer .copyright {
    margin-top: 20px;
  }
  header {
    padding: 8px 0px;
  }
  header ul li.searchBar span .form-control {
    width: 100%;
  }
  header ul.dropdown-menu {
    right: 0;
    left: unset;
    opacity: 0 !important;
  }
  header ul.dropdown-menu.show {
    top: 120%;
    opacity: 1 !important;
    pointer-events: visible !important;
    visibility: visible !important;
  }
  header ul.dropdown-menu li {
    margin: 0px !important;
    display: block !important;
  }
  header ul.dropdown-menu li a i {
    margin-right: 10px !important;
  }
  header .dMenu {
    display: none;
  }
  header .jq_overlay_toogle {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    width: 100%;
    background: rgba(44, 44, 115, 0.3);
    visibility: hidden;
    display: none;
  }
  header .jq_overlay_toogle.active {
    display: block;
    visibility: visible;
    z-index: 99;
  }
  header .mobileMenu {
    display: block;
  }
  header .mobileMenu .iconNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .mobileMenu .iconNav li {
    margin-right: 0px !important;
  }
  header .mobileMenu .iconNav li a i {
    font-size: 20px;
    margin-right: 14px;
  }
  header .mobileMenu .iconNav li .navbar-toggler {
    padding: 0px;
  }
  header .mobileMenu .iconNav li:last-child {
    margin-right: 0px;
  }
  header .mobileMenu .iconNav li.searchBar.show .searcform {
    display: block;
  }
  header .mobileMenu .iconNav li.searchBar .searcform {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 3;
  }
  header .mobileMenu .navbar-collapse {
    background: #fff;
    position: fixed;
    right: -290px;
    top: 0px;
    width: 290px;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    bottom: 0px;
    height: 100vh !important;
    visibility: hidden;
    display: inherit !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .mobileMenu .navbar-collapse .close {
    opacity: 1;
    padding: 0px !important;
  }
  header .mobileMenu .navbar-collapse .close i {
    color: #000;
  }
  header .mobileMenu .navbar-collapse.show {
    right: 0px;
    visibility: visible;
    display: inherit !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-radius: 0;
    border-top: none;
    z-index: 9999;
  }
  header .mobileMenu .navbar-collapse ul {
    margin: 0px !important;
    padding: 30px;
  }
  header .mobileMenu .navbar-collapse ul li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 35px;
  }
  header .mobileMenu .navbar-collapse .btnBlock {
    margin: 0px 30px 30px;
  }
  .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
  .tailoredEvent .swiperSlider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .eventService .col {
    max-width: 33%;
  }
  .Vendor .vendorBox .sectionTitle {
    padding-top: 0px;
  }
  .Vendor .vendorBox .sectionTitle h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .Vendor .vendorBox .sectionTitle h2 span {
    margin: 0px;
  }
  .formCommongraphic {
    padding-left: 0;
  }
  .formCommongraphic .innerbox {
    padding: 30px;
  }
  .formCommongraphic .innerbox figure img {
    max-width: 150px;
  }
  .formCommongraphic .innerbox h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .customModal .modal-lg {
    max-width: 100%;
    margin: 15px;
  }
  .customModal .modal-dialog .close {
    right: 10px;
    top: 10px;
    color: #3a3a7c;
  }
  .customModal .modal-dialog .close i {
    font-size: 20px;
  }
  .customModal .modal-dialog .modal-content {
    padding: 30px;
  }
  .customModal .modal-dialog .modal-content .col-sm-12.col-md-6 {
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .customModal .modal-dialog .modal-content .col-sm-12.col-md-6 .formContent {
    display: block;
    padding: 0px;
  }
  .customModal .modal-dialog .modal-content .col-sm-12.col-md-6 .formContent .forgotpassword {
    display: block;
    text-align: center;
  }
  .customModal .modal-dialog .modal-content .col-sm-12.col-md-6 .formContent .forgotpassword a {
    display: block;
  }
  .customModal .modal-dialog .modal-content .col-sm-12.col-md-6 .formContent .forgotpassword a.commontext {
    margin-bottom: 15px;
  }
  .customModal .modal-dialog .modal-content .graphicblock {
    display: none;
  }
  .seccessBlock .innerblock .topabstract {
    width: 210px;
  }
  .seccessBlock .innerblock .lefttopastract {
    height: 23px;
    right: 20px;
    width: 40px;
  }
  .seccessBlock .innerblock .leftbottomastract {
    width: 40px;
    left: 30px;
    height: 20px;
    left: 30px;
  }
  .innerGraphicbanner {
    margin-top: 50px;
  }
  .innerGraphicbanner .lefttopastract {
    height: 23px;
    right: 20px;
    width: 40px;
  }
  .innerGraphicbanner .leftbottomastract {
    display: none;
  }
  .innerGraphicbanner .innerbannerContent .searchForm {
    left: 10px;
    right: 10px;
  }
  .musicBand {
    padding: 20px 0px;
  }
  .musicBand .filterRow.dektopver {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .musicBand .filterRow .filterBy {
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: table;
  }
  .musicBand .filterRow .filterBy li {
    display: table-cell;
  }
  .musicBand .filterRow .filterBy li .btn {
    margin: 0px 7px;
  }
  .musicBand .filterRow .filterBy li a {
    font-size: 14px !important;
    padding: 8px;
    display: block;
    white-space: nowrap;
  }
  .musicBand .sortbySelect h4 {
    font-size: 28px;
  }
  .musicBand .bandBlock .card figure {
    height: auto;
    max-width: 100%;
  }
  .musicBand .bandBlock .card figure img {
    max-width: 100%;
    height: auto !important;
  }
  .musicBand .bandBlock .card h4 {
    font-size: 16px;
  }
  .musicBand .bandBlock .card .roomcharges small {
    float: unset;
  }
  .blogList hr {
    margin: 30px 0px;
  }
  .blogsideBar {
    max-width: 100%;
    margin-top: 40px;
  }
  .myCart .viewOption_detail {
    position: unset;
    margin: 20px 0px;
  }
  .myCart .orderBox {
    padding: 20px 0px;
  }
  .myCart .orderBox .accordion .cardOuter:before {
    left: 12px;
  }
  .myCart .orderBox .accordion .cardOuter .card {
    margin-left: 15px;
  }
  .myCart .orderBox .accordion .cardOuter .card .card-body {
    padding: 10px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent {
    display: block;
    min-width: 250px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent img {
    width: 100%;
    max-width: 90px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap {
    margin-top: 10px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap h4 {
    font-size: 18px;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem {
    margin-top: 30px;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem {
    max-height: 530px;
    padding: 20px;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem .tabcontent {
    display: block;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem .tabcontent .firstblock {
    display: block;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem .tabcontent .firstblock .imgwrap {
    margin-right: 0px;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem .tabcontent .firstblock .contentwrap {
    margin: 10px 0px;
  }
  .myCart .orderBox .accordion .cardOuter .card .Eventitem .inneritem .tabcontent .btnWrap .btn {
    margin-bottom: 10px;
  }
  .myCart .orderBox .accordion .cardOuter .card .paymentWay {
    padding: 16px;
  }
  .myCart .orderBox .accordion .cardOuter .card .paymentWay .cardType {
    margin-bottom: 20px;
  }
  .myCart .orderBox .accordion .cardOuter .card .paymentWay .totalAmount span {
    float: unset;
    font-size: 16px;
  }
  .myCart .orderBox .accordion .cardOuter .card .paymentWay .bottomSection .btnBlock a, .myCart .orderBox .accordion .cardOuter .card .paymentWay .bottomSection .btnBlock button {
    margin-right: 0px;
    margin-bottom: 15px;
    min-width: 100%;
  }
  .myCart .orderBox .accordion .cardOuter .card .card-header h5 {
    font-size: 20px;
  }
  .myCart .orderBox .accordion .cardOuter .card .addreessBlock {
    padding: 15px;
  }
  .myCart .orderBox .accordion .cardOuter .card .addreessBlock .icon {
    margin-right: 10px;
  }
  .myCart .orderBox .accordion .cardOuter .card .addreessBlock .icon i {
    font-size: 18px;
  }
  .myCart .orderBox .accordion .cardOuter .card .addreessBlock .btndefault {
    padding: 12px;
  }
  .myCart .orderBox .accordion .cardOuter .tbicon {
    width: 30px;
    height: 28px;
    border-radius: 8px;
  }
  .myCart .orderBox .accordion .cardOuter .tbicon i {
    font-size: 16px;
  }
  .contactUs .sectionTitle h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .contactUs .map img, .contactUs .captch img {
    width: 100%;
  }
  .contactUs .formCommongraphic .innerbox .formDesign {
    left: -40px;
  }
  .whyvendor {
    padding: 50px 0px 240px;
  }
  .whyvendor .businessBox {
    padding: 17px;
  }
  .whyvendor .businessBox .iconwrap {
    margin-top: -70px;
  }
  .withFestivity .businessBox .textWrap h4 {
    font-size: 40px;
  }
  .corporateServiceblock .contentWrap {
    padding: 20px;
  }
  .corporateServiceblock .contentWrap .sectionTitle {
    margin-bottom: 0px;
  }
  .corporateServiceblock .contentWrap .sectionTitle h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .corporateServiceblock .contentWrap .sectionTitle .subText {
    font-size: 15px;
    line-height: 21px;
  }
  .aboutFestivity {
    padding: 20px 0px;
  }
  .aboutFestivity .sectionTitle {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .aboutFestivity .sectionTitle h2 {
    line-height: 50px;
  }
  .aboutFestivity .sectionTitle h2 span {
    font-size: 50px;
  }
  .aboutFestivity .contentWrap {
    padding-left: 20px;
  }
  .aboutFestivity .lefttopastract {
    display: none;
  }
  .timerBlock {
    padding: 20px 0px;
  }
  .timerBlock .timeblock {
    margin-bottom: 30px;
  }
  .timerBlock .timeblock h2 {
    font-size: 50px;
  }
  .festivityFOunder .pl-0 {
    padding-left: 15px !important;
  }
  .festivityFOunder .pr-0 {
    padding-right: 15px !important;
  }
  .festivityFOunder .founderImg {
    margin-bottom: 20px;
  }
  .festivityFOunder .founderImg img {
    width: 100%;
    height: auto;
  }
  .festivityFOunder .founderrow {
    padding: 0px 0px;
    margin-bottom: 10px;
  }
  .aboutDriven {
    padding-bottom: 60px;
  }
  .staticouter {
    margin-top: 50px;
  }
  .staticouter .lefttopastract {
    width: 20px;
  }
  .staticouter .statcBlock {
    margin-top: 20px;
  }
  .dashboard {
    padding: 30px 0px;
  }
  .dashboard .dashBlock .nav-pills {
    padding-right: 20px;
    min-height: 600px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .dashboard .dashBlock .nav-pills a {
    font-size: 15px;
  }
  .dashboard .dashBlock .nav-pills a .iconwrap {
    margin-right: 10px;
  }
  .dashboard .dashBlock .sectionTitle h2 {
    font-size: 25px;
  }
  .dashboard .dashBlock .addressBlocktab .sectionTitle h2 {
    display: block;
  }
  .dashboard .dashBlock .addressBlocktab .sectionTitle h2 .btn {
    margin: 10px 0px;
    width: 210px;
  }
  .cardsummaryBlock {
    padding: 20px;
  }
  .tableDesign table .tabcontent {
    display: block;
    min-width: 250px;
  }
  .tableDesign table .tabcontent img {
    width: 100%;
    max-width: 90px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tableDesign table .tabcontent .contentwrap {
    margin-top: 10px;
  }
  .tableDesign table .tabcontent .contentwrap h4 {
    font-size: 18px;
  }
  .cartsummaryWrapper .tableDesign table tbody td:last-child {
    padding-right: 40px;
  }
  .cartsummaryWrapper .tableDesign table tbody td.totalAmount {
    width: 100%;
    padding-left: 15px !important;
  }
  .cartsummaryWrapper .tableDesign table tbody td.blacktd {
    display: none;
  }
  .cartsummaryWrapper .cartSummary .whitebox {
    overflow: hidden;
  }
  .sidenav.active {
    width: 500px !important;
  }
  .sidenav .formDesign {
    padding: 20px;
  }
  .servicedetailSlider .productSlider .carousel-item img {
    height: 250px;
  }
  .servicedetailSlider .productSlider .thumb {
    height: 50px;
  }
  .servicedetailSlider .productSlider #carousel-thumbs img {
    width: 50px;
    height: 50px;
  }
  .servicedetailSlider .productDescription .checkdate .formDesign .datetimepicker .timebox {
    position: relative;
    padding: 10px;
    width: 100%;
    border: 1px solid #E1E1FB;
    border-radius: 10px;
    max-width: 100%;
    margin-top: 20px;
  }
  .servicedetailSlider .productDescription .checkdate .formDesign .datetimepicker .timebox input {
    height: 38px;
    padding-left: 34px;
  }
  .breadcrumb {
    margin-top: 70px;
  }
  .totalamount .sectionTitle .topdiv {
    display: block;
  }
  .totalamount .sectionTitle .topdiv div.text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  .totalamount .content {
    margin-top: 10px !important;
  }
  .totalamount .packageDiv .filterBycustom {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .totalamount .packageDiv .filterBycustom li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .totalamount .packageDiv .filterBycustom li a {
    white-space: nowrap;
  }
  .number_custom .counter {
    width: 5.5rem;
  }
  .btnblock .btn.mR20 {
    margin-right: 0px !important;
  }
  .promocode .modal-dialog .modal-content {
    padding: 20px;
  }
  .promocode .modal-dialog .modal-content figure img {
    width: 100%;
    max-width: 120px;
  }
  .promocode .modal-dialog .modal-content .equalTo {
    width: 230px;
  }
  .promocode .modal-dialog .modal-content .equalTo h4 {
    margin-right: 0px;
  }
  .searchBarinput {
    width: 100%;
  }
  .proDetail {
    display: block;
  }
  .proDetail small {
    margin-left: 0px !important;
  }
  .beforeShowmore {
    display: block;
  }
  .beforeShowmore ul {
    height: auto;
  }
  .showMorebtn {
    display: none;
  }
  .showTitle_onMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobileHideText {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #back_to_top {
    width: 40px;
    height: 40px;
  }
  #back_to_top i {
    font-size: 20px;
    margin-top: 3px;
  }
  .myCart .viewOption_detail {
    padding: 15px;
    font-size: 15px;
    position: absolute;
    width: 90%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
  }
  .myCart .orderBox .accordion .card table .tabcontent .contentwrap span {
    font-size: 14px;
  }
  .myCart .orderBox .accordion .card table tbody td.quantity {
    padding: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td.actionIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .myCart .orderBox .accordion .card table tbody td.actionIcon a {
    margin: 0px 10px;
    line-height: 100%;
  }
  .myCart .orderBox .accordion .card table tbody td {
    padding: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td:last-child {
    padding-right: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td:first-child {
    padding: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount p {
    font-size: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount p span {
    font-size: 15px;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount p i {
    font-size: 16px;
  }
  .myCart .orderBox .accordion .card table tbody td.mobile-number-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 10px 15px;
  }
  .myCart .orderBox .accordion .card table tbody td.mobile-number-value::before {
    margin-right: 10px;
    color: #2C2C73;
  }
  .myCart .orderBox .accordion .card table .formDesign {
    max-width: 100%;
  }
  .myCart .orderBox .accordion .card table .formDesign .form-group {
    padding: 0px;
  }
  .myCart .orderBox .accordion .card table .btnBlock .btndefault {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
    font-size: 16px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap {
    margin: 0px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap .viewOption {
    font-size: 14px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap h4 {
    font-size: 16px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  .cart-table-mobile-work, .cart-table-mobile-work2 {
    border: 0;
  }
  .cart-table-mobile-work thead, .cart-table-mobile-work2 thead {
    display: none;
  }
  .cart-table-mobile-work tbody tr, .cart-table-mobile-work2 tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-table-mobile-work tbody tr td, .cart-table-mobile-work2 tbody tr td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-table-mobile-work tbody tr td.mobile-number-value:before, .cart-table-mobile-work2 tbody tr td.mobile-number-value:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2C2C73;
    content: attr(data-label);
  }
  .table-responsive.cart-table-mobile-work, .cart-table-mobile-work2 {
    margin: 0px;
  }
  .tableDesign .cart-table-mobile-work2 table .tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tableDesign .cart-table-mobile-work2 table tbody td:first-child {
    padding-left: 15px;
  }
  .tableDesign .cart-table-mobile-work2 table tbody tr:last-child th {
    display: none;
  }
  .tableDesign .cart-table-mobile-work2 table tbody td:last-child {
    padding-right: 15px;
  }
  .tableDesign .cart-table-mobile-work2 table td {
    padding: 15px 11px;
    text-align: left;
  }
  .tableDesign .cart-table-mobile-work2 table .btnBlock .btn {
    width: 100%;
  }
  .cardsummaryBlock {
    padding: 0px 20px 20px;
  }
  .cardsummaryBlock .head {
    padding: 12px 15px;
  }
  .cardsummaryBlock .textWrap {
    padding: 0px 15px;
  }
  .cart-table-mobile-work2 {
    padding-right: 15px;
    margin-top: -1px !important;
  }
  .section_title h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .section_title h2 span {
    font-size: 20px;
  }
  .section_title span {
    font-size: 16px;
    padding: 0px;
  }
  footer .leftabstract {
    z-index: -1;
  }
  footer ul li.downloadApp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  footer .copyright .bottomfoot {
    display: block;
    text-align: center;
  }
  footer .copyright .bottomfoot .social_link {
    margin-top: 10px;
  }
  .sectionPd {
    padding: 30px 0px;
  }
  .sectionTitle h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .heroSection {
    min-height: 520px;
  }
  .heroSection .righttopastract, .heroSection .lefttopastract {
    width: 15px;
    height: 103px;
  }
  .heroSection .rightbottomastract {
    width: 10px;
    height: 24px;
  }
  .heroSection .leftbottomastract {
    width: 40px;
    height: 10px;
  }
  .heroSection .herocontent .abstractTitle {
    display: block;
  }
  .heroSection .herocontent .abstractTitle .titleab {
    display: none;
  }
  .heroSection .herocontent h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .heroSection .herocontent.searchForm form {
    margin: 25px 0px;
  }
  .heroSection .herocontent.searchForm form .btndefault {
    width: 100%;
    margin-top: 25px;
  }
  .heroSection .herocontent.searchForm form .selectCus {
    border-right: 0;
    border-bottom: 1px solid #E1E1FB;
    padding-bottom: 15px;
    margin-bottom: 18px !important;
  }
  .heroSection .herocontent.searchForm form .row .col-sm-12 {
    padding: 0px 0px !important;
  }
  .searchForm form {
    margin: 25px 0px;
  }
  .searchForm form .btndefault {
    width: 100%;
    margin-top: 25px;
  }
  .searchForm form .selectCus {
    border-right: 0;
    border-bottom: 1px solid #E1E1FB;
    padding-bottom: 15px;
    margin-bottom: 18px !important;
  }
  .searchForm form .row .col-sm-12 {
    padding: 0px 0px !important;
  }
  .keepyourEyes {
    padding-bottom: 15px;
  }
  .keepyourEyes .eventlisBox {
    margin-bottom: 20px;
    height: auto;
    display: block;
  }
  .keepyourEyes .eventlisBox .card .card-img-top {
    max-width: 100%;
  }
  .Vendor {
    padding-top: 15px !important;
  }
  .Vendor .vendorBox {
    padding: 20px;
  }
  .Vendor .vendorBox figure {
    margin-bottom: 30px;
  }
  .Vendor .vendorBox .sectionTitle {
    padding: 0px;
  }
  .Vendor .vendorBox .sectionTitle span {
    margin: 0px;
  }
  .Vendor .vendorBox .sectionTitle p {
    margin-top: 10px;
  }
  .Vendor .vendorBox .sectionTitle h2 br {
    display: none;
  }
  .keepyourEyes .sectionTitle {
    margin-bottom: 20px;
  }
  .eventService {
    padding-top: 30px;
  }
  .eventService .rightabstractCustom {
    display: none;
  }
  .eventService .sectionTitle {
    margin-bottom: 20px;
  }
  .eventService .col {
    max-width: 50%;
  }
  .eventService .serviceBox {
    padding: 15px;
  }
  .eventService .serviceBox span {
    font-size: 15px;
    line-height: 22px;
  }
  .eventService .serviceBox.viewall {
    padding: 15px;
  }
  .eventService .serviceBox.viewall a {
    font-size: 15px;
  }
  .tailoredEvent .leftabstractCustom, .tailoredEvent .rightabstract {
    display: none;
  }
  .tailoredEvent .swiperSlider .swiperControls {
    margin-bottom: 20px;
  }
  .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper {
    height: 300px;
    margin-bottom: 20px;
  }
  .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: unset;
            transform: unset;
  }
  .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper .swiper-slide figure:after, .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper .swiper-slide figure:before {
    display: none;
  }
  .tailoredEvent .swiperSlider .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  .formCommongraphic {
    display: none;
  }
  .registerPage .sectionTitle {
    margin-bottom: 20px;
  }
  .seccessBlock {
    margin-top: 30px;
  }
  .musicBand .sortbySelect {
    display: block;
  }
  .musicBand .sortbySelect h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .musicBand .bandBlock.topOffer .card figure img {
    height: auto !important;
  }
  .innerGraphicbanner {
    padding: 20px 10px;
  }
  .innerGraphicbanner .sectionTitle h2 {
    font-size: 28px;
    line-height: 39px;
  }
  .innerGraphicbanner .sectionTitle h2 span {
    display: block;
  }
  .servicedetailSlider {
    padding: 20px 0px 40px;
  }
  .reviewBlock .review .reviewTitle {
    display: block;
  }
  .musicBand .bandBlock.topOffer .card .cardContent .cardlogo {
    max-width: 90px;
    right: 10px;
    height: 45px;
    top: -22px;
  }
  .musicBand .bandBlock.topOffer .card .cardContent .cardlogo img {
    width: 100%;
    max-width: 90px;
  }
  .servicedetailSlider .productSlider .carousel-item {
    border: 1px solid #f5f5f5;
  }
  .servicedetailSlider .productSlider .carousel-item img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .servicedetailSlider .productSlider .thumb {
    height: 40px;
  }
  .servicedetailSlider .productSlider .thumb img {
    width: 100% !important;
    height: 100% !important;
  }
  .servicedetailSlider .productDescription {
    margin-top: 25px;
  }
  .servicedetailSlider .productDescription .producttitle h4 {
    font-size: 25px;
    margin-bottom: 2px;
  }
  .servicedetailSlider .productDescription .producttitle .price {
    font-size: 18px;
  }
  .servicedetailSlider .productDescription .producttitle .writerevieww a i {
    margin-top: 3px;
  }
  .servicedetailSlider .productDescription hr {
    margin-top: 15px;
  }
  .servicedetailSlider .productDescription .vendorPolicy h4.title {
    margin-top: 15px;
  }
  .blogList .sectionTitle {
    margin-bottom: 20px;
  }
  .blogList .sectionTitle span {
    display: inline-block;
  }
  .blogList.blogDetail .blogContent p.mB60 {
    margin-bottom: 15px;
  }
  .contactUs .leftabstractCustom {
    display: none;
  }
  .contactUs .sectionTitle h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .contactUs .sectionTitle h2 span {
    display: inline-block;
  }
  .contactUs .contactlist li {
    margin-bottom: 15px;
  }
  .contactUs .formCommongraphic {
    display: block;
    padding: 0px;
    margin-top: 30px;
  }
  .contactUs .formCommongraphic .leftabstract, .contactUs .formCommongraphic .leftbottomabstract {
    display: none;
  }
  .contactUs .formCommongraphic .innerbox {
    max-width: 100%;
    margin: 0px;
    min-height: auto;
    border-radius: 0px;
    padding: 13px;
  }
  .contactUs .formCommongraphic .innerbox .formDesign {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .sectionTitle {
    z-index: 1;
    position: relative;
  }
  .containerbanner .contentWrap {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 20px;
    padding: 10px;
  }
  .containerbanner .contentWrap .sectionTitle h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .whyvendor {
    padding: 30px 0px 0;
  }
  .whyvendor .businessBox {
    margin-bottom: 70px;
  }
  .withFestivity .labelAbstract {
    margin-top: 0px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .withFestivity .labelAbstract .contentWrap {
    padding: 20px;
  }
  .withFestivity .labelAbstract figure {
    position: unset;
    display: none;
  }
  .withFestivity .businessBox {
    margin-bottom: 20px;
  }
  .researchCustomer .sectionTitle {
    display: block;
  }
  .researchCustomer .sectionTitle h2 {
    width: 100%;
  }
  .researchCustomer .sectionTitle .titleab {
    background-size: contain;
    margin: 0px auto;
  }
  .researchCustomer .sectionTitle .titleab.end {
    display: none;
  }
  .corporateServiceblock .contentWrap {
    padding: 20px;
  }
  .corporateServiceblock .service1:before {
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 92%;
  }
  .corporateServiceblock .service2 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .corporateServiceblock .service2 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .corporateBanner .contentWrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 90%;
    top: 10px;
  }
  .corporateCelebration {
    padding: 20px 0px;
  }
  .corporateCelebration .sectionTitle {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .founderrow .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .founderrow .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .aboutFestivity .contentWrap {
    padding-left: 0px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .emptyCart {
    padding-top: 80px;
  }
  .emptyCart .sectionTitle.mB50 {
    margin-bottom: 20px;
  }
  .emptyCart .Centerimg img {
    max-width: 100%;
  }
  .lg-btn {
    padding: 12px 24px;
  }
  .editCart .bottomSection {
    display: block;
  }
  .editCart .bottomSection .cardType button {
    width: 100%;
  }
  .orderItemList .orderItem .topRow {
    display: block;
  }
  .orderItemList .orderItem .btnBlock .btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .orderItemList .orderItem .btnBlock:last-child {
    margin-bottom: 0px;
  }
  .blogList.blogDetail .blogContent h1, .blogList.blogDetail .blogContent h3 {
    font-size: 24px;
  }
  .customPagination {
    padding: 8px 0px;
    overflow: hidden;
    overflow-x: auto;
  }
  .customPagination ul {
    margin-bottom: 0px;
  }
  .sidenav_specialdate .calendar .datepicker .table-condensed {
    width: 75%;
  }
  #accordionEx .card {
    margin-left: 0px;
  }
  #accordionEx .card .cart-table-mobile-work2 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .servicedetailSlider .productDescription .checkdate .formDesign .datetimepicker .btn {
    position: relative;
    top: inherit;
    margin-bottom: 15px;
    right: inherit;
  }
  .myCart .orderBox .accordion .card table tbody td.mobile-number-value {
    font-size: 14px;
  }
  .myCart .orderBox .accordion .card table .formDesign .applybtn .btn {
    padding: 10px;
  }
  .myCart .orderBox .accordion .card table .formDesign .applybtn input {
    padding-right: 60px;
    padding-left: 15px;
  }
  .registerPage .formDesign .btndefault {
    width: 100%;
  }
  .totalamount.active {
    width: 320px !important;
  }
  .totalamount .btnblock button {
    margin-bottom: 15px;
  }
  .sidenav.active {
    width: 300px !important;
  }
  .tailoredEvent .sectionTitle {
    margin-bottom: -30px;
  }
  .musicBand .bandBlock .card .roomcharges {
    display: block;
  }
  .musicBand .bandBlock .card .roomcharges .price-list1 {
    margin: 0px;
  }
  .datepicker {
    margin: 0px 10px;
  }
  .addressBlocktab .adBlock {
    display: block;
    position: relative;
  }
  .addressBlocktab .adBlock .iconwrap {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}

@media screen and (max-width: 375px) {
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent img {
    width: 60px;
    height: 60px;
  }
  .myCart .orderBox .accordion .cardOuter .card table .tabcontent .contentwrap h4 {
    font-size: 15px;
  }
  .myCart .orderBox .accordion .card table .tabcontent .contentwrap span i {
    font-size: 15px;
    margin-right: 7px;
    line-height: 100%;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount .spa2 {
    display: inline-block;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount .spa1 {
    display: inline-block;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount p {
    width: 70%;
    font-size: 14px;
  }
  .myCart .orderBox .accordion .card table tbody td.totalAmount p span {
    position: absolute;
    right: 15px;
    font-size: 14px;
  }
  .myCart .orderBox .accordion .card table .btnBlock .btndefault {
    height: 54px;
  }
  .datepicker table td {
    height: 39px;
  }
  .datepicker .datepicker table th {
    height: 39px;
  }
  .priceStart {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .myCart .orderBox .accordion .card table tbody td.totalAmount p {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=responsive.css.map */</pre></body></html>