@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
body{
	font-family: 'Open Sans', sans-serif !important;
}
ul, p{
	list-style:none !important;
	margin-bottom:0 !important;
	padding:0 !important;
}
h2 span {
    font-weight: 700;
}
h2 {
    font-size: 30px !important;
    font-weight: 300 !important;
}

section#top-header {
    background: #08559d;
    color: #fff;
}
.top-bar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 6px 0;
}
.item p i {
    margin: 0 10px;
}
.top-left i {
    padding: 0 8px;
}
.top-left li {
    font-size: 14px;
    font-weight: normal;
}section#banner {
    position: relative;
}
section.form_sections {
    position: absolute;
    bottom: auto;
    right: 0;
    left: 0;
    z-index: 99;
    top: 18%;
}
.carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 50px;
}
.carousel-caption h1 span {
    font-weight: 800;
    color: #7db9f1;
}
.top-left li:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    margin: 0 20px;
    align-items: center;
    position: relative;
    bottom: 5px;
    display: inline-flex;
}
.top-right li {
    width: 28px;
	height:28px;
    border-radius: 30px;
    margin: 0 4px;
    border: 2px #fff solid;
    text-align: center;
}
.top-left li:last-child:after{
	display:none;
}
#header ul.navbar-nav li a {
    font-size: 16px;
    font-weight: normal;
    color: #272727;
	margin: 26px 12px;
	position: relative;
    padding: 0;
}
#header ul.navbar-nav li a:hover {
    color: #08559d;
}
.dropdown-content a {
    padding: 10px 12px !important;
	margin:0 !important;
}
.dropdown-content {
    padding: 0px !important;
    width: 200px;
}
a.dropdown-item:hover {
    background: #08559d;
    color: #fff !important;
}
li.nav-item:hover a.nav-link:before {
        content: "";
    background: #08559d;
    display: block;
    position: absolute;
    top: 47px;
    height: 3px;
    width: 100%;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
}
.dropdown-content li:hover a {background: #08559d; color: #fff !important;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown li:hover a {color: #08559d;}

#header .dropdown-toggle::after {
    vertical-align: middle;
}
.main-form form {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0px 0;
    justify-content: space-around;
}
.main-form form .col-md-12.text-center {
    padding-top: 30px;
}
.form-heading h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    color: #fff;
}
.form-heading h3 span {
    font-weight: 800;
}
.main-form label {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-form label span {
    text-transform: initial;
}
.banner-form .form-control{
	font-size:14px;
	border-radius:0;
	background:#eaeaea;
}
.form-heading {
    background: #08559d;
		padding: 15px 0;
}	
.banner-form {
    background: #fff;
}
.input-group-addon {
    color: #000;
	position: absolute;
    right: 15px;
    top: 6px;
}
#shipping-details .col-md-4 {
	border-right: 1px #000 solid;
}
.inner-sh {
    display: flex;
	align-items: center;
    justify-content: center;
	padding:20px 0;
}
#shipping-details .col-md-4:last-child {
	border-right: none;
}
.inner-sh img {
    height: 100%;
	    padding-right: 15px;
}
#shipping-details{
	background:#f2f2f2;
}
#banner .carousel-caption {
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
	bottom:0;
}
.banner-form .form-group {
    text-align: left;
	    margin: 0 4px;
}
#about h2 span, #bin-type h2 span {
    color: #08559d;
}
section#testmoinal h2 {
    color: #fff;
	    margin-bottom: 50px;
}
section#testmoinal {
    background: url('../images/testimonial-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	padding: 50px 0;
    background-position: center;
}
#testmoinal .owl-carousel button.owl-dot {
    color: #fff;
    background: #fff;
    border-radius: 30px;
    border: none;
    margin: 0 4px;
    padding: 6px !important;
    font: inherit;
}
#testmoinal button.owl-dot.active {
    background: #4ca9ff;
}
.owl-carousel {
    color: #fff;
}
section#footer {
    background: #2c3e50;
    color: #fff;
	padding: 50px 0 0;
}
.bottom-footer{
    background: #212f3d;
}
.main-form {
    padding: 15px 0 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
button.btn {
    background: #08559d;
    color: #fff;
    border-radius: 30px;
    padding: 5px 44px;
}
button.btn:hover{
    background: #08559d;
    color: #fff;
}
a.btn:hover {
    background: #7db9f1;
	color: #fff;
}
.inner-bin-type img:hover {
    transform: scale(1.2);
    transition: 1.5s;
}
a.btn {
    background: #08559d;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 36px;
    font-size: 18px;
    font-weight: 600;
	margin-top: 12px;
}
section#about, #bin-type, #info-second-about {
    padding: 50px  10%;
}.card-header img.img-fluid.cc-img {
    width: 20%;
}.card-header.card-header2 {
    padding: 3px;
}
.billing_form .card-header .col-md-6 .row {
    margin-bottom: 0;
}
.inner-about p {
    font-size: 16px;
    font-weight: 300;
    color: #1b1b1b;
	padding-bottom: 10px !important;
}
section#bin-type {
    background: #f2f2f2;
}
#shipping-details .inner-sh p {
    font-weight: 600;
}
.inner-about h2 {
    margin-bottom: 20px;
}
section#bin-type h2 {
    margin-bottom: 50px;
}
.inner-bin-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-bin-type p {
    font-size: 18px;
    font-weight: 600;
    color: #08559d;
    padding-top: 25px !important;
}
.item p {
    font-weight: 300;
    font-size: 20px;
}
.item h4 {
    padding: 24px 0 6px;
    font-size: 28px;
    font-weight: 700;
}
p.title {
    font-size: 15px;
}
.owl-dots {
    margin-top: 18px;
}
.footer-heading h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}
.footer-heading {
    position: relative;
}
.footer-heading h4:after {
    height: 3px;
    width: 46px;
    background: #fff;
    content: "";
    top: 32px;
    position: absolute;
    display: block;
}
.inner-footer li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.footer-list {
    display: flex;
    flex-wrap: wrap;
}
.footer-list ul:last-child {
   /*  margin-left: 30px; */
}
ul.contact li, ul.contact li a {
    display: flex;
    align-items: baseline;
	padding-bottom: 8px;
}
ul.contact li i {
    padding-right: 10px;
}
ul.contact p {
    font-weight: 400;
}
.follow-us.d-flex.top-right {
    padding-top: 10px;
}
.footer-row {
    padding-bottom: 60px;
}
.bottom-footer {
    padding: 15px 0;
}
.bottom-footer p {
    font-size: 14px;
}
.waste-type{
	padding:0 ;
}
.card-block label {
    padding-left: 0px;
}
div#ui-datepicker-div {
    z-index: 999999 !important;
}
.dropdown-menu {
    padding: 12px 10px;
}
.billing_form .form-control {
    height: 40px;
    border-radius: 0;
    font-size: 14px;
}
/* .billing_form .col-md-6 .row { */
    /* margin-bottom: 15px; */
