/*
Theme Name: Seabreeze Skips The Theme
Theme URI: http://devmahfuz.com
Author: Mahfuz M.
Author URI: http://devmahfuz.com
Description: The Theme is the clean wordpress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img{
	max-width: 100%;
	height: auto;
}


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}






/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #b6c4d4;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-bottom-color: green;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input[type="button"], input[type="submit"] {
	background-color: #f3be40;
	border: 0;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 11px 45px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #fb9a00;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/* Go Scroll To Top */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.go-top span {
	background-color: #f0bd42;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
	background: #fb9a00;
}

:focus {
	outline: none;
}

a, a:hover, a:focus{
	text-decoration: none;
}
a:hover{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	margin: 0;
	line-height: 1.1;
}
p:last-child{
	margin-bottom: 0;
}




/* Custom CSS */

body{
	font-family:'SegoeUI';
	font-size: 14px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 1.4;
}



/* Header */
.header {
	padding: 20px 0;
}
.header-right {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.site-header-menu {
	flex: 1;
}
.header-right-phone {
	text-align: right;
}
.header-right-phone h3 {
	color: #25477d;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 28px;
}
.header-right-phone h3 i {
	margin-right: 6px;
	font-size: 26px;
}
.header-right-phone a {
	color: #25477d;
	font-size: 28px;
	font-weight: 600;
}
.header-right-phone a:hover {
	color: #fb9a00;
}


/* Menu */

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.sticky + .banner-area {
	padding-top: 32px;
}
button.menu-toggle {
  display: none;
}
.site-header-menu {
}
.site-header-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.site-header-menu ul li {
	float: left;
	margin-right: 30px;
}
.site-header-menu ul li:last-child {
	display: none;
}
.site-header-menu ul li:last-child {
	margin-right: 0;
}
.site-header-menu ul li a {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: .5s all ease 0s;
	-o-transition: .5s all ease 0s;
	transition: .5s all ease 0s;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 23px;
	border: 2px solid transparent;
}
.site-header-menu ul li a:hover {
	border-color: #3e3e3e;
}
.site-header-menu ul li.current_page_item a{
	border-color: #3e3e3e;
}


.btn {
	padding: 11px 35px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	background: #f0bd42;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.btn:hover{
	background: #fb9a00;
	color: #fff;
}



/* Banner */
.banner-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 190px 0;
}
.banner-contents h1 {
	font-size: 39px;
	color: #000;
	margin-bottom: 10px;
}
.banner-contents h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 37px;
	margin-bottom: 10px;
}
.banner-listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-listing ul li {
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
}
.banner-listing ul li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url("img/tick.png");
	top: 10px;
}


.banner-button-with-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
}
.bn-left-text {
	width: 274px;
	position: relative;
}
.bn-left-text::after {
	content: '';
	width: 205px;
	height: 100px;
	background-image: url("img/arw.png");
	position: absolute;
	right: -125px;
	bottom: -75px;
	background-repeat: no-repeat;
}
.bn-left-text h3 {
	color: rgb(212, 0, 7);
	font-size: 30px;
}
.bn-right-btn a {
	background: #6db607 url("img/insta.jpg") repeat-x left;
	border-color: rgb(46, 74, 5);
	-webkit-border-color: rgb(46, 74, 5);
	-moz-border-color: rgb(46, 74, 5);
	border-image: none;
	border-radius: 12px;
	border-style: none none solid;
	border-width: 0 0 2px;
	color: rgb(255, 255, 255) !important;
	display: block;
	font-size: 25px;
	height: 125px;
	line-height: 125px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	width: 265px;
	font-weight: 700;
}
.bn-right-btn a:hover, .bn-right-btn a:active, .bn-right-btn a:focus {
	background: #086924 url("img/insta-hover.jpg") repeat-x top !important;
	color: #fff;
	text-decoration: none;
}


/* Banner Bottom */


.banner-bottom-title h1 {
	color: #505050;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 15px;
}
.banner-bottom-title h1::before {
	border-bottom: 3px solid rgb(73, 147, 7);
	content: "";
	left: 0;
	position: absolute;
	top: auto;
	width: 38px;
	bottom: 0px;
}

