/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.userorder{
font-size: 15px;
}

.userorder select {
background-color: white;
}

.userorder .glyphicon { 
color: red;
font-size: 6px;
width: 8px;
padding-top: 4px;
}

.orderheading {
margin: 0 0 20px 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}

.stripe-payment-form{
height: 199px;
}

.ordermainbox {
opacity: 0; /*prevents user from seeing color of dropdown selection change */
}

.userorder .inputfield {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
margin: 10px auto;
}

.emptycost{
width: 0;
height: 32px;
}

.userorder input {
padding: 5px 10px;
border: 1px solid #bbbbbb;
border-radius: 3px;
}

.userorder input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

.userorder input::-ms-input-placeholder { /* Microsoft Edge */
  color: #b1b1b1;
}

.userorder textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;  
}

.userorder textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

.userorder textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #b1b1b1;
}

.smsbutton {
margin-top: 15px;
}

.userorder textarea {
border-radius: 3px;
}

.userorder select {
height: 34px;
padding: 5px;
border: 1px solid #bbbbbb;
color: #282828;
border-radius: 3px;
}

.userorder .primaryservicedriver select option:first-child{
text-align: center;
}



.servicetitle {
display: inline-block;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.userorder .inputfield .fieldvalue {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.userorder .inputfield .fieldvalue input {
width: 100%;
} 

.hidepricing100 {
opacity: 0;
}

.checkcontainer .glyphicon-plus {
color: black;
font-size: 25px;
margin-top: 8px;
margin-left: 12px;
}

#privacypolicy, #terms {
position: fixed;
top: 0;
left: 0;
-webkit-animation: 0.3s linear 0s normal both;
        animation: 0.3s linear 0s normal both;
text-align: center;
width: 100vw;
height: 100vh;
z-index: 1000000;
opacity: 0;
}


@-webkit-keyframes open-privacy {
    
    0%{ 
    opacity: 0;
    }

    50% {
    opacity: 0;  
    }

    100% {
    opacity: 1;
    background-color: rgba(83, 87, 88, 0.90);
    }   
}

@keyframes open-privacy {
    
    0%{ 
    opacity: 0;
    }

    50% {
    opacity: 0;  
    }

    100% {
    opacity: 1;
    background-color: rgba(83, 87, 88, 0.90);
    }   
}


.privacypolicyinner {
width: 90%;
padding: 20px;
border: 1px solid #9b9b9b;
margin: 25vh auto 0 auto;
border-radius: 2px;
text-align: left;
background-color: #f0f0f0;
position: relative;
} 

.privacypolicyinner2 {
height: 500px;
overflow-y: scroll;  
}

.privacypolicyinner .glyphicon {
position: absolute;
top: 0;
right: 0;
margin: 5px;
font-size: 25px;
}

.privacypolicyinner .glyphicon:hover {
color: #2a5ebd;
cursor: pointer;
}

.privacypolicyinner .helptitle {
font-weight: 700;
font-size: 15px;
margin-bottom: 10px;
}


#id_special_instructions {
width: 100%;
height: 100px;
border: 1px solid #bbbbbb;
padding: 10px;
resize: none;
}

.userorder {
max-width: 750px;
margin: 0 auto;
}

.privacypolicybutton {
margin-top: 10px;
}

.couponcode div {
display: inline-block;
margin: 0 10px;
}

.primaryservmessage {
margin-bottom: 10px;
}

.primaryservicesbox select {
max-width: 100%;
}

.costbasedonotherservice {
display: inline;
}

#coupon_message {
margin: 10px auto;
}

.margintop {
margin: 10px 15px 0 15px;
}

.couponcodebutton.orderbutton {
width: 70px;
margin-top: -5px;
}
.couponcodebutton.orderbutton:hover {
cursor: pointer; 
}

.hidebill {
display: none;
}
    
.orderboxinner.ordernote {
text-align: left;
}

.ordernote p:last-child {
margin-bottom: 0;
}

