/* slider */

.relative-dial {

    position: relative;

}



.carousel-indicators {

    bottom: 10px;

    left: 50%;

    list-style: outside none none;

    margin-left: -30%;

    padding-left: 0;

    position: absolute;

    text-align: center;

    width: 60%;

    z-index: 15;

}



.carousel-indicators li {

    background-color: #4a3c63;

    border: 1px solid #000;

    border-radius: 0px;

    cursor: pointer;

    display: inline-block;

    height: 10px;

    margin: 1px;

    text-indent: -999px;

    width: 10px;

}



.carousel-indicators .active {

    background-color: #f5802b;

    border: 1px solid #f5802b;

    height: 12px;

    margin: 0;

    width: 12px;

}



.carousel-control {

    background-color: rgba(0, 0, 0, 0);

    bottom: 0;

    color: #ffffff;

    font-size: 20px;

    left: 0;

    opacity: 1;

    position: absolute;

    text-align: center;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

    top: 0;

    width: 5%;

}



.carousel-caption {

    top: 50%;

    transform: translateY(-50%);

    color: #ffffff;

    left: 20%;

    font-size: 48px;

    font-weight: 300;

    font-family: 'ProximaNova-Light';

    line-height: 50px;

    padding-bottom: 0px;

    padding-top: 0px;

    position: absolute;

    text-align: left;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

    z-index: 10;

    text-transform: uppercase;

}



.regular-weight {

    font-family: 'Proxima Nova';

    font-weight: normal;

}



.carousel-control.left {

    background: rgba(0, 0, 0, 0) none repeat-x scroll 0 0;

}



.carousel-control.right {

    background: rgba(0, 0, 0, 0) none repeat-x scroll 0 0;

}



.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {

    /*background: rgba(0, 0, 0, 0) url("../../assets/img/prev-arrow.png") repeat scroll 0 0;*/

    height: 50px;

    margin-top: -10px;

    width: 50px;

}



.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {

    /*background: rgba(0, 0, 0, 0) url("../../assets/img/next-arrow.png") repeat scroll 0 0;*/

    height: 50px;

    margin-top: -10px;

    width: 50px;

}



.glyphicon-chevron-left::before {

    content: normal;

}



.glyphicon-chevron-right::before {

    content: normal;

}



.carousel-fade .carousel-inner .item {

    opacity: 0;

    transition-property: opacity;

}



.carousel-fade .carousel-inner .active {

    opacity: 1;

}



.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {

    left: 0;

    opacity: 0;

    z-index: 1;

}



.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {

    opacity: 1;

}



.carousel-fade .carousel-control {

    z-index: 2;

}



@media not all, not all {

    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {

        opacity: 0;

        transform: translate3d(0px, 0px, 0px);

    }



    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {

        opacity: 0;

        transform: translate3d(0px, 0px, 0px);

    }



    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {

        opacity: 1;

        transform: translate3d(0px, 0px, 0px);

    }

}



@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {

    .carousel-indicators {

        display: none !important;

    }

}



@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {

    .carousel-indicators {

        display: none !important;

    }

}



/* contact info & basket*/

.relative-position {

    position: relative;

}



.top-bar {

    position: absolute;

    top: 0px;

    z-index: 99;

    width: 100%;

}



.background-contact-info {

    background-color: rgba(255, 255, 255, 0.7);

    padding: 10px;

}



.contact-info {

    font-size: 14px;

    color: #333;

    padding-top: 5px;

}



.phone-number {

    color: #b79839;

    font-weight: bold;

    font-size: 18px;

}



.basket-info {

    color: #333;

    font-size: 14px;

    font-family: "Proxima Nova Condensed";

    margin-right: 30px;

    padding-top: 5px;

}



.icon-bskt {

    padding-top: 2px;

    margin-right: 3px;

}



.checkout-btn {
    background: #282828;
    border-radius: 20px;
    padding: 6px 20px 5px 20px;
    color: var(--black-color) !important;
    font-size: 14px;
    font-family: "Proxima Nova Condensed";
    font-weight: bold;
    display: block;
    border: var(--border);
    background-image: var(--my-gradient);
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;
}



.checkout-btn:hover, .checkout-btn:focus {

    color: #ffd962;

}



/* promo treatments*/

.promo-treatments {

    position: absolute;

    bottom: -70px;

    /*background: red;*/

    width: 100%;

}



.promo-title {

    background: #ffd962;

    border-bottom: 2px solid #d8b74f;

    padding: 20px;

}



.text-promo {

    padding-top: 10px;

    font-size: 24px;

    color: #282828;

}



