/*
Theme Name:  1300 Mel Taxi Service
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:#FDB511;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:"DM Sans", sans-serif;
--secondaryfont:"Roboto", 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 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:absolute;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;  display: flex;flex-direction: column;}
.header_area .row{align-items:center;width: 100%;}
.header_area .main_menu{border-top: 1px solid #cccccc75; border-bottom: 1px solid #cccccc75; }
.header_area .col-md-6:nth-child(2){display: flex; justify-content: end;}
.header_area  p{color: #fff; font-weight:600}

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

.header-btn {border-left: 1px solid #cccccc75; padding:0.6rem 0 0.9rem 1.6rem; margin-left: 1.6rem !important;}
.header-btn a{display: flex !important; align-items: center; line-height:1.15; gap:0.6rem;text-transform: capitalize !important;}
.header-btn a{font-size: 23px !important; font-weight:900}
.header-btn a small{font-size: 17px;}
.header-btn a i{background: var(--secondarycolor); color: #000; font-size: 18px; height: 35px; width:35px;display: flex; align-items: center; justify-content: center; border-radius: 50%;transform: rotate(90deg);}

#top-bar{display: flex;  padding: 15px 1px 15px;}
#top-bar ul{list-style: none; margin-bottom: 0 !important;  }
#top-bar ul li a{color: #f1f1f1;display:flex; align-items:center; gap:0.7rem}
#top-bar ul li a i{color: var(--secondarycolor);font-size: 25px }

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

h1,h2,h3,h4,h5,h6, .adv-h3 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);font-weight: 600;}
.adv-h3{font-size: 22px; font-weight: 600}
h1 {font-size: 42px;text-transform: uppercase;}
h2 {font-size: 40px;}
h3{font-size: 24px;}
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}
.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}

.more-btn{display: flex;align-items:center; justify-content:center;width: fit-content;height:46px;  background: var(--secondarycolor); color:  #000 !important; transition: 0.5s ease; border-radius: 60px;padding: 4px 4px 4px 25px;font-size: 17px;overflow: hidden;text-transform: uppercase;font-weight: 600;}
.more-btn:after{content:"\f061"; font-family: "Font Awesome 5 Free"; width:38px; transition: 0.5s ease; height:38px; background: #000; color: #fff; border-radius:50%;   margin-left: 19px; font-weight: 900;font-size: 18px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);}
.more-btn:hover:after{transform: rotate(-0deg); margin-left:22px}

.btn-primary{display: flex;align-items:center; justify-content:center;width: fit-content;height:44px;  background: var(--secondarycolor); color:  #000 !important; transition: 0.5s ease; border-radius: 60px;padding: 4px 4px 4px 25px;font-size: 15px;overflow: hidden;text-transform: uppercase;font-weight: 600; margin-top:1rem}
.btn-primary:after{content:"\f061"; font-family: "Font Awesome 5 Free"; width:35px; transition: 0.5s ease; height:35px; background: #000; color: #fff; border-radius:50%;   margin-left: 19px; font-weight: 900;font-size: 17px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);  }
.btn-primary:hover:after{transform: rotate(-0deg); margin-left:22px}

.line{width: 140px; height: 2px; background: var(--secondarycolor); margin: 1rem auto 1rem}

#hero-service{position: relative;}
#hero-service .bg-image img{width: 100%;}
.carousal-caption{position: absolute; top: 10rem; left: 0; bottom: 0; right: 0; display:flex; align-items:end;}
.carousal-caption .text-box{text-align: center}
.carousal-caption .text-box h1{color: #fff;text-transform: capitalize;font-size: 42px; font-weight: 600}
.carousal-caption .text-box h1 span{color: var(--secondarycolor)}
.carousal-caption .dis{color: #f1f1f1; width:78%; margin:0 auto 1rem}
.carousal-caption .more-btn{margin: 1.4rem auto 2.5rem}

.sub-title{color: var(--secondarycolor); text-transform: uppercase; font-weight: 500;font-size: 17px;letter-spacing: 1px;}

#booking-form{display: flex; justify-content: start;margin-bottom: 10rem;align-items: start;}
#booking-form .form-box{width: 32rem;background:#fff; text-align:left; padding: 1.7rem 1rem 1.3rem; position:relative; border-radius: 15px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#booking-form h2{font-size: 38px; position:relative;margin-bottom: 1rem; padding-left:10px}
#booking-form .sub-title{padding-left:10px}
.wpa-test-msg{display: none !important;}


#about{margin-bottom: 5rem;}
#about p{margin-bottom: 1.4rem;}
#about .row{align-items: center;gap: 1.6rem 0;}
#about h2{font-size: 40px; text-transform: capitalize;font-weight: 800;margin-bottom: 1.2rem;}
#about  h2 span{font-weight: 600}
#about .sub-title{margin-bottom: 0.2rem; font-size:17px; letter-spacing:1px}
#about .line{margin: 1.3rem 0 2rem;width: 142px;height: 4px;}
#about  .more-btn{margin-top: 1.2rem}

.home-list{margin-bottom: 0; column-count:2}
.home-list li {list-style :none;padding: 0 0px 16px 2.2rem;/*! display: flex; */list-style-position: inside;align-items: baseline;position:relative;font-weight: 600;}
.home-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;background: #fff; width: 25px; height: 25px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid var(--secondarycolor);}
.home-list li:nth-last-child(1){padding-bottom: 0;}


