@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/* Banner css */
.banner {text-align: center; padding-top: 75px; padding-bottom: 50px; background: url(../images/headerbg.png) no-repeat;background-position: left -100px bottom;}
.banner-text p {font-size: 30px;color: #fff;font-weight: 400;margin: 0 0 40px 0;}
.banner-text h1 {font-size: 65px;font-weight: 700;color: #fff;margin: 0 0 0px 0;}
.banner-text h1 span {color: #2c2c2c; font-weight: 400;}
.cr-multistep h2 {font-size: 35px;color: #437733;font-weight: 700;margin: 0 0 20px 0;}
.cr-multistep h4 {font-size: 20px;font-weight: 400;margin: 0 0 40px 0;}
.logobanner {display: inline-block;position: absolute;margin: auto;left: 0;right: 0;top: -75px;}
.logobanner:before {content: '';position: absolute;width: 218px;height: 68px;background: url(../images/logo-bg.png) no-repeat;left: 0;right: 0;margin: auto;top: 0px;}
.logobanner img {position: relative; top: 6px;}
.error {    border: 1px solid #417733!important;}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {    padding: 0 !important;}
/* Scrool Bar */

.common-margin {margin-top: 100px;}
#heading {text-transform: uppercase;color: #673AB7;font-weight: normal}
#msform {text-align: center;position: relative;}
.cr-multistep {background-color: #f9f9f9;padding: 50px 35px;border-radius: 10px;margin-bottom: 30px;}
.cr-multistep:hover {box-shadow: 0px 0px 15px 0px rgba(34,34,34,0.1); transition: 0.5s;}
#msform fieldset {background: transparent;border: 0 none;border-radius: 0.5rem;box-sizing: border-box;width: 100%;margin: 0;position: relative}
.form-card {text-align: left;}
#msform fieldset:not(:first-of-type) {display: none}
#msform input[type="text"], #msform input[type="email"], #msform textarea {padding: 10px 15px 10px 15px;border: 1px solid #d5d5d5;border-radius: 5px;margin-bottom: 0px;margin-top: 0px;width: 100%;box-sizing: border-box;color: #2C3E50;background-color: #fcfcfc;font-size: 16px;letter-spacing: 1px}
#msform input:focus, #msform textarea:focus {-moz-box-shadow: none ;-webkit-box-shadow: none ;box-shadow: none ;outline-width: 0}
#msform .action-button {width: auto;background: #427733;font-weight: 700;color: white;border: 0 none;cursor: pointer;padding: 12px 50px;font-size: 20px;border-radius: 50px;display: inline-block;}
#msform .action-button:hover, #msform .action-button:focus {background-color: #5e8a51;outline:none;}
#msform .action-button-previous {width: auto;background: #616161;font-weight: bold;color: white;border: 0 none;border-radius: 0px;cursor: pointer;padding: 12px 50px;font-size: 20px;border-radius: 50px;display: inline-block;}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {background-color: #5f8b52;outline:none;}
.card {z-index: 0;border: none; position: relative}
.fs-title {font-size: 25px;color: #f4771a;margin-top: 0; margin-bottom: 25px;font-weight: 700;}
.purple-text {color: #673AB7;font-weight: normal}
.steps {font-size: 25px;color: #f4771a;margin-top: 0; margin-bottom: 25px;font-weight: 700;text-align: right}
.fieldlabels {color: gray;text-align: left}
#progressbar {margin-bottom: 30px;overflow: hidden;color: lightgrey;padding:0;}
#progressbar .active {color: #e31e24;}
#progressbar li {list-style-type: none;font-size: 15px;width: 16.66%;float: left;position: relative;font-weight: 400}
#progressbar #looking:before {content: "1"}
#progressbar #req:before {content: "2"}
#progressbar #details:before {content: "3"}
#progressbar #time:before {content: "4"}
#progressbar #ex-services:before {content: "5"}
#progressbar #your-details:before {content: "6"}
#progressbar li:before {width: 50px;height: 50px;line-height: 45px;display: block;font-size: 20px;color: #ffffff;background: lightgray;border-radius: 50%;margin: 0 auto 10px auto;padding: 2px}
#progressbar li:after {content: '';width: 100%;height: 2px;background: lightgray;position: absolute;left: 0;top: 25px;z-index: -1}
#progressbar li.active:before, #progressbar li.active:after {background: #f4771a}
.progress {height: 20px}
.progress-bar {background-color: #427733;}
.fit-image { width: 100%;object-fit: cover}
.custom-radio {position: relative;float: left;box-sizing: border-box; padding: 0px 8px; margin-bottom: 15px;width: 20%;}
.custom-radio label {cursor: pointer;width: 100%;text-align: center;font-size: 13px;border-radius: 3px;border: 1px solid #d5d5d5; margin: 0;font-weight: 400;}
.custom-radio input.radio:empty {margin-left: 0; position: absolute; opacity: 0;}
.custom-radio input.radio:empty ~ label {position: relative;float: left;padding: 10px;background-color: #fcfcfc; white-space:normal;}
.custom-radio input.radio:empty ~ label img {display: block;margin: auto;filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
/*.custom-radio input.radio:empty ~ label:before {position: absolute;display: block;top: 0;padding: 7px 0;bottom: 0;left: -1px;content: '';width: 2.5em;background: #D1D3D4;border-radius: 3px 0 0 3px;}*/
.custom-radio input.radio:hover:not(:checked) ~ label {color: #888;}
/*.custom-radio input.radio:checked ~ label:before {content:'\2714';text-indent: .9em;color: #fff;background-color: #f4771a;}*/
.custom-radio input.radio:checked ~ label img {-webkit-filter: grayscale(0);filter: none;}
.custom-radio input.radio:checked ~ label {color: #427733;border-color: #427733;}
.form-options {margin-bottom: 30px; padding: 0;}
.form-options p {font-size: 18px;}
.custom-radio .tolltip-cus{background:#1d1d1d;color:#fff;padding:5px 10px;border-radius:5px;position:absolute;min-width:50px;max-width:300px;display:none;bottom: -30px;z-index: 9;}
.custom-radio .tolltip-cus:before{content:'';height:3px;width:0;border:7px solid transparent;border-bottom-color:#1d1d1d;position:absolute;top:-14px;left:14px;}
.custom-radio:hover .tolltip-cus {display: block;}
#msform textarea {height: 120px;}
.select-Studio {display: none;}

/* A few benefits */
.common-heading h2 {text-align: center; margin: 0px 0px 10px 0px;font-size: 55px;font-weight: 700;color: #f4771a;line-height: normal;}
.common-heading p {font-size: 22px; color: #333; text-align: center;font-weight: 500; }
.common-heading {margin-bottom: 30px;}
.benefit-box {position: relative;float: left;text-align: center;width: 100%;box-sizing: border-box;padding: 35px 30px;background: url(../images/info_box_bg_shape_3.png) no-repeat #fef1e8;border-radius: 20px;background-position: bottom;background-size: contain;margin-bottom: 30px;}
.box-shadow {box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.1);}
.benefit-box:hover {box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.1); transition: 0.5s;}
.benefit-box img {z-index: 1; position: relative; top: 20px;}
.benefit-box p {font-size: 18px; font-weight: 400;    margin-top: 70px;}
.benefit-icon {position: relative;}
.benefit-icon:after {content: '';width: 80px;height: 80px;background-color: rgba(255,255,255,0.5);box-shadow: 0px 0px 5px #e5e5e5;position: absolute;margin: auto;left: 0;right: 0;border-radius: 56px; top: 10px;}
.benefit-icon:before {content: '';width: 100px;height: 100px;background-color: rgba(255,255,255,0.5);box-shadow: 0px 0px 15px #f1f1f1;position: absolute;margin: auto;left: 0;right: 0;border-radius: 56px;}

/* How work  */
.margin40 {margin-top: 40px;}
.work-process {position: relative;float: left;width: 100%; box-sizing: border-box; text-align: center;}
.process-icon {width: 120px;height: 120px;position: relative;line-height: 120px;font-size: 52px; color: #4c55c4;background-image: url(../images/processshapr.png);background-position: bottom right;background-repeat: no-repeat;background-size: contain;text-align: center;margin: auto;margin-bottom: 30px; padding:0px;border-radius: 100% 100% 100% 100%;transition-duration: 0.3s;}
.num {background-color: #f4771a;color: #ffffff;width: 35px;height: 35px;display: inline-block;font-size: 12px;line-height: 35px;border-radius: 100px;position: absolute;left: 0;top:-10px;-webkit-box-shadow: 0px 16px 32px rgba(244, 119, 26, 0.5);box-shadow: 0px 16px 32px rgba(244, 119, 26, 0.5);}
.work-process p {text-align: center;font-size: 20px; font-weight: 400; }

/* Top removelist */
.top-removelist {background:url(../images/review-bg.png) no-repeat; background-size: contain;}
.removelist-box {position: relative;float: left;width: 100%; box-sizing: border-box;padding: 25px;background: url(../images/bg_color.png) no-repeat #fff;background-size: cover;border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.1);}
.remove-img {position: relative;float: left;width: 22%; overflow: hidden;border-radius: 78px;box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.1);border: 2px solid #fff;}
.remove-img img {width: 100%;}
.remove-heading {position: relative;float: left;width: 78%;box-sizing: border-box;padding: 0px 15px;}
.remove-heading h4 {margin: 5px 0px 10px 0; font-size: 22px;font-weight: 600;color: #f4771a;}
.starts {color: #f4771a;}
.remove-txt {position: relative;float: left;width: 100%;margin-top: 20px;}
.remove-txt p {margin-bottom: 0px; font-size: 16px;font-weight: 400;text-align: left; line-height: 30px;}
a.postjob {background-color: #f4771a;color: #fff;display: inline-block;padding: 10px 30px;font-size: 16px;font-weight: 500;border-radius: 30px;margin-top: 20px;text-decoration: none;}
.cta-sec {background:url(../images/abstract5.png) no-repeat fixed #fef1e8; text-align: center; padding:75px 0; }
.cta-box h2 {margin: 0px 0px 15px 0px;font-size: 55px;font-weight: 700;color: #f4771a;line-height: normal;}
.cta-box p {font-size: 18px; font-weight: 400; line-height: 35px; padding:0px 150px;}
.cta-box a {background-color: #f4771a;color: #fff;display: inline-block;padding: 15px 35px;font-size: 18px;font-weight: 500;border-radius: 30px;margin-top: 20px;text-decoration: none;}
.view-btn a {background-color: #f4771a;color: #fff;display: inline-block;padding: 15px 45px;font-size: 20px;font-weight: 500;border-radius: 30px;margin-top: 60px;text-decoration: none;}
/* See Whats others */
.swo {margin-top: 110px; text-align: center;background:url(../images/swo-bg.png) no-repeat; background-position: left top 100px;}
.swo ul.nav.nav-tabs {float: none; display: inline-block; margin-top: 50px;border: none;}
.swo ul.nav.nav-tabs li a {border:none;font-size: 24px;color: #2c2c2c;font-weight: 700; padding: 75px 0px 0px 0px; margin: 0px 15px; position: relative;}
.swo ul.nav.nav-tabs li:nth-child(1) a:before {content: '';position: absolute; width: 64px; height: 64px; background: url(../images/house-removalists-icon.png) no-repeat; background-position: center top -76px;margin: auto;left: 0;right: 0;top: 0;}
.swo ul.nav.nav-tabs li.active:nth-child(1) a:before {content: '';position: absolute; width: 64px; height: 64px; background: url(../images/house-removalists-icon.png) no-repeat; background-position: center top;margin: auto;left: 0;right: 0;top: 0;}
.swo ul.nav.nav-tabs li a:hover, .swo ul.nav.nav-tabs li a:focus {background-color:transparent; outline: none;}
.swo ul.nav.nav-tabs li.active a {color: #f4771a; border-bottom: 1px solid #f4771a;background-color: transparent;}
.reviews-boxes {position: relative;box-sizing: border-box;padding: 0px 15px;display: inline-block;width: 400px;}
.review-box-in {position: relative; float: left; width: 100%;background-color: #fff; box-shadow: 0px 0px 30px rgba(241, 241, 241, 0.8);border-radius: 100px;padding: 30px 25px 30px 35px;}
.swo .tab-content {padding:30px 0px;}
.swo .tab-content marquee {padding: 30px 0px;}
.review-h-text {width: 75%;position: relative;float: left;}
.review-h-text p {font-size: 16px;font-weight: 400;color: #2c2c2c;white-space: initial; margin-bottom: 15px;text-align: left;}
.swo .owl-carousel .owl-item img {width: auto; display: inline-block;}
.swo .owl-carousel .owl-stage-outer {padding:30px 0px;}
.review-h-text ul {padding: 0; margin: 0;}
.review-h-text ul li {list-style: none; float: left;}
.review-h-text ul li:nth-child(1) img {margin-right:5px;}
.review-h-text ul li:nth-child(1) {font-size: 14px;color: #f4771a;font-weight: 700;}
.review-h-text ul li:nth-child(2) {float:right;color: #2c2c2c;font-size: 12px;font-weight:400;border: 1px solid #efefef;padding: 2px 12px;border-radius:50px;margin-right: 5px;}
.review-img {width: 25%;float: left;height: 72px;overflow: hidden;border-radius: 100px;}


/*  */
.removelist-txt {padding-top: 50px;}
.removelist-txt h2 {margin: 0px 0px 25px 0px;font-size: 55px;font-weight: 700;color: #f4771a;line-height: normal;}
.removelist-txt p {font-size: 18px; line-height: 35px;}
.removelist-txt a {background-color: #f4771a;color: #fff;display: inline-block;padding: 15px 35px;font-size: 18px;font-weight: 500;border-radius: 30px;margin-top: 20px;text-decoration: none;}


.footer {text-align: center;}
.footer ul {display: inline-block;float: none; margin: 15px 0 10px 0; padding: 0;}
.footer ul li {list-style: none;float: left;}
.footer ul li a {color: #fff; text-decoration: none;font-size: 15px;display: inline-block;padding: 0px 20px;}


@media only screen and (max-width: 767px) and (min-width: 300px)  {
	#progressbar li:before {width: 25px;height: 25px;font-size: 14px;padding: 4px; line-height: normal;}
	#progressbar li:after {height: 1px;top: 12px;}
	.cr-multistep {padding: 35px 15px;}
	#progressbar {margin-bottom: 20px;}
	.fs-title {margin-bottom: 15px;}
	.fs-title, .steps {text-align: center; font-size: 20px;}
	.custom-radio {width: 30%; padding:0px 5px;}
	.custom-radio label {font-size: 11px; height:110px;}
	.custom-radio input.radio:empty ~ label{ padding:15px;}
	.form-options p {font-size: 15px;}
	#msform .action-button-previous, #msform .action-button {padding: 10px 25px;font-size: 15px; font-weight: 400;}
	#msform input[type="text"], #msform input[type="email"], #msform textarea {font-size: 13px;}
	.banner-search input[type="button"], .banner-search input[type="submit"] {font-size: 20px;    padding: 18px 30px;}
	.banner-text p {font-size: 18px;}
	.banner-text h1 {font-size: 35px;}
	.search-heading {padding-top: 40px; font-size: 35px;}
	.banner:after {background-size: contain;}
	.common-margin {margin-top: 50px;}
	.common-heading {margin-bottom: 20px;}
	.common-heading h2, .cta-box h2 {font-size: 35px;}
	.work-process {margin-bottom: 30px;}
	.removelist-box {margin-bottom: 30px;}
	.cta-box p {padding: 0;}
	.removelist-txt {padding-top: 0; padding-bottom: 30px;}
	.removelist-txt h2 {font-size: 35px;}
}

@media only screen and (max-width: 1023px) and (min-width: 768px)  { 
	.custom-radio {width: 25%;}
	.custom-radio label {font-size: 11px;}
	.banner-text p {font-size: 25px;}
	.banner-text h1 {font-size: 50px;}
	.search-heading {padding-top: 50px; font-size: 40px;}
	.common-margin {margin-top: 75px;}
	.common-heading h2 {font-size: 40px;}
	.benefit-box {font-size: 15px; padding:30px 15px;}
	.removelist-box {margin-bottom: 30px;}
	.cta-box h2, .removelist-txt h2 {font-size: 40px;}
	.cta-box p {padding:0;}
	.removelist-txt {padding-top: 0;}
}

@media only screen and (max-width: 1199px) and (min-width: 1024px)  {  
	.custom-radio label {font-size: 10px;}
	.banner-text p {font-size: 30px;}
	.banner-text h1 {font-size: 65px;}
	.search-heading {padding-top: 100px;}
}


