body{ padding: 0px; margin: 0px; list-style: none; font: 400 14px/28px 'Poppins'; color:#131313; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';*/


.btn_link { padding: 10px 18px; border-radius: 30px; text-transform: capitalize; font-weight: 600; color:#fff !important; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 22px; background: #20457F; background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%); margin-top: 10px; letter-spacing: 1px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; }
/* .btn_link:hover{ background: #1F898F; background: linear-gradient(270deg, rgba(31, 137, 143, 1) 0%, rgba(16, 137, 146, 1) 47%, rgba(16, 124, 155, 1) 63%, rgba(16, 112, 163, 1) 80%, rgba(16, 101, 171, 1) 100%); } */

.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #00c2ff; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease;
}
.btn_link:hover::before { transform: scaleX(1);}

.btn_link2{ background: #00c2ff !important;}
.btn_link::before { background-color: #2469b0 !important;}

/* .btn_link3{ background: none !important; border: 1.5px solid #030303; color:#030303 !important; }
.btn_link3::before { background-color: #030303 !important;}
.btn_link3:hover{ color:#fff !important; } */

.btn_link3{ background: #a6a6a6 !important; border: 1.5px solid #a6a6a6; color:#fff !important; }
.btn_link3::before { background-color: #00c2ff !important}
.btn_link3:hover{ color:#fff !important; border-color:#00c2ff !important; }





.btn_link4{ background: #fff !important; color:#131335 !important; box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.28); }
.btn_link4::before { background-color: #131335 !important;}
.btn_link4:hover{ color:#fff !important;}





/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: fixed; left: 0; top: 0;  z-index: 5;  padding: 15px 0; }

.header_sec .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex !important; justify-content: flex-end; }
.menu_sec li{ margin: 0 0 0 30px; font-size: 14px; line-height: 20px; color:#202020; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #202020; padding: 5px 0; letter-spacing: 0; text-transform: uppercase; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#00c2ff; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #00c2ff; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #6da9db; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #365084 !important;}

.top-logo{width: 22%;}
.header-mid { width: 47%;}
.header-right{ width: 31%; }



.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img { max-width: 150px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{  margin: 0 0 0 8px; float: left; }
.header_sec .container{ max-width: 1260px; }
.header-right .btn_link.btn_link2{ margin-left: 0px; }
.head_rtInnr{ float: right; }
.head_rtInnr .call_btn{position: relative;}
.head_rtInnr .call_btn i{ width: 30px; height: 30px; background: #181919; color:#fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0; position: absolute; left: 10px; }
.head_rtInnr .call_btn{ display: flex; align-items: center; padding-left: 46px; }



/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.bannersec{ width: 100%; position: relative; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; height: 750px;}
.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height:30%; content:""; z-index: 1; background: linear-gradient(180deg,rgba(255, 255, 255, 0.96) 30%, rgba(255, 255, 255, 0) 100%); }
/* .banner_box img{ width: 100%; height: 850px; object-fit: cover; } */
.banner_box img, .banner_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 510px; display: inline-block; }
.banTxt .ban_heading{display: inline-block; width: 100%; font-size: 42px; line-height: 52px; color: #fff; padding-bottom: 20px; position: relative; text-transform: capitalize; font-family: 'Poppins'; position: relative; font-weight: 700; text-shadow: 0 1px 7px #393939; }   
.ban_content{ color:#fff; padding-bottom: 10px; line-height: 24px; font-size: 19px; font-weight: 500; }
.banTxt .btn_link{margin: 20px 0 0;}

.ban_list{ width: 100%; display: inline-block; padding: 15px 0 0; }
.ban_list li{ width: 100%;}
.ban_list .d-flex .flex-grow-1 { font-size: 14px; line-height: 16px; list-style: 20px; font-weight: 500; color:#fff; padding: 0 0 8px; display: inline-block; }
.ban_list .d-flex .flex-grow-1 strong{ font-size: 20px; font-weight: 600; display: inline-block; padding: 0 0 10px; }
.ban_list .d-flex{ margin: 0 0 15px;}

.ban_list .d-flex img{ width: auto; height: auto;}
.ban_btn img{ width: auto; height: auto;}
.ban_btn { width: 100%;}
.ban_btn ul{ width: 100%; display: flex; gap: 10px;}
.ban_btn.head_rtInnr .call_btn i{ background: #fff; color:#000; }
.ban_list li:last-child .d-flex{ margin-bottom: 0; }

.banner_rt{ width: 100%; background: rgba(255, 255, 255, 0.75); padding: 60px 40px; text-align: center; border-radius: 10px; }
.bannerfrm_heading{ width: 100%; font-weight: 700; font-size: 30px; line-height: 35px; color:#000; padding-bottom: 10px; }
.bannerfrm_content{ width: 100%; font-weight: 600; font-size: 14px; line-height: 20px; color:#121212; padding: 0 0 10px; }
.book_frm {
    margin: 15px 4px 0 0px;
}
.book_frm.full_w {
    display: block;
}
.book_frm.book_btn {
    display: block;
}
.book_frm input[type="text"], .book_frm input[type="email"], .book_frm input[type="tel"], .book_frm input[type="text"]{ width: 100%; height: 48px; background: none; padding: 0 20px; border: 2px solid #1d1b1b; border-radius: 30px; color:#000; font-family: 'Poppins'; font-size: 14px; transition: all 0.3s; }
.book_frm .btn_link{ border: none; cursor: pointer; width: 100%; margin: 0; }
.book_frm .btn_link:hover{ background: #00c2ff; }
.book_frm input[type="text"]:focus, .book_frm input[type="email"]:focus, .book_frm input[type="tel"]:focus, .book_frm input[type="text"]:focus{ border-color: #00c2ff;}
.book_frm input[type="text"]::placeholder, .book_frm input[type="email"]::placeholder, .book_frm input[type="tel"]::placeholder, .book_frm input[type="text"]::placeholder{ color:#2f2f2f; opacity: 1;}
.banner_innr .row{ align-items: center; }



.wrapper{ padding: 90px 0; }
.top_heading{ width: 100%; font-size: 30px; line-height: 40px; font-family: 'Poppins'; color: #131313; font-weight: bold; text-transform: uppercase; padding-bottom: 20px; }
.top_paragraph{ font-size: 14px; line-height: 26px; font-family: 'Poppins'; color: #292929; font-weight: normal; padding-bottom: 10px; }
.top_paragraph2{ font-size: 16px; line-height: 24px; font-family: 'Poppins'; color: #151515; font-weight: 600; padding-bottom: 10px; }
.about_sec{ width: 100%; position: relative; background: #d6f5ff; }
.about_row{ flex-direction: row-reverse;}
.about_left{ width: 100%; padding: 0 0 0 20px; } 
.about_sec .about_row{ align-items: center;}

.about_rt{ width: 100%; padding-right: 20px; }
.about_imgbox{ width: 100%; text-align: center; position: relative;}
.about_imgbox img{ width: 100%; border-radius: 10px; }
.operate_box{ background: #d6f5ff; border: 8px solid #131335; border-bottom: none; border-left: none; border-radius: 0 15px 0 0; padding: 12px; position: absolute; left: 0px; bottom: 0; width: 260px; text-align: left;}
.operate_box .flex-grow-1{ font-size: 17px; line-height: 21px; text-transform: uppercase; font-weight: bold; color:#000; }
.operate_box .flex-shrink-0{ width: 60px; height: 60px; background: #00c2ff; border-radius: 5px; display: flex; justify-content: center; align-items: center; }
.operate_box .flex-shrink-0 img { max-width: 100%; width: auto; border-radius: 0;}
.operate_box .d-flex{ align-items: center; }
.drop img{ margin: -4px 0 0;}


.about_specialty{ width: 100%; padding: 70px 0 0; }
.specialty_heading{ width: 100%; text-align: center; font-size: 27px; line-height: 35px; color:#181818; font-weight: 700; padding: 0 8%;}
.facility_box {
  width: 100%;
  margin: 40px 0 0;
  border-radius: 15px;
  background: #fff;
  border-bottom: 5px solid #00c2ff;
}
.facility_box:hover .facility_img img{-webkit-transform: scale(1.1);  transform: scale(1.1);}
.facility_img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.facility_img img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s;
}
.facility_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  border-radius: 0 15px 0 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%);
  width: 280px;
  font-size: 16px;
}
.facility_text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 15px;
  min-height: 115px;
}

.outline_text{ width: 100%; height: 51px; background: url(../images/outline_text.png) repeat-x 0 0; height: 51px; position: absolute; left: 0; bottom: -5px; }
.about_home{ padding-bottom: 110px; }




.why_choose{ width: 100%;}
.why_choose .row{ align-items: center; }
.whybox{ padding: 30px 0 0; width: 100%; position: relative; }
.why_icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #fff; border: 2px solid #06a1e2; }
.why_icon img{ max-width: 100%; transition: 0.5s; }
.why_heading{ font-size: 18px; line-height: 24px; color:#161717; padding: 0 0 10px; font-family: 'Poppins'; font-weight: 700; text-transform: uppercase; }
.why_content { text-align: left; font-size: 14px; line-height: 24px; color: #383838; text-align: justify; }

.whybox_main{ width: 100%; position: relative;}
.whybox_main:before{ width: 2px; height: 80%; background: #06a1e2; position: absolute; left: 0; top: 0; content: ""; }
.why_img{ width: 100%; padding: 0 0 0 40px; }
.why_img img{ width: 100%; border-radius: 10px; }
.whybox_main::before { width: 2px; height: 65%; background: #06a1e2; position: absolute; left: 35px; top: 46%; content: ""; transform: translate(0, -50%); }
.whybox:hover .why_icon img{transform: rotateY(360deg);}

.process_sec{ width: 100%; background: #1e5c9c; }
.process_sec ul{ padding: 15px 0; display: flex; justify-content: center; align-items: center; }
.process_sec .why_heading{ color:#fff;  padding: 0; font-weight: 600; }
.process_sec .why_content{ color:#fff; }
.process_sec .d-flex{ align-items: center;}
.process_sec .why_icon{ width: 57px; height: 57px; }
.process_sec li{ margin: 0 0 0 40px; padding-left: 40px; position: relative; }
.process_sec li:after{ width: 1px; height: 57px; background: #376aa4; position: absolute; right: -40px; top: 0; content: ""; }
.process_sec li:last-child:after{ display: none;}
.process_sec li:first-child{ margin-left: 0; padding-left: 0;}
.process_sec li:hover .why_icon img{transform: rotateY(360deg);}



.service_sec{ width: 100%; text-align: center; position: relative; }
.service_sec .container{ position: relative; z-index: 2; }
.service_sec .top_heading{ padding-bottom: 35px;}

.service_box{ width: 100%; background: #fff; border-radius: 10px; text-align: center; box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.07); border: 1px solid #a6a6a6; padding: 20px; margin: 15px 0; }
.service_img{ width: 100%; border-radius: 15px 15px 0 0; overflow: hidden; padding: 0 0 15px; }
.service_img img{ max-width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.service_txt{ width: 100%; }
.service_box:hover .service_img img{-webkit-transform: scale(1.07); transform: scale(1.07); }
.service_box .btn_link { font-size: 16px; font-weight: 600; padding: 12px 30px; min-width: 240px;}

.service_sec .ban_btn .btn_link3 { border: 2px solid #1e5493 !important; color: #1e5493 !important; font-size: 16px !important; text-transform: uppercase;}
.service_sec .ban_btn .btn_link3:before{ background: #00c2ff !important;}
.service_sec .ban_btn .btn_link3:hover{ color:#fff !important; border-color: #00c2ff !important;}
.service_sec .ban_btn { padding: 30px 0 0;}


.toparww{ position: fixed; right: 10px; bottom: -30px; font-size: 23px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 100%; z-index: 5555; background: #005676;
background: linear-gradient(90deg, rgba(0, 86, 118, 1) 0%, rgba(0, 107, 139, 1) 40%, rgba(0, 148, 180, 1) 70%, rgba(0, 163, 195, 1) 100%);}
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.testimonial_sec{ width: 100%; position: relative; background: #d6f5ff; }
.testimonial_sec .top_sec{ text-align: center; }
.testimonial_subheading{ color:#010101; text-transform: uppercase; font-size: 14px; line-height: 20px; font-weight: 600; padding-bottom: 10px; }

.emergency_sec{ width: 100%; position: relative; background: url(../images/water.jpg) no-repeat left top; background-size: 750px; }
.emergency_sec::before {
  background: url(../images/basin.png) no-repeat 0 0;
  width: 27%;
  height: 690px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 36px;
  content: "";
}


.emergency_top .emergency_topRow{ justify-content: flex-end;}
.emergency_rtBox{ width: 100%; padding: 20px; border-radius: 5px; border: 1px solid rgb(30, 84, 147); margin-top: 20px; background: #fff; }
.emergency_heading{ width: 100%; font-size: 20px; line-height: 24px; color:#1b1b1b; padding: 0 0 10px; font-weight: 600; }
.emergency_content{ width: 100%; font-size: 14px; line-height: 24px; color:#1b1b1b; }

.feedback_box{ width: 100%; padding: 30px; text-align: center; margin-top: 65px; background: linear-gradient(180deg,rgba(32, 70, 128, 1) 0%, rgba(31, 76, 137, 1) 37%, rgba(30, 88, 151, 1) 69%, rgba(29, 94, 159, 1) 100%); border-radius: 10px; padding-bottom: 80px; }
.feedback_box .top_heading, .feedback_box .top_paragraph{ color:#fff; }
.review_sec {
  margin-top: -40px;
}
.review_sec .why_icon{ width: 70px; height: auto; border: none; border-radius: 0; background: none; display: block; }
.review_sec ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.review_sec .why_heading{ padding: 0; color:#fff; }
.review_sec ul li{}
.review_sec .why_content{ text-align: left; line-height: 22px; color:#fff;  }
.review_sec ul li {
  max-width: 25%;
}
.review_sec .d-flex {
  background: #fff;
  padding: 10px;
  min-height: 95px;
  position: relative;
  align-items: center;
  border-radius: 6px;
}
.review_sec ul li:first-child .d-flex:after{ background: #131335; width: 70%; height: 100%; position: absolute; right: 0; top: 0; content: ""; border-radius: 0 6px 6px 0; 
clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%); }
.review_sec ul li:nth-child(2) .d-flex:after{ background: #3b5998; width: 75%; height: 100%; position: absolute; right: 0; top: 0; content: ""; border-radius: 0 6px 6px 0; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);}
.review_sec ul li:last-child .d-flex:after{ background: #cf1790; width: 75%; height: 100%; position: absolute; right: 0; top: 0; content: ""; border-radius: 0 6px 6px 0; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);}
.review_sec ul li .flex-grow-1{ position: relative; z-index: 1; }


.specialise_sec{ width: 100%; position: relative; background: url(../images/specialised_bg.jpg) no-repeat 0 0; background-size: cover; min-height: 670px; text-align: center; }
.specialise_innr{width: 100%; background: #fff; padding: 40px; border-radius: 15px; padding-bottom: 130px; position: relative; }
.specialise_innr .top_heading{ font-size: 28px; text-transform: none; }
.specialise_innr .top_paragraph{ color:#0e0e0e; }
.specialise_img { width: auto; position: absolute; left: -126px; top: 190px;}
.specialise_img img{ max-width: 100%;}


.ctc_sec{ width: 100%; background: #d6f5ff; padding: 35px 0; }
.ctc_sec .top_heading{ text-transform: capitalize; padding: 0; }
.ctc_sec .top_paragraph{ padding: 0; }

.ctc_rt{ width: 100%; }
.ctc_rt ul{ display: flex; justify-content: flex-end; gap: 10px; }
.ctc_rt ul li{}
.ctc_rt .btn_link2, .ctc_rt .btn_link4{ padding-left: 40px; padding-right: 40px; }



.footer_sec{ width: 100%; background: url(../images/footer_bg.jpg) no-repeat 0 0; background-size: cover; position: relative; background-attachment: fixed; }

.footer_top{ width: 100%; padding: 50px 0; }
.footer_box{ width: 100%; position: relative; }
.footer_box:after{ width: 1px; height: 300px; background: rgba(255, 255, 255, 0.2); position: absolute; right: 0; top: 0; content: ""; }
.footer_box1 .footer_box:after, .footer_box4 .footer_box:after{ display: none;}

.footer_heading{ font-size: 20px; line-height: 26px; font-weight: bold; color:#fff; text-transform: capitalize; padding: 0 0 15px; }
.footer_logo{ display: inline-block; margin-bottom: 35px; }
.footer_logo img{ max-height: 100%;}

.foot_link li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 20px; color:#fff; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#00c2ff; }

.foot_contact li{ width: 100%; margin: 0 0 15px; font-size: 14px; line-height: 20px; color:#fff; position: relative; padding: 5px; padding-left: 40px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#00c2ff; }
.foot_contact li i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 100%; font-size: 12px; color:#000; position: absolute; left: 0px; top: 0px; background: #fff; }

.footer_box1{width: 34%;}
.footer_box2{width: 22%;}
.footer_box3{width: 22%;}
.footer_box4{width: 22%;}

.footer_btm{ width: 100%; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btmInnr{ width: 100%; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#00c2ff; }
.footer_btm em{ font-style: normal; text-transform: uppercase; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img{ max-width: 100%; }

.footer_social{ display: flex; gap: 10px; padding: 15px 0 0;}
.footer_social li img{ max-width: 100%; }
.verified_logo{ width: 100%; padding-top: 10px; }
.verified_logo img{ max-width: 100%; }




/*NEW CSS*/
.primary-navigation{ float: none !important; }
/* .menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;} */
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:before{ display: none !important; }
.primary-navigation .menu_sec ul {background: #00c2ff;}
.primary-navigation .menu_sec ul li a:hover{background-color: #7bc142; color:#fff !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
 .page .entry-header, .blog_page_header { /*background: url(../images/banner.png) no-repeat 0 0;*/ background: url(../../../../wp-content/uploads/2025/11/aquaman_sink2.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;} */
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #00c2ff; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  

.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }




/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #131313;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Poppins';
  text-transform: capitalize;
  margin-bottom: 15px;
      text-align: left;
}
.inner_subtitle {
  color: #131313;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
 font-family: 'Poppins';
  margin-bottom: 15px;
  text-transform: capitalize;
   text-align: left;
}
.inner_subtitle2 {
  color: #131313;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
 font-family: 'Poppins';
  text-transform: capitalize;
  text-align: left;
}

.inner_txt {
  font-size: 14px;
  color: #292929;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.8em;
  font-family: 'Poppins';
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #00c2ff;
}


.inner_title::before, .inner_subtitle::after  {
  background: #00c2ff;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding: 2px;
  padding-left: 25px;
  background-size: 18px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #292929;
  font-weight: normal;
  list-style: none;
}
 .inner_list_txt ul li:before{ position: absolute; left: 0; top: 3px; color:#0e2a7e; background-size: 100%; content: "\f138"; font-family: "Font Awesome 5 Pro"; font-weight: 300; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%);
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#00c2ff;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #00c2ff;
}
.sub_heading strong{ color: #00c2ff;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}



/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#7bc142 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: capitalize;
color: #292929;
padding: 0 0 15px;
 font-family: 'Poppins';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #00c2ff;
}
.contact_page_heading strong { background: #d8366b;}
.contact_page_info {
position: relative;
color: #1c1c1c;
margin-top: 20px;
padding-left: 57px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#00c2ff;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #1c1c1c;
}
.contact_page_info {
color: #1c1c1c;
}
.contact-text a:hover{ color:#00c2ff; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #1c1c1c !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #fff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%);
}
.contact-page input[type="submit"]:hover {
background: #2469b0 !important;
color:#fff !important;
}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0 !important;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #1c1c1c; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{     box-shadow: 0 0 14px -8px #000;}
.error404 .inner_title::before, .error404 .inner_subtitle::after  { left: 50%; transform: translate(-50%, 0);}






/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; display: block; width: fit-content; background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%); }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #2469b0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#131313; font-family: 'Poppins'; }
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;} 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#131313; }
.entry-title a:hover, .entry-meta a:hover { color: #00c2ff !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #00c2ff !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 15px; line-height: 26px; font-family: 'Poppins'; color: #1c1c1c; font-weight: normal; padding-bottom: 15px;}
.single .entry-content ul, .entry-summary ul{list-style-type: disc; padding: 0 0 20px 20px;}
.single .entry-content li, .entry-summary li{ font-size: 15px; line-height: 26px; font-family: 'Poppins'; color: #1c1c1c; font-weight: normal; margin: 0 0 5px; }


.content-sidebar .widget a { color: #1e1e1e; font-size: 15px; line-height: 24px; }

.site-content footer.entry-meta { margin: 0 auto 25px !important;}
.entry-meta .tag-links a:hover { color: #fff !important;}
.wp-block-latest-posts.wp-block-latest-posts__list li { margin: 0 0 10px;}
.wp-block-archives li{ margin-bottom: 3px; }


.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}

.get_box input[type="file"] {  padding: 14px 15px !important;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#08121e; border-radius: 10px; font-family: 'Poppins'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] { padding: 14px 15px !important;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .site-navigation ul .sub-menu { width: 250px; top: 34px; box-shadow: 0 0 7px -4px #646363; padding: 5px;} */
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border: 1px solid #00c2ff !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.get_frm{ width: 100%; display: inline-block; margin: 6px 0; }

.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div .btn_link{ margin: 15px 0 0;}

.yello_sec { background: #d6f5ff;}



.get_frm{ width: 100%; display: inline-block; margin: 5px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; 
  background: #f4f4f4; border: none; outline: none; font-size: 15px; line-height: 18px; color:#1a1a1a; border-radius: 5px; font-family: 'Poppins'; border:1px solid #898989; transition: all 0.3s; }
.get_frm textarea{ padding: 15px 15px; resize: none; height: 110px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; 
  color:#131313; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 12px 30px; outline: none; margin: 0; background: #7bc142; text-transform: capitalize; }
.get_frm .btn_link:hover{background: #00c2ff;}
.get_frm select{ cursor: pointer;}
.get_frm.get_btn { display: flex; gap: 10px;}
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#00c2ff;}
.gettouch_left .row{ margin: 0 -5px; }
.gettouch_left .col-md-6, .gettouch_left .col-md-12{ padding: 0 5px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm { text-align: center;}

.contact_map{ width: 100%; padding: 65px 0 0;}
.contact_map iframe{ width: 100%; height: 350px; display: flex; margin: 0; border-radius: 6px;}
.thank_you img{ max-width: 280px !important;}
.wrapper.testimonial_sec {
  padding: 65px 0 55px 0;
}
.wrapper {
  padding: 70px 0;
}

.text-center2:after{left: 50%; transform: translate(-50%, 0);}
.innr_map.contact_map iframe{ margin: 30px 0 0; }
.contact_map.innr_map {
  padding: 50px 0;
}
.contact-page .innr_map{ padding-bottom: 0;}

.area_innr{ width: 100%; margin: 25px 0 0; height: 300px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #00c2ff; }
.area_innr ul.suburb-list{ display: flex; gap: 10px; flex-wrap: wrap; }
.area_innr ul.suburb-list li{ margin: 0; width: 19%;}
.area_innr ul.suburb-list li a{ padding: 8px 15px; border: 1px solid #00c2ff; color:#000; width: 100%; border-radius: 0 10px 0 10px; display: block; position: relative; }
.area_innr ul.suburb-list li a:hover{ background: #00c2ff; color:#fff; }
/* Chrome, Edge, Safari */
.area_innr::-webkit-scrollbar {
    width: 6px;         /* Scrollbar width */
}

.area_innr::-webkit-scrollbar-track {
    background: transparent;
}

.area_innr::-webkit-scrollbar-thumb {
    background-color: #00c2ff;
    border-radius: 10px;
}
.inner_bottmMain{ padding: 40px 0; }
.btm_btn ul{ display: flex; gap: 10px; justify-content: center;}
.btm_btn .btn_link{ padding: 10px 40px;}
.book_frm p{ margin: 0; padding: 0;}

.query_box .banner_rt {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%);
  transition: background-color 0.3s ease;
}
.query_box .bannerfrm_heading, .query_box .bannerfrm_content{ color:#fff; }
.query_box .book_frm input{ border-color:#fff; color:#fff; }
.query_box .book_frm input::placeholder{ color:#fff; opacity: 1;}

.gallery_sec {
  padding: 30px 20px;
  background: linear-gradient(180deg, rgb(32, 69, 127) 0%, rgb(32, 69, 127) 25%, rgb(31, 81, 142) 50%, rgb(30, 88, 151) 73%, rgb(29, 94, 158) 100%);
}
.gallery_sec .owl-carousel .owl-item{ background: #fff; padding: 5px;}


.booking_sec { padding: 65px 0;}
.booking_sec .banTxt .ban_heading {color: #131313; }  
.booking_sec .ban_content { color: #151515;}
.booking_sec .ban_list .d-flex img {filter: brightness(0);}
.booking_sec .ban_list .d-flex .flex-grow-1 { color: #383838;}
.booking_sec .banner_rt {
    /* background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%); */
    transition: background-color 0.3s 
ease;
    background: #fff;
    border: 1px solid #e7e7e7;
}
.booking_sec .query_box .bannerfrm_content {
    color: #201f1f;
}
.booking_sec .bannerfrm_content {
    color: #444444;
}
.booking_sec .book_frm input {
    border-color: #dfdfdf;
    color: #000000;
}
.booking_sec .book_frm input::placeholder{ color:#000; opacity: 1;}
.booking_sec .row{align-items: center; }
.ban_list .d-flex .flex-grow-1 strong { font-size: 18px;}
.booking_sec .banTxt { max-width: 100%;}

.book_frm .btn_link { padding: 12px 18px; font-size: 15px;}
.booking_sec .banTxt .ban_heading strong { color: #00c2ff;}

/* .booking_sec {
  padding: 0 0 65px !important;
}
.booking_sec .book_frmMain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.booking_sec .book_frmMain .book_frm {
  width: 32.333%;
}
.booking_sec .bannerfrm_heading br{ display: none; } */
.booking_sec .row {
  align-items: center;
}
.booking_sec {
    padding: 65px 0 0;
    background: url(../images/watersimg.jpg) no-repeat right top;
}
/* .booking_sec .banner_rt {
  background: none;
  transition: inherit;
  border: 2px solid #fff;
} */
.bookright {
    text-align: right;
}
.bookright img {
    width: 80%;
}
.about_rt {
    padding: 0;
    position: relative;
}
.booking_sec .about_imgbox {
  width: 100%;
  text-align: center;
  position: relative;
}
.booking_sec .about_imgbox img {
  height: auto;
  object-fit: inherit;
  width: 100%;
}


.service_innr .inner_subtitle2 strong { color: #a6a6a6;}
.service_innr .btn_link::before { background-color: #a6a6a6 !important;}
.service_innr .btn_link:hover{ color:#fff !important; border-color:#a6a6a6 !important; }
.inner_bottm_sec { background: linear-gradient(180deg, rgba(181, 180, 180, 1) 0%, rgba(173, 173, 173, 1) 18%, rgba(166, 166, 166, 1) 39%, rgba(158, 156, 156, 1) 65%, rgba(141, 140, 140, 1) 100%);}
.process_sec { background: #a6a6a6;}
.about_page .query_box .book_frm .btn_link{ background: linear-gradient(180deg, rgba(181, 180, 180, 1) 0%, rgba(173, 173, 173, 1) 18%, rgba(166, 166, 166, 1) 39%, rgba(158, 156, 156, 1) 65%, rgba(141, 140, 140, 1) 100%);}
.about_page .query_box .book_frm .btn_link:hover { background: #00c2ff;}

.darkbg{ background:#d6f5ff; }

.primary-navigation li.menu-item-117 ul.sub-menu{ height: 250px; overflow-y: auto; scrollbar-width: thin; }
.site-navigation ul .sub-menu { background: #6da9db;  top: 33px; background: linear-gradient(180deg, rgba(181, 180, 180, 1) 0%, rgba(173, 173, 173, 1) 18%, rgba(166, 166, 166, 1) 39%, rgba(158, 156, 156, 1) 65%, rgba(141, 140, 140, 1) 100%); }
.service_box {
  position: relative;
}
.service_hvr {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.highlight_sec {
  background: linear-gradient(180deg, rgba(181, 180, 180, 1) 0%, rgba(173, 173, 173, 1) 18%, rgba(166, 166, 166, 1) 39%, rgba(158, 156, 156, 1) 65%, rgba(141, 140, 140, 1) 100%);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.highlight_sec .inner_txt {
  padding: 0;
	color: #fff;
  text-align: center;
}
.highlight_sec p {
  padding: 0;
}
.highlight_sec .btn_link::before {
  background-color: #00c2ff !important;
}

/* .serviceHome.service_sec .btn_link.btn_link3 {
  background: #fff !important;
  color: #1e5493 !important;
} */

.serviceHome.service_sec .btn_link.btn_link3 {
    background: #a6a6a6 !important;
    color: #fff !important;
    border: none !important;
}
.serviceHome.service_sec .btn_link.btn_link3:hover{ color:#fff !important; }
/* .about_left .btn_link {
  background: none;
  border: 2px solid #1e5493 !important;
  color: #1e5493 !important;
} */
.about_left .btn_link{ text-transform: uppercase; }
.about_left .btn_link:hover {
  color: #fff !important; border-color: #00c2ff !important;
}
.about_left .btn_link::before {
  background: #00c2ff !important; height: 101%;
}
.ctc_rt .btn_link3 {
/*   background: none !important;
  border: 2px solid #1e5493 !important;
  color: #1e5493 !important; */
padding: 7px 18px;
}
.ctc_rt .btn_link3:hover {
  color: #fff !important;
  border-color: #00c2ff !important;
}
.page .entry-header, .blog_page_header{background-position: left center !important;}

.page .entry-header, .blog_page_header { padding: 300px 0 200px !important;}






@media (min-width: 3000px) and (max-width: 6999px) {
.page .entry-header, .blog_page_header { padding: 850px 0 !important; }
	
	
	
}
@media (min-width: 2500px) and (max-width: 2999px) {
.page .entry-header, .blog_page_header { padding: 550px 0 !important; }
	
	
	
}

@media (min-width: 2000px) and (max-width: 2499px) {
.page .entry-header, .blog_page_header { padding: 380px 0 !important; }
	
	
	
}	
@media (min-width: 1600px) and (max-width: 1999px) {
.page .entry-header, .blog_page_header { padding: 330px 0 !important; }
	
	
	
}

@media (min-width: 1400px) and (max-width: 1599px) {
.page .entry-header, .blog_page_header { padding: 300px 0 !important; }
	
	
	
}

@media only screen and (max-width: 1299px) {
.top-logo {
  width: 18%;
}
.header-mid {
  width: 50%;
}
.header-right {
  width: 32%;
}
.header-right .btn_link {
  margin: 0 0 0 6px;
}


}

@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px;
  }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}
.btn_link {
    padding: 9px 15px;
    font-size: 13px;
  line-height: 22px;
  }
.head_rtInnr .call_btn {
  padding-left: 44px;
}
.header-right .btn_link {
  margin: 0 0 0 5px;
}
.header-right {
  width: 34%;
}
.menu_sec li {
  margin: 0 0 0 14px;
  font-size: 13px;
  line-height: 20px;
}
.header-mid {
  width: 46%;
}
.top-logo {
  width: 20%;
}
.banner_box {
  height: 650px;
}
.booking_sec {
  padding: 55px 0;
}
.banTxt .ban_heading {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 15px;
}
.ban_content {
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 17px;
}
.ban_list .d-flex img {
  width: 35px;
}
.ban_list .d-flex .flex-grow-1 strong {
  font-size: 17px;
  padding: 0 0 8px;
}
.bannerfrm_heading {
  font-size: 25px;
  line-height: 30px;}
.bannerfrm_content {
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 5px;
}
.banner_rt {
  padding: 15px;
}
.book_frm {
  margin: 12px 0 0;
}
.book_frm .btn_link {
  padding: 10px 18px;
  font-size: 14px;
}
.about_left {
  padding: 0;
}
.about_rt {
  padding-right: 0;
}
.operate_box {
  background: #d6f5ff;
  border-width: 6px;
  width: 240px;
}
.about_specialty {
  padding: 50px 0 0;
}
.specialty_heading {
  font-size: 24px;
  line-height: 32px;
  padding: 0 4%;
}
.facility_box {
  margin: 35px 0 0;
}
.facility_title {
  padding: 10px 15px;
  width: 250px;
  font-size: 15px;
}
.facility_text {
  padding: 13px;
  min-height: 126px;
  line-height: 24px;
}
.wrapper {
    padding: 60px 0;
  }
.service_box {
  padding: 15px;
  margin: 12px 0;
}
.service_box .btn_link {
  font-size: 14px;
  padding: 10px 22px;
  min-width: 235px;
}
.service_sec .ban_btn {
  padding: 20px 0 0;
}
.wrapper.testimonial_sec {
  padding: 50px 0 45px 0;
}
.emergency_rtBox {
  padding: 15px;
  margin-top: 10px;
}
.feedback_box {
  padding: 25px;
  margin-top: 50px;}
.why_icon img {
  max-width: 45px;
}
.why_heading {
  font-size: 15px;
  line-height: 21px;}
.review_sec .why_content {
  line-height: 20px;
  font-size: 12px;
}
.review_sec ul li .flex-grow-1 {
  margin-left: 5px !important;
}
.review_sec ul li {
  max-width: 25%;
}
.specialise_innr {
  padding: 30px;
  padding-bottom: 130px;
}
.specialise_innr .top_heading {
  font-size: 25px;
}
.ctc_sec {
  padding: 25px 0;
}
.top_paragraph {
    font-size: 15px;
    line-height: 24px;
  }
.foot_contact li {
  font-size: 13px;
  line-height: 18px;
}
.foot_link li {
  font-size: 13px;
  line-height: 18px;
}
.footer_top {
  padding: 45px 0;
}
.footer_btmInnr {
  padding: 15px 0;
}

.inner_content {
  padding: 60px 0 !important;
}
.inner_subtitle2 {
  font-size: 18px;
}
.book_frm .btn_link {
    height: 48px;
  }
/* .booking_sec {
  padding: 0 0 55px !important;
}
 */
/* .booking_sec .about_imgbox img {
  height: 485px;
} */
.booking_sec {
    padding: 55px 0;
  }
	
.page .entry-header, .blog_page_header {
    padding: 215px 0 210px !important;
  }	
	
}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: linear-gradient(180deg, rgba(32, 69, 127, 1) 0%, rgba(32, 69, 127, 1) 25%, rgba(31, 81, 142, 1) 50%, rgba(30, 88, 151, 1) 73%, rgba(29, 94, 158, 1) 100%);
    transition: background-color 0.3s ease; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 6px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#00c2ff;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 20px 12px; height: auto; width: 180px; border-radius: 5px;}

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}
.inner_bottm_sec .inner_txt {padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;}

.top-logo {
    width: auto;
  }
.navbar-brand img {
  height: auto;
  max-width: 150px;
}

.banner_box {
    height: 500px;
  }
 .feedback_box {
    padding-bottom: 60px;
  }


#rmp-menu-wrap-161 .rmp-menu, #rmp-menu-wrap-161 .rmp-submenu {padding: 12px !important; padding-top: 35px !important; }
#rmp-menu-wrap-161 .rmp-menu-item-link{border-radius: 30px;}
#rmp-menu-wrap-161 .rmp-menu-item-link{background: url(../../../../wp-content/themes/aquamanplumbingtheme/images/drop.png) no-repeat left 10px top 8px; padding-left: 35px !important; }
#rmp-menu-wrap-161 .rmp-menu-item { margin: 5px 0 !important; }	
#rmp-menu-wrap-161 .rmp-submenu.rmp-submenu-open {padding: 0px !important;}	
#rmp-menu-wrap-161 .rmp-submenu.rmp-submenu-open li{ margin: 0px !important; }
#rmp-menu-wrap-161 .rmp-submenu-depth-1 .rmp-menu-item-link {padding-left: 40px !important; background: none; }	
#rmp-menu-title-161{ background:#fff !important; padding: 0 !important; }	
#rmp-menu-title-161 > .rmp-menu-title-link { background-color: #fff; }	


	
	
	
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 80px;}
.get_touchSec { padding: 0 0 20px;}   
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  
  
.banner_box {
height:460px;
}
.booking_sec {
padding: 50px 0;
}
.banTxt .ban_heading {
font-size: 28px;
line-height: 35px;
padding-bottom: 15px;
}  
.ban_content {
    padding-bottom: 7px;
    line-height: 21px;
    font-size: 15px;
  }  
.ban_list .d-flex .flex-grow-1 strong {
    font-size: 15px;
    padding: 0 0 8px;
    line-height: 20px;
  }
.banTxt .btn_link {
  margin: 15px 0 0;
}
.banTxt .btn_link {
    padding: 8px 20px;
    font-size: 11px;
  }
.banTxt .ban_btn ul {
  width: 100%;
  display: flex;
  gap: 4px;
}
.bannerfrm_heading {
    font-size: 22px;
    line-height: 27px;
  }
.operate_box .flex-grow-1 {
  font-size: 15px;
  line-height: 19px;
}
.operate_box .flex-shrink-0 {
  width: 50px;
  height: 50px;
}  
.operate_box {
    width: 210px;
  }
.about_sec .about_row {
  align-items: flex-start;
}
.about_specialty {
    padding: 35px 0 0;
  }
.specialty_heading {
    font-size: 20px;
    line-height: 28px;
    padding: 0 3%;
  }
.whybox {
  padding: 20px 0 0;
}
.why_choose .row {
  align-items: flex-start;
}
.process_sec li {
  margin: 0 0 0 10px;
  padding-left: 10px;
  position: relative;
}
.process_sec .why_icon {
  width: 50px;
  height: 50px;
}
.process_sec .why_content {
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
}
.process_sec li::after {
  height: 50px;
  right: -11px;
}
.why_heading {
    font-size: 14px;
    line-height: 20px;
}
.service_sec .top_heading {
  padding-bottom: 25px;
}
.wrapper.testimonial_sec {
    padding: 50px 0 34px 0;
  }
.emergency_rtBox {
    padding: 12px;
    margin-top: 10px;
  }
.emergency_heading {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px;
}
.review_sec ul li {
    max-width: 30%;
  }
.review_sec .why_icon {
  width: 56px;
}
.why_icon img {
    max-width: 38px;
  }
.why_heading {
    font-size: 13px;
    line-height: 18px;
  }
.review_sec .why_content {
    line-height: 18px;
    font-size: 11px;
  }
.specialise_innr .top_heading {
    font-size: 24px;
  }
.specialise_img {
  left: -126px;
  top: 240px;
}
.ctc_sec {
    padding: 22px 0;
    text-align: center;
  }
.ctc_rt ul {
  justify-content: center;
}
.footer_box1 {
  width: 100%;
}
.footer_box2 {
  width: 30%;
}
.footer_box3 {
  width: 34%;
}
.footer_box4 {
  width: 36%;
}
.footer_box {
  margin: 15px 0;
}
.footer_logo {
  margin-bottom: 25px;
}
.footer_heading {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 12px;
}
.footer_top {
    padding: 35px 0;
  }
.footer_box::after {
  height: 335px;
}
.feedback_box {
    padding-bottom: 60px;
  }
.booking_sec .book_frm input {
  height: 46px;
}

.btn_link.call_btn {
  padding-left: 50px !important;
}

.contact_map iframe {
  height: 280px;
}
.area_innr ul.suburb-list li {
  margin: 0;
  width: 23.6%;
}
.margin-top {
  margin-top: 25px;
}
.contact-text { font-size: 14px;}
/* .booking_sec {
  padding: 0 0 50px !important;
}       */
.banTxt .ban_heading {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 10px;
  }	
.ban_list .d-flex {
  margin: 0 0 8px;
}
.ban_list {
  padding: 10px 0 0;
}	
/* .booking_sec .about_imgbox img {
  height: 480px;
} */
.booking_sec {
    padding: 50px 0;
  }	

	
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 13px 35px !important;}
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px; }
.inner_subtitle { font-size: 20px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px; }
.inner_content {padding: 50px 0;}
.inner_subtitle2 {font-size: 18px;}
.inner_content {padding: 50px 0 !important;}

.booking_sec {
    padding: 45px 0;
  }
.booking_sec .banTxt .ban_heading br{ display: none;}
.banTxt .ban_heading {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 15px;
  }
.booking_sec .banner_rt {
    padding: 15px;
    margin-top: 30px;
  }
.booking_sec .bannerfrm_heading br{ display: none;}
.about_rt {
    margin-top: 20px;
  }
.why_img {
  width: 100%;
  padding: 30px 15px 0;
}
.process_sec ul {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
.process_sec li {
    margin: 0 0 15px;
    width: 244px;
    display: inline-block; display: inline-block; padding-left: 0;
  }
.process_sec li:last-child{ margin: 0;}
.process_sec li::after{ display: none;}
.process_sec .d-flex {
  align-items: center;
}
.why_heading {
    font-size: 15px;
    line-height: 22px;
  }
.process_sec .why_content {
    font-size: 14px;
    line-height: 24px;
  }
.emergency_sec .container {
    max-width: 100%;
    position: relative;
}
.review_sec ul li:first-child .d-flex::after {
  width: 76%;
}
.review_sec ul li:nth-child(2) .d-flex::after {
  width: 77%;
}
.review_sec ul li:last-child .d-flex::after {
  width: 77%;
}
.why_heading {
    font-size: 13px;
    line-height: 18px;
  }
.review_sec ul {
  gap: 7px;
}
.review_sec .why_icon {
    width: 42px;
  }
.why_icon img {
    max-width: 32px;
  }
.review_sec .why_icon {
    width: 35px;
  }
.specialise_innr {
    padding: 25px;
    padding-bottom: 100px;
  }
 .specialise_img {
    left: -126px;
    top: 275px;
  }
.specialise_sec {
  min-height: 610px;
} 
.ctc_rt ul {
    justify-content: center;
    flex-wrap: wrap;
  }
.ctc_rt .btn_link {
    margin: 0;
}
.ctc_rt {
  width: 100%;
  padding: 25px 0 0;
}
.verified_logo img {
  max-width: 100px;
}
.service_img img {
  max-width: 95px !important;
}
.banner_box {
    height: 380px;
  }

.booking_sec, .why_choose, .about_sec, .emergency_sec, .ctc_sec {
    overflow: hidden;
  }
.emergency_sec::before {
  width: 48px;
  height: 60px;
  background-size: contain;
  left: 0px;
  top: 0;
}
.review_sec {
  margin-top: 0;
  padding: 30px 0 0;
}
.review_sec ul li {
    max-width: 100%;
    width: 180px;
  }
.feedback_box {
    padding-bottom: 20px;
  }
.review_sec .d-flex {
  box-shadow: 0 0 10px -4px #000;
}
.review_sec ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 10px;
}
.btn_link.call_btn {
  padding-left: 50px !important;
}

.inner_subtitle2 {
    font-size: 16px;
  }
.area_innr ul.suburb-list li a {
  padding: 8px 10px;
  font-size: 14px;
}
.area_innr ul.suburb-list li {
    margin: 0;
    width: 31.6%;
  }
.query_box .bannerfrm_heading br{ display: none;}

.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select{ height: 50px;}
.get_frm textarea { height: 105px;  padding: 15px;  }

/* .booking_sec {
  padding: 0 0 45px !important;
}
.booking_sec .book_frmMain .book_frm {
  width: 48.333%;
}
.booking_sec .banner_rt {
    margin-top: 0;
  } */
.banTxt .ban_heading {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 12px;
  }
.banTxt {
  max-width: 360px;
  display: inline-block;
}
.banner_innr {top: 56%;}
.banner_box { height: 420px; }

/* .booking_sec .about_imgbox img {
  height: auto;
} */
.booking_sec {
    padding: 45px 0;
  }
.booking_sec .banner_rt {
    margin-top: 0;
  }	

.emergency_sec::before{ display: none; }	
	
	
}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}


}



@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content { padding: 40px 0 !important; }


.banTxt .ban_heading {
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 15px;
  }
.banner_box {
    height: 380px;
  }
.banTxt .btn_link {
    padding: 8px 20px;
    font-size: 12px;
    padding-left: 45px;
  }
.btn_link.btn_link2 {
  padding: 8px 20px;
}
.banTxt .ban_btn ul {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
.specialty_heading {
    font-size: 16px;
    line-height: 24px;
    padding: 0 3%;
  }
.facility_text {
    padding: 13px;
    min-height: auto;
    line-height: 24px;
  }
.whybox_main::before {
  width: 2px;
  height: 64%;
  left: 35px;
  top: 39%;
}
 .why_heading {
    font-size: 14px;
    line-height: 18px;
  }
.process_sec ul {
    justify-content: flex-start;
    align-items: flex-start;
  }

.why_heading {
    font-size: 13px;
    line-height: 18px;
  }
.review_sec ul li:last-child .d-flex::after, .review_sec ul li:nth-child(2) .d-flex::after, .review_sec ul li:nth-child(3) .d-flex::after {
  width: 80%;
}
.facility_box {
    margin: 25px 0 0;
  }
.foot_link li {
    font-size: 14px;
    line-height: 18px;
  }
.foot_contact li {
    font-size: 14px;
    line-height: 18px;
  }
.footer_box::after {
display: none;
}
.why_content {
  text-align: left;
}
 .specialise_img {
    left: -126px;
    top: 78%;
  }

.area_innr ul.suburb-list li {
    margin: 0;
    width: 47.6%;
  }
.btm_btn .btn_link {
  padding: 9px 16px;
  font-size: 13px;
}
.inner_bottm_sec {
    padding: 20px 15px;
  }
.contact_map iframe {
    height: 250px;
  }
	
	
.booking_sec .book_frmMain {
  column-gap: 0;
}
.booking_sec .book_frmMain .book_frm {
  width: 100%;
}

.banner_box { height: 420px; }





} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}

.foot_contact li {
font-size: 12px;
line-height: 18px;
}
.foot_link li {
    font-size: 13px;
    line-height: 18px;
  }
.specialise_innr .top_heading {
    font-size: 20px;
  }  
 .specialise_img { display: none;}  
.specialise_innr{ padding: 20px;}
 .specialise_sec {
    min-height: auto;
  }
	
.banTxt .ban_heading {
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 10px;
  }	
.ban_list .d-flex img {
    width: 28px;
  }	
.ban_list .d-flex .flex-grow-1 {
  font-size: 13px;
  line-height: 13px;
  list-style: 20px;
  padding: 0 0 6px;
  margin-left: 10px !important;
}	
.ban_list .d-flex .flex-grow-1 strong {
    font-size: 13px;
    padding: 0 0 6px;
    line-height: 19px;
  }	
.ban_content {
    padding-bottom: 7px;
    line-height: 19px;
    font-size: 14px;
  }	
.btn_link.btn_link2 {
    padding: 8px 12px;
    margin: 15px 0 0;
  }	
.banner_box {
    height: 430px;
  }	
	
	
	
}
