.nav-link.phone {
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left:20px;
}
.nav-link {
    padding-top: 0px;
    padding-bottom: 0em;
    padding-right:20px;
    padding-left:20px;
    font-size:20px;
}
@font-face {
    font-family: glamstudios;
    src: url(/assets/site/fonts/GeosansLight_0.ttf);
}
body {
    font-family:glamstudios;
}
@media screen and (min-width: 1064px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px;
        font-weight: bold;
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}
@media screen and (max-width: 1064px) {
    .navbar-toggleable-md .navbar-toggler {
        display: inline-block;
    }
    .hidden-md-down {
        display: none !important;
    }
}
@media screen and (min-width: 600px) {
    .page-heading {
        margin-top: -38px;
    }
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    border: 0px !important;
    border-right: 1px solid #DFDDDD !important;
}
.select2-selection {
    height: 38px !important;
    padding-top: 7px;
}
input, button, select, textarea {
    font-family:glamstudios;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px !important;
}
.select2-selection__arrow {
        padding-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size:18px;
}
.select2-container {
    width:100% !important;
}

footer .col-lg-3{
    color:#FFF;
}
footer ul {
    padding-left:0px;
}
footer li {
    list-style:none;
}

.slick-prev {
    left:-36px;
}
.slick-next {
    right:-18px;
}
.slick-prev:before, .slick-next:before {
    color:#AAA !important;
    font-size:30px;
}
.slick-slide img {
    width:100%;
}
/*Accordion*/
.ui-accordion .ui-accordion-icons {
    padding-left:0.6em;
}
.ui-accordion .ui-accordion-header {
    padding: .5em .5em .5em .7em;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top:8px;
}
.accordion-body {
    border: 1px solid #DDD;
    padding: 13px;
}
.accordion h3 {
    text-transform: capitalize;
    background: #ec008c;
    color: #fff;
}
.accordion-body table {
    width: 100%;
    border-collapse:collapse;
}
.accordion-body tr {
    border-bottom: 1px solid #DDD;
}
.accordion-body td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.accordion-body tr:first-child > td {
    padding-bottom: 10px;
    padding-top: 0px;
} 
.accordion-body tr:last-child > td {
    padding-bottom: 0px;
    padding-top: 10px;
} 
.accordion-body tr:last-child {
    border-bottom: none;
}
.accordion-body .service-head{
    font-size: 18px;
}
.accordion-body .service-body{
    font-size: 14px;
}

.image > a.tab-active {
    border-bottom: 4px solid #ec008c;
}

.image > a.tab-active:focus {
    outline: none;
}


/***************/
/*****Cart*/
#cart-table {
    /*border: 1px solid #e7e7e7;*/
}
.cart-td .quantity-container {
    float:left;
    width:40px;
    text-align:center;
}
.cart-td input.quantity {
   width:30px;
   text-align:center;
}
.cart-td .quantity-wrapper {
    width:70px;
    display: inline-block;
}
.cart-td .price {
    font-size: 22px;
}

.bootstrap-datetimepicker-widget {
    display: inline-block;
}

.modal-header {
    display: block;
}
.close {
    font-family: arial;
}

.input_error {
    border: 1px solid;
    color:red;
}
.label_error {
    color:red;
}
.label_success {
    color:green;
}

/*reset all css*/
.clear-default{
    all:unset;
}
/*reset all css*/

/*Margins*/
.mar-0{margin:0;}
.mar-20 {margin-bottom: 20px;}
.mar-b10{margin-bottom:10px;}
.mar-b40 {margin-bottom: 40px;}
.mar-t0 {margin-top: 0;}
.mar-t15 {margin-top: 15px;}
.mar-t20 {margin-top: 20px;}
.mar-r10{margin-right: 10px;}
/*margins ends*/

/*paddings */
.pad-t0{padding-top: 0;}
.pad-t5{padding-top: 5px;}
.pad-t10{padding-top: 10px;}
.pad-t15{padding-top: 15px;}
.pad-t20{padding-top: 20px;}
.pad-t25{padding-top: 25px;}
.pad-t30{padding-top: 30px;}
.pad-l0{padding-left: 0;}
.pad-l10{padding-left: 10px;}
.pad-l15{padding-left: 15px;}
.pad-l20{padding-left: 20px;}
.pad-r0{padding-right: 0;}
.pad-r5{padding-right: 5px;}
.pad-r10{padding-right: 10px;}
.pad-r15{padding-right: 15px;}
.pad-b10{padding-bottom: 10px;}