/* } */

#step-1 .row, #step-2 .row{
    padding: 5px 0;
}
.billing_form .col-md-6 .row label {
    font-size: 14px;
}
.billing_form h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #08559d;
    padding: 14px 19px;
    margin-bottom: 0;
    position: relative;
}
.card {
   border:0 !important;
}
#step-3 .col-md-6 {
     margin: 0 auto;
}
.stepwizard-step a {
    margin: 0;
    text-align: center;
    border-radius: 50%;
    padding: 18px;
    font-size: 17px;
    display: inline-flex;
    line-height: 8px;
    align-items: center;
    justify-content: center;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}
.stepwizard-step p {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
}
.stepwizard-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #08559d;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
	flex: 0 0 50%;
}
span.requried {
    color: #f00;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.pull-right{
	margin-top:20px;
	background: #08559d !important;
}
.bg_white {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    min-height: 306px;
	margin-bottom: 20px;
}
form#bookservice {
    margin-top: 20px;
}
#step-2 .bg_white {
    /* min-height: 517px !important; */
}
span.BestPriceFound.pull-left {
    color: #08559d;
    font-weight: bold;
    font-size: 20px;
}
span.BookingFee.pull-left {
    font-size: 20px;
}
.Price_details {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.bin_times{
	    font-size: 14px;
}.bin_times {
    font-size: 15px;
    margin-bottom: 10px !important;
    display: inline-block;
}
.row.visible-xs {
    padding: 0 15px;
}
span.edit_parts {
    position: absolute;
    right: 15px;
    color: #fff;
}
span.edit_parts a {
    color: #fff;
	font-size:14px;
}
.billing_form hr {
    margin-bottom: 23px;
}
.form-heading h3 {
    font-size: 19px;
}.card-block form {
    padding: 20px;
}
.billing_form .card-block .row {
    margin-bottom: 0;
}
.col-md-12.vr_payment {
    padding: 10px 30px;
}.col-md-12.vr_payment .card-header .row {
    margin-bottom: 0;
}
section.billig_delevry {
    background: #fcfcfc;
    padding: 60px 0;
}
header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999999;
}
header.header_main.darkHeader{
	  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.accordion .card-header {
    background-color: #08559d;
    border-bottom: #08559d;
}
.accordion .card-header h2 {
    color: #ffff;
}
.accordion .fa {
    order: 2;
}
.accordion .card-header h2 span {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.billing_form .col-md-6 .row label {
    font-size: 14px;
    font-weight: 600;
}.billing_form .col-md-5 .row label {
    font-size: 14px;
    font-weight: 600;
}
.billing_form .col-md-7 .row label {
    font-size: 14px;
    font-weight: 600;
}
.type_hold {
    font-size: 14px;
}
label.col-xs-12 {
    padding: 0 15px;
}
.billing_form > .row > .col-md-6 {
    margin-bottom: 20px;
}
span.type_hold.price_hold {
    font-weight: bold;
}
.inner_contact {
    max-width: 300px;
    background: #fafafa;
    border: 1px solid #eeee;
    padding: 30px;
}
.inner_contact li {
    display: flex;
    align-items: center;
}
.inner_contact li i {
    flex: 0 0 50px;
    height: 50px;
    background:#08559d;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.inner_contact li span {
    font-size: 15px;
    margin-left: 16px;
}
.inner_contact li {
    margin-bottom: 24px;
}
.inner_contact li:last-child {
    margin-bottom: 0;
}
.col-md-12.text-center.main_title {
    margin-bottom: 50px;
}
.outer_contact input.form-control {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
}
.outer_contact textarea.form-control {
    border-radius: 0;
    height: 160px;
    font-size: 14px;
}
section.conatct-page {
    margin: 40px 0;
}
.conatct-page h3 {
    margin-bottom: 20px;
    font-size: 23px;
}
.text-left.main_title {
    margin-bottom: 17px;
}header.header_main {
    border-bottom: 1px solid #eee;
}
section.faq_page {
    margin: 50px 0;
}
p.privatproperty, p.publicproperty {
    margin: 5px 0 0 16px;
}
p.privatproperty small, p.publicproperty small {
    font-weight: 600 !important;
}
p.privatproperty br, p.publicproperty br {
    display: none;
}



/*....Rsponsive....*/

@media only screen and (min-width: 1400px){
/* #banner .carousel-caption { */
    /* bottom: unset; */
    /* width: 1140px; */
    /* left: 50%; */
    /* right: 50%; */
    /* transform: translate(-50%, -107%); */
	/* height: calc(32.5vw - 0%) !important; */
/* } */
.banner-img{
	width:100%;
}
.banner-form .form-group {
	    margin: 0 2px;
}
}
@media only screen and (max-width: 1300px){
.banner-form .form-group {
    text-align: left;
    margin: 15px 6px 0;
}
.main-form {
padding: 15px 15px 28px;
}
.carousel-caption h1 {
    margin-bottom: 24px;
}
#banner .carousel-caption {
    bottom: 3%;
    top: auto;
}
}
@media only screen and (max-width: 1200px){
.carousel-caption h1 {
    font-size: 36px;
}section.form_sections {
    top: 8%;
}
.main-form form{
    justify-content: flex-start;
}
}
@media only screen and (max-width: 1024px){
.inner-about p {
    font-size: 14px;
}
a.btn {
    font-size: 13px;
}
.inner-bin-type p {
    font-size: 14px;
}
.item p {
    font-size: 15px;
}
.item h4 {
    font-size: 19px;
}
.footer-heading h4 {
    font-size: 14px;
}
.carousel-caption h1 {
    font-size: 36px;
}
.inner-footer li {
    font-size: 13px;
}
#shipping-details .inner-sh p {
    font-size: 12px;
}

}
@media only screen and (max-width: 992px){
h2 {
    font-size: 28px !important;
}
.inner-about p {
    font-size: 16px;
}
#header ul.navbar-nav li a {
    font-size: 14px;
        margin: 15px 10px;
}
.carousel-caption h1 {
    font-size: 42px;
}
.footer-heading h4 {
    margin-bottom: 0;
    min-height: 70px;
}
.footer-heading h4:after {
    top: 50px;
}
.footer-list ul:last-child {
    margin-left: 0;
}
.waste-type{
	padding:0 15px ;
}
ul.contact p br {
    display: none;
}
.billing_form h3 {
    font-size: 15px;
}
}
@media only screen and (max-width: 767px){
.top-left li {
    font-size: 10px;
}
.form_sections {
    position: static;
	margin-top: 30px;
}
.carousel-caption h1 {
    font-size: 22px;
}
#banner .carousel-caption {
    top: 20%;
}
.banner-form .form-group {
    text-align: left;
    margin: 15px 6px 0;
    width: 100%;
}
.main-form {
    border: 1px solid #ccc;
    margin-bottom: 33px;
}
.carousel-inner img.banner-img {
    width: 100%;
}
#shipping-details .col-md-4:last-child {
    border-right: none;
    border-bottom: none;
}
.inner-sh img {
    padding-right: 0;
    width: 39px;
    margin-right: 24px;
}
#shipping-details .inner-sh p {
    width: 210px;
}
#about .row {
    flex-direction: column-reverse;
}
.top-left li:after {
    margin: 0 10px;
}
.top-right li {
    width: 20px;
    height: 20px;
	line-height: 13px;
}
.top-right li a {
    font-size: 10px;
}
ul.contact p br {
    display: block;
}
li.nav-item:hover a.nav-link:before {
    display: none;
}
div#navbarSupportedContent {
    position: absolute;
    top: 91px;
    z-index: 99999;
    background: #fff;
    left: 0;
    width: 100%;
}
.navbar {
    position: unset !important;
}
#header ul.navbar-nav li a {
    font-size: 14px;
    margin: 15px 25px;
}
.dropdown:hover .dropdown-content {
    width: 100%;
}
.dropdown-content a {
    padding: 10px 25px !important;
}
.footer-heading h4:after {
    top: 32px;
}
.footer-heading h4 {
    min-height: 52px;
}
.inner-footer {
    margin-top: 25px;
}
#footer .col-md-2:first-child .inner-footer {
    margin-top: 0;
}
.footer-list ul:last-child {
    margin-left:0;
}
.inner-bin-type p {
    flex: 0 0 100%;
    padding-top: 15px !important;
	text-align:center;
}
#bin-type .inner-bin-type {
    margin-top: 30px;
}
#bin-type .col-md-3:nth-child(3) .inner-bin-type, #bin-type .col-md-3:nth-child(2) .inner-bin-type {
    margin-top: 0;
}
.inner-about {
    margin-top: 30px;
}
section#testmoinal h2 {
    color: #fff;
    margin-bottom: 20px;
}
#shipping-details .col-md-4 {
    border-right: none;
	border-bottom: 1px #000 solid;
}
h2 {
    font-size: 20px !important;
}
section#about, #bin-type, #info-second-about {
    padding: 50px 2%;
}
.info-description-info ol{
	padding: 0 15px;
}
.conatct-page h3 {
    margin: 20px 0;
}
label.col-md-4.control-label{max-width:33.33%;
}
#step-1 .col-md-8 {
     max-width: 66.666667%;
}
.stepwizard {
   width:100%;
}
.billig_delevry {
    padding: 20px 0 !important;
}
section.form_sections {
    position: static;
    margin-top: 30px;
}
.stepwizard-step {
    flex: 0 0 auto;
}

}
@media only screen and (max-width: 480px){
div#navbarSupportedContent {
   top: 85px;
}
.g-recaptcha > div {
    position: relative;
    left: 15px;
}
}
@media only screen and (max-width: 375px){
h2 {
    font-size: 17px !important;
}
.top-left li:after {
    margin: 0 0 0 12px;
}
.billing_form h3, .stepwizard-step p {
    font-size: 13px;
}
.top-right {
    display: none;
}
.top-left li {
    font-size: 11px;
}
}
@media only screen and (max-width: 320px){
.rc-anchor-normal {
    height: 74px;
    width: 289px;
}
}