body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: DM Sans, sans-serif;    
}

a,
img,
div,
.btn,
input,
button,
:after,
:before,
h1,h2,h3,
h4,h5,h6{
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
}

.cust-title-56,
.cust-title-56 p{
	font-size : 56px;
	line-height : 1.2;
}

.cust-title-48,
.cust-title-48 p{
	font-size : 48px;
	line-height : 1.2;
}

.cust-title-30,
.cust-title-30 p{
	font-size : 30px;
	line-height : 1.2;
}

.cust-title-24,
.cust-title-24 p{
	font-size : 24px;
	line-height : 1.2;
}

.solution-section{
	position: relative;
	margin: 30px 0;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e6e7e8;
	box-shadow: -4.815px 6.389px 27px 0px rgba(0, 0, 0, 0.04);
}

.solution-section::after{
	position: absolute;
	width: 0;
	height: 0;
	left: 40px;
	content: '';
	bottom: -30px;
	border-top: 30px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}

.shows-right-sec .solution-section::after{
	left: auto;
	right: 40px;
}

.padding_0{
	padding : 0px !important;
}

.cust-site-btn{
	font-size: 18px;
	padding: 6px 30px;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 6px !important;
	background: #c12e26 !important;
}

.cust-site-btn:hover,
.cust-site-btn:focus{
	background-color: rgba(77, 74, 81, 0.9) !important;
}

.header-call{
	color : #145fab !important;
	margin-right: 30px;
}


.menu-sidebar{
	margin-right: 20px;
}

.font-bold{
	font-weight:bold;
}

.clr-red,
.clr-red p{
	color : #c12e26 !important;
}

.clr-gray,
.clr-gray p{
	color :#696c70 !important;
}

.cust-font-dm {
	font-family: DM Sans, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.priority-stwo{
	padding: 0px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 8px 21.6px 2.4px rgba(0, 0, 0, 0.02);
}

.priority-sthree{
	background: #edf2f5;
	padding: 0px;
	margin-top: 20px;
	border: 1px solid #e3e7eb;
	border-left: none;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 8px 21.6px 2.4px rgba(0, 0, 0, 0.02);
}

.priority-sone ul{
	padding: 0;
	list-style: none;
}

.priority-stwo ul{
	margin-top:20px;
	padding: 0;
}

.priority-sthree ul{
	margin-top: 20px;
	padding: 0;
}

.listed-text{
	background: #d2d9e0;
	padding: 15px 10px;
	border-bottom-right-radius: 15px;
	line-height: 1.2;
	font-weight: bold;
}

.listed-text p,
.sold-mlb-text p{
	margin:0px;
}

.sold-mlb-text{
	background: #c12e26;
	padding: 25px 10px;
	color: #fff;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.priority-sone ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.priority-stwo ul li{
	position: relative;
	list-style: none;
	padding: 10px 15px 10px 45px;
	border-bottom: 1px solid #edf0f1;
}

.priority-stwo ul li::after{
	position: absolute;
	top: 16px;
	left: 10px;
	content: '';
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://miamilandbuyers.com/wp-content/uploads/2022/03/check.svg');
}

.priority-sthree ul li {
	list-style: none;
	border-bottom: 1px solid #e4e9ec;	
	padding : 10px 15px;
}

.priority-stwo ul li:last-child,
.priority-sthree ul li:last-child{
	border-bottom: none;
}

.abt-svg-img img {
  height: 140px;
}

#footer ul li{
	border: none;
	padding: 0;		
}

#footer ul li a{
	color: #738293 !important;
}

.contact-from label{
	color : #fff;
	font-size:18px;
}

.contact-from .wpcf7-text {
	height: 50px;
	background: #fff !important;
	border-radius: 5px !important;
}

.contact-from .wpcf7-textarea{
	background: #fff !important;
	border-radius: 5px !important;
}

.faq-list .panel-heading .accordion-toggle{
	color: #145fab;
	display: block;
	font-size: 24px;
	line-height: 1.2;
}

