/*
Theme Name:  book1300melbournetaxis
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000000;
--secondarycolor:#FFC000;
--tertiarycolor:#ffffff;
  /* Font Variables: */
--primaryfont:'Roboto', sans-serif;
--secondaryfont:'Ubuntu', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:#505050;font-weight: 400;font-size: 17px;line-height: 1.6;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 20px 0;}
.header_area .row{align-items:center}
.topbtn{margin-right:0 !important}
.topbtn a:after{display:none !important}
.topbtn a{border:0;background:var(--secondarycolor);padding:5px 12px;border-radius:0rem;color:#000 !important;;font-size:1.5rem !important;font-weight:700 !important;width: 220px;  margin: 0 auto;}
.topbtn a img{width: 28px; display: inline flex; align-items: center ;margin-right:5px}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:350px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);font-weight: 600;}

h1 {font-size: 52px;text-transform: uppercase;}
h2 {font-size: 2.5rem;font-weight: 600;}
h3 {font-size: 30px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:#000;display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:#000;padding: 0.6rem 3rem;margin: 2rem 0 0;display: table;color:#fff;transition: .6s ease-in-out;text-transform: uppercase;}
.btn-primary:hover{background:var(--secondarycolor);color:#000;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider{position:relative;background: #000;}
#slider:before{content:"";position: absolute;right: 0;bottom:0;top:0;background:var(--secondarycolor);width:45%;}
#slider img{width:100%;object-fit:cover}
#slider .text-box{margin-top:4rem;}
#slider .text-box p{ width:90% }
#slider .row{/*! align-items: center */}
#slider .btn-primary{background:var(--secondarycolor);color:#000}
#slider .btn-primary:hover{background: #fff} 

.slider-nav {width: 95%;
  margin:10px auto;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 40%;
z-index: 3;
}
button.arrow {background:#f1f1f1;color:#555;border:none;padding:5px 10px;font-size:30px;border-radius:100%;width:40px;cursor:pointer;line-height:100%}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}

.carousel-caption {right: 0;top: 0;left: 0;z-index:2;position:absolute;bottom: 0;display: flex;align-items: center;}
.textblock{margin:7rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 3.5rem;letter-spacing: 1px;color: #fff;line-height: 1.2;text-transform: capitalize;font-weight: 800;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #fff;font-weight: inherit;}

.line{width: 180px; height: 5px; background: var(--secondarycolor)}

#aboutus{padding: 5rem 0;width: 100%;}
#aboutus .line{width:200px}
#aboutus .text{margin:15px 0; width:31rem;max-width: 100%;}
.two-btn{display: flex; align-items: center; gap:2rem}
#aboutus .row{align-items: center}
.two-btn .call{display: flex; align-items:center; line-height:1.2; margin-top: 2rem;}
.two-btn .call img{width: 55px; margin-right: 10px}
.two-btn span{font-size: 26px; font-weight:800; letter-spacing: 1px;}
#aboutus .car{ margin-left:-5rem;}
#aboutus .car img{width: 100%;}

#services{color:#fff;text-align:center;padding:5rem 0;background:url('https://www.book1300melbournetaxis.com/wp-content/uploads/2025/10/Service-Bg.webp'); background-size:cover; background-repeat:no-repeat}
#services h2{color:#fff}
#services .line{margin: 0 auto}
#services .dis{width: 45rem; margin:1rem auto;max-width: 100%;}
#services .row{justify-content: center; gap:4rem 1.5rem; margin-top: 4rem}
#services .ybox{margin-top:-9rem;padding:1.1rem;background: #fff; color: #000; width:90%; border-radius:30px;transition: 0.6s ease-in-out;}
#services .sbox:hover .ybox{background: var(--secondarycolor);transition-duration: 0.5s }
#services h3{  width:60%; text-align: left;line-height: 1.1;}
#services .sbox{display: flex; flex-direction: column; align-items: center;flex: 1 0 300px;justify-content: center;}
#services .name{display: flex}
#services .icon{width: 110px; margin-top:-4rem;transition: 0.6s ease-in-out;height: 100%;}
#services .sbox:hover .icon{filter: invert(1) saturate(0) contrast(2); transition-duration: 0.5s } 
#services .ybox p{width: 100%; text-align: left;margin: 0;}
#services .btn-primary{margin: 1rem 0;padding: 0.4rem 1.5rem;text-transform: capitalize;}
#services .btn-primary:hover{background: #fff}

#cta{background: var(--secondarycolor); padding: 5rem 0 6rem; overflow: hidden; position: relative;}
#cta .row{align-items: center}
#cta .call:hover{color:#000}
#cta .call img{width: 55px; margin-right: 10px}
#cta h3{font-weight: 700; margin-bottom:1rem}
#cta .btn-primary:hover{background: #fff}
#cta .car{max-width: 700px;margin-bottom: -7rem;}
#cta:after {content: '';position: absolute;width: 100%;left: 0;height: 30px;background-color:var(--primarycolor);background-repeat: repeat-x;background-image: url('https://www.book1300melbournetaxis.com/wp-content/uploads/2025/10/Check-Sign.webp');bottom: 0rem;-webkit-animation: bgSlide 20s linear infinite;animation: bgSlide 20s linear infinite; background-size: 30px;}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

#whyus{padding: 5rem 0; text-align: center}
#whyus .line{margin: 0 auto}
#whyus p{width: 48rem; margin:1rem auto;max-width: 100%;}
#whyus .row{align-items: center; margin-top:3rem;}
#whyus .fbox{display: flex; align-items: center; background:#f1f1f1; border-left: 12px solid var(--secondarycolor); width: 100%;padding: 1rem 0;margin-bottom: 1.1rem;}
#whyus .fbox:last-child{margin-bottom: 0}
#whyus .fbox p{margin: 0 ; width: 90%; text-align: left;}
#whyus .fbox h3{text-align: left; margin: 0; font-size:27px;}
#whyus .fbox .icon{width: 90px; margin: 0 15px}

#testimonial{width: 100%;background:var(--secondarycolor);padding:4rem 0;text-align:center}
#testimonial .line{background:#000;margin:1rem auto}
#testimonial img{width: 100px;margin:1.4rem auto 1rem;}
#testimonial .keen-slider__slide p{max-width:780px;margin: 0 auto}
.clientname{font-weight: 600;font-size:20px;margin-top:1rem;letter-spacing: 1px;}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}




#contactform .pickup-date p span input {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left !important;
}


#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date pinput[type="date"] { display: block; text-align: left;}

#booking-form{background: var(--secondarycolor); }
#booking-form h2{text-align: center; color: #000;  }
#booking-form .line{margin: 1rem auto 1.5rem; background:#fff}

#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3rem;}
.info-box{flex: 1 0 200px;  border-radius:22px; text-align: left;background: #f1f1f1;display: flex;align-items: center;border: 1px solid #e5e5e5;border-radius: 5rem;gap: 1.9rem;}
.info-box h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 600;margin-bottom: 0.2rem !important;}
.info-box p , .info-box a{margin-bottom:  0 !important; text-align: center !important;  color: var(--primarycolor) !important;}
.info-box a{font-weight: 400 !important;}
.info-box  .icon{width: 85px; height: 85px; margin:0; background: var(--secondarycolor); padding: 24px; border-radius: 50%; border: 2px solid #fff;color: #000;}
.info-box  .icon img{filter: brightness(0)}

#form-section{background: #303030;overflow: hidden;border-radius: 30px;}
#form-section .row > .col-md-6{padding: 0;}
#form-section .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section .row{align-items: center;}
#form-section  h3{text-align: center ; border-bottom: 0 !important; color: #fff; font-size: 25px !important; font-weight: 500;padding-bottom: 0 !important;}
#form-section .line{margin: 1rem auto 1.5rem; background: var(--secondarycolor) }
#form-section #contactform p{margin-bottom: 10px; }
#form-section #contactform .wpcf7-submit{font-size: 16px !important; padding:0 35px; height:40px;background: var(--secondarycolor);color: #000;}
#form-section iframe{margin-bottom: -0.6rem}
#form-section #contactform input, #form-section #contactform select, #form-section #contactform textarea{border-radius:15px}

#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 5px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 10px 20px;background: #fff;border: 1px solid #666; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 0;border-radius: 0;height: 45px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 15px 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: #000;color: #fff;text-transform: uppercase;cursor: pointer;margin: 30px auto 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 0;border: none;align-items: center;padding: 0 62px;font-size: 18px;font-weight: 600;width: fit-content;}
#contactform input.wpcf7-submit:hover{background: #303030;color: #fff ;}
#contactform .wpcf7-spinner{display: none}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important; color:#fff !important}
  .wpa-test-msg{display: none;}


.post {padding:0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

.list {list-style :none;margin-bottom: 1.5rem;} 
.list li {list-style :none;padding: 0 0px 18px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content:"\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 25px; height: 25px; position:absolute;left:0rem;top:2px; font-size:12px;background: #fff;border: 1px solid #ccc;}

#pagetitle {padding:5.2rem 0;width: 100%;text-align: left;background:url(https://www.book1300melbournetaxis.com/wp-content/uploads/2025/10/inner-page-bg.jpg) center bottom !important; z-index:1; color:#fff;background-size:cover !important;position: relative;width: 100%;background-position:center}
#pagetitle:before{content:""; position:absolute; top:0; left:0; right:0; bottom:0; background: linear-gradient(90deg, #000 19%, transparent 81%); z-index:-1; }
#pagetitle .inner{position: relative;z-index: 1}
#pagetitle h1 {color:#fff;text-align: left;font-size: 35px;margin-bottom: 14px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #fff;font-weight: 300;}
.breadcrumb a{color:#fff}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#main{padding: 4.5rem 0 3.5rem;}
.page-id-54 #main{padding: 5rem 0 2rem;}
#main p{font-size: 16px;}
#main a{color:#000; }
#main a:hover{color:var(--secondarycolor);}
#main li{list-style: none;line-height: 30px;}
#main h2{font-size: 34px;   line-height: 1.3; position: relative; padding-bottom:1rem;font-weight: 600;margin-bottom: 1.7rem;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 130px; height: 5px; background: var(--secondarycolor);  }
#main h3{border-bottom:1px dashed #ccc; padding-bottom:14px; margin-bottom: 1.2rem; font-size: 26px;width: 100%;}
#main p+h3{margin-top: 2rem;}
#main p+p .round-img{ margin-top: 1.8rem; position: unset;}
#main strong{font-weight: 600; color: #303030;font-size: 18px;}
#main .subheading{color: var(--secondarycolor); text-transform: uppercase; margin-bottom: 0.4rem; font-weight: 500; font-size: 17px;letter-spacing: 1px;}
#main .round-image{border-radius: 20px}

#service-page .grid{display: grid; grid-template-columns: 55% auto; gap: 3rem;}
#form-box{overflow: hidden; background: #101010; padding: 1.7rem 1.4rem 2rem; border-radius: 19px;position: sticky;top: 0.4rem;z-index: 1;}
#form-box:before{content: "";position:absolute; top: 0; left: 0; right: 0 ; bottom: 0; /*! background:#000000f2; */z-index: -1;}
#form-box h3{text-align: center; color: #fff; margin-bottom: 0.8rem;font-size: 30px; border-bottom: 0; margin-bottom: 1.4rem; padding-bottom: 1.1rem; position: relative;}
#form-box h3:before{content: "" ; position: absolute; bottom: 0; left: 0; right: 0; width: 120px; height: 4px; background: var(--secondarycolor); margin: 0 auto;}
#form-box #contactform .wpcf7-submit{font-size: 17px; background:var(--secondarycolor); color:#000; border-radius: 15px}
#form-box #contactform select, #form-box #contactform input, #form-box #contactform textarea{border-radius: 10px; -webkit-border-radius: 10px;}
#form-box .col-md-6, #form-box .col-md-12{padding: 0 8px;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;margin-bottom:1rem}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;align-items: center;}
.widget ul li::before{content: "-";margin-right: 0.7rem;font-size: 18px;font-family: 'Font Awesome 5 Free';font-weight: 900;margin-top: -3px;}

#bottom {background: #f5f5f5;color:#000;font-size: 16px;padding: 3.5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #000; }
#bottom a:hover {color:var(--secondarycolor);}
#bottom img{margin-top:4rem;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 22px; position: relative}
#bottom .widget li {border: none;text-decoration: none;color:#000;list-style: none;}
#bottom  .main-widget{text-align: center}
#bottom .main-widget p{margin-top:2rem}

#footer {clear: both;color: #000;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 2rem;}
#footer a {color: #000;;font-size:14px;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

#cta-section{background:  var(--secondarycolor);padding: 3rem 0;}
#cta-section h2{font-size: 38px; margin-bottom:0; text-transform: capitalize;line-height: 1.35;}
#cta-section  .more-btn{background: #000; color: #fff !important; font-size: 19px;padding: 7px 14px 7px;}
#cta-section .call-btn{background: #fff; font-size: 22px !important ;}
#cta-section .call-btn:hover{background:#000}
#cta-section .row{align-items:center; }
#cta-section .two-btns{display: flex; align-items: center; flex-direction: column;  gap:1rem; -webkit-gap:1rem; -moz-gap:1rem }
#cta-section .two-btns a{margin-top:0 !important; width: 100%; text-align: center;margin-bottom: 0;border-radius: 12px;text-transform: uppercase;font-weight: 500;}
.two-btn{display: flex; align-items:center;}
.call-btn{border:0;background:var(--secondarycolor);padding:3px 20px;border-radius:8px;color:#000 !important;padding: 5px 20px;font-size:1.2rem !important;font-weight:800 !important; }
.call-btn i{margin-right: 8px; transform: rotate(100deg)}
.call-btn:hover{background: #000; color: #fff !important;; }



#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900;color: var(--secondarycolor);margin-top: 0px;}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}


.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 9999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 290px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
.grid{grid-template-columns: 100% !important; }
.main-widget{display: flex;flex-direction:column;justify-content: center;padding: 0 10px;}
    
  
  .header_area{padding: 20px 0;}
  #slider::before{display: none;}
  .carousel-caption{align-items: unset;text-align:center}
  #aboutus{padding-top:15rem}
  #slider .bgimage img{height: 1000px;}
  #slider .text-box{ padding-bottom: 5.2rem;margin-top: 2rem;}
  #aboutus .car img{max-width:500px;margin:0 auto}
  
  #booking-form{padding: 1.5rem 1rem; margin-top:-5rem;position: relative; border-radius: 25px}
  #booking-form .line{margin: 0.7rem auto 1.5rem; width:120px;}
  #booking-form #contactform .wpf7-submit {margin-top:1rem}
  #contactform input, #contactform select, #contactform textarea{border-radius: 8px; -webkit-border-radius: 8px;}
  #slider .text-box p{width: 89%;margin: 1.1rem auto 0;}
  #contactform input.wpcf7-submit{margin-top:1.2rem}
  
  #booking-form h2{font-size: 35px;}
  #aboutus .row{flex-direction: column-reverse; gap: 0.9rem;}
  #aboutus .car{margin: 0;max-width: 100%;}
  #services .row{margin-top: 3rem;}
  #services .icon{width: 100px; }
  #aboutus .text{width: 100%}
  
  
  #services h3{font-size: 28px}
  #services .sbox p{font-size: 16px}
  #services .ybox{margin-top: -5rem;border-radius: 15px;}
  
  #cta .car{display: none;}
  #cta{padding: 4rem 0 5rem}
  #cta{text-align: center}
  #cta .call{text-align: left}
  #cta .two-btn{justify-content: center}
  
  #whyus .col-md-6:nth-child(1) img{margin: 0 auto 2.5rem}
  #bottom img{width: 300px; margin: 0 auto 0rem}
  #bottom .main-widget p{margin-top: 1.8rem}
  #slider .text-box p{width: 100%;}
  
  .two-btn{flex-direction: column; justify-content: start; align-items: start;gap: 0rem}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
.site-menu-toggle{display:none;}
  .header_area .container-fluid{padding: 0 2rem;}
  #booking-form{margin-right: -3rem;}
   #cta-section .col-md-5{display: flex; justify-content: end}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
	
  .widget{margin-bottom: 1.5rem;}
  #bottom{padding: 3.5rem 0 0;}
  #footer{margin-top: 1rem}
  #bottom .widget h3{margin-bottom: 0.6rem}
  .main-widget img{margin: 0 auto 1.2rem;}
   #logo img{width:230px;}
  
    .carousel-caption{text-align: center;align-items: unset;}
  .carousel-caption .btn-primary{margin: 1.8rem auto 3rem}
  .carousel-caption h1{font-size: 33px;}
  .carousel-caption h1 br{position: absolute; }
  
   #booking-form{width: 92%; margin:-5rem auto 0;}
  #booking-form h2{font-size: 29px}
  #aboutus h2 br{position: absolute; display: none;}
  h2{font-size: 33px;}
  #cta h2{font-size: 29px;margin-bottom: 13px;}
  
  .btn-primary{margin-top: 1.2rem}
  #aboutus{padding: 15rem 0 3.5rem}
  #aboutus .car img{display: none}
  
    #services{padding: 3rem 15px 3.8rem;}
  #services .row{margin-top: 2.2rem}
  #services .btn-primary{margin-bottom: 0; font-size: 15px; padding: 6px 25px}
    #services .icon{width: 90px;margin-top:-3rem; margin-right: 17px;margin-left: auto;}
  
  #services h3{font-size: 27px; width: 50%}
  
  #cta{padding: 3rem 00px 5rem}
  #cta .two-btn{align-items: center;}
  #cta .two-btn .call{margin-top:1.8rem}
   
  .line{width: 100px;}
  #whyus{padding: 3.5rem 10px;}
  #whyus .row{margin-top: 1.5rem}
  
  #whyus .fbox{flex-direction: column; align-items: start;  padding: 1.5rem 1.5rem;}
  #whyus .fbox .icon{width: 65px; margin:0 0 1rem;}
  #whyus .fbox h3{font-size: 24px; margin-bottom: 0.5rem}
  
  #testimonial{padding: 3rem 15px 3rem}
  #bottom .grid{gap: 2.6rem;}
  #bottom .main-widget p{margin-top:1.5rem}
  #bottom .widget h3{margin-bottom: 1.8rem}
  
  #slider .btn-primary{padding: 6px  35px; font-weight: 600}
  
  #contact-info {gap: 1.8rem}
  #main .info-box{gap:1.5rem}
  #main .info-box .icon{width: 80px; height: 80px; padding:1.4rem;}
  #main .info-box h3{font-size: 22px}
  
  #pagetitle{padding: 4.5rem 1rem;}
  #pagetitle h1{font-size: 32px; margin-bottom: 0.8rem;width: 63%;}
  #pagetitle .breadcrumb{font-size: 12px}
  #pagetitle:before{background: linear-gradient(90deg, #000 25%, transparent 100%); }
}

@media screen and (min-width: 220px) and (max-width: 420px) {
.carousel-caption h1{font-size:28px}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
  #bottom .col-md-4{width: 33%;float: left;margin-top: 0;}
  #logo img{width: 230px;height: auto;float:left;}
	
  .carousel-caption{/*! text-align: center; */}
  .carousel-caption .btn-primary{margin: 1.5rem auto 3rem}
  .carousel-caption h1{font-size: 42px;}
  .carousel-caption h1 br{position: absolute; }
    #services{padding: 3.5rem 15px 4rem;}
 
}

@media (min-width: 576px) {
.container-fluid {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fluid {
max-width: 1040px;
}
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 1350px;
}
}

@media (min-width: 1400px) {
  #slider .bgimage img{height: 740px}
}