.pad-5{padding: 5px;}
.pad-10{padding: 10px;}
.pad-15{padding: 15px;}
/*padding ends*/

/*height width*/
.max-w100p{ max-width: 100%;}
.h30{ height: 30px;}
.h40{height: 40px;}
.w100p{width: 100%;}
.h100p{height: 100%;}
.w70p{width: 70%;}
.w50p{width: 50%;}
.w30p{width: 30%;}
/*height width ends*/

/*colors*/
.bg-black {background-color:#000;}
.bg-black a {color:#FFF;}
.bg-white {background-color:#fff;}
.c-white{color:white !important;}
.c-default{color:#ec268f !important;}
.c-black{color:black !important;}
/*colors ends*/
.over-hide{
    overflow: hidden;
}

/*displays*/
.display-inline-b{display: inline-block;}
.display-table{display: table;}
.display-tablecell{display: table-cell;}
.ver-align-m{vertical-align: middle;}
/*displays ends*/

/*fonts*/
.f12{font-size: 12px;}
.f15{font-size: 15px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}
.f25{font-size: 25px !important;}
.f30{font-size: 30px;}
.fw-normal{font-weight: normal;}
.text-upper{text-transform: uppercase;}
/*font ends*/
.pointer{cursor: pointer;}
/*alignments*/
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
/*alignments ends*/

.breadcrumb-bar h1{
    font-size: 1em;
    margin: 0;
}

.heading-line {
    border-bottom:1px solid #000;
    line-height:16px;
    text-align:center;
    margin:0 30%;
}
.heading-text {
    background:#FFF;
    position:relative;
    bottom:-8px;
    padding:0 15px;
    font-size:25px;
    color:#030000;
}

.glam-review p {
    padding-top:15px;
    font-style: italic;
}

.mainwrap{
    background:#f8f8f8 url() 50% 0;
    background-size:cover;
    padding-top: 20px;
}

.btn-active {
    background-color: #ec268f !important;
    color: white !important;
    border: 1px solid #ec268f;

}
.btn-active:hover{
    opacity: 0.8;
}
.btn-default{
    border: 1px solid #ec268f;

}
.btn-square{
    border-radius: 0;
}
.btn.disabled {
    pointer-events: none;
    border: 1px solid #f6f5f5;
    text-decoration: line-through;
}

.border-top{
    border-top:1px solid #DDD;
}
.border_bottom{
    border-bottom:1px solid #DDD;
}

/*booking page*/


.category_tabs{
    position:relative;
    display:inline-block;
}
.booking_page .slider .image h2 {
    margin: 0 !important;
}
.category_tabs .category_name {
    position:absolute;
    bottom:0px;
    text-align:center;
    width:100%;
    background:rgba(0,0,0,0.4);
    color:#FFF;
    font-size: 20px;
    /*padding: 3px;*/
}
.add-to-cart-button{
    color:#EC2790;
    cursor:pointer;
    font-size:22px
}
.td-service-name {
    line-height:25px;
    color:#EC2790;
}
.cart-heading {
    height: 45px;
    font-size: 24px;line-height: 45px;
    color: #ec008c;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cart-table{
    border: 1px solid #e7e7e7;
}
/*booking page ends*/

/*checkout page*/
.details-heading{
    border:1px solid #DDD;padding:10px 25px;
}
.details-container{
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
    margin-top:10px;padding:5px 0;
    margin-bottom:20px;
}
.fieldset{
    border: 1px solid #ddd !important;
    margin: 0;min-width: 0;padding: 10px;
    position: relative;border-radius:4px;
    background-color:#f5f5f5;
    padding-left:10px!important;margin-top:20px;
}
.fieldset legend{
    font-size:12px;
    font-weight:bold;
    margin-bottom: 0px;
    width: 35%;border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 10px;
    background-color: #ffffff;
}
.fieldset .icon-remove{
    width:5%;float:left;
    display:none;padding-top: 7px;
}
.fieldset .voucher_code_remove{
    display:block !important;
}

.checkout-page .complete_booking {
    text-align:center;
    border:1px solid #DDD;
    border-radius:6px;
    padding:5px
}
.checkout-page .edit_service {
    border-radius:8px; 
    border:1px solid #EC268F;
    color:#000;font-size:12px;
    padding:0 20px;
}
.checkout-page .heading-black{
    color:#FFF;background-color:#000;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px 10px 5px;

}

.checkout-page .cost-name{
   float:left;width:70%;
   display:inline-block;
}
.checkout-page .cost-value{
   float:left;width:30%;
   display:inline-block;
   text-align:center;
}
.checkout-page .salon_name{
    padding:10px 25px;display:table-row;
}
.checkout-page .salon_name img {
    border-radius:50%;
    width:70px;
    height:70px;
}
.checkout-page .border_top{
    border-top:1px solid #DDD;
}
/*checkout page ends*/

/*salon details page*/
.panel {
    background-color: white;
}
.salon-page .img_loader{
    background-color: white;margin-bottom: 10px;
}

.salon-page .img_loader img{margin: 26% 0px 26% 41%;}

.salon-page .img_wrap img {
    width:100%;height: 427px
}
.salon-page .img_content {
  position: absolute;
  top:324px;
  z-index: 200;
  background: rgba(0,0,0,0.7);
  color: white;
  width: calc(100% - 30px);
  padding-left: 10px;
  display: none;
  padding-top: 6px;
}
.salon-page  .img_content p {
    margin-bottom: 5px;
}

.salon-page .title {
    color: #ec2790;
    font-weight: bold;
    font-size: 25px;
}
.top_service img {
    width: 25px;
    height: 25px
}
.panel_appoint{
  height: 68px
}
.pmc-button {
  background-color:#EC2790;border-color:#EC2790;
  width: 100%;text-align: center;font-size: 20px;
  color:white !important;
  margin-bottom: 10px;
}

.panel_packages {
  min-height: 150px;
}  

.salon-page td {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
.salon-page .salon_description {
  min-height: 150px; 
  /*white-space: pre-line;*/
  white-space: normal;
}

.salon-page .salon_description a {
    color: #EC2790;
    cursor: pointer;
}
.salon_description ul {
    list-style-type: square;
    padding-left: 15px;
}
.salon-page .panel_aminities {
  height: 158px
}

.salon-page .category-cards-tile {
  font-weight: bold;
  color:#ec2790;
}

.salon-page .panel {
  border-radius: 0;
  margin-bottom: 10px;
  border: none !important;
}

.salon-page .panel-body {
    padding: 12px;
}
.salon-page #map {
    height: 100%;
}

/*salon details page ends*/

/*blog page*/
.blog_container{
    height: 440px;
    margin:5px;
}
.blog_container img {
    width:100%;
}
.port-meta {
    text-align:justify !important;width: 100%;
    margin-bottom:0px !important;
    padding: 15px
}

.postcontent {
    width: 760px;
    float: left;
    overflow: hidden;
}
.category_posts {
    text-align: center;
}
.widget {
    margin: 0px 0 40px 20px;
    padding: 20px;
    border: none;
    background: none;
    float: left;
    width: 100%;
    border: 1px solid #eee;
}
.category_posts .widgett {
    margin: 0px 0 30px 0;
        margin-left: 0px;
    padding-bottom: 25px;
    border-bottom: 2px dashed #ededed;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
}

.wttitle h4 a {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: uppercase;
}

.posttext .blogsingleimage {
    margin-bottom: 5px;
}
.posttext .blogsingleimage img {
    background: #f6f6f6;
    padding: 20px;
}
.singledefult .meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.singledefult .meta, .blogpostcategory .post-meta {
    line-height: 26px;
}
.blogpostcategory .post-meta, .singledefult .meta {
    font-size: 14px;
}
.singledefult .meta span, .blogpostcategory .post-meta span {
    margin-right: 26px;
    color: #999;
}

/*blog page ends*/

/*salon list page*/
.salon_lists {
    min-height: 450px;
}
.salon_lists a {
    color : #EC2792;
    text-decoration: none;
}

.salon_lists .filters a {
    color : black;
}
.salon_lists .active {
    color : #EC2792 !important;
}
.city_list a{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px 20px !important;
    background: #eee;
    display: inline-block;
    border-radius: 2px;
    color: #ec268f;
    text-decoration: none;
}
.city_list a:hover {
    background-color: #EC2792;
    color: white;
}

.salon_lists .salon_image img {
    height: 160px;
    width: 100%;
}
.salon_lists .border-right {
    /*white-space:nowrap;*/
    border-right:1px solid #EC2792;
    /*line-height:10px;*/
}
.border-default.right {
    border-right:1px solid #EEE;
}
.salon_lists .badge-default {
    background-color: #efa3cb;
    padding: 2px 10px 2px 10px;
    border-radius: 15px;
    color: #110f0f;
    float: right;
}
.salon_lists .discover-search {
    border: 1px solid #ec268f;
    background-color: #eee;
    width: 100%;
    height: 35px;
    padding: 10px;
    float: left;
}
.salon_lists .discover-search::placeholder {
    /*color : red;*/
}

.salon_lists .location_filter{
    max-height: 200px; overflow: auto;
}
.salon_lists .salon_list_div .category {
    padding: 5px;float: left;
    position: absolute;
    /*left: 15px;*/
    /*margin-top: -34px;*/
    background-color: #000;
    color:#FFF;
    /*border-radius: 0 8px 0 0;*/
    top:0;
    right:15px;
    border-radius: 0 0px 0 8px;
}
.salon_lists .salon_list_div .salon_name{
    min-height: 80px;
}

.salon_lists .searchbox .fa {
    position: absolute;
    padding: 8px;
    float: left;
    margin-left: -30px;
}

.salon_lists .searchbox{
    display: flow-root;
}
/*salons list page ends*/

/*alert cart page*/
.alert-cart {
   height: 370px
}

/*alert cart page ends*/


/* Colorbox corrections
-------------------------------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        /*#cboxTitle{
            position:absolute;
             top:-20px; left:0; color:#ccc;}*/
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

#cboxLoadingGraphic {
  background: url(/img/loading.gif) no-repeat center center; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/img/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }


  /* overlay loader*/
  .overlay {
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    padding-top: 40%;
  }

/*for search box*/


#keywords_container {
    position: relative;
}
#keywords_pretext {
    width: 100%;
}
#keywords_container {
    cursor: pointer;
}
#explore-keywords-dropdown {
    background: #fff;
    width: 100%;
    position: absolute;
    border-radius: 0 0 4px 4px;
    /*left: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.start #keywords-dd {
    margin-left: 0;
}
#keywords-dd {
    display: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.35);
    border: 1px solid #f0f0f0;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgb(240, 240, 240);
        border-bottom-color: rgb(240, 240, 240);
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#explore-keywords-dropdown.homepage .start-steps {
    margin-left: 0;
    margin-right: 0;
}
#explore-keywords-dropdown .start-steps, #explore-location-suggest.start-steps {
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(231, 231, 231);
    border-top: 0;
    margin-left: -1px;
    margin-right: -1px;
}
.start-steps .search-screen-block {
    transition: .15s ease-out background-color;
    -moz-transition: .15s ease-out background-color;
    -webkit-transition: .15s ease-out background-color;
    -o-transition: .15s ease-out background-color;
    background: rgba(255,255,255,.9);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dimmable {
    position: relative;
}
.search-screen-block {
    transition: .15s ease-out background-color;
    -moz-transition: .15s ease-out background-color;
    -webkit-transition: .15s ease-out background-color;
    -o-transition: .15s ease-out background-color;
    background: rgba(255,255,255,.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.hidden {
    display: none;
}
.popular-searches.show {
    opacity: 1;
    max-height: 1000px;
}
.popular-searches {
    max-height: 0;
    background: #e5eaed;
    opacity: 0;
}
.popular-searches #popular-results {
    margin-top: 0;
}
.menu, ol, ul {
    padding: 0;
    margin: 0;
        margin-top: 0px;
    list-style-type: none;
}

#explore-keywords-dropdown .start-steps li:first-child, #explore-location-suggest.start-steps li:first-child {
    border-top: none;
}
#explore-keywords-dropdown .start-steps li.label, #explore-location-suggest.start-steps li.label, #keywords-by li.label {
    color: black;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    cursor: default;
}
.popular-searches #popular-results .label {
    padding-top: 10px;
    margin-top: 0;
}
.popular-searches #popular-results li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 10px 0;
        margin-top: 5px;
}
#explore-keywords-dropdown li {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

#explore-keywords-dropdown .start-steps li:last-child, #explore-location-suggest.start-steps li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.popular-searches #popular-results li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 10px 0;
}
.popular-searches #popular-results li .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    /*flex: 1;*/
    max-width: 48%;
    background: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 3px;
}
.popular-searches #popular-results li .item .start-step-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
}
.start-step-label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 1px;
    color: #33373D;
    text-transform: none;
}
.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#explore-by, #explore-by li {
    list-style: none;
}
#explore-by, #keywords-by {
    flex-direction: column;
    padding: 0 10px 10px;
    background: #e5eaed;
    margin: 0;
}