.orderbutton {
display: inline-block;
border-radius: 2px;
-webkit-transition: all 280ms ease-in-out;
-o-transition: all 280ms ease-in-out;
transition: all 280ms ease-in-out;
margin: 5px 5px 0 0;
color: #fff !important;
padding: 10px 0;
width: 140px;
height: 41px;
font-size: 14px;
text-align: center;
font-weight: 600;
letter-spacing: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
margin-top: 15px;
}



.orderbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.starttimerangeblock {
padding: 5px;
border: 1px solid #bbbbbb;
border-radius: 3px;
margin-left:-14px;
font-weight: 700;
height: 34px;
}

.starttimerangeblock i{
color: #5f5f5f;
}

.orderboxinner.extraservices {
position: relative;
overflow: hidden;
}

.primservicesection{
text-align: left;
margin-top: 25px;
display: none;
}

.primaryserviceheading {
font-weight: 700;
}

.clicktoselect {
position: absolute;
left: -53px;
top: -10px;
color: white;
font-weight: 600;
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
padding: 15px 45px 5px 45px;
font-size: 12px;
}

.clicktoselectext {
position: relative;
top: 3px;
}

.orderboxinner {
display: inline-block;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin: 0 auto 20px auto;
padding: 20px;
border: 1px solid #e6e6e6;
border-radius: 4px;
background-color: rgba(253, 253, 253, .7);
}

.addressbox select {
width: 100%;
}

.boxcontainer2 .orderboxinner:first-child {
margin-right: 20px; 
}

.billcheckbox {
display: inline-block;
margin-right: 3px;
}

.billsame {
margin-bottom: 20px;
}

.primaryservicedrivers.hidedrivers {
display: none;
}

.primaryservicedriver {
margin: 10px 7px 0 7px;
}



.primaryserv1.hideme, .primaryservicedriver.hideme {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
display: none;
}

.orderbox.hideme, .orderbox.nohourlyrate, .orderbox.hidehourlyrate {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
display: none;
}   



.checkbox_wrapper{
position: relative;
height: 50px;
width: 50px;
margin: 0 20px 0 10px;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
display: inline-block;
}

.checkbox_wrapper input[type="checkbox"] {
opacity: 0;
height: 50px;
width: 50px;
position: absolute;
top: 0;
left: 0;
color: green;
z-index: 1;
display: inline-block;  
cursor: pointer;
}

input[type="checkbox"] + .checkcontainer{
display: inline-block;
padding: 0 0 0 0px;
position: absolute;
top: 0;
left: 0;
z-index: 10;
background: none;
-webkit-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}

input[type="checkbox"]:hover + .checkcontainer {
opacity: 1 !important;
}

input[type="checkbox"]:checked + .checkcontainer {
display: inline-block;
padding: 0;
z-index: 10;
}




.checkcontainer {
height: 50px;
width: 50px;
display: inline-block;
padding: 0 0 0 0px;
z-index: 1;
background-size: contain !important;
background-position: center center !important;
}

.whitebackground {
background-color: white;
z-index: 2;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 63px;
}

.servicesectioncontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.orderboxinner .servicesection {
text-align: left;
border: 1px solid #d3d9db;
border-radius: 4px;
padding: 5px;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 3;
min-height: 66px;
}

.orderboxinner .servicesection:hover{
cursor: pointer; 
}

.orderboxinner .servicesectionbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%; 
-webkit-box-sizing: border-box; 
        box-sizing: border-box;
margin: 5px;    
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.servicedescription {
padding: 5px 7px;
z-index: 10;
cursor: pointer;
color: white;
font-weight: 700;
-webkit-transition: background .2s ease;
-o-transition: background .2s ease;
transition: background .2s ease;
position: absolute;
top: 34px;
right: 1px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
font-size: 15px;
text-align: center;
}

.servicedescription .fa-circle-xmark{
display: none;
}

.servicedescription i{
width: 15px;
height: 15px;
}

.servicedescriptiontext {
display: block;
z-index: 1;
background-color: rgba(214, 214, 214, 0.37);
padding: 0;
height: 0;
overflow: hidden;
text-align: left;
}

.emptycost{
height: 0;
}

.quantityline {
display: inline-block;
}

.userorder .quantityinput input {
width: 125px;
padding: 1px 1px 1px 3px;
color: black;
}

.quantityamount, .quantityinput {
display: none;
}

