/*
Theme Name:  Geelong Cabs Booking 
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#2E3142;
--secondarycolor:#ffda2b;
--tertiarycolor:#E55A1F;

  /* Font Variables: */
--primaryfont:"Montserrat", sans-serif;
--secondaryfont:"Open Sans", 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: 17px;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 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: var(--primarycolor);}
#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%;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 9999;background:#151515;transition: background 0.4s, all 0.3s linear;padding: 0.7rem 0;}
.header_area .row{align-items:center}
.home .header_area{position: absolute; background: transparent;padding: 1rem 0;}

.pull-right{display: flex; justify-content: end; gap: 1.8rem; margin-bottom: 1rem;}
.pull-right a{font-size: 18px;font-weight: 700;color: #fff; display: flex; align-items: center; gap: 0.4rem }
.pull-right a i{color: var(--secondarycolor); font-size: 18px}
.pull-right a:nth-last-child(1) i{font-size: 21px}

#logo {display:flex}
#logo img{width:186px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: var(--primarycolor);line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 42px;text-transform: uppercase;}
h2 {font-size: 42px;}
h3 {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:var(--secondarycolor);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{padding: 3px 36px !important;color:#000 !important; border-radius: 10px;transition:0.3s ease-in-out;background: var(--secondarycolor); margin:1.2rem 0 0;font-weight: 600;display:table;position:relative;text-transform:uppercase; z-index:1;font-weight: 500;width: fit-content;}
.header_area .btn-primary{margin-top:0}
.btn-primary:hover:before {opacity: 1}
.btn-primary:before{content: ""; position: absolute ;transition: 0.5s ease;top:  0px;bottom:0px; left:0px; right:0; z-index: -1;border-radius: 10px; background: #ffda2b82; filter: blur(20px);opacity:0}
.btn-primary:hover{color: #000 !important;}

.more-btn{padding: 4px 40px;margin:1.5rem 0 0;display: table;font-size:18px;background: var(--primarycolor);color: #fff;text-transform: uppercase;border-radius: 10px;}
.more-btn:hover{color:var(--secondarycolor) !important; }

.line{width:280px; height:3px; display:flex; margin:0 auto 1rem; background:var(--secondarycolor)}
.header_area .more-btn{margin: 0;}

#slider{background:url(https://www.geelongcabsbooking.com.au/wp-content/uploads/2024/03/Slider.jpg) center;position: relative;height:47rem;background-size: cover;}

.carousel-caption {right: 0%;top: 0%;bottom:0;left: 0%;z-index:997;text-align: center;position:absolute;display: flex;align-items: center;flex-direction:column; justify-content:start}
.carousel-caption h1{color: var(--secondarycolor); font-weight: 800; font-size:44px}
.carousel-caption :where(.subheading, p){color: #fff}
.carousel-caption .subheading{font-size: 37px;text-transform:uppercase; font-weight: 600;line-height: 1.2;}
.carousel-caption p{font-size: 18px;width: 40rem;  line-height:1.6;margin: 0 auto;max-width: 100%;}
.carousel-caption .text-box{margin-top: 13.5rem;}

.form-box{ background:linear-gradient(180deg, var(--secondarycolor), var(--tertiarycolor)); align-items: center;border-radius: 15px;padding: 2rem 0;gap: 1rem;margin-top: -16rem;z-index: 999;position: relative;}
.form-box h2{color: var(--primarycolor); padding: 0 10px;text-transform: uppercase;font-size: 28px;}
.form-box img{width: 100%}
.form-box >p{display: none}

#inner-booking-form{margin: 0; background:#eaeaea;}
#inner-booking-form textarea{height: 100px;resize:none}

#about{margin: 5rem 0px;width: 100%;}
.page-id-41 #about{margin: 0 0 4rem;}
#about .row{align-items:center}
#about .col-md-6 > img{border-radius: 10px;  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;}
#about h2{text-transform:uppercase; font-weight:600;font-size: 26px;line-height:1.4 }
#about h2 span{width: 100%; display: block;font-weight:800; font-size: 40px; color:var(--secondarycolor); margin-bottom:1rem;}
.page-id-41 #about h2 span{color: var(--primarycolor);}
#about .sub-heading{margin-bottom: 0.6rem; display: flex;align-items:center;text-transform: uppercase; gap: 0.7rem; font-size: 18px; position: relative; }
#about .sub-heading:before{content:"";width:40px; height:3px;background:var(--primarycolor);}


.icon-box{width: calc(100%/2 - 4rem); border:3px solid var(--secondarycolor); margin:0 auto 3rem; padding:1.5rem 1rem;border-radius: 21px;}
.icon-box img{width: 80px; margin: 0 auto 0.6rem}
.icon-box .ftitle{font-size: 18px;text-align: center; font-weight: 500;margin-bottom: 0;}
.icon-box:nth-child(3),.icon-box:nth-child(4){margin-bottom: 0}

#service-page{margin-bottom: 2rem;}
#service-page h2{text-align:center; width:40rem; max-width:100%; margin:0 auto 1rem; line-height: 1.3;}
#service-page .container > p{width:45rem; margin: 0 auto 2rem; text-align: center;max-width: 100%;}

.sub-heading-c{display: flex; width: fit-content; align-items: center; gap: 0.8rem; margin: 0 auto 0.2rem; text-transform: uppercase}
.sub-heading-c:before, .sub-heading-c:after{content: ""; width: 40px; height: 3px; background: var(--primarycolor)}

.service-box{width: calc(100%/3 - 1rem); margin: 0 auto 3rem; background:var(--primarycolor); overflow:hidden}
.service-box *{transition:0.4s ease-in}
.service-box .more-btn{background: #fff; color: var(--primarycolor)}
.service-box .stitle{color: #fff;text-transform: uppercase}
.service-box p{color: #fff;font-size: 16px;}
.service-box .content{padding: 1.5rem 2rem;border-bottom: 4px solid var(--primarycolor);}
.service-box:hover .content{background:var(--secondarycolor)}
.service-box:hover .stitle{color:var(--primarycolor)}
.service-box:hover p{color: #000}
.service-box:hover .more-btn{background: var(--primarycolor); color:#fff}

#testimonials{padding: 4rem 0px;width: 100%;float: left;text-align: center;background: url(https://www.geelongcabsbooking.com.au/wp-content/uploads/2024/03/Testimonial-BG.jpg) no-repeat center;background-size: cover;}
#testimonials .testimonials-items {padding:28px 25px; background:#fff;text-align: left;border-radius: 20px;}
#testimonials .testimonials-items * , #testimonials .testimonials-items{transition:0.5s ease}
#testimonials .testimonials-items:hover{background: var(--primarycolor)}
#testimonials .testimonials-items:hover  p{color: #fff}

#testimonials .quote-box{display: flex; justify-content: space-between; align-items: end; margin-bottom: 0.6rem;}
#testimonials .quote-box img{width: 60px;}
#testimonials .col-md-7 > p{margin-bottom: 1.8rem}
#testimonials .stars{width: 120px;max-width: 100%;}
#testimonials .clint-name{margin-bottom: 1.2rem; font-weight:600; text-transform: uppercase;margin-top: 10px;}

#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 10px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:15px; height:15px; background:#dbd9e6; border-radius:50%; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--primarycolor);}


#single-title{padding:8px 0;}
#single-title .row{justify-content:center;}

#single-post {padding:3rem 10px;}
#single-post h1{text-transform: capitalize;margin-bottom: 1.5rem;font-size:2.2rem;border-bottom:1px dashed;padding-bottom:1rem;font-weight: 800;}
#single-post h2{border-bottom: 1px dashed #ccc; padding-bottom:12px; margin-bottom: 1.2rem}
#single-post h3{position: relative;padding-bottom: 1rem;margin-bottom:1.2rem;}
#single-post h3:before{content:"";position: absolute;bottom: 0;left: 0;background:var(--secondarycolor);width:150px;height: 3px}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post .round-img{border:4px solid var(--secondarycolor); border-radius:15px; width:100%; margin: 1rem 0}

.row .rev{flex-direction:row-reverse; margin:2rem auto;}
.single .row {align-items:center;}
.blog-img{border-radius:25px;}
#blog .blog-item{flex: 1 0 300px;max-width:345px; border:  1px solid #000; padding:5px;margin: 0 auto 1.8rem;}
#blog .blog-item  .blog-thumbnail{filter: saturate(1.4) }
#blog .blog-item  .blog-thumbnail img{aspect-ratio: 6/4;width: 100%;height: auto;object-fit:cover}
#blog .blog-item .content{border-top: 1px solid #000; padding: .8rem 5px}
#blog .blog-item :where(h4 , a)  {line-height: 28px; color: #303030}
#blog .blog-item p{ font-size: 15px; color:#353535}
#blog .blog-item .more-link{background:var(--secondarycolor); color: #fff; display: flex;justify-content:center; width:fit-content;margin-top:0.8rem; padding: 2px 15px }


#single-post h1{margin:-30px 0px;}

.hollow-accordion-06{padding:4rem 0;text-align: center;}
.hollow-accordion-06 .accordion-wrap {
  width: 100%;
  text-align: left
}
.hollow-accordion-06 .dropdown-wrap {
  /*! border-bottom: 1px solid #ccc; */
  margin-bottom: 10px;
}
.hollow-accordion-06 .dropdown-title .question {
  font-size: 1rem;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-weight:600;
font-family: var(--primaryfont);
  color: var(--primarycolor);
  background: #f3f3f3;
  border-radius: 5px;
}
.hollow-accordion-06 p:empty{display: none}
.hollow-accordion-06 .dropdown-title .question span {
  padding-right: 1rem;
}
.hollow-accordion-06 .dropdown-title .question i {
  font-size: 1rem;
  align-self: center;
  color: var(--defaultMainLight);
  transition: all .3s ease;
}
.hollow-accordion-06 .dropdown-title:hover .question i {
  transform: rotate(180deg);
}
.hollow-accordion-06 .active .dropdown-title.question i {
  transform: rotate(405deg);
	color: var(--secondarycolor);
}
.hollow-accordion-06 .dropdown-content {
  display: none;
}
.hollow-accordion-06 .dropdown-content p {
  margin: 0 !important;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-accordion-06 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width:767px) {
  .hollow-accordion-06 {
    padding: 2rem 0;
  }
  .hollow-accordion-06 .content-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-accordion-06 .btn-wrap a {
    font-size: 1.1rem;
  }
  .hollow-accordion-06 .accordion-wrap {
    width: 100%;
  }
  .hollow-accordion-06 .dropdown-title .question i {
    font-size: 1.2rem;
  }

}

#counter{padding: 3.5rem 0; background: var(--secondarycolor)}
#counter .ctitle{font-weight: 300;font-size: 16px;color:var(--primarycolor);font-size: 20px; font-weight: 500;text-transform: capitalize;}
#counter .count-items{width: calc(100%/4 - 0rem); margin:  0 auto;text-align: center;border-right: 3px solid #fff;}
#counter .count-items:nth-last-child(1){border-right:0}
#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0 auto; width: fit-content;  height: 55px;position: relative;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 2rem;background:transparent;position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: inline-block;line-height: 65px;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color: #000;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;}

@-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 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;
    }
}

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

#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 :where(input , select , textarea){width: 100%;padding: 9px 15px;background: #fff;border:none; margin:6px 0;  transition: 0.5s ease-in-out;border-radius: 10px;-webkit-border-radius:10px;height: 38px;}
#contact-box #contactform :where(input , select , textarea){padding:12px 20px; height:unset}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
.home  #contactform textarea{width: 100%;height: 40px !important;padding: 10px;}
#contact-box #contactform textarea{height: 120px}
#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(--primarycolor);color: #fff;cursor: pointer;margin: 0px auto;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 5px;border: none;align-items: center;padding: 6px 40px 6px;font-size: 24px;font-weight: 400;width: 100%;text-transform: capitalize;height: unset;justify-content: center;}
#contactform input.wpcf7-submit:hover{color: var(--secondarycolor) ;}
#contactform .wpcf7-spinner{display: none}

#contact-box #contactform .wpcf7-submit{width: fit-content;background: var(--secondarycolor);color: #000; font-size: 18px; padding: 10px 30px;font-weight: 600;}
#contact-box #contactform .wpcf7-submit:hover{background: var(--primarycolor); color: #fff}

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;}

#contact-box{background:#f1f1f1;border-radius:10px; overflow:hidden}
#contact-box >.row > :where( .col-md-7 , .col-md-5 ) {padding: 2rem 1rem;}
#contact-box >.row > .col-md-5{background:url(https://www.geelongcabsbooking.com.au/wp-content/uploads/2024/03/Geelong-Cabs-Footer-BG.jpg);}
#contact-box p:empty{display: none}
#contact-box h3{color: #fff; border-bottom: 0 !important;font-size: 30px; margin-bottom: 0 !important;}
#main #contact-box :where(p , .content){color: #fff !important;font-size: 18px;text-align: left;}

.info-box{display: flex; align-items: center ; width: 100%; gap:0.7rem; font-size: 22px; margin-bottom: 1.5rem;}
.info-box:nth-child(1){margin-top:0.8rem}
.info-box:nth-child(3){margin-bottom:0 !important}
.info-box img{width: 37px;}
.info-box small{color: #ddd;}
.info-box :where(a , p){color: #fff !important; }

.post {padding: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.list{font-size: 16px}
.list li {list-style :none;padding: 0 0px 10px 1.7rem;/*! 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:0px; font-size:16px }
.list li strong{color:var(--primarycolor)}
.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}

#pagetitle {padding:2.8rem 0;width: 100%;text-align: center;background:#f1f1f1;color:var(--primarycolor);background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle h1 {color:#000;text-align: center;margin-bottom: 0.3rem;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 16px;text-transform: uppercase;color: #151515;font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.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: #151515}

#main{padding: 4rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{border-bottom: 1px dashed var(--tertiarycolor);padding: 0 0 10px;margin-bottom: 24px;font-size: 30px;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}

#about-section2{background:#f5f5f5; font-size: 16px;margin-bottom: 3rem;}
#about-section2 .col-md-6{padding: 0; display:flex; justify-content:center; flex-direction:column;}
#about-section2 .col-md-6:nth-child(1){padding: 2rem 2.5rem; position:relative}

.widget {padding: 0 1.5rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem;display: flex;align-items: center; gap: 0.8rem;}
.widget ul li::before{content: "";height: 1px; width: 8px; background: #fff}

.social{display:flex;width:fit-content; margin:1.5rem auto 3rem}
.social li{margin:0 5px !important;display:table}
.social li:before{display:none}
.social li img{width: 35px !important;transition:0.6s ease;height: 35px;}
.social a:hover img{opacity:0.7}

#bottom {background: url(https://www.geelongcabsbooking.com.au/wp-content/uploads/2024/03/Geelong-Cabs-Footer-BG.jpg);color:#fff;font-size: 18px;padding: 3.5rem 0 0;background-size: cover;}
#bottom .footer-dis{width: 55rem;max-width: 100%; margin:  0 auto 0rem; text-align: center; }
#bottom a {color: #fff;}
#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: var(--secondarycolor);text-transform: uppercase;font-size: 24px;margin:0 0 1.5rem;}
#bottom .widget li {border: none;text-decoration: none;color:#fff ;list-style: none;}
#bottom .flogo{width: 210px; margin: 0 auto 1rem}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; background: none; height: 30px; width: 30px; background:var(--secondarycolor); color:#000; display:flex; align-items:center; justify-content:center; border-radius:50%;min-width: 30px;}
#bottom .footer-contact .address:before {content: "\f3c5";}
#bottom .footer-contact .phone:before {content: "\f879";}
#bottom .footer-contact .email:before {content: "\f0e0";}

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

@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 img{width: 140px;height: auto;float:left;}

#bottom {width: 100%;display: block;padding: 3rem 10px 0;}
.fleft, .fright {float: none;}
.form-box img , .pull-right{display: none}
	.service-box{width: calc(100%/2 - 1rem); }
	.features-box{margin-top:3rem}
	.form-box{text-align: center; padding:2rem 1rem}
	.carousel-caption h1{font-size: 38px}
	.carousel-caption .subheading{font-size: 30px}
	#slider{height: 44rem}
	#bottom {font-size: 14px}
	#counter{padding: 2rem 10px 1rem;}
	#counter .count-items{width: calc(100%/2); border:none; margin-bottom:1.8rem;}
	
	#service-page h2 , h2{font-size: 30px}
	#testimonials{background: #eaeaea}
	h3{font-size: 22px}
	body{font-size: 16px}
	#footer{padding-top: 2rem}
	.fleft{margin-bottom: 0.5rem}
	#counter .progressbar-text{font-size: 40px !important;;}
	.more-btn{font-size: 16px; padding: 4px 25px}
	#about{text-align: center}
	#about h2{font-size: 28px; line-height:1.1}
	#about .sub-heading {margin: 0 auto 0.6rem; width:fit-content}
	#about .more-btn{margin: 2rem auto 0; padding:4px 35px; font-size:17px}
  #about .sub-heading:after{content: ""; width: 40px; height: 3px; background: var(--primarycolor)}
	#testimonials .testimonials-items{text-align: center; display: flex; flex-direction: column; align-items: center}
	.header_area .btn-primary{margin: 1rem auto 0; padding:6px 40px !important;}
	
	#about-section2 .col-md-6:nth-child(1){padding:1.5rem 1rem 0.5rem;order:2}
	.page-id-41 #about p{text-align: center !important;}
	.page-id-41 #about img{margin-bottom: 1rem}
	.header_area{padding: 1rem 0}
	
	.blog-img{border-radius:25px;margin: 20px auto;width: 70%;}

}

@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.site-menu-toggle{display:none;}
	.form-box{padding-right: 2rem}
	.form-box{display: grid; grid-template-columns: 44% auto;}
	.widget {padding-left: 5rem}
	#inner-booking-form h2{text-align: center; border-bottom: 1px dashed #000; padding-bottom: 8px; margin-bottom:1.2rem}
}

@media screen and (max-width: 800px) {
	.service-box{width: calc(100%/1 - 1rem); }
	
	.blog-img{border-radius:25px;margin: 20px auto;width: 70%;}
}
@media screen and (max-width: 600px) {
.column, .column3, .column4{column-count:1}
#bottom .col-md-4{padding: 0 15px}
#bottom .widget h4{margin-bottom: 24px}
#footer{padding-top: 1rem}
	#bottom .flogo{width:170px}
#bottom .col-md-4{ margin-bottom: 1rem}
	.form-box{margin:-12rem 10px 0; padding: 2rem 6px}
	.form-box h2{font-size: 18px}
	.carousel-caption{padding:0 5px;}
	.carousel-caption .text-box {margin-top: 11.5rem;}
	.carousel-caption p{width: 100%; font-size: 14px}
	.carousel-caption h1{font-size: 25px;margin: 5px 0 13px;}
	.carousel-caption .subheading{font-size: 22px}
	#slider{height: 36rem}
	#about{margin-top: 3rem; margin-bottom:3rem}
	.features-box .icon-box{width: calc(100%/2  - 1rem); padding: 2rem 0; margin-bottom:1.8rem}
	
	#service-page h2 , h2{font-size: 27px;}
	h3{font-size: 19px;}
	body{font-size: 15px}
	#counter .progressbar-text{font-size: 30px !important;;}
	#counter .ctitle{font-size: 16px; font-weight: 600}
	
	#total-score-circle,#general-score-circle,#speed-score-circle,#privacy-score-circle { height: 45px;}
	#service-page{padding: 0 5px}
	.service-box .content{padding: 1.4rem}
	#bottom .footer-contact li{margin-bottom: 1.4rem}
	#about h2 span{font-size: 38px;line-height: 1}
	#about h2 {font-size: 24px; line-height: 2}
	#about .sub-heading{display: none}
	.icon-box .ftitle{font-size: 14px}
	#about .icon-box{padding: 1rem 0}
	#bottom .widget h3{font-size: 22px; margin-bottom: 1.2rem}
	#testimonials .clint-name{font-size: 18px}

	#testimonials .quote-box img{width: 70px;}
	#testimonials .testimonials-items{background: var(--primarycolor)}
	#testimonials .testimonials-items .quote-box img{ filter: brightness(1)}
	#testimonials .testimonials-items  p{color: #fff}
	#contact-box >.row > .col-md-7 {padding: 2rem 0.5rem;}
  #contact-box >.row > .col-md-5.row {padding: 2.2rem 1rem; font-size: 14px }
	#pagetitle{padding: 1.8rem 0}
	#pagetitle h1{font-size: 32px;}
	
	.blog-img{border-radius:25px;margin: 20px auto;width: 100%;}
	#single-post h1{font-size:25px; margin: -30px 0}
}

@media screen and (min-width: 421px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
}

@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-4{max-width: 50%; margin-bottom: 1rem}
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-4{max-width: 33%}
}