.about-bottom-content {
	background-image: url('img/about.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 66px 160px 20px 40px;
}
.about-bottom-contents {
	width: 722px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.about-bottom-content h1 {
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.about-bottom-content p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 23px;
	margin-top: 20px;
}
.banner-bottom-content-left {
	margin-top: 100px;
	margin-bottom: 150px;
}




.bottom-contact-bg {
	background: #4F7FB1;
	display: flex;
	align-items: center;
}
.banner-bottom-contacts {
	width: 400px;
	background: #fff;
	padding: 24px 50px;
	position: relative;
	z-index: 1;
}
.banner-bottom-contacts h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #151515;
	margin-bottom: 15px;
}
.banner-bottom-contacts p {
	color: #a2b2bd;
}
.banner-bottom-contacts input[type="text"], .banner-bottom-contacts input[type="email"], .banner-bottom-contacts textarea {
	border: none;
	border-bottom: 1px solid #dbdddc;
	padding-left: 0;
	border-radius: 0;
	font-weight: 600;
}
.banner-bottom-contacts textarea {
	height: 76px;
}
.banner-bottom-contacts input[type="submit"] {
	margin-top: 20px;
}
.wpcf7-form p {
	margin-bottom: 0;
	margin-top: 15px;
}





/* Recycling */

.recyling-program-area {
	background-image: url('img/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.left-rec {
	padding: 40px 75px;
}
.left-rec h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
}
.left-rec h3 strong {
	font-size: 22px;
	font-weight: 700;
}
.left-rec p {
	color: #fff;
	margin-top: 15px;
}
.rec-pro-bg {
	background: rgba(0, 0, 0, 0.5);
	padding: 50px;
}
.right-rec {
	max-width: 630px;
}
.right-rec h1 {
	text-transform: uppercase;
	color: #ccc;
	font-weight: 700;
	margin-bottom: 20px;
}
.right-rec h4 {
	font-weight: 400;
	text-transform: uppercase;
	color: #499307;
	font-size: 14px;
	margin-bottom: 30px;
}
.right-rec p {
	color: #fff;
}




/* Footer */
.footer {
	background: #fff;
}
.footer-top {
	padding: 60px 0 55px;
}
.footer-border {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}



.single-footer-widget {
	max-width: 312px;
	border-right: 1px solid rgb(234, 234, 234);
}
.footer-top .col-md-4:last-child .single-footer-widget {
	max-width: 100%;
	border-right: 0px solid;
}
.single-footer-widget h3 {
	color: rgb(36, 27, 27);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.single-footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-footer-widget ul li {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(87, 87, 87);
	line-height: 1.9;
	padding-left: 25px;
}
.single-footer-widget ul li a {
	color: rgb(87, 87, 87);
}
.single-footer-widget ul li a:hover {
	color: rgb(243, 190, 64);
}


.footer-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url("img/tick.png");
	top: 6px;
}

.footer-sitemap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url("img/map1.png");
	width: 20px;
	height: 20px;
}
.footer-sitemap li.ft-bin::before {
	background-image: url("img/bin.png");
}
.footer-sitemap li.ft-process::before {
	background-image: url("img/re.png");
}
.footer-sitemap li.ft-book::before {
	background-image: url("img/book.png");
}
.footer-sitemap li.ft-contact::before {
	background-image: url("img/call1.png");
}


.footer-contact li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url("img/map2.png");
}
.footer-contact li:nth-child(2)::before {
	background-image: url("img/mail1.png");
}
.footer-contact li:nth-child(3)::before {
	background-image: url("img/call2.png");
}

.footer-bottom {
	padding-bottom: 20px;
}

.footer-bottom a:hover {
	color: rgb(243, 190, 64);
}
.copyright p {
	font-size: 12px;
	font-weight: 600;
	color: #aaa;
}
.copyright p a {
	color: rgb(55, 136, 66);
}
.footer-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.footer-social ul li {
	display: inline;
	margin-right: 32px;
}
.footer-social ul li a {
	color: #c0c0c0;
	font-size: 12px;
	font-weight: 600;
}
.footer-social li a i {
	font-size: 14px;
}