.faq-list .panel-primary .panel-heading{
	background: transparent;
}

.faq-list .panel-primary{
	background: #fff;
	padding: 5px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
	padding-top: 0;
	border: none !important;
}

.panel-heading .accordion-toggle.collapsed::after{
	content: "\f067";
}

.faq-list .accordion-toggle::after{
	top: 0;
	bottom: 0;
	width: 30px;
	margin: auto;
	height: 30px;
	color: #c12e26;
	content: '\f068';
	line-height: 30px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #c12e26;
}

.faq-list .accordion-toggle[aria-expanded="true"]:after{
	color: #fff;
	background-color: #c12e26;	
}

.panel-group .panel p{
	line-height: 1.3;
}

.subfooter .container{
	border-top: 1px solid #294356;
}

.blog-des {
  	background: #fff;
  	border-radius: 5px;
  	border: 1px solid #e1e1e1;
  	padding: 30px 20px 30px 20px;
  	box-shadow: -4.815px 6.389px 27px 0px rgba(0, 0, 0, 0.04);
}

.home-sreview .sp-testimonial-free-section{
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
    padding-top : 30px !important;
	padding-bottom : 30px !important;
}

.home-sreview #sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section .slick-prev,
.home-sreview #sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section .slick-next{
	font-size: 30px;
	border: 0 !important;
	color: #fff !important;
	background-color: transparent !important;
}

.home-sreview #sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section .slick-prev{
	left: -40px;
}

.home-sreview #sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section .slick-next{
	right: -35px;
}

.home-sreview #sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section .sp-testimonial-client-name{
	color: #000 !important;
	font-size: 18px !important;
	font-family: 'DM Sans' !important;
	text-transform: uppercase !important;
}

.home-sreview .sp-testimonial-free-section .sp-testimonial-client-rating i.fa{
	font-size: 16px !important;
	margin: 0 0 15px 3px !important;
}

.home-sreview .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	color: #000 !important;
	font-size: 18px !important;
}

.home-sreview .slick-dots,
.home-sreview .sp-testimonial-free-section .sp-testimonial-client-designation{
	display:none !important;
}

.fa-star {
	color: #ff9200 !important;
}

.tfree-client-image{
	width:100px !important;
	height:100px !important;
}

.home-sreview .tfree-client-image{
	object-fit: cover;
	width:50px !important;
	height:50px !important;
}

.cust-blog-img {
	height: 250px;
	object-fit: cover;
}

.latest-bloglist .row{
	margin-bottom : 20px;
}

.cust-tooltip-sec .cq-hotspots .hotspot-item a{
	border: 0 !important;
	background-image: url('https://miamilandbuyers.com/wp-content/uploads/2022/03/plus.svg') !important;
}

.run-your-business-right-section .run-accordian-section .panel .panel-heading a::before{
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	width: 50px !important;
	height: 50px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain !important;
}

.panel-default .panel-heading a{
	display: block;
}

.do-you-sec .cust-title-48,
.do-you-sec .cust-title-48 p{
	font-family: 'Bayon';
}

.do-you-sec .cust-title-48 p strong{
	color: #39bcdb;
}

.do-you-border{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.do-you-border::after{
	position: absolute;
	top: 0;
	width: 1px;
	left: -40px;
	content: '';
	height: 100%;
	background: #6496c8;
}

.call-number-des strong{
	padding: 0 25px;
}

.full-width-img,
.full-width-img img{
	width: 100%;
}

.do-you-sec img{
	width: 80%;
}

#footer a:hover,
#footer a:focus,
#footer .active a{
	color: #fff !important;
}

#footer .section:not(.subfooter){
	padding: 50px 0;
}

.footer-des{
	color: #738293;
}

.footer-des a{
	display: block;
	color: #39bcdb !important;
}

.menu .navbar-brand img{
	top: 50%;
	width: 130px;
	max-height: inherit;
}

