/* Home and Sell Your Pest Control Services pages updates 2024 */
.sell-your-pest-control-business .content_container:first-child{
	padding-top: 50px !important;
}
.sell-your-pest-control-business .mergers_intro h1{
	margin-bottom: 16px !important;
}
.sell-your-pest-control-business p{
	font-weight: 400 !important;
}
.sell-your-pest-control-business .sidebar_title,
.form_code .form_code_heading{
	color: #D6202A;
	text-transform: initial;
	border-radius:0;
	margin: 25px auto 10px;
	max-width: 300px;
	background: transparent;
	font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}
.sell-your-pest-control-business .sidebar_content{
	border-radius: 15px !important;
	min-height: unset !important;
}
.sell-your-pest-control-business .sidebar_form .hs-form .hs-button{
	width: 55% !important;
	margin-top: 30px !important;
}
.sell-your-pest-control-business .sidebar_form .hs-form input{
	margin-bottom: 8px !important;
}
.sell-your-pest-control-business .sidebar_form .hs-form textarea,
.sell-your-pest-control-business .mergers_testimonials_title{
	margin-top: 0px !important;
}
.our_visionmission, .sell-your-pest-control-business .mergers_process_intro, .faqs-heading,
.sell-your-pest-control-business .message_area {
    margin-top: 60px !important;
}
.sell-your-pest-control-business .core_values-container.mergers_process_intro{
	margin-top: 15px !important;
}
.core_values-container h2{
	margin-bottom: 25px !important;
}
.relationship_logos_container.mergers_process_intro{
	margin-top: 33px !important;
}
.relationship_logos_container h2{
	margin-bottom: 63px !important;
}
.content_full.content_twelve.mergers_process_intro.updates2024{
	margin: 0;
}
.d-flex{display: flex; flex-wrap: wrap;}
.item.two-col-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.item p, .message_area p{
	margin-top: -5px; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.item.two-col-block p{
	max-width: 550px;
}
.item.three-col-block {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item.three-col-block img{
	height: 86px;
}
.item.three-col-block .mergers_process_step{
	font-size: 30px;
	margin-top: 12px;
}
.item.three-col-block p{
	max-width: 330px;
	margin-top:-2px;
}
.item.four-col-block {
    width: 24%;
}
.relationship_logos .item.three-col-block img {
    height: auto ;
}
.relationship_logos.d-flex {
    row-gap: 40px;
    justify-content: space-between;
}
.core_values {
	justify-content: space-between;
}
body .row_sections .section-content h2,
body .row_sections .section-content h2 + h4{
	margin:0 !important;
}
body .row_sections .section-content > p:first-of-type{
	margin-top: 15px !important;
}
body .row_sections .section-content .m-btm{
	margin-bottom: 15px !important;
}
.item.one-col-block {
    display: flex;
    gap: 50px;
    align-items: center;
}
.item.one-col-block > div {
    width: 50%;
    text-align: left;
}
.item.one-col-block .image img{
	display: block;
}
.item.one-col-block:nth-child(odd) {
    flex-direction: row-reverse;
}
.row_sections.d-flex {
    gap: 30px;
    margin-top: 30px;
}
.toggle-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e6e6;
    padding: 13px 20px;
    cursor: pointer;
}
.toggle-title img{
	transition: all .3s;
}
.toggle-title.opened img{
	transform: rotate(90deg);
}
body .faqs .toggle-title h2{
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}
.faqs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    margin-top: 25px;
}
.toggle-description{
	display: none;
	padding: 20px 20px 0;
}
.form_code, .quotes_area .item.d-flex > div {
    flex: 1;
}
.quotes_area-data {
    flex: 2;
}
.quote-data {
    background: #D51F2A;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 280px;
    width: 320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
img.stars {
    width: 120px;
}
img.quote-icon {
    width: 35px;
    margin-top: -14px;
}
.quotes_area .item.d-flex {
    gap: 30px;
}
.quotes_area .item.d-flex:nth-child(1){
	flex-direction: row-reverse;
}
.message_area p, body .faqs .toggle-title h2, .toggle-description p{
	text-align: left;
}
.form_code .hs-form input:focus-visible, .form_code .hs-form select:focus-visible, .form_code .hs-form textarea:focus-visible{
	outline: none;
}
.form_code .hs-form input::-webkit-input-placeholder,
.form_code .hs-form textarea::-webkit-input-placeholder{
    color: #D6202A;
    font-size: 16px;
}
.form_code .hs-form input::-moz-placeholder,
.form_code .hs-form textarea::-moz-placeholder { 
    color: #D6202A;
    font-size: 16px;
}
.form_code .hs-form input:-ms-input-placeholder,
.form_code .hs-form textarea:-ms-input-placeholder { 
    color: #D6202A;
    font-size: 16px;
}
.form_code .hs-form input::-ms-input-placeholder,
.form_code .hs-form textarea::-ms-input-placeholder { 
    color: #D6202A;
    font-size: 16px;
}
.form_code .hs-form select, .form_code .hs-form input, .form_code .hs-error-msg, .form_code .hs-form textarea,
#label-new_customer_-a362cbf9-d998-4eb8-8998-4d7b8a41dcb5 span{
	color: #D6202A !important;
	font-weight: 400;
	width: 100%;
	font-size: 16px;
}
.form_code .hs-form-field{
	border-bottom: 1px solid #cccccc;
}
.form_code .inputs-list {
    list-style-type: none;
    padding-left: 10px;
    display: flex;
    gap: 20px;
}
label.hs-form-radio-display, #label-new_customer_-a362cbf9-d998-4eb8-8998-4d7b8a41dcb5 {
    display: block !important;
}
body form.hs-form .hs-richtext.hs-main-font-element {
    color: #6D6E72 !important;
    font-weight: 500;
    font-size: 14px !important;
    margin-top:0px !important;
}
body .hs-form-booleancheckbox label.hs-form-booleancheckbox-display, label.hs-form-radio-display {
    display: flex !important;
    gap: 10px;
    margin: 0 !important;
}
.home_intro_content.d-flex {
    gap: 40px;
}
#label-new_customer_-a362cbf9-d998-4eb8-8998-4d7b8a41dcb5{
	padding-left: 10px;
	margin: 10px 0;
}
label.hs-form-radio-display{
	align-items: center;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display span,
body label.hs-form-radio-display span{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}
.form_code .hs_subscribe_to_newsletter, .form_code .hs_interested_in_smart_pest_control  {
    margin-top: 15px;
}
.form_code input.hs-button.primary.large {
    background: #A6A6A6 !important;
    color: #fff !important;
    cursor: pointer;
    padding: 0 10px !important;
}
.form_code input.hs-button.primary.large:hover{
	background: #D6202A !important;
}
.form_code ul.no-list.hs-error-msgs.inputs-list {
    margin-left: 10px !important;
} 
.form_code .hs-form-radio input[type="radio"],
.form_code .hs-form-booleancheckbox input[type="checkbox"] {
    display: none;
}
.form_code .form_code_heading{
	margin: 0 !important;
	max-width: 100%;
	padding-right: 70px;
	margin-bottom: 5px !important;
}
.form_code .hbspt-form {
    padding-right: 70px;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #eee;
    border-radius: 4px;
    background-color: #eee;
    transition: background-color 0.3s ease;
    position: absolute;
    left: 0;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span::before {
    background-color: #eee;
    border-color: #eee;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span::after {
    content: "?";
    position: absolute;
    left: 4px;
    top: 0px;
    color: #D6202A;
    font-weight: bold;
    font-size: 13px;
}
body .form_code .hs-form-booleancheckbox label.hs-form-booleancheckbox-display span,
.form_code .hs_phone .input{
	padding-left: 25px !important;
}
.form_code .hs-form-radio-display {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
.form_code .hs-form-radio-display span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #eee; 
    border-radius: 50%; 
    margin-right: 10px;
    background-color: #eee ;
    transition: background-color 0.3s ease;
}
.form_code .hs-form-radio-display input[type="radio"]:checked + span::before {
    background-color: #eee; 
    border-color: #eee;
    position: relative;
}
.form_code .hs-form-radio-display input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    left: 5.5px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #D6202A ;
    border-radius: 50%;
}
body label.hs-form-radio-display span{
	display: flex;
	align-items: center;
}
.form_code .hs_new_customer_.hs-new_customer_.hs-fieldtype-radio.field.hs-form-field,
.form_code .hs_interested_in_smart_pest_control.hs-interested_in_smart_pest_control.hs-fieldtype-booleancheckbox.field.hs-form-field,
.form_code .hs_subscribe_to_newsletter.hs-subscribe_to_newsletter.hs-fieldtype-booleancheckbox.field.hs-form-field,
input#LEGAL_CONSENT\.subscription_type_7987505-603e0ab0-9f14-4a8e-bcbb-05f464e7cb9b + span {
    border: 0;
    margin: 0;
}
.form_code .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field:before {
    content: "+1";
    color: #D6202A;
    float: left;
    line-height: 35px;
    position: absolute;
    left: 5px;
    top: 6px;
    z-index: 1;
    font-size: 16px;
}
.form_code .hs_what_s_bugging_you_ select, .form_code .hs_how_did_you_hear_about_us_ select{
	cursor: pointer;
}
.form_code .hs_what_s_bugging_you_::after,
.form_code .hs_how_did_you_hear_about_us_::after  {
    content: url(/wp-content/uploads/2024/11/arrow.png);
    position: absolute;
    top: 12px;
    right: 10px;
    pointer-events: none;
}
.home_intro{
	margin-top: 40px;
}
.home_intro h1{
    max-width: 1180px;
    margin: 0 auto 55px;
}
.home_cta_block:hover {
	color: #49a552;
}
.home_intro_content .quotes_area {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.home-description p {
    margin: 0;
}
.quote{
	padding: 0 25px;
}
.row_sections_container, .mergers_disclaimer, .core_values, .core_values-container h2, .mergers_process, 
.relationship_logos_container h2, .relationship_logos.d-flex,  .mergers_disclaimer, .our_visionmission {
	padding: 0 20px !important;
}
input#LEGAL_CONSENT\.subscription_type_7987505-603e0ab0-9f14-4a8e-bcbb-05f464e7cb9b{
	margin-left: 10px !important;
	margin-right: 0 !important;
}
.sell-your-pest-control-business .sidebar_content.sidebar_form {
    min-height: 600px;
}
.sell-your-pest-control-business .sidebar_form .hs-form textarea{
	padding: 0 2% !important;
	width: 96% !important;
}
.home_cta{
	width: 85%;
}
.home_cta .cta-link {
    display: inline-block;
}
.home_cta_block:hover h4{
	color: #4ea251 !important;
}
.form_code .hs-error-msg{
	color: #000 !important;
}
.home_cta_block h4 {
    color: #D6202A;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}
.additional_text {
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}
.color-red {
    font-weight: bold !important;
    color: #D6202A;
}
.readableform select,.readableform input{font-size:20px;}
@media(max-width:1024px){
}
@media (max-width: 900px){
	    .header_info p{margin-bottom:10px;}
.header_top{height:55px;}
.header_mobile{margin:55px 0px 0px 0px;}
	.form_code .form_code_heading,
	.form_code .hbspt-form {
	    padding-right: 0px;
	}
	.home_cta_block img {
	    height: 300px;
	    object-fit: contain;
	}
	.item.three-col-block .mergers_process_step, .our_visionmission .mergers_process_step{
		font-size: 26px;
	}
	.home_intro_content.d-flex{
		flex-direction: column-reverse;
	}
	.sell-your-pest-control-business .content_container:first-child {
	    padding-top: 0px !important;
	}
	.our_visionmission, .core_values {
		gap: 30px;
	}
	.item.two-col-block, .core_values .item.three-col-block,
	.item.three-col-block p, .item.two-col-block p{
		width: 100%;
		max-width: 100%;
	} 
	.item.four-col-block, .relationship_logos .item.three-col-block{
	    width: 47%;
	}
	.mergers_process, .mergers_disclaimer,
	.relationship_logos_container.mergers_process_intro {
		padding: 0 !important;
		margin-top: 0 !important;
	}
	.sell-your-pest-control-business .mergers_process_intro{
		margin-top: 20px !important;
	}
}
@media (max-width: 767px) {
	.home_cta_block img {
        height: 250px;
    }
	.row_sections.d-flex {
	    gap: 40px;
	}
	.item.one-col-block:nth-child(odd), .item.one-col-block {
	    flex-direction: column-reverse;
	    gap: 10px;
	}
	.item.one-col-block > div {
	    width: 100%;
	}
	.quotes_area .item.d-flex:nth-child(1),
	.quotes_area .item.d-flex{
		flex-direction: column-reverse;
	}
    .home_intro h1 {
        margin: 0 auto 10px;
    }
    
}
@media (max-width: 600px) {
    .home_cta_block img {
        height: 200px;
    }
}
@media (max-width: 500px) {
    .home_cta_block img {
        height: 150px;
    }
}
@media (max-width: 380px) {
    .header_info {
        font-size: 14px !important;
    }
}