.multiplysymbol, .quantitybox {
display: inline;
font-weight: 700;
}

.quantitysubmit {
padding: 2px 10px;
border-radius: 3px;
display: inline-block;
font-weight: 600;
color: white;
margin: 2px auto 5px -2px;
-webkit-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
cursor: pointer;
}

.couponcode {
margin-top: 20px;
width: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.contactsection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.whitetext {
color: white;
}

.contactsectioninner {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.contactsectioninner:first-child{
margin-right: 60px;
}

.error, .errorlist li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin: 0 auto 20px auto;
color: red;
font-weight: 700;
list-style: none;
padding: 10px;
background-color: #fab8ba;
border-radius: 4px;
}

.taxbox {
border-left: .5px solid #b9b9b9;
border-top: .5px solid #b9b9b9;
width: 280px;
margin: 0 auto;
border-radius: 3px;
}

.taxsection {
width: 280px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#id_booking_date {
font-size: 15px;
-webkit-box-shadow: none;
        box-shadow: none;
border: 1px solid #c6c6c6;
}

.taxheading {
text-align: left;
width: 200px;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
border-bottom: .5px solid #b9b9b9;
border-right:  .5px solid #b9b9b9;
padding: 6px;
}

.taxamount {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
text-align: right;
border-bottom: .5px solid #b9b9b9;
border-right:  .5px solid #b9b9b9;
padding: 6px;
}

.subtotal, .total {
background-color: rgba(214, 214, 214, 0.37);
}

.total {
font-weight: 600;
}

.costup {
padding: 2px 4px;
border-radius: 3px;
background-color: rgba(0,0,0,.01);
display: inline-block;
font-weight: 600;
color: rgba(0,0,0,0.45);
margin: 2px auto 5px auto;
-webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
        box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.orderboxinner .servicesection:hover .costup,
.whitetext .costup{
background-color: white;
color: rgba(0,0,0,.55);
}

.orderbutton .glyphicon {
color: white;
font-size: 12px;
}

.privacypolicybutton.notopmargin {
margin-top: 0;
}



.totalpop {
-webkit-animation: totalpop 1s linear 0s normal both;
animation: totalpop 1s linear 0s normal both;
opacity: 0;
}

@-webkit-keyframes totalpop {
    
    0%{ 
    opacity: 0;
    }

    90%{ 
    opacity: 0;
    }

    
    100% {
    opacity: 1;

    }   
    
}

@keyframes totalpop {
    
    0%{ 
    opacity: 0;
    }

    90%{ 
    opacity: 0;
    }

    
    100% {
    opacity: 1;

    }   
    
}


.clickme {
display: block;
margin: 0 auto;
}

.tapme {
display: none;
}


/*calendar*/

td.day.disabled {
background-color: #9d9d9d !important;
color: #4b4b4b !important;
}

.datepicker-days td {
border: .5px solid white !important;
}

.bookingeventblocks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.bookingevent.date {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;

}

.userorder .bookingevent.date input {
color: #282828;
}

.userorder .glyphicon.glyphicon-calendar {
color: #5c5c5c;
}

.bookingevent.time {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 240px;
}

.bookingevent.time select {
width: 190px;
}

.orderboxinner.addressbox input[type=checkbox]{
width: 18px;
height: 18px;
position: relative;
bottom: 4px;
}

.orderbox.ordersummary input[type=checkbox],
.privacypolicybutton input[type=checkbox],
.smsbutton input[type=checkbox]{
width: 18px;
height: 18px;
position: relative;
bottom: -4px;
}



#id_frequency, #id_primaryservice1, #id_primaryservice2, #id_primaryservice3 {
height: 34px;
border-radius: 3px;
padding-left: 8px;
background-color: white !important;
}

#id_booking_time {
height: 34px;
border-radius: 3px;
padding-left: 8px;
background-color: #eee;
}

.bookingevent .glyphicon {
font-size: 14px;
padding: 0;
width: initial;
}

.timespinner {
width: 14px;
display: inline-block;
}








@media (max-width: 1200px) {

    .tapme {
    display: block;
    }

    .clickme {
    display: none;
    margin: 0 auto;
    }

}


    