.btn-book-massage {

    color: #282828;

    font-size: 14px;

    font-family: 'Proxima Nova Condensed';

    border: 2px solid #282828;

    border-radius: 20px;

    padding: 8px 20px;

    display: block;

    width: 100%;

    text-align: center;

}



.btn-book-massage:hover, .btn-book-massage:focus {

    color: #282828;

}



.promo-price {

    background: #282828;

    border-radius: 50%;

    border-bottom: 2px solid #d8b74f;

    text-align: center;

    width: 150px;

    height: 150px;

    margin-top: -40px;

    padding-top: 30px;

    float: right;



}



.price-title {

    font-size: 18px;

    line-height: 20px;

    color: #ffd962;

    font-family: 'Proxima Nova';

}



.price {

    font-size: 48px;

    line-height: 50px;

    font-weight: bold;

    color: #ffd962;

    font-family: 'Proxima Nova';

}



.price-mention {

    font-size: 12px;

    color: #ffd962;

    font-family: 'Proxima Nova';

}



/* RESPONSIVE CSS

 -------------------------------------------------------------------------------*/

/*Large desktop*/

@media (min-width: 1260px) and (max-width: 1280px) {

    .carousel-caption {

        left: 5%;

    }

}



/*Small Desktop*/

@media (min-width: 1200px) {



}



/*Laptops*/

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

    /* top contact*/

    .contact-info {

        font-size: 13px;

    }



    .phone-number {

        font-size: 15px;

    }



    /* promo treatments*/

    .text-promo {

        font-size: 22px;

    }



    /* slider*/

    .carousel-caption {

        left: 5%;

        font-size: 35px;

        line-height: 37px;

    }



}



/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* top contact*/

    .contact-info {

        font-size: 12px;

        line-height: 14px;

    }



    .phone-number {

        font-size: 14px;

    }



    .basket-info {

        margin-right: 10px;

        font-size: 13px;

    }



    .icon-bskt {

        margin-right: 2px;

    }



    .checkout-btn {

        padding: 6px 15px 5px 15px;

        font-size: 12px;

    }



    /* promo treatments*/

    .promo-treatments {

        bottom: -60px;

    }



    .text-promo {

        padding-top: 10px;

        font-size: 15px;

        color: #282828;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 130px;

        height: 130px;

        margin-top: -30px;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 38px;

        line-height: 40px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 13px;

    }



    /* slider*/

    .carousel-caption {

        top: 55%;

        left: 5%;

        font-size: 28px;

        line-height: 30px;

    }

}



/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {



}



/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -90px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 10px;

        font-size: 20px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 55%;

        left: 5%;

        font-size: 25px;

        line-height: 27px;

    }

}



/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -120px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -120px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 12px;

        padding: 8px 5px!important;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -120px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 5px!important;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



/* iPhone 6,7 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -100px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -100px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



/* iPhone 6+,7+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -80px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -80px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



/* Samsung Galaxy S7Edge ----------- */

@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: portrait) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -100px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}



@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: landscape) {

    /* promo treatments*/

    .promo-treatments {

        bottom: -100px;

    }



    .promo-title {

        padding: 10px;

    }



    .text-promo {

        padding-top: 0px;

        font-size: 18px;

        line-height: 20px;

        color: #282828;

        text-align: left;

    }



    .btn-book-massage {

        font-size: 13px;

        padding: 8px 10px;

        margin: 0 auto;

    }



    .btn-book-massage:hover, .btn-book-massage:focus {

        color: #282828;

    }



    .promo-price {

        width: 100%;

        height: auto;

        float: left;

        margin-top: -1px;

        padding: 10px;

        border-radius: 0px;

        text-align: left;

    }



    .price-title {

        font-size: 16px;

        line-height: 18px;

    }



    .price {

        font-size: 25px;

        line-height: 27px;

    }



    .price-mention {

        font-size: 12px;

        line-height: 10px;

    }



    /* slider*/

    .carousel-caption {

        top: 45%;

        left: 5%;

        font-size: 18px;

        line-height: 20px;

    }

}

/*start new css*/
.star_body .page-content, 
.star_body .text-zone, 
.about_us_body .page-content, 
.about_us_body .text-zone
{
    display: none;
}
#carousel-example-generic .carousel-caption{ display: none; }
.star-banner-input .form-control::placeholder {
  color: #999999;
  opacity: 1;
  font-size: 15px;
}
.star_body .star_slider{
    background-color: #000;
}

.star_body .star_slider .item img{
    max-height: 800px;
    width:auto !important;
    margin: 0 auto;
}

