@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.eot');
    src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'),
        url('TitilliumWeb-SemiBold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.eot');
    src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-Regular.woff') format('woff'),
        url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.eot');
    src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-Bold.woff') format('woff'),
        url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}
.main{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0 0 5px #d2d2d2;
}
.address ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 330px;
}
.address ul li{
	display: inline-block;
	padding-right:28px;
	padding-left:28px;
	font-size: 18px;
	border-right: 2px solid #3b3b3b;	
	font-family: 'Titillium Web';
}
.address ul li:first-child{
	font-size:20px;
	padding-left: 0;
}
.address ul li:last-child{
	padding-right: 0;
	padding-left: 0;
	border-right:none;
}
.address ul li:nth-child(3){
	padding-right:3%;
	border-right:none;
}
.address ul li img{
	padding-right: 8px;
}
.address ul li a{
	color:#3a3a3a;
	text-decoration: none;
}
.logo{
	margin-top: -3%;
}
.menu{
	background: #fba919;
	padding-right: 0;
}
.menu ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.menu ul li{
	display: inline-block;
	position:relative;
}
.menu ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.menu ul li:last-child{
	padding-right: 34px;
}
.get_quote a {
    color: #000;
}

.get_quote {
    background: #fba919;
    padding:17px 0;
    margin-top: 16px;
    text-transform: uppercase;
    position:relative;
    font-weight: 500;
}
.get_quote a:hover {
    color: #fff;
}
.get_quote:after{
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #fba919;
    left: 100%;
    top: 0;
}
.banner{
	background:url(../images/banner.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom: 13%;
	font-family: 'Titillium Web';
	position:relative;
	margin-top: 127px;
}
.work{
    color: #FBA919;
    font-size: 40px;
    padding-top: 15%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.heading{
	color:#fba919;
	font-size:32px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	text-transform: uppercase;
}
.heading2{
	color:#fff;
	font-size:32px;
	font-weight: bold;
	text-align: center;
	position:relative;
}
.heading2:before {
    background: url(../images/dottet.png) repeat;
    position: absolute;
    left: 50%;
    top: -17px;
    content: "";
    transform: translateX(-50%);
    width: 554px;
    height: 10px;
}
.heading2:after{
	background: url(../images/dottet.png) repeat;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
    width: 554px;
    height: 10px;
}
.buttn{
	text-align:center;
	margin-top: 30px;
}
.get{
	background: #fff;
	padding:8px 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	border-radius: 3px;
	margin-right: 6px;
	transition:ease all 0.5s;
	    font-weight: 600;
}
.get:hover{
	background: #00b9f2;
	color:#fff;
	transition:ease all 0.5s;
}
.get2{
	background: #fba919;
	padding:8px 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	border-radius: 3px;
	margin-left: 6px;
	transition:ease all 0.5s;
}
.get2:hover{
	background: #253b97;
	color:#fff;
	transition:ease all 0.5s;
}
.service{
	padding:60px 0;
}
.s-text{
	font-size:35px;
	font-weight: bold;
	color:#212121;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Titillium Web';
}
.s-text span{
	color:#fba919;
}
.left-part{
	margin-top: 2%;
}
.left-part img{
	width: 100%;
}
.right-part{
	padding-left: 4%;
	margin-top: 6%;
	position:relative;
}
.right-part:before{
    background: url(../images/line.png) no-repeat;
    position: absolute;
    left: -13%;
    top: 13%;
    right: 0;
    bottom: 0;
    content: "";
    width: 90px;
    height: 1px;
}
.p-text{
    font-size: 28px;
    font-weight: 600;
    color: #3e3e3e;
    text-transform: uppercase;
    font-family: 'Titillium Web';
	
}
.para{
	font-size: 16px;
	padding-top: 15px;
}
.read{
	position:relative;
}
.read:after{
	background:url(../images/arrow2.png) no-repeat;
	position:absolute;
	left: 24%;
	top: 10px;
	right:0;
	bottom:0;
	content:"";

}
.readmore{
	text-decoration: none !important;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat';
	transition: ease all 0.5s;
}
.readmore:hover{
    letter-spacing: 1px;
    transition: ease all 0.5s;
    color: #fba919;
}
.left-part2{
	text-align:right;
	margin-top: 7%;
	padding-right: 4%;
	position:relative;
}
.left-part2:after{
	background: url(../images/line.png) no-repeat;
	background-position: right top;
	position: absolute;
	top: 13%;
	right: -13%;
	bottom: 0;
	content: "";
	z-index: 9;
	width: 90px;
    height: 1px;
}
.read2{
	position:relative;
}
.read2:before{
	background: url(../images/arrow3.png) no-repeat;
    position: absolute;
    left: 70%;
    top: 9px;
    right: 0;
    bottom: 0;
    content: "";
    width: 25px;
    height: 8px;
}
.right-part2{
	margin-top: 2%;
}
.right-part2 img{
	width:100%;
}
.readmore2 {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
	transition: ease all 0.5s;
}
.readmore2:hover{
    letter-spacing: 1px;
    transition: ease all 0.5s;
    color: #fba919;
}

.service-btn{
	text-align:center;
	width: 100%;
	margin-top: 4%;
}
.more-service{
	background:#fba919;
	color:#313131;
	font-size:18px;
	padding: 8px 20px;
	transition:ease all 0.5s
}
.more-service:hover{
	background: #00b9f2;
	color:#fff;
	transition:ease all 0.5s
}
.plumbing-problem{
	background:url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-bottom: 3%
}
.plumbing{
	padding-top:5%
}
.heading3{
	font-size:57px;
	font-weight: bold;
	color:#fba919;
	line-height: 65px;
	font-family: 'Titillium Web';
}
.heading5{
	font-size:39px;
	color:#fff;
	font-family: 'Titillium Web';
}
.plumbing-text{
	padding-top: 5%;
	padding-left: 8%;
}
.heading6{
	font-size:16px;
	font-weight: bold;
	color: #fff;
}
.para2{
	font-size:16px;
	color: #fff;
}
.request{
	background: #fba919;
	color: #000;
	padding: 7px 15px;
	font-size: 18px;
	margin-top: 5%;
	transition: ease all 0.5s;
	font-family: 'Titillium Web';
	    font-weight: 600;
}
.request:hover{
	background: #ee3a23;
	color: #fff;
	transition: ease all 0.5s;
}
.expert-plumbing{
	padding:30px 0;
}
.plumbing-img{
	padding-left: 0;
	padding-top: 5%;
	padding-bottom: 2%;
	position:relative;
}
.plumbing-img:before{
	background: url(../images/ec.jpg) no-repeat;
	position: absolute;
	top: 8%;
	right: 0;
	bottom: 0;
	left: 14%;
	content: "";
	z-index: -1;
}
.plumbing-text2{
	padding-top: 3%;
	padding-right: 6%;
}
.heading4{
font-size: 35px;
    color: #272727;
    font-family: 'Titillium Web';
    font-weight: 600;
	    line-height: 1;
}
.para3 {
    line-height: 1.6;
}
.qw {
    background: #fba919;
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    transition: all ease 0.5s;
    display: inline-block;
    margin-top: 20px;
}
.qw:hover{
	background:#253b97;
	color:#fff;
	transition:all ease 0.5s
}

.clients{
	padding: 50px 0 20px;
}
.satisfation{
}
.satisfation ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Titillium Web';
    text-align: center;
}
.satisfation ul li{
 float: left;
    width: 25%;
    min-height: 110px;
    position: relative;
}
.pic {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.satisfation {
    overflow: hidden;
}
.satisfation ul li.ab{
	background:#253b97;
	padding:25px 30px 37px;
	vertical-align: bottom;	
}
li.ab .pic-text {
    margin-top: 16px;
    color: #fff;
}
li.bc .pic-text {
    margin-top: 20px;
}
li.ca .pic-text {
    margin-top: 12px;
    color: #fff;
}
li.ad .pic-text {
    margin-top: 11px;
}

.satisfation ul li.ab .pic img{
	width: 46px;
	opacity: 0.2;
}
.satisfation ul li.bc{
	background:#fba919;
	padding: 23px 17px 35px;
	vertical-align: bottom;
}
.satisfation ul li.bc .pic{
	text-align: center;
}
.satisfation ul li.bc .pic img{
	width: 46px;
	opacity: 0.2;
}
.satisfation ul li.ca{
	background:#253b97;
	padding: 32px 80px;
	vertical-align: bottom;
}
.satisfation ul li.ca .pic{
	text-align: center;
}
.satisfation ul li.ca .pic img{
	width: 46px;
	opacity: 0.2;
}

.satisfation ul li.ad{
	background: #fba919;
    padding: 33px 38px;
    vertical-align: top;
}
.satisfation ul li.ad .pic{
	text-align: center;
}
.satisfation ul li.ad .pic img{
	width: 46px;
	opacity: 0.2;
}
.pic-text{
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top:0%;
	text-transform: uppercase;
}

.footer{
	padding:35px 0 45px;
}
.contact {
    background: #f2f2f2;
    padding: 40px 0 0 45px;
}
.contact-title{
	font-size:30px;
	font-weight: 600;
	text-transform:uppercase;
	padding-top: 7%;
	padding-left: 5%;
	
    font-family: 'Titillium Web';
}
.contact ul{
    list-style: none;
    padding-left: 5%;
    padding-top: 7%;
    margin: 0;
    padding-bottom: 20px;
}
.contact ul li{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 12px;
}
.contact ul li img{
	padding-right: 15px;
	vertical-align: middle;
	transition: ease all 0.5s;
}
.contact ul li a{
	color:#000;
	text-decoration:none;
}
.contact ul li span{
	padding: 0 20px;
}
.contact ul li:hover img{
	padding-right: 20px;
	transition: ease all 0.5s;
}
.follow{
	padding-left: 5%;
}
.follow img{
	padding-left: 12px;
}
.form-part{
	background:url(../images/form.jpg) no-repeat;
	background-size:cover;
	padding:15px 35px 25px 35px;
}
.request-service{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding-top: 3%;
	
    font-family: 'Titillium Web';
}
.enter{
	font-size:13px;
	font-weight: 500;
	color:#fff;
}
.last{
    background: #000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.last a{
	color:#fff;
}
.frm_fld {
    margin-bottom: 13px;
}
.frm_fld input, .frm_fld select, .frm_fld textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    color: #fff;
}
.frm_fld textarea {
	height:100px;	
}

.send_btn input {
    background: #484848 !important;
    padding: 15px 20px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.frm_fld select option {
    color: #000;
}
.frm_fld select:focus {
   outline:none;
}

.page .entry-header, .blog_page_banner {
    height: 170px;
    text-align: center;
    background-image:url(../images/inner.jpg);
    margin-bottom: 50px !important;
	background-repeat:no-repeat;
	background-size:cover;
}
.page .entry-title, .blog_page_title {
    padding: 70px 0 43px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
	
}
.thankyou-btn a {
    display: inline-block;
    background: #fba919;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
.thankyou-btn a:hover{
	background: #253b97;
}
.service-list ul {
    margin: 0;
	padding: 0;
	list-style:none;
}
.service-list ul li {
    padding: 2px 0 3px 44px;
    background-image: url(../images/li-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 0 15px;
    line-height: 24px;
    font-weight: bold;
    float: left;
    width: 50%;
}
.rev_sec {
    background: #f1f1f1;
    padding: 30px;
    min-height: 95%;
    border-radius: 4px;
}
.star_img {
    margin-bottom: 20px;
}
.name_rev {
    margin-top: 14px;
    font-weight: 600;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #145fad;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background: #ef4324  !important;
}
.page-id-7 .footer .contact, .page-id-7 .footer .form-part {
    display: none;
}
.grecaptcha-badge {
    bottom: 70px !important;
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url(https://marshallsmaintenance.com.au/wp-content/uploads/2020/07/stt.png);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	    border: 2px solid #fba919;
}
#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;
}
@media only screen and (max-width : 320px) {
  .address {
		display: none;
	}
	.get_quote {
		display: none;
	}
	.logo {
		margin-top: 0;
		padding: 6px 15px;
	}
	.menu-toggle {
		top: -53px !important;
	}
	.menu {
		margin: 0 !important;
	}
	.menu ul li {
		display: block;
	}
	.heading2:after, .heading2:before {
		width: 154px;
	}
	.work {
		font-size: 20px;
	}
	.heading2 {
		font-size: 24px;
	}
	.buttn {
		display: none;
	}
	.banner {
		margin-top: 64px;
	}
	.service {
		padding: 20px 0;
	}
	.s-text {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.right-part:before, .left-part2:after{
		display:none;
	}
	.p-text {
		font-size: 22px;
	}
	.read:after {
		left: 34%;
		top: 8px;
	}
	.read2:before {
		left: 59%;
		top: 7px;
	}
	.heading3 {
		font-size: 25px;
		line-height: 45px;
	}
	.heading5 {
		font-size: 30px;
	}
	.plumbing-text {
		padding-left: 5%;
	}
	.clients {
		padding: 30px 0 0px;
	}
	.satisfation ul li {
		width: 100%;
	}
	.contact {
		padding: 10px 0 20px 5px;
	}
	.contact-title {
		font-size: 25px;
		padding-top: 4%;
	}
	.contact ul li span {
		padding: 0 5px;
	}
	.form-part {
		padding: 5px 15px 25px 15px;
	}
	.request-service {
		font-size: 25px;
	}
	.footer {
		padding: 35px 0 0;
	}
	.last {
		padding: 20px 0 50px;
		font-size: 12px;
	}
	.page .entry-header {
    	height: 130px;
    	margin-bottom: 10px !important;
	}
	.page .entry-title {
		padding: 63px 0 43px;
		font-size: 20px;
	}
	.expert-plumbing {
		padding: 30px 0 0;
	}
	.service-list {
		margin-top: 20px;
	}
	.service-list ul li {
		width: 100%;
	}
	#scroll {
   	 bottom: 160px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	 .address {
		display: none;
	}
	.get_quote {
		display: none;
	}
	.logo {
		margin-top: 0;
		padding: 6px 15px;
	}
	.logo img {
		width: 162px;
	}
	.menu-toggle {
		top: -58px !important;
	}
	.menu {
		margin: 0 !important;
	}
	.menu ul li {
		display: block;
	}
	.heading2:after, .heading2:before {
		width: 325px;
	}
	.work {
		font-size: 25px;
		padding-top: 10%;
	}
	.heading2 {
		font-size: 24px;
	}
	.buttn {
		display: none;
	}
	.banner {
		margin-top: 64px;
	}
	.service {
		padding: 20px 0;
	}
	.s-text {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.right-part:before, .left-part2:after{
		display:none;
	}
	.p-text {
		font-size: 26px;
	}
	.para {
		text-align: justify;
	}
	.read:after {
		left: 34%;
		top: 8px;
	}
	.read2:before {
		left: 59%;
		top: 7px;
	}
	.heading3 {
		    font-size: 28px;
    	line-height: 35px;
	}
	.plumbing-problem {
		padding-bottom: 8%;
	}
	.heading5 {
		font-size: 30px;
	}
	.plumbing-text {
		padding-left: 5%;
	}
	.clients {
		padding: 30px 0 0px;
	}
	.satisfation ul li {
		width: 100%;
	}
	.contact {
		padding: 10px 0 20px 5px;
	}
	.contact-title {
		font-size: 25px;
		padding-top: 4%;
	}
	.contact ul li span {
		padding: 0 5px;
	}
	.form-part {
		padding: 5px 15px 25px 15px;
	}
	.request-service {
		font-size: 25px;
	}
	.footer {
		padding: 35px 0 0;
	}
	.last {
		padding: 20px 0 50px;
		font-size: 12px;
	}
	.page .entry-header {
    	height: 130px;
    	margin-bottom: 10px !important;
	}
	.page .entry-title {
		padding: 63px 0 43px;
		font-size: 20px;
	}
	.expert-plumbing {
		padding: 30px 0 0;
	}
	.service-list {
		margin-top: 20px;
	}
	.service-list ul li {
		width: 100%;
	}
		#scroll {
   	 bottom: 160px;
	}
}


@media only screen and (min-width : 481px) and (max-width : 767px) {
	 .address {
		display: none;
	}
	.get_quote {
		display: none;
	}
	.logo {
		margin-top: 0;
		padding: 6px 15px;
	}
	.logo img {
		width: 200px;
	}
	.menu-toggle {
		top: -58px !important;
	}
	.menu {
		margin: 0 !important;
	}
	.menu ul li {
		display: block;
	}
	.work {
		font-size: 30px;
		padding-top: 10%;
	}
	.buttn {
		display: none;
	}
	.banner {
		margin-top: 64px;
	}
	.service {
		padding: 20px 0;
	}
	.s-text {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.right-part:before, .left-part2:after{
		display:none;
	}
	.para {
		text-align: justify;
	}
	.read:after {
		left: 34%;
		top: 8px;
	}
	.read2:before {
		left: 59%;
		top: 7px;
	}
	.heading3 {
		    font-size: 35px;
    	line-height: 35px;
	}
	.plumbing-problem {
		padding-bottom: 8%;
	}
	.heading5 {
		font-size: 30px;
	}
	.plumbing-text {
		padding-left: 3%;
	}
	.clients {
		padding: 30px 0 0px;
	}
	.satisfation ul li {
		width: 100%;
	}
	.contact {
		padding: 10px 0 0px 5px;
	}
	.contact-title {
		padding-top: 2%;
	}
	.contact ul {
		padding-top: 4%;
	}
	.contact ul li span {
		padding: 0 5px;
	}
	.form-part {
		padding: 5px 15px 25px 15px;
	}
	.footer {
		padding: 35px 0 0;
	}
	.last {
		padding: 20px 0 50px;
		font-size: 12px;
	}
	.page .entry-header {
    	height: 130px;
    	margin-bottom: 10px !important;
	}
	.page .entry-title {
		    padding: 67px 0 37px;
    	font-size: 26px;
	}
	.expert-plumbing {
		padding: 30px 0 0;
	}
	.service-list {
		margin-top: 20px;
	}
	.service-list ul li {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	 .address ul li:last-child{
		display: none;
	}
	.address ul {
		    margin: 0;
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding-bottom: 11px;
	}
	.address ul li {
		padding-right: 15px;
		padding-left: 15px;
	}
	.address ul li:nth-child(3) {
		padding-right: 0;
	}
	.address ul li:first-child {
		font-size: 18px;
		padding-left: 0;
	}
	.get_quote {
		display: none;
	}
	.logo {
		margin-top: 0;
		padding: 6px 15px;
	}
	.logo img {
		width: 200px;
	}
	.menu-toggle {
		top: -58px !important;
	}
	.menu {
		margin: 0 !important;
	}
	.menu ul li {
		display: block;
	}
	.work {
		font-size: 30px;
		padding-top: 10%;
	}
	.banner {
		margin-top: 130px;
	}
	.service {
		padding: 20px 0;
	}
	.s-text {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.right-part {
		margin-top: 0%;
	}
	.left-part2 {
		margin-top: 7px;
	}
	.p-text {
    	font-size: 24px;
	}
	.right-part:before, .left-part2:after{
		display:none;
	}
	.para {
		text-align: justify;
	}
	.read:after {
		left: 39%;
		top: 8px;
	}
	.read2:before {
		left: 53%;
		top: 7px;
	}
	.heading3 {
		    font-size: 30px;
    	line-height: 35px;
	}
	.plumbing-problem {
		padding-bottom: 8%;
	}
	.heading5 {
		font-size: 30px;
	}
	.plumbing-text {
		padding-left: 3%;
	}
	.clients {
		padding: 30px 0 0px;
	}
	.satisfation ul li {
		width: 50%;
	}
	.contact {
		padding: 10px 0 0px 5px;
	}
	.contact-title {
		padding-top: 2%;
		font-size: 25px;
	}
	.contact ul {
		padding-top: 4%;
	}
	.contact ul li span {
		padding: 0 5px;
	}
	.form-part {
		padding: 5px 15px 25px 15px;
	}
	.footer {
		padding: 35px 0 0;
	}
	.last {
		padding: 20px 0 50px;
		font-size: 12px;
	}
	.content-area {
		padding-top: 129px !important;
	}
	.page .entry-header {
    	height: 130px;
    	margin-bottom: 30px !important;
	}
	.page .entry-title {
		padding: 53px 0 37px;
    	font-size: 26px;
	}
	.para3 {
		padding-top: 0 !important;
	}
	.expert-plumbing {
		padding: 30px 0 0;
	}
	.service-list {
		margin-top: 20px;
	}
	.service-list ul li {
		width: 50%;
	}
	.contact ul li {
		font-size: 14px;
	}
	.request-service {
    	font-size: 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.address ul li {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 16px;
	}
	.address ul li:nth-child(3) {
		padding-right: 4%;
	}
	.address ul li:first-child {
		font-size: 17px;
		padding-left: 0;
	}
	.menu ul li a {
		font-size: 14px;
	}
	.primary-navigation a {
		padding: 0 7px !important;
	}
	.get_quote {
		font-size: 15px;
	}
	.right-part:before {
		left: -16%;
		top: 16%;
	}
	.left-part2:after {
		top: 10%;
		right: -16%;
	}
	.heading3 {
		font-size: 40px;
		line-height: 50px;
	}
	.pic-text {
		font-size: 17px;
	}
	.para3 {
		padding: 0 !important;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .address ul li:last-child{
		display: none;
	}
	.address ul {
		    margin: 0;
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding-bottom: 11px;
	}
	.address ul li {
		padding-right: 15px;
		padding-left: 15px;
	}
	.address ul li:nth-child(3) {
		padding-right: 0;
	}
	.address ul li:first-child {
		font-size: 18px;
		padding-left: 0;
	}
	.get_quote {
		display: none;
	}
	.logo {
		margin-top: 0;
		padding: 6px 15px;
	}
	.logo img {
		width: 200px;
	}
	.menu-toggle {
		top: -58px !important;
	}
	.menu {
		margin: 0 !important;
	}
	.menu ul li {
		display: block;
	}
	.p-text {
    	font-size: 24px;
	}
	.right-part:before, .left-part2:after  {
		 display:none;
	}
	.right-part, .left-part2 {
		margin-top: 10px;
	}
	.heading3 {
		font-size: 30px;
		line-height: 36px;
	}
	.heading5 {
    	font-size: 29px;
	}
	.satisfation ul li.ca {
		padding: 32px 0;
	}
	.satisfation ul li {
		min-height: 124px;
	}
	.contact {
		padding: 10px 0 0 14px;
	}
	.contact-title {
		font-size: 25px;
	}
	.contact ul li span {
		padding: 0px 4px;
	}
	.contact ul li {
		font-size: 15px;
	}
	.request-service {
    	font-size: 25px;
	}
	.last {
		padding: 20px 0 60px;
	}
	.content-area {
		padding-top: 128px !important;
	}
}
 

 