@charset "utf-8";
*, *:after, *:before {box-sizing: border-box;}
body {
    font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
	padding: 0;
	margin: 0;
    color: #010101;  
    background: #ffffff;
    overflow-x: hidden;
}
html{overflow-x: hidden;}
.container{position: relative;max-width: 1200px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}
.page-container{position: relative;max-width: 1200px;margin: 50px auto;}
.section{padding: 70px 0;position: relative;z-index: 1;}
a{color:#ff5841;}
a:hover{text-decoration: none;color: #c53678;}
ul{list-style: none;margin-bottom: 0;padding-left: 0;}
.main_container{position: relative;}
img{max-width: 100%;height: auto;}
figure {margin: 0;}
/* ------------------------ */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    text-transform: capitalize;
}
/*----------------------------------------------------
scroll bar
------------------------------------------------------*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
    border-radius: 0px;
    background-color: #fff;
    width: 8px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
    background-color: #000;
}
.scrollup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #00000080;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {
    background: #000000;
    color: #ffffff;
}
/* Header
--------------------------------*/
header {
    position: relative;
    padding: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
	min-height:74px;
	border-bottom: 1px solid #d5d5d5;
    background-color: #edfbfd;
}
.logo {
    width: 100px;
    margin-right: 15px;
}

/*Header END*/

/* Navigation
------------------------------------ */
.nav-menu{text-align: center;}
.nav-menu ul{list-style: none;margin: 0;padding: 0;}
.nav-menu li{display: inline-block;margin: 0 10px;position: relative;}
.nav-menu li > a {
    display: block;
    padding: 0 2px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
/* Top and Bottom borders go out */
.nav-menu li > a:before, .nav-menu li > a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #c53678;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.nav-menu li > a:before
{
    top: 0px;
    transform: translateY(10px);
    opacity: 0;
    display: none;
}

.nav-menu li > a:after
{
    bottom: 0px;
    transform: translateY(-10px);
}

.nav-menu li:hover > a:before, .nav-menu li:hover > a:after, .nav-menu li.current-menu-item > a:before, .nav-menu li.current-menu-item  > a:after
{
    opacity: 1;
    transform: translateY(0px);
}
.nav-menu ul .sub-menu{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    color: #000;
    width: 200px;
	box-shadow: 0 0 10px 0px #ccc;
}
.nav-menu ul .sub-menu li{
    display: block;
    margin: 0;
}
.nav-menu ul .sub-menu li > a{
    color: inherit;
    text-align: left;
    font-size: 15px;
    line-height: 34px;
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
}
.nav-menu ul .sub-menu li:last-child > a{border-bottom: 0px solid #ddd;}
.nav-menu .sub-menu li > a:before, .nav-menu .sub-menu li > a:after{display: none;}
.nav-menu .sub-menu li:hover > a{background-color: #000;color: #fff;}
.nav-menu ul li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.subarrow.fa.fa-caret-down {
    position: absolute;
    color: #000;
    right: -10px;
    top: 7px;
}
.responsive_nav .subarrow.fa.fa-caret-down {
    right: 0;
    height: 40px;
    width: 50px;
    background: #ffffff52;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
	z-index: 1;
}
.nav_menu .fa.fa-home a {
    font-size: 0;
    line-height: 0;
    padding: 0;
}
/*----------------------------*/
.packageTitle {
    min-height: 65px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.bg-teal .packageTitle {
    color: #fff;
    padding: 0 15px;
}
.packageCol {
    padding: 0;
}
.packages {
    border-radius: 30px;
    padding: 64px 0;
}
.bg-teal {
    background-color: #2aace2 !important;
}
.packageSpecifications li {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid #F3F3F3;
}
.bg-teal .packageSpecifications li {
    color: #fff;
    border-color: #4ebbec;
}
.packageSpecifications li span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding:0 15px;
	text-align:center;
}
.packageBottomNote {
    margin-top: 44px;
    color: #A5A5A5;
    font-weight: 600;
    font-family: inherit;
    font-size: 16px;
}
.card__view {
    background-color: #f6f6f6;
    border-radius: 32px;
    padding: 35px;
    margin-bottom: 30px;
}
.block-content {
    font-size: 24px;
    font-family: inherit;
    line-height: 32px;
}
.featureCard2 {
    padding: 32px 40px;
    margin-bottom: 25px;
    min-height: 275px;
}
.featureCard2 .featureIconWrap {
    margin: 0;
    height: 120px;
    width: 120px;
    border-radius: 3.2rem;
    margin-bottom: 2.4rem;
    padding: 2rem;
    display: grid;
    place-content: center;
    position: relative;
}
.featureCard2 .title {
    font-size: 24px;
    font-weight: 700;
    color: #242424;
    line-height: 30px;
}
.bg-gold {
    background-color: #d1be9b !important;
}
.bg-green {
    background-color: #60c27a !important;
}
.bg-brown {
    background-color: #5d504e !important;
}
.bg-naviblue {
    background-color: #043d5c !important;
}
.bg-lightgray {
    background-color: #939598 !important;
}

/*------------------------------------------------*/
.hook-testimonial-wrap {
    min-height: 560px;
    background-image: url(https://homebuyersusa.com/wp-content/uploads/2017/08/Isabel_Testimonial-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 42.4013px;
    padding-top: 100px;
    padding-bottom: 100px;
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.hook-testimonial-wrap .container{
	display: flex;
    justify-content: center;
    text-align: center;
	align-items:center;
	flex-direction:column;
}
.hook-testimonial-wrap h2{color:#fff;}
a.popup-vdo {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    line-height: 100px;
    font-size: 34px;
    border-radius: 50px;
    padding: 0 0 0 10px;
    margin-top: 0px;
	    color: #ff5841;
}
.two-blocks-content {
    margin-top: 35px;
}
.hook-why-choose-us .container {
    max-width: 1400px;
}
.hook-why-choose-us .sbox .stext {
    margin-top: 15px;
    text-align: center;
}
.hook-why-choose-us .sbox .stext h3 {
    font-size: 22px;
}
.responsive_nav{display:none;}
.location-list-wrap li a {
    background-image: url(https://sellfasthomes.ca/wp-content/uploads/2023/07/33.png);
    background-repeat: no-repeat;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #303030;
    display: inline-block;
    padding: 0 0 0 35px;
	text-transform: capitalize;
}
.hook-cash-offer{
	background: #edfbfd;
    background-repeat: no-repeat;
	background-size:cover;
	padding:100px 0;
}
.hook-cash-offer p, .hook-cash-offer .heading{color:#fff;}
.hook-cash-offer li{
	color: #fff;
    margin-top: 20px;
    background: none;
    background-size: 7%;
    padding-left: 56px;
    background-position: 0px 12px;
	position:relative;
}
.hook-cash-offer-list img {
    position: absolute;
    top: 5px;
    left: 0;
}
.hook-cash-offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 0;
}
.cash-offer-box.text-center {
    padding: 60px 40px;
    background: #ccc;
    margin-left: 30px;
}
.cash-offer-box p{color:#312d2d;}
.no-bg.hook-cash-offer:before{opacity:0;}
.no-bg.hook-cash-offer p, .no-bg.hook-cash-offer .heading, .no-bg.hook-cash-offer li {
    color: #000;
}
.no-bg.hook-cash-offer .hook-cash-offer-list img {filter: invert(1);}
.no-bg.hook-cash-offer .cash-offer-box.text-center {background: #fff;box-shadow: 0 0 10px 0 #ddd;}

.location-list-wrap li {
    margin: 15px 0;
}
.blog_text {
    margin: 10px 0 0 0;
}
.hook-blog .subheading {
    font-size: 20px;
}
.hook-blog .subheading a{color:#242424;}
.hook-about .sbox {
    text-align: center;
}
.hook-about .sbox figure{margin-bottom:15px;}
.hook-about .sbox h3 {
    font-size: 22px;
}
.container > .para{
    margin-bottom: 50px;
}
.hook-number-section .num {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
	color: #ff5841;
}
.hook-number-section .cbox p {
    font-size: 18px;
}
.single-faq.with-icon {
    padding-left: 55px;
    position: relative;
	margin-bottom:50px;
}
.single-faq.with-icon:before {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 900;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    font-size: 15px;
    background-color: #c53678;
    color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 500px;
    position: absolute;
    left: 0;
}
.single-faq .faq-title {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
    line-height: 32px;
}
.single-faq p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}
.hook-blog {
    background: #f8f8f8;
}
#site-footer {
   	background: #ffeeeb;
    padding: 70px 0;
}
.hook-package-wrapper .bg-teal {
    background-color: #c53678 !important;
}
.hook-package-wrapper .bg-teal .packageSpecifications li {
    border-color: #d39090;
}
.banner-section{
    background: url(https://sellfasthomes.ca/wp-content/uploads/2023/02/shutterstock_452992906-1.webp) no-repeat center;
	background-size:cover;
}
.btn , body .wpcf7-submit{
    background-color: #c53678;
    color: #fff;
    border: 2px solid #c53678;
    min-width: 140px;
    border-radius: 25px;
    padding: 0 25px;
    line-height: 42px;
	display: inline-block;
}
.cta-phone-anchor.btn i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.nav-menu li > a:hover, .nav-menu li.current-menu-item > a{color: #c53678;}
.hook-number-section {padding: 35px 0;}
.rating-star i{
    color: #c53678;
    font-size: 20px;
    margin-right: 3px;
}
.heading {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}
.heading span{color:#c53678;}
.hook-testimonial-wrap .heading span{color:#ff5841;}
.readmore {
    color: #c53678;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    top: -15px;
    position: relative;
}
.container > .para p {
    font-size: 22px;
}
input, select, textarea {
    padding: 5px 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #7c7a7a;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    color: #212020;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
textarea {
    height: 120px;
}
footer a{color:#242424;}
footer a i{margin-right:10px;}
footer a i{color: #c53678;}
.copyright {
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.hook-about .sbox img{max-width:100px;}
.banner-section:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
		bottom:0;
	background-color:#000;
	opacity:0.4;
	z-index:0;
}
.form-header {
    margin-left: 10px;
}
.banner-section .heading {
    font-size: 60px;
    color: #fff;
}
.banner-section .heading span{color: #ff5841;}
.banner-section .text-para {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.btn-wrapper{margin-top:40px;}
.btn-wrapper a{margin-right:15px;}
.btn-wrapper.text-center a{margin-right:8px;margin-left:8px;}
.btn-transparent{
	background-color: transparent;
    color: #c53678;
    border: 2px solid #c53678;
}
.btn:hover{
	background-color: transparent;
    color: #c53678;
    border: 2px solid #c53678;
}
.btn-transparent:hover{
	background-color: #c53678;
    color: #fff;
    border: 2px solid #c53678;
}
.sticky .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
	z-index: 15;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.hook-feature-section {padding-top: 0;}
.hook-feature-section .heading {margin-bottom: 40px;}
.banner-section-about.section{
	background-image:url(https://sellfasthomes.ca/wp-content/uploads/2023/02/hero_desktop_wide-5b3707a057fa6298422d5dd72baea5c852a16db63d806cb0ea75eac6f86b6a7f.webp);
}
.icon-box-list-wrap .row{
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.icon-box-list-wrap li{
	margin-top:60px;
}
.hook-our-story {
    background: #f8f8f8;
}
.video-wrap img {
    max-width: 800px;
    margin: 0 auto;
}
.section-mission h6{color: #c53678;}
.hook-blog-inner{background-color:#fff;}
.blog_list figure {
    border-radius: 15px;
    overflow: hidden;
}
.blog_list .subheading{margin-bottom:25px;}
.blog_list .sk_box {
    margin-bottom: 30px;
}
.hook-blog-mostpopular .blog_list .sk_box {
    margin-bottom: 0px;
}
.sk_content_wrap .heading {
    font-size: 34px;
	line-height: 48px;
}
.meta i{margin-right:10px;color: #c53678;}
.sk_content_wrap .sk_content_wrap_top {
    border-bottom: 5px solid #c53678;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
.sk_content_wrap img{width:100%;margin-bottom: 25px;}
.single-post .editor_text {
    max-width: 760px;
    margin: 0 auto;
	color: #303030;
}
.single-post .editor_text ul {
    list-style: disc;
    list-style-position: inside;
	margin-bottom: 25px;
}
.single .hook-cta-footer, .blog .hook-cta-footer{display:none;}
.faqlist .sk_ques {
    border: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 13%);
    margin-bottom: 20px;
    padding: 6px 75px !important;
    background: transparent;
	position:relative;
	background-color:#fff;
	cursor:pointer;
}
.faqlist .sk_ans{display:none;padding: 0 15px 35px;}
.faqlist .subheading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.faqlist .sk_ques i {
    position: absolute;
    background: #c53678;
    width: 50px;
    left: 0;
    height: 52px;
    top: 0;
    border-radius: 5px 0 0 5px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.faq_list .section:nth-child(2n){
	background-color: #f8f8f8;
}
.faq_list .sk_box {
    margin-top: 30px;
}
.faq_list .heading {font-size: 34px;line-height: 50px;}
.opened .sk_ques i:before{content: '\f068';}
.hook-inner-banner {
    background: #ffeeeb;
    min-height: 280px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.con-box i {
    background-color: #c53678;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.con-box {
    font-size: 24px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 75px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.page-template-contact .hook-cta-footer .heading {font-size: 44px;line-height: 54px;}
.page-template-contact .hook-cta-footer .text-part {
    padding-right: 40px;
    border-right: 1px solid #e9e9e9;
}
.sell-tic-list li {
    font-size: 18px;
    line-height: 34px;
    padding: 10px 0;
    padding-left: 60px;
    border-top: 1px solid #dfdfdf;
	position:relative;
}
.sell-tic-list li:first-child{border-top:0px solid #ccc;}
.sell-tic-list li:before {
    content: '';
    position: absolute;
    background: url(https://sellmyfixer.wpengine.com//wp-content/themes/sellmyfixerupper/assets/imagesNew/checkGreen.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    left: 10px;
    background-color: #ffeeeb;
    border-radius: 50%;
    background-size: 50%;
}
.img-it-work img {
    margin-top: 20px;
    box-shadow: 20px 20px 0 0 #ffeeeb;
	margin-bottom:30px;
}
.work-it-list span {
    position: absolute;
    background: #ffeeeb;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	left:10px;
}
.work-it-list li {
    margin-bottom: 40px;
    padding-left: 70px;
}
.footer-section-landing {
    background: #242424;
}
.section-heading h3{
    font-size: 30px;
    margin-bottom: 70px;
    color: #fff;
}
footer .contact-label {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
footer .contact-value {
    color: #fff;
    font-size: 24px;
}
li.contact {
    margin-bottom: 40px;
}
.bottom-footer {
    color: #fff;
    font-size: 13px;
    padding-top: 50px;
    border-top: 1px solid #444;
    margin-top: 100px;
}
.bottom-footer a{color:#fff;text-decoration:underline;}
.footer-section-landing a:hover{color:#c53678;}
.btn-wrapper br{display:none;}
.hook-about .num-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    background: #fff;
    border-radius: 50px;
	border: 1px solid #c53678;
    color: #c53678;
    font-weight: 700;
    font-size: 28px !important;
    box-shadow: 0 0 10px 10px #efefef;
	display: inline-block;
}
body .hook-cta-footer {
    background: #f8f8f8;
}
body .banner-section .heading {
    font-size: 46px;
    color: #fff;
    line-height: 52px;
    font-weight: 700;
    position: relative;
    text-shadow: 5px 4px 8px #000000;
	text-transform: capitalize;
}
body .hook-inner-banner .heading:before {
    content: '';
    position: absolute;
    background: url(https://sellfasthomes.ca/wp-content/uploads/2023/04/splash-1.svg);
    height: 40px;
    width: 40px;
    top: -22px;
    left: -32px;
}
body .banner-section h4 {
    color: #fff;
    font-weight: 500;
}
.banner-section .text-para ul{column-count:2;margin-bottom: 30px;}
.banner-section .text-para li .hook-inner-banner .text-para li {
    color: #fff;
    margin-top: 15px;
    padding-left: 30px;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 20px;
    position: relative;
    text-shadow: 5px 4px 8px #000000;
}
.hook-inner-banner .text-para li {
    color: #000;
    margin-top: 15px;
    padding-left: 50px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    text-shadow: none;
	text-align: left;
	font-weight:700;
}
.hook-inner-banner .text-para li img{margin-right:15px; width:40px;position:absolute;left:0;top:0;}
body .sbox h4 {
    height: 56px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hook-inner-banner {
    background: #edfbfd;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
 .hook-number-section {
    padding: 0 0 50px;
	background: #edfbfd;
}
 .hook-number-section hr{
	margin: 0;
    padding-bottom: 35px;
}
.form-header {
    margin-left: 10px;
    border: 1px solid #e7e6e6;
    padding: 15px 15px;
    border-radius: 15px;
}
body .hook-rating-section{
	background: #fff;
}
body{
	font-family: 'Space Grotesk', sans-serif;
}
body .heading {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    line-height: 56px;
}
body .hook-inner-banner .heading {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 66px;
	display: inline-block;
	text-align:center;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Playfair Display', serif; 
	font-weight:700 !important;
}
.ratingBlockVideo iframe {
    width: 100%;
    height: 280px;
}
.ratingBlockVideo {
    margin: 50px 0 25px;
}
body .hook-location-list .container {
    max-width: 1280px;
}

.form-wrap-main {
    background: rgb(197 54 120 / 5%);
    padding: 15px;
    border-radius: 25px;
}
.form-wrap {
    padding: 30px 20px 30px;
    background: #ffffff;
    border-radius: 22px;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    z-index: 3;
}
.form-header {
    margin-bottom: 30px;
}
.form-header h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600 !important;
    color: #000000;
}
.form-header h3 span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
}
.form-wrap .wpcf7-form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.7px;
    height: 42px;
    line-height: 42px;
}
.form-wrap textarea.wpcf7-textarea {
    height: 80px;
}
.form-wrap label {
    display: none;
}
.pp-form-text {
    color: #000;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
}
.pp-form-text span {
    color: #f00;
    font-size: 20px;
    position: relative;
    margin: 0 4px 0 0;
    top: 5px;
}
.form-footer {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
body .form-header {
    margin-left: 0;
    border: 0px solid #e7e6e6;
    padding: 0;
    border-radius: 0;
}
.form-header p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.form-wrap .wpcf7-form-control.wpcf7-submit {
    width: auto;
    border: none;
    margin: 15px AUTO 10px;
    color: #fff;
    cursor: pointer;
}
.form-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    position: absolute;
    font-weight: normal;
    display: block;
    right: 10px;
    top: 12px;
	opacity:0;
}
.form-wrap .wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #dc3232;
}
.form-wrap .wpcf7-spinner{position:absolute;}
.form-wrap .wpcf7 form .wpcf7-response-output {
    margin: 10px 0em ;
   	font-size: 13px;
    line-height: 16px;
}
body .hook-inner-banner .heading span{display: block;font-size: 26px;line-height: 30px;padding-bottom: 20px;}
body header {border-bottom: 1px solid #d5d5d5;background-color:#edfbfd;}
body .hook-feature-section {
    padding-top: 50px;
    background: #edfbfd;
}
body .card__view {background-color: #fff;}
body .section.hook-cash-offer .form-wrap-main {background: rgb(255 255 255 / 25%);}
body .hook-cash-offer .form-wrap p{
    color: #4e4d4d;
}
.arrowbanner {
    text-align: right;
    margin: 0 0 0 0;
}
.arrowbanner img{
    width: 150px;
}
.hook-sellhome {
    background: #fff5fa;
}
.video-box-wrap {
    max-width: 700px;
    margin: 0 auto 30px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hook-package-wrapper .btn{margin-top:30px;}
.hook-why-choose-us .sbox img{
	height: 210px;
    object-fit: cover;
    width: 100%;
}
.section-mission h6 {
    color: #c53678;
    font-size: 30px;
    margin-bottom: 15px;
}
.hook-number-section-abt{padding-top:50px;}
.page-template-thankyou .hook-inner-banner, .page-template-thankyou .hook-number-section{display:none;}
.section-thankyou{
	background:url(https://sellfasthomes.ca/wp-content/uploads/2023/02/sellers-house-1.jpg) center no-repeat;
}
.section-thankyou .entry-content {
    max-width: 650px;
    padding: 50px;
    background: #ffffffc7;
    margin: 50px auto;
	text-align:center;
}
.form-wrap-main p{margin-bottom:0;}
.icon-box-list-wrap h6{color: #c53678;}
.hook-cash-offer#bottom-form li {
    color: #fff;
    margin-top: 20px;
    background: url(https://sellfasthomes.ca/wp-content/uploads/2023/04/right.png) no-repeat top left;
    background-size: 6%;
    padding-left: 35px;
}
footer .logo {
    width: 130px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.hook-package-wrapper .container {
    position: relative;
    max-width: 95%;
}