/* CSS Document */
a{ outline:none; text-decoration:none; }
a:focus, a:hover{ outline:none; text-decoration:none; }
ul{ padding:0; margin:0; list-style:none; }





.banner-landing{ margin:0; padding:30px 0 80px 0; background:#F5F9FA; }
.banner-landing .lt-block{ margin:0; padding:50px 50px 0 0; }
.banner-landing .lt-block .logo{ margin:0 0 10px 0; padding:0; max-width:215px; }
.banner-landing .lt-block .logo a{ display:inline-block; }
.banner-landing .lt-block .logo a img{ width:100%; height:auto; line-height:0; }
.banner-landing .lt-block h1{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:56px; line-height:68px; color:#333333; margin:0; padding:0 0 5px 0; }
.banner-landing .lt-block h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:37px; line-height:39px; color:#333333; margin:0; padding:0 0 30px 0; }
.banner-landing .lt-block .form-block{ margin:0; padding:0; position:relative; }
.banner-landing .lt-block .form-block .post-code{ background:#FFFFFF; border:1px solid #D3DADC; box-shadow:0px 18px 27px rgba(0, 0, 0, 0.06); border-radius:10px; height:76px; width:100%; padding-left:30px; text-transform: uppercase; }
.banner-landing .lt-block .form-block .post-code::placeholder{ text-transform: none; }
.banner-landing .lt-block .form-block .offer-btn{ background:#FD851A; border-radius:5px; height:54px; font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:18px; line-height:20px; color:#fff; width:198px; margin:0; padding:0; position:absolute; right:11px; top:11px; border:none; }
.banner-landing .lt-block ul{ margin:30px 0 0 0; padding:0; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.banner-landing .lt-block ul li{ width:50%; font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:14px; line-height:17px; color:#333333; margin:0 0 15px 0; padding:3px 0 3px 25px; list-style:none; background:url(../img/ul-tick.png) no-repeat left center; }
.banner-landing .lt-block .rating{ margin:0; padding:10px 0 0 0; }

.banner-landing .rt-block{ margin:0; padding:0; position:relative; }
.banner-landing .rt-block .image{ margin:0; padding:0; border-radius: 230px 230px 0px 0px; background: #fff; overflow: hidden;}
.banner-landing .rt-block .image img{ width:100%; height:auto; line-height:0; }
.banner-landing .rt-block .text{ margin:0 auto; padding:20px 0 19px 0; position: absolute; width:calc(100% - 60px); text-align:center; background:#FFFFFF; box-shadow:0px 18px 27px rgba(0, 0, 0, 0.06); border-radius: 10px; left:0; right:0; bottom:-50px; }
.banner-landing .rt-block .text h3{ font-family:'Montserrat'; font-style:normal; font-weight:600; font-size:14px; line-height:16px; margin:0; padding:0; color:#000; }
.banner-landing .rt-block .text h4{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:24px; line-height:29px; margin:0; padding:6px 0; color:#FD851A; }



.trusted-logo-sec{ margin:0; padding:0px 0 70px 0; background:#F5F9FA; }
.trusted-logo-sec h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:14px; line-height:17px; text-align:center; color:#333333; margin:0; padding:0 0 25px 0; text-align:center; }
.trusted-logo-sec .logo{ margin:0; padding:0; display:flex; justify-content:space-evenly; align-items: center; }



.property-bought{ margin:0; padding:40px 0 70px 0; background:#F5F9FA; }
.property-bought h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:32px; line-height:39px; text-align:center; color:#333333; margin:0; padding:0; }
.property-bought h2 span{ color:#FD851A; font-weight:700; }

.property-bought .bought-slider{
	padding: 0;
	margin: 30px 0 0 0;
}

.property-bought .bought-slider .card{
	background-color: #fff;
	border: 1px solid #D3DADC;
	border-radius: 8px;
	padding: 10px;
	margin: 0 5px;
}
.property-bought .bought-slider .card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.property-bought .bought-slider .card .card-body .price{
	font-family: 'Montserrat';
	font-size: 20px;
	color: #FD851A;
	line-height: 1.3;
	font-weight: 700;
	padding: 0;
	margin: 0;

}

.property-bought .bought-slider .card .card-body .feature{
	font-family: 'Montserrat';
	font-size: 13px;
	color: #333;
	line-height: 1.3;
	font-weight: 400;
	padding: 0;
	margin: 5px 0;
}

.property-bought .bought-slider .card .card-body .address{
	font-family: 'Montserrat';
	font-size: 13px;
	color: #888;
	line-height: 1.3;
	font-weight: 400;
	text-transform: capitalize;
	background-image: url('../img/map.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0;
}


.property-bought .bought-slider button.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #C2CED2;
    background: none;
}

.property-bought .bought-slider button.prev-arrow {
    left: -50px;
}

.property-bought .bought-slider button.next-arrow {
    right: -50px;
}

.property-bought .bought-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    margin-top: 30px;
}
.property-bought .bought-slider ul.slick-dots li{
	background-color: #C2CED2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
}
.property-bought .bought-slider ul.slick-dots li.slick-active{
	background-color: #FD851A;
}
.property-bought .bought-slider ul.slick-dots li > button{
	display: none;
}


.how-it-works-sec{ margin:0; padding:40px 0 70px 0; background:#F5F9FA; }
.how-it-works-sec h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:32px; line-height:39px; text-align:center; color:#333333; margin:0; padding:0; }
.how-it-works-sec h2 span{ color:#FD851A; font-weight:700; }
.how-it-works-sec .mid-block{ margin:0; padding:0; }
.how-it-works-sec .mid-block .all-box{ margin:0; padding:40px 0 50px 0; }
.how-it-works-sec .mid-block .all-box .box{ margin:0; padding:0 15px; text-align:center; }
.how-it-works-sec .mid-block .all-box .box p{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:18px; line-height:170%; color:#000; margin:0; padding:20px 0 0 0; }
.how-it-works-sec .mid-block .offer-btn{ margin:0; padding:0; }
.how-it-works-sec .mid-block .offer-btn .button{ margin:0; padding:0; text-align:center; position:relative; z-index:2; }
.how-it-works-sec .mid-block .offer-btn .button:after{ content:""; position:absolute; width:100%; height:1px; background:#D8E2E6; left:0; top:48%; z-index:-1; }
.how-it-works-sec .mid-block .offer-btn .button a{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:18px; line-height:22px; color:#fff; margin:0; padding:16px 39px; border-radius:5px; display:inline-block; background:#FD851A; animation: shimmer 2s linear infinite; background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0) 56%); background-size: 300% 100%; transition:all a.3s ease-in-out; text-decoration:none; }
.how-it-works-sec .mid-block .offer-btn .button a:hover{ text-decoration:none; }




.buying-property{ margin:0; padding:40px 0 70px 0; background:#F5F9FA; overflow-x: hidden; }
.buying-property .big-block{ margin:0; padding:0 0 50px 0; }
.buying-property .big-block .lt-side{ margin:0; padding:0; }
.buying-property .big-block .lt-side h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:32px; line-height:39px; color:#333333; margin:0; padding:0 0 14px 0; }
.buying-property .big-block .lt-side h2 span{ color:#FD851A; font-weight:700; }
.buying-property .big-block .lt-side ul li{ font-family:'Montserrat'; font-style:normal; font-weight:400; font-size:16px; line-height:1.3; color:#000; margin:0; padding:6px 0 6px 25px; background: url(../img/ul-tick.png) no-repeat left center; }
.buying-property .big-block .lt-side ul li:last-child{ margin-bottom: 12px; }
.buying-property .big-block .lt-side p{ font-family:'Montserrat'; font-style:normal; font-weight:400; font-size:16px; line-height:170%; color:#000; margin:0; padding:0 0 12px 0; }

.buying-property .big-block .lt-side a{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:18px; line-height:22px; color:#fff; margin:0; padding:16px 39px; border-radius:5px; display:inline-block; background:#FD851A; animation: shimmer 2s linear infinite; background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0) 56%); background-size: 300% 100%; transition:all a.3s ease-in-out; }
.buying-property .big-block .lt-side a:hover{ text-decoration:none; }


.buying-property .big-block .rt-side{ margin:0; padding:0; position:relative; z-index:1; }
.buying-property .big-block .rt-side .image{ margin:0; padding:0; position:relative; z-index:2; }
.buying-property .big-block .rt-side .image:after{ content:""; position:absolute; width:576px; height:576px; border-radius:50%; background:#FFEBD3; right:-200px; bottom:-40px; z-index:-1; }
.buying-property .big-block .rt-side .image img{ width:100%; height:auto; line-height:0; }
.buying-property .big-block .rt-side .text-box{ margin:0; padding:20px 0 19px 0; position: absolute; width:calc(100% - 40px); text-align:center; background:#FFFFFF; box-shadow:0px 18px 27px rgba(0, 0, 0, 0.06); border-radius: 10px; left:-50px; bottom:50px; z-index:999; }
.buying-property .big-block .rt-side .text-box h3{ font-family:'Montserrat'; font-style:normal; font-weight:600; font-size:14px; line-height:16px; margin:0; padding:0; color:#000; }
.buying-property .big-block .rt-side .text-box h4{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:24px; line-height:29px; margin:0; padding:6px 0; color:#FD851A; }


.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(1){ order:2; }
.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(2){ order:1; }

.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(2) .rt-side .image:after {
    content: "";
    position: absolute;
    width: 576px;
    height: 576px;
    border-radius: 50%;
    background: #FFEBD3;
    left: -330px;
    bottom: 3px;
    z-index: -1;
}

.buying-property .big-block .rt-side .circumstances-block {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.buying-property .big-block .rt-side .strip {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #FD851A;
    line-height: 1.3;
    font-weight: 700;
    background: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    box-shadow: 0px 18px 27px rgba(0, 0, 0, 0.06);
    width: calc(50% - 6px);
    padding: 24px 25px;
    gap: 6px;
    display: flex;
    align-items: center;
}

.buying-property .big-block .rt-side .strip:nth-child(3),
.buying-property .big-block .rt-side .strip:nth-child(4),
.buying-property .big-block .rt-side .strip:nth-child(7),
.buying-property .big-block .rt-side .strip:nth-child(8){
    transform: translateX(50px);
}

.buying-property .big-block .rt-side .circumstances-block::after {
    content: "";
    position: absolute;
    width: 576px;
    height: 576px;
    border-radius: 50%;
    background: #FFEBD3;
    right: -325px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}


/*Explantion Using Video Section Start*/
.video-explanation-section-start{
	background-color: #F5F9FA;
	padding: 80px 0;
	margin: 0;
}

.video-explanation-section-start .video-block video{
	max-width: 100%;
	height: auto;
}

.video-explanation-section-start .text-block{
	padding: 0;
	margin: 0;
}

.video-explanation-section-start .text-block h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
    margin: 0;
    padding: 0 0 14px 0;
}

.video-explanation-section-start .text-block h2 > span{
    color: #FD851A;
    font-weight: 700;
}

.video-explanation-section-start .text-block p{
	font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0 0 12px 0;
}

.video-explanation-section-start .text-block a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    padding: 16px 39px;
    border-radius: 5px;
    display: inline-block;
    background: #FD851A;
    animation: shimmer 2s linear infinite;
    background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0) 56%);
    background-size: 300% 100%;
    transition: all a.3s ease-in-out;
}


/*Customer Say Section Start*/
.customer-say-section{
	background-image: url('../img/testimonial-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin: 0;
}

.customer-say-section h2{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 0 50px 0;
}

.customer-say-section h2 > span{
    color: #FD851A;
    font-weight: 700;	
}

.customer-say-section .postcard-deck{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 7%;
}
.customer-say-section .postcard{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 15px);
	background-color: #fff;
	box-shadow: 0px 18px 27px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 30px;
}
.customer-say-section .postcard:nth-child(3) {
    transform: translateY(-53px);
}

.customer-say-section .postcard .avatar{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	overflow: hidden;
}
.customer-say-section .postcard .text-content{
	width: calc(100% - 83px);
}

.customer-say-section .postcard .text-content .rating{
	margin-bottom: 8px;
}

.customer-say-section .postcard .text-content p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	padding: 0;
	margin: 0 0 10px 0;
}

.customer-say-section .postcard .text-content small{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
	padding: 0;
	margin: 0;
}

/*Property Comparison Table Section Start*/
.property-comparison-section{
	background-color: #F5F9FA;
	padding: 100px 0;
	margin: 0;
}
.property-comparison-section h2{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    color: #333;
    margin: 0;
    padding: 0 0 10px 0;
}
.property-comparison-section h2 > span{
	color: #FD851A;
    font-weight: 700;	
}
.property-comparison-section p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 1.7;
	padding: 0;
	margin: 0 0 40px 0;	
}

.property-comparison-section .comparison-table{
    position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 0;
	box-shadow: 0 18px 27px 0 rgba(0, 0, 0, 0.06);
	isolation: isolate;
}

.comparison-table::after {
    content: '';
    position: absolute;
    right: 22%;
    top: -22px;
    width: 230px;
    background: #288ec0;
    height: 108%;
    z-index: -1;
    border-radius: 10px;
}

.property-comparison-section .comparison-table .table-heading .tbl-row{
    display: grid;
    grid-template-columns: 500px repeat(3, 1fr);
    align-items: center;
    padding-bottom: 15px;
   	border-bottom: 1px solid #DEDEDE;;
}

.property-comparison-section .comparison-table .table-heading .tbl-row + .tbl-row{
	padding-top: 15px;
}

.property-comparison-section .comparison-table .table-heading .tbl-row:last-child{
	border-bottom: none;
	align-self: flex-start;
}

.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h4{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    margin: 0;
    padding: 0 0 10px 0;	
}

.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h5{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333;
    margin: 0;
    padding: 0 0 0 30px;	
    background: url(../img/ul-tick.png) no-repeat left center;
}

.property-comparison-section .comparison-table .table-heading .tbl-row:not(:first-child) .tbl-data h4{
	display: none;
}

.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 1.7;
	padding: 0;
	margin: 0;		
}

.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) h4,
.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) h5,
.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) p{
	color: #fff;
}


.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p{
	font-size: 24px;
	font-weight: 700;
}
.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p > span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p > small{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3){
	position: relative;
}
.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3) .btn-warning{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -65px;
	background-color: #FD851A;
	width: 80%;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	border: none;
    border-radius: 5px;
    padding: 12px 10px;
}


/*Why Choose Easy house Buying Section Start*/
.why-choose-easy-house-buying-section{
	background-color: #F5F9FA;
	padding: 60px 0;
	margin: 0;
}

.why-choose-easy-house-buying-section .row{
	align-items: center;
}

.why-choose-easy-house-buying-section .col-md-6:nth-child(1){
	position: relative;
	isolation: isolate;
}

.why-choose-easy-house-buying-section .col-md-6:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 576px;
    height: 576px;
    border-radius: 50%;
    background: #FFEBD3;
    left: -315px;
    bottom: -11px;
    z-index: -1;
}

.why-choose-easy-house-buying-section .img-block{
    border-radius: 50% 50% 20px 20px;
    overflow: hidden;
	max-width: 466px;
}


.why-choose-easy-house-buying-section .img-block > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-choose-easy-house-buying-section .img-caption{
    position: absolute;
	right: 18%;
    bottom: 8%;
    border-radius: 10px;
    padding: 24px;
    margin: 0;
    width: 400px;
    background-color: #fff;
}

.why-choose-easy-house-buying-section .img-caption h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;	
}

.why-choose-easy-house-buying-section .img-caption h3 > strong{
	display: block;
	color: #FD851A;
	font-size: 24px;
	font-weight: 700;
}

.why-choose-easy-house-buying-section .text-block{
	padding: 0;
	margin: 0;
}

.why-choose-easy-house-buying-section .text-block h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
    margin: 0;
    padding: 0 0 14px 0;	
}

.why-choose-easy-house-buying-section .text-block h2 > span{
	color: #FD851A;
    font-weight: 700;
}

.why-choose-easy-house-buying-section .text-block p{
	font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0 0 12px 0;
}

.why-choose-easy-house-buying-section .text-block ul li{
	width: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin: 0 0 15px 0;
    padding: 3px 0 3px 25px;
    list-style: none;
    background: url(../img/ul-tick.png) no-repeat left center;
}

.get-free-btn-block{
	text-align: center;
}

.get-free-btn-block .btn{
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 1.3;
	font-weight: 700;
	text-transform: capitalize;
	background-color: #FD851A;
	border-radius: 5px;
	padding: 24px 44px;
	margin: 70px 0 0 0;
}







/*Frequently Asked Question Section*/
.frequently-asked-question-section{
	background-color: #EDF0F1;
	padding: 100px 0;
	margin: 0;
}

.frequently-asked-question-section h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0 0 50px 0;
}


.frequently-asked-question-section .accordion-flush {
    padding: 0 14%;
}

.frequently-asked-question-section .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 8px;
    box-shadow: 0px 18px 27px rgba(0, 0, 0, 0.06);
    margin: 0 0 20px 0;
}

.frequently-asked-question-section .accordion-header {
    margin-bottom: 0;
    padding: 20px 27px;
}

.frequently-asked-question-section .accordion-flush .accordion-item .accordion-button {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #333333;
    border-radius: 0;
    padding: 0;
}

.frequently-asked-question-section .accordion-flush .accordion-item .accordion-body {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

.frequently-asked-question-section .accordion-flush .accordion-item .accordion-button:not(.collapsed){
	background-color: #fff;
}

.frequently-asked-question-section .accordion-flush .accordion-item .accordion-button:focus{
	border: none;
	box-shadow: none;
}
.frequently-asked-question-section .accordion-flush .accordion-item .accordion-button::after{
	background-image: url('../img/down-arrow.png');
	background-position: center;
}
.frequently-asked-question-section .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after{
	background-image: url('../img/down-arrow.png');
}


/**
 * 
 * LANDING PAGE 2
 * 
 * */

.banner-landing-2{ text-align: center; margin:0; padding:30px 0 80px 0; background:#F5F9FA;}
.banner-landing-2 .lt-block{ margin:0; padding:50px 0 0 0; }
.banner-landing-2 .lt-block .logo{ margin:0 auto 10px; padding:0; max-width:215px; }
.banner-landing-2 .lt-block .logo a{ display:inline-block; }
.banner-landing-2 .lt-block .logo a img{ width:100%; height:auto; line-height:0; }
.banner-landing-2 .lt-block h1{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:56px; line-height:68px; color:#333333; margin:0; padding:0 0 5px 0; }
.banner-landing-2 .lt-block h2{ font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:37px; line-height:39px; color:#333333; margin:0; padding:0 0 30px 0; }


.banner-landing-2 .lt-block .hero-text{ max-width: 620px; background-color: #EDF0F1; border-radius: 10px; padding: 25px; margin: 0 auto; }

.banner-landing-2 .lt-block .hero-text h3{ font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:24px; line-height:1.3; color:#333333; text-align: left; margin:0; padding:0 0 10px 0; }

.banner-landing-2 .lt-block .hero-text .trusted-brands{
	display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap;
}
.banner-landing-2 .lt-block .hero-text .trusted-brands > img{
	width: 50px;
}



.banner-landing-2 .lt-block .form-block{ margin:0; padding:0; position:relative; }
.banner-landing-2 .lt-block .form-block .post-code{ background:#FFFFFF; border:1px solid #D3DADC; box-shadow:0px 18px 27px rgba(0, 0, 0, 0.06); border-radius:10px; height:76px; width:100%; padding-left:30px; font-size: 20px; }
.banner-landing-2 .lt-block .form-block .offer-btn{ background:#FD851A; border-radius:5px; height:54px; font-family:'Montserrat'; font-style:normal; font-weight:700; font-size:18px; line-height:20px; color:#fff; width:198px; margin:0; padding:0; position:absolute; right:11px; top:11px; border:none; }
.banner-landing-2 .lt-block ul{ margin:30px 0 0 0; padding:0; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.banner-landing-2 .lt-block ul li{ width:50%; font-family:'Montserrat'; font-style:normal; font-weight:500; font-size:12px; line-height:17px; color:#333333; margin:0 0 15px 0; padding:3px 0 3px 25px; list-style:none; background:url(../img/ul-tick-orange.png) no-repeat left center; text-align: left;}
.banner-landing-2 .lt-block .rating{ margin:30px 0 0 0; padding:0; }



/*+++++++++++++++++++++++++++++++++++++++++++++
                Media Quaries 
+++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}

@media screen and (max-width: 1400px){

	.comparison-table::after {
	    right: 19%;
	    top: -22px;
	    width: 200px;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3) .btn-warning {
	    font-size: 14px;
	}

}


@media screen and (max-width: 1199px){

	.property-bought .bought-slider button.prev-arrow {
	   display: none!important;
	}

	.buying-property .big-block .rt-side .strip:nth-child(3), .buying-property .big-block .rt-side .strip:nth-child(4), .buying-property .big-block .rt-side .strip:nth-child(7), .buying-property .big-block .rt-side .strip:nth-child(8) {
    	transform: translateX(-50px);
	}

	.buying-property .big-block .rt-side .strip{
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}

	.property-bought .bought-slider button.next-arrow {
	    display: none!important;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row {
	    grid-template-columns: 400px repeat(3, 1fr);
	}

	.comparison-table::after {
	    right: 20%;
	    top: -22px;
	    width: 150px;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3) .btn-warning {
	    left: 54%;
	    width: 80%;
	    padding: 12px 0px;
	}

	.customer-say-section {
	    padding: 80px 0;
	}

	.why-choose-easy-house-buying-section .img-caption {
	    right: 8%;
	    bottom: -6%;
	    padding: 20px;
	}

}


@media screen and (max-width: 991px){
	.how-it-works-sec .mid-block .all-box .box{
		margin: 0 0 30px 0;
	}

	.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(1) {
	    order: 1;
	}

	.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(2) {
	    order: 2;
	}

	.buying-property .big-block .lt-side {
	    margin: 0 0 60px 0;
	    padding: 0;
	}

	.customer-say-section .postcard{
		width: 100%;
	}

	.customer-say-section .postcard:nth-child(3) {
	    transform: translateY(0);
	}

	.property-comparison-section .comparison-table{
		z-index: 111;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:first-child{
		display: none
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:not(:first-child) .tbl-data h4 {
	    display: block;
	}


	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) h4, .property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) h5, .property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data:nth-child(3) p{
		color: #288EC0;
		background-color: #f0f8ff;
		display: block
	}

	.property-comparison-section .comparison-table .tbl-data {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    width: 100%;
	}

	.comparison-table::after {
		display: none
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h5 {
	    margin: 0 0 15px 0;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h4 {
		font-size: 14px;
	    color: #7c7c7c;
	    padding: 0;
	    font-weight: 700;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p {
	    font-size: 24px;
	    font-weight: 700;
	    width: 100%;
	    text-align: left;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p small {
	    display: inline-block;
	    font-size: 16px;
	    font-weight: 400;
	    color: #333;
	    margin: 0 0 0 30px;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3) .btn-warning {
	    bottom: -108px;
	}

	.why-choose-easy-house-buying-section .col-md-6:nth-child(1)::after {
	    bottom: -88px;
	}

	.frequently-asked-question-section .accordion-flush {
	    padding: 0;
	}


}


@media screen and (max-width: 768px){
	.banner-landing .lt-block {
	    margin: 0 0 60px 0;
	}

	.banner-landing .lt-block h1 {
	    font-size: 46px;
	    line-height: 1.3;
	    margin: 0;
	    padding: 0;
	}

	.banner-landing .lt-block h2 {
	    font-size: 30px;
	    line-height: 1.3;
	}

	.trusted-logo-sec {
	    margin: 0;
	    padding: 0px 0 40px 0;
	    background: #F5F9FA;
	}

	.trusted-logo-sec .logo {
		justify-content: center;
	    flex-wrap: wrap;
	    gap: 20px;
	}

	.buying-property {
	    margin: 0;
	    padding: 40px 0 40px 0;
	}

	.why-choose-easy-house-buying-section .text-block {
	    padding: 0;
	    margin: 100px 0 0 0;
	}

	.get-free-btn-block .btn {
	    font-size: 20px;
	    padding: 20px 40px;
	    margin: 30pt 0 0 0;
	}

	.customer-say-section .postcard {
	    flex-direction: column;
	}

	.customer-say-section .postcard .text-content {
	    width: 100%;
	}

	.home-content-big .offset-2 {
    	margin-left: 0;
	}


	/**
	 * 
	 * LANDING PAGE 2
	 * 
	 * */

	 .banner-landing-2 .lt-block h1 {
	    font-size: 44px;
	    line-height: 1.3;
	}

	.banner-landing-2 .lt-block h2 {
	    font-size: 28px;
	    line-height: 1.3;
	    padding: 0 0 30px 0;
	}

	.banner-landing-2 .lt-block ul li {
	    width: 100%;
	}

	.banner-landing-2 .lt-block .form-block .post-code {
	    font-size: 15px;
	}

}


@media screen and (max-width: 700px){
	.banner-landing .lt-block{
		padding-right: 0;
	}

	.buying-property .big-block .rt-side .strip:nth-child(3), .buying-property .big-block .rt-side .strip:nth-child(4), .buying-property .big-block .rt-side .strip:nth-child(7), .buying-property .big-block .rt-side .strip:nth-child(8) {
    	transform: translateX(-30px);
	}

	.buying-property .big-block .rt-side .text-box {
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 20px;
	}
	.why-choose-easy-house-buying-section .img-caption {
	    right: 50%;
	    bottom: -6%;
	    padding: 20px;
	    transform: translateX(50%);
	}



}

@media screen and (max-width: 600px){

	.buying-property .big-block .rt-side .strip:nth-child(3), .buying-property .big-block .rt-side .strip:nth-child(4), .buying-property .big-block .rt-side .strip:nth-child(7), .buying-property .big-block .rt-side .strip:nth-child(8) {
	    transform: translateX(0);
	}


	.sell-your-house .row{
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    gap: 30px;
	}



	.sell-your-house .row .col-sm-6{
		width: 100%;
	}



}


@media screen and (max-width: 480px){

	.banner-landing .lt-block h1 {
	    font-size: 30px;
	    line-height: 1.3;
	    margin: 0;
	    padding: 0;
	}

	.banner-landing .lt-block h2 {
	    font-size: 23px;
	    line-height: 1.3;
	}

	.banner-landing .lt-block ul {
	    margin: 30px 0 0 0;
	    padding: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    justify-content: flex-start;
	    flex-direction: column;
	}

	.banner-landing .lt-block ul li{
		width: 100%;
	}

	.buying-property .big-block .rt-side .image:after{
		display: none;
	}

	.buying-property .big-block:nth-child(even) .col-lg-5:nth-child(2) .rt-side .image:after{
		display: none;
	}

	.banner-landing .lt-block .form-block .offer-btn {
	    font-size: 16px;
	    line-height: 1.3;
	    width: 100%;
	    margin: 20px 0 0 0;
	    padding: 0;
	    position: static;
	}





	.video-explanation-section-start {
	    padding: 0;
	    margin: 0;
	}
	.video-explanation-section-start .text-block {
	    padding: 0 0 50px 0;
	    margin: 30px 0 0 0;
	}
	.customer-say-section h2{
		font-size: 27px;
	}

	.customer-say-section .postcard .text-content p {
	    font-size: 14px;
	}
	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h5{
		font-size: 14px;
	}
	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h4{
		font-size: 13px;
	}



	/**
	 * 
	 * LANDING PAGE 2
	 * 
	 * */
	 .banner-landing-2 .lt-block h1 {
	    font-size: 30px;
	    line-height: 1.3;
	}
	
	.banner-landing-2 .lt-block h2 {
	    font-size: 20px;
	    line-height: 1.3;
	    padding: 0 0 30px 0;
	}

	.banner-landing-2 .lt-block .form-block .post-code {
	    height: 60px;
	}

	.banner-landing-2 .lt-block .form-block .offer-btn {
	    border-radius: 10px;
	    height: 54px;
	    font-size: 16px;
	    line-height: 1.3;
	    width: 100%;
	    margin: 15px 0 0 0;
	    position: static;
	}

	.banner-landing-2 .lt-block ul li {
	    font-size: 14px;
	    line-height: 1.5;
	}

	.banner-landing-2 .lt-block .hero-text .trusted-brands h4{ 
		width: 100%;
	}



}

@media screen and (max-width: 400px){
	.banner-landing .lt-block .form-block .post-code {
	    height: 54px;
	}
	.banner-landing .lt-block .form-block .offer-btn {
	    height: 45px;
	}
	.property-comparison-section h2 {
	    font-size: 26px;
	    font-weight: 600;
	}
	.property-comparison-section p {
	    font-size: 14px;
	}
	.property-comparison-section {
	    background-color: #F5F9FA;
	    padding: 50px 0;
	    margin: 0;
	}
	.property-comparison-section .comparison-table .table-heading .tbl-row .tbl-data h4{
		text-align: left;
	}

	.why-choose-easy-house-buying-section .img-caption{
		width: calc(100% - 20px);
	}
	.why-choose-easy-house-buying-section .text-block ul li{
		width: 100%;
	}

	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data p {
	    font-size: 14px;
	    font-weight: 700;
	    width: 100%;
	    text-align: left;
	}
	.property-comparison-section .comparison-table .table-heading .tbl-row:last-child .tbl-data:nth-child(3) .btn-warning {
	    bottom: -90px;
	}



	.frequently-asked-question-section {
	    background-color: #EDF0F1;
	    padding: 50px 0;
	    margin: 0;
	}

	.frequently-asked-question-section h2 {
	    font-size: 26px;
	    line-height: 1.3;
	}
}