@media screen and (max-width:1800px) {
 .cta_section_img {
    padding-right: 5%;  
 }   
}
@media screen  and (max-width:1800px) {
    
}
@media screen and  (max-width:1600px) {
    .invest_in_health_features {
        margin-bottom: 20px;
    }
    .contact_us_page_sec .section-padding {
        padding: 50px 0;
    }
    .contact_us_page_form_row {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:1440px) {
    .section-padding {
        padding: 3.5rem 0;
    }
}
@media screen and  (max-width:1400px) {
    .common_sec_width {
        max-width: 95%;
    }
    .texas_location_img_sec .section_title {
        margin-bottom: 50px;
    }
}
@media screen and  (max-width:1300px) {
    .primary_btn{
        padding: 12px 40px;
    }
}
@media screen  and (max-width:1200px) {
    .about_us_team_sec p, .contact_us_page_sec .intro_text_row p {
        margin-bottom: 15px;
    }
    .about_us_team_members .row {
        --bs-gutter-x: 1.5rem;
    }
    .cta-section h2 {
        margin-bottom: 20px;
    }
    .feature-item img {
        width: 25px;
        height: 25px;
    }
    .section_title {
        margin-bottom: 20px;
    }
    .invest_in_health_features {
        column-gap: 25px;
    }
    .faq_page_sec.section-padding {
        padding-top: 80px;
    }
    .faq_searchbar_wrap {
        padding: 15px 30px;
    }
}
@media screen and (min-width:991.5px) and (max-width:1100px) {
    .invest_in_health_features {
        margin-bottom: 0;
    }
}
@media screen and  (max-width:991.5px) {
    .section-padding {
        padding: 2.5rem 0;
    }
    .about_us_team_sec .page_title, .contact_us_page_sec .page_title {
        margin-bottom: 20px;
    }
    .cta_section_img {
        padding-right: 0%;
        margin-bottom: 25px;
    }
     .contact_us_page_sec .section-padding {
        padding: 40px 0;
    }
    .contact_us_page_form_row {
        margin-bottom: 40px;
    }
    .texas_location_img_sec .section_title {
        margin-bottom: 30px;
    }
	header .log-in-btn {
		margin-right: 0;
	} 
}
@media screen  and (max-width:575.5px) {
    .common_sec_width {
        max-width: 100%;
    }
    .page_title br {
        display: none;
    }
    .about_us_team_sec p, .contact_us_page_sec .intro_text_row p, .contact_us_page_sec .privacy-text p {
        text-align: justify;
    }
    .contact_us_page_form_row {
        --bs-gutter-x: 1.5rem;
    }
}