.featured-sec img{
	width: 170px;
	display: block;
	margin: 0 auto;
}

.featured-sec .figure{
	width: 100%;
}

.featured-sec .cust-title-30{
	position: relative;
	font-weight: normal;
}

.featured-sec .cust-title-30::after{
	position: relative;
	right: -10px;
	content: '\f105';
	font-family: 'FontAwesome';
}

.video-iframe{
	margin-bottom: 0;
}

.video-iframe iframe{
	height: 700px;
}

.miami-land-sec::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 8px;
	background: #fff;
}

.blog-des .cust-blogtitle{
	color: #145fab;
	font-size: 18px;
	font-weight: bold;
	-webkit-line-clamp: 2;
}

.cust-blogdate{
	color: #145fab;
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}

.learn-link{
	display: block;
	color: #c12e26;
	font-size: 18px;
	font-weight: bold;
}

.learn-link i{
	display: none;
}

.learn-link:hover,
.learn-link:focus{
	color: #145fab;
}

.blog-des p,
.blog-des .cust-blogtitle{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.blog-des p{
	line-height: 1.3;
	padding-top: 20px;
	-webkit-line-clamp: 3;
}

.priority-main-sec .cust-title-24{
	font-weight: bold;
}

.priority-main-sec .cust-title-24 p{
	margin-bottom: 0;
}

.priority-main-sec img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.google-logo img{
	width: 200px;
}

.blue-check-list ul{
	padding-left: 0;
}

.blue-check-list ul li{
	position: relative;
	color: #333333;
	font-size: 18px;
	line-height: 1.3;
	padding-left: 50px;
	margin-bottom: 30px;
	list-style-type: none;
}

.blue-check-list ul li:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://miamilandbuyers.com/wp-content/uploads/2022/03/blue_check.svg');
}

.benefit-list-sec{
	padding-top: 50px;
	padding-bottom: 50px;
}

.benefit-list-sec img{
	width: 200px;
}

.benefit-list-sec .cust-title-48{
	padding-bottom: 10px;
}

.benefit-list-sec p{
	font-size: 18px;
}

.network-sec{
	position: relative;
	width: 28%;
	margin: 0 20px;
	background: #fff;
	padding: 30px 15px;
	border-radius: 15px;
	border: 1px solid rgb(225,225,225);
	box-shadow: -4.815px 6.389px 27px 0px rgba(0, 0, 0, 0.04);
}

.network-sec::after{
	position: absolute;
	left: 29px;
	content: '';
	width: 46px;
	height: 22px;
	bottom: -20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://miamilandbuyers.com/wp-content/uploads/2022/03/bottom_arrow_1.svg');
}

.network-sec::before{
	position: absolute;
	z-index: 2;
	left: 31px;
	content: '';
	width: 41px;
	height: 2px;
	bottom: -1px;
	background: #fff;
}

.network-sec p:not(.cust-title-24 p){
	line-height: 1.3;
	margin-bottom: 0;
}

.network-sec img{
	width: 80px;
	height: 80px;
}

.network-sec .cust-title-24{
	margin-bottom: 0 !important;
}

.contact-phone img{
	width: 80px;
	height: 80px;
}

.contact-phone a{
	color: #000000;
	display: block;
	font-size: 18px;
	margin-top: 10px;
}

.contact-phone a:hover,
.contact-phone a:focus{
	color: #145fab;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: red;
	font-size: 14px;
	text-shadow: none;
}


@media only screen and (min-width: 992px){
	.d-flex,
	.blog-list .row,
	.blog-list .col-md-4{
		display: flex;
	}
}

@media only screen and (max-width: 1660px){
	.cust-title-48,
	.cust-title-48 p{
		font-size: 36px;
	}
	.do-you-sec img{
		width: 90%;
	}
	.do-you-border::after{
		left: -15px;
	}
	.benefit-list-sec p{
		font-size: 16px;
	}
	.faq-list .panel-heading .accordion-toggle{
		font-size: 22px;
	}
}