#service-section{ background:url(https://www.1300meltaxiservice.com/wp-content/uploads/2025/10/service-bg-image.jpg) no-repeat center; background-size:cover; padding: 4.4rem 0;margin-bottom: 4rem;}
#service-section .sub-title{text-align: center}
#service-section h2{color: #fff; text-align: center}
#service-section .dis{width: 39rem; text-align: center; margin: 0 auto 2.5rem; color: #f1f1f1;max-width: 100%;}
#service-section .row{gap:2rem}

.s-box{flex: 1 0 300px; position: relative; text-align: center; }
.s-box .image {overflow: hidden;}
.s-box .image img{ transition:0.5s ease;}
.s-box:hover .image img{ transform:scale(1.08)}
.s-box .content{position: absolute ; top: 0; left: 0 ;bottom: 0; right: 0; display: flex ;align-items: stretch ;justify-content: end; flex-direction: column ; background: linear-gradient(0deg, #000000cf, transparent 63%);}
.s-box .icon{width: 82px; background: var(--secondarycolor); padding:1.3rem; border-radius:50%; display:flex; align-items:center; margin: 0 auto 1rem }
.s-box .hidden-text{width: 80%; margin:  0 auto; color: #fff; line-height: 1.5; transition:0.5s ease; max-height: 0; overflow: hidden}
.s-box:hover .hidden-text{max-height: 80px;}
.s-box h3{color: var(--secondarycolor);  text-transform: uppercase; font-weight: 600; }
.s-box:hover .arrow-btn{background: var(--secondarycolor); color: #000; border-color: var(--secondarycolor);}

.arrow-btn{width: 100%; border-top: 1px solid #fff ; width: 100%; display: flex; justify-content: center; transition:0.5s ease;padding: 8px 0; text-transform: uppercase; font-weight: 500;letter-spacing:1px; color: #fff; margin-top:1.2rem}
.arrow-btn:after{content: "\f061"; font-family: "Font Awesome 5 Free"; font-weight:900; margin-left:0.8rem}
.arrow-btn:hover{background: var(--secondarycolor); color: #000; border-color: var(--secondarycolor);}

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

#why-section{text-align: center;margin-bottom: 4rem;}
#why-section  h2{margin-bottom: 1.2rem}
#why-section .dis{width: 39rem; text-align: center; margin: 0 auto 2.5rem; max-width: 100%; }
#why-section .row{gap: 2.5rem}

.f-box{flex: 1 0 300px; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.f-box .image{position: relative; width:110px; margin-bottom: 1.2rem}
.f-box .image:before{content:""; position:absolute; top:0; left:0; right:0; bottom:0;  border:2px solid var(--secondarycolor); border-radius:50%; transform:scale(1.15)}
.f-box .image br{position: absolute; display: none;}
.f-box  .num{line-height: 1; position: absolute;bottom: -20px; left:50%; transform:translatex(-50%); background:var(--secondarycolor); width:35px; height:35px; border-radius:50%; display:flex; align-items:center; justify-content: center; font-weight:600; color:#000; }
.f-box .content{background: #f1f1f1; padding:1.1rem 2.2rem 1.2rem;transition:0.5s ease; border-radius:10rem; font-size:15px;margin-top: 2.4rem; position: relative;}
.f-box .content:before{content:""; position:absolute; left:50%; transition:0.5s ease; transform:translatex(-50%); width: 65px; height: 25px; top: -25px;background: #f1f1f1;clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
.f-box:hover .content{background: var(--secondarycolor)}
.f-box:hover .content:before{background: var(--secondarycolor)}

#testimonials{padding: 4.2rem 12px;width: 100%; background: url(https://www.1300meltaxiservice.com/wp-content/uploads/2025/10/testimonials-image.jpg) no-repeat; background-size:cover; }
#testimonials .subtext{margin: 0 auto 10px; text-transform:uppercase;}
#testimonials h2{color: #fff; margin-bottom:2.5rem; width:35rem; max-width: 100%;}
#testimonials .testimonial .keen-slider__slide{padding-top: 2.5rem;padding-bottom: 1px;}

.testimonial-item{background: #fff; border-radius:12px; padding:0 1.8rem 0.7rem; text-align:left; display:flex; flex-direction:column;}
.testimonial-item .user-icon{width: 80px; margin: -2.5rem 0 1.2rem; }
.testimonial-item .auther{font-weight: 600; font-size:20px; color:#000; margin: 5px 0 13px;}
.testimonial-item .testi-footer{display: flex; align-items: center; justify-content: space-between;border-top: 1px solid #e5e5e5;padding-top: 14px;}
.testimonial-item .quotes{width: 35px}
.testimonial-item  .raiting{width: 130px;}

#cta-section{background: var(--secondarycolor); padding: 5rem 0 0; color:#101010;}
#cta-section .col-md-5{display: flex; justify-content: center; flex-direction: column; align-items: center}
#cta-section i{background: #000; width:58px; height:58px;font-size: 26px;}
#cta-section .call-btn{font-size: 36px;}
#cta-section .btn-primary{background: #000; color: #fff !important;}
#cta-section .btn-primary:after{background: #fff; color: #000}

#cta-section .cta-image{margin-bottom: -8rem; margin-top: 2rem;}
#cta-section .cta-image img{width: 100%;}

.call-btn{font-weight: 700;color: #000;font-family: var(--primaryfont);font-size: 36px;display: flex;align-items: center;gap: 0.5rem; }
.call-btn i{width: 35px; height: 35px; background: var(--secondarycolor); color: #fff; display: flex; align-items: center; justify-content: center ; border-radius: 50%;  font-size: 20px;}
.call-btn:hover{color: #fff}

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


.xdsoft_timepicker{min-width:200px}
#contactform .pickup-date p {width:100%;}
#contactform .pickup-date p span {width:100%;display:block;}
#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 p input[type="date"] { display: block; text-align: left;}

#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: 8px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 15px;border-radius: 15px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 80px !important;padding: 15px 20px;resize: none;}
#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: 15px auto;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 10px;border: none;align-items: center;padding: 10px 60px 10px;font-size: 17px;font-weight: 600;width: fit-content;height: 46px;}
#contactform input.wpcf7-submit:hover{background: #353535;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}

#bookingform{padding: 5rem 0 3rem;}
#bookingform h2{text-align: center}
#bookingform img{border-radius: 20px;}

.post {padding: 0 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem;}
.post p a {font-weight: bold;}
.post a {color: #000;}
.list {margin: 0px 0 20px 0px;}
.list li {list-style :none;margin: 15px 0px ;display: flex;list-style-position: inside;}
.list li:before{color: var(--secondarycolor);content: "\f1b9";margin-right: 10px;font-family:'Font Awesome 5 Free';font-weight:900}

#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 {padding:8rem 0 4rem;width: 100%;text-align: center;background:url(https://www.1300meltaxiservice.com/wp-content/uploads/2025/10/pagetitle-img.jpg);color:#fff;background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle h1 {color:#fff;text-align: center; margin-top:5rem;text-transform: capitalize;}
#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>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: 2rem 0 0;}
#main p{color:var(--primarycolor);font-size: 16px}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{line-height: 50px;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}


#intro{text-align: center; padding-bottom: 1rem;}

#whychooseus{padding-bottom:2rem} 
#whychooseus .line{margin: 0 0 1rem}

#services .line{margin: 0 0 1rem}


#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3.5rem;}
.info-box{flex: 1 0 200px; border:2px dashed #ccc; border-radius:25px; padding:0 0.5rem 1.4rem;text-align: center;margin-top: 2.6rem;background: #fafafa;}
.info-box h3{border-bottom: 0 !important;padding-bottom:  6px !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:-3rem auto 0.8rem; background: var(--secondarycolor); padding: 20px; border-radius: 50%; border: 2px solid #fff;color: #000;}
.info-box  .icon img{/*! filter: none; */}

#form-section{background: #f5f5f5;overflow: hidden;border-radius: 30px;margin-bottom: 0rem;}
#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; color: #000; font-size: 24px; font-weight: 600;padding-bottom: 0 !important;font-weight: 600 !important;border-bottom: 0 !important;padding-bottom: 0 !important;line-height: 1.5 !important;}
#form-section .line{margin: 1rem auto 1.5rem; background: var(--secondarycolor) }
#form-section #contactform p{margin-bottom: 10px; }
#form-section textarea{height: 110px !important;}
#form-section #contactform input.wpcf7-submit{width: fit-content !important; padding: 2px 35px;height: 45px; background:var(--secondarycolor); border:none;  margin:1.2rem auto 0; color: #000;}

#form-section #contactform input , #form-section #contactform select , #form-section #contactform textarea{width: 100%;padding: 13px 20px;background: #fff;border: 1px solid #e5e5e5; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 10px;border-radius: 10px;height: 50px;}

#inner-form{background: var(--tertiarycolor); padding:2rem 1.2rem 0.8rem; border-radius:25px;  position: relative;z-index: 5;max-width: 93%;margin: -3.6rem auto 0;}



.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1.2rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.main-widget img{width: 350px; max-width: 90%;margin: 0 auto 1.7rem;}

#bottom {background: #fff;color:#454545;font-size: 16px;padding: 11.5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:33% auto;gap: 2.2rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #454545;}
#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: 24px;}
#bottom .widget li {border: none;text-decoration: none;color:#454545;list-style: none;}
#bottom  .main-widget{text-align: center}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;align-items: center;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: #000;width: 30px;height: 30px;background: var(--secondarycolor);border-radius: 50%;display: flex;justify-content: center;align-items: center;min-width: 30px;font-size: 15px;}
#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: #454545;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 2.5rem;}
#footer a {color: #454545;}
#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: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;z-index: 999;}
.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: 250px;height: auto;float:left;}

.header-btn{margin-left: 0 !important; border: 0; padding: 0;  }
.header-btn a{justify-content: center; text-align: left !important;}

#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;}
    .main-widget img{margin-bottom: 1.1rem}
    #top-bar {padding: 10px 0}
    #top-bar .col-md-6{max-width: 50%}
    .header_area .main_menu{padding: 12px 0;}
    
    #hero-service .bg-image img{height: 800px}
    #hero-service .carImg{width: 70%; margin:0 auto -5rem;}
    #booking-form {padding-top: 7rem; margin-bottom: 4rem}
    #booking-form .form-box{width: 92%; text-align: center;background: #f1f1f1;box-shadow: none;margin: 0 auto;}
    
    #about{margin-bottom:4rem}
    #about img{margin: 0 auto; width:100%;}
    
    #cta-section{text-align: center; padding-top: 3.5rem;z-index: 9;position: relative;}
    #cta-section .call-btn{margin-top: 1rem}
    
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
    #hero-service .col-md-7{padding-left: 4rem;}
    #hero-service .text-box{margin-bottom: -5rem}
    #booking-form .form-box{ margin-top:-46rem;}
    
    #hero-service .bg-image img{width: 100%; height:972px; object-fit:cover;}
    #about .col-md-6 img{width: 100%;}
    #about .col-md-6:nth-child(1){padding-right: 2.8rem}
    
    #cta-section .col-md-7{padding-right: 5rem}
    #cta-section .col-md-5{border-left: 3px solid #000;}
    
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
    #top-bar{display: none;}
    #logo img{/*! width:220px; */}
        #hero-service .bg-image img{width: 100%; height:630px; object-fit:cover;}
    .header_area .main_menu{border: 0; padding: 25px 5px}
    #hero-service .carImg{width: 96%;}
    .carousal-caption .text-box h1{font-size:29px;}
    .carousal-caption .dis{width: 100%;}
}
@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}
    #booking-form .form-box{padding: 1.8rem 10px 1.7rem}
    #booking-form h2{font-size: 29px; margin-bottom: 1.2rem}
    #about h2{font-size:32px;}
    h2{font-size:30px}
    
    .home-list{column-count: 1; margin-bottom:1.5rem}
    .home-list li{padding-bottom: 0.8rem; }
    #booking-form {margin-bottom: 3.5rem}
    #about{margin-bottom: 3.5rem}
    #service-section{padding: 3rem 15px 3.5rem;margin-bottom: 3rem;}
    
    #why-section{padding: 0 15px}
    .f-box .content{padding: 0.9rem 20px 1.3rem;}
    #testimonials h2{font-size: 28px; margin-bottom: 2rem}
    #why-section{margin-bottom: 2.5rem}
    .f-box .image{width: 90px;}
    
    #testimonials{padding: 3.2rem 12px 3.5rem;}
    .testimonial-item .testi-footer{padding: 8px 0 0}
    .testimonial-item .raiting{width: 105px;}
    .testimonial-item .user-icon{width: 70px; margin-bottom: 0.8rem}
    
    #cta-section .call-btn{font-size: 32px}
    #cta-section .call-btn i{width: 48px; height: 48px; font-size: 20px}
    #cta-section {padding-top: 2.5rem}
    #cta-section .container{display: flex; flex-direction: column}
    #cta-section .cta-image{margin-bottom: -2.8rem}
    #cta-section .btn-primary{margin-top: 0.8rem}
    #bottom{padding-top: 5rem}
    .widget{margin-bottom: 1.2rem;}
    #footer{margin-top: 0}
    
    #bottom .footer-contact li{margin-bottom: 1rem !important;}
    .widget h3{margin-bottom: 0}
    #contactform input, #contactform select, #contactform textarea{height: 44px; border-radius: 10px}
    #service-section .dis{margin-bottom: 1.8rem}
    
    #why-section .dis{margin-bottom: 2rem}
    
    #pagetitle {padding:3rem 0rem}
    #pagetitle h1{font-size: 30px;}
    
    #bookingform{padding: 3rem 0}
    #bookingform img{margin-top: 1.5rem}
    
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
 #bottom .col-md-4{width: 33%;float: left;}
 #logo img{width: 230px;height: auto;float:left;}
}

