/*
Theme Name:  Airport Cabs Melbourne
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000;
--secondarycolor:#12498D;
  /* Font Variables: */
--primaryfont:'Righteous', cursive;
--secondaryfont:'Poppins', 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: 50px;height: 50px;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: rgba(0, 18, 41, 0.70);}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-top: 8px solid var(--secondarycolor);float:left;padding: 5px 0;}
.header_area .row{align-items:center}

.header_area.navbar_fixed .main_menu {position: fixed;/*! padding:0.8rem 0; */width: 100%;top: -70px;left: 0;right: 0;z-index: 997;background: #f1f1f1;transform: translateY(70px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);}
.header_area.navbar_fixed #logo img{width:130px;}
#fixednavgap.fixed {height:161px;width:100%;}

#topbtn{text-align: right;margin-bottom:1rem}
#topbtn a{margin: 0 10px;}
#topbtn i{color:var(--secondarycolor);font-size:1.3rem;margin-right:5px}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:250px;}
.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);}

h1 {font-size: 2.5rem;letter-spacing: 1px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background: transparent;padding: 0.5rem 3rem;margin: 2rem 0 0;display:table;border: 2px solid var(--secondarycolor);color: var(--primarycolor);transition: .6s ease-in-out;border-radius:2rem;}
.btn-primary:hover{background: var(--secondarycolor);color: #fff;}

.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}
#slider .bg-image img{width: 100%; }
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{background-color: var(--secondarycolor);}
#slider .car-image{margin-bottom: -7rem; margin-top:3.6rem; }