@media only screen and (max-width: 1440px){
	.video-iframe iframe{
		height: 600px;
	}
}

@media only screen and (max-width: 1280px){
	.menu .navbar-brand img{
		width: 100px;
	}
}

@media only screen and (max-width: 1199px){
	.menu .nav > li > a{
		font-size: 16px;
		padding-right: 0;
		padding-left: 10px;
	}
	.cust-site-btn{
		font-size: 14px;
		padding: 6px 20px;
	}
	.header-call{
		font-size: 16px;
		margin-right: 10px;
	}
	.cust-title-48,
	.cust-title-48 p{
		font-size: 34px;
	}
	.run-your-business-right-section .run-accordian-section .panel .panel-heading a::before{
		top: 10px;
		width: 30px !important;
		height: 30px !important;
	}
	.run-accordian-section .panel .panel-heading{
		padding-left: 45px;
	}
	.sold-mlb-text{
		line-height: 1;
	}
	.priority-main-sec ul li{
		font-size: 14px;
	}
	.benefit-list-sec p{
		font-size: 16px;
	}
	.faq-list .panel-heading .accordion-toggle{
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px){
	.padding_0{
		padding-left : 15px;
		padding-right : 15px;
	}
	.blog-des{
		margin: 30px 0;
		padding: 30px 15px;
	}
	.cust-title-56,
	.cust-title-56 p{
		font-size: 36px;
	}
	.cust-title-30,
	.cust-title-30 p{
		font-size: 24px;
	}
	.res-991-center,
	.featured-sec .cust-title-30,
	.benefit-list-sec .text-right,
	.priority-main-sec .cust-title-24{
		text-align: center !important;
	}
	.priority-main-sec ul{
		padding: 0 15px;
	}
	.priority-main-sec .text-right{
		text-align: center !important;
	}
	.priority-sthree{
		border-radius: 20px;
		border: 1px solid #e3e7eb !important;
	}
	.listed-text{
		border-radius: 0 0 15px 15px;
	}
	.menu-sidebar{
		margin-right: 0;
	}
	.menu-sidebar #custom_html-5{
		text-align: left;
	}
	.do-you-sec img{
		width: 150px;
		margin: 0 auto;
		display: block;
	}
	.do-you-border{
		padding-top: 90px;
		text-align: center;
	}
	.do-you-border::after{
		left: 0;
		right: 0;
		top: 50px;
		height: 1px;
		margin: auto;
		bottom: auto;
		width: 200px;
	}
	#footer .col-sm-3{
		width: 100%;
		padding: 15px 15px 30px;
	}
	.subfooter .sidebar-widget > *{
		font-size: 12px;
		text-align: center;
	}
	.solution-section{
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}
	.cust-title-24,
	.cust-title-48,
	.cust-title-24 p,
	.cust-title-48 p{
		text-align: center !important;
	}
	.benefit-list-sec .cust-title-48{
		padding-top: 20px;
	}
	.network-sec{
		width: 95%;
		margin: 30px auto 50px;
	}
	.contact-from .cust-site-btn{
		display: block;
		margin: 20px auto;
	}
	.faq-list .panel-heading .accordion-toggle{
		position: relative;
		font-size: 20px;
		line-height: 1.2;
		padding-right: 40px;
	}
	.faq-list .panel-heading .accordion-toggle:after{
		right: 0;
	}
	.faq-list .panel-primary{
		padding: 5px 0;
	}
}

@media only screen and (max-width: 767px){
	.home-sreview .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
		font-size: 16px !important;
	}
	#sp-testimonial-free-wrapper-2850 .sp-testimonial-free-section{
		width: 100%;
		padding: 0 15px;
	}
	.cust-title-30,
	.cust-title-30 p{
		font-size: 20px;
	}
	.cust-title-24,
	.cust-title-24 p{
		font-size: 18px;
	}
}