/*
Theme Name:  13SilverTaxis
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#FBB03B;
--tertiarycolor:#151515;
  /* Font Variables: */
--primaryfont:'Roboto', sans-serif;
--secondaryfont:'Lato', 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:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;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 35px;border-radius: 25px;}
.aligncenter{display:block;margin:0 auto;}
.round{border-radius: 20px; margin-bottom: 2rem;margin-top: 1.6rem;}

#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:absolute;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 15px 0;}
.header_area .row{align-items:center}


#top-bar{float: left;background:linear-gradient(to right, var(--secondarycolor), var(--tertiarycolor), var(--secondarycolor));width:100%;padding:0.2rem 0;}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar img{width:28px;transition:0.6s ease-in-out}
#top-bar a{margin:0px 5px;color: #fff;font-size: 1rem;display: inline-block;}
#top-bar .col-md-6:nth-child(1) a{padding:2px 0}
#top-bar a i{margin-right:10px;color:var(--tertiarycolor)}
#top-bar a:hover{color:var(--tertiarycolor);}
#top-bar a:hover img{transform:scale(1.1)}
#top-bar .pull-right,#top-bar .social{float:right;line-height: 1rem;}

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

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

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 44px;}
h3, .heading {font-size: 25px;}
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}


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

.btn-primary{display: table; background: #000; color:#fff !important; padding: 9px 45px; margin-top:1.5rem; font-size:17px !important; border-radius:50px; transition:0.5s ease;font-weight: 600;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}


.header-btn{display: table; background: #f1f1f1; padding: 5px 25px; font-size:24px !important; color: #000 !important; border-radius:50px;}

.header-btn:hover {color:#fff !important; background:#000}

.two-btn{display: flex; flex-wrap: wrap; gap: 1rem; margin-top:2.5rem;}
.call-btn{display: table; background: var(--secondarycolor); padding: 7px 30px; font-size:24px !important; color: #000 !important; border-radius:50px;font-weight: 600;}
.more-btn{display: table; background: #f1f1f1; padding: 6px 40px; font-size:23px !important; color: #000 !important; border-radius:50px; font-weight: 600;text-align: center;}
.call-btn:hover{background: #fff}
.more-btn:hover{background: var(--secondarycolor)}


#slider {position: relative; z-index: 1; }
#slider .bg-image img{width: 100%;  height: 980px; object-fit: cover}

.carousel-caption{position: absolute; top: 0; left: 0; bottom: 0; right: 0;  display:flex; align-items:end;}
.carousel-caption .row{align-items:end;}
.carousel-caption  h1{font-size: 45px; position: relative; padding-bottom: 1rem; margin-bottom: 1rem;font-weight: 900;}
.carousel-caption  h1:before{content: ""; position: absolute; bottom: 0 ;left: 0; width: 180px; height:3px; background: var(--secondarycolor)}

#featers-section{margin-bottom: 6rem; padding:0 10px}
#featers-section .row{gap: 2rem; justify-content: center}
.fact-box{flex: 1 0 300px; text-align: center;border: 2px solid #404040;border-radius: 40px;padding: 0 1rem 1.8rem;margin-top: 3.4rem;max-width: 369px;}
.fact-box .icon{width: 110px; margin: -3.4rem auto 1.5rem; background: var(--secondarycolor); padding: 1.4rem; border-radius: 50%;   }
.fact-box .heading{text-transform: uppercase}

.line{display: table; width: 90px; height: 4px; background: var(--secondarycolor); margin: 1rem 0 1.5rem;}
.line.center{margin: 0.6rem auto 0.8rem;}

#about{width: 100%; position:relative; z-index:1; padding-top:5rem; overflow: hidden;margin-bottom: 3rem;}
#about:before{content: ""; position: absolute; left: 0 ;right: 0; top: 0; bottom: 0; width: 70%; height: 93%; background: #000}
#about h2{color: #fff}
#about p{color: #f1f1f1}
#about .image{position: relative; margin-right: -8rem; }
#about .float-logo{position: absolute; top: 4rem; left: 3rem; width: 200px; background:#fff; height:200px; display:flex;transform: rotate(40deg) scale(0.9); align-items:center; justify-content:center; padding:0.8rem; border-radius:50%; animation:rotating 5s linear infinite;}

@keyframes rotating{
    50%{transform: scale(1)}
}

#counter{margin-top: 1.8rem; margin-bottom: 2rem}
#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 100%;  height: 60px;position: relative;}
#counter .progressbar-text{font-weight: 700; color: var(--secondarycolor) !important;;font-size: 40px;}
#counter .heading{font-size: 20px;text-align: center;}
#counter .row{justify-content: space-between}

.cbox{flex: 1 0 150px; width:fit-content;text-align: center;max-width: 156px;text-align: center;}

p:empty{display: none  !important; position: absolute !important;}


#service-section{text-align: center;margin-bottom: 6rem;padding: 0 10px;}
#service-section .dis{width: 45rem; margin: 0 auto 3rem; max-width: 100%;}
#service-section .row{gap: 3rem 2.4rem;}

.service-item{flex: 1 0 300px; background: #f1f1f1; position: relative; padding-bottom: 3rem;margin-bottom: 1.5rem;}
.service-item .image{position: relative}
.service-item .image img{width:100%; }
.service-item .icon{position: absolute;bottom: 0; left: 0; width: 70px; background: #000; padding: 10px 10px}
.service-item .content{padding: 1.8rem 1rem 0;}
.service-item h3{text-transform: uppercase; position: relative; padding-bottom: 15px; margin-bottom: 1rem;font-weight: 600;}
.service-item h3:before{content: ""; position: absolute; left: 0 ; bottom:0;  right: 0; width: 80px; height: 4px; margin: 0 auto; background: var(--secondarycolor)}
.service-item  p{color: #303030; }
.service-item .btn-primary{position: absolute; bottom: -1.4rem; left: 0 ;right: 0; margin: 0 auto;}

#why-choose{margin-bottom: 3rem}
#why-choose .more-btn{background: #000; color: #fff !important;}
#why-choose .more-btn:hover{background:#000; color:var(--secondarycolor)!important;}
#why-choose .row{align-items: center}
#why-choose p{margin-bottom: 1.5rem}
#why-choose .call-btn:hover{background: #000; color:#fff !important;}

#testimonials{background: #050505; text-align:center; }
#testimonials .col-md-6:nth-child(1){padding: 2rem 5rem; display:flex; flex-direction:column; justify-content:center; align-items:center;}
#testimonials h2{color: #fff}
#testimonials p{color: #f1f1f1}
#testimonials .heading{font-weight: 600; color: #fff; margin-top:2rem }
#testimonials .quote{margin: 1.2rem auto 1.3rem}

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

.formWrap{background:#303030; padding: 2rem 1.3rem 2rem;border-radius: 35px;}
.formWrap h3{text-align: center; font-size: 18px !important;color: #fff !important;;margin-bottom: 1rem !important;text-transform: uppercase !important;border-bottom: 0 !important;padding-bottom: 0 !important;}
.info-icon{display: flex; width: 100%; flex-direction: column; background: #f1f1f1; margin-bottom: 1rem;padding: 1rem 1.5rem 1.5rem }
.formWrap #contactform input.wpcf7-submit{background: var(--secondarycolor); color: #000; border: none; transition:0.5s ease-in-out}
.formWrap #contactform input.wpcf7-submit:hover{background: #505050; filter: brightness(1.1)}

#contactpage #contactform input ,#contactpage #contactform select ,#contactpage #contactform textarea{padding: 10px 20px; height: 48px}
#contactpage #contactform input.wpcf7-submit{font-size: 17px; padding:  0 30px !important; margin-top: 1rem}
#contactpage #contactform input.wpcf7-submit:hover{color: #fff}

.contact_detail{margin-top:1.9rem !important;}
.contact_detail li{display: flex; align-items: center; gap: 0.5rem; margin-bottom:1.3rem; border-bottom: 1px dashed #ccc; padding-bottom: 0.7rem;}
.contact_detail li h3{margin-bottom: 0.1rem !important; font-size:18px !important; border-bottom: 0 !important;padding-bottom: 0 !important;}
.contact_detail li {color:  #454545 !important;}
.contact_detail li p{margin-bottom:0 !important; }
#main .contact_detail li a{color: #454545;font-weight: 400;}
.contact_detail .icon{width: 60px; height: 60px;background: var(--secondarycolor); padding: 0.7rem;border-radius: 8px; margin-right: 0.8rem}
#contactpage h2{font-size: 34px !important; }
#contactpage  .line{background: var(--secondarycolor) !important; margin: 0.5rem 0 1.2rem; width: 120px; height: 4px}

#contactpage  #contactform textarea{height: 120px !important;}
#contactpage h2::before{display: none }
#contactpage h2{margin-bottom: 1rem !important; padding-bottom: 0 !important}

#booking-form{background: #000; padding: 2rem 1rem; width: 31.5rem;border-radius:15px; position: relative;z-index: 9;margin-bottom: 5rem;}
#booking-form h2{color: #fff; text-align: center; margin-bottom: 1.4rem; padding-bottom:0.8rem; position:relative;font-size: 33px;}
#booking-form h2:before{content: ""; position: absolute; bottom:0; left:0; right:0;width:100px; height:2px; background:var(--secondarycolor); margin:0 auto;}
#bookonline p, #bookonline {text-align: center !important;}
.bookingform{background:#353535;padding:35px 20px 35px;margin-top:30px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;border-radius: 35px;}
.bookingform #contactform input ,.bookingform #contactform select ,.bookingform #contactform textarea{padding: 10px 20px; height: 48px}
.bookingform #contactform input.wpcf7-submit{font-size: 17px; padding:  0 50px !important; margin-top: 1rem;color: #000;}


#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: 15px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 0;border-radius: 10px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 80px !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: var(--secondarycolor);color: #000;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;border-radius: 10px;}
#contactform input.wpcf7-submit:hover{background: #fff;color: #000 ;}
#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}

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

.list {margin-bottom: 0}
.list li {list-style :none;padding: 0 0px 10px 2rem;/*! 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 ; margin-right:0.6rem; position:absolute;left:0rem;top:-1px; font-size:18px }
.list li:last-child{padding-bottom: 0}

.list2 {margin:10px 0 20px 0px !important;;}
.list2 li {list-style :none;padding: 0 0px 15px 2.6rem;/*! display: flex; */list-style-position: inside;align-items: baseline;position:relative;}
.list2 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: 28px; height: 28px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}
.list2 li strong{color: #303030}


#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {text-align: center;background:url(https://www.13silvertaxis.com.au/wp-content/uploads/2025/04/Inner-page-banner.jpg);background-position: center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 13rem 0 3rem; position:relative; z-index:1;filter: saturate(0);}
#pagetitle:before{content: ""; position: absolute ; top: 0 ; left: 0 ; right: 0 ;bottom: 0 ; background:rgba(255, 255, 255, 0.8); z-index: -1}
#pagetitle h1 {color:#101010;text-align: center;text-transform: uppercase;font-weight: 800;font-family: var(--secondaryfont);margin-bottom: 0.4rem;font-size: 36px;}
#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: var(--primarycolor);font-weight: 300;}
.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}

#cta-section{background-size:cover; padding:3rem; position: relative;background: linear-gradient(60deg, #171717, #050505);}
#cta-section h3{color: #fff;font-weight:900;margin-bottom:0.5rem;text-transform: capitalize;font-size: 28px;}
#cta-section h3 span{color: var(--secondarycolor);}
#cta-section .sub-heading{color: #ccc; font-weight: 300;}
#cta-section .right-btn{display: flex; justify-content: end; gap:1.5rem;align-items:  center}
#cta-section .right-btn a {color: #fff;padding:10px 35px; font-size: 20px; font-weight: 600; text-transform: uppercase}
#cta-section .right-btn a:nth-child(1){border:2px solid #fff}
#cta-section .right-btn a:nth-child(2){background: #fff; color: #000;padding: 10px 40px;}
#cta-section .right-btn a:nth-child(2) i{font-size: 25px; margin-right: 5px;animation: animationFramesTwo 1.5s infinite linear alternate;}
#cta-section .right-btn a:hover{color: var(--secondarycolor); border-color:var(--secondarycolor) }
.fa-phone-volume:before {
  content: "\f2a0";
}


#main{padding: 4rem 0 4rem;}
#main p{font-size: 16px;text-align:justify;}
#main a{color:var(--primarycolor); }
#main a:hover{color:var(--secondarycolor);}
#main li{list-style: none;line-height: 30px;}
#main h2{font-size: 32px;   line-height: 1.3; position: relative; padding-bottom:1.2rem;font-weight: 700;margin-bottom: 1.8rem;text-transform: capitalize;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 200px; height: 5px; background: var(--secondarycolor);  }
#main h3{border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom: 1.1rem; font-size: 27px;text-transform: capitalize;width: 100%;font-weight: 600;line-height: 1.4;}
#main p+h3{margin-top: 1.5rem;}
.line{display: table; width: 120px; height: 4px; margin:10px  0 25px; background: #000}

#formWrap{background: var(--tertiarycolor); padding: 25px 10px 30px;border-radius:25px;display: flex; flex-direction: column ; justify-content: center ; align-items: center; position: sticky;top: 1.5rem;}
#formWrap .heading{font-size:32px;font-weight:600; font-family:var(--primaryfont); color:#fff; margin-bottom:0.8rem;}
#formWrap .line{margin: 0.2rem auto 1.6rem;width: 120px;height: 3px;background: var(--secondarycolor);}
#formWrap #contactform .wpcf7-submit:hover{background:#fff;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: capitalize;padding: 0 0 0.8rem 0;margin-bottom: 1.8rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.widget ul li:before{content: "-"; margin-right: 0.5rem; font-weight: 600;color: #252525;}
.main-widget{text-align: center;padding: 0 10px;}
.main-widget img{width: 260px; max-width: 90%; margin: 0 auto 1.2rem;}

#bottom {background: #f1f1f1;color:#252525;font-size: 16px;padding: 5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:30% auto;gap: 2.5rem 4rem;}
#bottom a {color: #252525;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 28px; position: relative;}
#bottom .widget h3:before{content: ""; position: absolute; bottom: 0; left: 0; width: 80px; height: 3px; background: var(--secondarycolor)}
#bottom .widget li {border: none;text-decoration: none;color:#252525;list-style: none;}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: #252525;font-size: 16px;}
#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;}

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

.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: 999;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 !important ;}
.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;}

#menu-top-nav .header-btn{background: var(--secondarycolor); display:flex !important; margin:1.8rem auto 0;width:fit-content; padding:5px 30px !important; align-items:center}	

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


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    
    #booking-section{padding:  0 10px}
    #booking-form{  width: 100%;margin-bottom: 4rem;}
    
     #about:before{width: 100%;}
    
    #about{text-align: center;padding-top: 3rem;margin-bottom: 2.4rem;}
    #about .line{margin: 1rem auto 1.5rem}
    #about .row{gap: 3.2rem;}
    #about .two-btn{justify-content: center}
    
    #why-choose img{margin: 0 auto}
    #testimonials .bg-image img{width: 100%;}
    #testimonials .row{flex-direction: column-reverse}
    #testimonials .col-md-6:nth-child(1){padding: 3rem 0.9rem 2.4rem;}
    #testimonials .bg-image{padding: 0}
    
    .grid{display: grid; grid-template-columns: 100% !important; }
    #bottom .dis{width: 38rem; margin: 0 auto;max-width: 100%;}
    #footer{margin-top: 2rem !important;}
    
    #featers-section{margin-bottom: 4rem}
    
    h2{font-size: 34px;}
    h3, .heading{font-size:24px;}
    
    #formWrap{margin-bottom: 1.8rem;}
    #cta-section{text-align: center}
  #cta-section .right-btn{justify-content: center;flex-wrap:wrap;gap: 0.8rem;margin-top: 1.6rem;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
#slider .car-slider{margin-right: -5rem; margin-left: -9rem; margin-bottom:5rem;}
    #about .col-md-6:nth-child(1){padding-right: 3rem}
    #about p{text-align: justify}
    
    #testimonials .bg-image{padding: 0}
    #testimonials .bg-image img{width: 100%;}
    
    #slider .text-box{padding-bottom: 40rem;}
    #booking-form{  margin-top: -38rem;}
#contactpage  > .row  > .col-md-5{padding-right:2rem}
    #formWrap{margin-right: 1.2rem;}
    
    .widget:nth-child(2){padding-left: 0}
.site-menu-toggle{display:none;}
}

@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}
    
    #slider .bg-image img{height: 650px}
    
     #slider .bg-image img{height: 550px; margin-bottom: 7rem;}
    .carousel-caption .text-box{text-align: center}
    .carousel-caption h1::before{margin: 0 auto; right:0; }
    .carousel-caption .car-slider{width: 100%; margin: 2.8rem auto -4rem;}
    .carousel-caption h1{font-size: 34px;}
    
     #booking-form{  padding:2rem 8px; margin-bottom: 4rem}
    .cbox{flex: 1 0 50px; max-width:100%; width: 30px}
    .cbox .progressbar-text{font-size: 35px !important;}
    .cbox .heading{font-size: 13px !important;}
    
    #about .row .row{width: 95%; margin:  0 auto; gap:0.8rem}
    #about .two-btn{margin-top: 1rem}
    
    .two-btn a{min-width: 200px; font-size: 18px !important;}
    #counter{margin-top: 1rem; margin-bottom: 1.8rem}
    
    #about .image{margin-right: -1rem; margin-left: -1rem}
    #about .float-logo{width: 130px; height: 130px;top: 1.5rem; left: 0.8rem}
    
    #service-section .dis{margin-bottom: 2rem}
    .btn-primary{font-size: 16px !important;padding: 5px  40px}
    
    #service-section .row{gap: 2.5rem 2.4rem;}
    .service-item .btn-primary{bottom: -1rem; margin: 0;left: 50%;transform: translateX(-50%);}
    
    #service-section{margin-bottom: 3rem}
    
    #testimonials .quote{width: 100px}
    
    .widget{margin-bottom: 1rem}
    .widget:last-child{margin-bottom: 0}
    
    #bottom{padding-top: 3rem}
    #footer{margin-top: 0.9rem !important;}
    
    #contactform input.wpcf7-submit{height: 45px; font-size: 16px; padding: 0 35px}
    .fact-box .icon{width: 90px; margin: -3rem auto 1.2rem; padding: 1rem }
    
    .fact-box{padding: 0 0.8rem 1.4rem}
    #main p{text-align: left;}
    #formWrap .heading{font-size: 26px}
    
    #pagetitle h1{font-size:34px; text-transform: capitalize;}
  .breadcrumb{font-size: 13px}
    #main h2{font-size: 26px;}
    #main h3{font-size: 22px;}
    
      #service-sec > .row >.col-md-6:nth-child(2){padding: 0}
    #cta-section{padding:3rem 10px;}
 #cta-section .right-btn a{padding:10px 25px !important;width: 80%}
 #cta-section h3{font-size: 26px; line-height: 36px}
    
     #main{padding: 3.5rem 0 2rem;}
    
	#pagetitle {padding: 10rem 10px 2rem;}
    #contactform select{padding-left:0; text-indent: 10px }
}


@media screen and (min-width: 600px) and (max-width: 1120px) {
#bottom .col-md-4{width: 33%;float: left;}
  #slider .bg-image img{height: 600px; margin-bottom: 8rem}
    .carousel-caption .text-box{text-align: center}
    .carousel-caption h1::before{margin: 0 auto; right:0; }
    .carousel-caption .car-slider{width: 80%; margin: 2.2rem auto -4rem;}
    .carousel-caption h1{font-size: 38px}
    #about .row .row{width: 80%; margin: 0 auto}
}