#explore-keywords-dropdown .start-steps li:first-child, #explore-location-suggest.start-steps li:first-child {
    border-top: none;
}
#explore-keywords-dropdown .start-steps li.label, #explore-location-suggest.start-steps li.label {
    color: black;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    cursor: default;
}
#explore-by li.label {
    padding-top: 10px;
}
#explore-by, #explore-by li {
    list-style: none;
    padding: 5px;
}

#explore-by .item,#keywords-by .item {
    background: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 3px;
}

#explore-keywords-dropdown { display: none; }

/*#keywords_input:focus  + div#explore-keywords-dropdown { 
  display: block !important; 
}*/
/*input:focus + div#content {
  display: block;
}*/
/*end search box css*/

/*secondary menu*/
.page-heading .megadropdown {
    margin-bottom:130px;
}

.megadropdown__listItem {
    padding-bottom:10px;
}
.megadropdown .mdl-cell {
    display: none;
}
.megadropdown {
}

.page-heading .container {
    background-color:rgba(236,0,139,0.5);padding:20px;max-width:850px;
}

.page-heading .search_button {
    height:38px;width:20%;
    margin-top: 1px;
}
.page-heading .search_button .confirm-submit {
    padding:0 30px;background-color:#000;
    color:#FFF;border:0px;font-size:18px;
}
.page-heading .discover-search {
    border: 0;margin-top: 3px;
    font-size: 18px;
    line-height: 36px;
    padding-left: 10px;
}
/*ends*/