@media (max-width: 992px) {

    .privacypolicyinner {
    width: 90%;
    }
    
    .primaryserv.threeserv, .threeserv .primaryserv1 {
    display: block;
    margin: 10px auto;
    }
    
    .orderboxinner .servicesectionbox {
    -ms-flex-preferred-size: 48.2%;
        flex-basis: 48.2%;
    }
    
}


@media (max-width: 767px) {
      
    .couponcode{
    max-width: 146px;
    margin: 0 auto;
    display: block;    
    }

    .couponcode div {
    display: block;
    margin: 10px auto 0 auto;
    }
 
    #id_couponcode {
    width: 100%;
    }
    
    .couponcodebutton.orderbutton {
    margin-top: 10px;
    }

    .starttimerangeblock{
    display: inline-block;
    margin-left: 0;
    }

    .privacypolicyinner {
    margin: 140px auto 0 auto;
    }

    .bookingeventblocks {
    display: block;
    }
    
    .bookingevent.time {
    display: inline-block;    
    margin-top: 15px;
    width: 150px;
    margin-left: -20px;
    }    

    .bookingevent.time.hideme{
    display: none;
    }
    
    .bookingevent.time select{
    width: 130px;
    }

    .bookingevent.date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 245px;
    margin: 0 auto;
    }
    
    .contactsection {
    display: block;
    }
 
    .contactsectioninner:first-child{
    margin-right: 0;
    }
    
    .orderbox {
    display: block;
    }
    
    .boxcontainer2 .orderboxinner:first-child {
    margin-right: 0;  
    margin-bottom: 20px;
    }
   
    .orderboxinner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    }
    
    .orderboxinner .servicesectionbox {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin: 5px auto;
    }  

    
    .primaryserv, .primaryserv1 {
    display: block;
    margin: 10px auto;
    }


    
}

@media (max-width: 480px) {

    .stripe-payment-form{
    height: initial;
    }

    .orderblock .errorlist.nonfield li {
    background-color: #ffbcbc;
    }

    .privacypolicyinner {
    width: 90%;
    padding: 10px 15px;
    margin: 120px auto 0 auto;
    }
    
    .orderboxinner {
    padding: 10px;
    background-color: white;
    }
    
    .taxbox, .taxsection {
    width: 100%;
    }
    
    .taxamount {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75px;
    }
    
    .taxheading {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
    
    .orderboxinner .servicesectionbox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 5px auto;
    }  
            
    .clicktoselect {
    position: absolute;
    left: -52px;
    top: -11px;
    color: white;
    font-weight: 600;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    padding: 15px 45px 5px 45px;
    font-size: 10px;
    }
    
    .checkbox_wrapper {
    margin: 0 10px 0 5px;
    }

    .orderboxinner {    
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
            box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px 10px;
    }

    .ordermainbox.mainbox {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    }

    .userorder .inputfield  {
    display: block;
    }
    
    .userorder .glyphicon {
    display: inline-block;
    }
    
    .userorder .glyphicon {
    height: 15px;
    vertical-align: top;
    width: 4px;
    }


    .userorder .glyphicon.glyphicon-calendar {
    width: 15px;
    }

    .orderboxinner.addressbox input[type=checkbox]{
    bottom: -3px;
    }

}


@media (max-width: 340px) {

    .userorder .quantityinput input{
    width: 105px; /*makes room for info box*/
    }

}

@media (min-width: 1201px) {
    
    .userorder.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    position: relative;
    }
    
    .userorder .orderblock:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 20px;
    }
    
    .userorder .orderblock:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;    
    }
   
    .orderbox.ordersummary {
    position: relative;
    }
    
    .orderbox.ordersummary.sticky {
    position: fixed;
    top: 130px;    
    bottom: auto;
    right: auto;
    }
    
    .orderbox.ordersummary.sticky2 {
    position: absolute;
    bottom: 0;
    top: auto;
    }

    .orderbox.ordersummary.sticky.externalsite {    
    top: initial;    
    }

}



/* demo pop up */

.demopopupbox {
position: fixed;
text-align: center;
width: 100vw;
height: 100vh;
z-index: 100;
top: 0;
background-color: rgba(0,0,0,.7);
}