/* Page Banner */
.title-banner-area {
	background-image: url("img/banner-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-banner-title {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-banner-title h1 {
	font-size: 72px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 5px #000;
}


/* Contact Us */


.contact-us-info {
	padding: 70px 0;
}
.contact-us-info h2 {
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	color: #4f5f6f;
	margin-bottom: 50px;
}
.contact-icon {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #4574a8;
	text-align: center;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 86px;
	margin-right: 20px;
}
.single-contact-list {
	display: flex;
	align-items: center;
}
.contact-info h3 {
	font-weight: 600;
	font-size: 18px;
	color: #4f5f6f;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact-info p, .contact-info a {
	font-size: 12px;
	color: #989fa9;
}
.contact-info a:hover {
	color: #23527c;
}



.contact-us-form-area {
	background: #f7f8fa;
	padding: 50px 0 70px;
}
.contact-us-forms h2 {
	font-size: 24px;
	color: #4f5f6f;
	font-weight: 600;
	margin-bottom: 40px;
}
.contact-us-forms textarea {
	height: 130px;
}

.contact-us-forms input[type="submit"] {
	border: none;
	background: #4574a8;
	color: #fff;
	border-radius: 0px;
	border: 2px solid #4574a8;
	padding: 10px 45px;
	font-weight: 400;
	font-size: 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.contact-us-forms input[type="submit"]:hover, .contact-us-forms input[type="submit"]:active, .contact-us-forms input[type="submit"]:focus, .contact-us-forms input[type="submit"]:visited {
	background: none;
	color: #4574a8;
	outline: 0 !important;
	border: 2px solid #4574a8;
}


/* Areas */
.single-areas-section {
	display: flex;
	flex-wrap: wrap;
}
.areas-left-img {
	width: 58%;
}
.areas-left-img {
	background-image: url('img/area1-bnr.jpg');
	background-size: cover;
	background-position: center center;
}
.areas-left-image2 {
	background-image: url('img/area-bnr.jpg');
}

.areas-left-img img {
	width: 100%;
}

.areas-rights {
	width: calc(100% - 58%);
	max-width: 465px;
	padding: 45px 0 150px 30px;
}

.areas-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.areas-right-content li {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}
.areas-right-content li:last-child {
	margin-bottom: 0;
}

.areas-right-content li h1 {
	font-size: 26px;
	color: #4f5f6f;
	font-weight: 600;
	margin-right: 15px;
}
.areas-right-content li p {
	font-size: 12px;
	color: #7e8e9f;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.6;
}
.areas-right-content p i::after {
	content: ",";
}
.areas-right-content p i:last-child::after {
	content: "";
}
.areas-right-content p i {
	display: inline-block;
	margin-right: 15px;
	font-style: normal;
}
.areas-second-img img {
	width: 100%;
}

.single-areas-section {
	position: relative;
	background: #fff;
	margin-top: -30px;
}

.single-areas-section2 {
	background: #f0f2f5;
}
.areas-sec-01 {
	margin-top: 0;
}
.areas-sec-04 {
	padding-bottom: 100px;
}
.areas-second-content {
	padding: 40px 40px 0 28px;
}


.single-areas-section2 .container {
	background: #fff;
	padding: 0;
	position: relative;
	margin-top: -30px;
	z-index: 1;
}




/* Without Banner Page */
.without-banner-content-area {
	margin: 50px 0 100px;
}
.without-banner-page-content {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	padding: 70px 30px;
}
.without-banner-page-content h1 {
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}
.without-banner-page-content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.without-banner-page-content p {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
}
.without-banner-page-content p strong {
	font-size: 16px;
	color: rgb(79, 95, 111);
	font-weight: 600;
}
.without-banner-page-content a {
	color: rgb(243, 190, 64);
}
.without-banner-page-content a:hover {
	color: rgb(251, 154, 0);
}
.page-id-50 .without-banner-page-content {
	box-shadow: 2px 3px 14px -6px rgba(48, 46, 48, 0.46);
}



/* Book A Bin */

.book-a-bin-area {
	background: #f0f2f5;
	padding: 70px 0 40px;
}
.book-a-title {
	padding-bottom: 65px;
}
.book-a-title h1 {
	color: #00294d;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
}


.book-section-one {
	background: #fff;
	padding: 50px 55px;
	margin-bottom: 20px;
}
.book-step-two {
	background: #fff;
	padding: 50px 55px;
}
.book-step-one {
	border-right: 1px solid #bbb;
}


.book-step-one h2, .book-step-two-content h2 {
	font-weight: 600;
	font-size: 29px;
	color: #636363;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.book-step-one h3, .book-step-two-content h3 {
	font-weight: 600;
	font-size: 20px;
	color: #00294d;
	margin-bottom: 20px;
}
.change_suburb {
	max-width: 430px;
	width: 100%;
	border: 1px solid #b6c4d4;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	height: 40px;
	padding: 0 30px 0 10px;
	background: #fff url('img/select-back.jpg') no-repeat right center;
}

.booked-text p {
	font-size: 16px;
	color: #00294d;
	line-height: 28px;
}
.booked-text p a {
	color: #00294d;
}


.book-step-two-content p {
	color: rgb(0, 41, 77);
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}
.book-step-two-content a {
	color: #f0bd42;
}
.book-step-two-content p:last-child {
	margin-bottom: 0;
}

.single-book-bin {
	border: 1px solid #7d7d7d;
	text-align: center;
	margin-top: 50px;
}
.single-book-bin-image {
	padding: 50px 0 30px;
	min-height: 160px;
}
.single-book-info {
	background: #f0f2f5;
	border-top: 1px solid #d6d6d7;
	border-bottom: 1px solid #d6d6d7;
	padding: 15px 0;
}
.single-book-info .row {
	align-items: center;
}
.single-book-info h3 {
	color: #00294d;
	font-weight: 400;
	font-size: 41px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	position: relative;
}

.single-book-info h3::before {
	border-right: 1px solid rgb(194, 194, 197);
	content: "";
	height: 40px;
	position: absolute;
	right: -15px;
	top: 5px;
	width: 1px;
}


.single-book-info h3 span {
	font-size: 16px;
}

.single-book-info h4 {
	color: #242424;
	font-weight: 700;
	font-size: 22px;
	line-height: 44px;
}
.single-book-info h4 sup {
	font-weight: 400;
	font-size: 14px;
}

.single-book-order-now a {
	background: #3d6995;
	color: #fff!important;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-weblit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
	display: block;
	padding: 10px;
	cursor: pointer;
}
.single-book-order-now a:hover {
	background: #f0f2f5;
	color: #242424;
}





/* Bin Size */
.bin-size-area {
	background: #f6f6f6;
	padding: 72px 0;
}


.bin-header-title {
	background: #fff;
	box-shadow: 0 -1px 8px -5px rgba(48, 46, 48, 0.46);
	padding: 24px 20px;
	height: 100%;
}
.bin-header-title h1 {
	color: rgb(79, 95, 111);
	font-weight: 600;
	font-size: 30px;
}
.bin-header-title h1 span {
	color: rgb(79, 95, 111);
	font-weight: 400;
	font-size: 16px;
}

.bin-size-bg {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	text-align: center;
	border-top: 1px solid rgb(242, 242, 242);
	box-shadow: 0px 1px 5px -3px rgba(48, 46, 48, 0.46);
	height: 100%;
	min-height: 178px;
}
.single-bin-size-left-img {
	padding: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-bin-size-wheeli {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-bin-size-wheeli sup {
	font-size: 22px;
	font-weight: 600;
	color: rgb(79, 95, 111);
	top: -40px;
	left: 20px;
}

.b-info {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 50px;
	justify-content: space-between;
}
.binsec h2 {
	color: #4F5F6F;
	font-weight: 600;
	font-size: 72px;
	margin-bottom: 18px;
}
.binsec h2 span {
	color: #4f5f6f;
	font-weight: 400;
	font-size: 34px;
}
.bin-btn a {
	background: #d63c2f;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #d63c2f;
	transition: all 0.3s ease 0s;
	-weblit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	display: block;
}
.bin-btn a:hover, .bin-btn a:focus {
	border: 1px solid #d63c2f;
	background: none;
	color: #d63c2f;
	text-decoration: none;
}
.binsec-rht {
	background: #f5f8fb;
	padding: 20px 30px;
}
.binsec-rht p {
	color: #7e8e9f;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}
.binsec-rht p:last-child {
	margin-bottom: 0px;
}



/* Process */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #567690;
}
@media only screen and (min-width: 992px) {
	#cd-timeline {
		margin-top: 0;
		margin-bottom: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block::after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #ccd9e3;
	-webkit-box-shadow: -3px 4px 11px 2px rgba(212, 224, 232, 1);
	-moz-box-shadow: -3px 4px 11px 2px rgba(212, 224, 232, 1);
	box-shadow: -3px 4px 11px 2px rgba(212, 224, 232, 1);
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-img.cd-picture {
	background: #fff;
}

.cd-timeline-block:hover .cd-timeline-img.cd-picture {
	width: 41px;
	height: 41px;
	background: #325470;
	border: 4px solid #d2dadf;
	border-radius: 50%;
	box-shadow: 0 0 1px 0 rgb(255, 0, 0);
	margin-left: -20px;
}




@media only screen and (min-width: 992px) {
	.cd-timeline-img {
		width: 32px;
		height: 32px;
		left: 50%;
		margin-left: -17px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #ffffff;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: none;
}
.cd-timeline-content::after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-content h2 {
	color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #ffffff;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #ffffff;
}


.pro-rht {
	background: #fff;
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
	max-width: 375px;
}

/**order form**/
.book-form-info label.error {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.modal-header {
    border-bottom: 0 !important;
}
#myModal .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
    margin-top: -10px;
    margin-right: 0px;
    padding: 0;
}
.bin-title {
    width: 100%;
    float: left;
    text-align: center;
}
.bin-title h4 {
    font-size: 30px;
    color: #00294d;
}
.bin-title h4 i {
    font-style: normal;
    color: #00294d;
    font-size: 20px;
}
.bin-price {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 1;
}
.bin-price h3 {
    margin: 0;
    font-size: 30px;
    color: #00294d;
}
.bin-price h3 sup {
    font-style: normal;
    color: #00294d;
    font-size: 20px;
}
.book-form-info {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.book-form-info > p {
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    color: rgb(0, 41, 77);
    font-size: 20px;
    margin-bottom: 0px;
}
.book-form-info .form-group {
    padding: 10px 0 0px 0;
    margin-bottom: 5px;
}
.book-form-info .form-group label {
    color: #93a0ae;
    font-size: 13px;
    font-weight: normal;
}
.book-form-info label.error {
	color: red;
}
.book-form-info .form-control {
    border: 1px solid #7b8793;
    border-radius: 3px;
    height: 35px;
    font-size: 12px;
    color: #9f9f9f;
}
.book-msg {
    margin-top: 10px;
}
.book-msg label {
    color: #93a0ae;
    font-size: 13px;
    font-weight: normal;
}
.book-msg .form-control {
    height: 80px;
    padding: 6px 7px;
}
.book-msg textarea {
    resize: none;
}
.payment {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    margin-left: 20px;
}
.payment input[type="submit"] {
    border: 1px solid #4574a8;
    background: #4574a8;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'SegoeUI-Semibold';
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -weblit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.pay-one a {
    width: 100px;
    padding: 0;
}
.pay-one {
	margin-top: 20px;
}
.book-form-info .form-control.error {
    border: 1px solid red;
}
.paypal-button {
	margin-top: 23px;
}

#end_date {
	pointer-events: none;
}


.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/see/wp-content/uploads/2018/09/ui-icons_222222_256x240.png);
}

.book-form-info #confirmation {
    float: left;
    margin-top: 4px;
}


@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 992px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 12px;
		width: 45%;
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #ffffff;
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #ffffff;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
	.cd-timeline-block:nth-child(2n + 1) .cd-timeline-content {
		float: right;
	}
}

@media only screen and (min-width: 992px) {
	/* inverse bounce effect on even content blocks */
	.cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}



.pro-rht .text {
	padding: 40px 30px 30px;
}
.text h2 {
	font-weight: 700;
	font-size: 26px;
	color: #4f5f6f;
	text-transform: uppercase;
	text-align: left;
}
.text p {
	font-size: 12px !important;
	color: #7e8e9f;
}
.cd-timeline-block:nth-child(2n) {
	margin-top: -27% !important;
}
.border::before {
	border: 1px dashed #567690;
	width: 59px;
	content: "";
	left: -48px;
	position: absolute;
	top: 17px;
}

.cd-timeline-block:nth-child(2n) .pro-rht {
	float: right;
}
.cd-timeline-block:nth-child(2n) .border::before {
	right: -48px;
	left: auto;
}


.process-title h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	color: #4f5f6f;
	padding-bottom: 13px;
}
.process-title h1::after {
	content: "";
	width: 100%;
	height: 8px;
	left: 0;
	bottom: -5px;
	position: absolute;
	opacity: 0.2;
	background: url("img/shadow.png") no-repeat center;
}
.process-area {
	padding: 70px 0 40px;
	background-position: left center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.pro-btm-img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #567690;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	bottom: -50px;
}
.cd-timeline-content {
	background: transparent;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
	display: none;
}

.testimonials-area {
	padding-bottom: 100px;
}

.testimonials-heading h1 {
	color: rgb(79, 95, 111);
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}

.testimonial_innr {
	border: 1px solid rgb(223, 223, 223);
}
.all-testimonials {
	position: relative;
	padding: 30px 30px 30px 60px;
	border: 1px solid rgb(223, 223, 223);
}

.all-testimonials::before {
	background-image: url("img/testi.jpg");
	width: 39px;
	height: 39px;
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
}

.single-testimonials h3 {
	color: rgb(79, 95, 111);
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.single-testimonials p {
	color: rgb(126, 142, 159);
	font-size: 14px;
	line-height: 25px;
}
.testimonials-heading {
	border-top: 1px solid rgb(223, 223, 223);;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Responsive */


/*
 * Large devices (desktops, less than 1200px)
 */

@media (max-width: 1199.98px) {
	/* Menu */
	.site-header-menu ul li a {
		padding: 10px 15px;
	}
	.site-header-menu ul li {
		margin-right: 8px;
	}
	/* Banner */
	.banner-area {
		padding: 100px 0 150px;
	}
	.banner-contents h1, .banner-contents h2 {
		font-size: 30px;
	}
	.banner-listing ul li {
		font-size: 17px;
	}

	/* Banner bottom */
	.banner-bottom-contacts {
		width: 345px;
		padding: 40px 35px;
		margin-left: 50px;
	}
	.about-bottom-content {
		padding: 66px 215px 20px 40px;
	}

	/* Bin Size */
	.b-info {
		padding-left: 25px;
	}

}



/*
 * Medium devices (tablets, less than 992px)
 */

@media (max-width: 991.98px) {

	/* Header */
	.header-right-phone h3 {
		font-size: 17px;
	}
	.header-right-phone h3 i {
		margin-right: 6px;
		font-size: 17px;
	}
	.header-right-phone a {
		font-size: 17px;
	}
	.site-header-menu ul li a {
		padding: 8px;
		font-size: 12px;
		border-radius: 5px;
	}
	.site-header-menu ul li {
		margin-right: 5px;
	}
	/* Banner */
	.banner-area {
		padding: 50px 0 100px;
	}
	.banner-left-img {
		display: none;
	}
	.banner-contents {
		text-align: center;
	}
	.banner-listing ul li::before {
		display: none;
	}
	.bn-left-text {
		display: none;
	}
	.banner-button-with-text {
		margin-top: 25px;
		justify-content: center;
	}
	.bn-right-btn a {
		height: 70px;
		line-height: 70px;
		font-size: 22px;
		width: 230px;
	}



	.about-bottom-contents {
		width: 100%;
	}
	.about-bottom-content {
		padding: 66px 40px 40px;
	}
	.banner-bottom-content-left {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.about-bottom-content h1 {
		font-size: 55px;
	}
	.banner-bottom-area {
		position: relative;
	}
	.banner-bottom-contacts {
		margin-left: 0;
	}
	.banner-bottom-area::before {
		width: 50%;
		height: 100%;
		background: #4F7FB1;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
	}
	.bottom-contact-bg {
		background: transparent;
	}
	.banner-bottom-contacts {
		width: 100%;
		margin-bottom: 50px;
	}
	.right-rec h1 {
		font-size: 20px;
	}
	.right-rec h4 {
		max-width: 300px;
		line-height: 1.5;
	}
	.single-footer-widget ul li {
		font-size: 11px;
	}
	.footer-sitemap li::before,.footer-contact li::before {
		top: 1px;
	}
	.footer-benefits li::before {
		top: 3px;
	}

	/* Title Banner */
	.page-banner-title {
		min-height: 300px;
	}
	.page-banner-title h1 {
		font-size: 50px;
	}



	/* Areas */
	.areas-left-img {
		width: 100%;
	}
	.areas-left-img {
		min-height: 450px;
	}
	.single-areas-section2 .container {
		margin-top: 0;
	}
	.single-areas-section {
		margin-top: 0;
	}
	.areas-rights, .areas-second-content {
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}

	/* Bin size */
	.b-info {
		padding-left: 10px;
	}
	.binsec h2 {
		font-size: 50px;
	}
	.binsec-rht {
		padding: 20px 10px;
	}
	.bin-btn a {
		font-size: 11px;
	}
	.binsec h2 span {
		font-size: 18px;
	}
	/* Book Bin */
	.book-a-title h1 {
		font-size: 25px;
		line-height: 1.4;
	}
	.book-step-one {
		border-right: 0px solid #bbb;
	}

	/* Process */
	.cd-timeline-block:nth-child(2n) {
		margin-top: 2em !important;
	}
	.cd-timeline-block:nth-child(2n) .pro-rht {
		float: left;
	}
	.cd-timeline-block:nth-child(2n) .border::before {
		right: auto;
		left: -48px;
	}
	.pro-btm-img {
		margin: 0;
		margin-left: -20px;
	}
	.cd-timeline-block:hover .cd-timeline-img.cd-picture {
		margin-left: -5px;
	}

}


/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.header-right-phone {
		display: none;
	}
	.header {
		padding: 10px 0;
	}
	.site-header-menu ul li:last-child {
		display: block;
	}
	.mobile-menu {
		position: relative;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: #4574a8;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 9;
		top: 11px;
	}
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		text-shadow: none;
		background-color: #4574a8;
		position: absolute;
		right: 0px;
		top: -56px;
		padding: 10px;
		border-radius: 3px;
		border: 1px solid;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #fff;
	}
	.slicknav_btn:hover {
		background: #fff;
	}
	.slicknav_btn:hover .slicknav_icon-bar {
		background-color: #4574a8;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		text-transform: uppercase;
		font-weight: 600;
	}
	.slicknav_nav a:hover {
		background: transparent;
		color: #000;
	}
	.slicknav_nav {
		padding: 0 15px;
	}
	ul.slicknav_nav li a {
		margin: 0;
		padding: 10px;
	}
	ul.slicknav_nav li {
		border-bottom: 2px solid #fff;
	}
	ul.slicknav_nav li:last-child {
		border-bottom: 0px solid #fff;
	}
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		background: #fff;
		z-index: 9;
	}
	.admin-bar .header {
		top: 48px;
	}
	.main-wrap {
		padding-top: 72px;
	}

	/* Home */
	.about-bottom-content h1 {
		font-size: 30px;
	}
	.about-bottom-content {
		padding: 20px 40px;
	}
	.banner-bottom-title h1 {
		font-size: 20px;
	}
	.banner-bottom-content-left {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.banner-bottom-contacts {
		padding: 20px;
	}
	.left-rec {
		padding: 20px;
	}



	/* Fotter */
	.footer-top {
		padding: 30px 0 0;
	}
	.single-footer-widget {
		max-width: 100%;
		border-right: 0px solid rgb(234, 234, 234);
		margin-bottom: 30px;
	}
	.footer-social ul {
		text-align: center;
	}
	.copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-social {
		padding-bottom: 20px;
	}

	/* Contact Us */
	.contact-maps {
		margin-top: 30px;
	}
	.single-contact-list {
		margin-bottom: 20px;
	}
	/* Areas */
	.areas-left-img {
		min-height: 250px;
	}

	/* Bin Size */
	.bin-size-bg {
		background: transparent;
		border-top: 0px solid rgb(242, 242, 242);
		box-shadow: none;
		min-height: auto;
	}
	.b-info {
		padding-left: 15px;
	}
	.binsec h2 {
		font-size: 45px;
	}
	.binsec h2 span {
		font-size: 20px;
	}
	.single-bin-sizes {
		background: #fff;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding-bottom: 30px;
	}
	.single-bin-sizes:nth-child(2n+1) {
		background: #ebebeb;
	}
	.single-bin-sizes:last-child {
		border-bottom: 1px solid #ccc;
	}
	.single-bin-size-wheeli {
		margin-top: 30px;
	}
	.binsec-rht {
		padding: 20px 30px;
		margin-right: -15px;
	}
	.single-bin-size-left-img {
		position: relative;
		justify-content: right;
	}
	.single-bin-size-left-img::before, .single-bin-size-content::before, .single-bin-size-wheeli::before {
		font-size: 25px;
		font-weight: 600;
		color: rgb(79, 95, 111);
		position: absolute;
		left: 0;
	}
	.single-bin-size-left-img::before {
		content: "Skip Bins";
	}

	.b-info {
		padding-left: 240px;
		position: relative;
	}
	.single-bin-size-content::before {
		content: "Bin Sizes m3";
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.single-bin-size-wheeli {
		justify-content: right;
		position: relative;
	}
	.single-bin-size-wheeli sup {
		left: 5px;
	}
	.single-bin-size-wheeli::before {
		content: "Wheelie Bins";
	}
	.testimonials-area {
		padding-bottom: 50px;
	}
	.cd-timeline-img {
		left: 5px;
	}

	/* Book Bin */
	.book-a-title {
		padding-bottom: 35px;
	}
	.booked-text {
		margin-top: 15px;
	}
	.book-a-bin-area {
		padding: 30px 0 40px;
	}
	.areas-sec-04 {
		padding-bottom: 0;
		border-bottom: 1px solid #ddd;
	}


}

/*
 * Extra small devices (portrait phones, less than 576px)
 */

@media (max-width: 575.98px) {
	.about-bottom-content {
		padding: 20px;
	}
	.banner-area {
		padding: 30px 0;
	}
	.banner-contents h1 {
		display: none;
	}
	.banner-listing {
		display: none;
	}
	.bn-right-btn a {
		height: 45px;
		line-height: 45px;
		font-size: 15px;
		width: 150px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.banner-contents h2 {
		font-size: 15px;
	}
	.banner-button-with-text {
		margin-top: 15px;
	}

	.single-contact-list {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.contact-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-us-info {
		padding: 30px 0;
	}
	.contact-us-forms {
		text-align: center;
	}


	.page-banner-title {
		min-height: 200px;
	}
	.page-banner-title h1 {
		font-size: 30px;
	}
	.single-bin-sizes {
		margin-left: 0;
		margin-right: 0;
	}
	.single-bin-size-left-img::before, .b-info::before, .single-bin-size-wheeli::before, .single-bin-size-content::before {
		font-size: 15px;
	}
	.b-info {
		padding-left: 90px;
	}
	.binsec-rht {
		padding: 20px 10px;
	}
	.single-bin-size-left-img {
		padding: 41px 0px;
	}
	.b-info {
		max-width: 170px;
		padding: 0;
		float: right;
		width: 100%;
	}


	#cd-timeline::before, .cd-timeline-img.cd-picture, .border::before {
		display: none;
	}
	.cd-timeline-content {
		margin-left: 0;
	}
	.pro-btm-img {
		margin-left: auto;
		margin-right: auto;
		bottom: -30px;
	}
	.cd-timeline-block {
		margin-bottom: 1em;
	}
	.cd-timeline-block:nth-child(2n) {
		margin-top: 1em !important;
	}
	.without-banner-page-content h1 {
		font-size: 22px;
	}
	.book-section-one, .book-step-two {
		padding: 30px 20px;
	}
	.book-step-two {
		padding-bottom: 50px;
	}
	.contact-us-form-area {
		padding-bottom: 30px;
	}
	.pro-rht {
		margin: auto;
	}
	.pick img {
		height: auto;
	}

}