/*header page*/
.sb-navbar .navbar-toggler {
    z-index: 999999;
}
.sb-navbar .dropdown-menu {
    right: 0;
}
.sb-navbar .container {
    margin-left:0px;
    margin-right:0px;
    width:100%;
    display:inline-block;height:48px;
}
.sb-navbar .navbar-brand img{
    height:40px;
}
.sb-navbar .ul-phone{
    right: 0px;position: absolute;
    margin-top: -100px;z-index: 111111111
}
.sb-navbar .ul-navbar{
    position: absolute;
    right: 0px;
    /*margin-top: -35px;*/
    top: 50%;
    transform: translateY(-50%);
}
.sb-navbar .ul-navbar .divider{
    margin-top: 0px;border-right: 1px solid #ec008c;
}

/*end header page*/

/*index page */
.promotion-model .modal-dialog {
    pointer-events: all;
}

.has-error input, .has-error textarea {
    border:1px solid #FF0000;
}
.has-error .error-label {
    color:#ff0000;
    font-size: 12px;
}

.cust_booking_form {
    margin-left: 37% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
#page_description {
    background-color: #FFF;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 5px;
    display: block;
}
.masonry-blog-link.c-white {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
}
.breadcrumb-bar li {
    display: inline-block;
}
.breadcrumb-bar .breadcrumbs__separator {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
.breadcrumbs__separator svg {
    fill: #FFF;
    display: inline-block;
    width: 10px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb-bar .display-tablecell {
    padding-left: 0px;
    padding-right: 0px;
}
.promotion-model .col-md-6 {
    width: calc(50% - 4px);
    display: inline-block;
}
.grecaptcha-badge {
    display: none;
}
@media screen and (max-width: 600px) {
    .promotion-model .col-sm-12 {
        width: 100%;
    }
    footer .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    footer .col-lg-3:not(:first-child) {
        margin-top: 25px;
    }
    .dropdown-menu {
        top: calc(100% - 2px);
    }
    .sb-navbar .dropdown-menu {
        border-left: 0px;
        border-right: 0px;
    }
}
/*ends*/