.demopopup {
background-color: #ffffff;
border-radius: 10px;
padding: 50px;
text-align: center;
top: 15vw;
width: 35%;
margin: 100px auto 0 auto;
opacity: 0;
position: relative;
-webkit-animation: 0.3s linear 0s normal both;
        animation: 0.3s linear 0s normal both;
}

@-webkit-keyframes swipe-down {
    
    0%{ 
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }   
    
}

@keyframes swipe-down {
    
    0%{ 
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }   
    
}

@-webkit-keyframes swipe-up {
    
    0%{ 
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }

    100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    }   
    
}

@keyframes swipe-up {
    
    0%{ 
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }

    100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    }   
    
}

.demopopupclose {
font-weight: 700;
text-align: right;
height: 32px;
border-radius: 3px;
font-size: 16px;
float: right;
border-radius: 5px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
padding: 7px 7px;
-webkit-transition: .2s all ease;
-o-transition: .2s all ease;
transition: .2s all ease;
user-select: none; /* supported by Chrome and Opera */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
}

.demopopupclose:hover {
background-color: #c1c1c1;
cursor: pointer;
}


@media (max-width: 1200px) {

    .demopopup {
    width: 70%;
    }

}

@media (max-width: 767px) {

    .demopopup {
    margin: 30px auto 0 auto;
    padding: 50px 30px;
    }

}




/* style for external form */
.externalbooking .navigation {
margin: 0px auto 0 auto;
padding-top: 20px;
}

.externalbooking {
background-color: white;
}

.externalbooking .navbar-default {
padding: 0;
}

.externalbooking .navigation .logo li {
margin: 0;
}

.externalbooking .navigation.largenavigation ul li a.companyname, 
.externalbooking .navigation.largenavigation ul li a.companyname:link, 
.externalbooking .navigation.largenavigation ul li a.companyname:visited, 
.externalbooking.navigation.largenavigation ul li a.companyname:active, 
.externalbooking .navigation.largenavigation ul li a.companyname:hover {
padding: 0 !important;
}

@media (max-width: 767px) {
    .externalbooking .navigation {
    margin-left: 5px;
    }
}


/* mobile order block */

.orderblock.mobileorderblock{
display: none;
}

@media (max-width: 767px) {

    .orderblock.mobileorderblock{
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;   
    color: white;      
    opacity: 1;  
    -webkit-transition: .2s ease;  
    -o-transition: .2s ease;  
    transition: .2s ease;
    }

    .orderblock.mobileorderblock.hideblock{
    opacity: 0;
    }

    .orderblock.mobileorderblock .orderheading{
    margin-bottom: 0;
    }

    .orderblock.mobileorderblock .orderboxinner {    
    margin-bottom: 0;
    background-color: #5f5f5f;
    padding: 15px 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }

    .orderblock.mobileorderblock .taxsection div,
    .orderblock.mobileorderblock .taxbox{
    border: none;
    padding: 0;
    }

    .orderblock.mobileorderblock .taxsection{
    max-width: 240px;
    padding-left: 15px;
    text-align: left;     
    }

    .orderblock.mobileorderblock .taxsection .taxheading{    
    font-weight: 700;
    }

}

@media (max-width: 360px) {

    .orderblock.mobileorderblock .taxsection .taxamount{
    width: 120px;
    padding-right: 40px;
    }

}


/* booking time range message */

#arrivaltimerange{
width: 80%;
padding: 10px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #5f5f5f;
margin: -60px auto 20px auto;
position: relative;
color: white;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 0;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.arrivalmessage{
margin: auto;
}

#arrivaltimerange.showarrivaltimerange{
margin-top: -20px;
}

.orderbox.datetimeorderbox{
position: relative;
z-index: 3;
}

.orderbox.datetimeorderbox .orderboxinner{
background-color: #fefefe;
}

@media (max-width: 767px) {

    #arrivaltimerange{
    width: 90%;
    height: 60px;
    margin: -80px auto 20px auto;
    }

}

@media (max-width: 400px) {

    #arrivaltimerange{
    width: 95%;    
    }

}