/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


 /*   booking  */
.mt-0 {
    margin-top: 0!important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.ml-3 {
    margin-left: 10px !important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.text-white {
    color: #fff!important;
}

.rounded-circle {
    border-radius: 50%;
}

.w-100 {
    width: 100%!important;
}

.border-0 {
    border: 0;
}

.shop-tab .form-group {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.text-booking{
    font-size: 18px;
font-family: "Times New Roman", Times, serif;
text-transform: uppercase;
margin-left: 7px;
color: #858585;
margin-bottom: 5px;
width: 100%;
}

.select {
    padding: 6px 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ececec;
width: 100%;
height: 50px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select:focus{
	border-color: #3452ff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	transition: all 500ms ease;
}
.panel-list-btn{width: 100%; margin: 0 auto; text-align:center; cursor:pointer;}
.panel-list-btn p{ color:#999; }
.panel-list-btn input{display:none;}
.panel-list-btn input[type=checkbox] + label {width:100%;position: relative;
z-index: 10; float:left;border:1px solid #d7d7d7; color:#333; padding:10px 3px 0 3px!important; margin-bottom:0; min-height:75px;}
.panel-list-btn input[type=checkbox]:hover + label {width:100%; float:left;border:1px solid #292562;}
.panel-list-btn input[type=checkbox]:checked + label {width:100%; float:left;background:#292562; color:#fff; padding:10px 3px;}
.form-group img{
    width:auto;
}
.panel-list-btn input[type=radio] + label {width:100%; float:left;border:1px solid #d7d7d7; color:#333; padding:10px 3px !important; margin-bottom:0;}
.panel-list-btn input[type=radio]:hover + label {width:100%; float:left;border:1px solid #292562;}
.panel-list-btn input[type=radio]:checked + label {width:100%; float:left;background:#292562; color:#fff; padding:10px 3px;}


.panel-list-btn1{width:100%; float:left; text-align:center;}
.panel-list-btn1 a{width:100%; float:left;background:#d7d7d7; color:#000; padding:10px 3px;}

.panel-list-btn1 a i{margin-top:2px;}
.panel-list-btn input[type="checkbox"] + label::after{
    display:none;
}
.panel-list-btn input[type="checkbox"] + label::before{
    display:none;
}
.panel-list-btn input[type="radio"] + label::after{
    display:none;
}
.panel-list-btn input[type="radio"] + label::before{
    display:none;
}
.form-design{
    background: #f7f7f7;
padding: 20px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
float: left;
}
.form-design2{
    background: #f7f7f7;
padding: 20px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
float: left;
}
.ser-design{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    background: #F7F7F7;
}
.s-d{
    display: block;
}
.s-m{
    display: none;
}
.service-item.style-1 {
  display: flex;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.service-item.style-1 .content h5 {
    font-size: 16px;
	color:#111;
	font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
padding: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.service-item.style-1 i {
  font-size: 30px;
  color: #222;
  padding:0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item .service-icon i {
    font-size: 30px;
   color: #222;
   padding:0;
   display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item.style-1:hover i {
  color: #168dd2;
}
.service-item.style-1 .content {
  padding-left: 1em;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
} 
.service-item.style-1 .content h5 a {
  color: #222;
}
.service-item.style-1 .content h5:hover a {
  color: #168dd2;
}
.border-1px {
    border: 1px solid #ddd;
}
.book-now-buton{
	display:none !important;
}
.content p{
	font-size: 13px;
}
.default-form input{
	background: #fff;
	border: 1px solid #ececec;
	color: #999999;
	font-size: 14px;
	height: 50px;
	margin-bottom: 30px;
	padding: 6px 12px;
	width: 100%;
	transition: all 500ms ease;
}
.default-form textarea{
	background: #fff;
	border: 1px solid #ececec;
	color: #999999;
	font-size: 14px;
	
	margin-bottom: 30px;
	padding: 12px;
	width: 100%;
	transition: all 500ms ease;
}
.book-button{
	float: left;
	background: #292562;
	color: #fff;
	padding: 8px 10px;
	border-radius:5px;
	border:0;
	cursor:pointer;
}
.book-button:hover{
	background: #333;
}