.carousel-caption {position:absolute; top:0; bottom:0; right:0; left:0;  display:flex; align-items:center;}
.carousel-caption h1{font-size: 44px;color: #fff;line-height:1.3;margin: 0 0 10px; padding:20px 0 0;}
.carousel-caption p{color: #f1f1f1}
.carousel-caption .more-btn{background: var(--secondarycolor); color:#fff; margin-top:1.8rem; }

#formsec{width: 100%;padding-bottom: 2rem;z-index: 1;}
#formsec h4{text-transform: uppercase;font-size:1.5rem;color: #fff;}
.formbg{max-width: 556px;width:100%;text-align: center;background: var(--secondarycolor);position: relative;padding:10px 1rem 0;box-shadow: 0px 5px 15px rgb(62,64,63,0.5);display: table;border-radius: 1rem}
.formbg h4{color: #fff; margin: 1rem; line-height:1.5}
.formbg h4 a{color: #fff !important;}
.formbg h4 a:hover{color: #ccc !important;}

.smallheading{color:var(--secondarycolor);text-transform: uppercase;font-size:1.3rem;margin: 0 !important;letter-spacing: 2px;}
.splitter{width: 250px !important;;margin: 0.8rem auto;display: table;}

#about{margin: 4rem 0;float: left;width: 100%;position: relative;overflow: hidden; text-align:center;}
#about h1{margin:0;text-transform: uppercase;}
#about p{margin:1rem 0}
#about img{width: 500px;float: right;}
#about .row{align-items: center}
#about .splitter{margin:0rem auto !important;float: none;width: 120px !important;}
#about  .btn-primary{margin: 0 auto 0}

.line{display: table; width: 120px; height: 4px; background: var(--secondarycolor);  margin: 1rem 0 1.2rem}

.cta{background:url('https://www.airportcabsmelbourne.au/wp-content/uploads/2022/07/Richmond.jpg'); z-index: 1;  background-size: cover;background-repeat: no-repeat;background-position: center;padding:3rem 0;width: 100%;position: relative;}
.cta:before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #929191f2; z-index: -1}
.cta .text-wrap{display: grid; grid-template-columns: 60% auto; align-items: center}
.cta .row{align-items: center;text-align: center;}
.cta img{width: 400px;margin:0 auto}
.cta h2{color:#fff;text-transform:uppercase;letter-spacing:1px;}
.cta p{color: #fff;}
.cta ul{list-style-type: none;display:flex;margin:10px 0 10px auto;justify-content: center;}
.cta ul li{list-style-type: none;display:inline-flex;margin:10px 0.6rem;}
.cta a{background:#fff;width: fit-content;border-radius: 2rem;padding: 0.5rem 2rem;border:2px solid var(--secondarycolor);margin:0 auto;text-transform: uppercase}
.cta li:nth-child(2) a{background:var(--secondarycolor);color:#fff}
.cta li a:hover{background:var(--secondarycolor);color:#fff}
.cta li:nth-child(2) a:hover{background:#fff;color:var(--primarycolor)}

#services{width: 100%;text-align: center;padding: 4rem 0;}
#services a{float: right;border-bottom: 2px solid var(--secondarycolor);}
#services a:hover{letter-spacing: 1px}
#services .responsive-tabs li.responsive-tabs__list__item{padding:3rem 0}
.responsive-tabs li:before{display:none}

#servicepage p:empty{display: none}
.responsive-tabs p{color:#fff !important;text-align: left;}
.responsive-tabs p a{color:var(--secondarycolor) !important;float:none !important;margin: 0 5px;font-style:italic;text-decoration: underline !important;border-bottom:0px !important}
.responsive-tabs p a:hover{letter-spacing: 1px}
.responsive-tabs .responsive-tabs__panel{background:var(--primarycolor) !important;}

#fleet {padding: 0rem 0 4rem;text-align: center}
#fleet h2{font-weight:400;font-size: 26px;}
#fleet .row{margin-top: 4rem}
.fbox{border:5px solid #f5f5f5;border-radius:1rem;padding:1rem;margin:0 auto;transition: 0.6s ease-in-out;height: 100%;}
.fbox img{margin: 1rem auto}
.fbox .btn-primary{margin: 1rem auto}
#fleet .col-md-3:hover .fbox{transform: scale(1.05);border-color:var(--secondarycolor)}

#choose{padding-bottom: 4rem;text-align: center;display: flex;align-items: center;}
#choose h1{margin:0}
#choose .col-md-7{background:#e8f1fc;padding: 4rem 9rem 4rem 6rem;}
#choose ul li{display: inline-flex;text-align:left;margin:1rem 0;}
.imgbox{margin-right: 1.5rem;}
.imgbox img{width: 90px;}
.chooseimg{position: absolute;z-index: 99;width: 710px;right: 0;}
.content h3{font-size:1.8rem;font-weight:400}

#testimonials{padding: 4rem 0px;width: 100%;float: left;text-align: center;background: url('https://www.airportcabsmelbourne.au/wp-content/uploads/2022/07/CTC-Testimonial-BG.png');background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
#testimonials h1{color:#fff}
#testimonials .testimonial-item .testimg{width:100px;margin: 1rem auto 2rem; background: #fff;border-radius: 5rem;padding: 1rem;height: 100px;outline: 10px solid rgba(255,255,255,0.3);}
#testimonials .testcontent {background:#f5f5f5;padding:2rem;max-width: 70%;margin:0 auto;border-radius: 1rem;outline: 10px solid rgba(255,255,255,0.3);margin-bottom: 1rem;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);font-family: var(--secondaryfont);}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}
.column4{column-count: 4;}

#abtservice .row1{border:1px solid var(--secondarycolor);width: 100%;float: left;margin-bottom: 2rem;padding: 1rem;display: flex;align-items: center;}
#abtservice img{border:2px solid #222}
#abtservice .fleet{border:1px solid var(--secondarycolor);padding: 1rem;width: 100%;float: left;}
#abtservice .fleet .row1{border: 0;padding: 0;margin: 0;}
#abtservice h4{text-transform: uppercase}

#bookingform{float: left}
#bookingform h3{font-size: 22px;}
#bookingform .col-md-8 h3{color: #fff;margin-bottom: 0.7rem;margin-top: 1rem;}
#bookingform .col-md-8 h4{color: #fff; margin-bottom: 1.5rem}
#bookingform .col-md-8 h4 a{color: #fff !important;}
#bookingform .col-md-8 p{color: #fff}
#bookingform{background:#f5f5f5;}
#bookingform .col-md-8{background: var(--secondarycolor);padding:1rem;text-align:center}
#bookingform .col-md-4{padding: 1rem}
#bookingform #contactform .col-md-4{padding:0 10px}

#floatbtn{position: fixed;right: 0;top: 45%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background: var(--secondarycolor);color: #fff;}
#floatbtn .more-btn:hover{background: var(--primarycolor)}

.area{text-align: center}
.area ul{display: grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem}
.area li:before{display: none}
.area li a{border-radius:2rem;border:1px solid #222;width: 100%;padding: 0.5rem 0}
.area li a:hover{background:#222;color:#fff !important;}

.cbox{display: flex;align-items: center;background:#f5f5f5;margin-bottom:1rem;padding:1rem}
.cbox i{font-size: 2rem;margin-right:1rem;color:var(--secondarycolor)}
.cbox a{font-weight: 400;color:var(--primarycolor) !important;}

#single-post {padding:3rem 0;}
#single-post .post-title{font-size:1.5rem;color:var(--primarycolor);margin:1rem 0;display: block;border-bottom: 1px solid #eee;line-height: 3rem;}
#single-post .post-title:hover{color:var(--secondarycolor);}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post img{max-width: 100%;height: auto;margin-bottom:25px;}
#single-post #featured-img img{max-width: 100%;display: block;margin-top:35px;height: auto;}

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#000;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform div.wpcf7-response-output{background:#ffe7e71a !important;color: #fff !important;}
#contactform p{margin: 0;padding: 0 0 5px 0;line-height: 20px;color: #fff;}
#contactform .wpcf7-radio span{color: #fff}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: #fff;border: 1px solid var(--secondarycolor);padding: 10px 15px;margin: 5px 0;border-radius: 10px;}
#contactform select{width: 100%;background: #FFF;border: 0;padding: 10px 15px;	color:#595966;margin: 5px 0;border-radius: 10px;}
#contactform textarea{width: 100%;height: 125px;background: #fff;border: 1px solid var(--secondarycolor);padding: 25px;margin: 10px 0;resize: none;border-radius: 10px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;background:#fff;}

.returnjourney {  display: none;}
#returnjourney .wpcf7-radio{width: 100%;float: left;text-align: center;}
#returnjourney .wpcf7-list-item{display: inline-block;}

::-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: #fff;color: var(--primarycolor);text-transform: uppercase;cursor: pointer;padding: 0.8rem 1rem;border: none;margin: 15px auto;display: table;width: 200px;transition: 0.6s ease-in-out;letter-spacing: 1px;border-radius: 2rem;height: 48px;-webkit-border-radius: 2rem;}
#contactform input.wpcf7-submit:hover{background: var(--primarycolor);color: #fff;}
#contactform .ajax-loader{display: none}
#cpage #contactform input.wpcf7-submit{background:var(--secondarycolor);color: #fff !important;}
#cpage #contactform input.wpcf7-submit:hover{background:var(--primarycolor)}

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}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}
.post ul li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.post ul li:before{color: var(--secondarycolor);content: "\f00c";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}

#pagetitle {padding:6rem 0;float: left;width: 100%;text-align: center;background:url('https://www.airportcabsmelbourne.au/wp-content/uploads/2022/07/headerbanner.jpg');color:#fff;background-size:cover;position: relative;background-repeat: no-repeat;background-position: top center;}
#pagetitle h1 {color:#fff;text-align: center;position: relative}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;position: relative}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #fff;font-weight: 300;position: relative}
.breadcrumb a:hover{color:var(--secondarycolor);}
 #pagetitle .breadcrumb> a {color: #fff} 

#main{padding: 3rem 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 solid #ccc;line-height: 2.1rem;color: var(--secondarycolor);font-weight: 400;letter-spacing: 1px;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
#main .grip{display: grid; grid-template-columns: 58% auto; gap:1.5rem;}
#main .formbg{position: sticky; top: 5.5rem}
#main .formbg p{color: #fff}

.widget {padding: 0 1.5rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1rem 0;}
.widget ul li {display:flex;list-style-type:none;margin: 0 0 0.8rem 0;}
.widget ul li::before{content: "\f068";margin-right: 5px;font-size: 15px;color: var(--secondarycolor);font-family: 'Font Awesome 5 Free';font-weight: 900;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}

#commentlist{padding:5px;}
#commentlist .comment{padding:5px;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;}
#commentlist .fn{font-weight:bold;font-style:normal;}
#commentlist .commentmetadata {font-size:11px;margin:0 0 5px 0;}
#commentlist .commentmetadata a{color:#888;font-size:11px;}

#respond {padding:10px;background:#fafafa;border:1px solid #ddd;border-radius:5px;margin:5px;}
#respond h4{margin:0 0 10px 0;}
#respond h3{color:var(--tertiarycolor)}
#respond p{margin:0 0 10px 0;border:none !important;}
#respond input, #respond textarea {padding: 1rem 2rem;background: #f5f5f5;border: 1px solid #ccc;color: var(--tertiarycolor);}
#respond input:focus, #respond textarea:focus {background:#fff;}
#respond textarea{width:500px;max-width:90%;}
#respond textarea:focus{outline:none;}
#respond input#author{width:200px;margin:0 5px 0 0;}
#respond input#email{width:200px;margin:0 5px 0 0;}
#respond .copy{display: none}

#bottom {background: #f1f1f1;color:#101010;font-size: 14px;padding: 3rem 0;}
#bottom a {color: #101010;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {}
#bottom .widget h3 {border: none;text-align: left;font-weight: 400;color: #000;letter-spacing: 1px;}
#bottom .widget li {border: none;text-decoration: none;color:#101010;list-style: none;}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.4rem;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900}
#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;}

.social a{margin:0 10px}
.social a i{color:var(--secondarycolor) !important;font-size:1.5rem}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}


#footer {clear: both;background:#f1f1f1;color: #000;padding:0 0 0.5rem;text-align: center;font-size:12px;}
#footer a {color: #000;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

@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;}
	#topbtn{text-align:center;margin: 0;margin-top: 0.5rem;display: none;}
	#logo{display:flex;align-items:center;justify-content:space-between}
	#logo .site-title{margin: 10px 0;}
	#logo img{height: auto;float:left;width:160px}
	.fbox{margin-bottom:2rem;width: 90%}
	#choose .col-md-7{padding: 3rem}
	.chooseimg{display: none}
	#about:before{display:none}
	#bottom {width: 100%;display: block;}
	#bottom .widget{margin-bottom: 1rem}
	.fleft, .fright {float: none;}
	#abtservice .row1{display: flex;flex-wrap: wrap;}
    #abtservice .row1 .col-md-8{order: 2;padding: 0;}
    #abtservice .row1 .col-md-4{order: 1;margin-bottom:1rem;padding: 0;}
	#services a{float:none}
	#services img{margin-bottom:1rem}
	#services h3{color:#fff}
.formbg{margin-top:4rem!important; width: 100%; max-width: 100%;}
	#slider{height:auto;}
	
	#main .grip{grid-template-columns: 100%; flex-direction: column-reverse; display: flex;}
	#main #side{padding: 0 10px}
	#main .formbg{margin-top: 0 !important;}
	
	.cta {padding: 3rem 10px}
	.cta .text-wrap{display: flex; flex-direction: column; text-align: center}
	.cta .line{margin: 1rem auto 1.2rem}
	.cta .text-box{margin-bottom: 1.2rem}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
	
	.header_area{z-index: 99999}
	#header-form .formbg{position: relative; z-index: 9999}
	#header-form .formbg{max-width: 556px;margin:-43rem 0 5rem auto;}
	#slider .bg-image img{height: 730px; object-fit: cover}
}


@media screen and (max-width: 800px) {
	.cta{background-position: right}
}
@media screen and (max-width: 600px) {
	.cta ul{display: table;margin:0 auto}
	.cta ul li{margin:1rem 5px;display: inline-table;}
	.area ul{	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));}
	
	#slider .bg-image img{height: 670px; object-fit:cover; }
	#slider .car-image{margin-top: 2.5rem}
	.carousel-caption{text-align: center; align-items:start; padding-top: 1.8rem}
	.carousel-caption h1{font-size: 30px;padding-top: 30px;}
  .formbg{margin-top:4rem!important;width: 100%; max-width: 100%; padding: 0.8rem 0.5rem 0 }
	.formbg h4{font-size: 25px}
	
	#header-form{padding: 0 10px}
	
	#about {padding-left: 10px; padding-right: 10px}
	#about h1{font-size: 26px; line-height: 1.3}
	#about .splitter{margin-bottom: 0.8rem !important;}
	
	.cta h2{font-size: 24px !important;}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
	#slider .bg-image img{height: 800px}
	.carousel-caption{text-align: center; align-items:start; padding-top: 1.8rem}
	
}

@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-3{float: left;}
}


@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}	
}

@media screen and (min-width:981px) and (max-width:1200px){
	#choose .col-md-7{max-width: 100%}
	.chooseimg{display: none}
}