.slider-overlay:after {
    content: "" !important;
    background: rgba(0, 0, 0,47%) !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: none !important;
    top: 0 !important;
    z-index: 1 !important;
}

.banner-text {    text-align: center;}
.banner-text h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 630px;
    text-align: center;
    padding-bottom: 25px;
    margin: auto;
}



.banner-center {
    z-index: 1;
    width: 100%;
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage .banner-center, .star_body .banner-center{
    display: flex;
}

.star-banner-input{
    bottom: -12px;
    left: 50%;
    top: unset;
}


.postcode-area-inner {
    position: relative;
    max-width: 507px;
    margin: 0 auto;
}

.postcode-area-inner .form-control {
    height: 64px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid var(--my-border);
    color: #fff;
    font-size: 21px;
    padding-left: 58px;
    padding-right: 210px;
    /*border: solid 2px transparent !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), var(--my-gradient) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 1px 1000px 1px #000 inset !important;*/
}

.location_filter .postcode-area-inner .form-control {
    color: #000;
}


.form-control.black-input {
  background: #000;
}


.postcode-area-inner .form-control::-webkit-input-placeholder {   color: #fff;}
.postcode-area-inner .form-control:-ms-input-placeholder {   color: #fff;}
.postcode-area-inner .form-control::placeholder {  color: #fff;}

.location_filter .postcode-area-inner .form-control::-webkit-input-placeholder {   color: #000;}
.location_filter .postcode-area-inner .form-control:-ms-input-placeholder {   color: #000;}
.location_filter .postcode-area-inner .form-control::placeholder {  color: #000;}


.ic-map {
    position: absolute;
    left: 20px;
    top: 0;
    height: 64px;
    color: #000;
    font-size: 30px;
    text-align: center;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-book {
    position: absolute;
    right: 0;
    top: 0;
    height: 64px;
    background: #000;
    color: var(--black-color);
    font-size: 21px;
    border: 2px solid blue;
    border-radius: 30px;
    min-width: 193px;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    border: solid 2px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;

}

.btn-book:hover, .btn-book:focus {
background: #000;
       color: var(--title);
}


.carousel-control.left {
    left: 30px;
}

.carousel-control.right {
    right: 30px;
}

.carousel-control.left, .carousel-control.right {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 0px;
    position: absolute;    

    border: solid 2px transparent !important;
  background-image: var(--my-gradient) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 1px 1000px 1px #000 inset !important;
  display: none!important;
}

.carousel-control.left::before, .carousel-control.right::before {
    position: absolute;
    content: "";
    top: -4px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#00AFE8;
    display: none!important;
}

.carousel-control.left::before {
    content: "\f104";
    left: -5px;;
}

.carousel-control.right::before {
    content: "\f105";
    right: -5px;
}

.carousel-control.left:hover, .carousel-control.right:hover{
    background: #000;
    color: #fff;
}

@media screen and (max-width: 991px){
.banner-text h2 { font-size: 31px; max-width: 490px;}
.postcode-area-inner { max-width: 430px;}
.btn-book { min-width: 118px;}


}

@media screen and (max-width: 767px){
 .carousel-control.left::before, .carousel-control.right::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: -2px;
}
.carousel-control.left::before {
    left: -3px;
}
.carousel-control.right::before {
    right: -3px;
}
.carousel-control.left, .carousel-control.right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 2px solid #fff;
}  

.carousel-control.left {    left: 10px;}
.carousel-control.right {    right: 10px;}

    .banner-text h2 {
        font-size: 12px;
        max-width: 490px;
        padding-bottom: 20px;
        display: none;
    }
    .postcode-area-inner .form-control {
        height: 34px;
        border-radius: 20px;
        font-size: 12px;
        padding-left: 29px;
        padding-right: 60px;
    }
    .btn-book {
        height: 34px;
        font-size: 12px;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }
    .ic-map {
        left: 2px;
        top: 0;
        height: 34px;
        font-size: 14px;
        width: 27px;
    }

    .postcode-area-inner {
    max-width: 260px;
    }

}

.sec-postcode .postcode-area-inner .alert {
    background-color: #000;
    color: #fff;
    border-color: #000;
    font-size: 14px;
    margin-top: 10px;
    max-width: 321px
}


.sec-postcode .postcode-area-inner .close {
    color: #fff;
    opacity: 1;
}

.sec-postcode .postcode-area-inner .alert:after, 
.sec-postcode .postcode-area-inner .alert::before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 30px;
}


.sec-postcode .postcode-area-inner .alert:before {
    border-bottom: 10px solid #000;
    top: -10px;
}